Franchise Decision to Invest in Prominent Location

Importing Libraries

In [1]:
# !pip install folium==0.5.0
In [2]:
from google.colab import drive
drive.mount('/content/drive')
Mounted at /content/drive
In [3]:
import pandas as pd
import numpy as np
import time
import requests
from bs4 import BeautifulSoup
from geopy.geocoders import Nominatim
from geopy.exc import GeocoderTimedOut
import folium
from sklearn.cluster import KMeans

folium.__version__
Out[3]:
'0.8.3'

Getting Data of the 6 Cities

The Cities are:

Bengaluru (India), Seoul (South Korea), Vancouver (Canada), San Francisco (USA), Liverpool (UK), and Barcelona (Spain)
The neighborhoods of each city were scraped from Wikipedia pages:

  • Bengaluru: 198 neighborhoods
  • Seoul: 26 neighborhoods
  • Vancouver: 21 neighborhoods
  • San Francisco: 119 neighborhoods
  • Liverpool: 41 neighborhoods -Barcelona: 74 neighborhoods
In [4]:
web_page = requests.get('https://en.wikipedia.org/wiki/List_of_wards_in_Bangalore').text
web_page
Out[4]:
'<!DOCTYPE html>\n<html class="client-nojs" lang="en" dir="ltr">\n<head>\n<meta charset="UTF-8"/>\n<title>List of wards in Bangalore - Wikipedia</title>\n<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"aeaaff3c-6eae-4768-92c1-abd864f39479","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_wards_in_Bangalore","wgTitle":"List of wards in Bangalore","wgCurRevisionId":977888279,"wgRevisionId":977888279,"wgArticleId":52468336,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Use dmy dates from January 2019","Use Indian English from January 2019","All Wikipedia articles written in Indian English","Bangalore-related lists","Bruhat Bengaluru Mahanagara Palike"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":\n"List_of_wards_in_Bangalore","wgRelevantArticleId":52468336,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q28024855"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.cite.styles":"ready","skins.vector.styles.legacy":"ready",\n"jquery.makeCollapsible.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","site","mediawiki.page.ready","jquery.makeCollapsible","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init","ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\\\","watchToken":"+\\\\","csrfToken":"+\\\\"});\n});});</script>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector"/>\n<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>\n<meta name="ResourceLoaderDynamicStyles" content=""/>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>\n<meta name="generator" content="MediaWiki 1.36.0-wmf.10"/>\n<meta name="referrer" content="origin"/>\n<meta name="referrer" content="origin-when-crossorigin"/>\n<meta name="referrer" content="origin-when-cross-origin"/>\n<link rel="alternate" media="only screen and (max-width: 720px)" href="//en.m.wikipedia.org/wiki/List_of_wards_in_Bangalore"/>\n<link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=List_of_wards_in_Bangalore&amp;action=edit"/>\n<link rel="edit" title="Edit this page" href="/w/index.php?title=List_of_wards_in_Bangalore&amp;action=edit"/>\n<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>\n<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>\n<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)"/>\n<link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd"/>\n<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>\n<link rel="canonical" href="https://en.wikipedia.org/wiki/List_of_wards_in_Bangalore"/>\n<link rel="dns-prefetch" href="//login.wikimedia.org"/>\n<link rel="dns-prefetch" href="//meta.wikimedia.org" />\n</head>\n<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-List_of_wards_in_Bangalore rootpage-List_of_wards_in_Bangalore skin-vector action-view skin-vector-legacy"><div id="mw-page-base" class="noprint"></div>\n<div id="mw-head-base" class="noprint"></div>\n<div id="content" class="mw-body" role="main">\n\t<a id="top"></a>\n\t<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>\n\t<div class="mw-indicators mw-body-content">\n\t</div>\n\t<h1 id="firstHeading" class="firstHeading" lang="en">List of wards in Bangalore</h1>\n\t<div id="bodyContent" class="mw-body-content">\n\t\t<div id="siteSub" class="noprint">From Wikipedia, the free encyclopedia</div>\n\t\t<div id="contentSub"></div>\n\t\t<div id="contentSub2"></div>\n\t\t\n\t\t<div id="jump-to-nav"></div>\n\t\t<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>\n\t\t<a class="mw-jump-link" href="#searchInput">Jump to search</a>\n\t\t<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><p>\n\nFor administrative purposes, the city of <a href="/wiki/Bangalore" title="Bangalore">Bangalore</a> is divided into nine zones, which are further subdivided into a total of 198 <a href="/wiki/Ward_(electoral_subdivision)" title="Ward (electoral subdivision)">wards</a> administered by the <a href="/wiki/Bruhat_Bengaluru_Mahanagara_Palike" title="Bruhat Bengaluru Mahanagara Palike">Bruhat Bengaluru Mahanagara Palike</a> (BBMP).<sup id="cite_ref-vigeyegpms_1-0" class="reference"><a href="#cite_note-vigeyegpms-1">&#91;1&#93;</a></sup>\n</p>\n<table class="wikitable">\n\n<tbody><tr>\n<th>Ward number\n</th>\n<th>Ward name\n</th>\n<th>Reservation category\n</th>\n<th>Assembly constituency<sup id="cite_ref-2" class="reference"><a href="#cite_note-2">&#91;2&#93;</a></sup>\n</th>\n<th>Lok Sabha constituency<sup id="cite_ref-3" class="reference"><a href="#cite_note-3">&#91;3&#93;</a></sup>\n</th></tr>\n<tr>\n<td>1\n</td>\n<td>Kempegowda\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>\n</td>\n<td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>\n</td></tr>\n<tr>\n<td>2\n</td>\n<td>Chowdeshwari\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>\n</td>\n<td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>\n</td></tr>\n<tr>\n<td>3\n</td>\n<td>Attur\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>\n</td>\n<td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>\n</td></tr>\n<tr>\n<td>4\n</td>\n<td>Yelahanka Satellite Town\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>\n</td>\n<td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>\n</td></tr>\n<tr>\n<td>5\n</td>\n<td>Jakkur\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>6\n</td>\n<td>Thanisandra\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>7\n</td>\n<td>Byatarayanapura\n</td>\n<td>Scheduled Tribe\n</td>\n<td><a href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>8\n</td>\n<td>Kodigehalli\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>9\n</td>\n<td>Vidyaranyapura\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>10\n</td>\n<td>Doddabommasandra\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>11\n</td>\n<td>Kuvempu Nagar\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>12\n</td>\n<td>Shettyhalli\n</td>\n<td>Scheduled Caste (Women)\n</td>\n<td><a href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>13\n</td>\n<td>Mallasandra\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>14\n</td>\n<td>Bagalagunte\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>15\n</td>\n<td>T-Dasarahalli\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>16\n</td>\n<td>Jalahalli\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>17\n</td>\n<td>J.P.Park\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>18\n</td>\n<td>Radhakrishna Temple\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>19\n</td>\n<td>Sanjay Nagar\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>20\n</td>\n<td>Ganga Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>21\n</td>\n<td>Hebbal\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>22\n</td>\n<td>Vishwanathnagenahalli\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>23\n</td>\n<td>Nagavara\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>24\n</td>\n<td>HBR Layout\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>25\n</td>\n<td>Horamavu\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>26\n</td>\n<td>Ramamurthy Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>27\n</td>\n<td>Banaswadi\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>28\n</td>\n<td>Kammanahalli\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>29\n</td>\n<td>Kacharakanahalli\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>30\n</td>\n<td>Kadugondanahalli\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>31\n</td>\n<td>Kushal Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>32\n</td>\n<td>Kavalbyrasandra\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>33\n</td>\n<td>Manorayanapalya\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>34\n</td>\n<td>Gangenahalli\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>35\n</td>\n<td>Aramane Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>36\n</td>\n<td>Mathikere\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>37\n</td>\n<td>Yeshwanthpur\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>38\n</td>\n<td>H.M.T\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>39\n</td>\n<td>Chokkasandra\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>40\n</td>\n<td>Dodda Bidarkallu\n</td>\n<td>General (Women)\n</td>\n<td><a href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>41\n</td>\n<td>Peenya Industrial Area\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>42\n</td>\n<td>Lakshmidevi Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>43\n</td>\n<td>Nandini Layout\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>44\n</td>\n<td>Marappana Palya\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>45\n</td>\n<td>Malleshwaram\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>46\n</td>\n<td>Jayachamarajendra Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>47\n</td>\n<td><a href="/wiki/Devara_Jeevanahalli" title="Devara Jeevanahalli">Devarajeevanahalli</a>\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>48\n</td>\n<td>Muneshwara Nagar\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>49\n</td>\n<td>Lingarajapuram\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>50\n</td>\n<td>Benniganahalli\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>51\n</td>\n<td>Vijinapura\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>52\n</td>\n<td>K.R.Puram\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>53\n</td>\n<td>Basavanapura\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>54\n</td>\n<td>Hoodi\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>55\n</td>\n<td>Devasandra\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>56\n</td>\n<td>A.Narayanapura\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>57\n</td>\n<td>C.V.Raman Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>58\n</td>\n<td>Hosathippasandra\n</td>\n<td>General (Women)\n</td>\n<td><a href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>59\n</td>\n<td>Maruthiseva Nagar\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>60\n</td>\n<td>Sagayapuram\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>61\n</td>\n<td>S.K.Garden\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>62\n</td>\n<td>Ramaswamy Palya\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>63\n</td>\n<td>Jayamahal\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>64\n</td>\n<td>Rajamahal\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>65\n</td>\n<td>Kadumalleshwara\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>66\n</td>\n<td>Subramanya Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>67\n</td>\n<td>Nagapura\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>68\n</td>\n<td>Mahalakshmipuram\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>69\n</td>\n<td>Laggere\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>70\n</td>\n<td>Rajagopala Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>71\n</td>\n<td>Hegganahalli\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>72\n</td>\n<td>Herohalli\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>73\n</td>\n<td>Kottigepalya\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>74\n</td>\n<td>Shakthiganapathi Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>75\n</td>\n<td>Shankaramata\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>76\n</td>\n<td>Gayathri Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>77\n</td>\n<td>Dattathreya Temple\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>78\n</td>\n<td>Pulikeshi Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>79\n</td>\n<td>Sarvagna Nagar\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>80\n</td>\n<td>Hoysala Nagar\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>81\n</td>\n<td>Vignana Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>82\n</td>\n<td>Garudacharpalya\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>83\n</td>\n<td>Kadugudi\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>84\n</td>\n<td>Hagadooru\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>85\n</td>\n<td>Doddanekkundi\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>86\n</td>\n<td>Marathalli\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>87\n</td>\n<td>HAL Airport\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>88\n</td>\n<td>Jeevanbhima Nagar\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>89\n</td>\n<td>Jogupalya\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>90\n</td>\n<td>Ulsoor\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>91\n</td>\n<td>Bharathi Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>92\n</td>\n<td>Shivaji Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>93\n</td>\n<td>Vasanth Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>94\n</td>\n<td>Gandhi Nagar\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>95\n</td>\n<td>Subhash Nagar\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>96\n</td>\n<td>Okalipuram\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>97\n</td>\n<td>Dayananda Nagar\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>98\n</td>\n<td>Prakash Nagar\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>99\n</td>\n<td>Rajaji Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>100\n</td>\n<td>Basaveshwara Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>101\n</td>\n<td>Kamakshipalya\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>102\n</td>\n<td>Vrushabhavathi\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>103\n</td>\n<td>Kaveripura\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>104\n</td>\n<td>Govindraja Nagara\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>105\n</td>\n<td>Agrahara Dasarahalli\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>106\n</td>\n<td>Dr.Rajkumar Ward\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>107\n</td>\n<td>Shiva Nagar\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>108\n</td>\n<td>Sri Rammandira\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>109\n</td>\n<td>Chickpete\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>110\n</td>\n<td>Sampangiram Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>111\n</td>\n<td>Shanthala Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>112\n</td>\n<td>Domlur\n</td>\n<td>General (Women)\n</td>\n<td><a href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>113\n</td>\n<td>Konena Agrahara\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>114\n</td>\n<td>Agaram\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>115\n</td>\n<td>Vannarpet\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>116\n</td>\n<td>Neelasandra\n</td>\n<td>Scheduled Tribe\n</td>\n<td><a href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>117\n</td>\n<td>Shanthi Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>118\n</td>\n<td>Sudam Nagar\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>119\n</td>\n<td>Dharmarayaswamy Temple Ward\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>120\n</td>\n<td>Cottonpet\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>121\n</td>\n<td>Binnipet\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>122\n</td>\n<td>Kempapura Agrahara\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>123\n</td>\n<td>Vijay Nagar\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>124\n</td>\n<td>Hosahalli\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>125\n</td>\n<td>Marenahalli\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>126\n</td>\n<td>Maruthi Mandira Ward\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>127\n</td>\n<td>Moodalapalya\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>128\n</td>\n<td>Nagarabhavi\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>129\n</td>\n<td>Jnanabharathi Ward\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>130\n</td>\n<td>Ullalu\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>131\n</td>\n<td>Nayandanahalli\n</td>\n<td>General (Women)\n</td>\n<td><a href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>132\n</td>\n<td>Attiguppe\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>133\n</td>\n<td>Hampi Nagar\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>134\n</td>\n<td>Bapuji Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>135\n</td>\n<td>Padarayanapura\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>136\n</td>\n<td>Jagareevanram Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>137\n</td>\n<td>Rayapuram\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>138\n</td>\n<td>Chalavadipalya\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>139\n</td>\n<td>K.R.Market\n</td>\n<td>Scheduled Caste\n</td>\n<td><a href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>140\n</td>\n<td>Chamrajpet\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>141\n</td>\n<td>Azad Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>142\n</td>\n<td>Sunkenahalli\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>143\n</td>\n<td>Visvesvarapuram\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>144\n</td>\n<td>Siddapura\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>145\n</td>\n<td>Hombegowda Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>146\n</td>\n<td>Lakkasandra\n</td>\n<td>General\n</td>\n<td><a href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>147\n</td>\n<td>Adugodi\n</td>\n<td>General\n</td>\n<td><a href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>148\n</td>\n<td>Ejipura\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>149\n</td>\n<td>Varthur\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>150\n</td>\n<td>Bellandur\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>\n</td>\n<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>\n</td></tr>\n<tr>\n<td>151\n</td>\n<td>Koramangala\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>152\n</td>\n<td>Sudduguntepalya\n</td>\n<td>General\n</td>\n<td><a href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>153\n</td>\n<td>Jayangar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>154\n</td>\n<td>Basavanagudi\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>155\n</td>\n<td>Hanumantha Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>156\n</td>\n<td>Sri Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>157\n</td>\n<td>Gali Anjaneya Swamy Temple Ward\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>158\n</td>\n<td>Deepanjali Nagar\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>159\n</td>\n<td>Kengeri\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr>\n<tr>\n<td>160\n</td>\n<td>Rajarajeshwari Nagar\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>161\n</td>\n<td>Hosakerehalli\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>162\n</td>\n<td>Giri Nagar\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>163\n</td>\n<td>Katriguppe\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>164\n</td>\n<td>Vidyapeetha\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>165\n</td>\n<td>Ganeshmandira Ward\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>166\n</td>\n<td>Karisandra\n</td>\n<td>General (Women)\n</td>\n<td><a href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>167\n</td>\n<td>Yadiyuru\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>168\n</td>\n<td>Pattabhiram Nagar\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>169\n</td>\n<td>Byrasandra\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>170\n</td>\n<td>Jayanagar East\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>171\n</td>\n<td>Gurappanapalya\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>172\n</td>\n<td>Madiwala\n</td>\n<td>General\n</td>\n<td><a href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>173\n</td>\n<td>Jakkasandra\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>174\n</td>\n<td>HSR Layout\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>175\n</td>\n<td>Bommanahalli\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>176\n</td>\n<td>BTM Layout\n</td>\n<td>General\n</td>\n<td><a href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" class="mw-redirect" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>177\n</td>\n<td>J.P.Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>178\n</td>\n<td>Sarakki\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>179\n</td>\n<td>Shakambari Nagar\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>180\n</td>\n<td>Banashankari Temple Ward\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>181\n</td>\n<td>Kumaraswamy Layout\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>182\n</td>\n<td>Padmanabha Nagar\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>183\n</td>\n<td>Chikkalasandra\n</td>\n<td>General\n</td>\n<td><a href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>184\n</td>\n<td>Uttarahalli\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>185\n</td>\n<td>Yelachenahalli\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>186\n</td>\n<td>Jaraganahalli\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>187\n</td>\n<td>Puttenahalli\n</td>\n<td>Backward Category A\n</td>\n<td><a href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>188\n</td>\n<td>Bilekahalli\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>189\n</td>\n<td>Hongasandra\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>190\n</td>\n<td>Mangammanapalya\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>191\n</td>\n<td>Singasandra\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>192\n</td>\n<td>Begur\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>193\n</td>\n<td>Arakere\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>\n</td>\n<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>\n</td></tr>\n<tr>\n<td>194\n</td>\n<td>Gottigere\n</td>\n<td>Backward Category B\n</td>\n<td><a href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>195\n</td>\n<td>Konanakunte\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>196\n</td>\n<td>Anjanapur\n</td>\n<td>General\n</td>\n<td><a href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>197\n</td>\n<td>Vasanthapura\n</td>\n<td>General (Women)\n</td>\n<td><a href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" class="mw-redirect" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>\n</td>\n<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>\n</td></tr>\n<tr>\n<td>198\n</td>\n<td>Hemmigepura\n</td>\n<td>Backward Category A (Women)\n</td>\n<td><a href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" class="new" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>\n</td>\n<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>\n</td></tr></tbody></table>\n<h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_wards_in_Bangalore&amp;action=edit&amp;section=1" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="reflist" style="list-style-type: decimal;">\n<div class="mw-references-wrap"><ol class="references">\n<li id="cite_note-vigeyegpms-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-vigeyegpms_1-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.vigeyegpms.in/bbmp/?module=public&amp;action=wards">"Bruhat Bengaluru Mahanagara Palika"</a>. vigeyegpms.in<span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Bruhat+Bengaluru+Mahanagara+Palika&amp;rft.pub=vigeyegpms.in&amp;rft_id=http%3A%2F%2Fwww.vigeyegpms.in%2Fbbmp%2F%3Fmodule%3Dpublic%26action%3Dwards&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+wards+in+Bangalore" class="Z3988"></span><style data-mw-deduplicate="TemplateStyles:r951705291">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\\"""\\"""\'""\'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg");background-repeat:no-repeat;background-size:12px;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style></span>\n</li>\n<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://ceokarnataka.kar.nic.in/PDFS/Details%20of%20wards%20and%20assembly%20constituencies%20in%20BBMP%20area.pdf">"Details of awards"</a> <span class="cs1-format">(PDF)</span>. ceokarnataka.kar.nic.in<span class="reference-accessdate">. Retrieved <span class="nowrap">9 June</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Details+of+awards&amp;rft.pub=ceokarnataka.kar.nic.in&amp;rft_id=https%3A%2F%2Fceokarnataka.kar.nic.in%2FPDFS%2FDetails%2520of%2520wards%2520and%2520assembly%2520constituencies%2520in%2520BBMP%2520area.pdf&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+wards+in+Bangalore" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://bengaluru.citizenmatters.in/parliament-constituency-assembly-constituency-ward-bangalore-6230">"Which Parliament Constituency does your ward fall in? &#124;"</a>. 12 March 2014.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Which+Parliament+Constituency+does+your+ward+fall+in%3F+%26%23124%3B&amp;rft.date=2014-03-12&amp;rft_id=https%3A%2F%2Fbengaluru.citizenmatters.in%2Fparliament-constituency-assembly-constituency-ward-bangalore-6230&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+wards+in+Bangalore" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n</ol></div></div>\n<h2><span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_wards_in_Bangalore&amp;action=edit&amp;section=2" title="Edit section: External links">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<ul><li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150927064806/http://bbmp.gov.in/en/ward-info">BBMP ward information</a></li>\n<li><a rel="nofollow" class="external text" href="http://www.vigeyegpms.in/bbmp/?module=public&amp;action=wards">BBMP wards list</a></li>\n<li><a rel="nofollow" class="external text" href="http://opencity.in/data/bbmp-wards">BBMP Wards Mapview OpenCity</a></li></ul>\n<div role="navigation" class="navbox" aria-labelledby="Bangalore" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Bangalore_topics" title="Template:Bangalore topics"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Bangalore_topics" title="Template talk:Bangalore topics"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Bangalore_topics&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a></li></ul></div><div id="Bangalore" style="font-size:114%;margin:0 4em"><a href="/wiki/Bangalore" title="Bangalore">Bangalore</a></div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/History_of_Bangalore" title="History of Bangalore">History</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bangalore_Cantonment" title="Bangalore Cantonment">Bangalore Cantonment</a></li>\n<li><a href="/wiki/Bangalore_Fort" title="Bangalore Fort">Bangalore Fort</a></li>\n<li><a href="/wiki/Bengaluru_Pete" title="Bengaluru Pete">Bengaluru Pete</a></li>\n<li><a href="/wiki/Chalukya" class="mw-redirect" title="Chalukya">Chalukyas</a></li>\n<li><a href="/wiki/Hoysala_Empire" title="Hoysala Empire">Hoysalas</a></li>\n<li><a href="/wiki/Kadambas" class="mw-redirect" title="Kadambas">Kadambas</a></li>\n<li><a href="/wiki/Kempe_Gowda" class="mw-redirect" title="Kempe Gowda">Kempe Gowda</a></li>\n<li><a href="/wiki/Kingdom_of_Mysore" title="Kingdom of Mysore">Kingdom of Mysore</a></li>\n<li><a href="/wiki/Rashtrakuta" class="mw-redirect" title="Rashtrakuta">Rashtrakutas</a></li>\n<li><a href="/wiki/Vijayanagara_Empire" title="Vijayanagara Empire">Vijayanagara</a></li>\n<li><a href="/wiki/Western_Ganga_Dynasty" class="mw-redirect" title="Western Ganga Dynasty">Western Gangas</a></li>\n<li><a href="/wiki/Tippu_Sultan" class="mw-redirect" title="Tippu Sultan">Tippu Sultan</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Bangalore_geography_and_environment" title="Bangalore geography and environment">Geography</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Mysore_Plateau" title="Mysore Plateau">Mysore Plateau</a></li>\n<li><a href="/wiki/Dodda_Alada_Mara" title="Dodda Alada Mara">Dodda Alada Mara</a></li>\n<li><a href="/wiki/Turahalli_Forest" title="Turahalli Forest">Turahalli Forest</a></li>\n<li><a href="/wiki/Nandi_Hills,_India" title="Nandi Hills, India">Nandi Hills</a></li>\n<li><a href="/wiki/Kodachadri" title="Kodachadri">Kodachadri Hills</a></li></ul>\n</div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th id="Lakes" scope="row" class="navbox-group" style="width:1%;font-weight:normal;"><a href="/wiki/Lakes_in_Bangalore" title="Lakes in Bangalore">Lakes</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Agara,_Bangalore" title="Agara, Bangalore">Agara Lake</a></li>\n<li><a href="/wiki/Arekere_Lake" title="Arekere Lake">Arekere Lake</a></li>\n<li><a href="/wiki/Bellandur_Lake" title="Bellandur Lake">Bellandur Lake</a></li>\n<li><a href="/wiki/Hebbal_lake" class="mw-redirect" title="Hebbal lake">Hebbal lake</a></li>\n<li><a href="/wiki/Hesaraghatta_Lake" title="Hesaraghatta Lake">Hesaraghatta Lake</a></li>\n<li>Madivala tank</li>\n<li><a href="/wiki/Puttenahalli_Lake_(JP_Nagar)" title="Puttenahalli Lake (JP Nagar)">Puttenahalli Lake (JP Nagar)</a></li>\n<li><a href="/wiki/Puttenahalli_Lake_(Yelahanka)" title="Puttenahalli Lake (Yelahanka)">Puttenahalli Lake (Yelahanka)</a></li>\n<li><a href="/wiki/Sankey_tank" title="Sankey tank">Sankey tank</a></li>\n<li><a href="/wiki/Sarakki_lake" title="Sarakki lake">Sarakki lake</a></li>\n<li><a href="/wiki/Varthur_Lake" class="mw-redirect" title="Varthur Lake">Varthur Lake</a></li>\n<li><a href="/wiki/Vibhutipura_Lake" title="Vibhutipura Lake">Vibhutipura Lake</a></li>\n<li>Yediyur Lake</li></ul>\n</div></td></tr></tbody></table><div>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Civic administration</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bangalore_Agenda_Task_Force" title="Bangalore Agenda Task Force">Bangalore Agenda Task Force</a></li>\n<li><a href="/wiki/Bangalore_City_Police" title="Bangalore City Police">Bangalore City Police</a></li>\n<li><a href="/wiki/Bangalore_Development_Authority" title="Bangalore Development Authority">Bangalore Development Authority</a></li>\n<li><a href="/wiki/Bangalore_Metropolitan_Region_Development_Authority" title="Bangalore Metropolitan Region Development Authority">Bangalore Metropolitan Region Development Authority</a></li>\n<li><a href="/wiki/Bruhat_Bengaluru_Mahanagara_Palike" title="Bruhat Bengaluru Mahanagara Palike">Bruhat Bengaluru Mahanagara Palike</a></li>\n<li><a href="/wiki/Mayor_of_Bangalore" class="mw-redirect" title="Mayor of Bangalore">Mayor</a></li>\n<li><a href="/wiki/TRAI_Bangalore_Regional_Office" class="mw-redirect" title="TRAI Bangalore Regional Office">TRAI Bangalore Regional Office</a></li>\n<li><a class="mw-selflink selflink">Wards</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Buildings</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bangalore_Palace" title="Bangalore Palace">Bangalore Palace</a></li>\n<li><a href="/wiki/Bangalore_Town_Hall" title="Bangalore Town Hall">Bangalore Town Hall</a></li>\n<li><a href="/wiki/Central_Prison,_Bangalore" title="Central Prison, Bangalore">Central Prison</a></li>\n<li><a href="/wiki/M._Chinnaswamy_Stadium" title="M. Chinnaswamy Stadium">Chinnaswamy Stadium</a></li>\n<li><a href="/wiki/Daly_Memorial_Hall" title="Daly Memorial Hall">Daly Memorial Hall</a></li>\n<li><a href="/wiki/Karnataka_High_Court" title="Karnataka High Court">Karnataka High Court</a></li>\n<li><a href="/wiki/K._R._Market" title="K. R. Market">K. R. Market</a></li>\n<li><a href="/wiki/Nehru_Planetarium" title="Nehru Planetarium">Nehru Planetarium</a></li>\n<li><a href="/wiki/Public_Utilities_Building,_Bangalore" class="mw-redirect" title="Public Utilities Building, Bangalore">Utility Building</a></li>\n<li><a href="/wiki/Vidhana_Soudha" title="Vidhana Soudha">Vidhana Soudha</a></li>\n<li><a href="/wiki/Visvesvaraya_Museum" class="mw-redirect" title="Visvesvaraya Museum">Visvesvaraya Museum</a></li>\n<li><a href="/wiki/World_Trade_Center_Bangalore" title="World Trade Center Bangalore">World Trade Center</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Transport</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bengaluru_International_Airport" class="mw-redirect" title="Bengaluru International Airport">Bengaluru International Airport</a></li>\n<li><a href="/wiki/HAL_Bangalore_International_Airport" class="mw-redirect" title="HAL Bangalore International Airport">HAL Airport</a></li>\n<li><a href="/wiki/Bangalore_City_railway_station" title="Bangalore City railway station">Bangalore City railway station</a></li>\n<li><a href="/wiki/Bangalore_Cantonment_railway_station" title="Bangalore Cantonment railway station">Bangalore Cantonment railway station</a></li>\n<li><a href="/wiki/Yesvantpur_Junction_railway_station" title="Yesvantpur Junction railway station">Yesvantpur Junction</a></li>\n<li><a href="/wiki/Bengaluru_Commuter_Rail" title="Bengaluru Commuter Rail">Bengaluru Commuter Rail</a></li>\n<li><a href="/wiki/Namma_Metro" title="Namma Metro">Namma Metro</a></li>\n<li><a href="/wiki/Bangalore_Metropolitan_Transport_Corporation" title="Bangalore Metropolitan Transport Corporation">BMTC</a></li>\n<li><a href="/wiki/Kempegowda_Bus_Station" title="Kempegowda Bus Station">Kempegowda Bus Station</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Roads</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/100_Feet_Road" class="mw-redirect" title="100 Feet Road">100 Feet Road</a></li>\n<li><a href="/wiki/Avenue_Road,_Bangalore" title="Avenue Road, Bangalore">Avenue Road</a></li>\n<li><a href="/wiki/State_Highway_87_(Karnataka)" title="State Highway 87 (Karnataka)">Bannerghatta Road</a> (SH 87)</li>\n<li><a href="/wiki/Brigade_Road" title="Brigade Road">Brigade Road</a></li>\n<li><a href="/wiki/Church_Street,_Bangalore" title="Church Street, Bangalore">Church Street</a></li>\n<li><a href="/wiki/Cunningham_Road,_Bangalore" class="mw-redirect" title="Cunningham Road, Bangalore">Cunningham Road</a></li>\n<li><a href="/wiki/Hosur_Road" title="Hosur Road">Hosur Road</a> (NH 7)</li>\n<li><a href="/wiki/Inner_Ring_Road,_Bangalore" title="Inner Ring Road, Bangalore">Inner Ring Road</a></li>\n<li><a href="/wiki/J_C_Road" title="J C Road">J C Road</a></li>\n<li><a href="/wiki/Kasturba_Road,_Bangalore" class="mw-redirect" title="Kasturba Road, Bangalore">Kasturba Road</a></li>\n<li><a href="/wiki/Lavelle_Road" title="Lavelle Road">Lavelle Road</a></li>\n<li><a href="/wiki/M_G_Road,_Bangalore" title="M G Road, Bangalore">M.G. Road</a></li>\n<li><a href="/wiki/State_Highway_17_(Karnataka)" title="State Highway 17 (Karnataka)">Mysore Road</a> (SH 17)</li>\n<li><a href="/wiki/Bangalore_-_Mysore_Infrastructure_Corridor" class="mw-redirect" title="Bangalore - Mysore Infrastructure Corridor">NICE Road</a></li>\n<li><a href="/wiki/Old_Airport_Road,_Bangalore" title="Old Airport Road, Bangalore">Old Airport Road</a></li>\n<li><a href="/wiki/Outer_Ring_Road,_Bangalore" title="Outer Ring Road, Bangalore">Outer Ring Road</a></li>\n<li><a href="/wiki/Tannery_Road" title="Tannery Road">Tannery Road</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Places_of_worship_in_Bangalore" title="Places of worship in Bangalore">Places of worship</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Basavanagudi_Nandi_Temple" class="mw-redirect" title="Basavanagudi Nandi Temple">Bull Temple</a></li>\n<li><a href="/wiki/Dodda_Ganesha_Temple" class="mw-redirect" title="Dodda Ganesha Temple">Dodda Ganesha Temple</a></li>\n<li><a href="/wiki/Gavi_Gangadhareshwara_Temple" title="Gavi Gangadhareshwara Temple">Gavi Gangadhareshwara Temple</a></li>\n<li><a href="/wiki/Halasuru_Someshwara_Temple" class="mw-redirect" title="Halasuru Someshwara Temple">Halasuru Someshwara Temple</a></li>\n<li><a href="/wiki/ISKCON_Temple_Bangalore" title="ISKCON Temple Bangalore">ISKCON</a></li>\n<li><a href="/wiki/Kote_Jalakantheshwara_temple" title="Kote Jalakantheshwara temple">Kote Jalakantheshwara temple</a></li>\n<li><a href="/wiki/Kote_Venkataramana_Temple" class="mw-redirect" title="Kote Venkataramana Temple">Kote Venkataramana Temple</a></li>\n<li><a href="/wiki/Naganatheshwara_temple,_Begur" class="mw-redirect" title="Naganatheshwara temple, Begur">Naganatheshwara Temple</a></li>\n<li><a href="/wiki/Ragigudda_Anjaneya_temple" class="mw-redirect" title="Ragigudda Anjaneya temple">Ragigudda Anjaneya Temple</a></li>\n<li><a href="/wiki/Ranganathaswamy_temple,Bangalore" class="mw-redirect" title="Ranganathaswamy temple,Bangalore">Ranganathaswamy Temple</a></li>\n<li><a href="/wiki/St._Mary%27s_Basilica,_Bangalore" title="St. Mary&#39;s Basilica, Bangalore">St. Mary\'s Basilica</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Culture</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th id="Periodic_events" scope="row" class="navbox-group" style="width:1%;font-weight:normal;">Periodic events</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bangalore_Fashion_Week" title="Bangalore Fashion Week">Bangalore Fashion Week</a></li>\n<li><a href="/wiki/Bangalore_International_Film_Festival" class="mw-redirect" title="Bangalore International Film Festival">Bangalore International Film Festival</a></li>\n<li><a href="/wiki/Bangalore_Karaga" title="Bangalore Karaga">Bangalore Karaga</a></li>\n<li><a href="/wiki/Japan_Habba" title="Japan Habba">Japan Habba</a></li></ul>\n</div></td></tr></tbody></table><div>\n</div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">Cinemas</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Cinema_of_Karnataka" class="mw-redirect" title="Cinema of Karnataka">Kannada films</a></li></ul>\n</div></td></tr></tbody></table><div>\n</div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">Sports</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bengaluru_Raptors" title="Bengaluru Raptors">Bengaluru Raptors</a></li>\n<li><a href="/wiki/Bangalore_Raptors" title="Bangalore Raptors">Bangalore Raptors</a></li>\n<li><a href="/wiki/Bengaluru_Bulls" title="Bengaluru Bulls">Bengaluru Bulls</a></li>\n<li><a href="/wiki/Bengaluru_FC" title="Bengaluru FC">Bengaluru FC</a></li>\n<li><a href="/wiki/Royal_Challengers_Bangalore" title="Royal Challengers Bangalore">Royal Challengers Bangalore</a></li></ul>\n</div></td></tr></tbody></table><div>\n</div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">Others</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bibliography_of_Bangalore" title="Bibliography of Bangalore">Bibliography of Bangalore</a></li></ul>\n</div></td></tr></tbody></table><div></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Groups</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bangalore_Agenda_Task_Force" title="Bangalore Agenda Task Force">Bangalore Agenda Task Force</a></li>\n<li><a href="/wiki/Bangalore_IT.in" title="Bangalore IT.in">Bangalore IT.in</a></li>\n<li><a href="/wiki/Bangalore_Linux_User_Group" title="Bangalore Linux User Group">Linux User Group</a></li>\n<li><a href="/wiki/Birdwatchers%27_Field_Club_of_Bangalore" title="Birdwatchers&#39; Field Club of Bangalore">Birdwatchers\' Field Club</a></li>\n<li><a href="/wiki/Karnataka_Quiz_Association" title="Karnataka Quiz Association">Karnataka Quiz Association</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Parks</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bannerghatta_National_Park" title="Bannerghatta National Park">Bannerghatta National Park</a></li>\n<li><a href="/wiki/Bugle_Rock" title="Bugle Rock">Bugle Rock</a></li>\n<li><a href="/wiki/Cubbon_Park" title="Cubbon Park">Cubbon Park</a></li>\n<li><a href="/wiki/Freedom_Park,_Bengaluru" class="mw-redirect" title="Freedom Park, Bengaluru">Freedom Park</a></li>\n<li><a href="/wiki/Lal_Bagh" title="Lal Bagh">Lal Bagh</a></li></ul>\n</div></td></tr><tr><td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks mw-collapsible mw-collapsed navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div id="Localities" style="font-size:114%;margin:0 4em">Localities</div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">North Bengaluru</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Abbigere" title="Abbigere">Abbigere</a></li>\n<li><a href="/wiki/Babusapalya" title="Babusapalya">Babusapalya</a></li>\n<li><a href="/wiki/Bagalur,_Bangalore_Urban" title="Bagalur, Bangalore Urban">Bagalur</a></li>\n<li><a href="/wiki/Banaswadi" title="Banaswadi">Banaswadi</a></li>\n<li><a href="/wiki/Chikkabanavara" title="Chikkabanavara">Chikkabanavara</a></li>\n<li><a href="/wiki/Cooke_Town" title="Cooke Town">Cooke Town</a></li>\n<li><a href="/wiki/Cox_Town,_Bangalore" title="Cox Town, Bangalore">Cox Town</a></li>\n<li><a href="/wiki/Dollars_Colony" title="Dollars Colony">Dollars Colony</a></li>\n<li><a href="/wiki/Fraser_Town,_Bangalore" title="Fraser Town, Bangalore">Frazer Town</a></li>\n<li><a href="/wiki/Ganganagar,_Bangalore" title="Ganganagar, Bangalore">Ganganagar</a></li>\n<li><a href="/wiki/HBR_Layout" title="HBR Layout">HBR Layout</a></li>\n<li><a href="/wiki/Hebbal" title="Hebbal">Hebbal</a></li>\n<li><a href="/wiki/Horamavu" title="Horamavu">Horamavu</a></li>\n<li><a href="/wiki/Hunasamaranahalli" title="Hunasamaranahalli">Hunasamaranahalli</a></li>\n<li><a href="/wiki/Jalahalli" title="Jalahalli">Jalahalli</a></li>\n<li><a href="/wiki/Jakkur" title="Jakkur">Jakkur</a></li>\n<li><a href="/wiki/Kalkere" title="Kalkere">Kalkere</a></li>\n<li><a href="/wiki/Kalyan_Nagar" title="Kalyan Nagar">Kalyan Nagar</a></li>\n<li><a href="/wiki/Kammanahalli" title="Kammanahalli">Kammanahalli</a></li>\n<li><a href="/wiki/Kodigehalli" title="Kodigehalli">Kodigehalli</a></li>\n<li><a href="/wiki/Kothnur" title="Kothnur">Kothnur</a></li>\n<li><a href="/wiki/Lingarajapuram" title="Lingarajapuram">Lingarajapuram</a></li>\n<li><a href="/wiki/Malleswaram" title="Malleswaram">Malleswaram</a></li>\n<li><a href="/wiki/Mariyannapalya" title="Mariyannapalya">Mariyannapalya</a></li>\n<li><a href="/wiki/Mathikere" title="Mathikere">Mathikere</a></li>\n<li><a href="/wiki/Mathkur" title="Mathkur">Mathkur</a></li>\n<li><a href="/wiki/Muthyalanagar" title="Muthyalanagar">Muthyalanagar</a></li>\n<li><a href="/wiki/Palace_Guttahalli" title="Palace Guttahalli">Palace Guttahalli</a></li>\n<li><a href="/wiki/R._T._Nagar" title="R. T. Nagar">R. T. Nagar</a></li>\n<li><a href="/wiki/Ramachandrapura" title="Ramachandrapura">Ramachandrapura</a></li>\n<li><a href="/wiki/Ramamurthy_Nagar" title="Ramamurthy Nagar">Ramamurthy Nagar</a></li>\n<li><a href="/wiki/Sadashivanagar" title="Sadashivanagar">Sadashivanagar</a></li>\n<li><a href="/wiki/Sahakara_Nagar" title="Sahakara Nagar">Sahakara Nagar</a></li>\n<li><a href="/wiki/Sanjaynagar" title="Sanjaynagar">Sanjaynagar</a></li>\n<li><a href="/wiki/Thanisandra" title="Thanisandra">Thanisandra</a></li>\n<li><a href="/wiki/Thindlu" title="Thindlu">Thindlu</a></li>\n<li><a href="/wiki/Vidyaranyapura" title="Vidyaranyapura">Vidyaranyapura</a></li>\n<li><a href="/wiki/Vyalikaval" title="Vyalikaval">Vyalikaval</a></li>\n<li><a href="/wiki/Yelahanka" title="Yelahanka">Yelahanka</a></li>\n<li><a href="/wiki/Yeswanthpur" title="Yeswanthpur">Yeswanthpur</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">West Bengaluru</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Basaveshwaranagar" title="Basaveshwaranagar">Basaveshwaranagar</a></li>\n<li><a href="/wiki/Bharathnagar" title="Bharathnagar">Bharathnagar</a></li>\n<li><a href="/wiki/Dasarahalli" title="Dasarahalli">Dasarahalli</a></li>\n<li><a href="/wiki/Herohalli" title="Herohalli">Herohalli</a></li>\n<li><a href="/wiki/Kamakshipalya" title="Kamakshipalya">Kamakshipalya</a></li>\n<li><a href="/wiki/Kengeri" title="Kengeri">Kengeri</a></li>\n<li><a href="/wiki/Kumbalgodu" title="Kumbalgodu">Kumbalgodu</a></li>\n<li><a href="/wiki/Mahalakshmi_Layout" title="Mahalakshmi Layout">Mahalakshmi Layout</a></li>\n<li><a href="/wiki/Milk_Colony" title="Milk Colony">Milk Colony</a></li>\n<li><a href="/wiki/Nagarbhavi" title="Nagarbhavi">Nagarbhavi</a></li>\n<li><a href="/wiki/Nandini_Layout" title="Nandini Layout">Nandini Layout</a></li>\n<li><a href="/wiki/Nayandahalli" title="Nayandahalli">Nayandahalli</a></li>\n<li><a href="/wiki/Peenya" title="Peenya">Peenya</a></li>\n<li><a href="/wiki/Rajajinagar" title="Rajajinagar">Rajajinagar</a></li>\n<li><a href="/wiki/Ullalu" title="Ullalu">Ullalu</a></li>\n<li><a href="/wiki/Vijayanagar,_Bangalore" title="Vijayanagar, Bangalore">Vijayanagar</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Central Bengaluru</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Austin_Town" title="Austin Town">Austin Town</a></li>\n<li><a href="/wiki/Bangalore_Cantonment" title="Bangalore Cantonment">Bangalore Cantonment</a></li>\n<li><a href="/wiki/Bangalore_Central_Business_District" title="Bangalore Central Business District">Bangalore Central Business District</a></li>\n<li><a href="/wiki/Bengaluru_Pete" title="Bengaluru Pete">Bengaluru Pete</a></li>\n<li><a href="/wiki/Chamrajpet" title="Chamrajpet">Chamarajapet</a></li>\n<li><a href="/wiki/Chickpet" title="Chickpet">Chickpet</a></li>\n<li><a href="/wiki/Gandhi_Nagar,_Bangalore" title="Gandhi Nagar, Bangalore">Gandhinagar</a></li>\n<li><a href="/wiki/Richmond_Town" title="Richmond Town">Richmond Town</a></li>\n<li><a href="/wiki/Seshadripuram" title="Seshadripuram">Seshadripuram</a></li>\n<li><a href="/wiki/Shivajinagar,_Bangalore" title="Shivajinagar, Bangalore">Shivajinagar</a></li>\n<li><a href="/wiki/Vasanth_Nagar" title="Vasanth Nagar">Vasanth Nagar</a></li>\n<li><a href="/wiki/Wilson_Garden" title="Wilson Garden">Wilson Garden</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">East Bengaluru</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Belathur" title="Belathur">Belathur</a></li>\n<li><a href="/wiki/Bellandur" title="Bellandur">Bellandur</a></li>\n<li><a href="/wiki/Brookefield" title="Brookefield">Brookefield</a></li>\n<li><a href="/wiki/CV_Raman_Nagar" title="CV Raman Nagar">CV Raman Nagar</a></li>\n<li><a href="/wiki/Domlur" title="Domlur">Domlur</a></li>\n<li><a href="/wiki/Halasuru" class="mw-redirect" title="Halasuru">Halasuru</a></li>\n<li><a href="/wiki/Hoodi" title="Hoodi">Hoodi</a></li>\n<li><a href="/wiki/Immadihalli" title="Immadihalli">Immadihalli</a></li>\n<li><a href="/wiki/Indiranagar" title="Indiranagar">Indiranagar</a></li>\n<li><a href="/wiki/Jeevanbheemanagar" class="mw-redirect" title="Jeevanbheemanagar">Jeevan Bhima Nagar</a></li>\n<li><a href="/wiki/Kadugodi" title="Kadugodi">Kadugodi</a></li>\n<li><a href="/wiki/Kaggadasapura" title="Kaggadasapura">Kaggadasapura</a></li>\n<li><a href="/wiki/Kodihalli,_Bangalore" title="Kodihalli, Bangalore">Kodihalli</a></li>\n<li><a href="/wiki/Krishnarajapuram" title="Krishnarajapuram">Krishnarajapuram</a></li>\n<li><a href="/wiki/Kundalahalli" title="Kundalahalli">Kundalahalli</a></li>\n<li><a href="/wiki/Mahadevapura" class="mw-redirect" title="Mahadevapura">Mahadevapura</a></li>\n<li><a href="/wiki/Marathahalli" title="Marathahalli">Marathahalli</a></li>\n<li><a href="/wiki/Murphy_Town,_Bangalore" title="Murphy Town, Bangalore">Murphy Town</a></li>\n<li><a href="/wiki/Murugeshpalya" title="Murugeshpalya">Murugeshpalya</a></li>\n<li><a href="/wiki/Varthur" title="Varthur">Varthur</a></li>\n<li><a href="/wiki/Vimanapura" title="Vimanapura">Vimanapura</a></li>\n<li><a href="/wiki/Whitefield,_India" class="mw-redirect" title="Whitefield, India">Whitefield</a></li>\n<li><a href="/wiki/Yemalur" title="Yemalur">Yemalur</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">South Bengaluru</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Adugodi" title="Adugodi">Adugodi</a></li>\n<li><a href="/wiki/Agara,_Bangalore" title="Agara, Bangalore">Agara</a></li>\n<li><a href="/wiki/Ananthnagar" title="Ananthnagar">Ananthnagar</a></li>\n<li><a href="/wiki/Anjanapura" title="Anjanapura">Anjanapura</a></li>\n<li><a href="/wiki/Arekere" title="Arekere">Arekere</a></li>\n<li><a href="/wiki/Banashankari" title="Banashankari">Banashankari</a></li>\n<li><a href="/wiki/Basavanagudi" title="Basavanagudi">Basavanagudi</a></li>\n<li><a href="/wiki/Begur,_Bangalore" title="Begur, Bangalore">Begur</a></li>\n<li><a href="/wiki/Bilekahalli" title="Bilekahalli">Bilekahalli</a></li>\n<li><a href="/wiki/Bommanahalli" title="Bommanahalli">Bommanahalli</a></li>\n<li><a href="/wiki/Bommasandra" title="Bommasandra">Bommasandra</a></li>\n<li><a href="/wiki/BTM_Layout" title="BTM Layout">BTM Layout</a></li>\n<li><a href="/wiki/Carmelaram" title="Carmelaram">Carmelaram</a></li>\n<li><a href="/wiki/Chandapura" title="Chandapura">Chandapura</a></li>\n<li><a href="/wiki/Chikkalasandra" title="Chikkalasandra">Chikkalasandra</a></li>\n<li><a href="/wiki/Dommasandra,_Bangalore_Urban" title="Dommasandra, Bangalore Urban">Dommasandra</a></li>\n<li><a href="/wiki/Ejipura" title="Ejipura">Ejipura</a></li>\n<li><a href="/wiki/Electronic_City" title="Electronic City">Electronic City</a></li>\n<li><a href="/wiki/Girinagar" title="Girinagar">Girinagar</a></li>\n<li><a href="/wiki/Gottigere" title="Gottigere">Gottigere</a></li>\n<li><a href="/wiki/Hanumanthanagar,_Bengaluru" title="Hanumanthanagar, Bengaluru">Hanumanthanagar</a></li>\n<li><a href="/wiki/Hebbagodi" title="Hebbagodi">Hebbagodi</a></li>\n<li><a href="/wiki/HSR_Layout" title="HSR Layout">HSR Layout</a></li>\n<li><a href="/wiki/Hulimavu" title="Hulimavu">Hulimavu</a></li>\n<li><a href="/wiki/Ittamadu" title="Ittamadu">Ittamadu</a></li>\n<li><a href="/wiki/Jayanagar,_Bangalore" title="Jayanagar, Bangalore">Jayanagar</a></li>\n<li><a href="/wiki/Jigani" title="Jigani">Jigani</a></li>\n<li><a href="/wiki/Jayaprakash_Nagar,_Bangalore" title="Jayaprakash Nagar, Bangalore">J. P. Nagar</a></li>\n<li><a href="/wiki/Kaggalipura" title="Kaggalipura">Kaggalipura</a></li>\n<li><a href="/wiki/Konanakunte" title="Konanakunte">Konanakunte</a></li>\n<li><a href="/wiki/Konappana_Agrahara" title="Konappana Agrahara">Konappana Agrahara</a></li>\n<li><a href="/wiki/Koramangala" title="Koramangala">Koramangala</a></li>\n<li><a href="/wiki/Kumaraswamy_Layout" title="Kumaraswamy Layout">Kumaraswamy Layout</a></li>\n<li><a href="/wiki/Madiwala" title="Madiwala">Madiwala</a></li>\n<li><a href="/wiki/Padmanabhanagar" title="Padmanabhanagar">Padmanabhanagar</a></li>\n<li><a href="/wiki/Puttenahalli" title="Puttenahalli">Puttenahalli</a></li>\n<li><a href="/wiki/Rajarajeshwari_Nagar,_Bangalore" title="Rajarajeshwari Nagar, Bangalore">Rajarajeshwari Nagar</a></li>\n<li><a href="/wiki/Shikaripalya" title="Shikaripalya">Shikaripalya</a></li>\n<li><a href="/wiki/Singasandra" title="Singasandra">Singasandra</a></li>\n<li><a href="/wiki/Suddaguntepalya" title="Suddaguntepalya">Suddaguntepalya</a></li>\n<li><a href="/wiki/Ramanjaneyanagar" title="Ramanjaneyanagar">Ramanjaneyanagar</a></li>\n<li><a href="/wiki/Taverekere" title="Taverekere">Taverekere</a></li>\n<li><a href="/wiki/Thyagarajanagar" title="Thyagarajanagar">Thyagarajanagar</a></li>\n<li><a href="/wiki/Uttarahalli" title="Uttarahalli">Uttarahalli</a></li></ul>\n</div></td></tr></tbody></table><div></div></td></tr><tr><td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks mw-collapsible mw-collapsed navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div id="Institutions" style="font-size:114%;margin:0 4em">Institutions</div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">Education</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_schools_in_Bangalore" title="List of schools in Bangalore">List of schools in Bangalore</a></li>\n<li><a href="/wiki/Bangalore_International_School" title="Bangalore International School">Bangalore International School</a></li>\n<li><a href="/wiki/Bishop_Cotton_Boys%27_School" title="Bishop Cotton Boys&#39; School">Bishop Cotton Boys\' School</a></li>\n<li><a href="/wiki/Baldwin_Boys_High_School" class="mw-redirect" title="Baldwin Boys High School">Baldwin Boys High School</a></li>\n<li><a href="/wiki/Kendriya_Vidyalaya_Hebbal" class="mw-redirect" title="Kendriya Vidyalaya Hebbal">KV Hebbal</a></li>\n<li><a href="/wiki/Kensri_School" title="Kensri School">Kensri School</a></li>\n<li><a href="/wiki/Mallya_Aditi_International_School" title="Mallya Aditi International School">Mallya Aditi International School</a></li>\n<li><a href="/wiki/National_Public_School,_Indiranagar" title="National Public School, Indiranagar">National Public School, Indiranagar</a></li>\n<li><a href="/wiki/St._Joseph%27s_Indian_High_School" title="St. Joseph&#39;s Indian High School">St. Joseph\'s Indian High School</a></li>\n<li><a href="/wiki/St.Germain_High_School" class="mw-redirect" title="St.Germain High School">St.Germain High School</a></li>\n<li><a href="/wiki/Venkat_International_Public_School" title="Venkat International Public School">Venkat International Public School</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Higher education</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_Bangalore_colleges" class="mw-redirect" title="List of Bangalore colleges">List of Bangalore colleges</a></li>\n<li><a href="/wiki/Acharya_Institute_of_Technology" title="Acharya Institute of Technology">Acharya Institute of Technology</a></li>\n<li><a href="/wiki/Al-Ameen_College_of_Law" title="Al-Ameen College of Law">Al-Ameen College of Law</a></li>\n<li><a href="/wiki/Bangalore_University" title="Bangalore University">Bangalore University</a></li>\n<li><a href="/wiki/Bangalore_Institute_of_Technology" title="Bangalore Institute of Technology">Bangalore Institute of Technology</a></li>\n<li><a href="/wiki/Bangalore_Medical_College" class="mw-redirect" title="Bangalore Medical College">Bangalore Medical College</a></li>\n<li><a href="/wiki/B.M.S._College_of_Engineering" title="B.M.S. College of Engineering">B.M.S. College of Engineering</a></li>\n<li><a href="/wiki/Christ_University" title="Christ University">Christ University</a></li>\n<li><a href="/wiki/Dayananda_Sagar_College_of_Engineering" title="Dayananda Sagar College of Engineering">Dayananda Sagar College of Engineering</a></li>\n<li><a href="/wiki/Indian_Institute_of_Astrophysics" title="Indian Institute of Astrophysics">Indian Institute of Astrophysics</a></li>\n<li><a href="/wiki/Indian_Institute_of_Management_Bangalore" title="Indian Institute of Management Bangalore">Indian Institute of Management Bangalore</a></li>\n<li><a href="/wiki/Indian_Institute_of_Science" title="Indian Institute of Science">Indian Institute of Science</a></li>\n<li><a href="/wiki/Indian_Statistical_Institute" title="Indian Statistical Institute">Indian Statistical Institute</a></li>\n<li><a href="/wiki/International_Institute_of_Information_Technology_-_Bangalore" class="mw-redirect" title="International Institute of Information Technology - Bangalore">International Institute of Information Technology</a></li>\n<li><a href="/wiki/National_Institute_of_Fashion_Technology" title="National Institute of Fashion Technology">National Institute of Fashion Technology</a></li>\n<li><a href="/wiki/National_Law_School_of_India_University" title="National Law School of India University">National Law School of India University</a></li>\n<li><a href="/wiki/National_College,_Bangalore" title="National College, Bangalore">National College</a></li>\n<li><a href="/wiki/Centre_for_Development_of_Advanced_Computing" title="Centre for Development of Advanced Computing">National Centre for Software Technology</a></li>\n<li><a href="/wiki/Nitte_Meenakshi_Institute_of_Technology" title="Nitte Meenakshi Institute of Technology">Nitte Meenakshi Institute of Technology</a></li>\n<li><a href="/wiki/R._V._College_of_Engineering" class="mw-redirect" title="R. V. College of Engineering">Rashtreeya Vidyalaya College of Engineering</a></li>\n<li><a href="/wiki/Sir_M_Visvesvaraya_Institute_Of_Technology" class="mw-redirect" title="Sir M Visvesvaraya Institute Of Technology">Sir M Visvesvaraya Institute Of Technology</a></li>\n<li><a href="/wiki/University_of_Agricultural_Sciences,_Bangalore" title="University of Agricultural Sciences, Bangalore">University of Agricultural Sciences</a></li>\n<li><a href="/wiki/UVCE" class="mw-redirect" title="UVCE">University Visvesvaraya College of Engineering</a></li>\n<li><a href="/wiki/Xavier_Institute_of_Management_and_Entrepreneurship" title="Xavier Institute of Management and Entrepreneurship">Xavier Institute of Management and Entrepreneurship</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Hospitals</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Apollo_Hospitals" title="Apollo Hospitals">Apollo Hospitals</a></li>\n<li><a href="/wiki/Bowring_%26_Lady_Curzon_Hospitals" title="Bowring &amp; Lady Curzon Hospitals">Bowring &amp; Lady Curzon Hospitals</a></li>\n<li>Fortis Hospitals</li>\n<li><a href="/wiki/HOSMAT" title="HOSMAT">HOSMAT</a></li>\n<li><a href="/wiki/Indira_Gandhi_Institute_of_Child_Health,_Bangalore" title="Indira Gandhi Institute of Child Health, Bangalore">Indira Gandhi Institute of Child Health</a></li>\n<li><a href="/wiki/Kidwai_Memorial_Institute_of_Oncology" title="Kidwai Memorial Institute of Oncology">Kidwai Memorial Institute of Oncology</a></li>\n<li><a href="/wiki/Minto_eye_hospital" class="mw-redirect" title="Minto eye hospital">Minto eye hospital</a></li>\n<li><a href="/wiki/Narayana_Hrudayalaya" class="mw-redirect" title="Narayana Hrudayalaya">Narayana Hrudayalaya</a></li>\n<li><a href="/wiki/National_Centre_for_Biological_Sciences" title="National Centre for Biological Sciences">NCBS</a></li>\n<li><a href="/wiki/National_Institute_of_Mental_Health_and_Neurosciences" title="National Institute of Mental Health and Neurosciences">NIMHANS</a></li>\n<li><a href="/wiki/Sanjay_Gandhi_Institute_of_Trauma_and_Orthopaedics" title="Sanjay Gandhi Institute of Trauma and Orthopaedics">Sanjay Gandhi Institute of Trauma and Orthopaedics</a></li>\n<li><a href="/wiki/SDS_Tuberculosis_Sanatorium" title="SDS Tuberculosis Sanatorium">SDS Tuberculosis Sanatorium</a></li>\n<li><a href="/wiki/St._John%27s_Medical_College" title="St. John&#39;s Medical College">St. John\'s Hospital</a></li>\n<li><a href="/wiki/Vanivilas_Women_and_Children_Hospital" title="Vanivilas Women and Children Hospital">Vanivilas Women and Children Hospital</a></li>\n<li><a href="/wiki/Victoria_Hospital_(Bangalore_Medical_College)" title="Victoria Hospital (Bangalore Medical College)">Victoria Hospital</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Industry</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/List_of_Bangalore_telecom_companies" class="mw-redirect" title="List of Bangalore telecom companies">List of Bangalore telecom companies</a></li>\n<li><a href="/wiki/Hindustan_Aeronautics_Limited" title="Hindustan Aeronautics Limited">Hindustan Aeronautics Limited</a></li></ul>\n</div></td></tr></tbody></table><div></div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div>\n<ul><li><a href="/wiki/List_of_people_from_Bangalore" title="List of people from Bangalore">Famous people</a></li>\n<li><a href="/wiki/Bangalore_Central_Business_District" title="Bangalore Central Business District">Central business district</a></li>\n<li><a href="/wiki/Bangalore_Rural_District" class="mw-redirect" title="Bangalore Rural District">Bangalore Rural District</a></li>\n<li><a href="/wiki/Silicon_Valley#Technology_centers_internationally" title="Silicon Valley">List of cities known as Silicon Valleys</a></li>\n<li><a href="/wiki/Tourist_attractions_in_Bangalore" class="mw-redirect" title="Tourist attractions in Bangalore">Tourist attractions</a></li>\n<li><a href="/wiki/Lakes_in_Bangalore" title="Lakes in Bangalore">Lakes</a></li>\n<li><a href="/wiki/List_of_Chola_temples_in_Bangalore" title="List of Chola temples in Bangalore">Chola temples in Bangalore</a></li>\n<li><a href="/wiki/Economy_of_Bangalore" title="Economy of Bangalore">Economy</a></li></ul>\n</div></td></tr></tbody></table></div>\n<!-- \nNewPP limit report\nParsed by mw2373\nCached time: 20200922221804\nCache expiry: 2592000\nDynamic content: false\nComplications: [vary‐revision‐sha1]\nCPU time usage: 0.232 seconds\nReal time usage: 0.295 seconds\nPreprocessor visited node count: 1029/1000000\nPost‐expand include size: 81552/2097152 bytes\nTemplate argument size: 582/2097152 bytes\nHighest expansion depth: 13/40\nExpensive parser function count: 2/500\nUnstrip recursion depth: 1/20\nUnstrip post‐expand size: 11421/5000000 bytes\nLua time usage: 0.074/10.000 seconds\nLua memory usage: 2.87 MB/50 MB\nNumber of Wikibase entities loaded: 0/400\n-->\n<!--\nTransclusion expansion time report (%,ms,calls,template)\n100.00%  164.249      1 -total\n 51.28%   84.221      1 Template:Reflist\n 46.10%   75.724      3 Template:Cite_web\n 26.07%   42.817      8 Template:Navbox\n 21.93%   36.027      1 Template:Use_dmy_dates\n 20.56%   33.771      1 Template:Bangalore_topics\n 10.17%   16.707      2 Template:DMCA\n  8.89%   14.610      2 Template:Dated_maintenance_category\n  5.60%    9.200      2 Template:FULLROOTPAGENAME\n  4.01%    6.593      1 Template:Use_Indian_English\n-->\n\n<!-- Saved in parser cache with key enwiki:pcache:idhash:52468336-0!canonical and timestamp 20200922221804 and revision id 977888279\n -->\n</div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>\n<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_wards_in_Bangalore&amp;oldid=977888279">https://en.wikipedia.org/w/index.php?title=List_of_wards_in_Bangalore&amp;oldid=977888279</a>"</div></div>\n\t\t<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Bangalore-related_lists" title="Category:Bangalore-related lists">Bangalore-related lists</a></li><li><a href="/wiki/Category:Bruhat_Bengaluru_Mahanagara_Palike" title="Category:Bruhat Bengaluru Mahanagara Palike">Bruhat Bengaluru Mahanagara Palike</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden categories: <ul><li><a href="/wiki/Category:Use_dmy_dates_from_January_2019" title="Category:Use dmy dates from January 2019">Use dmy dates from January 2019</a></li><li><a href="/wiki/Category:Use_Indian_English_from_January_2019" title="Category:Use Indian English from January 2019">Use Indian English from January 2019</a></li><li><a href="/wiki/Category:All_Wikipedia_articles_written_in_Indian_English" title="Category:All Wikipedia articles written in Indian English">All Wikipedia articles written in Indian English</a></li></ul></div></div>\n\t</div>\n</div>\n<div id=\'mw-data-after-content\'>\n\t<div class="read-more-container"></div>\n</div>\n\n<div id="mw-navigation">\n\t<h2>Navigation menu</h2>\n\t<div id="mw-head">\n\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-personal" class="vector-menu" aria-labelledby="p-personal-label" role="navigation" \n\t >\n\t<h3 id="p-personal-label">\n\t\t<span>Personal tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=List+of+wards+in+Bangalore" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=List+of+wards+in+Bangalore" title="You&#039;re encouraged to log in; however, it&#039;s not mandatory. [o]" accesskey="o">Log in</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t<div id="left-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-namespaces" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-namespaces-label" role="navigation" \n\t >\n\t<h3 id="p-namespaces-label">\n\t\t<span>Namespaces</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-nstab-main" class="selected"><a href="/wiki/List_of_wards_in_Bangalore" title="View the content page [c]" accesskey="c">Article</a></li><li id="ca-talk"><a href="/wiki/Talk:List_of_wards_in_Bangalore" rel="discussion" title="Discuss improvements to the content page [t]" accesskey="t">Talk</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-variants" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-variants-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-variants-label" />\n\t<h3 id="p-variants-label">\n\t\t<span>Variants</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t</div>\n\t\t<div id="right-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-views" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-views-label" role="navigation" \n\t >\n\t<h3 id="p-views-label">\n\t\t<span>Views</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-view" class="selected"><a href="/wiki/List_of_wards_in_Bangalore">Read</a></li><li id="ca-edit"><a href="/w/index.php?title=List_of_wards_in_Bangalore&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a></li><li id="ca-history"><a href="/w/index.php?title=List_of_wards_in_Bangalore&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-cactions" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-cactions-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-cactions-label" />\n\t<h3 id="p-cactions-label">\n\t\t<span>More</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<div id="p-search" role="search">\n\t<h3 >\n\t\t<label for="searchInput">Search</label>\n\t</h3>\n\t<form action="/w/index.php" id="searchform">\n\t\t<div id="simpleSearch" data-search-loc="header-moved">\n\t\t\t<input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput"/>\n\t\t\t<input type="hidden" name="title" value="Special:Search">\n\t\t\t<input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>\n\t\t\t<input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>\n\t\t</div>\n\t</form>\n</div>\n\n\t\t</div>\n\t</div>\n\t\n<div id="mw-panel">\n\t<div id="p-logo" role="banner">\n\t\t<a  title="Visit the main page" class="mw-wiki-logo" href="/wiki/Main_Page"></a>\n\t</div>\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-navigation" class="vector-menu vector-menu-portal portal portal-first" aria-labelledby="p-navigation-label" role="navigation" \n\t >\n\t<h3 id="p-navigation-label">\n\t\t<span>Navigation</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a href="/wiki/Special:Random" title="Visit a randomly selected article [x]" accesskey="x">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-interaction" class="vector-menu vector-menu-portal portal" aria-labelledby="p-interaction-label" role="navigation" \n\t >\n\t<h3 id="p-interaction-label">\n\t\t<span>Contribute</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]" accesskey="r">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-tb" class="vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation" \n\t >\n\t<h3 id="p-tb-label">\n\t\t<span>Tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/List_of_wards_in_Bangalore" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/List_of_wards_in_Bangalore" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=List_of_wards_in_Bangalore&amp;oldid=977888279" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=List_of_wards_in_Bangalore&amp;action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=List_of_wards_in_Bangalore&amp;id=977888279&amp;wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li><li id="t-wikibase"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q28024855" title="Structured data on this page hosted by Wikidata [g]" accesskey="g">Wikidata item</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-coll-print_export" class="vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation" \n\t >\n\t<h3 id="p-coll-print_export-label">\n\t\t<span>Print/export</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=List_of_wards_in_Bangalore&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a href="/w/index.php?title=List_of_wards_in_Bangalore&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-lang" class="vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation" \n\t >\n\t<h3 id="p-lang-label">\n\t\t<span>Languages</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"></ul>\n\t\t<div class="after-portlet after-portlet-lang"><span class="uls-after-portlet-link"></span><span class="wb-langlinks-add wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q28024855#sitelinks-wikipedia" title="Add interlanguage links" class="wbc-editpage">Add links</a></span></div>\n\t</div>\n</nav>\n\n</div>\n\n</div>\n<footer id="footer" class="mw-footer" role="contentinfo" >\n\t<ul id="footer-info" >\n\t\t<li id="footer-info-lastmod"> This page was last edited on 11 September 2020, at 15:45<span class="anonymous-show">&#160;(UTC)</span>.</li>\n\t\t<li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;\nadditional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>\n\t</ul>\n\t<ul id="footer-places" >\n\t\t<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>\n\t\t<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>\n\t\t<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>\n\t\t<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>\n\t\t<li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=List_of_wards_in_Bangalore&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>\n\t\t<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>\n\t\t<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>\n\t\t<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>\n\t</ul>\n\t<ul id="footer-icons" class="noprint">\n\t\t<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>\n\t\t<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>\n\t</ul>\n\t<div style="clear: both;"></div>\n</footer>\n\n\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.232","walltime":"0.295","ppvisitednodes":{"value":1029,"limit":1000000},"postexpandincludesize":{"value":81552,"limit":2097152},"templateargumentsize":{"value":582,"limit":2097152},"expansiondepth":{"value":13,"limit":40},"expensivefunctioncount":{"value":2,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":11421,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%  164.249      1 -total"," 51.28%   84.221      1 Template:Reflist"," 46.10%   75.724      3 Template:Cite_web"," 26.07%   42.817      8 Template:Navbox"," 21.93%   36.027      1 Template:Use_dmy_dates"," 20.56%   33.771      1 Template:Bangalore_topics"," 10.17%   16.707      2 Template:DMCA","  8.89%   14.610      2 Template:Dated_maintenance_category","  5.60%    9.200      2 Template:FULLROOTPAGENAME","  4.01%    6.593      1 Template:Use_Indian_English"]},"scribunto":{"limitreport-timeusage":{"value":"0.074","limit":"10.000"},"limitreport-memusage":{"value":3014305,"limit":52428800}},"cachereport":{"origin":"mw2373","timestamp":"20200922221804","ttl":2592000,"transientcontent":false}}});});</script>\n<script type="application/ld+json">{"@context":"https:\\/\\/schema.org","@type":"Article","name":"List of wards in Bangalore","url":"https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_wards_in_Bangalore","sameAs":"http:\\/\\/www.wikidata.org\\/entity\\/Q28024855","mainEntity":"http:\\/\\/www.wikidata.org\\/entity\\/Q28024855","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\\/\\/www.wikimedia.org\\/static\\/images\\/wmf-hor-googpub.png"}},"datePublished":"2016-12-04T03:59:17Z","dateModified":"2020-09-11T15:45:19Z","headline":"Wikimedia list article"}</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":153,"wgHostname":"mw2369"});});</script>\n</body></html>'
In [5]:
soup = BeautifulSoup(web_page)
# soup
In [6]:
table_tags = soup.find('table', class_='wikitable')
table_tags
Out[6]:
<table class="wikitable">
<tbody><tr>
<th>Ward number
</th>
<th>Ward name
</th>
<th>Reservation category
</th>
<th>Assembly constituency<sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup>
</th>
<th>Lok Sabha constituency<sup class="reference" id="cite_ref-3"><a href="#cite_note-3">[3]</a></sup>
</th></tr>
<tr>
<td>1
</td>
<td>Kempegowda
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>
</td>
<td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>
</td></tr>
<tr>
<td>2
</td>
<td>Chowdeshwari
</td>
<td>Backward Category A (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>
</td>
<td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>
</td></tr>
<tr>
<td>3
</td>
<td>Attur
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>
</td>
<td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>
</td></tr>
<tr>
<td>4
</td>
<td>Yelahanka Satellite Town
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>
</td>
<td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>
</td></tr>
<tr>
<td>5
</td>
<td>Jakkur
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>6
</td>
<td>Thanisandra
</td>
<td>Backward Category A (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>7
</td>
<td>Byatarayanapura
</td>
<td>Scheduled Tribe
</td>
<td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>8
</td>
<td>Kodigehalli
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>9
</td>
<td>Vidyaranyapura
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>10
</td>
<td>Doddabommasandra
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>11
</td>
<td>Kuvempu Nagar
</td>
<td>Backward Category A (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>12
</td>
<td>Shettyhalli
</td>
<td>Scheduled Caste (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>13
</td>
<td>Mallasandra
</td>
<td>Backward Category A (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>14
</td>
<td>Bagalagunte
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>15
</td>
<td>T-Dasarahalli
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>16
</td>
<td>Jalahalli
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>17
</td>
<td>J.P.Park
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>18
</td>
<td>Radhakrishna Temple
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>19
</td>
<td>Sanjay Nagar
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>20
</td>
<td>Ganga Nagar
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>21
</td>
<td>Hebbal
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>22
</td>
<td>Vishwanathnagenahalli
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>23
</td>
<td>Nagavara
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>24
</td>
<td>HBR Layout
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>25
</td>
<td>Horamavu
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>26
</td>
<td>Ramamurthy Nagar
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>27
</td>
<td>Banaswadi
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>28
</td>
<td>Kammanahalli
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>29
</td>
<td>Kacharakanahalli
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>30
</td>
<td>Kadugondanahalli
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>31
</td>
<td>Kushal Nagar
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>32
</td>
<td>Kavalbyrasandra
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>33
</td>
<td>Manorayanapalya
</td>
<td>Backward Category A (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>34
</td>
<td>Gangenahalli
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>35
</td>
<td>Aramane Nagar
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>36
</td>
<td>Mathikere
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>37
</td>
<td>Yeshwanthpur
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>38
</td>
<td>H.M.T
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>39
</td>
<td>Chokkasandra
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>40
</td>
<td>Dodda Bidarkallu
</td>
<td>General (Women)
</td>
<td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>41
</td>
<td>Peenya Industrial Area
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>42
</td>
<td>Lakshmidevi Nagar
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>43
</td>
<td>Nandini Layout
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>44
</td>
<td>Marappana Palya
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>45
</td>
<td>Malleshwaram
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>46
</td>
<td>Jayachamarajendra Nagar
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>47
</td>
<td><a href="/wiki/Devara_Jeevanahalli" title="Devara Jeevanahalli">Devarajeevanahalli</a>
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>48
</td>
<td>Muneshwara Nagar
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>49
</td>
<td>Lingarajapuram
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>50
</td>
<td>Benniganahalli
</td>
<td>Scheduled Caste
</td>
<td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>51
</td>
<td>Vijinapura
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>52
</td>
<td>K.R.Puram
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>53
</td>
<td>Basavanapura
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>54
</td>
<td>Hoodi
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>55
</td>
<td>Devasandra
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>56
</td>
<td>A.Narayanapura
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>57
</td>
<td>C.V.Raman Nagar
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>58
</td>
<td>Hosathippasandra
</td>
<td>General (Women)
</td>
<td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>59
</td>
<td>Maruthiseva Nagar
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>60
</td>
<td>Sagayapuram
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>61
</td>
<td>S.K.Garden
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>62
</td>
<td>Ramaswamy Palya
</td>
<td>Scheduled Caste
</td>
<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>63
</td>
<td>Jayamahal
</td>
<td>General
</td>
<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>64
</td>
<td>Rajamahal
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>65
</td>
<td>Kadumalleshwara
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>66
</td>
<td>Subramanya Nagar
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>67
</td>
<td>Nagapura
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>68
</td>
<td>Mahalakshmipuram
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>69
</td>
<td>Laggere
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>70
</td>
<td>Rajagopala Nagar
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>71
</td>
<td>Hegganahalli
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>72
</td>
<td>Herohalli
</td>
<td>Backward Category B
</td>
<td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>73
</td>
<td>Kottigepalya
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>74
</td>
<td>Shakthiganapathi Nagar
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>75
</td>
<td>Shankaramata
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>76
</td>
<td>Gayathri Nagar
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>77
</td>
<td>Dattathreya Temple
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>78
</td>
<td>Pulikeshi Nagar
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>79
</td>
<td>Sarvagna Nagar
</td>
<td>Scheduled Caste
</td>
<td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>80
</td>
<td>Hoysala Nagar
</td>
<td>Scheduled Caste
</td>
<td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>81
</td>
<td>Vignana Nagar
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>82
</td>
<td>Garudacharpalya
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>83
</td>
<td>Kadugudi
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>84
</td>
<td>Hagadooru
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>85
</td>
<td>Doddanekkundi
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>86
</td>
<td>Marathalli
</td>
<td>Backward Category A (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>87
</td>
<td>HAL Airport
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>88
</td>
<td>Jeevanbhima Nagar
</td>
<td>Scheduled Caste
</td>
<td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>89
</td>
<td>Jogupalya
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>90
</td>
<td>Ulsoor
</td>
<td>Scheduled Caste
</td>
<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>91
</td>
<td>Bharathi Nagar
</td>
<td>General
</td>
<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>92
</td>
<td>Shivaji Nagar
</td>
<td>General (Women)
</td>
<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>93
</td>
<td>Vasanth Nagar
</td>
<td>General
</td>
<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>94
</td>
<td>Gandhi Nagar
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>95
</td>
<td>Subhash Nagar
</td>
<td>Scheduled Caste
</td>
<td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>96
</td>
<td>Okalipuram
</td>
<td>Scheduled Caste
</td>
<td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>97
</td>
<td>Dayananda Nagar
</td>
<td>Scheduled Caste
</td>
<td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>98
</td>
<td>Prakash Nagar
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>99
</td>
<td>Rajaji Nagar
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>100
</td>
<td>Basaveshwara Nagar
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>101
</td>
<td>Kamakshipalya
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>102
</td>
<td>Vrushabhavathi
</td>
<td>Backward Category A (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>103
</td>
<td>Kaveripura
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>104
</td>
<td>Govindraja Nagara
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>105
</td>
<td>Agrahara Dasarahalli
</td>
<td>Backward Category A (Women)
</td>
<td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>106
</td>
<td>Dr.Rajkumar Ward
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>107
</td>
<td>Shiva Nagar
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>108
</td>
<td>Sri Rammandira
</td>
<td>Backward Category A (Women)
</td>
<td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>109
</td>
<td>Chickpete
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>110
</td>
<td>Sampangiram Nagar
</td>
<td>Backward Category A
</td>
<td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>111
</td>
<td>Shanthala Nagar
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>112
</td>
<td>Domlur
</td>
<td>General (Women)
</td>
<td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>113
</td>
<td>Konena Agrahara
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>114
</td>
<td>Agaram
</td>
<td>Scheduled Caste
</td>
<td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>115
</td>
<td>Vannarpet
</td>
<td>Scheduled Caste
</td>
<td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>116
</td>
<td>Neelasandra
</td>
<td>Scheduled Tribe
</td>
<td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>117
</td>
<td>Shanthi Nagar
</td>
<td>General (Women)
</td>
<td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>118
</td>
<td>Sudam Nagar
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>119
</td>
<td>Dharmarayaswamy Temple Ward
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>120
</td>
<td>Cottonpet
</td>
<td>Backward Category A (Women)
</td>
<td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>121
</td>
<td>Binnipet
</td>
<td>Backward Category A (Women)
</td>
<td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>122
</td>
<td>Kempapura Agrahara
</td>
<td>Backward Category A (Women)
</td>
<td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>123
</td>
<td>Vijay Nagar
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>124
</td>
<td>Hosahalli
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>125
</td>
<td>Marenahalli
</td>
<td>Backward Category A (Women)
</td>
<td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>126
</td>
<td>Maruthi Mandira Ward
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>127
</td>
<td>Moodalapalya
</td>
<td>Backward Category A (Women)
</td>
<td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>128
</td>
<td>Nagarabhavi
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>129
</td>
<td>Jnanabharathi Ward
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>130
</td>
<td>Ullalu
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>131
</td>
<td>Nayandanahalli
</td>
<td>General (Women)
</td>
<td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>132
</td>
<td>Attiguppe
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>133
</td>
<td>Hampi Nagar
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>134
</td>
<td>Bapuji Nagar
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>135
</td>
<td>Padarayanapura
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>136
</td>
<td>Jagareevanram Nagar
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>137
</td>
<td>Rayapuram
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>138
</td>
<td>Chalavadipalya
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>139
</td>
<td>K.R.Market
</td>
<td>Scheduled Caste
</td>
<td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>140
</td>
<td>Chamrajpet
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>141
</td>
<td>Azad Nagar
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>142
</td>
<td>Sunkenahalli
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>143
</td>
<td>Visvesvarapuram
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>144
</td>
<td>Siddapura
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>145
</td>
<td>Hombegowda Nagar
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>146
</td>
<td>Lakkasandra
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>147
</td>
<td>Adugodi
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>148
</td>
<td>Ejipura
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>149
</td>
<td>Varthur
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>150
</td>
<td>Bellandur
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
</td>
<td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
</td></tr>
<tr>
<td>151
</td>
<td>Koramangala
</td>
<td>Backward Category A (Women)
</td>
<td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>152
</td>
<td>Sudduguntepalya
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>153
</td>
<td>Jayangar
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>154
</td>
<td>Basavanagudi
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>155
</td>
<td>Hanumantha Nagar
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>156
</td>
<td>Sri Nagar
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>157
</td>
<td>Gali Anjaneya Swamy Temple Ward
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>158
</td>
<td>Deepanjali Nagar
</td>
<td>Backward Category A (Women)
</td>
<td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>159
</td>
<td>Kengeri
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr>
<tr>
<td>160
</td>
<td>Rajarajeshwari Nagar
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>161
</td>
<td>Hosakerehalli
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>162
</td>
<td>Giri Nagar
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>163
</td>
<td>Katriguppe
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>164
</td>
<td>Vidyapeetha
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>165
</td>
<td>Ganeshmandira Ward
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>166
</td>
<td>Karisandra
</td>
<td>General (Women)
</td>
<td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>167
</td>
<td>Yadiyuru
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>168
</td>
<td>Pattabhiram Nagar
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>169
</td>
<td>Byrasandra
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>170
</td>
<td>Jayanagar East
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>171
</td>
<td>Gurappanapalya
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>172
</td>
<td>Madiwala
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>173
</td>
<td>Jakkasandra
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>174
</td>
<td>HSR Layout
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>175
</td>
<td>Bommanahalli
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>176
</td>
<td>BTM Layout
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>177
</td>
<td>J.P.Nagar
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>178
</td>
<td>Sarakki
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>179
</td>
<td>Shakambari Nagar
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>180
</td>
<td>Banashankari Temple Ward
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>181
</td>
<td>Kumaraswamy Layout
</td>
<td>Backward Category A
</td>
<td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>182
</td>
<td>Padmanabha Nagar
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>183
</td>
<td>Chikkalasandra
</td>
<td>General
</td>
<td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>184
</td>
<td>Uttarahalli
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>185
</td>
<td>Yelachenahalli
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>186
</td>
<td>Jaraganahalli
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>187
</td>
<td>Puttenahalli
</td>
<td>Backward Category A
</td>
<td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>188
</td>
<td>Bilekahalli
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>189
</td>
<td>Hongasandra
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>190
</td>
<td>Mangammanapalya
</td>
<td>Backward Category A (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>191
</td>
<td>Singasandra
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>192
</td>
<td>Begur
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>193
</td>
<td>Arakere
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
</td>
<td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
</td></tr>
<tr>
<td>194
</td>
<td>Gottigere
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>195
</td>
<td>Konanakunte
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>196
</td>
<td>Anjanapur
</td>
<td>General
</td>
<td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>197
</td>
<td>Vasanthapura
</td>
<td>General (Women)
</td>
<td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
</td>
<td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
</td></tr>
<tr>
<td>198
</td>
<td>Hemmigepura
</td>
<td>Backward Category A (Women)
</td>
<td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
</td>
<td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
</td></tr></tbody></table>
In [7]:
tr_tags = table_tags.find_all('tr')
tr_tags
Out[7]:
[<tr>
 <th>Ward number
 </th>
 <th>Ward name
 </th>
 <th>Reservation category
 </th>
 <th>Assembly constituency<sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup>
 </th>
 <th>Lok Sabha constituency<sup class="reference" id="cite_ref-3"><a href="#cite_note-3">[3]</a></sup>
 </th></tr>, <tr>
 <td>1
 </td>
 <td>Kempegowda
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>
 </td>
 <td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>
 </td></tr>, <tr>
 <td>2
 </td>
 <td>Chowdeshwari
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>
 </td>
 <td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>
 </td></tr>, <tr>
 <td>3
 </td>
 <td>Attur
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>
 </td>
 <td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>
 </td></tr>, <tr>
 <td>4
 </td>
 <td>Yelahanka Satellite Town
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>
 </td>
 <td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>
 </td></tr>, <tr>
 <td>5
 </td>
 <td>Jakkur
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>6
 </td>
 <td>Thanisandra
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>7
 </td>
 <td>Byatarayanapura
 </td>
 <td>Scheduled Tribe
 </td>
 <td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>8
 </td>
 <td>Kodigehalli
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>9
 </td>
 <td>Vidyaranyapura
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>10
 </td>
 <td>Doddabommasandra
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>11
 </td>
 <td>Kuvempu Nagar
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Byatarayanapura_(Vidhan_Sabha_constituency)" title="Byatarayanapura (Vidhan Sabha constituency)">Byatarayanapura</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>12
 </td>
 <td>Shettyhalli
 </td>
 <td>Scheduled Caste (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>13
 </td>
 <td>Mallasandra
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>14
 </td>
 <td>Bagalagunte
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>15
 </td>
 <td>T-Dasarahalli
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>16
 </td>
 <td>Jalahalli
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>17
 </td>
 <td>J.P.Park
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>18
 </td>
 <td>Radhakrishna Temple
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>19
 </td>
 <td>Sanjay Nagar
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>20
 </td>
 <td>Ganga Nagar
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>21
 </td>
 <td>Hebbal
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>22
 </td>
 <td>Vishwanathnagenahalli
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>23
 </td>
 <td>Nagavara
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>24
 </td>
 <td>HBR Layout
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>25
 </td>
 <td>Horamavu
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>26
 </td>
 <td>Ramamurthy Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>27
 </td>
 <td>Banaswadi
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>28
 </td>
 <td>Kammanahalli
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>29
 </td>
 <td>Kacharakanahalli
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>30
 </td>
 <td>Kadugondanahalli
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>31
 </td>
 <td>Kushal Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>32
 </td>
 <td>Kavalbyrasandra
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>33
 </td>
 <td>Manorayanapalya
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>34
 </td>
 <td>Gangenahalli
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>35
 </td>
 <td>Aramane Nagar
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>36
 </td>
 <td>Mathikere
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>37
 </td>
 <td>Yeshwanthpur
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>38
 </td>
 <td>H.M.T
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>39
 </td>
 <td>Chokkasandra
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>40
 </td>
 <td>Dodda Bidarkallu
 </td>
 <td>General (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>41
 </td>
 <td>Peenya Industrial Area
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>42
 </td>
 <td>Lakshmidevi Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>43
 </td>
 <td>Nandini Layout
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>44
 </td>
 <td>Marappana Palya
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>45
 </td>
 <td>Malleshwaram
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>46
 </td>
 <td>Jayachamarajendra Nagar
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Hebbal_(Vidhan_Sabha_constituency)" title="Hebbal (Vidhan Sabha constituency)">Hebbal</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>47
 </td>
 <td><a href="/wiki/Devara_Jeevanahalli" title="Devara Jeevanahalli">Devarajeevanahalli</a>
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>48
 </td>
 <td>Muneshwara Nagar
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>49
 </td>
 <td>Lingarajapuram
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>50
 </td>
 <td>Benniganahalli
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>51
 </td>
 <td>Vijinapura
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>52
 </td>
 <td>K.R.Puram
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>53
 </td>
 <td>Basavanapura
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>54
 </td>
 <td>Hoodi
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>55
 </td>
 <td>Devasandra
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>56
 </td>
 <td>A.Narayanapura
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>57
 </td>
 <td>C.V.Raman Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>58
 </td>
 <td>Hosathippasandra
 </td>
 <td>General (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>59
 </td>
 <td>Maruthiseva Nagar
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Sarvagnanagar_(Vidhan_Sabha_constituency)" title="Sarvagnanagar (Vidhan Sabha constituency)">Sarvagnanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>60
 </td>
 <td>Sagayapuram
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>61
 </td>
 <td>S.K.Garden
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>62
 </td>
 <td>Ramaswamy Palya
 </td>
 <td>Scheduled Caste
 </td>
 <td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>63
 </td>
 <td>Jayamahal
 </td>
 <td>General
 </td>
 <td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>64
 </td>
 <td>Rajamahal
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>65
 </td>
 <td>Kadumalleshwara
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>66
 </td>
 <td>Subramanya Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>67
 </td>
 <td>Nagapura
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>68
 </td>
 <td>Mahalakshmipuram
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>69
 </td>
 <td>Laggere
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>70
 </td>
 <td>Rajagopala Nagar
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>71
 </td>
 <td>Hegganahalli
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Dasarahalli_(Vidhan_Sabha_constituency)" title="Dasarahalli (Vidhan Sabha constituency)">Dasarahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>72
 </td>
 <td>Herohalli
 </td>
 <td>Backward Category B
 </td>
 <td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>73
 </td>
 <td>Kottigepalya
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>74
 </td>
 <td>Shakthiganapathi Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>75
 </td>
 <td>Shankaramata
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>76
 </td>
 <td>Gayathri Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Malleshwaram_(Vidhan_Sabha_constituency)" title="Malleshwaram (Vidhan Sabha constituency)">Malleshwaram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>77
 </td>
 <td>Dattathreya Temple
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>78
 </td>
 <td>Pulikeshi Nagar
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Pulakeshinagar_(Vidhan_Sabha_constituency)" title="Pulakeshinagar (Vidhan Sabha constituency)">Pulakeshinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>79
 </td>
 <td>Sarvagna Nagar
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>80
 </td>
 <td>Hoysala Nagar
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>81
 </td>
 <td>Vignana Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>82
 </td>
 <td>Garudacharpalya
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>83
 </td>
 <td>Kadugudi
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>84
 </td>
 <td>Hagadooru
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>85
 </td>
 <td>Doddanekkundi
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>86
 </td>
 <td>Marathalli
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>87
 </td>
 <td>HAL Airport
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Krishnarajapuram_(Vidhan_Sabha_constituency)" title="Krishnarajapuram (Vidhan Sabha constituency)">Krishnarajapuram</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>88
 </td>
 <td>Jeevanbhima Nagar
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>89
 </td>
 <td>Jogupalya
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>90
 </td>
 <td>Ulsoor
 </td>
 <td>Scheduled Caste
 </td>
 <td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>91
 </td>
 <td>Bharathi Nagar
 </td>
 <td>General
 </td>
 <td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>92
 </td>
 <td>Shivaji Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>93
 </td>
 <td>Vasanth Nagar
 </td>
 <td>General
 </td>
 <td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>94
 </td>
 <td>Gandhi Nagar
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>95
 </td>
 <td>Subhash Nagar
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>96
 </td>
 <td>Okalipuram
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>97
 </td>
 <td>Dayananda Nagar
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>98
 </td>
 <td>Prakash Nagar
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>99
 </td>
 <td>Rajaji Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>100
 </td>
 <td>Basaveshwara Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>101
 </td>
 <td>Kamakshipalya
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>102
 </td>
 <td>Vrushabhavathi
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahalakshmi_Layout_(Vidhan_Sabha_constituency)" title="Mahalakshmi Layout (Vidhan Sabha constituency)">Mahalakshmi Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>103
 </td>
 <td>Kaveripura
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>104
 </td>
 <td>Govindraja Nagara
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>105
 </td>
 <td>Agrahara Dasarahalli
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>106
 </td>
 <td>Dr.Rajkumar Ward
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>107
 </td>
 <td>Shiva Nagar
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>108
 </td>
 <td>Sri Rammandira
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Rajajinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Rajajinagar (Vidhan Sabha constituency) (page does not exist)">Rajajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>109
 </td>
 <td>Chickpete
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>110
 </td>
 <td>Sampangiram Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a href="/wiki/Shivajinagar_(Vidhana_Sabha_constituency)" title="Shivajinagar (Vidhana Sabha constituency)">Shivajinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>111
 </td>
 <td>Shanthala Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>112
 </td>
 <td>Domlur
 </td>
 <td>General (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>113
 </td>
 <td>Konena Agrahara
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=CV_Raman_Nagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="CV Raman Nagar (Vidhan Sabha constituency) (page does not exist)">CV Raman Nagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>114
 </td>
 <td>Agaram
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>115
 </td>
 <td>Vannarpet
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>116
 </td>
 <td>Neelasandra
 </td>
 <td>Scheduled Tribe
 </td>
 <td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>117
 </td>
 <td>Shanthi Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Shanthinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Shanthinagar (Vidhan Sabha constituency) (page does not exist)">Shanthinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>118
 </td>
 <td>Sudam Nagar
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>119
 </td>
 <td>Dharmarayaswamy Temple Ward
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>120
 </td>
 <td>Cottonpet
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>121
 </td>
 <td>Binnipet
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Gandhinagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Gandhinagar (Vidhan Sabha constituency) (page does not exist)">Gandhinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>122
 </td>
 <td>Kempapura Agrahara
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>123
 </td>
 <td>Vijay Nagar
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>124
 </td>
 <td>Hosahalli
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>125
 </td>
 <td>Marenahalli
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>126
 </td>
 <td>Maruthi Mandira Ward
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>127
 </td>
 <td>Moodalapalya
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>128
 </td>
 <td>Nagarabhavi
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>129
 </td>
 <td>Jnanabharathi Ward
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>130
 </td>
 <td>Ullalu
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>131
 </td>
 <td>Nayandanahalli
 </td>
 <td>General (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Govindarajnagara_(Vidhana_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Govindarajnagara (Vidhana Sabha constituency) (page does not exist)">Govindarajnagara</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>132
 </td>
 <td>Attiguppe
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>133
 </td>
 <td>Hampi Nagar
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>134
 </td>
 <td>Bapuji Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>135
 </td>
 <td>Padarayanapura
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>136
 </td>
 <td>Jagareevanram Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>137
 </td>
 <td>Rayapuram
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>138
 </td>
 <td>Chalavadipalya
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>139
 </td>
 <td>K.R.Market
 </td>
 <td>Scheduled Caste
 </td>
 <td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>140
 </td>
 <td>Chamrajpet
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>141
 </td>
 <td>Azad Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Chamrajpet_(Vidhan_Sabha_constituency)" title="Chamrajpet (Vidhan Sabha constituency)">Chamrajpet</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>142
 </td>
 <td>Sunkenahalli
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>143
 </td>
 <td>Visvesvarapuram
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>144
 </td>
 <td>Siddapura
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>145
 </td>
 <td>Hombegowda Nagar
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>146
 </td>
 <td>Lakkasandra
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>147
 </td>
 <td>Adugodi
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>148
 </td>
 <td>Ejipura
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>149
 </td>
 <td>Varthur
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>150
 </td>
 <td>Bellandur
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Mahadevapura_(Vidhan_Sabha_constituency)" title="Mahadevapura (Vidhan Sabha constituency)">Mahadevapura</a>
 </td>
 <td><a href="/wiki/Bangalore_Central_(Lok_Sabha_constituency)" title="Bangalore Central (Lok Sabha constituency)">Bangalore Central</a>
 </td></tr>, <tr>
 <td>151
 </td>
 <td>Koramangala
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>152
 </td>
 <td>Sudduguntepalya
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>153
 </td>
 <td>Jayangar
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Chickpet_(Vidhan_Sabha_constituency)" title="Chickpet (Vidhan Sabha constituency)">Chickpet</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>154
 </td>
 <td>Basavanagudi
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>155
 </td>
 <td>Hanumantha Nagar
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>156
 </td>
 <td>Sri Nagar
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>157
 </td>
 <td>Gali Anjaneya Swamy Temple Ward
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>158
 </td>
 <td>Deepanjali Nagar
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Vijayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Vijayanagar (Vidhan Sabha constituency) (page does not exist)">Vijayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>159
 </td>
 <td>Kengeri
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>, <tr>
 <td>160
 </td>
 <td>Rajarajeshwari Nagar
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Rajarajeshwarinagar_(Vidhan_Sabha_constituency)" title="Rajarajeshwarinagar (Vidhan Sabha constituency)">Rajarajeshwarinagar</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>161
 </td>
 <td>Hosakerehalli
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>162
 </td>
 <td>Giri Nagar
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>163
 </td>
 <td>Katriguppe
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>164
 </td>
 <td>Vidyapeetha
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Basavanagudi_(Vidhan_Sabha_constituency)" title="Basavanagudi (Vidhan Sabha constituency)">Basavanagudi</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>165
 </td>
 <td>Ganeshmandira Ward
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>166
 </td>
 <td>Karisandra
 </td>
 <td>General (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>167
 </td>
 <td>Yadiyuru
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>168
 </td>
 <td>Pattabhiram Nagar
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>169
 </td>
 <td>Byrasandra
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>170
 </td>
 <td>Jayanagar East
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>171
 </td>
 <td>Gurappanapalya
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>172
 </td>
 <td>Madiwala
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>173
 </td>
 <td>Jakkasandra
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>174
 </td>
 <td>HSR Layout
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>175
 </td>
 <td>Bommanahalli
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>176
 </td>
 <td>BTM Layout
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/B.T.M_Layout_(Vidhan_Sabha_constituency)" title="B.T.M Layout (Vidhan Sabha constituency)">B.T.M Layout</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>177
 </td>
 <td>J.P.Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>178
 </td>
 <td>Sarakki
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>179
 </td>
 <td>Shakambari Nagar
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Jayanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Jayanagar (Vidhan Sabha constituency) (page does not exist)">Jayanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>180
 </td>
 <td>Banashankari Temple Ward
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>181
 </td>
 <td>Kumaraswamy Layout
 </td>
 <td>Backward Category A
 </td>
 <td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>182
 </td>
 <td>Padmanabha Nagar
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>183
 </td>
 <td>Chikkalasandra
 </td>
 <td>General
 </td>
 <td><a class="new" href="/w/index.php?title=Padmanabhanagar_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Padmanabhanagar (Vidhan Sabha constituency) (page does not exist)">Padmanabhanagar</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>184
 </td>
 <td>Uttarahalli
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>185
 </td>
 <td>Yelachenahalli
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>186
 </td>
 <td>Jaraganahalli
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>187
 </td>
 <td>Puttenahalli
 </td>
 <td>Backward Category A
 </td>
 <td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>188
 </td>
 <td>Bilekahalli
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>189
 </td>
 <td>Hongasandra
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>190
 </td>
 <td>Mangammanapalya
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>191
 </td>
 <td>Singasandra
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>192
 </td>
 <td>Begur
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>193
 </td>
 <td>Arakere
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Bommanahalli_(Vidhan_Sabha_constituency)" title="Bommanahalli (Vidhan Sabha constituency)">Bommanahalli</a>
 </td>
 <td><a href="/wiki/Bangalore_South_(Lok_Sabha_constituency)" title="Bangalore South (Lok Sabha constituency)">Bangalore South</a>
 </td></tr>, <tr>
 <td>194
 </td>
 <td>Gottigere
 </td>
 <td>Backward Category B
 </td>
 <td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>195
 </td>
 <td>Konanakunte
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>196
 </td>
 <td>Anjanapur
 </td>
 <td>General
 </td>
 <td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>197
 </td>
 <td>Vasanthapura
 </td>
 <td>General (Women)
 </td>
 <td><a class="mw-redirect" href="/wiki/Bangalore_South_(Vidhan_Sabha_constituency)" title="Bangalore South (Vidhan Sabha constituency)">Bangalore South</a>
 </td>
 <td><a href="/wiki/Bangalore_Rural_(Lok_Sabha_constituency)" title="Bangalore Rural (Lok Sabha constituency)">Bangalore Rural</a>
 </td></tr>, <tr>
 <td>198
 </td>
 <td>Hemmigepura
 </td>
 <td>Backward Category A (Women)
 </td>
 <td><a class="new" href="/w/index.php?title=Yeshwanthpur_(Vidhan_Sabha_constituency)&amp;action=edit&amp;redlink=1" title="Yeshwanthpur (Vidhan Sabha constituency) (page does not exist)">Yeshwanthpur</a>
 </td>
 <td><a href="/wiki/Bangalore_North_(Lok_Sabha_constituency)" title="Bangalore North (Lok Sabha constituency)">Bangalore North</a>
 </td></tr>]
In [8]:
tr_tags[0]
Out[8]:
<tr>
<th>Ward number
</th>
<th>Ward name
</th>
<th>Reservation category
</th>
<th>Assembly constituency<sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup>
</th>
<th>Lok Sabha constituency<sup class="reference" id="cite_ref-3"><a href="#cite_note-3">[3]</a></sup>
</th></tr>
In [9]:
tr_tags.pop(0)
Out[9]:
<tr>
<th>Ward number
</th>
<th>Ward name
</th>
<th>Reservation category
</th>
<th>Assembly constituency<sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup>
</th>
<th>Lok Sabha constituency<sup class="reference" id="cite_ref-3"><a href="#cite_note-3">[3]</a></sup>
</th></tr>
In [10]:
tr_tags[0]
Out[10]:
<tr>
<td>1
</td>
<td>Kempegowda
</td>
<td>Backward Category B
</td>
<td><a class="mw-redirect" href="/wiki/Yelahanka_(Vidhan_Sabha_constituency)" title="Yelahanka (Vidhan Sabha constituency)">Yelahanka</a>
</td>
<td><a href="/wiki/Chikballapur_(Lok_Sabha_constituency)" title="Chikballapur (Lok Sabha constituency)">Chikballapur</a>
</td></tr>
In [11]:
blr_neighbourhoods = []
for tag in tr_tags:
    tag = tag.find_all('td')
    blr_neighbourhoods.append(tag[1].text.split('\n')[0])

blr_neighbourhoods
Out[11]:
['Kempegowda',
 'Chowdeshwari',
 'Attur',
 'Yelahanka Satellite Town',
 'Jakkur',
 'Thanisandra',
 'Byatarayanapura',
 'Kodigehalli',
 'Vidyaranyapura',
 'Doddabommasandra',
 'Kuvempu Nagar',
 'Shettyhalli',
 'Mallasandra',
 'Bagalagunte',
 'T-Dasarahalli',
 'Jalahalli',
 'J.P.Park',
 'Radhakrishna Temple',
 'Sanjay Nagar',
 'Ganga Nagar',
 'Hebbal',
 'Vishwanathnagenahalli',
 'Nagavara',
 'HBR Layout',
 'Horamavu',
 'Ramamurthy Nagar',
 'Banaswadi',
 'Kammanahalli',
 'Kacharakanahalli',
 'Kadugondanahalli',
 'Kushal Nagar',
 'Kavalbyrasandra',
 'Manorayanapalya',
 'Gangenahalli',
 'Aramane Nagar',
 'Mathikere',
 'Yeshwanthpur',
 'H.M.T',
 'Chokkasandra',
 'Dodda Bidarkallu',
 'Peenya Industrial Area',
 'Lakshmidevi Nagar',
 'Nandini Layout',
 'Marappana Palya',
 'Malleshwaram',
 'Jayachamarajendra Nagar',
 'Devarajeevanahalli',
 'Muneshwara Nagar',
 'Lingarajapuram',
 'Benniganahalli',
 'Vijinapura',
 'K.R.Puram',
 'Basavanapura',
 'Hoodi',
 'Devasandra',
 'A.Narayanapura',
 'C.V.Raman Nagar',
 'Hosathippasandra',
 'Maruthiseva Nagar',
 'Sagayapuram',
 'S.K.Garden',
 'Ramaswamy Palya',
 'Jayamahal',
 'Rajamahal',
 'Kadumalleshwara',
 'Subramanya Nagar',
 'Nagapura',
 'Mahalakshmipuram',
 'Laggere',
 'Rajagopala Nagar',
 'Hegganahalli',
 'Herohalli',
 'Kottigepalya',
 'Shakthiganapathi Nagar',
 'Shankaramata',
 'Gayathri Nagar',
 'Dattathreya Temple',
 'Pulikeshi Nagar',
 'Sarvagna Nagar',
 'Hoysala Nagar',
 'Vignana Nagar',
 'Garudacharpalya',
 'Kadugudi',
 'Hagadooru',
 'Doddanekkundi',
 'Marathalli',
 'HAL Airport',
 'Jeevanbhima Nagar',
 'Jogupalya',
 'Ulsoor',
 'Bharathi Nagar',
 'Shivaji Nagar',
 'Vasanth Nagar',
 'Gandhi Nagar',
 'Subhash Nagar',
 'Okalipuram',
 'Dayananda Nagar',
 'Prakash Nagar',
 'Rajaji Nagar',
 'Basaveshwara Nagar',
 'Kamakshipalya',
 'Vrushabhavathi',
 'Kaveripura',
 'Govindraja Nagara',
 'Agrahara Dasarahalli',
 'Dr.Rajkumar Ward',
 'Shiva Nagar',
 'Sri Rammandira',
 'Chickpete',
 'Sampangiram Nagar',
 'Shanthala Nagar',
 'Domlur',
 'Konena Agrahara',
 'Agaram',
 'Vannarpet',
 'Neelasandra',
 'Shanthi Nagar',
 'Sudam Nagar',
 'Dharmarayaswamy Temple Ward',
 'Cottonpet',
 'Binnipet',
 'Kempapura Agrahara',
 'Vijay Nagar',
 'Hosahalli',
 'Marenahalli',
 'Maruthi Mandira Ward',
 'Moodalapalya',
 'Nagarabhavi',
 'Jnanabharathi Ward',
 'Ullalu',
 'Nayandanahalli',
 'Attiguppe',
 'Hampi Nagar',
 'Bapuji Nagar',
 'Padarayanapura',
 'Jagareevanram Nagar',
 'Rayapuram',
 'Chalavadipalya',
 'K.R.Market',
 'Chamrajpet',
 'Azad Nagar',
 'Sunkenahalli',
 'Visvesvarapuram',
 'Siddapura',
 'Hombegowda Nagar',
 'Lakkasandra',
 'Adugodi',
 'Ejipura',
 'Varthur',
 'Bellandur',
 'Koramangala',
 'Sudduguntepalya',
 'Jayangar',
 'Basavanagudi',
 'Hanumantha Nagar',
 'Sri Nagar',
 'Gali Anjaneya Swamy Temple Ward',
 'Deepanjali Nagar',
 'Kengeri',
 'Rajarajeshwari Nagar',
 'Hosakerehalli',
 'Giri Nagar',
 'Katriguppe',
 'Vidyapeetha',
 'Ganeshmandira Ward',
 'Karisandra',
 'Yadiyuru',
 'Pattabhiram Nagar',
 'Byrasandra',
 'Jayanagar East',
 'Gurappanapalya',
 'Madiwala',
 'Jakkasandra',
 'HSR Layout',
 'Bommanahalli',
 'BTM Layout',
 'J.P.Nagar',
 'Sarakki',
 'Shakambari Nagar',
 'Banashankari Temple Ward',
 'Kumaraswamy Layout',
 'Padmanabha Nagar',
 'Chikkalasandra',
 'Uttarahalli',
 'Yelachenahalli',
 'Jaraganahalli',
 'Puttenahalli',
 'Bilekahalli',
 'Hongasandra',
 'Mangammanapalya',
 'Singasandra',
 'Begur',
 'Arakere',
 'Gottigere',
 'Konanakunte',
 'Anjanapur',
 'Vasanthapura',
 'Hemmigepura']
In [12]:
print('Number of Bengaluru neighbourhoods: ', len(blr_neighbourhoods))
Number of Bengaluru neighbourhoods:  198
In [13]:
df_blr = pd.DataFrame(blr_neighbourhoods, columns=['Neighbourhood'])
df_blr['City'] = 'Bengaluru'
df_blr['State'] = 'KA'
df_blr['Country'] = 'India'

df_blr.head()
Out[13]:
Neighbourhood City State Country
0 Kempegowda Bengaluru KA India
1 Chowdeshwari Bengaluru KA India
2 Attur Bengaluru KA India
3 Yelahanka Satellite Town Bengaluru KA India
4 Jakkur Bengaluru KA India
In [14]:
web_page = requests.get('https://en.wikipedia.org/wiki/List_of_districts_of_Seoul').text
web_page
Out[14]:
'<!DOCTYPE html>\n<html class="client-nojs" lang="en" dir="ltr">\n<head>\n<meta charset="UTF-8"/>\n<title>List of districts of Seoul - Wikipedia</title>\n<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"e4a6d84e-9cc0-44f3-80f7-772602de07ae","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_districts_of_Seoul","wgTitle":"List of districts of Seoul","wgCurRevisionId":975452685,"wgRevisionId":975452685,"wgArticleId":8684865,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Articles containing Korean-language text","Geography of Seoul","Government of Seoul","Districts of Seoul","Seoul-related lists"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"List_of_districts_of_Seoul","wgRelevantArticleId":8684865,\n"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q495143"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.cite.styles":"ready","skins.vector.styles.legacy":"ready","jquery.tablesorter.styles":"ready",\n"jquery.makeCollapsible.styles":"ready","mediawiki.toc.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","site","mediawiki.page.ready","jquery.tablesorter","jquery.makeCollapsible","mediawiki.toc","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init","ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\\\","watchToken":"+\\\\","csrfToken":"+\\\\"});\n});});</script>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cjquery.tablesorter.styles%7Cmediawiki.toc.styles%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector"/>\n<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>\n<meta name="ResourceLoaderDynamicStyles" content=""/>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>\n<meta name="generator" content="MediaWiki 1.36.0-wmf.10"/>\n<meta name="referrer" content="origin"/>\n<meta name="referrer" content="origin-when-crossorigin"/>\n<meta name="referrer" content="origin-when-cross-origin"/>\n<link rel="alternate" media="only screen and (max-width: 720px)" href="//en.m.wikipedia.org/wiki/List_of_districts_of_Seoul"/>\n<link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit"/>\n<link rel="edit" title="Edit this page" href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit"/>\n<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>\n<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>\n<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)"/>\n<link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd"/>\n<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>\n<link rel="canonical" href="https://en.wikipedia.org/wiki/List_of_districts_of_Seoul"/>\n<link rel="dns-prefetch" href="//login.wikimedia.org"/>\n<link rel="dns-prefetch" href="//meta.wikimedia.org" />\n</head>\n<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-List_of_districts_of_Seoul rootpage-List_of_districts_of_Seoul skin-vector action-view skin-vector-legacy"><div id="mw-page-base" class="noprint"></div>\n<div id="mw-head-base" class="noprint"></div>\n<div id="content" class="mw-body" role="main">\n\t<a id="top"></a>\n\t<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>\n\t<div class="mw-indicators mw-body-content">\n\t</div>\n\t<h1 id="firstHeading" class="firstHeading" lang="en">List of districts of Seoul</h1>\n\t<div id="bodyContent" class="mw-body-content">\n\t\t<div id="siteSub" class="noprint">From Wikipedia, the free encyclopedia</div>\n\t\t<div id="contentSub"></div>\n\t\t<div id="contentSub2"></div>\n\t\t\n\t\t<div id="jump-to-nav"></div>\n\t\t<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>\n\t\t<a class="mw-jump-link" href="#searchInput">Jump to search</a>\n\t\t<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><table class="infobox" style="text-align:center; font-size:0.9em; line-height:1.3em;">\n\n<tbody><tr>\n<th style="background:#cbdcff; line-height:1.2em; padding:5px;"><span class="nowrap">Provincial-level</span> subdivisions<br />of <span class="nowrap">South Korea</span>\n</th></tr>\n<tr>\n<th style="background:#e2ebff; padding:3px;"><a href="/wiki/Provinces_of_South_Korea" title="Provinces of South Korea">Provinces</a>\n</th></tr>\n<tr>\n<td><a href="/wiki/List_of_cities_and_counties_of_North_Chungcheong_Province" title="List of cities and counties of North Chungcheong Province">North Chungcheong</a>\n</td></tr>\n<tr>\n<td><a href="/wiki/List_of_cities_and_counties_of_South_Chungcheong_Province" title="List of cities and counties of South Chungcheong Province">South Chungcheong</a>\n</td></tr>\n<tr>\n<td><a href="/w/index.php?title=List_of_cities_and_counties_of_Gangwon_Province_(South_Korea)&amp;action=edit&amp;redlink=1" class="new" title="List of cities and counties of Gangwon Province (South Korea) (page does not exist)">Gangwon</a>\n</td></tr>\n<tr>\n<td><a href="/wiki/List_of_cities_and_counties_of_Gyeonggi_Province" title="List of cities and counties of Gyeonggi Province">Gyeonggi</a>\n</td></tr>\n<tr>\n<td><a href="/w/index.php?title=List_of_cities_and_counties_of_North_Gyeongsang_Province&amp;action=edit&amp;redlink=1" class="new" title="List of cities and counties of North Gyeongsang Province (page does not exist)">North Gyeongsang</a>\n</td></tr>\n<tr>\n<td><a href="/w/index.php?title=List_of_cities_and_counties_of_South_Gyeongsang_Province&amp;action=edit&amp;redlink=1" class="new" title="List of cities and counties of South Gyeongsang Province (page does not exist)">South Gyeongsang</a>\n</td></tr>\n<tr>\n<td><a href="/wiki/List_of_cities_of_Jeju_Province" title="List of cities of Jeju Province">Jeju</a>\n</td></tr>\n<tr>\n<td><a href="/w/index.php?title=List_of_cities_and_counties_of_North_Jeolla_Province&amp;action=edit&amp;redlink=1" class="new" title="List of cities and counties of North Jeolla Province (page does not exist)">North Jeolla</a>\n</td></tr>\n<tr>\n<td><a href="/wiki/List_of_cities_and_counties_of_South_Jeolla_Province" title="List of cities and counties of South Jeolla Province">South Jeolla</a>\n</td></tr>\n<tr>\n<th style="background:#e2ebff; padding:4px;"><a href="/wiki/Special_cities_of_South_Korea" class="mw-redirect" title="Special cities of South Korea">Cities</a>\n</th></tr>\n<tr>\n<td><a href="/w/index.php?title=List_of_districts_and_county_of_Busan&amp;action=edit&amp;redlink=1" class="new" title="List of districts and county of Busan (page does not exist)">Busan</a>\n</td></tr>\n<tr>\n<td><a href="/wiki/List_of_districts_and_county_of_Daegu" title="List of districts and county of Daegu">Daegu</a>\n</td></tr>\n<tr>\n<td><a href="/w/index.php?title=List_of_districts_of_Daejeon&amp;action=edit&amp;redlink=1" class="new" title="List of districts of Daejeon (page does not exist)">Daejeon</a>\n</td></tr>\n<tr>\n<td><a href="/wiki/List_of_districts_of_Gwangju" title="List of districts of Gwangju">Gwangju</a>\n</td></tr>\n<tr>\n<td><a href="/wiki/List_of_districts_and_counties_of_Incheon" title="List of districts and counties of Incheon">Incheon</a>\n</td></tr>\n<tr>\n<td><a href="/wiki/List_of_subdivisions_of_Sejong" title="List of subdivisions of Sejong">Sejong</a>\n</td></tr>\n<tr>\n<td><a class="mw-selflink selflink">Seoul</a>\n</td></tr>\n<tr>\n<td><a href="/w/index.php?title=List_of_districts_and_county_of_Ulsan&amp;action=edit&amp;redlink=1" class="new" title="List of districts and county of Ulsan (page does not exist)">Ulsan</a>\n</td></tr>\n<tr>\n<th style="background:#cbdcff; padding:4px;"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:List_of_provincial_level_subdivision_of_South_Korea" title="Template:List of provincial level subdivision of South Korea"><abbr title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:List_of_provincial_level_subdivision_of_South_Korea" title="Template talk:List of provincial level subdivision of South Korea"><abbr title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:List_of_provincial_level_subdivision_of_South_Korea&amp;action=edit"><abbr title="Edit this template">e</abbr></a></li></ul></div>\n</th></tr></tbody></table>\n<p>The <b>Districts (<i>Gu</i>) of Seoul</b> are the twenty-five <i><a href="/wiki/Administrative_divisions_of_South_Korea#Gu_(District)" title="Administrative divisions of South Korea">gu</a></i> ("districts"; 구; <span lang="ko" title="Korean language text">區</span>) comprising <a href="/wiki/Seoul" title="Seoul">Seoul</a>, <a href="/wiki/South_Korea" title="South Korea">South Korea</a>.  The <i>gu</i> vary greatly in area (from 10 to 47&#160;km²) and population (from less than 140,000 to 630,000). <a href="/wiki/Songpa-gu" class="mw-redirect" title="Songpa-gu">Songpa</a> is the most populated, while <a href="/wiki/Seocho-gu" class="mw-redirect" title="Seocho-gu">Seocho</a> has the largest area.  Gu are similar to <a href="/wiki/London" title="London">London</a>\'s or <a href="/wiki/New_York_City" title="New York City">New York</a>\'s <a href="/wiki/Borough" title="Borough">boroughs</a> or <a href="/wiki/Tokyo" title="Tokyo">Tokyo</a>\'s <a href="/wiki/Special_Wards_of_Tokyo" class="mw-redirect" title="Special Wards of Tokyo">23 special wards</a>, and a gu\'s government handles many of the functions that are handled by city governments in other jurisdictions.  This city-like standing is underscored by the fact that each gu has its own <a href="/wiki/Legislative_council" title="Legislative council">legislative council</a>, <a href="/wiki/Mayor" title="Mayor">mayor</a> and <a href="/wiki/Sister_cities" class="mw-redirect" title="Sister cities">sister cities</a>.  \nEach <i>gu</i> is further divided into <i><a href="/wiki/Dong_(administrative_division)" title="Dong (administrative division)">dong</a></i> or neighborhoods.  Some <i>gu</i> have only a few <i>dong</i> while others (like <a href="/wiki/Jongno-gu" class="mw-redirect" title="Jongno-gu">Jongno-gu</a>) have a very large number of distinct neighborhoods.\n</p>\n<div id="toc" class="toc" role="navigation" aria-labelledby="mw-toc-heading"><input type="checkbox" role="button" id="toctogglecheckbox" class="toctogglecheckbox" style="display:none" /><div class="toctitle" lang="en" dir="ltr"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>\n<ul>\n<li class="toclevel-1 tocsection-1"><a href="#List_by_population_and_area"><span class="tocnumber">1</span> <span class="toctext">List by population and area</span></a></li>\n<li class="toclevel-1 tocsection-2"><a href="#General_information"><span class="tocnumber">2</span> <span class="toctext">General information</span></a></li>\n<li class="toclevel-1 tocsection-3"><a href="#See_also"><span class="tocnumber">3</span> <span class="toctext">See also</span></a></li>\n<li class="toclevel-1 tocsection-4"><a href="#References"><span class="tocnumber">4</span> <span class="toctext">References</span></a></li>\n</ul>\n</div>\n\n<h2><span class="mw-headline" id="List_by_population_and_area">List by population and area</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit&amp;section=1" title="Edit section: List by population and area">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p><i>2014 estimate by Seoul Statistics</i>.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1">&#91;1&#93;</a></sup><sup id="cite_ref-2" class="reference"><a href="#cite_note-2">&#91;2&#93;</a></sup><sup id="cite_ref-3" class="reference"><a href="#cite_note-3">&#91;3&#93;</a></sup>\n</p>\n<table class="wikitable sortable">\n\n<tbody><tr>\n<th>Name</th>\n<th>Population</th>\n<th>Area</th>\n<th>Population density\n</th></tr>\n<tr>\n<td><a href="/wiki/Dobong-gu" class="mw-redirect" title="Dobong-gu">Dobong-gu</a> (도봉구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E9%81%93" class="extiw" title="wikt:道">道</a><a href="https://en.wiktionary.org/wiki/%E5%B3%B0" class="extiw" title="wikt:峰">峰</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>355,712\n</td>\n<td>20.70&#160;km²\n</td>\n<td>17184/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Dongdaemun-gu" class="mw-redirect" title="Dongdaemun-gu">Dongdaemun-gu</a> (동대문구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E6%9D%B1" class="extiw" title="wikt:東">東</a><a href="https://en.wiktionary.org/wiki/%E5%A4%A7" class="extiw" title="wikt:大">大</a><a href="https://en.wiktionary.org/wiki/%E9%96%80" class="extiw" title="wikt:門">門</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>376,319\n</td>\n<td>14.21&#160;km²\n</td>\n<td>26483/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Dongjak-gu" class="mw-redirect" title="Dongjak-gu">Dongjak-gu</a> (동작구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E9%8A%85" class="extiw" title="wikt:銅">銅</a><a href="https://en.wiktionary.org/wiki/%E9%9B%80" class="extiw" title="wikt:雀">雀</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>419,261\n</td>\n<td>16.35&#160;km²\n</td>\n<td>25643/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Eunpyeong-gu" class="mw-redirect" title="Eunpyeong-gu">Eunpyeong-gu</a> (은평구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E6%81%A9" class="extiw" title="wikt:恩">恩</a><a href="https://en.wiktionary.org/wiki/%E5%B9%B3" class="extiw" title="wikt:平">平</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>503,243\n</td>\n<td>29.70&#160;km²\n</td>\n<td>16944/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Gangbuk-gu" class="mw-redirect" title="Gangbuk-gu">Gangbuk-gu</a> (강북구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E6%B1%9F" class="extiw" title="wikt:江">江</a><a href="https://en.wiktionary.org/wiki/%E5%8C%97" class="extiw" title="wikt:北">北</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>338,410\n</td>\n<td>23.60&#160;km²\n</td>\n<td>14339/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Gangdong-gu" class="mw-redirect" title="Gangdong-gu">Gangdong-gu</a> (강동구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E6%B1%9F" class="extiw" title="wikt:江">江</a><a href="https://en.wiktionary.org/wiki/%E6%9D%B1" class="extiw" title="wikt:東">東</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>481,332\n</td>\n<td>24.59&#160;km²\n</td>\n<td>19574/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Gangnam-gu" class="mw-redirect" title="Gangnam-gu">Gangnam-gu</a> (강남구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E6%B1%9F" class="extiw" title="wikt:江">江</a><a href="https://en.wiktionary.org/wiki/%E5%8D%97" class="extiw" title="wikt:南">南</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>583,446\n</td>\n<td>39.50&#160;km²\n</td>\n<td>14771/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Gangseo-gu,_Seoul" class="mw-redirect" title="Gangseo-gu, Seoul">Gangseo-gu</a> (강서구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E6%B1%9F" class="extiw" title="wikt:江">江</a><a href="https://en.wiktionary.org/wiki/%E8%A5%BF" class="extiw" title="wikt:西">西</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>591,653\n</td>\n<td>41.43&#160;km²\n</td>\n<td>14281/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Geumcheon-gu" class="mw-redirect" title="Geumcheon-gu">Geumcheon-gu</a> (금천구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E8%A1%BF" class="extiw" title="wikt:衿">衿</a><a href="https://en.wiktionary.org/wiki/%E5%B7%9D" class="extiw" title="wikt:川">川</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>258,030\n</td>\n<td>13.02&#160;km²\n</td>\n<td>19818/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Guro-gu" class="mw-redirect" title="Guro-gu">Guro-gu</a> (구로구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E4%B9%9D" class="extiw" title="wikt:九">九</a><a href="https://en.wiktionary.org/wiki/%E8%80%81" class="extiw" title="wikt:老">老</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>457,131\n</td>\n<td>20.12&#160;km²\n</td>\n<td>22720/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Gwanak-gu" class="mw-redirect" title="Gwanak-gu">Gwanak-gu</a> (관악구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E5%86%A0" class="extiw" title="wikt:冠">冠</a><a href="https://en.wiktionary.org/wiki/%E5%B2%B3" class="extiw" title="wikt:岳">岳</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>531,960\n</td>\n<td>29.57&#160;km²\n</td>\n<td>17990/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Gwangjin-gu" class="mw-redirect" title="Gwangjin-gu">Gwangjin-gu</a> (광진구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E5%BB%A3" class="extiw" title="wikt:廣">廣</a><a href="https://en.wiktionary.org/wiki/%E6%B4%A5" class="extiw" title="wikt:津">津</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>377,375\n</td>\n<td>17.06&#160;km²\n</td>\n<td>22120/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Jongno-gu" class="mw-redirect" title="Jongno-gu">Jongno-gu</a> (종로구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E9%8D%BE" class="extiw" title="wikt:鍾">鍾</a><a href="https://en.wiktionary.org/wiki/%E8%B7%AF" class="extiw" title="wikt:路">路</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>165,344\n</td>\n<td>23.91&#160;km²\n</td>\n<td>6915/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Jung-gu,_Seoul" class="mw-redirect" title="Jung-gu, Seoul">Jung-gu</a> (중구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E4%B8%AD" class="extiw" title="wikt:中">中</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>136,227\n</td>\n<td>9.96&#160;km²\n</td>\n<td>13677/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Jungnang-gu" class="mw-redirect" title="Jungnang-gu">Jungnang-gu</a> (중랑구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E4%B8%AD" class="extiw" title="wikt:中">中</a><a href="https://en.wiktionary.org/wiki/%E6%B5%AA" class="extiw" title="wikt:浪">浪</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>423,411\n</td>\n<td>18.50&#160;km²\n</td>\n<td>22887/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Mapo-gu" class="mw-redirect" title="Mapo-gu">Mapo-gu</a> (마포구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E9%BA%BB" class="extiw" title="wikt:麻">麻</a><a href="https://en.wiktionary.org/wiki/%E6%B5%A6" class="extiw" title="wikt:浦">浦</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>395,830\n</td>\n<td>23.84&#160;km²\n</td>\n<td>16604/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Nowon-gu" class="mw-redirect" title="Nowon-gu">Nowon-gu</a> (노원구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E8%98%86" class="extiw" title="wikt:蘆">蘆</a><a href="https://en.wiktionary.org/wiki/%E5%8E%9F" class="extiw" title="wikt:原">原</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>586,056\n</td>\n<td>35.44&#160;km²\n</td>\n<td>16536/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Seocho-gu" class="mw-redirect" title="Seocho-gu">Seocho-gu</a> (서초구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E7%91%9E" class="extiw" title="wikt:瑞">瑞</a><a href="https://en.wiktionary.org/wiki/%E8%8D%89" class="extiw" title="wikt:草">草</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>454,288\n</td>\n<td>47.00&#160;km²\n</td>\n<td>9666/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Seodaemun-gu" class="mw-redirect" title="Seodaemun-gu">Seodaemun-gu</a> (서대문구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E8%A5%BF" class="extiw" title="wikt:西">西</a><a href="https://en.wiktionary.org/wiki/%E5%A4%A7" class="extiw" title="wikt:大">大</a><a href="https://en.wiktionary.org/wiki/%E9%96%80" class="extiw" title="wikt:門">門</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>320,861\n</td>\n<td>17.61&#160;km²\n</td>\n<td>18220/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Seongbuk-gu" class="mw-redirect" title="Seongbuk-gu">Seongbuk-gu</a> (성북구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E5%9F%8E" class="extiw" title="wikt:城">城</a><a href="https://en.wiktionary.org/wiki/%E5%8C%97" class="extiw" title="wikt:北">北</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>475,961\n</td>\n<td>24.58&#160;km²\n</td>\n<td>19364/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Seongdong-gu" class="mw-redirect" title="Seongdong-gu">Seongdong-gu</a> (성동구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E5%9F%8E" class="extiw" title="wikt:城">城</a><a href="https://en.wiktionary.org/wiki/%E6%9D%B1" class="extiw" title="wikt:東">東</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>303,891\n</td>\n<td>16.86&#160;km²\n</td>\n<td>19364/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Songpa-gu" class="mw-redirect" title="Songpa-gu">Songpa-gu</a> (송파구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E6%9D%BE" class="extiw" title="wikt:松">松</a><a href="https://en.wiktionary.org/wiki/%E5%9D%A1" class="extiw" title="wikt:坡">坡</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>671,794\n</td>\n<td>33.88&#160;km²\n</td>\n<td>19829/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Yangcheon-gu" class="mw-redirect" title="Yangcheon-gu">Yangcheon-gu</a> (양천구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E9%99%BD" class="extiw" title="wikt:陽">陽</a><a href="https://en.wiktionary.org/wiki/%E5%B7%9D" class="extiw" title="wikt:川">川</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>490,708\n</td>\n<td>17.40&#160;km²\n</td>\n<td>28202/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Yeongdeungpo-gu" class="mw-redirect" title="Yeongdeungpo-gu">Yeongdeungpo-gu</a> (영등포구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E6%B0%B8" class="extiw" title="wikt:永">永</a><a href="https://en.wiktionary.org/wiki/%E7%99%BB" class="extiw" title="wikt:登">登</a><a href="https://en.wiktionary.org/wiki/%E6%B5%A6" class="extiw" title="wikt:浦">浦</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>421,436\n</td>\n<td>24.53&#160;km²\n</td>\n<td>17180/km²\n</td></tr>\n<tr>\n<td><a href="/wiki/Yongsan-gu" class="mw-redirect" title="Yongsan-gu">Yongsan-gu</a> (용산구; <span lang="ko" title="Korean language text"><a href="https://en.wiktionary.org/wiki/%E9%BE%8D" class="extiw" title="wikt:龍">龍</a><a href="https://en.wiktionary.org/wiki/%E5%B1%B1" class="extiw" title="wikt:山">山</a><a href="https://en.wiktionary.org/wiki/%E5%8D%80" class="extiw" title="wikt:區">區</a></span>)\n</td>\n<td>249,914\n</td>\n<td>21.87&#160;km²\n</td>\n<td>11427/km²\n</td></tr>\n\n<tr class="sortbottom">\n<td><b>Seoul</b> (서울)\n</td>\n<td><b>10,369,593</b>\n</td>\n<td><b>605.21&#160;km²</b>\n</td>\n<td><b>17134/km²</b>\n</td></tr></tbody></table>\n<h2><span class="mw-headline" id="General_information">General information</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit&amp;section=2" title="Edit section: General information">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<table class="wikitable sortable">\n\n<tbody><tr>\n<th>Name</th>\n<th>Dong</th>\n<th>General Information</th>\n<th>Points of Interest</th>\n<th>Image</th>\n<th>Location\n</th></tr>\n<tr>\n<td><a href="/wiki/Dobong-gu" class="mw-redirect" title="Dobong-gu">Dobong-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Dobong-dong" title="Dobong-dong">Dobong-dong</a></li>\n<li><a href="/wiki/Banghak-dong" title="Banghak-dong">Banghak-dong</a></li>\n<li><a href="/wiki/Ssangmun-dong" title="Ssangmun-dong">Ssangmun-dong</a></li>\n<li><a href="/wiki/Chang-dong" title="Chang-dong">Chang-dong</a></li></ul>\n</td>\n<td>Located in the northeastern part of the city, Dobong is a largely residential district, which has been part of Seoul since 1963. Located next to its namesake <a href="/wiki/Dobongsan" title="Dobongsan">Dobongsan</a>, the district is expected to benefit from urban development projects near <a href="/wiki/Chang-dong_station" title="Chang-dong station">Chang-dong station</a>.\n</td>\n<td>\n<ul><li><a href="/wiki/Dobongsan" title="Dobongsan">Dobongsan</a></li></ul>\n</td>\n<td><a href="/wiki/File:Seoul_subway_line4_Chang-dong_station_platform.jpg" class="image"><img alt="Seoul subway line4 Chang-dong station platform.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Seoul_subway_line4_Chang-dong_station_platform.jpg/200px-Seoul_subway_line4_Chang-dong_station_platform.jpg" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Seoul_subway_line4_Chang-dong_station_platform.jpg/300px-Seoul_subway_line4_Chang-dong_station_platform.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Seoul_subway_line4_Chang-dong_station_platform.jpg/400px-Seoul_subway_line4_Chang-dong_station_platform.jpg 2x" data-file-width="788" data-file-height="591" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Dobong-gu.svg" class="image"><img alt="Seoul Dobong-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Seoul_Dobong-gu.svg/200px-Seoul_Dobong-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Seoul_Dobong-gu.svg/300px-Seoul_Dobong-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Seoul_Dobong-gu.svg/400px-Seoul_Dobong-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Dongdaemun-gu" class="mw-redirect" title="Dongdaemun-gu">Dongdaemun-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Cheongnyangni-dong" title="Cheongnyangni-dong">Cheongnyangni-dong</a></li>\n<li><a href="/wiki/Dapsimni-dong" title="Dapsimni-dong">Dapsimni-dong</a></li>\n<li><a href="/wiki/Hoegi-dong" title="Hoegi-dong">Hoegi-dong</a></li>\n<li><a href="/wiki/Hwigyeong-dong" title="Hwigyeong-dong">Hwigyeong-dong</a></li>\n<li><a href="/wiki/Imun-dong" title="Imun-dong">Imun-dong</a></li>\n<li><a href="/wiki/Jegi-dong" title="Jegi-dong">Jegi-dong</a></li>\n<li><a href="/wiki/Jangan-dong" title="Jangan-dong">Jangan-dong</a></li>\n<li><a href="/wiki/Jeonnong-dong" title="Jeonnong-dong">Jeonnong-dong</a></li>\n<li><a href="/wiki/Sinseol-dong" title="Sinseol-dong">Sinseol-dong</a></li>\n<li><a href="/wiki/Yongdu-dong" title="Yongdu-dong">Yongdu-dong</a></li></ul>\n</td>\n<td>Despite its name (Large East Gate), Dongdaemun district does not include the East gate of Seoul, also known as <a href="/wiki/Heunginjimun" title="Heunginjimun">Dongdaemun</a> (and by its official name Heunginjimun). Incorportated into Seoul in 1936, the heart of the district is <a href="/wiki/Cheongnyangni_station" title="Cheongnyangni station">Cheongnyangni station</a>, one of the main train stations in Seoul, built in 1911.\n</td>\n<td>\n<ul><li><a href="/wiki/Cheongnyangni_Station" class="mw-redirect" title="Cheongnyangni Station">Cheongnyangni Station</a></li>\n<li><a href="/wiki/Gyeongdong_Market" title="Gyeongdong Market">Gyeongdong Market</a></li>\n<li><a href="/w/index.php?title=Hongneung_Park(Arboretum)&amp;action=edit&amp;redlink=1" class="new" title="Hongneung Park(Arboretum) (page does not exist)">Hongneung Park(Arboretum)</a></li></ul>\n</td>\n<td><a href="/wiki/File:Korea-Seoul-Gyeongdong_Market-01.jpg" class="image"><img alt="Korea-Seoul-Gyeongdong Market-01.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Korea-Seoul-Gyeongdong_Market-01.jpg/200px-Korea-Seoul-Gyeongdong_Market-01.jpg" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Korea-Seoul-Gyeongdong_Market-01.jpg/300px-Korea-Seoul-Gyeongdong_Market-01.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/23/Korea-Seoul-Gyeongdong_Market-01.jpg/400px-Korea-Seoul-Gyeongdong_Market-01.jpg 2x" data-file-width="3072" data-file-height="2304" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Dongdaemun-gu.svg" class="image"><img alt="Seoul Dongdaemun-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/39/Seoul_Dongdaemun-gu.svg/200px-Seoul_Dongdaemun-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/39/Seoul_Dongdaemun-gu.svg/300px-Seoul_Dongdaemun-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/39/Seoul_Dongdaemun-gu.svg/400px-Seoul_Dongdaemun-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Dongjak-gu" class="mw-redirect" title="Dongjak-gu">Dongjak-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Bon-dong" title="Bon-dong">Bon-dong</a></li>\n<li><a href="/wiki/Daebang-dong" title="Daebang-dong">Daebang-dong</a></li>\n<li><a href="/wiki/Dongjak-dong" title="Dongjak-dong">Dongjak-dong</a></li>\n<li><a href="/wiki/Heukseok-dong" title="Heukseok-dong">Heukseok-dong</a></li>\n<li><a href="/wiki/Noryangjin-dong" title="Noryangjin-dong">Noryangjin-dong</a></li>\n<li><a href="/wiki/Sadang-dong" title="Sadang-dong">Sadang-dong</a></li>\n<li><a href="/wiki/Sangdo-dong" title="Sangdo-dong">Sangdo-dong</a></li>\n<li><a href="/wiki/Sindaebang-dong" title="Sindaebang-dong">Sindaebang-dong</a></li></ul>\n</td>\n<td>Located just south of the <a href="/wiki/Han_River_(Korea)" title="Han River (Korea)">Han river</a>, Dongjak-gu is mostly residential, but also includes the commercial <a href="/wiki/Noryangjin" class="mw-redirect" title="Noryangjin">Noryangjin</a> area. The small Seodalsan mountain, where the <a href="/wiki/Seoul_National_Cemetery" title="Seoul National Cemetery">Seoul National Cemetery</a> is located, is located in the middle of the district.\n</td>\n<td>\n<ul><li><a href="/wiki/Seoul_National_Cemetery" title="Seoul National Cemetery">Seoul National Cemetery</a></li>\n<li><a href="/wiki/Noryangjin_Fish_Market" class="mw-redirect" title="Noryangjin Fish Market">Noryangjin Fish Market</a></li>\n<li><a href="/w/index.php?title=Boramae_Park&amp;action=edit&amp;redlink=1" class="new" title="Boramae Park (page does not exist)">Boramae Park</a></li>\n<li><a href="/w/index.php?title=Sayuksin_Park&amp;action=edit&amp;redlink=1" class="new" title="Sayuksin Park (page does not exist)">Sayuksin Park</a></li></ul>\n</td>\n<td><a href="/wiki/File:Hangang_Railway_Bridge,_Seoul,_Korea.jpg" class="image"><img alt="Hangang Railway Bridge, Seoul, Korea.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg/200px-Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg/300px-Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg/400px-Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg 2x" data-file-width="2560" data-file-height="1920" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Dongjak-gu.svg" class="image"><img alt="Seoul Dongjak-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Seoul_Dongjak-gu.svg/200px-Seoul_Dongjak-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Seoul_Dongjak-gu.svg/300px-Seoul_Dongjak-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Seoul_Dongjak-gu.svg/400px-Seoul_Dongjak-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Eunpyeong-gu" class="mw-redirect" title="Eunpyeong-gu">Eunpyeong-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Bulgwang-dong" title="Bulgwang-dong">Bulgwang-dong</a></li>\n<li><a href="/wiki/Daejo-dong" title="Daejo-dong">Daejo-dong</a></li>\n<li><a href="/wiki/Eungam-dong" title="Eungam-dong">Eungam-dong</a></li>\n<li><a href="/wiki/Galhyeon-dong" class="mw-redirect" title="Galhyeon-dong">Galhyeon-dong</a></li>\n<li><a href="/wiki/Gusan-dong" title="Gusan-dong">Gusan-dong</a></li>\n<li><a href="/wiki/Jeungsan-dong" title="Jeungsan-dong">Jeungsan-dong</a></li>\n<li><a href="/wiki/Jingwan-dong" title="Jingwan-dong">Jingwan-dong</a></li>\n<li><a href="/wiki/Nokbeon-dong" title="Nokbeon-dong">Nokbeon-dong</a></li>\n<li><a href="/w/index.php?title=Sinsa-dong,_Eunpyeong-gu&amp;action=edit&amp;redlink=1" class="new" title="Sinsa-dong, Eunpyeong-gu (page does not exist)">Sinsa-dong</a></li>\n<li><a href="/wiki/Susaek-dong" title="Susaek-dong">Susaek-dong</a></li>\n<li><a href="/wiki/Yeokchon-dong" title="Yeokchon-dong">Yeokchon-dong</a></li></ul>\n</td>\n<td>Separated administratively from <a href="/wiki/Seodaemun-gu" class="mw-redirect" title="Seodaemun-gu">Seodaemun-gu</a> in 1977, Eunpyeong-gu is located just east of the city of <a href="/wiki/Goyang" title="Goyang">Goyang</a>, and despite being part of Seoul, is partly isolated from the rest of the city by a mountain range on its east side.\n</td>\n<td>\n<ul><li><a href="/w/index.php?title=Bongsan_Park&amp;action=edit&amp;redlink=1" class="new" title="Bongsan Park (page does not exist)">Bongsan Park</a></li>\n<li><a href="/w/index.php?title=Gupabal_Fall&amp;action=edit&amp;redlink=1" class="new" title="Gupabal Fall (page does not exist)">Gupabal Fall</a></li></ul>\n</td>\n<td><a href="/wiki/File:KNR-GyeongEui-line-Susaek-station.jpg" class="image"><img alt="KNR-GyeongEui-line-Susaek-station.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1f/KNR-GyeongEui-line-Susaek-station.jpg/200px-KNR-GyeongEui-line-Susaek-station.jpg" decoding="async" width="200" height="139" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1f/KNR-GyeongEui-line-Susaek-station.jpg/300px-KNR-GyeongEui-line-Susaek-station.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/1/1f/KNR-GyeongEui-line-Susaek-station.jpg 2x" data-file-width="400" data-file-height="277" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Eunpyeong-gu.svg" class="image"><img alt="Seoul Eunpyeong-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Seoul_Eunpyeong-gu.svg/200px-Seoul_Eunpyeong-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Seoul_Eunpyeong-gu.svg/300px-Seoul_Eunpyeong-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Seoul_Eunpyeong-gu.svg/400px-Seoul_Eunpyeong-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Gangbuk-gu" class="mw-redirect" title="Gangbuk-gu">Gangbuk-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Mia-dong" title="Mia-dong">Mia-dong</a></li>\n<li><a href="/wiki/Beon-dong" title="Beon-dong">Beon-dong</a></li>\n<li><a href="/wiki/Suyu-dong" title="Suyu-dong">Suyu-dong</a></li>\n<li><a href="/wiki/Ui-dong" title="Ui-dong">Ui-dong</a></li></ul>\n</td>\n<td>Incorporated into Seoul in 1949, Gangbuk-gu is a separate district (from <a href="/wiki/Seongbuk-gu" class="mw-redirect" title="Seongbuk-gu">Seongbuk-gu</a>) since 1995. The district is notorious for its proximity with <a href="/wiki/Bukhansan" title="Bukhansan">Bukhansan</a>, the tallest mountain near Seoul. The district is mostly residential, although the areas near <a href="/wiki/Miasageori_station" title="Miasageori station">Miasageori station</a> and <a href="/wiki/Suyu_station" title="Suyu station">Suyu station</a> are very active.\n</td>\n<td>\n<ul><li><a href="/w/index.php?title=Dream_Forest&amp;action=edit&amp;redlink=1" class="new" title="Dream Forest (page does not exist)">Dream Forest</a></li>\n<li><a href="/wiki/Bukhansan_National_Park" title="Bukhansan National Park">Bukhansan National Park</a></li></ul>\n</td>\n<td><a href="/wiki/File:20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG" class="image"><img alt="20150427최광모98.JPG" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/5a/20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG/200px-20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG" decoding="async" width="200" height="133" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/5a/20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG/300px-20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/5a/20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG/400px-20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG 2x" data-file-width="5472" data-file-height="3648" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Gangbuk-gu.svg" class="image"><img alt="Seoul Gangbuk-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Seoul_Gangbuk-gu.svg/200px-Seoul_Gangbuk-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Seoul_Gangbuk-gu.svg/300px-Seoul_Gangbuk-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Seoul_Gangbuk-gu.svg/400px-Seoul_Gangbuk-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Gangdong-gu" class="mw-redirect" title="Gangdong-gu">Gangdong-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Gangil-dong" title="Gangil-dong">Gangil-dong</a></li>\n<li><a href="/wiki/Godeok-dong" title="Godeok-dong">Godeok-dong</a></li>\n<li><a href="/wiki/Gil-dong" title="Gil-dong">Gil-dong</a></li>\n<li><a href="/wiki/Dunchon-dong" title="Dunchon-dong">Dunchon-dong</a></li>\n<li><a href="/wiki/Myeongil-dong" title="Myeongil-dong">Myeongil-dong</a></li>\n<li><a href="/wiki/Sangil-dong" title="Sangil-dong">Sangil-dong</a></li>\n<li><a href="/wiki/Seongnae-dong" title="Seongnae-dong">Seongnae-dong</a></li>\n<li><a href="/wiki/Amsa-dong" title="Amsa-dong">Amsa-dong</a></li>\n<li><a href="/wiki/Cheonho-dong" title="Cheonho-dong">Cheonho-dong</a></li></ul>\n</td>\n<td>\n</td>\n<td>\n<ul><li><a href="/w/index.php?title=Saetmaeul_Park&amp;action=edit&amp;redlink=1" class="new" title="Saetmaeul Park (page does not exist)">Saetmaeul Park</a></li>\n<li><a href="/w/index.php?title=Cheonhodong_Park&amp;action=edit&amp;redlink=1" class="new" title="Cheonhodong Park (page does not exist)">Cheonhodong Park</a></li>\n<li><a href="/w/index.php?title=Dunchun-dong_Marsh_Area&amp;action=edit&amp;redlink=1" class="new" title="Dunchun-dong Marsh Area (page does not exist)">Dunchun-dong Marsh Area</a></li>\n<li><a href="/w/index.php?title=Kildong_Ecological_Park&amp;action=edit&amp;redlink=1" class="new" title="Kildong Ecological Park (page does not exist)">Kildong Ecological Park</a></li></ul>\n</td>\n<td><a href="/wiki/File:Gangdong_Study_Center.jpg" class="image"><img alt="Gangdong Study Center.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/70/Gangdong_Study_Center.jpg/200px-Gangdong_Study_Center.jpg" decoding="async" width="200" height="133" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/70/Gangdong_Study_Center.jpg/300px-Gangdong_Study_Center.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/70/Gangdong_Study_Center.jpg/400px-Gangdong_Study_Center.jpg 2x" data-file-width="5184" data-file-height="3456" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Gangdong-gu.svg" class="image"><img alt="Seoul Gangdong-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/de/Seoul_Gangdong-gu.svg/200px-Seoul_Gangdong-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/de/Seoul_Gangdong-gu.svg/300px-Seoul_Gangdong-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/de/Seoul_Gangdong-gu.svg/400px-Seoul_Gangdong-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Gangnam-gu" class="mw-redirect" title="Gangnam-gu">Gangnam-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Apgujeong-dong" title="Apgujeong-dong">Apgujeong-dong</a></li>\n<li><a href="/wiki/Cheongdam-dong" title="Cheongdam-dong">Cheongdam-dong</a></li>\n<li><a href="/wiki/Daechi-dong" title="Daechi-dong">Daechi-dong</a></li>\n<li><a href="/wiki/Dogok-dong" title="Dogok-dong">Dogok-dong</a></li>\n<li><a href="/wiki/Gaepo-dong" title="Gaepo-dong">Gaepo-dong</a></li>\n<li><a href="/wiki/Irwon-dong" title="Irwon-dong">Irwon-dong</a></li>\n<li><a href="/w/index.php?title=Jagok-dong&amp;action=edit&amp;redlink=1" class="new" title="Jagok-dong (page does not exist)">Jagok-dong</a></li>\n<li><a href="/wiki/Nonhyeon-dong,_Seoul" title="Nonhyeon-dong, Seoul">Nonhyeon-dong</a></li>\n<li><a href="/wiki/Samseong-dong" title="Samseong-dong">Samseong-dong</a></li>\n<li><a href="/wiki/Segok-dong" title="Segok-dong">Segok-dong</a></li>\n<li><a href="/wiki/Sinsa-dong,_Gangnam" title="Sinsa-dong, Gangnam">Sinsa-dong</a></li>\n<li><a href="/wiki/Suseo-dong" title="Suseo-dong">Suseo-dong</a></li>\n<li><a href="/wiki/Yeoksam-dong" title="Yeoksam-dong">Yeoksam-dong</a></li>\n<li><a href="/w/index.php?title=Yulhyeon-dong&amp;action=edit&amp;redlink=1" class="new" title="Yulhyeon-dong (page does not exist)">Yulhyeon-dong</a></li></ul>\n</td>\n<td>\n</td>\n<td>\n<ul><li><a href="/wiki/COEX_Mall" class="mw-redirect" title="COEX Mall">COEX Mall</a></li>\n<li><a href="/wiki/Teheranno" class="mw-redirect" title="Teheranno">Teheranno</a></li>\n<li><a href="/wiki/Gangnam_Station" class="mw-redirect" title="Gangnam Station">Gangnam Station</a></li>\n<li><a href="/wiki/Bongeunsa" title="Bongeunsa">Bongeunsa</a> Temple</li>\n<li><a href="/wiki/Garosu-gil" title="Garosu-gil">Garosu-gil</a></li>\n<li><a href="/wiki/Yangjaecheon" title="Yangjaecheon">Yangjaecheon</a></li>\n<li><a href="/wiki/Dosan_Park" title="Dosan Park">Dosan Park</a></li>\n<li><a href="/wiki/Kukkiwon" title="Kukkiwon">Kukkiwon</a></li></ul>\n</td>\n<td><a href="/wiki/File:Seoul_COEX_Mall.jpg" class="image"><img alt="Seoul COEX Mall.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Seoul_COEX_Mall.jpg/200px-Seoul_COEX_Mall.jpg" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Seoul_COEX_Mall.jpg/300px-Seoul_COEX_Mall.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Seoul_COEX_Mall.jpg/400px-Seoul_COEX_Mall.jpg 2x" data-file-width="2592" data-file-height="1944" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Gangnam-gu.svg" class="image"><img alt="Seoul Gangnam-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/db/Seoul_Gangnam-gu.svg/200px-Seoul_Gangnam-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/db/Seoul_Gangnam-gu.svg/300px-Seoul_Gangnam-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/db/Seoul_Gangnam-gu.svg/400px-Seoul_Gangnam-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Gangseo-gu,_Seoul" class="mw-redirect" title="Gangseo-gu, Seoul">Gangseo-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Banghwa-dong" title="Banghwa-dong">Banghwa-dong</a></li>\n<li><a href="/wiki/Deungchon-dong" title="Deungchon-dong">Deungchon-dong</a></li>\n<li><a href="/wiki/Gaehwa-dong" class="mw-redirect" title="Gaehwa-dong">Gaehwa-dong</a></li>\n<li><a href="/wiki/Gayang-dong" title="Gayang-dong">Gayang-dong</a></li>\n<li><a href="/wiki/Gonghang-dong" title="Gonghang-dong">Gonghang-dong</a></li>\n<li><a href="/wiki/Gwahae-dong" title="Gwahae-dong">Gwahae-dong</a></li>\n<li><a href="/wiki/Hwagok-dong" title="Hwagok-dong">Hwagok-dong</a></li>\n<li><a href="/wiki/Magok-dong" title="Magok-dong">Magok-dong</a></li>\n<li><a href="/w/index.php?title=Naebalsan-dong&amp;action=edit&amp;redlink=1" class="new" title="Naebalsan-dong (page does not exist)">Naebalsan-dong</a></li>\n<li><a href="/w/index.php?title=Oebalsan-dong&amp;action=edit&amp;redlink=1" class="new" title="Oebalsan-dong (page does not exist)">Oebalsan-dong</a></li>\n<li><a href="/wiki/Ogok-dong" title="Ogok-dong">Ogok-dong</a></li>\n<li><a href="/wiki/Osoe-dong" title="Osoe-dong">Osoe-dong</a></li>\n<li><a href="/wiki/Yeomchang-dong" title="Yeomchang-dong">Yeomchang-dong</a></li></ul>\n</td>\n<td>\n</td>\n<td>\n<ul><li><a href="/wiki/Gimpo_International_Airport" title="Gimpo International Airport">Gimpo International Airport</a></li>\n<li><a href="/wiki/Heojun_Museum" title="Heojun Museum">Heojun Museum</a></li>\n<li><a href="/w/index.php?title=Maewha_Park&amp;action=edit&amp;redlink=1" class="new" title="Maewha Park (page does not exist)">Maewha Park</a></li></ul>\n</td>\n<td><a href="/wiki/File:Gangseogu_Office_Intersection_Seoul.jpg" class="image"><img alt="Gangseogu Office Intersection Seoul.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/30/Gangseogu_Office_Intersection_Seoul.jpg/200px-Gangseogu_Office_Intersection_Seoul.jpg" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/30/Gangseogu_Office_Intersection_Seoul.jpg/300px-Gangseogu_Office_Intersection_Seoul.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/30/Gangseogu_Office_Intersection_Seoul.jpg/400px-Gangseogu_Office_Intersection_Seoul.jpg 2x" data-file-width="1984" data-file-height="1488" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Gangseo-gu.svg" class="image"><img alt="Seoul Gangseo-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Seoul_Gangseo-gu.svg/200px-Seoul_Gangseo-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Seoul_Gangseo-gu.svg/300px-Seoul_Gangseo-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Seoul_Gangseo-gu.svg/400px-Seoul_Gangseo-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Geumcheon-gu" class="mw-redirect" title="Geumcheon-gu">Geumcheon-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Gasan-dong" title="Gasan-dong">Gasan-dong</a></li>\n<li><a href="/wiki/Doksan-dong" title="Doksan-dong">Doksan-dong</a></li>\n<li><a href="/wiki/Siheung-dong" title="Siheung-dong">Siheung-dong</a></li></ul>\n</td>\n<td>\n</td>\n<td>\n<ul><li><a href="/wiki/Anyangcheon" title="Anyangcheon">Anyangcheon</a></li></ul>\n</td>\n<td><a href="/wiki/File:Ingbeolno_gate.jpg" class="image"><img alt="Ingbeolno gate.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Ingbeolno_gate.jpg/200px-Ingbeolno_gate.jpg" decoding="async" width="200" height="216" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Ingbeolno_gate.jpg/300px-Ingbeolno_gate.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Ingbeolno_gate.jpg/400px-Ingbeolno_gate.jpg 2x" data-file-width="500" data-file-height="541" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Geumcheon-gu.svg" class="image"><img alt="Seoul Geumcheon-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/06/Seoul_Geumcheon-gu.svg/200px-Seoul_Geumcheon-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/06/Seoul_Geumcheon-gu.svg/300px-Seoul_Geumcheon-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/06/Seoul_Geumcheon-gu.svg/400px-Seoul_Geumcheon-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Guro-gu" class="mw-redirect" title="Guro-gu">Guro-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Cheonwang-dong" title="Cheonwang-dong">Cheonwang-dong</a></li>\n<li><a href="/wiki/Gaebong-dong" title="Gaebong-dong">Gaebong-dong</a></li>\n<li><a href="/wiki/Garibong-dong" title="Garibong-dong">Garibong-dong</a></li>\n<li><a href="/wiki/Gocheok-dong" title="Gocheok-dong">Gocheok-dong</a></li>\n<li><a href="/wiki/Gung-dong" title="Gung-dong">Gung-dong</a></li>\n<li><a href="/wiki/Guro-dong" title="Guro-dong">Guro-dong</a></li>\n<li><a href="/wiki/Hang-dong" title="Hang-dong">Hang-dong</a></li>\n<li><a href="/wiki/Onsu-dong" title="Onsu-dong">Onsu-dong</a></li>\n<li><a href="/wiki/Oryu-dong" title="Oryu-dong">Oryu-dong</a></li>\n<li><a href="/wiki/Sindorim-dong" title="Sindorim-dong">Sindorim-dong</a></li></ul>\n</td>\n<td>\n</td>\n<td>\n<ul><li><a href="/wiki/Gocheok_Sky_Dome" title="Gocheok Sky Dome">Gocheok Sky Dome</a></li>\n<li><a href="/wiki/Pureun_Arboretum" title="Pureun Arboretum">Pureun Arboretum</a></li>\n<li><a href="/wiki/Sindorim_Station" class="mw-redirect" title="Sindorim Station">Sindorim Station</a></li></ul>\n</td>\n<td><a href="/wiki/File:Guro-digitalcomplex.jpg" class="image"><img alt="Guro-digitalcomplex.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Guro-digitalcomplex.jpg/200px-Guro-digitalcomplex.jpg" decoding="async" width="200" height="133" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Guro-digitalcomplex.jpg/300px-Guro-digitalcomplex.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/23/Guro-digitalcomplex.jpg/400px-Guro-digitalcomplex.jpg 2x" data-file-width="700" data-file-height="465" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Guro-gu.svg" class="image"><img alt="Seoul Guro-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Seoul_Guro-gu.svg/200px-Seoul_Guro-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Seoul_Guro-gu.svg/300px-Seoul_Guro-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/85/Seoul_Guro-gu.svg/400px-Seoul_Guro-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Gwanak-gu" class="mw-redirect" title="Gwanak-gu">Gwanak-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Bongcheon-dong" title="Bongcheon-dong">Bongcheon-dong</a></li>\n<li><a href="/wiki/Namhyeon-dong" title="Namhyeon-dong">Namhyeon-dong</a></li>\n<li><a href="/wiki/Sillim-dong" title="Sillim-dong">Sillim-dong</a></li></ul>\n</td>\n<td>Incorporated in 1963, and designated as a distinct district in 1973, Gwanak district is mostly residential, and gets its name from the nearby <a href="/wiki/Gwanaksan" title="Gwanaksan">Gwanaksan</a> mountain. Korea\'s best university, <a href="/wiki/Seoul_National_University" title="Seoul National University">Seoul National University</a>, is located in the district.\n</td>\n<td>\n<ul><li><a href="/wiki/Seoul_National_University" title="Seoul National University">Seoul National University</a></li>\n<li><a href="/wiki/Kyujanggak" title="Kyujanggak">Kyujanggak</a></li>\n<li><a href="/w/index.php?title=Gwaneumsa_(Gwanaksan)&amp;action=edit&amp;redlink=1" class="new" title="Gwaneumsa (Gwanaksan) (page does not exist)">Gwaneumsa</a></li>\n<li><a href="/wiki/Nakseongdae" title="Nakseongdae">Nakseongdae</a></li>\n<li><a href="/wiki/Gwanaksan" title="Gwanaksan">Gwanaksan</a></li>\n<li><a href="/wiki/Horim_Museum" title="Horim Museum">Horim Museum</a></li></ul>\n</td>\n<td><a href="/wiki/File:Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg" class="image"><img alt="Seoul National University Station Intersection and Bongcheon-ro Intersection and Gwanak-ro.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/68/Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg/200px-Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/68/Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg/300px-Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/68/Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg/400px-Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg 2x" data-file-width="960" data-file-height="720" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Gwanak-gu.svg" class="image"><img alt="Seoul Gwanak-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seoul_Gwanak-gu.svg/200px-Seoul_Gwanak-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seoul_Gwanak-gu.svg/300px-Seoul_Gwanak-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seoul_Gwanak-gu.svg/400px-Seoul_Gwanak-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Gwangjin-gu" class="mw-redirect" title="Gwangjin-gu">Gwangjin-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Gunja-dong" title="Gunja-dong">Gunja-dong</a></li>\n<li><a href="/wiki/Guui-dong" title="Guui-dong">Guui-dong</a></li>\n<li><a href="/wiki/Gwangjang-dong" title="Gwangjang-dong">Gwangjang-dong</a></li>\n<li><a href="/wiki/Hwayang-dong" title="Hwayang-dong">Hwayang-dong</a></li>\n<li><a href="/wiki/Jayang-dong" title="Jayang-dong">Jayang-dong</a></li>\n<li><a href="/wiki/Junggok-dong" title="Junggok-dong">Junggok-dong</a></li>\n<li><a href="/wiki/Neung-dong" title="Neung-dong">Neung-dong</a></li></ul>\n</td>\n<td>\n</td>\n<td>\n<ul><li><a href="/wiki/Techno_Mart" title="Techno Mart">Techno Mart</a></li>\n<li><a href="/wiki/Achasan_Park" class="mw-redirect" title="Achasan Park">Achasan Park</a></li>\n<li><a href="/wiki/Children%27s_Grand_Park" class="mw-redirect" title="Children&#39;s Grand Park">Children\'s Grand Park</a></li>\n<li><a href="/wiki/Dong_Seoul_Bus_Terminal" title="Dong Seoul Bus Terminal">Dong Seoul Bus Terminal</a></li>\n<li><a href="/w/index.php?title=Ttukseom_Resort&amp;action=edit&amp;redlink=1" class="new" title="Ttukseom Resort (page does not exist)">Ttukseom Resort</a></li></ul>\n</td>\n<td><a href="/wiki/File:Eastern_Seoul_Bus_Terminal.jpg" class="image"><img alt="Eastern Seoul Bus Terminal.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Eastern_Seoul_Bus_Terminal.jpg/200px-Eastern_Seoul_Bus_Terminal.jpg" decoding="async" width="200" height="133" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Eastern_Seoul_Bus_Terminal.jpg/300px-Eastern_Seoul_Bus_Terminal.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/37/Eastern_Seoul_Bus_Terminal.jpg/400px-Eastern_Seoul_Bus_Terminal.jpg 2x" data-file-width="4912" data-file-height="3264" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Gwangjin-gu.svg" class="image"><img alt="Seoul Gwangjin-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Seoul_Gwangjin-gu.svg/200px-Seoul_Gwangjin-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Seoul_Gwangjin-gu.svg/300px-Seoul_Gwangjin-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Seoul_Gwangjin-gu.svg/400px-Seoul_Gwangjin-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Jongno-gu" class="mw-redirect" title="Jongno-gu">Jongno-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Cheongun-dong" title="Cheongun-dong">Cheongun-dong</a></li>\n<li><a href="/wiki/Hyoja-dong" title="Hyoja-dong">Hyoja-dong</a></li>\n<li><a href="/wiki/Sajik-dong,_Seoul" title="Sajik-dong, Seoul">Sajik-dong</a></li>\n<li><a href="/wiki/Samcheong-dong" title="Samcheong-dong">Samcheong-dong</a></li>\n<li><a href="/wiki/Buam-dong,_Seoul" title="Buam-dong, Seoul">Buam-dong</a></li>\n<li><a href="/wiki/Pyeongchang-dong" title="Pyeongchang-dong">Pyeongchang-dong</a></li>\n<li><a href="/wiki/Muak-dong" title="Muak-dong">Muak-dong</a></li>\n<li><a href="/wiki/Gyonam-dong" title="Gyonam-dong">Gyonam-dong</a></li>\n<li><a href="/wiki/Gahoe-dong" title="Gahoe-dong">Gahoe-dong</a></li>\n<li><a href="/wiki/Ihwa-dong,_Seoul" title="Ihwa-dong, Seoul">Ihwa-dong</a></li>\n<li><a href="/wiki/Hyehwa-dong" title="Hyehwa-dong">Hyehwa-dong</a></li>\n<li><a href="/w/index.php?title=Sejongno-dong&amp;action=edit&amp;redlink=1" class="new" title="Sejongno-dong (page does not exist)">Sejongno-dong</a></li>\n<li><a href="/wiki/Jongno-1.2.3.4_ga-dong" class="mw-redirect" title="Jongno-1.2.3.4 ga-dong">Jongno-1.2.3.4 ga-dong</a></li>\n<li><a href="/w/index.php?title=Jongno-5.6_ga-dong&amp;action=edit&amp;redlink=1" class="new" title="Jongno-5.6 ga-dong (page does not exist)">Jongno-5.6 ga-dong</a></li>\n<li><a href="/wiki/Changsin-dong" title="Changsin-dong">Changsin-dong</a></li>\n<li><a href="/wiki/Sungin-dong" title="Sungin-dong">Sungin-dong</a></li></ul>\n</td>\n<td>\n</td>\n<td>\n<ul><li><a href="/wiki/Cheongwadae" class="mw-redirect" title="Cheongwadae">Cheongwadae</a></li>\n<li><a href="/wiki/Heunginjimun" title="Heunginjimun">Heunginjimun</a></li>\n<li><a href="/wiki/Dongmyo" title="Dongmyo">Dongmyo Park</a></li>\n<li><a href="/wiki/Gwanghwamun_Plaza" title="Gwanghwamun Plaza">Gwanghwamun Plaza</a></li>\n<li><a href="/wiki/Jogyesa" title="Jogyesa">Jogyesa</a></li>\n<li><a href="/wiki/Naksan_Park" class="mw-redirect" title="Naksan Park">Naksan Park</a></li>\n<li><a href="/wiki/Gyeongbokgung" title="Gyeongbokgung">Gyeongbokgung</a></li>\n<li><a href="/wiki/Changdeokgung" title="Changdeokgung">Changdeokgung</a></li>\n<li><a href="/wiki/Cheonggyecheon" title="Cheonggyecheon">Cheonggyecheon</a></li>\n<li><a href="/wiki/Jongmyo" title="Jongmyo">Jongmyo</a></li>\n<li><a href="/wiki/National_Folk_Museum_of_Korea" title="National Folk Museum of Korea">National Folk Museum of Korea</a></li>\n<li><a href="/wiki/Bukchon_Hanok_Village" title="Bukchon Hanok Village">Bukchon Hanok Village</a></li></ul>\n</td>\n<td><a href="/wiki/File:Sejong-ro_pedestrian_strech.jpg" class="image"><img alt="Sejong-ro pedestrian strech.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Sejong-ro_pedestrian_strech.jpg/200px-Sejong-ro_pedestrian_strech.jpg" decoding="async" width="200" height="134" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Sejong-ro_pedestrian_strech.jpg/300px-Sejong-ro_pedestrian_strech.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Sejong-ro_pedestrian_strech.jpg/400px-Sejong-ro_pedestrian_strech.jpg 2x" data-file-width="3872" data-file-height="2592" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Jongno-gu.svg" class="image"><img alt="Seoul Jongno-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Seoul_Jongno-gu.svg/200px-Seoul_Jongno-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Seoul_Jongno-gu.svg/300px-Seoul_Jongno-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Seoul_Jongno-gu.svg/400px-Seoul_Jongno-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Jung-gu,_Seoul" class="mw-redirect" title="Jung-gu, Seoul">Jung-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Sogong-dong" title="Sogong-dong">Sogong-dong</a></li>\n<li><a href="/wiki/Hoehyeon-dong" title="Hoehyeon-dong">Hoehyeon-dong</a></li>\n<li><a href="/wiki/Myeong-dong" title="Myeong-dong">Myeong-dong</a></li>\n<li><a href="/wiki/Pil-dong" title="Pil-dong">Pil-dong</a></li>\n<li><a href="/wiki/Jangchung-dong" title="Jangchung-dong">Jangchung-dong</a></li>\n<li><a href="/wiki/Gwanghui-dong" title="Gwanghui-dong">Gwanghui-dong</a></li>\n<li><a href="/wiki/Euljiro-dong" title="Euljiro-dong">Euljiro-dong</a></li>\n<li><a href="/wiki/Sindang-dong" title="Sindang-dong">Sindang-dong</a></li>\n<li><a href="/wiki/Dasan-dong" title="Dasan-dong">Dasan-dong</a></li>\n<li><a href="/wiki/Yaksu-dong" title="Yaksu-dong">Yaksu-dong</a></li>\n<li><a href="/wiki/Cheonggu-dong" title="Cheonggu-dong">Cheonggu-dong</a></li>\n<li><a href="/w/index.php?title=Sindang_5(o)-dong&amp;action=edit&amp;redlink=1" class="new" title="Sindang 5(o)-dong (page does not exist)">Sindang 5(o)-dong</a></li>\n<li><a href="/wiki/Donghwa-dong" title="Donghwa-dong">Donghwa-dong</a></li>\n<li><a href="/wiki/Hwanghak-dong" title="Hwanghak-dong">Hwanghak-dong</a></li>\n<li><a href="/wiki/Jungnim-dong" title="Jungnim-dong">Jungnim-dong</a></li></ul>\n</td>\n<td>Jung-gu is the central district of Seoul, and stretches from Seoul Station on the West to a bit further past Dongdaemun (The Great East Gate) on the East. It takes Cheonggyecheon as it\'s northernmost border, and it stretches south, consuming Myeong-dong and much of Namsan, including Namsan Tower.\n</td>\n<td>\n<ul><li><a href="/wiki/Seoul_City_Hall" title="Seoul City Hall">Seoul City Hall</a></li>\n<li><a href="/wiki/Seoul_Station" title="Seoul Station">Seoul Station</a></li>\n<li><a href="/wiki/Deoksugung" title="Deoksugung">Deoksugung</a></li>\n<li><a href="/wiki/Dongdaemun_Design_Plaza" title="Dongdaemun Design Plaza">Dongdaemun Design Plaza</a></li>\n<li><a href="/wiki/Namdaemun" title="Namdaemun">Namdaemun</a></li>\n<li><a href="/wiki/Myeongdong" class="mw-redirect" title="Myeongdong">Myeongdong</a></li>\n<li><a href="/w/index.php?title=Hwangudan_Park&amp;action=edit&amp;redlink=1" class="new" title="Hwangudan Park (page does not exist)">Hwangudan Park</a></li>\n<li><a href="/wiki/N_Seoul_Tower" title="N Seoul Tower">N Seoul Tower</a></li>\n<li><a href="/wiki/Seoul_Museum_of_Art" title="Seoul Museum of Art">Seoul Museum of Art</a></li></ul>\n</td>\n<td><a href="/wiki/File:Seoul-Deoksugung-09.jpg" class="image"><img alt="Seoul-Deoksugung-09.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Seoul-Deoksugung-09.jpg/200px-Seoul-Deoksugung-09.jpg" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Seoul-Deoksugung-09.jpg/300px-Seoul-Deoksugung-09.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Seoul-Deoksugung-09.jpg/400px-Seoul-Deoksugung-09.jpg 2x" data-file-width="3648" data-file-height="2736" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Jung-gu.svg" class="image"><img alt="Seoul Jung-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Seoul_Jung-gu.svg/200px-Seoul_Jung-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Seoul_Jung-gu.svg/300px-Seoul_Jung-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Seoul_Jung-gu.svg/400px-Seoul_Jung-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Jungnang-gu" class="mw-redirect" title="Jungnang-gu">Jungnang-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Junghwa-dong" title="Junghwa-dong">Junghwa-dong</a></li>\n<li><a href="/wiki/Mangu-dong" title="Mangu-dong">Mangu-dong</a></li>\n<li><a href="/wiki/Muk-dong" title="Muk-dong">Muk-dong</a></li>\n<li><a href="/wiki/Myeonmok-dong" title="Myeonmok-dong">Myeonmok-dong</a></li>\n<li><a href="/wiki/Sangbong-dong" title="Sangbong-dong">Sangbong-dong</a></li>\n<li><a href="/wiki/Sinnae-dong" title="Sinnae-dong">Sinnae-dong</a></li></ul>\n</td>\n<td>\n</td>\n<td>\n<ul><li><a href="/wiki/Yongma_Land" title="Yongma Land">Yongma Land</a></li>\n<li><a href="/w/index.php?title=Nadeuri_Park&amp;action=edit&amp;redlink=1" class="new" title="Nadeuri Park (page does not exist)">Nadeuri Park</a></li></ul>\n</td>\n<td><a href="/wiki/File:Jungang_Line_and_Gyeongchun_Line_03.JPG" class="image"><img alt="Jungang Line and Gyeongchun Line 03.JPG" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Jungang_Line_and_Gyeongchun_Line_03.JPG/200px-Jungang_Line_and_Gyeongchun_Line_03.JPG" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Jungang_Line_and_Gyeongchun_Line_03.JPG/300px-Jungang_Line_and_Gyeongchun_Line_03.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Jungang_Line_and_Gyeongchun_Line_03.JPG/400px-Jungang_Line_and_Gyeongchun_Line_03.JPG 2x" data-file-width="4608" data-file-height="3456" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Jungnang-gu.svg" class="image"><img alt="Seoul Jungnang-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Seoul_Jungnang-gu.svg/200px-Seoul_Jungnang-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Seoul_Jungnang-gu.svg/300px-Seoul_Jungnang-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Seoul_Jungnang-gu.svg/400px-Seoul_Jungnang-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Mapo-gu" class="mw-redirect" title="Mapo-gu">Mapo-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Ahyeon-dong" title="Ahyeon-dong">Ahyeon-dong</a></li>\n<li><a href="/wiki/Changjeon-dong" title="Changjeon-dong">Changjeon-dong</a></li>\n<li><a href="/wiki/Daeheung-dong" class="mw-redirect" title="Daeheung-dong">Daeheung-dong</a></li>\n<li><a href="/wiki/Dangin-dong" title="Dangin-dong">Dangin-dong</a></li>\n<li><a href="/wiki/Dohwa-dong" class="mw-redirect" title="Dohwa-dong">Dohwa-dong</a></li>\n<li><a href="/wiki/Donggyo-dong" title="Donggyo-dong">Donggyo-dong</a></li>\n<li><a href="/wiki/Gongdeok-dong" title="Gongdeok-dong">Gongdeok-dong</a></li>\n<li><a href="/wiki/Gusu-dong" title="Gusu-dong">Gusu-dong</a></li>\n<li><a href="/w/index.php?title=Hajung-dong&amp;action=edit&amp;redlink=1" class="new" title="Hajung-dong (page does not exist)">Hajung-dong</a></li>\n<li><a href="/wiki/Hapjeong-dong" title="Hapjeong-dong">Hapjeong-dong</a></li>\n<li><a href="/wiki/Hyeonseok-dong" title="Hyeonseok-dong">Hyeonseok-dong</a></li>\n<li><a href="/wiki/Jung-dong,_Mapo-gu" class="mw-redirect" title="Jung-dong, Mapo-gu">Jung-dong</a></li>\n<li><a href="/wiki/Mangwon-dong" title="Mangwon-dong">Mangwon-dong</a></li>\n<li><a href="/wiki/Mapo-dong" title="Mapo-dong">Mapo-dong</a></li>\n<li><a href="/wiki/Nogosan-dong" title="Nogosan-dong">Nogosan-dong</a></li>\n<li><a href="/wiki/Sangam-dong" title="Sangam-dong">Sangam-dong</a></li>\n<li><a href="/wiki/Sangsu-dong" title="Sangsu-dong">Sangsu-dong</a></li>\n<li><a href="/wiki/Seogyo-dong" title="Seogyo-dong">Seogyo-dong</a></li>\n<li><a href="/wiki/Seongsan-dong" title="Seongsan-dong">Seongsan-dong</a></li>\n<li><a href="/wiki/Singongdeok-dong" title="Singongdeok-dong">Singongdeok-dong</a></li>\n<li><a href="/wiki/Sinjeong-dong,_Mapo-gu" class="mw-redirect" title="Sinjeong-dong, Mapo-gu">Sinjeong-dong</a></li>\n<li><a href="/wiki/Sinsu-dong" title="Sinsu-dong">Sinsu-dong</a></li>\n<li><a href="/wiki/Tojeong-dong" title="Tojeong-dong">Tojeong-dong</a></li>\n<li><a href="/wiki/Yeomni-dong" title="Yeomni-dong">Yeomni-dong</a></li>\n<li><a href="/wiki/Yeonnam-dong" title="Yeonnam-dong">Yeonnam-dong</a></li>\n<li><a href="/wiki/Yonggang-dong,_Seoul" title="Yonggang-dong, Seoul">Yonggang-dong</a></li></ul>\n</td>\n<td>\n</td>\n<td>\n<ul><li><a href="/wiki/Digital_Media_City" title="Digital Media City">Digital Media City</a></li>\n<li><a href="/wiki/Seoul_World_Cup_Stadium" title="Seoul World Cup Stadium">Seoul World Cup Stadium</a></li>\n<li><a href="/wiki/Hongdae_area" class="mw-redirect" title="Hongdae area">Hongdae area</a></li>\n<li><a href="/w/index.php?title=Gyeongui_Line_Forest_Park&amp;action=edit&amp;redlink=1" class="new" title="Gyeongui Line Forest Park (page does not exist)">Gyeongui Line Forest Park</a></li></ul>\n</td>\n<td><a href="/wiki/File:%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg" class="image"><img alt="공덕로터리 - panoramio.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg/200px-%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg" decoding="async" width="200" height="268" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg/300px-%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg/400px-%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg 2x" data-file-width="1936" data-file-height="2592" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Mapo-gu.svg" class="image"><img alt="Seoul Mapo-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Mapo-gu.svg/200px-Seoul_Mapo-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Mapo-gu.svg/300px-Seoul_Mapo-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Mapo-gu.svg/400px-Seoul_Mapo-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Nowon-gu" class="mw-redirect" title="Nowon-gu">Nowon-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Gongneung-dong" title="Gongneung-dong">Gongneung-dong</a></li>\n<li><a href="/wiki/Hagye-dong" title="Hagye-dong">Hagye-dong</a></li>\n<li><a href="/wiki/Junggye-dong" title="Junggye-dong">Junggye-dong</a></li>\n<li><a href="/wiki/Sanggye-dong" title="Sanggye-dong">Sanggye-dong</a></li>\n<li><a href="/wiki/Wolgye-dong" title="Wolgye-dong">Wolgye-dong</a></li></ul>\n</td>\n<td>Located between Mount <a href="/wiki/Buramsan" title="Buramsan">Buramsan</a> and Mount <a href="/wiki/Suraksan" title="Suraksan">Suraksan</a> to the east, and the <a href="/wiki/Jungnangcheon" title="Jungnangcheon">Jungnangcheon</a> stream to the west, Nowon district is mostly a residential district, which is also known for its many universities, including <a href="/wiki/Seoul_National_University_of_Science_and_Technology" title="Seoul National University of Science and Technology">Seoul National University of Science and Technology</a>, <a href="/wiki/Kwangwoon_University" title="Kwangwoon University">Kwangwoon University</a> or <a href="/wiki/Seoul_Women%27s_University" title="Seoul Women&#39;s University">Seoul Women\'s University</a>.\n</td>\n<td>\n<ul><li><a href="/wiki/Seoul_National_University_of_Technology" class="mw-redirect" title="Seoul National University of Technology">Seoul National University of Technology</a></li>\n<li><a href="/wiki/Seoul_Women%27s_University" title="Seoul Women&#39;s University">Seoul Women\'s University</a></li></ul>\n</td>\n<td><a href="/wiki/File:Korail_seongbuk_station.JPG" class="image"><img alt="Korail seongbuk station.JPG" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Korail_seongbuk_station.JPG/200px-Korail_seongbuk_station.JPG" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Korail_seongbuk_station.JPG/300px-Korail_seongbuk_station.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Korail_seongbuk_station.JPG/400px-Korail_seongbuk_station.JPG 2x" data-file-width="1024" data-file-height="766" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Nowon-gu.svg" class="image"><img alt="Seoul Nowon-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/00/Seoul_Nowon-gu.svg/200px-Seoul_Nowon-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/00/Seoul_Nowon-gu.svg/300px-Seoul_Nowon-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/00/Seoul_Nowon-gu.svg/400px-Seoul_Nowon-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Seocho-gu" class="mw-redirect" title="Seocho-gu">Seocho-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Bangbae-dong" title="Bangbae-dong">Bangbae-dong</a></li>\n<li><a href="/wiki/Banpo-dong" title="Banpo-dong">Banpo-dong</a></li>\n<li><a href="/wiki/Jamwon-dong" title="Jamwon-dong">Jamwon-dong</a></li>\n<li><a href="/wiki/Naegok-dong" title="Naegok-dong">Naegok-dong</a></li>\n<li><a href="/wiki/Seocho-dong" title="Seocho-dong">Seocho-dong</a></li>\n<li><a href="/wiki/Sinwon-dong" title="Sinwon-dong">Sinwon-dong</a></li>\n<li><a href="/wiki/Umyeon-dong" title="Umyeon-dong">Umyeon-dong</a></li>\n<li><a href="/wiki/Wonji-dong" title="Wonji-dong">Wonji-dong</a></li>\n<li><a href="/wiki/Yangjae-dong" title="Yangjae-dong">Yangjae-dong</a></li>\n<li><a href="/wiki/Yeomgok-dong" title="Yeomgok-dong">Yeomgok-dong</a></li></ul>\n</td>\n<td>Seoul\'s largest district is part of the "greater Gangnam" and is one of the busiest areas in Seoul, especially on the eastern part of the district. Seoul\'s largest bus terminal, <a href="/wiki/Seoul_Express_Bus_Terminal" title="Seoul Express Bus Terminal">Seoul Express Bus Terminal</a> is located in the affluent <a href="/wiki/Banpo-dong" title="Banpo-dong">Banpo-dong</a>. However, Seocho\'s southern half is barely populated as it is mostly mountaineous.\n</td>\n<td>\n<ul><li><a href="/wiki/Samsung_Town" title="Samsung Town">Samsung Town</a></li>\n<li><a href="/wiki/Yangjae_Citizens%27_Forest" title="Yangjae Citizens&#39; Forest">Yangjae Citizens\' Forest</a></li>\n<li><a href="/wiki/Seoul_Arts_Center" title="Seoul Arts Center">Seoul Arts Center</a></li>\n<li><a href="/wiki/Seoul_Express_Bus_Terminal" title="Seoul Express Bus Terminal">Seoul Express Bus Terminal</a></li>\n<li><a href="/wiki/Some_Sevit" class="mw-redirect" title="Some Sevit">Some Sevit</a></li></ul>\n</td>\n<td><a href="/wiki/File:KangnamSamsung.jpg" class="image"><img alt="KangnamSamsung.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/76/KangnamSamsung.jpg/200px-KangnamSamsung.jpg" decoding="async" width="200" height="267" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/76/KangnamSamsung.jpg/300px-KangnamSamsung.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/76/KangnamSamsung.jpg/400px-KangnamSamsung.jpg 2x" data-file-width="634" data-file-height="845" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Seocho-gu.svg" class="image"><img alt="Seoul Seocho-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/66/Seoul_Seocho-gu.svg/200px-Seoul_Seocho-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/66/Seoul_Seocho-gu.svg/300px-Seoul_Seocho-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/66/Seoul_Seocho-gu.svg/400px-Seoul_Seocho-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Seodaemun-gu" class="mw-redirect" title="Seodaemun-gu">Seodaemun-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Daesin-dong" class="mw-redirect" title="Daesin-dong">Daesin-dong</a>\n<ul><li><a href="/wiki/Bongwon-dong" title="Bongwon-dong">Bongwon-dong</a></li>\n<li><a href="/wiki/Daehyeon-dong,_Seoul" title="Daehyeon-dong, Seoul">Daehyeon-dong</a></li>\n<li><a href="/wiki/Sinchon-dong,_Seoul" title="Sinchon-dong, Seoul">Sinchon-dong</a></li></ul></li>\n<li><a href="/wiki/Bukgajwa-dong" title="Bukgajwa-dong">Bukgajwa-dong</a></li>\n<li><a href="/wiki/Bugahyeon-dong" title="Bugahyeon-dong">Bugahyeon-dong</a></li>\n<li><a href="/wiki/Changcheon-dong" title="Changcheon-dong">Changcheon-dong</a></li>\n<li><a href="/wiki/Cheonyeon-dong" title="Cheonyeon-dong">Cheonyeon-dong</a>\n<ul><li><a href="/wiki/Hyeonjeo-dong" title="Hyeonjeo-dong">Hyeonjeo-dong</a></li>\n<li><a href="/wiki/Naengcheon-dong" title="Naengcheon-dong">Naengcheon-dong</a></li>\n<li><a href="/wiki/Yeongcheon-dong" title="Yeongcheon-dong">Yeongcheon-dong</a></li>\n<li><a href="/wiki/Okcheon-dong" title="Okcheon-dong">Okcheon-dong</a></li></ul></li>\n<li><a href="/wiki/Chungjeongno-dong" title="Chungjeongno-dong">Chungjeongno-dong</a>\n<ul><li><a href="/wiki/Hap-dong" title="Hap-dong">Hap-dong</a></li>\n<li><a href="/wiki/Migeun-dong" title="Migeun-dong">Migeun-dong</a></li></ul></li>\n<li><a href="/wiki/Hongeun-dong" title="Hongeun-dong">Hongeun-dong</a></li>\n<li><a href="/wiki/Hongje-dong" title="Hongje-dong">Hongje-dong</a></li>\n<li><a href="/wiki/Namgajwa-dong" title="Namgajwa-dong">Namgajwa-dong</a></li>\n<li><a href="/wiki/Yeonhui-dong,_Seoul" title="Yeonhui-dong, Seoul">Yeonhui-dong</a></li></ul>\n</td>\n<td>A heclectic district, center around Mount Ansan. The east part of the district is part of the historic downtown, while the southern part includes the university district of <a href="/wiki/Ehwa_University" class="mw-redirect" title="Ehwa University">Ehwa University</a> and <a href="/wiki/Yonsei_University" title="Yonsei University">Yonsei University</a>. The <a href="/wiki/Seodaemun_prison" class="mw-redirect" title="Seodaemun prison">Seodaemun prison</a> and <a href="/wiki/Independence_Park,_South_Korea" class="mw-redirect" title="Independence Park, South Korea">Independence Park</a> are some of the most famous landmarks in Seodaemun.\n</td>\n<td>\n<ul><li><a href="/wiki/Bongwonsa" title="Bongwonsa">Bongwonsa</a></li>\n<li><a href="/wiki/Seodaemun_prison" class="mw-redirect" title="Seodaemun prison">Seodaemun prison</a></li>\n<li><a href="/wiki/Dongnimmun" class="mw-redirect" title="Dongnimmun">Dongnimmun</a></li>\n<li><a href="/wiki/Yonsei_University" title="Yonsei University">Yonsei University</a></li>\n<li><a href="/wiki/Ewha_Womans_University" title="Ewha Womans University">Ewha Womans University</a></li>\n<li><a href="/wiki/Sinchon" title="Sinchon">Sinchon</a></li>\n<li><a href="/wiki/Independence_Park,_South_Korea" class="mw-redirect" title="Independence Park, South Korea">Independence Park</a></li></ul>\n</td>\n<td><a href="/wiki/File:Seoul-Sinchon-01.jpg" class="image"><img alt="Seoul-Sinchon-01.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/95/Seoul-Sinchon-01.jpg/200px-Seoul-Sinchon-01.jpg" decoding="async" width="200" height="133" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/95/Seoul-Sinchon-01.jpg/300px-Seoul-Sinchon-01.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/95/Seoul-Sinchon-01.jpg/400px-Seoul-Sinchon-01.jpg 2x" data-file-width="1024" data-file-height="681" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Seodaemun-gu.svg" class="image"><img alt="Seoul Seodaemun-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/56/Seoul_Seodaemun-gu.svg/200px-Seoul_Seodaemun-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/56/Seoul_Seodaemun-gu.svg/300px-Seoul_Seodaemun-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/56/Seoul_Seodaemun-gu.svg/400px-Seoul_Seodaemun-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Seongbuk-gu" class="mw-redirect" title="Seongbuk-gu">Seongbuk-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Anam-dong" title="Anam-dong">Anam-dong</a></li>\n<li><a href="/wiki/Bomun-dong" title="Bomun-dong">Bomun-dong</a></li>\n<li><a href="/wiki/Donam-dong" title="Donam-dong">Donam-dong</a></li>\n<li><a href="/wiki/Dongseon-dong" title="Dongseon-dong">Dongseon-dong</a></li>\n<li><a href="/wiki/Dongsomun-dong" title="Dongsomun-dong">Dongsomun-dong</a></li>\n<li><a href="/wiki/Gireum-dong" title="Gireum-dong">Gireum-dong</a></li>\n<li><a href="/wiki/Jangwi-dong" title="Jangwi-dong">Jangwi-dong</a></li>\n<li><a href="/wiki/Jeongneung-dong" title="Jeongneung-dong">Jeongneung-dong</a></li>\n<li><a href="/wiki/Jongam-dong" title="Jongam-dong">Jongam-dong</a></li>\n<li><a href="/wiki/Samseon-dong" title="Samseon-dong">Samseon-dong</a></li>\n<li><a href="/wiki/Sangwolgok-dong" title="Sangwolgok-dong">Sangwolgok-dong</a></li>\n<li><a href="/wiki/Seokgwan-dong" title="Seokgwan-dong">Seokgwan-dong</a></li>\n<li><a href="/wiki/Seongbuk-dong" title="Seongbuk-dong">Seongbuk-dong</a></li>\n<li><a href="/w/index.php?title=Wolgok-dong&amp;action=edit&amp;redlink=1" class="new" title="Wolgok-dong (page does not exist)">Wolgok-dong</a>\n<ul><li><a href="/wiki/Hawolgok-dong" title="Hawolgok-dong">Hawolgok-dong</a></li></ul></li></ul>\n</td>\n<td>Long-inhabited, Seongbuk district it located just North-East of the city center. The prestigious <a href="/wiki/Korea_University" title="Korea University">Korea University</a> is located in the South of the district. While the majority of the district is made up for middle-class residential areas, the district is noted for the gap between the slum-like Bukjeong village, and the expensive residences of <a href="/wiki/Seongbuk-dong" title="Seongbuk-dong">Seongbuk-dong</a>.\n</td>\n<td>\n<ul><li><a href="/wiki/Korea_University" title="Korea University">Korea University</a></li></ul>\n</td>\n<td><a href="/wiki/File:Seoul_Seongbuk-gu_Office.JPG" class="image"><img alt="Seoul Seongbuk-gu Office.JPG" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Seongbuk-gu_Office.JPG/200px-Seoul_Seongbuk-gu_Office.JPG" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Seongbuk-gu_Office.JPG/300px-Seoul_Seongbuk-gu_Office.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Seongbuk-gu_Office.JPG/400px-Seoul_Seongbuk-gu_Office.JPG 2x" data-file-width="3264" data-file-height="2448" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Seongbuk-gu.svg" class="image"><img alt="Seoul Seongbuk-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/42/Seoul_Seongbuk-gu.svg/200px-Seoul_Seongbuk-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/42/Seoul_Seongbuk-gu.svg/300px-Seoul_Seongbuk-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/42/Seoul_Seongbuk-gu.svg/400px-Seoul_Seongbuk-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Seongdong-gu" class="mw-redirect" title="Seongdong-gu">Seongdong-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Doseon-dong" title="Doseon-dong">Doseon-dong</a>\n<ul><li><a href="/wiki/Hongik-dong" title="Hongik-dong">Hongik-dong</a></li></ul></li>\n<li><a href="/wiki/Eungbong-dong" title="Eungbong-dong">Eungbong-dong</a></li>\n<li><a href="/wiki/Haengdang-dong" title="Haengdang-dong">Haengdang-dong</a></li>\n<li><a href="/wiki/Geumho-dong,_Seoul" title="Geumho-dong, Seoul">Geumho-dong</a></li>\n<li><a href="/wiki/Majang-dong" title="Majang-dong">Majang-dong</a></li>\n<li><a href="/wiki/Oksu-dong" title="Oksu-dong">Oksu-dong</a></li>\n<li><a href="/wiki/Sageun-dong" title="Sageun-dong">Sageun-dong</a></li>\n<li><a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu 1ga 1 dong</a></li>\n<li><a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu 1ga 2 dong</a></li>\n<li><a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu 2ga 1-dong</a></li>\n<li><a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu 2ga 3-dong</a></li>\n<li><a href="/wiki/Songjeong-dong,_Seoul" title="Songjeong-dong, Seoul">Songjeong-dong</a></li>\n<li><a href="/wiki/Yongdap-dong" title="Yongdap-dong">Yongdap-dong</a></li>\n<li><a href="/wiki/Wangsimni-dong" title="Wangsimni-dong">Wangsimni-dong</a>\n<ul><li><a href="/wiki/Sangwangsimni-dong" title="Sangwangsimni-dong">Sangwangsimni-dong</a></li>\n<li><a href="/wiki/Hawangsimni-dong" title="Hawangsimni-dong">Hawangsimni-dong</a></li></ul></li></ul>\n</td>\n<td>A diverse district located just east of the historical city center, Seongdong is mostly a middle-class residential neighborhood. At its center is <a href="/wiki/Wangsimni_Station" class="mw-redirect" title="Wangsimni Station">Wangsimni Station</a> a major subway and train station. On the southern end of the district is located <a href="/wiki/Seoul_Forest" title="Seoul Forest">Seoul Forest</a> and the nearby <a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu-dong</a>, an historically manufacturing neighborhood which is currently being gentrified.\n</td>\n<td>\n<ul><li><a href="/wiki/Eungbongsan_(Seoul)" title="Eungbongsan (Seoul)">Eungbongsan</a></li>\n<li><a href="/wiki/Seoul_Forest" title="Seoul Forest">Seoul Forest</a></li>\n<li><a href="/wiki/Wangsimni_Station" class="mw-redirect" title="Wangsimni Station">Wangsimni Station</a></li></ul>\n</td>\n<td><a href="/wiki/File:SMRT_Cheonhodaero.jpg" class="image"><img alt="SMRT Cheonhodaero.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/SMRT_Cheonhodaero.jpg/200px-SMRT_Cheonhodaero.jpg" decoding="async" width="200" height="142" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/SMRT_Cheonhodaero.jpg/300px-SMRT_Cheonhodaero.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a7/SMRT_Cheonhodaero.jpg/400px-SMRT_Cheonhodaero.jpg 2x" data-file-width="800" data-file-height="566" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Seongdong-gu.svg" class="image"><img alt="Seoul Seongdong-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Seoul_Seongdong-gu.svg/200px-Seoul_Seongdong-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Seoul_Seongdong-gu.svg/300px-Seoul_Seongdong-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Seoul_Seongdong-gu.svg/400px-Seoul_Seongdong-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Songpa-gu" class="mw-redirect" title="Songpa-gu">Songpa-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Bangi-dong" title="Bangi-dong">Bangi-dong</a></li>\n<li><a href="/wiki/Garak-dong" title="Garak-dong">Garak-dong</a></li>\n<li><a href="/wiki/Geoyeo-dong" title="Geoyeo-dong">Geoyeo-dong</a></li>\n<li><a href="/wiki/Jamsil-dong" title="Jamsil-dong">Jamsil-dong</a></li>\n<li><a href="/wiki/Jangji-dong" title="Jangji-dong">Jangji-dong</a></li>\n<li><a href="/wiki/Macheon-dong" title="Macheon-dong">Macheon-dong</a></li>\n<li><a href="/wiki/Munjeong-dong" title="Munjeong-dong">Munjeong-dong</a></li>\n<li><a href="/wiki/Ogeum-dong,_Seoul" title="Ogeum-dong, Seoul">Ogeum-dong</a></li>\n<li><a href="/wiki/Pungnap-dong" title="Pungnap-dong">Pungnap-dong</a></li>\n<li><a href="/wiki/Samjeon-dong" title="Samjeon-dong">Samjeon-dong</a></li>\n<li><a href="/wiki/Seokchon-dong" title="Seokchon-dong">Seokchon-dong</a></li>\n<li><a href="/wiki/Sincheon-dong,_Seoul" title="Sincheon-dong, Seoul">Sincheon-dong</a></li>\n<li><a href="/wiki/Songpa-dong" title="Songpa-dong">Songpa-dong</a></li></ul>\n</td>\n<td>The Songpa district, mostly developed during the 1980s, is today the most populated in Seoul. Famous for its sprawling apartment complexes, it hosted most of the competitions during the <a href="/wiki/1988_Summer_Olympics" title="1988 Summer Olympics">1988 Summer Olympics</a> at the <a href="/wiki/Seoul_Sports_Complex" title="Seoul Sports Complex">Seoul Sports Complex</a> and the <a href="/wiki/Olympic_Park,_Seoul" title="Olympic Park, Seoul">Olympic Park</a>. <a href="/wiki/Lotte_World_Tower" title="Lotte World Tower">Lotte World Tower</a>, the world\'s fifrth tallest building, is located in the <a href="/wiki/Jamsil-dong" title="Jamsil-dong">Jamsil</a> neighborhood of the district.\n</td>\n<td>\n<ul><li><a href="/wiki/Olympic_Park,_Seoul" title="Olympic Park, Seoul">Olympic Park</a></li>\n<li><a href="/w/index.php?title=Bangi-dong_Marsh_Area&amp;action=edit&amp;redlink=1" class="new" title="Bangi-dong Marsh Area (page does not exist)">Bangi-dong Marsh Area</a></li>\n<li><a href="/wiki/Lotte_World" title="Lotte World">Lotte World</a></li>\n<li><a href="/wiki/Lotte_World_Tower" title="Lotte World Tower">Lotte World Tower</a></li>\n<li><a href="/w/index.php?title=Seokchon_Lake&amp;action=edit&amp;redlink=1" class="new" title="Seokchon Lake (page does not exist)">Seokchon Lake</a></li>\n<li><a href="/wiki/Seoul_Sports_Complex" title="Seoul Sports Complex">Seoul Sports Complex</a></li>\n<li><a href="/wiki/Garak_Market" title="Garak Market">Garak Market</a></li>\n<li><a href="/wiki/Tancheon" title="Tancheon">Tancheon</a></li>\n<li><a href="/wiki/Wiryeseong" title="Wiryeseong">Wiryeseong</a></li></ul>\n</td>\n<td><a href="/wiki/File:Seoul-Olympic.Park-02.jpg" class="image"><img alt="Seoul-Olympic.Park-02.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Seoul-Olympic.Park-02.jpg/200px-Seoul-Olympic.Park-02.jpg" decoding="async" width="200" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Seoul-Olympic.Park-02.jpg/300px-Seoul-Olympic.Park-02.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Seoul-Olympic.Park-02.jpg/400px-Seoul-Olympic.Park-02.jpg 2x" data-file-width="1600" data-file-height="1200" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Songpa-gu.svg" class="image"><img alt="Seoul Songpa-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Seoul_Songpa-gu.svg/200px-Seoul_Songpa-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Seoul_Songpa-gu.svg/300px-Seoul_Songpa-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Seoul_Songpa-gu.svg/400px-Seoul_Songpa-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Yangcheon-gu" class="mw-redirect" title="Yangcheon-gu">Yangcheon-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Mok-dong" title="Mok-dong">Mok-dong</a></li>\n<li><a href="/wiki/Sinjeong-dong,_Yangcheon_District" class="mw-redirect" title="Sinjeong-dong, Yangcheon District">Sinjeong-dong</a></li>\n<li><a href="/wiki/Sinwol-dong" title="Sinwol-dong">Sinwol-dong</a></li></ul>\n</td>\n<td>Located South of the Han River and on the Western part of time, Yangcheon is a mostly residential district, and is amongst the smallest in Seoul. The <a href="/wiki/Mokdong" class="mw-redirect" title="Mokdong">Mokdong</a> area is famous for its expensive apartment complexes and private educational institutions, as well as its sports complex.\n</td>\n<td>\n<ul><li><a href="/w/index.php?title=Mokdong_Statium&amp;action=edit&amp;redlink=1" class="new" title="Mokdong Statium (page does not exist)">Mokdong Statium</a></li>\n<li><a href="/wiki/Hyperion_Tower" title="Hyperion Tower">Hyperion Tower</a></li>\n<li><a href="/wiki/Seoul_Broadcasting_System" title="Seoul Broadcasting System">SBS</a> Headquarters</li>\n<li><a href="/w/index.php?title=Christian_Broadcasting_System&amp;action=edit&amp;redlink=1" class="new" title="Christian Broadcasting System (page does not exist)">CBS</a> Headquarters</li></ul>\n</td>\n<td><a href="/wiki/File:Mokdong_Yangcheon-gu.JPG" class="image"><img alt="Mokdong Yangcheon-gu.JPG" src="//upload.wikimedia.org/wikipedia/en/thumb/6/6c/Mokdong_Yangcheon-gu.JPG/200px-Mokdong_Yangcheon-gu.JPG" decoding="async" width="200" height="133" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/6c/Mokdong_Yangcheon-gu.JPG/300px-Mokdong_Yangcheon-gu.JPG 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/6c/Mokdong_Yangcheon-gu.JPG/400px-Mokdong_Yangcheon-gu.JPG 2x" data-file-width="1200" data-file-height="800" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Yangcheon-gu.svg" class="image"><img alt="Seoul Yangcheon-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Seoul_Yangcheon-gu.svg/200px-Seoul_Yangcheon-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Seoul_Yangcheon-gu.svg/300px-Seoul_Yangcheon-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Seoul_Yangcheon-gu.svg/400px-Seoul_Yangcheon-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Yeongdeungpo-gu" class="mw-redirect" title="Yeongdeungpo-gu">Yeongdeungpo-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Dangsan-dong" title="Dangsan-dong">Dangsan-dong</a></li>\n<li><a href="/wiki/Daerim-dong" title="Daerim-dong">Daerim-dong</a></li>\n<li><a href="/wiki/Dorim-dong" title="Dorim-dong">Dorim-dong</a></li>\n<li><a href="/wiki/Mullae-dong" title="Mullae-dong">Mullae-dong</a></li>\n<li><a href="/wiki/Singil-dong" title="Singil-dong">Singil-dong</a></li>\n<li><a href="/wiki/Yangpyeong-dong" title="Yangpyeong-dong">Yangpyeong-dong</a></li>\n<li><a href="/wiki/Yeongdeungpo-dong" title="Yeongdeungpo-dong">Yeongdeungpo-dong</a></li>\n<li><a href="/wiki/Yeouido-dong" title="Yeouido-dong">Yeouido-dong</a></li></ul>\n</td>\n<td>Located in the South-West part of the city, Yeongdeungpo is home to a large Chinese community. <a href="/wiki/Yeouido" title="Yeouido">Yeouido</a>, a large island which is home to the <a href="/wiki/National_Assembly_of_Korea" class="mw-redirect" title="National Assembly of Korea">National Assembly of Korea</a> and to the city\'s financial district and many of its tallest skyscrapers, is also part of Yeongdeungpo.\n</td>\n<td>\n<ul><li><a href="/wiki/Bamseom" title="Bamseom">Bamseom</a></li>\n<li><a href="/wiki/Yeouido" title="Yeouido">Yeouido</a></li>\n<li><a href="/wiki/Yeouido_Park" title="Yeouido Park">Yeouido Park</a></li>\n<li><a href="/wiki/National_Assembly_of_South_Korea" class="mw-redirect" title="National Assembly of South Korea">National Assembly of South Korea</a></li>\n<li><a href="/wiki/Seonyudo,_Seoul" title="Seonyudo, Seoul">Seonyudo</a></li>\n<li><a href="/wiki/63_Building" title="63 Building">63 Building</a></li>\n<li><a href="/wiki/International_Financial_Center_Seoul" class="mw-redirect" title="International Financial Center Seoul">International Financial Center Seoul</a></li></ul>\n</td>\n<td><a href="/wiki/File:IFC_Seoul.jpg" class="image"><img alt="IFC Seoul.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/IFC_Seoul.jpg/200px-IFC_Seoul.jpg" decoding="async" width="200" height="113" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/IFC_Seoul.jpg/300px-IFC_Seoul.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f7/IFC_Seoul.jpg/400px-IFC_Seoul.jpg 2x" data-file-width="3264" data-file-height="1836" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Yeongdeungpo-gu.svg" class="image"><img alt="Seoul Yeongdeungpo-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/41/Seoul_Yeongdeungpo-gu.svg/200px-Seoul_Yeongdeungpo-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/41/Seoul_Yeongdeungpo-gu.svg/300px-Seoul_Yeongdeungpo-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/41/Seoul_Yeongdeungpo-gu.svg/400px-Seoul_Yeongdeungpo-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr>\n<tr>\n<td><a href="/wiki/Yongsan-gu" class="mw-redirect" title="Yongsan-gu">Yongsan-gu</a>\n</td>\n<td>\n<ul><li><a href="/wiki/Cheongpa-dong" title="Cheongpa-dong">Cheongpa-dong</a></li>\n<li><a href="/wiki/Hangangno-dong" title="Hangangno-dong">Hangangno-dong</a></li>\n<li><a href="/wiki/Hannam-dong" title="Hannam-dong">Hannam-dong</a></li>\n<li><a href="/wiki/Huam-dong" title="Huam-dong">Huam-dong</a></li>\n<li><a href="/wiki/Hyochang-dong" title="Hyochang-dong">Hyochang-dong</a></li>\n<li><a href="/wiki/Ichon-dong" title="Ichon-dong">Ichon-dong</a></li>\n<li><a href="/wiki/Itaewon" title="Itaewon">Itaewon</a></li>\n<li><a href="/wiki/Namyoung-dong" class="mw-redirect" title="Namyoung-dong">Namyoung-dong</a></li>\n<li><a href="/wiki/Seobinggo-dong" title="Seobinggo-dong">Seobinggo-dong</a></li>\n<li><a href="/wiki/Wonhyoro-dong" title="Wonhyoro-dong">Wonhyoro-dong</a></li>\n<li><a href="/wiki/Yongmun-dong" title="Yongmun-dong">Yongmun-dong</a></li>\n<li><a href="/wiki/Yongsan-dong,_Seoul" title="Yongsan-dong, Seoul">Yongsan-dong</a></li></ul>\n</td>\n<td>Geographically located in the center of Seoul, Yongsan is known for Mount <a href="/wiki/Namsan_(Seoul)" title="Namsan (Seoul)">Namsan</a>, and the <a href="/wiki/Yongsan_Garrison" title="Yongsan Garrison">Yongsan Garrison</a>. A cosmopolitan district, it includes <a href="/wiki/Itaewon" title="Itaewon">Itaewon</a> and the <a href="/wiki/Ichon-dong" title="Ichon-dong">Ichon</a> Japanese Village. <a href="/wiki/Yongsan_Station" class="mw-redirect" title="Yongsan Station">Yongsan Station</a>, a major train station, is also located in the district.\n</td>\n<td>\n<ul><li><a href="/wiki/Itaewon" title="Itaewon">Itaewon</a></li>\n<li><a href="/wiki/War_Memorial_of_Korea" title="War Memorial of Korea">War Memorial of Korea</a></li>\n<li><a href="/wiki/National_Museum_of_Korea" title="National Museum of Korea">National Museum of Korea</a></li>\n<li><a href="/wiki/Yongsan_Electronics_Market" title="Yongsan Electronics Market">Yongsan Electronics Market</a></li>\n<li><a href="/wiki/Yongsan_Garrison" title="Yongsan Garrison">Yongsan Garrison</a></li>\n<li><a href="/wiki/Yongsan_Park" class="mw-redirect" title="Yongsan Park">Yongsan Park</a></li>\n<li><a href="/wiki/Yongsan_Station" class="mw-redirect" title="Yongsan Station">Yongsan Station</a></li></ul>\n</td>\n<td><a href="/wiki/File:Seoul-Yongsan.gu-01.jpg" class="image"><img alt="Seoul-Yongsan.gu-01.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Seoul-Yongsan.gu-01.jpg/200px-Seoul-Yongsan.gu-01.jpg" decoding="async" width="200" height="133" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Seoul-Yongsan.gu-01.jpg/300px-Seoul-Yongsan.gu-01.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Seoul-Yongsan.gu-01.jpg/400px-Seoul-Yongsan.gu-01.jpg 2x" data-file-width="2708" data-file-height="1807" /></a>\n</td>\n<td><a href="/wiki/File:Seoul_Yongsan-gu.svg" class="image"><img alt="Seoul Yongsan-gu.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Seoul_Yongsan-gu.svg/200px-Seoul_Yongsan-gu.svg.png" decoding="async" width="200" height="200" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Seoul_Yongsan-gu.svg/300px-Seoul_Yongsan-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Seoul_Yongsan-gu.svg/400px-Seoul_Yongsan-gu.svg.png 2x" data-file-width="1400" data-file-height="1400" /></a>\n</td></tr></tbody></table>\n<h2><span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit&amp;section=3" title="Edit section: See also">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<ul><li><a href="/wiki/Administrative_Divisions_of_South_Korea" class="mw-redirect" title="Administrative Divisions of South Korea">Administrative Divisions of South Korea</a></li>\n<li><a href="/wiki/Districts_of_South_Korea" class="mw-redirect" title="Districts of South Korea">Districts of South Korea</a></li>\n<li><a href="/wiki/Special_wards_of_Tokyo" title="Special wards of Tokyo">Special wards of Tokyo</a></li>\n<li><a href="/wiki/Borough_(New_York_City)" class="mw-redirect" title="Borough (New York City)">Boroughs of New York City</a></li>\n<li><a href="/wiki/London_borough" class="mw-redirect" title="London borough">London borough</a></li>\n<li><a href="/wiki/Arrondissements_of_Paris" title="Arrondissements of Paris">Arrondissements of Paris</a></li>\n<li><a href="/wiki/Municipalities_of_the_Brussels-Capital_Region" class="mw-redirect" title="Municipalities of the Brussels-Capital Region">Municipalities of the Brussels-Capital Region</a></li></ul>\n<h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit&amp;section=4" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="reflist" style="list-style-type: decimal;">\n<div class="mw-references-wrap"><ol class="references">\n<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://stat.seoul.go.kr/Seoul_System5.jsp?stc_cd=412">"Area and Number of Administrative Units"</a>. <i>Seoul Statistics</i><span class="reference-accessdate">. Retrieved <span class="nowrap">October 13,</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Seoul+Statistics&amp;rft.atitle=Area+and+Number+of+Administrative+Units&amp;rft_id=http%3A%2F%2Fstat.seoul.go.kr%2FSeoul_System5.jsp%3Fstc_cd%3D412&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+districts+of+Seoul" class="Z3988"></span><style data-mw-deduplicate="TemplateStyles:r951705291">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\\"""\\"""\'""\'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg");background-repeat:no-repeat;background-size:12px;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style></span>\n</li>\n<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://stat.seoul.go.kr/octagonweb/jsp/WWS7/WWSDS7100.jsp?re_stc_cd=412&amp;re_lang=kor">"Administrative areas"</a>. <i>Seoul Statistics</i><span class="reference-accessdate">. Retrieved <span class="nowrap">October 13,</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Seoul+Statistics&amp;rft.atitle=Administrative+areas&amp;rft_id=http%3A%2F%2Fstat.seoul.go.kr%2Foctagonweb%2Fjsp%2FWWS7%2FWWSDS7100.jsp%3Fre_stc_cd%3D412%26re_lang%3Dkor&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+districts+of+Seoul" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.citypopulation.de/php/southkorea-seoul.php">"Seoul Metropolitan City"</a>. <i>citypopulation.de</i><span class="reference-accessdate">. Retrieved <span class="nowrap">October 13,</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=citypopulation.de&amp;rft.atitle=Seoul+Metropolitan+City&amp;rft_id=http%3A%2F%2Fwww.citypopulation.de%2Fphp%2Fsouthkorea-seoul.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+districts+of+Seoul" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n</ol></div></div>\n<div role="navigation" class="navbox" aria-labelledby="Seoul" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="3"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Seoul" title="Template:Seoul"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Seoul" title="Template talk:Seoul"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Seoul&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a></li></ul></div><div id="Seoul" style="font-size:114%;margin:0 4em"><a href="/wiki/Seoul" title="Seoul">Seoul</a></div></th></tr><tr><td class="navbox-abovebelow" colspan="3"><div id="*_Culture_*_Economy_*_Education_*_Government_**_Council_**_Mayor_*_History_**_Timeline_*_Mass_media_*_People_*_Religion_*_Sport_*_Transport">\n<ul><li><a href="/wiki/Category:Culture_of_Seoul" title="Category:Culture of Seoul">Culture</a></li>\n<li><a href="/wiki/Seoul#Economy" title="Seoul">Economy</a></li>\n<li><a href="/wiki/Seoul#Education" title="Seoul">Education</a></li>\n<li><a href="/wiki/Seoul_Metropolitan_Government" title="Seoul Metropolitan Government">Government</a>\n<ul><li><a href="/wiki/Seoul_Metropolitan_Council" title="Seoul Metropolitan Council">Council</a></li>\n<li><a href="/wiki/Mayor_of_Seoul" title="Mayor of Seoul">Mayor</a></li></ul></li>\n<li><a href="/wiki/History_of_Seoul" title="History of Seoul">History</a>\n<ul><li><a href="/wiki/Timeline_of_Seoul" title="Timeline of Seoul">Timeline</a></li></ul></li>\n<li><a href="/wiki/Category:Mass_media_in_Seoul" title="Category:Mass media in Seoul">Mass media</a></li>\n<li><a href="/wiki/Category:People_from_Seoul" title="Category:People from Seoul">People</a></li>\n<li><a href="/wiki/Category:Religion_in_Seoul" title="Category:Religion in Seoul">Religion</a></li>\n<li><a href="/wiki/Sports_in_Seoul" title="Sports in Seoul">Sport</a></li>\n<li><a href="/wiki/Transportation_in_Seoul" title="Transportation in Seoul">Transport</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a class="mw-selflink selflink">Districts</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%">North of <a href="/wiki/Han_River_(Korea)" title="Han River (Korea)">Han River</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Dobong_District" title="Dobong District">Dobong</a></li>\n<li><a href="/wiki/Dongdaemun_District" title="Dongdaemun District">Dongdaemun</a></li>\n<li><a href="/wiki/Eunpyeong_District" title="Eunpyeong District">Eunpyeong</a></li>\n<li><a href="/wiki/Gangbuk_District" title="Gangbuk District">Gangbuk</a></li>\n<li><a href="/wiki/Gwangjin_District" title="Gwangjin District">Gwangjin</a></li>\n<li><a href="/wiki/Jongno_District" title="Jongno District">Jongno</a></li>\n<li><a href="/wiki/Jung_District,_Seoul" title="Jung District, Seoul">Jung</a></li>\n<li><a href="/wiki/Jungnang_District" title="Jungnang District">Jungnang</a></li>\n<li><a href="/wiki/Mapo_District" title="Mapo District">Mapo</a></li>\n<li><a href="/wiki/Nowon_District" title="Nowon District">Nowon</a></li>\n<li><a href="/wiki/Seodaemun_District" title="Seodaemun District">Seodaemun</a></li>\n<li><a href="/wiki/Seongbuk_District" title="Seongbuk District">Seongbuk</a></li>\n<li><a href="/wiki/Seongdong_District" title="Seongdong District">Seongdong</a></li>\n<li><a href="/wiki/Yongsan_District" title="Yongsan District">Yongsan</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">South of <a href="/wiki/Han_River_(Korea)" title="Han River (Korea)">Han River</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Dongjak_District" title="Dongjak District">Dongjak</a></li>\n<li><a href="/wiki/Gangdong_District" title="Gangdong District">Gangdong</a></li>\n<li><a href="/wiki/Gangnam_District" title="Gangnam District">Gangnam</a></li>\n<li><a href="/wiki/Gangseo_District,_Seoul" title="Gangseo District, Seoul">Gangseo</a></li>\n<li><a href="/wiki/Geumcheon_District" title="Geumcheon District">Geumcheon</a></li>\n<li><a href="/wiki/Guro_District,_Seoul" title="Guro District, Seoul">Guro</a></li>\n<li><a href="/wiki/Gwanak_District" title="Gwanak District">Gwanak</a></li>\n<li><a href="/wiki/Songpa_District" title="Songpa District">Songpa</a></li>\n<li><a href="/wiki/Seocho_District" title="Seocho District">Seocho</a></li>\n<li><a href="/wiki/Yangcheon_District" title="Yangcheon District">Yangcheon</a></li>\n<li><a href="/wiki/Yeongdeungpo_District" title="Yeongdeungpo District">Yeongdeungpo</a></li></ul>\n</div></td></tr></tbody></table><div></div></td><td class="noviewer navbox-image" rowspan="2" style="width:1px;padding:0px 0px 0px 2px"><div><a href="/wiki/File:Map_Seoul_districts_de.png" class="image" title="Map of the districts of Seoul"><img alt="Map of the districts of Seoul" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Map_Seoul_districts_de.png/60px-Map_Seoul_districts_de.png" decoding="async" width="60" height="60" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Map_Seoul_districts_de.png/90px-Map_Seoul_districts_de.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Map_Seoul_districts_de.png/120px-Map_Seoul_districts_de.png 2x" data-file-width="2760" data-file-height="2760" /></a></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/List_of_neighbourhoods_of_Seoul" title="List of neighbourhoods of Seoul">Neighbourhoods</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Apgujeong-dong" title="Apgujeong-dong">Apgujeong-dong</a></li>\n<li><a href="/wiki/Bukchon_Hanok_Village" title="Bukchon Hanok Village">Bukchon Hanok Village</a></li>\n<li><a href="/wiki/Cheongdam-dong" title="Cheongdam-dong">Cheongdam-dong</a></li>\n<li><a href="/wiki/COEX_Mall" class="mw-redirect" title="COEX Mall">COEX Mall</a></li>\n<li><a href="/wiki/Daehangno" title="Daehangno">Daehangno</a></li>\n<li><a href="/wiki/Heunginjimun" title="Heunginjimun">Dongdaemun</a></li>\n<li><a href="/wiki/Gangnam_(Seoul)" class="mw-redirect" title="Gangnam (Seoul)">Gangnam</a></li>\n<li><a href="/wiki/Garosu-gil" title="Garosu-gil">Garosu-gil</a></li>\n<li><a href="/wiki/Hongdae_area" class="mw-redirect" title="Hongdae area">Hongdae</a></li>\n<li><a href="/wiki/Idae_area" class="mw-redirect" title="Idae area">Idae</a></li>\n<li><a href="/wiki/Insa-dong" title="Insa-dong">Insa-dong</a></li>\n<li><a href="/wiki/Itaewon" title="Itaewon">Itaewon</a></li>\n<li><a href="/wiki/Jongno" title="Jongno">Jongno</a></li>\n<li><a href="/wiki/Munjeong-dong_Rodeo_Street" title="Munjeong-dong Rodeo Street">Munjeong-dong Rodeo Street</a></li>\n<li><a href="/wiki/Namdaemun_Market" title="Namdaemun Market">Namdaemun</a></li>\n<li><a href="/wiki/Seochon" title="Seochon">Seochon</a></li>\n<li><a href="/wiki/Seorae_Village" title="Seorae Village">Seorae Village</a></li>\n<li><a href="/wiki/Sillim" class="mw-redirect" title="Sillim">Sillim</a></li>\n<li><a href="/wiki/Sincheon-dong,_Seoul" title="Sincheon-dong, Seoul">Sincheon</a></li>\n<li><a href="/wiki/Sinchon-dong,_Seoul" title="Sinchon-dong, Seoul">Sinchon</a></li>\n<li><a href="/wiki/Yeouido" title="Yeouido">Yeouido</a></li></ul>\n</div></td></tr></tbody></table></div>\n<!-- \nNewPP limit report\nParsed by mw2228\nCached time: 20201001113247\nCache expiry: 2592000\nDynamic content: false\nComplications: [vary‐revision‐sha1]\nCPU time usage: 0.536 seconds\nReal time usage: 0.734 seconds\nPreprocessor visited node count: 3078/1000000\nPost‐expand include size: 33720/2097152 bytes\nTemplate argument size: 735/2097152 bytes\nHighest expansion depth: 8/40\nExpensive parser function count: 0/500\nUnstrip recursion depth: 1/20\nUnstrip post‐expand size: 11238/5000000 bytes\nLua time usage: 0.227/10.000 seconds\nLua memory usage: 15.04 MB/50 MB\nNumber of Wikibase entities loaded: 0/400\n-->\n<!--\nTransclusion expansion time report (%,ms,calls,template)\n100.00%  406.242      1 -total\n 50.90%  206.785     26 Template:Lang\n 31.10%  126.326      1 Template:Reflist\n 26.34%  107.014      3 Template:Cite_web\n 12.38%   50.300      1 Template:List_of_provincial_level_subdivision_of_South_Korea\n  6.59%   26.758     25 Template:Linktext\n  5.20%   21.127      1 Template:Navbar\n  4.16%   16.909      1 Template:Seoul\n  3.51%   14.248      2 Template:Navbox\n  1.01%    4.103      2 Template:Nowrap\n-->\n\n<!-- Saved in parser cache with key enwiki:pcache:idhash:8684865-0!canonical and timestamp 20201001113246 and revision id 975452685\n -->\n</div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>\n<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_districts_of_Seoul&amp;oldid=975452685">https://en.wikipedia.org/w/index.php?title=List_of_districts_of_Seoul&amp;oldid=975452685</a>"</div></div>\n\t\t<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Geography_of_Seoul" title="Category:Geography of Seoul">Geography of Seoul</a></li><li><a href="/wiki/Category:Government_of_Seoul" title="Category:Government of Seoul">Government of Seoul</a></li><li><a href="/wiki/Category:Districts_of_Seoul" title="Category:Districts of Seoul">Districts of Seoul</a></li><li><a href="/wiki/Category:Seoul-related_lists" title="Category:Seoul-related lists">Seoul-related lists</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden categories: <ul><li><a href="/wiki/Category:Articles_containing_Korean-language_text" title="Category:Articles containing Korean-language text">Articles containing Korean-language text</a></li></ul></div></div>\n\t</div>\n</div>\n<div id=\'mw-data-after-content\'>\n\t<div class="read-more-container"></div>\n</div>\n\n<div id="mw-navigation">\n\t<h2>Navigation menu</h2>\n\t<div id="mw-head">\n\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-personal" class="vector-menu" aria-labelledby="p-personal-label" role="navigation" \n\t >\n\t<h3 id="p-personal-label">\n\t\t<span>Personal tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=List+of+districts+of+Seoul" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=List+of+districts+of+Seoul" title="You&#039;re encouraged to log in; however, it&#039;s not mandatory. [o]" accesskey="o">Log in</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t<div id="left-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-namespaces" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-namespaces-label" role="navigation" \n\t >\n\t<h3 id="p-namespaces-label">\n\t\t<span>Namespaces</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-nstab-main" class="selected"><a href="/wiki/List_of_districts_of_Seoul" title="View the content page [c]" accesskey="c">Article</a></li><li id="ca-talk"><a href="/wiki/Talk:List_of_districts_of_Seoul" rel="discussion" title="Discuss improvements to the content page [t]" accesskey="t">Talk</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-variants" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-variants-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-variants-label" />\n\t<h3 id="p-variants-label">\n\t\t<span>Variants</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t</div>\n\t\t<div id="right-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-views" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-views-label" role="navigation" \n\t >\n\t<h3 id="p-views-label">\n\t\t<span>Views</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-view" class="selected"><a href="/wiki/List_of_districts_of_Seoul">Read</a></li><li id="ca-edit"><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a></li><li id="ca-history"><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-cactions" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-cactions-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-cactions-label" />\n\t<h3 id="p-cactions-label">\n\t\t<span>More</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<div id="p-search" role="search">\n\t<h3 >\n\t\t<label for="searchInput">Search</label>\n\t</h3>\n\t<form action="/w/index.php" id="searchform">\n\t\t<div id="simpleSearch" data-search-loc="header-moved">\n\t\t\t<input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput"/>\n\t\t\t<input type="hidden" name="title" value="Special:Search">\n\t\t\t<input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>\n\t\t\t<input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>\n\t\t</div>\n\t</form>\n</div>\n\n\t\t</div>\n\t</div>\n\t\n<div id="mw-panel">\n\t<div id="p-logo" role="banner">\n\t\t<a  title="Visit the main page" class="mw-wiki-logo" href="/wiki/Main_Page"></a>\n\t</div>\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-navigation" class="vector-menu vector-menu-portal portal portal-first" aria-labelledby="p-navigation-label" role="navigation" \n\t >\n\t<h3 id="p-navigation-label">\n\t\t<span>Navigation</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a href="/wiki/Special:Random" title="Visit a randomly selected article [x]" accesskey="x">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-interaction" class="vector-menu vector-menu-portal portal" aria-labelledby="p-interaction-label" role="navigation" \n\t >\n\t<h3 id="p-interaction-label">\n\t\t<span>Contribute</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]" accesskey="r">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-tb" class="vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation" \n\t >\n\t<h3 id="p-tb-label">\n\t\t<span>Tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/List_of_districts_of_Seoul" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/List_of_districts_of_Seoul" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;oldid=975452685" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=List_of_districts_of_Seoul&amp;id=975452685&amp;wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li><li id="t-wikibase"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q495143" title="Structured data on this page hosted by Wikidata [g]" accesskey="g">Wikidata item</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-coll-print_export" class="vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation" \n\t >\n\t<h3 id="p-coll-print_export-label">\n\t\t<span>Print/export</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=List_of_districts_of_Seoul&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-wikibase-otherprojects" class="vector-menu vector-menu-portal portal" aria-labelledby="p-wikibase-otherprojects-label" role="navigation" \n\t >\n\t<h3 id="p-wikibase-otherprojects-label">\n\t\t<span>In other projects</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Category:Districts_of_Seoul" hreflang="en">Wikimedia Commons</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-lang" class="vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation" \n\t >\n\t<h3 id="p-lang-label">\n\t\t<span>Languages</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-bs"><a href="https://bs.wikipedia.org/wiki/Okruzi_Seoula" title="Okruzi Seoula – Bosnian" lang="bs" hreflang="bs" class="interlanguage-link-target">Bosanski</a></li><li class="interlanguage-link interwiki-ko"><a href="https://ko.wikipedia.org/wiki/%EC%84%9C%EC%9A%B8%ED%8A%B9%EB%B3%84%EC%8B%9C%EC%9D%98_%ED%96%89%EC%A0%95_%EA%B5%AC%EC%97%AD" title="서울특별시의 행정 구역 – Korean" lang="ko" hreflang="ko" class="interlanguage-link-target">한국어</a></li><li class="interlanguage-link interwiki-id"><a href="https://id.wikipedia.org/wiki/Daftar_distrik_di_Seoul" title="Daftar distrik di Seoul – Indonesian" lang="id" hreflang="id" class="interlanguage-link-target">Bahasa Indonesia</a></li><li class="interlanguage-link interwiki-pt"><a href="https://pt.wikipedia.org/wiki/Distritos_de_Seul" title="Distritos de Seul – Portuguese" lang="pt" hreflang="pt" class="interlanguage-link-target">Português</a></li><li class="interlanguage-link interwiki-th"><a href="https://th.wikipedia.org/wiki/%E0%B8%A3%E0%B8%B2%E0%B8%A2%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B9%80%E0%B8%82%E0%B8%95%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%8B%E0%B8%A5" title="รายชื่อเขตของโซล – Thai" lang="th" hreflang="th" class="interlanguage-link-target">ไทย</a></li><li class="interlanguage-link interwiki-vi"><a href="https://vi.wikipedia.org/wiki/Danh_s%C3%A1ch_qu%E1%BA%ADn_c%E1%BB%A7a_Seoul" title="Danh sách quận của Seoul – Vietnamese" lang="vi" hreflang="vi" class="interlanguage-link-target">Tiếng Việt</a></li></ul>\n\t\t<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q495143#sitelinks-wikipedia" title="Edit interlanguage links" class="wbc-editpage">Edit links</a></span></div>\n\t</div>\n</nav>\n\n</div>\n\n</div>\n<footer id="footer" class="mw-footer" role="contentinfo" >\n\t<ul id="footer-info" >\n\t\t<li id="footer-info-lastmod"> This page was last edited on 28 August 2020, at 16:04<span class="anonymous-show">&#160;(UTC)</span>.</li>\n\t\t<li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;\nadditional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>\n\t</ul>\n\t<ul id="footer-places" >\n\t\t<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>\n\t\t<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>\n\t\t<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>\n\t\t<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>\n\t\t<li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=List_of_districts_of_Seoul&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>\n\t\t<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>\n\t\t<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>\n\t\t<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>\n\t</ul>\n\t<ul id="footer-icons" class="noprint">\n\t\t<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>\n\t\t<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>\n\t</ul>\n\t<div style="clear: both;"></div>\n</footer>\n\n\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.536","walltime":"0.734","ppvisitednodes":{"value":3078,"limit":1000000},"postexpandincludesize":{"value":33720,"limit":2097152},"templateargumentsize":{"value":735,"limit":2097152},"expansiondepth":{"value":8,"limit":40},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":11238,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%  406.242      1 -total"," 50.90%  206.785     26 Template:Lang"," 31.10%  126.326      1 Template:Reflist"," 26.34%  107.014      3 Template:Cite_web"," 12.38%   50.300      1 Template:List_of_provincial_level_subdivision_of_South_Korea","  6.59%   26.758     25 Template:Linktext","  5.20%   21.127      1 Template:Navbar","  4.16%   16.909      1 Template:Seoul","  3.51%   14.248      2 Template:Navbox","  1.01%    4.103      2 Template:Nowrap"]},"scribunto":{"limitreport-timeusage":{"value":"0.227","limit":"10.000"},"limitreport-memusage":{"value":15772202,"limit":52428800}},"cachereport":{"origin":"mw2228","timestamp":"20201001113247","ttl":2592000,"transientcontent":false}}});});</script>\n<script type="application/ld+json">{"@context":"https:\\/\\/schema.org","@type":"Article","name":"List of districts of Seoul","url":"https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_districts_of_Seoul","sameAs":"http:\\/\\/www.wikidata.org\\/entity\\/Q495143","mainEntity":"http:\\/\\/www.wikidata.org\\/entity\\/Q495143","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\\/\\/www.wikimedia.org\\/static\\/images\\/wmf-hor-googpub.png"}},"datePublished":"2006-12-31T05:01:22Z","dateModified":"2020-08-28T16:04:37Z","headline":"Wikimedia list article"}</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":134,"wgHostname":"mw2240"});});</script>\n</body></html>'
In [15]:
soup = BeautifulSoup(web_page)
soup
Out[15]:
<!DOCTYPE html>
<html class="client-nojs" dir="ltr" lang="en">
<head>
<meta charset="utf-8"/>
<title>List of districts of Seoul - Wikipedia</title>
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"e4a6d84e-9cc0-44f3-80f7-772602de07ae","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_districts_of_Seoul","wgTitle":"List of districts of Seoul","wgCurRevisionId":975452685,"wgRevisionId":975452685,"wgArticleId":8684865,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Articles containing Korean-language text","Geography of Seoul","Government of Seoul","Districts of Seoul","Seoul-related lists"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"List_of_districts_of_Seoul","wgRelevantArticleId":8684865,
"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q495143"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.cite.styles":"ready","skins.vector.styles.legacy":"ready","jquery.tablesorter.styles":"ready",
"jquery.makeCollapsible.styles":"ready","mediawiki.toc.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","site","mediawiki.page.ready","jquery.tablesorter","jquery.makeCollapsible","mediawiki.toc","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init","ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});});</script>
<link href="/w/load.php?lang=en&amp;modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cjquery.tablesorter.styles%7Cmediawiki.toc.styles%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector" rel="stylesheet"/>
<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
<meta content="" name="ResourceLoaderDynamicStyles"/>
<link href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector" rel="stylesheet"/>
<meta content="MediaWiki 1.36.0-wmf.10" name="generator"/>
<meta content="origin" name="referrer"/>
<meta content="origin-when-crossorigin" name="referrer"/>
<meta content="origin-when-cross-origin" name="referrer"/>
<link href="//en.m.wikipedia.org/wiki/List_of_districts_of_Seoul" media="only screen and (max-width: 720px)" rel="alternate"/>
<link href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit" rel="alternate" title="Edit this page" type="application/x-wiki"/>
<link href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit" rel="edit" title="Edit this page"/>
<link href="/static/apple-touch/wikipedia.png" rel="apple-touch-icon"/>
<link href="/static/favicon/wikipedia.ico" rel="shortcut icon"/>
<link href="/w/opensearch_desc.php" rel="search" title="Wikipedia (en)" type="application/opensearchdescription+xml"/>
<link href="//en.wikipedia.org/w/api.php?action=rsd" rel="EditURI" type="application/rsd+xml"/>
<link href="//creativecommons.org/licenses/by-sa/3.0/" rel="license"/>
<link href="https://en.wikipedia.org/wiki/List_of_districts_of_Seoul" rel="canonical"/>
<link href="//login.wikimedia.org" rel="dns-prefetch"/>
<link href="//meta.wikimedia.org" rel="dns-prefetch"/>
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-List_of_districts_of_Seoul rootpage-List_of_districts_of_Seoul skin-vector action-view skin-vector-legacy"><div class="noprint" id="mw-page-base"></div>
<div class="noprint" id="mw-head-base"></div>
<div class="mw-body" id="content" role="main">
<a id="top"></a>
<div class="mw-body-content" id="siteNotice"><!-- CentralNotice --></div>
<div class="mw-indicators mw-body-content">
</div>
<h1 class="firstHeading" id="firstHeading" lang="en">List of districts of Seoul</h1>
<div class="mw-body-content" id="bodyContent">
<div class="noprint" id="siteSub">From Wikipedia, the free encyclopedia</div>
<div id="contentSub"></div>
<div id="contentSub2"></div>
<div id="jump-to-nav"></div>
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
<div class="mw-content-ltr" dir="ltr" id="mw-content-text" lang="en"><div class="mw-parser-output"><table class="infobox" style="text-align:center; font-size:0.9em; line-height:1.3em;">
<tbody><tr>
<th style="background:#cbdcff; line-height:1.2em; padding:5px;"><span class="nowrap">Provincial-level</span> subdivisions<br/>of <span class="nowrap">South Korea</span>
</th></tr>
<tr>
<th style="background:#e2ebff; padding:3px;"><a href="/wiki/Provinces_of_South_Korea" title="Provinces of South Korea">Provinces</a>
</th></tr>
<tr>
<td><a href="/wiki/List_of_cities_and_counties_of_North_Chungcheong_Province" title="List of cities and counties of North Chungcheong Province">North Chungcheong</a>
</td></tr>
<tr>
<td><a href="/wiki/List_of_cities_and_counties_of_South_Chungcheong_Province" title="List of cities and counties of South Chungcheong Province">South Chungcheong</a>
</td></tr>
<tr>
<td><a class="new" href="/w/index.php?title=List_of_cities_and_counties_of_Gangwon_Province_(South_Korea)&amp;action=edit&amp;redlink=1" title="List of cities and counties of Gangwon Province (South Korea) (page does not exist)">Gangwon</a>
</td></tr>
<tr>
<td><a href="/wiki/List_of_cities_and_counties_of_Gyeonggi_Province" title="List of cities and counties of Gyeonggi Province">Gyeonggi</a>
</td></tr>
<tr>
<td><a class="new" href="/w/index.php?title=List_of_cities_and_counties_of_North_Gyeongsang_Province&amp;action=edit&amp;redlink=1" title="List of cities and counties of North Gyeongsang Province (page does not exist)">North Gyeongsang</a>
</td></tr>
<tr>
<td><a class="new" href="/w/index.php?title=List_of_cities_and_counties_of_South_Gyeongsang_Province&amp;action=edit&amp;redlink=1" title="List of cities and counties of South Gyeongsang Province (page does not exist)">South Gyeongsang</a>
</td></tr>
<tr>
<td><a href="/wiki/List_of_cities_of_Jeju_Province" title="List of cities of Jeju Province">Jeju</a>
</td></tr>
<tr>
<td><a class="new" href="/w/index.php?title=List_of_cities_and_counties_of_North_Jeolla_Province&amp;action=edit&amp;redlink=1" title="List of cities and counties of North Jeolla Province (page does not exist)">North Jeolla</a>
</td></tr>
<tr>
<td><a href="/wiki/List_of_cities_and_counties_of_South_Jeolla_Province" title="List of cities and counties of South Jeolla Province">South Jeolla</a>
</td></tr>
<tr>
<th style="background:#e2ebff; padding:4px;"><a class="mw-redirect" href="/wiki/Special_cities_of_South_Korea" title="Special cities of South Korea">Cities</a>
</th></tr>
<tr>
<td><a class="new" href="/w/index.php?title=List_of_districts_and_county_of_Busan&amp;action=edit&amp;redlink=1" title="List of districts and county of Busan (page does not exist)">Busan</a>
</td></tr>
<tr>
<td><a href="/wiki/List_of_districts_and_county_of_Daegu" title="List of districts and county of Daegu">Daegu</a>
</td></tr>
<tr>
<td><a class="new" href="/w/index.php?title=List_of_districts_of_Daejeon&amp;action=edit&amp;redlink=1" title="List of districts of Daejeon (page does not exist)">Daejeon</a>
</td></tr>
<tr>
<td><a href="/wiki/List_of_districts_of_Gwangju" title="List of districts of Gwangju">Gwangju</a>
</td></tr>
<tr>
<td><a href="/wiki/List_of_districts_and_counties_of_Incheon" title="List of districts and counties of Incheon">Incheon</a>
</td></tr>
<tr>
<td><a href="/wiki/List_of_subdivisions_of_Sejong" title="List of subdivisions of Sejong">Sejong</a>
</td></tr>
<tr>
<td><a class="mw-selflink selflink">Seoul</a>
</td></tr>
<tr>
<td><a class="new" href="/w/index.php?title=List_of_districts_and_county_of_Ulsan&amp;action=edit&amp;redlink=1" title="List of districts and county of Ulsan (page does not exist)">Ulsan</a>
</td></tr>
<tr>
<th style="background:#cbdcff; padding:4px;"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:List_of_provincial_level_subdivision_of_South_Korea" title="Template:List of provincial level subdivision of South Korea"><abbr title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:List_of_provincial_level_subdivision_of_South_Korea" title="Template talk:List of provincial level subdivision of South Korea"><abbr title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:List_of_provincial_level_subdivision_of_South_Korea&amp;action=edit"><abbr title="Edit this template">e</abbr></a></li></ul></div>
</th></tr></tbody></table>
<p>The <b>Districts (<i>Gu</i>) of Seoul</b> are the twenty-five <i><a href="/wiki/Administrative_divisions_of_South_Korea#Gu_(District)" title="Administrative divisions of South Korea">gu</a></i> ("districts"; 구; <span lang="ko" title="Korean language text">區</span>) comprising <a href="/wiki/Seoul" title="Seoul">Seoul</a>, <a href="/wiki/South_Korea" title="South Korea">South Korea</a>.  The <i>gu</i> vary greatly in area (from 10 to 47 km²) and population (from less than 140,000 to 630,000). <a class="mw-redirect" href="/wiki/Songpa-gu" title="Songpa-gu">Songpa</a> is the most populated, while <a class="mw-redirect" href="/wiki/Seocho-gu" title="Seocho-gu">Seocho</a> has the largest area.  Gu are similar to <a href="/wiki/London" title="London">London</a>'s or <a href="/wiki/New_York_City" title="New York City">New York</a>'s <a href="/wiki/Borough" title="Borough">boroughs</a> or <a href="/wiki/Tokyo" title="Tokyo">Tokyo</a>'s <a class="mw-redirect" href="/wiki/Special_Wards_of_Tokyo" title="Special Wards of Tokyo">23 special wards</a>, and a gu's government handles many of the functions that are handled by city governments in other jurisdictions.  This city-like standing is underscored by the fact that each gu has its own <a href="/wiki/Legislative_council" title="Legislative council">legislative council</a>, <a href="/wiki/Mayor" title="Mayor">mayor</a> and <a class="mw-redirect" href="/wiki/Sister_cities" title="Sister cities">sister cities</a>.  
Each <i>gu</i> is further divided into <i><a href="/wiki/Dong_(administrative_division)" title="Dong (administrative division)">dong</a></i> or neighborhoods.  Some <i>gu</i> have only a few <i>dong</i> while others (like <a class="mw-redirect" href="/wiki/Jongno-gu" title="Jongno-gu">Jongno-gu</a>) have a very large number of distinct neighborhoods.
</p>
<div aria-labelledby="mw-toc-heading" class="toc" id="toc" role="navigation"><input class="toctogglecheckbox" id="toctogglecheckbox" role="button" style="display:none" type="checkbox"/><div class="toctitle" dir="ltr" lang="en"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#List_by_population_and_area"><span class="tocnumber">1</span> <span class="toctext">List by population and area</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#General_information"><span class="tocnumber">2</span> <span class="toctext">General information</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#See_also"><span class="tocnumber">3</span> <span class="toctext">See also</span></a></li>
<li class="toclevel-1 tocsection-4"><a href="#References"><span class="tocnumber">4</span> <span class="toctext">References</span></a></li>
</ul>
</div>
<h2><span class="mw-headline" id="List_by_population_and_area">List by population and area</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit&amp;section=1" title="Edit section: List by population and area">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p><i>2014 estimate by Seoul Statistics</i>.<sup class="reference" id="cite_ref-1"><a href="#cite_note-1">[1]</a></sup><sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup><sup class="reference" id="cite_ref-3"><a href="#cite_note-3">[3]</a></sup>
</p>
<table class="wikitable sortable">
<tbody><tr>
<th>Name</th>
<th>Population</th>
<th>Area</th>
<th>Population density
</th></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Dobong-gu" title="Dobong-gu">Dobong-gu</a> (도봉구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%81%93" title="wikt:道">道</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B3%B0" title="wikt:峰">峰</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>355,712
</td>
<td>20.70 km²
</td>
<td>17184/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Dongdaemun-gu" title="Dongdaemun-gu">Dongdaemun-gu</a> (동대문구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%B1" title="wikt:東">東</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%A4%A7" title="wikt:大">大</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%96%80" title="wikt:門">門</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>376,319
</td>
<td>14.21 km²
</td>
<td>26483/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Dongjak-gu" title="Dongjak-gu">Dongjak-gu</a> (동작구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%8A%85" title="wikt:銅">銅</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%9B%80" title="wikt:雀">雀</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>419,261
</td>
<td>16.35 km²
</td>
<td>25643/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Eunpyeong-gu" title="Eunpyeong-gu">Eunpyeong-gu</a> (은평구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%81%A9" title="wikt:恩">恩</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B9%B3" title="wikt:平">平</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>503,243
</td>
<td>29.70 km²
</td>
<td>16944/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangbuk-gu" title="Gangbuk-gu">Gangbuk-gu</a> (강북구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8C%97" title="wikt:北">北</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>338,410
</td>
<td>23.60 km²
</td>
<td>14339/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangdong-gu" title="Gangdong-gu">Gangdong-gu</a> (강동구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%B1" title="wikt:東">東</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>481,332
</td>
<td>24.59 km²
</td>
<td>19574/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangnam-gu" title="Gangnam-gu">Gangnam-gu</a> (강남구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%97" title="wikt:南">南</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>583,446
</td>
<td>39.50 km²
</td>
<td>14771/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangseo-gu,_Seoul" title="Gangseo-gu, Seoul">Gangseo-gu</a> (강서구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%A5%BF" title="wikt:西">西</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>591,653
</td>
<td>41.43 km²
</td>
<td>14281/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Geumcheon-gu" title="Geumcheon-gu">Geumcheon-gu</a> (금천구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%A1%BF" title="wikt:衿">衿</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B7%9D" title="wikt:川">川</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>258,030
</td>
<td>13.02 km²
</td>
<td>19818/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Guro-gu" title="Guro-gu">Guro-gu</a> (구로구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E4%B9%9D" title="wikt:九">九</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%80%81" title="wikt:老">老</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>457,131
</td>
<td>20.12 km²
</td>
<td>22720/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gwanak-gu" title="Gwanak-gu">Gwanak-gu</a> (관악구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%86%A0" title="wikt:冠">冠</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B2%B3" title="wikt:岳">岳</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>531,960
</td>
<td>29.57 km²
</td>
<td>17990/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gwangjin-gu" title="Gwangjin-gu">Gwangjin-gu</a> (광진구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%BB%A3" title="wikt:廣">廣</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B4%A5" title="wikt:津">津</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>377,375
</td>
<td>17.06 km²
</td>
<td>22120/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Jongno-gu" title="Jongno-gu">Jongno-gu</a> (종로구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%8D%BE" title="wikt:鍾">鍾</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%B7%AF" title="wikt:路">路</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>165,344
</td>
<td>23.91 km²
</td>
<td>6915/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Jung-gu,_Seoul" title="Jung-gu, Seoul">Jung-gu</a> (중구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E4%B8%AD" title="wikt:中">中</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>136,227
</td>
<td>9.96 km²
</td>
<td>13677/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Jungnang-gu" title="Jungnang-gu">Jungnang-gu</a> (중랑구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E4%B8%AD" title="wikt:中">中</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B5%AA" title="wikt:浪">浪</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>423,411
</td>
<td>18.50 km²
</td>
<td>22887/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Mapo-gu" title="Mapo-gu">Mapo-gu</a> (마포구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%BA%BB" title="wikt:麻">麻</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B5%A6" title="wikt:浦">浦</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>395,830
</td>
<td>23.84 km²
</td>
<td>16604/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Nowon-gu" title="Nowon-gu">Nowon-gu</a> (노원구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%98%86" title="wikt:蘆">蘆</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8E%9F" title="wikt:原">原</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>586,056
</td>
<td>35.44 km²
</td>
<td>16536/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seocho-gu" title="Seocho-gu">Seocho-gu</a> (서초구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E7%91%9E" title="wikt:瑞">瑞</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%8D%89" title="wikt:草">草</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>454,288
</td>
<td>47.00 km²
</td>
<td>9666/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seodaemun-gu" title="Seodaemun-gu">Seodaemun-gu</a> (서대문구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%A5%BF" title="wikt:西">西</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%A4%A7" title="wikt:大">大</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%96%80" title="wikt:門">門</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>320,861
</td>
<td>17.61 km²
</td>
<td>18220/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seongbuk-gu" title="Seongbuk-gu">Seongbuk-gu</a> (성북구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%9F%8E" title="wikt:城">城</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8C%97" title="wikt:北">北</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>475,961
</td>
<td>24.58 km²
</td>
<td>19364/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seongdong-gu" title="Seongdong-gu">Seongdong-gu</a> (성동구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%9F%8E" title="wikt:城">城</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%B1" title="wikt:東">東</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>303,891
</td>
<td>16.86 km²
</td>
<td>19364/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Songpa-gu" title="Songpa-gu">Songpa-gu</a> (송파구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%BE" title="wikt:松">松</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%9D%A1" title="wikt:坡">坡</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>671,794
</td>
<td>33.88 km²
</td>
<td>19829/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Yangcheon-gu" title="Yangcheon-gu">Yangcheon-gu</a> (양천구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%99%BD" title="wikt:陽">陽</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B7%9D" title="wikt:川">川</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>490,708
</td>
<td>17.40 km²
</td>
<td>28202/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Yeongdeungpo-gu" title="Yeongdeungpo-gu">Yeongdeungpo-gu</a> (영등포구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B0%B8" title="wikt:永">永</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E7%99%BB" title="wikt:登">登</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B5%A6" title="wikt:浦">浦</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>421,436
</td>
<td>24.53 km²
</td>
<td>17180/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Yongsan-gu" title="Yongsan-gu">Yongsan-gu</a> (용산구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%BE%8D" title="wikt:龍">龍</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B1%B1" title="wikt:山">山</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>249,914
</td>
<td>21.87 km²
</td>
<td>11427/km²
</td></tr>
<tr class="sortbottom">
<td><b>Seoul</b> (서울)
</td>
<td><b>10,369,593</b>
</td>
<td><b>605.21 km²</b>
</td>
<td><b>17134/km²</b>
</td></tr></tbody></table>
<h2><span class="mw-headline" id="General_information">General information</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit&amp;section=2" title="Edit section: General information">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<table class="wikitable sortable">
<tbody><tr>
<th>Name</th>
<th>Dong</th>
<th>General Information</th>
<th>Points of Interest</th>
<th>Image</th>
<th>Location
</th></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Dobong-gu" title="Dobong-gu">Dobong-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Dobong-dong" title="Dobong-dong">Dobong-dong</a></li>
<li><a href="/wiki/Banghak-dong" title="Banghak-dong">Banghak-dong</a></li>
<li><a href="/wiki/Ssangmun-dong" title="Ssangmun-dong">Ssangmun-dong</a></li>
<li><a href="/wiki/Chang-dong" title="Chang-dong">Chang-dong</a></li></ul>
</td>
<td>Located in the northeastern part of the city, Dobong is a largely residential district, which has been part of Seoul since 1963. Located next to its namesake <a href="/wiki/Dobongsan" title="Dobongsan">Dobongsan</a>, the district is expected to benefit from urban development projects near <a href="/wiki/Chang-dong_station" title="Chang-dong station">Chang-dong station</a>.
</td>
<td>
<ul><li><a href="/wiki/Dobongsan" title="Dobongsan">Dobongsan</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Seoul_subway_line4_Chang-dong_station_platform.jpg"><img alt="Seoul subway line4 Chang-dong station platform.jpg" data-file-height="591" data-file-width="788" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Seoul_subway_line4_Chang-dong_station_platform.jpg/200px-Seoul_subway_line4_Chang-dong_station_platform.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Seoul_subway_line4_Chang-dong_station_platform.jpg/300px-Seoul_subway_line4_Chang-dong_station_platform.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Seoul_subway_line4_Chang-dong_station_platform.jpg/400px-Seoul_subway_line4_Chang-dong_station_platform.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Dobong-gu.svg"><img alt="Seoul Dobong-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Seoul_Dobong-gu.svg/200px-Seoul_Dobong-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Seoul_Dobong-gu.svg/300px-Seoul_Dobong-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Seoul_Dobong-gu.svg/400px-Seoul_Dobong-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Dongdaemun-gu" title="Dongdaemun-gu">Dongdaemun-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Cheongnyangni-dong" title="Cheongnyangni-dong">Cheongnyangni-dong</a></li>
<li><a href="/wiki/Dapsimni-dong" title="Dapsimni-dong">Dapsimni-dong</a></li>
<li><a href="/wiki/Hoegi-dong" title="Hoegi-dong">Hoegi-dong</a></li>
<li><a href="/wiki/Hwigyeong-dong" title="Hwigyeong-dong">Hwigyeong-dong</a></li>
<li><a href="/wiki/Imun-dong" title="Imun-dong">Imun-dong</a></li>
<li><a href="/wiki/Jegi-dong" title="Jegi-dong">Jegi-dong</a></li>
<li><a href="/wiki/Jangan-dong" title="Jangan-dong">Jangan-dong</a></li>
<li><a href="/wiki/Jeonnong-dong" title="Jeonnong-dong">Jeonnong-dong</a></li>
<li><a href="/wiki/Sinseol-dong" title="Sinseol-dong">Sinseol-dong</a></li>
<li><a href="/wiki/Yongdu-dong" title="Yongdu-dong">Yongdu-dong</a></li></ul>
</td>
<td>Despite its name (Large East Gate), Dongdaemun district does not include the East gate of Seoul, also known as <a href="/wiki/Heunginjimun" title="Heunginjimun">Dongdaemun</a> (and by its official name Heunginjimun). Incorportated into Seoul in 1936, the heart of the district is <a href="/wiki/Cheongnyangni_station" title="Cheongnyangni station">Cheongnyangni station</a>, one of the main train stations in Seoul, built in 1911.
</td>
<td>
<ul><li><a class="mw-redirect" href="/wiki/Cheongnyangni_Station" title="Cheongnyangni Station">Cheongnyangni Station</a></li>
<li><a href="/wiki/Gyeongdong_Market" title="Gyeongdong Market">Gyeongdong Market</a></li>
<li><a class="new" href="/w/index.php?title=Hongneung_Park(Arboretum)&amp;action=edit&amp;redlink=1" title="Hongneung Park(Arboretum) (page does not exist)">Hongneung Park(Arboretum)</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Korea-Seoul-Gyeongdong_Market-01.jpg"><img alt="Korea-Seoul-Gyeongdong Market-01.jpg" data-file-height="2304" data-file-width="3072" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Korea-Seoul-Gyeongdong_Market-01.jpg/200px-Korea-Seoul-Gyeongdong_Market-01.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Korea-Seoul-Gyeongdong_Market-01.jpg/300px-Korea-Seoul-Gyeongdong_Market-01.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/23/Korea-Seoul-Gyeongdong_Market-01.jpg/400px-Korea-Seoul-Gyeongdong_Market-01.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Dongdaemun-gu.svg"><img alt="Seoul Dongdaemun-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/39/Seoul_Dongdaemun-gu.svg/200px-Seoul_Dongdaemun-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/39/Seoul_Dongdaemun-gu.svg/300px-Seoul_Dongdaemun-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/39/Seoul_Dongdaemun-gu.svg/400px-Seoul_Dongdaemun-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Dongjak-gu" title="Dongjak-gu">Dongjak-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Bon-dong" title="Bon-dong">Bon-dong</a></li>
<li><a href="/wiki/Daebang-dong" title="Daebang-dong">Daebang-dong</a></li>
<li><a href="/wiki/Dongjak-dong" title="Dongjak-dong">Dongjak-dong</a></li>
<li><a href="/wiki/Heukseok-dong" title="Heukseok-dong">Heukseok-dong</a></li>
<li><a href="/wiki/Noryangjin-dong" title="Noryangjin-dong">Noryangjin-dong</a></li>
<li><a href="/wiki/Sadang-dong" title="Sadang-dong">Sadang-dong</a></li>
<li><a href="/wiki/Sangdo-dong" title="Sangdo-dong">Sangdo-dong</a></li>
<li><a href="/wiki/Sindaebang-dong" title="Sindaebang-dong">Sindaebang-dong</a></li></ul>
</td>
<td>Located just south of the <a href="/wiki/Han_River_(Korea)" title="Han River (Korea)">Han river</a>, Dongjak-gu is mostly residential, but also includes the commercial <a class="mw-redirect" href="/wiki/Noryangjin" title="Noryangjin">Noryangjin</a> area. The small Seodalsan mountain, where the <a href="/wiki/Seoul_National_Cemetery" title="Seoul National Cemetery">Seoul National Cemetery</a> is located, is located in the middle of the district.
</td>
<td>
<ul><li><a href="/wiki/Seoul_National_Cemetery" title="Seoul National Cemetery">Seoul National Cemetery</a></li>
<li><a class="mw-redirect" href="/wiki/Noryangjin_Fish_Market" title="Noryangjin Fish Market">Noryangjin Fish Market</a></li>
<li><a class="new" href="/w/index.php?title=Boramae_Park&amp;action=edit&amp;redlink=1" title="Boramae Park (page does not exist)">Boramae Park</a></li>
<li><a class="new" href="/w/index.php?title=Sayuksin_Park&amp;action=edit&amp;redlink=1" title="Sayuksin Park (page does not exist)">Sayuksin Park</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Hangang_Railway_Bridge,_Seoul,_Korea.jpg"><img alt="Hangang Railway Bridge, Seoul, Korea.jpg" data-file-height="1920" data-file-width="2560" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg/200px-Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg/300px-Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a9/Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg/400px-Hangang_Railway_Bridge%2C_Seoul%2C_Korea.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Dongjak-gu.svg"><img alt="Seoul Dongjak-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Seoul_Dongjak-gu.svg/200px-Seoul_Dongjak-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Seoul_Dongjak-gu.svg/300px-Seoul_Dongjak-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Seoul_Dongjak-gu.svg/400px-Seoul_Dongjak-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Eunpyeong-gu" title="Eunpyeong-gu">Eunpyeong-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Bulgwang-dong" title="Bulgwang-dong">Bulgwang-dong</a></li>
<li><a href="/wiki/Daejo-dong" title="Daejo-dong">Daejo-dong</a></li>
<li><a href="/wiki/Eungam-dong" title="Eungam-dong">Eungam-dong</a></li>
<li><a class="mw-redirect" href="/wiki/Galhyeon-dong" title="Galhyeon-dong">Galhyeon-dong</a></li>
<li><a href="/wiki/Gusan-dong" title="Gusan-dong">Gusan-dong</a></li>
<li><a href="/wiki/Jeungsan-dong" title="Jeungsan-dong">Jeungsan-dong</a></li>
<li><a href="/wiki/Jingwan-dong" title="Jingwan-dong">Jingwan-dong</a></li>
<li><a href="/wiki/Nokbeon-dong" title="Nokbeon-dong">Nokbeon-dong</a></li>
<li><a class="new" href="/w/index.php?title=Sinsa-dong,_Eunpyeong-gu&amp;action=edit&amp;redlink=1" title="Sinsa-dong, Eunpyeong-gu (page does not exist)">Sinsa-dong</a></li>
<li><a href="/wiki/Susaek-dong" title="Susaek-dong">Susaek-dong</a></li>
<li><a href="/wiki/Yeokchon-dong" title="Yeokchon-dong">Yeokchon-dong</a></li></ul>
</td>
<td>Separated administratively from <a class="mw-redirect" href="/wiki/Seodaemun-gu" title="Seodaemun-gu">Seodaemun-gu</a> in 1977, Eunpyeong-gu is located just east of the city of <a href="/wiki/Goyang" title="Goyang">Goyang</a>, and despite being part of Seoul, is partly isolated from the rest of the city by a mountain range on its east side.
</td>
<td>
<ul><li><a class="new" href="/w/index.php?title=Bongsan_Park&amp;action=edit&amp;redlink=1" title="Bongsan Park (page does not exist)">Bongsan Park</a></li>
<li><a class="new" href="/w/index.php?title=Gupabal_Fall&amp;action=edit&amp;redlink=1" title="Gupabal Fall (page does not exist)">Gupabal Fall</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:KNR-GyeongEui-line-Susaek-station.jpg"><img alt="KNR-GyeongEui-line-Susaek-station.jpg" data-file-height="277" data-file-width="400" decoding="async" height="139" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1f/KNR-GyeongEui-line-Susaek-station.jpg/200px-KNR-GyeongEui-line-Susaek-station.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1f/KNR-GyeongEui-line-Susaek-station.jpg/300px-KNR-GyeongEui-line-Susaek-station.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/1/1f/KNR-GyeongEui-line-Susaek-station.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Eunpyeong-gu.svg"><img alt="Seoul Eunpyeong-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Seoul_Eunpyeong-gu.svg/200px-Seoul_Eunpyeong-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Seoul_Eunpyeong-gu.svg/300px-Seoul_Eunpyeong-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Seoul_Eunpyeong-gu.svg/400px-Seoul_Eunpyeong-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangbuk-gu" title="Gangbuk-gu">Gangbuk-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Mia-dong" title="Mia-dong">Mia-dong</a></li>
<li><a href="/wiki/Beon-dong" title="Beon-dong">Beon-dong</a></li>
<li><a href="/wiki/Suyu-dong" title="Suyu-dong">Suyu-dong</a></li>
<li><a href="/wiki/Ui-dong" title="Ui-dong">Ui-dong</a></li></ul>
</td>
<td>Incorporated into Seoul in 1949, Gangbuk-gu is a separate district (from <a class="mw-redirect" href="/wiki/Seongbuk-gu" title="Seongbuk-gu">Seongbuk-gu</a>) since 1995. The district is notorious for its proximity with <a href="/wiki/Bukhansan" title="Bukhansan">Bukhansan</a>, the tallest mountain near Seoul. The district is mostly residential, although the areas near <a href="/wiki/Miasageori_station" title="Miasageori station">Miasageori station</a> and <a href="/wiki/Suyu_station" title="Suyu station">Suyu station</a> are very active.
</td>
<td>
<ul><li><a class="new" href="/w/index.php?title=Dream_Forest&amp;action=edit&amp;redlink=1" title="Dream Forest (page does not exist)">Dream Forest</a></li>
<li><a href="/wiki/Bukhansan_National_Park" title="Bukhansan National Park">Bukhansan National Park</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG"><img alt="20150427최광모98.JPG" data-file-height="3648" data-file-width="5472" decoding="async" height="133" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/5a/20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG/200px-20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/5a/20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG/300px-20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/5a/20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG/400px-20150427%EC%B5%9C%EA%B4%91%EB%AA%A898.JPG 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Gangbuk-gu.svg"><img alt="Seoul Gangbuk-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Seoul_Gangbuk-gu.svg/200px-Seoul_Gangbuk-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Seoul_Gangbuk-gu.svg/300px-Seoul_Gangbuk-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Seoul_Gangbuk-gu.svg/400px-Seoul_Gangbuk-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangdong-gu" title="Gangdong-gu">Gangdong-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Gangil-dong" title="Gangil-dong">Gangil-dong</a></li>
<li><a href="/wiki/Godeok-dong" title="Godeok-dong">Godeok-dong</a></li>
<li><a href="/wiki/Gil-dong" title="Gil-dong">Gil-dong</a></li>
<li><a href="/wiki/Dunchon-dong" title="Dunchon-dong">Dunchon-dong</a></li>
<li><a href="/wiki/Myeongil-dong" title="Myeongil-dong">Myeongil-dong</a></li>
<li><a href="/wiki/Sangil-dong" title="Sangil-dong">Sangil-dong</a></li>
<li><a href="/wiki/Seongnae-dong" title="Seongnae-dong">Seongnae-dong</a></li>
<li><a href="/wiki/Amsa-dong" title="Amsa-dong">Amsa-dong</a></li>
<li><a href="/wiki/Cheonho-dong" title="Cheonho-dong">Cheonho-dong</a></li></ul>
</td>
<td>
</td>
<td>
<ul><li><a class="new" href="/w/index.php?title=Saetmaeul_Park&amp;action=edit&amp;redlink=1" title="Saetmaeul Park (page does not exist)">Saetmaeul Park</a></li>
<li><a class="new" href="/w/index.php?title=Cheonhodong_Park&amp;action=edit&amp;redlink=1" title="Cheonhodong Park (page does not exist)">Cheonhodong Park</a></li>
<li><a class="new" href="/w/index.php?title=Dunchun-dong_Marsh_Area&amp;action=edit&amp;redlink=1" title="Dunchun-dong Marsh Area (page does not exist)">Dunchun-dong Marsh Area</a></li>
<li><a class="new" href="/w/index.php?title=Kildong_Ecological_Park&amp;action=edit&amp;redlink=1" title="Kildong Ecological Park (page does not exist)">Kildong Ecological Park</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Gangdong_Study_Center.jpg"><img alt="Gangdong Study Center.jpg" data-file-height="3456" data-file-width="5184" decoding="async" height="133" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/70/Gangdong_Study_Center.jpg/200px-Gangdong_Study_Center.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/70/Gangdong_Study_Center.jpg/300px-Gangdong_Study_Center.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/70/Gangdong_Study_Center.jpg/400px-Gangdong_Study_Center.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Gangdong-gu.svg"><img alt="Seoul Gangdong-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/de/Seoul_Gangdong-gu.svg/200px-Seoul_Gangdong-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/de/Seoul_Gangdong-gu.svg/300px-Seoul_Gangdong-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/de/Seoul_Gangdong-gu.svg/400px-Seoul_Gangdong-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangnam-gu" title="Gangnam-gu">Gangnam-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Apgujeong-dong" title="Apgujeong-dong">Apgujeong-dong</a></li>
<li><a href="/wiki/Cheongdam-dong" title="Cheongdam-dong">Cheongdam-dong</a></li>
<li><a href="/wiki/Daechi-dong" title="Daechi-dong">Daechi-dong</a></li>
<li><a href="/wiki/Dogok-dong" title="Dogok-dong">Dogok-dong</a></li>
<li><a href="/wiki/Gaepo-dong" title="Gaepo-dong">Gaepo-dong</a></li>
<li><a href="/wiki/Irwon-dong" title="Irwon-dong">Irwon-dong</a></li>
<li><a class="new" href="/w/index.php?title=Jagok-dong&amp;action=edit&amp;redlink=1" title="Jagok-dong (page does not exist)">Jagok-dong</a></li>
<li><a href="/wiki/Nonhyeon-dong,_Seoul" title="Nonhyeon-dong, Seoul">Nonhyeon-dong</a></li>
<li><a href="/wiki/Samseong-dong" title="Samseong-dong">Samseong-dong</a></li>
<li><a href="/wiki/Segok-dong" title="Segok-dong">Segok-dong</a></li>
<li><a href="/wiki/Sinsa-dong,_Gangnam" title="Sinsa-dong, Gangnam">Sinsa-dong</a></li>
<li><a href="/wiki/Suseo-dong" title="Suseo-dong">Suseo-dong</a></li>
<li><a href="/wiki/Yeoksam-dong" title="Yeoksam-dong">Yeoksam-dong</a></li>
<li><a class="new" href="/w/index.php?title=Yulhyeon-dong&amp;action=edit&amp;redlink=1" title="Yulhyeon-dong (page does not exist)">Yulhyeon-dong</a></li></ul>
</td>
<td>
</td>
<td>
<ul><li><a class="mw-redirect" href="/wiki/COEX_Mall" title="COEX Mall">COEX Mall</a></li>
<li><a class="mw-redirect" href="/wiki/Teheranno" title="Teheranno">Teheranno</a></li>
<li><a class="mw-redirect" href="/wiki/Gangnam_Station" title="Gangnam Station">Gangnam Station</a></li>
<li><a href="/wiki/Bongeunsa" title="Bongeunsa">Bongeunsa</a> Temple</li>
<li><a href="/wiki/Garosu-gil" title="Garosu-gil">Garosu-gil</a></li>
<li><a href="/wiki/Yangjaecheon" title="Yangjaecheon">Yangjaecheon</a></li>
<li><a href="/wiki/Dosan_Park" title="Dosan Park">Dosan Park</a></li>
<li><a href="/wiki/Kukkiwon" title="Kukkiwon">Kukkiwon</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Seoul_COEX_Mall.jpg"><img alt="Seoul COEX Mall.jpg" data-file-height="1944" data-file-width="2592" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Seoul_COEX_Mall.jpg/200px-Seoul_COEX_Mall.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Seoul_COEX_Mall.jpg/300px-Seoul_COEX_Mall.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Seoul_COEX_Mall.jpg/400px-Seoul_COEX_Mall.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Gangnam-gu.svg"><img alt="Seoul Gangnam-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/db/Seoul_Gangnam-gu.svg/200px-Seoul_Gangnam-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/db/Seoul_Gangnam-gu.svg/300px-Seoul_Gangnam-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/db/Seoul_Gangnam-gu.svg/400px-Seoul_Gangnam-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangseo-gu,_Seoul" title="Gangseo-gu, Seoul">Gangseo-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Banghwa-dong" title="Banghwa-dong">Banghwa-dong</a></li>
<li><a href="/wiki/Deungchon-dong" title="Deungchon-dong">Deungchon-dong</a></li>
<li><a class="mw-redirect" href="/wiki/Gaehwa-dong" title="Gaehwa-dong">Gaehwa-dong</a></li>
<li><a href="/wiki/Gayang-dong" title="Gayang-dong">Gayang-dong</a></li>
<li><a href="/wiki/Gonghang-dong" title="Gonghang-dong">Gonghang-dong</a></li>
<li><a href="/wiki/Gwahae-dong" title="Gwahae-dong">Gwahae-dong</a></li>
<li><a href="/wiki/Hwagok-dong" title="Hwagok-dong">Hwagok-dong</a></li>
<li><a href="/wiki/Magok-dong" title="Magok-dong">Magok-dong</a></li>
<li><a class="new" href="/w/index.php?title=Naebalsan-dong&amp;action=edit&amp;redlink=1" title="Naebalsan-dong (page does not exist)">Naebalsan-dong</a></li>
<li><a class="new" href="/w/index.php?title=Oebalsan-dong&amp;action=edit&amp;redlink=1" title="Oebalsan-dong (page does not exist)">Oebalsan-dong</a></li>
<li><a href="/wiki/Ogok-dong" title="Ogok-dong">Ogok-dong</a></li>
<li><a href="/wiki/Osoe-dong" title="Osoe-dong">Osoe-dong</a></li>
<li><a href="/wiki/Yeomchang-dong" title="Yeomchang-dong">Yeomchang-dong</a></li></ul>
</td>
<td>
</td>
<td>
<ul><li><a href="/wiki/Gimpo_International_Airport" title="Gimpo International Airport">Gimpo International Airport</a></li>
<li><a href="/wiki/Heojun_Museum" title="Heojun Museum">Heojun Museum</a></li>
<li><a class="new" href="/w/index.php?title=Maewha_Park&amp;action=edit&amp;redlink=1" title="Maewha Park (page does not exist)">Maewha Park</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Gangseogu_Office_Intersection_Seoul.jpg"><img alt="Gangseogu Office Intersection Seoul.jpg" data-file-height="1488" data-file-width="1984" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/30/Gangseogu_Office_Intersection_Seoul.jpg/200px-Gangseogu_Office_Intersection_Seoul.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/30/Gangseogu_Office_Intersection_Seoul.jpg/300px-Gangseogu_Office_Intersection_Seoul.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/30/Gangseogu_Office_Intersection_Seoul.jpg/400px-Gangseogu_Office_Intersection_Seoul.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Gangseo-gu.svg"><img alt="Seoul Gangseo-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Seoul_Gangseo-gu.svg/200px-Seoul_Gangseo-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Seoul_Gangseo-gu.svg/300px-Seoul_Gangseo-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Seoul_Gangseo-gu.svg/400px-Seoul_Gangseo-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Geumcheon-gu" title="Geumcheon-gu">Geumcheon-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Gasan-dong" title="Gasan-dong">Gasan-dong</a></li>
<li><a href="/wiki/Doksan-dong" title="Doksan-dong">Doksan-dong</a></li>
<li><a href="/wiki/Siheung-dong" title="Siheung-dong">Siheung-dong</a></li></ul>
</td>
<td>
</td>
<td>
<ul><li><a href="/wiki/Anyangcheon" title="Anyangcheon">Anyangcheon</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Ingbeolno_gate.jpg"><img alt="Ingbeolno gate.jpg" data-file-height="541" data-file-width="500" decoding="async" height="216" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Ingbeolno_gate.jpg/200px-Ingbeolno_gate.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Ingbeolno_gate.jpg/300px-Ingbeolno_gate.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Ingbeolno_gate.jpg/400px-Ingbeolno_gate.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Geumcheon-gu.svg"><img alt="Seoul Geumcheon-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/06/Seoul_Geumcheon-gu.svg/200px-Seoul_Geumcheon-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/06/Seoul_Geumcheon-gu.svg/300px-Seoul_Geumcheon-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/06/Seoul_Geumcheon-gu.svg/400px-Seoul_Geumcheon-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Guro-gu" title="Guro-gu">Guro-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Cheonwang-dong" title="Cheonwang-dong">Cheonwang-dong</a></li>
<li><a href="/wiki/Gaebong-dong" title="Gaebong-dong">Gaebong-dong</a></li>
<li><a href="/wiki/Garibong-dong" title="Garibong-dong">Garibong-dong</a></li>
<li><a href="/wiki/Gocheok-dong" title="Gocheok-dong">Gocheok-dong</a></li>
<li><a href="/wiki/Gung-dong" title="Gung-dong">Gung-dong</a></li>
<li><a href="/wiki/Guro-dong" title="Guro-dong">Guro-dong</a></li>
<li><a href="/wiki/Hang-dong" title="Hang-dong">Hang-dong</a></li>
<li><a href="/wiki/Onsu-dong" title="Onsu-dong">Onsu-dong</a></li>
<li><a href="/wiki/Oryu-dong" title="Oryu-dong">Oryu-dong</a></li>
<li><a href="/wiki/Sindorim-dong" title="Sindorim-dong">Sindorim-dong</a></li></ul>
</td>
<td>
</td>
<td>
<ul><li><a href="/wiki/Gocheok_Sky_Dome" title="Gocheok Sky Dome">Gocheok Sky Dome</a></li>
<li><a href="/wiki/Pureun_Arboretum" title="Pureun Arboretum">Pureun Arboretum</a></li>
<li><a class="mw-redirect" href="/wiki/Sindorim_Station" title="Sindorim Station">Sindorim Station</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Guro-digitalcomplex.jpg"><img alt="Guro-digitalcomplex.jpg" data-file-height="465" data-file-width="700" decoding="async" height="133" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Guro-digitalcomplex.jpg/200px-Guro-digitalcomplex.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Guro-digitalcomplex.jpg/300px-Guro-digitalcomplex.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/23/Guro-digitalcomplex.jpg/400px-Guro-digitalcomplex.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Guro-gu.svg"><img alt="Seoul Guro-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Seoul_Guro-gu.svg/200px-Seoul_Guro-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/85/Seoul_Guro-gu.svg/300px-Seoul_Guro-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/85/Seoul_Guro-gu.svg/400px-Seoul_Guro-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gwanak-gu" title="Gwanak-gu">Gwanak-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Bongcheon-dong" title="Bongcheon-dong">Bongcheon-dong</a></li>
<li><a href="/wiki/Namhyeon-dong" title="Namhyeon-dong">Namhyeon-dong</a></li>
<li><a href="/wiki/Sillim-dong" title="Sillim-dong">Sillim-dong</a></li></ul>
</td>
<td>Incorporated in 1963, and designated as a distinct district in 1973, Gwanak district is mostly residential, and gets its name from the nearby <a href="/wiki/Gwanaksan" title="Gwanaksan">Gwanaksan</a> mountain. Korea's best university, <a href="/wiki/Seoul_National_University" title="Seoul National University">Seoul National University</a>, is located in the district.
</td>
<td>
<ul><li><a href="/wiki/Seoul_National_University" title="Seoul National University">Seoul National University</a></li>
<li><a href="/wiki/Kyujanggak" title="Kyujanggak">Kyujanggak</a></li>
<li><a class="new" href="/w/index.php?title=Gwaneumsa_(Gwanaksan)&amp;action=edit&amp;redlink=1" title="Gwaneumsa (Gwanaksan) (page does not exist)">Gwaneumsa</a></li>
<li><a href="/wiki/Nakseongdae" title="Nakseongdae">Nakseongdae</a></li>
<li><a href="/wiki/Gwanaksan" title="Gwanaksan">Gwanaksan</a></li>
<li><a href="/wiki/Horim_Museum" title="Horim Museum">Horim Museum</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg"><img alt="Seoul National University Station Intersection and Bongcheon-ro Intersection and Gwanak-ro.jpg" data-file-height="720" data-file-width="960" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/68/Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg/200px-Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/68/Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg/300px-Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/68/Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg/400px-Seoul_National_University_Station_Intersection_and_Bongcheon-ro_Intersection_and_Gwanak-ro.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Gwanak-gu.svg"><img alt="Seoul Gwanak-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seoul_Gwanak-gu.svg/200px-Seoul_Gwanak-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seoul_Gwanak-gu.svg/300px-Seoul_Gwanak-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/35/Seoul_Gwanak-gu.svg/400px-Seoul_Gwanak-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gwangjin-gu" title="Gwangjin-gu">Gwangjin-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Gunja-dong" title="Gunja-dong">Gunja-dong</a></li>
<li><a href="/wiki/Guui-dong" title="Guui-dong">Guui-dong</a></li>
<li><a href="/wiki/Gwangjang-dong" title="Gwangjang-dong">Gwangjang-dong</a></li>
<li><a href="/wiki/Hwayang-dong" title="Hwayang-dong">Hwayang-dong</a></li>
<li><a href="/wiki/Jayang-dong" title="Jayang-dong">Jayang-dong</a></li>
<li><a href="/wiki/Junggok-dong" title="Junggok-dong">Junggok-dong</a></li>
<li><a href="/wiki/Neung-dong" title="Neung-dong">Neung-dong</a></li></ul>
</td>
<td>
</td>
<td>
<ul><li><a href="/wiki/Techno_Mart" title="Techno Mart">Techno Mart</a></li>
<li><a class="mw-redirect" href="/wiki/Achasan_Park" title="Achasan Park">Achasan Park</a></li>
<li><a class="mw-redirect" href="/wiki/Children%27s_Grand_Park" title="Children's Grand Park">Children's Grand Park</a></li>
<li><a href="/wiki/Dong_Seoul_Bus_Terminal" title="Dong Seoul Bus Terminal">Dong Seoul Bus Terminal</a></li>
<li><a class="new" href="/w/index.php?title=Ttukseom_Resort&amp;action=edit&amp;redlink=1" title="Ttukseom Resort (page does not exist)">Ttukseom Resort</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Eastern_Seoul_Bus_Terminal.jpg"><img alt="Eastern Seoul Bus Terminal.jpg" data-file-height="3264" data-file-width="4912" decoding="async" height="133" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Eastern_Seoul_Bus_Terminal.jpg/200px-Eastern_Seoul_Bus_Terminal.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Eastern_Seoul_Bus_Terminal.jpg/300px-Eastern_Seoul_Bus_Terminal.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/37/Eastern_Seoul_Bus_Terminal.jpg/400px-Eastern_Seoul_Bus_Terminal.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Gwangjin-gu.svg"><img alt="Seoul Gwangjin-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Seoul_Gwangjin-gu.svg/200px-Seoul_Gwangjin-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Seoul_Gwangjin-gu.svg/300px-Seoul_Gwangjin-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Seoul_Gwangjin-gu.svg/400px-Seoul_Gwangjin-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Jongno-gu" title="Jongno-gu">Jongno-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Cheongun-dong" title="Cheongun-dong">Cheongun-dong</a></li>
<li><a href="/wiki/Hyoja-dong" title="Hyoja-dong">Hyoja-dong</a></li>
<li><a href="/wiki/Sajik-dong,_Seoul" title="Sajik-dong, Seoul">Sajik-dong</a></li>
<li><a href="/wiki/Samcheong-dong" title="Samcheong-dong">Samcheong-dong</a></li>
<li><a href="/wiki/Buam-dong,_Seoul" title="Buam-dong, Seoul">Buam-dong</a></li>
<li><a href="/wiki/Pyeongchang-dong" title="Pyeongchang-dong">Pyeongchang-dong</a></li>
<li><a href="/wiki/Muak-dong" title="Muak-dong">Muak-dong</a></li>
<li><a href="/wiki/Gyonam-dong" title="Gyonam-dong">Gyonam-dong</a></li>
<li><a href="/wiki/Gahoe-dong" title="Gahoe-dong">Gahoe-dong</a></li>
<li><a href="/wiki/Ihwa-dong,_Seoul" title="Ihwa-dong, Seoul">Ihwa-dong</a></li>
<li><a href="/wiki/Hyehwa-dong" title="Hyehwa-dong">Hyehwa-dong</a></li>
<li><a class="new" href="/w/index.php?title=Sejongno-dong&amp;action=edit&amp;redlink=1" title="Sejongno-dong (page does not exist)">Sejongno-dong</a></li>
<li><a class="mw-redirect" href="/wiki/Jongno-1.2.3.4_ga-dong" title="Jongno-1.2.3.4 ga-dong">Jongno-1.2.3.4 ga-dong</a></li>
<li><a class="new" href="/w/index.php?title=Jongno-5.6_ga-dong&amp;action=edit&amp;redlink=1" title="Jongno-5.6 ga-dong (page does not exist)">Jongno-5.6 ga-dong</a></li>
<li><a href="/wiki/Changsin-dong" title="Changsin-dong">Changsin-dong</a></li>
<li><a href="/wiki/Sungin-dong" title="Sungin-dong">Sungin-dong</a></li></ul>
</td>
<td>
</td>
<td>
<ul><li><a class="mw-redirect" href="/wiki/Cheongwadae" title="Cheongwadae">Cheongwadae</a></li>
<li><a href="/wiki/Heunginjimun" title="Heunginjimun">Heunginjimun</a></li>
<li><a href="/wiki/Dongmyo" title="Dongmyo">Dongmyo Park</a></li>
<li><a href="/wiki/Gwanghwamun_Plaza" title="Gwanghwamun Plaza">Gwanghwamun Plaza</a></li>
<li><a href="/wiki/Jogyesa" title="Jogyesa">Jogyesa</a></li>
<li><a class="mw-redirect" href="/wiki/Naksan_Park" title="Naksan Park">Naksan Park</a></li>
<li><a href="/wiki/Gyeongbokgung" title="Gyeongbokgung">Gyeongbokgung</a></li>
<li><a href="/wiki/Changdeokgung" title="Changdeokgung">Changdeokgung</a></li>
<li><a href="/wiki/Cheonggyecheon" title="Cheonggyecheon">Cheonggyecheon</a></li>
<li><a href="/wiki/Jongmyo" title="Jongmyo">Jongmyo</a></li>
<li><a href="/wiki/National_Folk_Museum_of_Korea" title="National Folk Museum of Korea">National Folk Museum of Korea</a></li>
<li><a href="/wiki/Bukchon_Hanok_Village" title="Bukchon Hanok Village">Bukchon Hanok Village</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Sejong-ro_pedestrian_strech.jpg"><img alt="Sejong-ro pedestrian strech.jpg" data-file-height="2592" data-file-width="3872" decoding="async" height="134" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Sejong-ro_pedestrian_strech.jpg/200px-Sejong-ro_pedestrian_strech.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Sejong-ro_pedestrian_strech.jpg/300px-Sejong-ro_pedestrian_strech.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Sejong-ro_pedestrian_strech.jpg/400px-Sejong-ro_pedestrian_strech.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Jongno-gu.svg"><img alt="Seoul Jongno-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Seoul_Jongno-gu.svg/200px-Seoul_Jongno-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Seoul_Jongno-gu.svg/300px-Seoul_Jongno-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Seoul_Jongno-gu.svg/400px-Seoul_Jongno-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Jung-gu,_Seoul" title="Jung-gu, Seoul">Jung-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Sogong-dong" title="Sogong-dong">Sogong-dong</a></li>
<li><a href="/wiki/Hoehyeon-dong" title="Hoehyeon-dong">Hoehyeon-dong</a></li>
<li><a href="/wiki/Myeong-dong" title="Myeong-dong">Myeong-dong</a></li>
<li><a href="/wiki/Pil-dong" title="Pil-dong">Pil-dong</a></li>
<li><a href="/wiki/Jangchung-dong" title="Jangchung-dong">Jangchung-dong</a></li>
<li><a href="/wiki/Gwanghui-dong" title="Gwanghui-dong">Gwanghui-dong</a></li>
<li><a href="/wiki/Euljiro-dong" title="Euljiro-dong">Euljiro-dong</a></li>
<li><a href="/wiki/Sindang-dong" title="Sindang-dong">Sindang-dong</a></li>
<li><a href="/wiki/Dasan-dong" title="Dasan-dong">Dasan-dong</a></li>
<li><a href="/wiki/Yaksu-dong" title="Yaksu-dong">Yaksu-dong</a></li>
<li><a href="/wiki/Cheonggu-dong" title="Cheonggu-dong">Cheonggu-dong</a></li>
<li><a class="new" href="/w/index.php?title=Sindang_5(o)-dong&amp;action=edit&amp;redlink=1" title="Sindang 5(o)-dong (page does not exist)">Sindang 5(o)-dong</a></li>
<li><a href="/wiki/Donghwa-dong" title="Donghwa-dong">Donghwa-dong</a></li>
<li><a href="/wiki/Hwanghak-dong" title="Hwanghak-dong">Hwanghak-dong</a></li>
<li><a href="/wiki/Jungnim-dong" title="Jungnim-dong">Jungnim-dong</a></li></ul>
</td>
<td>Jung-gu is the central district of Seoul, and stretches from Seoul Station on the West to a bit further past Dongdaemun (The Great East Gate) on the East. It takes Cheonggyecheon as it's northernmost border, and it stretches south, consuming Myeong-dong and much of Namsan, including Namsan Tower.
</td>
<td>
<ul><li><a href="/wiki/Seoul_City_Hall" title="Seoul City Hall">Seoul City Hall</a></li>
<li><a href="/wiki/Seoul_Station" title="Seoul Station">Seoul Station</a></li>
<li><a href="/wiki/Deoksugung" title="Deoksugung">Deoksugung</a></li>
<li><a href="/wiki/Dongdaemun_Design_Plaza" title="Dongdaemun Design Plaza">Dongdaemun Design Plaza</a></li>
<li><a href="/wiki/Namdaemun" title="Namdaemun">Namdaemun</a></li>
<li><a class="mw-redirect" href="/wiki/Myeongdong" title="Myeongdong">Myeongdong</a></li>
<li><a class="new" href="/w/index.php?title=Hwangudan_Park&amp;action=edit&amp;redlink=1" title="Hwangudan Park (page does not exist)">Hwangudan Park</a></li>
<li><a href="/wiki/N_Seoul_Tower" title="N Seoul Tower">N Seoul Tower</a></li>
<li><a href="/wiki/Seoul_Museum_of_Art" title="Seoul Museum of Art">Seoul Museum of Art</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Seoul-Deoksugung-09.jpg"><img alt="Seoul-Deoksugung-09.jpg" data-file-height="2736" data-file-width="3648" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Seoul-Deoksugung-09.jpg/200px-Seoul-Deoksugung-09.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Seoul-Deoksugung-09.jpg/300px-Seoul-Deoksugung-09.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9c/Seoul-Deoksugung-09.jpg/400px-Seoul-Deoksugung-09.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Jung-gu.svg"><img alt="Seoul Jung-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Seoul_Jung-gu.svg/200px-Seoul_Jung-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Seoul_Jung-gu.svg/300px-Seoul_Jung-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Seoul_Jung-gu.svg/400px-Seoul_Jung-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Jungnang-gu" title="Jungnang-gu">Jungnang-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Junghwa-dong" title="Junghwa-dong">Junghwa-dong</a></li>
<li><a href="/wiki/Mangu-dong" title="Mangu-dong">Mangu-dong</a></li>
<li><a href="/wiki/Muk-dong" title="Muk-dong">Muk-dong</a></li>
<li><a href="/wiki/Myeonmok-dong" title="Myeonmok-dong">Myeonmok-dong</a></li>
<li><a href="/wiki/Sangbong-dong" title="Sangbong-dong">Sangbong-dong</a></li>
<li><a href="/wiki/Sinnae-dong" title="Sinnae-dong">Sinnae-dong</a></li></ul>
</td>
<td>
</td>
<td>
<ul><li><a href="/wiki/Yongma_Land" title="Yongma Land">Yongma Land</a></li>
<li><a class="new" href="/w/index.php?title=Nadeuri_Park&amp;action=edit&amp;redlink=1" title="Nadeuri Park (page does not exist)">Nadeuri Park</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Jungang_Line_and_Gyeongchun_Line_03.JPG"><img alt="Jungang Line and Gyeongchun Line 03.JPG" data-file-height="3456" data-file-width="4608" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Jungang_Line_and_Gyeongchun_Line_03.JPG/200px-Jungang_Line_and_Gyeongchun_Line_03.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Jungang_Line_and_Gyeongchun_Line_03.JPG/300px-Jungang_Line_and_Gyeongchun_Line_03.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Jungang_Line_and_Gyeongchun_Line_03.JPG/400px-Jungang_Line_and_Gyeongchun_Line_03.JPG 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Jungnang-gu.svg"><img alt="Seoul Jungnang-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Seoul_Jungnang-gu.svg/200px-Seoul_Jungnang-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Seoul_Jungnang-gu.svg/300px-Seoul_Jungnang-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Seoul_Jungnang-gu.svg/400px-Seoul_Jungnang-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Mapo-gu" title="Mapo-gu">Mapo-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Ahyeon-dong" title="Ahyeon-dong">Ahyeon-dong</a></li>
<li><a href="/wiki/Changjeon-dong" title="Changjeon-dong">Changjeon-dong</a></li>
<li><a class="mw-redirect" href="/wiki/Daeheung-dong" title="Daeheung-dong">Daeheung-dong</a></li>
<li><a href="/wiki/Dangin-dong" title="Dangin-dong">Dangin-dong</a></li>
<li><a class="mw-redirect" href="/wiki/Dohwa-dong" title="Dohwa-dong">Dohwa-dong</a></li>
<li><a href="/wiki/Donggyo-dong" title="Donggyo-dong">Donggyo-dong</a></li>
<li><a href="/wiki/Gongdeok-dong" title="Gongdeok-dong">Gongdeok-dong</a></li>
<li><a href="/wiki/Gusu-dong" title="Gusu-dong">Gusu-dong</a></li>
<li><a class="new" href="/w/index.php?title=Hajung-dong&amp;action=edit&amp;redlink=1" title="Hajung-dong (page does not exist)">Hajung-dong</a></li>
<li><a href="/wiki/Hapjeong-dong" title="Hapjeong-dong">Hapjeong-dong</a></li>
<li><a href="/wiki/Hyeonseok-dong" title="Hyeonseok-dong">Hyeonseok-dong</a></li>
<li><a class="mw-redirect" href="/wiki/Jung-dong,_Mapo-gu" title="Jung-dong, Mapo-gu">Jung-dong</a></li>
<li><a href="/wiki/Mangwon-dong" title="Mangwon-dong">Mangwon-dong</a></li>
<li><a href="/wiki/Mapo-dong" title="Mapo-dong">Mapo-dong</a></li>
<li><a href="/wiki/Nogosan-dong" title="Nogosan-dong">Nogosan-dong</a></li>
<li><a href="/wiki/Sangam-dong" title="Sangam-dong">Sangam-dong</a></li>
<li><a href="/wiki/Sangsu-dong" title="Sangsu-dong">Sangsu-dong</a></li>
<li><a href="/wiki/Seogyo-dong" title="Seogyo-dong">Seogyo-dong</a></li>
<li><a href="/wiki/Seongsan-dong" title="Seongsan-dong">Seongsan-dong</a></li>
<li><a href="/wiki/Singongdeok-dong" title="Singongdeok-dong">Singongdeok-dong</a></li>
<li><a class="mw-redirect" href="/wiki/Sinjeong-dong,_Mapo-gu" title="Sinjeong-dong, Mapo-gu">Sinjeong-dong</a></li>
<li><a href="/wiki/Sinsu-dong" title="Sinsu-dong">Sinsu-dong</a></li>
<li><a href="/wiki/Tojeong-dong" title="Tojeong-dong">Tojeong-dong</a></li>
<li><a href="/wiki/Yeomni-dong" title="Yeomni-dong">Yeomni-dong</a></li>
<li><a href="/wiki/Yeonnam-dong" title="Yeonnam-dong">Yeonnam-dong</a></li>
<li><a href="/wiki/Yonggang-dong,_Seoul" title="Yonggang-dong, Seoul">Yonggang-dong</a></li></ul>
</td>
<td>
</td>
<td>
<ul><li><a href="/wiki/Digital_Media_City" title="Digital Media City">Digital Media City</a></li>
<li><a href="/wiki/Seoul_World_Cup_Stadium" title="Seoul World Cup Stadium">Seoul World Cup Stadium</a></li>
<li><a class="mw-redirect" href="/wiki/Hongdae_area" title="Hongdae area">Hongdae area</a></li>
<li><a class="new" href="/w/index.php?title=Gyeongui_Line_Forest_Park&amp;action=edit&amp;redlink=1" title="Gyeongui Line Forest Park (page does not exist)">Gyeongui Line Forest Park</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg"><img alt="공덕로터리 - panoramio.jpg" data-file-height="2592" data-file-width="1936" decoding="async" height="268" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg/200px-%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg/300px-%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3d/%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg/400px-%EA%B3%B5%EB%8D%95%EB%A1%9C%ED%84%B0%EB%A6%AC_-_panoramio.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Mapo-gu.svg"><img alt="Seoul Mapo-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Mapo-gu.svg/200px-Seoul_Mapo-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Mapo-gu.svg/300px-Seoul_Mapo-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Mapo-gu.svg/400px-Seoul_Mapo-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Nowon-gu" title="Nowon-gu">Nowon-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Gongneung-dong" title="Gongneung-dong">Gongneung-dong</a></li>
<li><a href="/wiki/Hagye-dong" title="Hagye-dong">Hagye-dong</a></li>
<li><a href="/wiki/Junggye-dong" title="Junggye-dong">Junggye-dong</a></li>
<li><a href="/wiki/Sanggye-dong" title="Sanggye-dong">Sanggye-dong</a></li>
<li><a href="/wiki/Wolgye-dong" title="Wolgye-dong">Wolgye-dong</a></li></ul>
</td>
<td>Located between Mount <a href="/wiki/Buramsan" title="Buramsan">Buramsan</a> and Mount <a href="/wiki/Suraksan" title="Suraksan">Suraksan</a> to the east, and the <a href="/wiki/Jungnangcheon" title="Jungnangcheon">Jungnangcheon</a> stream to the west, Nowon district is mostly a residential district, which is also known for its many universities, including <a href="/wiki/Seoul_National_University_of_Science_and_Technology" title="Seoul National University of Science and Technology">Seoul National University of Science and Technology</a>, <a href="/wiki/Kwangwoon_University" title="Kwangwoon University">Kwangwoon University</a> or <a href="/wiki/Seoul_Women%27s_University" title="Seoul Women's University">Seoul Women's University</a>.
</td>
<td>
<ul><li><a class="mw-redirect" href="/wiki/Seoul_National_University_of_Technology" title="Seoul National University of Technology">Seoul National University of Technology</a></li>
<li><a href="/wiki/Seoul_Women%27s_University" title="Seoul Women's University">Seoul Women's University</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Korail_seongbuk_station.JPG"><img alt="Korail seongbuk station.JPG" data-file-height="766" data-file-width="1024" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Korail_seongbuk_station.JPG/200px-Korail_seongbuk_station.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Korail_seongbuk_station.JPG/300px-Korail_seongbuk_station.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Korail_seongbuk_station.JPG/400px-Korail_seongbuk_station.JPG 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Nowon-gu.svg"><img alt="Seoul Nowon-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/00/Seoul_Nowon-gu.svg/200px-Seoul_Nowon-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/00/Seoul_Nowon-gu.svg/300px-Seoul_Nowon-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/00/Seoul_Nowon-gu.svg/400px-Seoul_Nowon-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seocho-gu" title="Seocho-gu">Seocho-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Bangbae-dong" title="Bangbae-dong">Bangbae-dong</a></li>
<li><a href="/wiki/Banpo-dong" title="Banpo-dong">Banpo-dong</a></li>
<li><a href="/wiki/Jamwon-dong" title="Jamwon-dong">Jamwon-dong</a></li>
<li><a href="/wiki/Naegok-dong" title="Naegok-dong">Naegok-dong</a></li>
<li><a href="/wiki/Seocho-dong" title="Seocho-dong">Seocho-dong</a></li>
<li><a href="/wiki/Sinwon-dong" title="Sinwon-dong">Sinwon-dong</a></li>
<li><a href="/wiki/Umyeon-dong" title="Umyeon-dong">Umyeon-dong</a></li>
<li><a href="/wiki/Wonji-dong" title="Wonji-dong">Wonji-dong</a></li>
<li><a href="/wiki/Yangjae-dong" title="Yangjae-dong">Yangjae-dong</a></li>
<li><a href="/wiki/Yeomgok-dong" title="Yeomgok-dong">Yeomgok-dong</a></li></ul>
</td>
<td>Seoul's largest district is part of the "greater Gangnam" and is one of the busiest areas in Seoul, especially on the eastern part of the district. Seoul's largest bus terminal, <a href="/wiki/Seoul_Express_Bus_Terminal" title="Seoul Express Bus Terminal">Seoul Express Bus Terminal</a> is located in the affluent <a href="/wiki/Banpo-dong" title="Banpo-dong">Banpo-dong</a>. However, Seocho's southern half is barely populated as it is mostly mountaineous.
</td>
<td>
<ul><li><a href="/wiki/Samsung_Town" title="Samsung Town">Samsung Town</a></li>
<li><a href="/wiki/Yangjae_Citizens%27_Forest" title="Yangjae Citizens' Forest">Yangjae Citizens' Forest</a></li>
<li><a href="/wiki/Seoul_Arts_Center" title="Seoul Arts Center">Seoul Arts Center</a></li>
<li><a href="/wiki/Seoul_Express_Bus_Terminal" title="Seoul Express Bus Terminal">Seoul Express Bus Terminal</a></li>
<li><a class="mw-redirect" href="/wiki/Some_Sevit" title="Some Sevit">Some Sevit</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:KangnamSamsung.jpg"><img alt="KangnamSamsung.jpg" data-file-height="845" data-file-width="634" decoding="async" height="267" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/76/KangnamSamsung.jpg/200px-KangnamSamsung.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/76/KangnamSamsung.jpg/300px-KangnamSamsung.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/76/KangnamSamsung.jpg/400px-KangnamSamsung.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Seocho-gu.svg"><img alt="Seoul Seocho-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/66/Seoul_Seocho-gu.svg/200px-Seoul_Seocho-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/66/Seoul_Seocho-gu.svg/300px-Seoul_Seocho-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/66/Seoul_Seocho-gu.svg/400px-Seoul_Seocho-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seodaemun-gu" title="Seodaemun-gu">Seodaemun-gu</a>
</td>
<td>
<ul><li><a class="mw-redirect" href="/wiki/Daesin-dong" title="Daesin-dong">Daesin-dong</a>
<ul><li><a href="/wiki/Bongwon-dong" title="Bongwon-dong">Bongwon-dong</a></li>
<li><a href="/wiki/Daehyeon-dong,_Seoul" title="Daehyeon-dong, Seoul">Daehyeon-dong</a></li>
<li><a href="/wiki/Sinchon-dong,_Seoul" title="Sinchon-dong, Seoul">Sinchon-dong</a></li></ul></li>
<li><a href="/wiki/Bukgajwa-dong" title="Bukgajwa-dong">Bukgajwa-dong</a></li>
<li><a href="/wiki/Bugahyeon-dong" title="Bugahyeon-dong">Bugahyeon-dong</a></li>
<li><a href="/wiki/Changcheon-dong" title="Changcheon-dong">Changcheon-dong</a></li>
<li><a href="/wiki/Cheonyeon-dong" title="Cheonyeon-dong">Cheonyeon-dong</a>
<ul><li><a href="/wiki/Hyeonjeo-dong" title="Hyeonjeo-dong">Hyeonjeo-dong</a></li>
<li><a href="/wiki/Naengcheon-dong" title="Naengcheon-dong">Naengcheon-dong</a></li>
<li><a href="/wiki/Yeongcheon-dong" title="Yeongcheon-dong">Yeongcheon-dong</a></li>
<li><a href="/wiki/Okcheon-dong" title="Okcheon-dong">Okcheon-dong</a></li></ul></li>
<li><a href="/wiki/Chungjeongno-dong" title="Chungjeongno-dong">Chungjeongno-dong</a>
<ul><li><a href="/wiki/Hap-dong" title="Hap-dong">Hap-dong</a></li>
<li><a href="/wiki/Migeun-dong" title="Migeun-dong">Migeun-dong</a></li></ul></li>
<li><a href="/wiki/Hongeun-dong" title="Hongeun-dong">Hongeun-dong</a></li>
<li><a href="/wiki/Hongje-dong" title="Hongje-dong">Hongje-dong</a></li>
<li><a href="/wiki/Namgajwa-dong" title="Namgajwa-dong">Namgajwa-dong</a></li>
<li><a href="/wiki/Yeonhui-dong,_Seoul" title="Yeonhui-dong, Seoul">Yeonhui-dong</a></li></ul>
</td>
<td>A heclectic district, center around Mount Ansan. The east part of the district is part of the historic downtown, while the southern part includes the university district of <a class="mw-redirect" href="/wiki/Ehwa_University" title="Ehwa University">Ehwa University</a> and <a href="/wiki/Yonsei_University" title="Yonsei University">Yonsei University</a>. The <a class="mw-redirect" href="/wiki/Seodaemun_prison" title="Seodaemun prison">Seodaemun prison</a> and <a class="mw-redirect" href="/wiki/Independence_Park,_South_Korea" title="Independence Park, South Korea">Independence Park</a> are some of the most famous landmarks in Seodaemun.
</td>
<td>
<ul><li><a href="/wiki/Bongwonsa" title="Bongwonsa">Bongwonsa</a></li>
<li><a class="mw-redirect" href="/wiki/Seodaemun_prison" title="Seodaemun prison">Seodaemun prison</a></li>
<li><a class="mw-redirect" href="/wiki/Dongnimmun" title="Dongnimmun">Dongnimmun</a></li>
<li><a href="/wiki/Yonsei_University" title="Yonsei University">Yonsei University</a></li>
<li><a href="/wiki/Ewha_Womans_University" title="Ewha Womans University">Ewha Womans University</a></li>
<li><a href="/wiki/Sinchon" title="Sinchon">Sinchon</a></li>
<li><a class="mw-redirect" href="/wiki/Independence_Park,_South_Korea" title="Independence Park, South Korea">Independence Park</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Seoul-Sinchon-01.jpg"><img alt="Seoul-Sinchon-01.jpg" data-file-height="681" data-file-width="1024" decoding="async" height="133" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/95/Seoul-Sinchon-01.jpg/200px-Seoul-Sinchon-01.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/95/Seoul-Sinchon-01.jpg/300px-Seoul-Sinchon-01.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/95/Seoul-Sinchon-01.jpg/400px-Seoul-Sinchon-01.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Seodaemun-gu.svg"><img alt="Seoul Seodaemun-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/56/Seoul_Seodaemun-gu.svg/200px-Seoul_Seodaemun-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/56/Seoul_Seodaemun-gu.svg/300px-Seoul_Seodaemun-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/56/Seoul_Seodaemun-gu.svg/400px-Seoul_Seodaemun-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seongbuk-gu" title="Seongbuk-gu">Seongbuk-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Anam-dong" title="Anam-dong">Anam-dong</a></li>
<li><a href="/wiki/Bomun-dong" title="Bomun-dong">Bomun-dong</a></li>
<li><a href="/wiki/Donam-dong" title="Donam-dong">Donam-dong</a></li>
<li><a href="/wiki/Dongseon-dong" title="Dongseon-dong">Dongseon-dong</a></li>
<li><a href="/wiki/Dongsomun-dong" title="Dongsomun-dong">Dongsomun-dong</a></li>
<li><a href="/wiki/Gireum-dong" title="Gireum-dong">Gireum-dong</a></li>
<li><a href="/wiki/Jangwi-dong" title="Jangwi-dong">Jangwi-dong</a></li>
<li><a href="/wiki/Jeongneung-dong" title="Jeongneung-dong">Jeongneung-dong</a></li>
<li><a href="/wiki/Jongam-dong" title="Jongam-dong">Jongam-dong</a></li>
<li><a href="/wiki/Samseon-dong" title="Samseon-dong">Samseon-dong</a></li>
<li><a href="/wiki/Sangwolgok-dong" title="Sangwolgok-dong">Sangwolgok-dong</a></li>
<li><a href="/wiki/Seokgwan-dong" title="Seokgwan-dong">Seokgwan-dong</a></li>
<li><a href="/wiki/Seongbuk-dong" title="Seongbuk-dong">Seongbuk-dong</a></li>
<li><a class="new" href="/w/index.php?title=Wolgok-dong&amp;action=edit&amp;redlink=1" title="Wolgok-dong (page does not exist)">Wolgok-dong</a>
<ul><li><a href="/wiki/Hawolgok-dong" title="Hawolgok-dong">Hawolgok-dong</a></li></ul></li></ul>
</td>
<td>Long-inhabited, Seongbuk district it located just North-East of the city center. The prestigious <a href="/wiki/Korea_University" title="Korea University">Korea University</a> is located in the South of the district. While the majority of the district is made up for middle-class residential areas, the district is noted for the gap between the slum-like Bukjeong village, and the expensive residences of <a href="/wiki/Seongbuk-dong" title="Seongbuk-dong">Seongbuk-dong</a>.
</td>
<td>
<ul><li><a href="/wiki/Korea_University" title="Korea University">Korea University</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Seoul_Seongbuk-gu_Office.JPG"><img alt="Seoul Seongbuk-gu Office.JPG" data-file-height="2448" data-file-width="3264" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Seongbuk-gu_Office.JPG/200px-Seoul_Seongbuk-gu_Office.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Seongbuk-gu_Office.JPG/300px-Seoul_Seongbuk-gu_Office.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Seoul_Seongbuk-gu_Office.JPG/400px-Seoul_Seongbuk-gu_Office.JPG 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Seongbuk-gu.svg"><img alt="Seoul Seongbuk-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/42/Seoul_Seongbuk-gu.svg/200px-Seoul_Seongbuk-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/42/Seoul_Seongbuk-gu.svg/300px-Seoul_Seongbuk-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/42/Seoul_Seongbuk-gu.svg/400px-Seoul_Seongbuk-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seongdong-gu" title="Seongdong-gu">Seongdong-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Doseon-dong" title="Doseon-dong">Doseon-dong</a>
<ul><li><a href="/wiki/Hongik-dong" title="Hongik-dong">Hongik-dong</a></li></ul></li>
<li><a href="/wiki/Eungbong-dong" title="Eungbong-dong">Eungbong-dong</a></li>
<li><a href="/wiki/Haengdang-dong" title="Haengdang-dong">Haengdang-dong</a></li>
<li><a href="/wiki/Geumho-dong,_Seoul" title="Geumho-dong, Seoul">Geumho-dong</a></li>
<li><a href="/wiki/Majang-dong" title="Majang-dong">Majang-dong</a></li>
<li><a href="/wiki/Oksu-dong" title="Oksu-dong">Oksu-dong</a></li>
<li><a href="/wiki/Sageun-dong" title="Sageun-dong">Sageun-dong</a></li>
<li><a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu 1ga 1 dong</a></li>
<li><a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu 1ga 2 dong</a></li>
<li><a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu 2ga 1-dong</a></li>
<li><a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu 2ga 3-dong</a></li>
<li><a href="/wiki/Songjeong-dong,_Seoul" title="Songjeong-dong, Seoul">Songjeong-dong</a></li>
<li><a href="/wiki/Yongdap-dong" title="Yongdap-dong">Yongdap-dong</a></li>
<li><a href="/wiki/Wangsimni-dong" title="Wangsimni-dong">Wangsimni-dong</a>
<ul><li><a href="/wiki/Sangwangsimni-dong" title="Sangwangsimni-dong">Sangwangsimni-dong</a></li>
<li><a href="/wiki/Hawangsimni-dong" title="Hawangsimni-dong">Hawangsimni-dong</a></li></ul></li></ul>
</td>
<td>A diverse district located just east of the historical city center, Seongdong is mostly a middle-class residential neighborhood. At its center is <a class="mw-redirect" href="/wiki/Wangsimni_Station" title="Wangsimni Station">Wangsimni Station</a> a major subway and train station. On the southern end of the district is located <a href="/wiki/Seoul_Forest" title="Seoul Forest">Seoul Forest</a> and the nearby <a href="/wiki/Seongsu-dong" title="Seongsu-dong">Seongsu-dong</a>, an historically manufacturing neighborhood which is currently being gentrified.
</td>
<td>
<ul><li><a href="/wiki/Eungbongsan_(Seoul)" title="Eungbongsan (Seoul)">Eungbongsan</a></li>
<li><a href="/wiki/Seoul_Forest" title="Seoul Forest">Seoul Forest</a></li>
<li><a class="mw-redirect" href="/wiki/Wangsimni_Station" title="Wangsimni Station">Wangsimni Station</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:SMRT_Cheonhodaero.jpg"><img alt="SMRT Cheonhodaero.jpg" data-file-height="566" data-file-width="800" decoding="async" height="142" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/SMRT_Cheonhodaero.jpg/200px-SMRT_Cheonhodaero.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/SMRT_Cheonhodaero.jpg/300px-SMRT_Cheonhodaero.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a7/SMRT_Cheonhodaero.jpg/400px-SMRT_Cheonhodaero.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Seongdong-gu.svg"><img alt="Seoul Seongdong-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Seoul_Seongdong-gu.svg/200px-Seoul_Seongdong-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Seoul_Seongdong-gu.svg/300px-Seoul_Seongdong-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Seoul_Seongdong-gu.svg/400px-Seoul_Seongdong-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Songpa-gu" title="Songpa-gu">Songpa-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Bangi-dong" title="Bangi-dong">Bangi-dong</a></li>
<li><a href="/wiki/Garak-dong" title="Garak-dong">Garak-dong</a></li>
<li><a href="/wiki/Geoyeo-dong" title="Geoyeo-dong">Geoyeo-dong</a></li>
<li><a href="/wiki/Jamsil-dong" title="Jamsil-dong">Jamsil-dong</a></li>
<li><a href="/wiki/Jangji-dong" title="Jangji-dong">Jangji-dong</a></li>
<li><a href="/wiki/Macheon-dong" title="Macheon-dong">Macheon-dong</a></li>
<li><a href="/wiki/Munjeong-dong" title="Munjeong-dong">Munjeong-dong</a></li>
<li><a href="/wiki/Ogeum-dong,_Seoul" title="Ogeum-dong, Seoul">Ogeum-dong</a></li>
<li><a href="/wiki/Pungnap-dong" title="Pungnap-dong">Pungnap-dong</a></li>
<li><a href="/wiki/Samjeon-dong" title="Samjeon-dong">Samjeon-dong</a></li>
<li><a href="/wiki/Seokchon-dong" title="Seokchon-dong">Seokchon-dong</a></li>
<li><a href="/wiki/Sincheon-dong,_Seoul" title="Sincheon-dong, Seoul">Sincheon-dong</a></li>
<li><a href="/wiki/Songpa-dong" title="Songpa-dong">Songpa-dong</a></li></ul>
</td>
<td>The Songpa district, mostly developed during the 1980s, is today the most populated in Seoul. Famous for its sprawling apartment complexes, it hosted most of the competitions during the <a href="/wiki/1988_Summer_Olympics" title="1988 Summer Olympics">1988 Summer Olympics</a> at the <a href="/wiki/Seoul_Sports_Complex" title="Seoul Sports Complex">Seoul Sports Complex</a> and the <a href="/wiki/Olympic_Park,_Seoul" title="Olympic Park, Seoul">Olympic Park</a>. <a href="/wiki/Lotte_World_Tower" title="Lotte World Tower">Lotte World Tower</a>, the world's fifrth tallest building, is located in the <a href="/wiki/Jamsil-dong" title="Jamsil-dong">Jamsil</a> neighborhood of the district.
</td>
<td>
<ul><li><a href="/wiki/Olympic_Park,_Seoul" title="Olympic Park, Seoul">Olympic Park</a></li>
<li><a class="new" href="/w/index.php?title=Bangi-dong_Marsh_Area&amp;action=edit&amp;redlink=1" title="Bangi-dong Marsh Area (page does not exist)">Bangi-dong Marsh Area</a></li>
<li><a href="/wiki/Lotte_World" title="Lotte World">Lotte World</a></li>
<li><a href="/wiki/Lotte_World_Tower" title="Lotte World Tower">Lotte World Tower</a></li>
<li><a class="new" href="/w/index.php?title=Seokchon_Lake&amp;action=edit&amp;redlink=1" title="Seokchon Lake (page does not exist)">Seokchon Lake</a></li>
<li><a href="/wiki/Seoul_Sports_Complex" title="Seoul Sports Complex">Seoul Sports Complex</a></li>
<li><a href="/wiki/Garak_Market" title="Garak Market">Garak Market</a></li>
<li><a href="/wiki/Tancheon" title="Tancheon">Tancheon</a></li>
<li><a href="/wiki/Wiryeseong" title="Wiryeseong">Wiryeseong</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Seoul-Olympic.Park-02.jpg"><img alt="Seoul-Olympic.Park-02.jpg" data-file-height="1200" data-file-width="1600" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Seoul-Olympic.Park-02.jpg/200px-Seoul-Olympic.Park-02.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Seoul-Olympic.Park-02.jpg/300px-Seoul-Olympic.Park-02.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Seoul-Olympic.Park-02.jpg/400px-Seoul-Olympic.Park-02.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Songpa-gu.svg"><img alt="Seoul Songpa-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Seoul_Songpa-gu.svg/200px-Seoul_Songpa-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Seoul_Songpa-gu.svg/300px-Seoul_Songpa-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Seoul_Songpa-gu.svg/400px-Seoul_Songpa-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Yangcheon-gu" title="Yangcheon-gu">Yangcheon-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Mok-dong" title="Mok-dong">Mok-dong</a></li>
<li><a class="mw-redirect" href="/wiki/Sinjeong-dong,_Yangcheon_District" title="Sinjeong-dong, Yangcheon District">Sinjeong-dong</a></li>
<li><a href="/wiki/Sinwol-dong" title="Sinwol-dong">Sinwol-dong</a></li></ul>
</td>
<td>Located South of the Han River and on the Western part of time, Yangcheon is a mostly residential district, and is amongst the smallest in Seoul. The <a class="mw-redirect" href="/wiki/Mokdong" title="Mokdong">Mokdong</a> area is famous for its expensive apartment complexes and private educational institutions, as well as its sports complex.
</td>
<td>
<ul><li><a class="new" href="/w/index.php?title=Mokdong_Statium&amp;action=edit&amp;redlink=1" title="Mokdong Statium (page does not exist)">Mokdong Statium</a></li>
<li><a href="/wiki/Hyperion_Tower" title="Hyperion Tower">Hyperion Tower</a></li>
<li><a href="/wiki/Seoul_Broadcasting_System" title="Seoul Broadcasting System">SBS</a> Headquarters</li>
<li><a class="new" href="/w/index.php?title=Christian_Broadcasting_System&amp;action=edit&amp;redlink=1" title="Christian Broadcasting System (page does not exist)">CBS</a> Headquarters</li></ul>
</td>
<td><a class="image" href="/wiki/File:Mokdong_Yangcheon-gu.JPG"><img alt="Mokdong Yangcheon-gu.JPG" data-file-height="800" data-file-width="1200" decoding="async" height="133" src="//upload.wikimedia.org/wikipedia/en/thumb/6/6c/Mokdong_Yangcheon-gu.JPG/200px-Mokdong_Yangcheon-gu.JPG" srcset="//upload.wikimedia.org/wikipedia/en/thumb/6/6c/Mokdong_Yangcheon-gu.JPG/300px-Mokdong_Yangcheon-gu.JPG 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/6/6c/Mokdong_Yangcheon-gu.JPG/400px-Mokdong_Yangcheon-gu.JPG 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Yangcheon-gu.svg"><img alt="Seoul Yangcheon-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Seoul_Yangcheon-gu.svg/200px-Seoul_Yangcheon-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Seoul_Yangcheon-gu.svg/300px-Seoul_Yangcheon-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Seoul_Yangcheon-gu.svg/400px-Seoul_Yangcheon-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Yeongdeungpo-gu" title="Yeongdeungpo-gu">Yeongdeungpo-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Dangsan-dong" title="Dangsan-dong">Dangsan-dong</a></li>
<li><a href="/wiki/Daerim-dong" title="Daerim-dong">Daerim-dong</a></li>
<li><a href="/wiki/Dorim-dong" title="Dorim-dong">Dorim-dong</a></li>
<li><a href="/wiki/Mullae-dong" title="Mullae-dong">Mullae-dong</a></li>
<li><a href="/wiki/Singil-dong" title="Singil-dong">Singil-dong</a></li>
<li><a href="/wiki/Yangpyeong-dong" title="Yangpyeong-dong">Yangpyeong-dong</a></li>
<li><a href="/wiki/Yeongdeungpo-dong" title="Yeongdeungpo-dong">Yeongdeungpo-dong</a></li>
<li><a href="/wiki/Yeouido-dong" title="Yeouido-dong">Yeouido-dong</a></li></ul>
</td>
<td>Located in the South-West part of the city, Yeongdeungpo is home to a large Chinese community. <a href="/wiki/Yeouido" title="Yeouido">Yeouido</a>, a large island which is home to the <a class="mw-redirect" href="/wiki/National_Assembly_of_Korea" title="National Assembly of Korea">National Assembly of Korea</a> and to the city's financial district and many of its tallest skyscrapers, is also part of Yeongdeungpo.
</td>
<td>
<ul><li><a href="/wiki/Bamseom" title="Bamseom">Bamseom</a></li>
<li><a href="/wiki/Yeouido" title="Yeouido">Yeouido</a></li>
<li><a href="/wiki/Yeouido_Park" title="Yeouido Park">Yeouido Park</a></li>
<li><a class="mw-redirect" href="/wiki/National_Assembly_of_South_Korea" title="National Assembly of South Korea">National Assembly of South Korea</a></li>
<li><a href="/wiki/Seonyudo,_Seoul" title="Seonyudo, Seoul">Seonyudo</a></li>
<li><a href="/wiki/63_Building" title="63 Building">63 Building</a></li>
<li><a class="mw-redirect" href="/wiki/International_Financial_Center_Seoul" title="International Financial Center Seoul">International Financial Center Seoul</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:IFC_Seoul.jpg"><img alt="IFC Seoul.jpg" data-file-height="1836" data-file-width="3264" decoding="async" height="113" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/IFC_Seoul.jpg/200px-IFC_Seoul.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/IFC_Seoul.jpg/300px-IFC_Seoul.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f7/IFC_Seoul.jpg/400px-IFC_Seoul.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Yeongdeungpo-gu.svg"><img alt="Seoul Yeongdeungpo-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/41/Seoul_Yeongdeungpo-gu.svg/200px-Seoul_Yeongdeungpo-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/41/Seoul_Yeongdeungpo-gu.svg/300px-Seoul_Yeongdeungpo-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/41/Seoul_Yeongdeungpo-gu.svg/400px-Seoul_Yeongdeungpo-gu.svg.png 2x" width="200"/></a>
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Yongsan-gu" title="Yongsan-gu">Yongsan-gu</a>
</td>
<td>
<ul><li><a href="/wiki/Cheongpa-dong" title="Cheongpa-dong">Cheongpa-dong</a></li>
<li><a href="/wiki/Hangangno-dong" title="Hangangno-dong">Hangangno-dong</a></li>
<li><a href="/wiki/Hannam-dong" title="Hannam-dong">Hannam-dong</a></li>
<li><a href="/wiki/Huam-dong" title="Huam-dong">Huam-dong</a></li>
<li><a href="/wiki/Hyochang-dong" title="Hyochang-dong">Hyochang-dong</a></li>
<li><a href="/wiki/Ichon-dong" title="Ichon-dong">Ichon-dong</a></li>
<li><a href="/wiki/Itaewon" title="Itaewon">Itaewon</a></li>
<li><a class="mw-redirect" href="/wiki/Namyoung-dong" title="Namyoung-dong">Namyoung-dong</a></li>
<li><a href="/wiki/Seobinggo-dong" title="Seobinggo-dong">Seobinggo-dong</a></li>
<li><a href="/wiki/Wonhyoro-dong" title="Wonhyoro-dong">Wonhyoro-dong</a></li>
<li><a href="/wiki/Yongmun-dong" title="Yongmun-dong">Yongmun-dong</a></li>
<li><a href="/wiki/Yongsan-dong,_Seoul" title="Yongsan-dong, Seoul">Yongsan-dong</a></li></ul>
</td>
<td>Geographically located in the center of Seoul, Yongsan is known for Mount <a href="/wiki/Namsan_(Seoul)" title="Namsan (Seoul)">Namsan</a>, and the <a href="/wiki/Yongsan_Garrison" title="Yongsan Garrison">Yongsan Garrison</a>. A cosmopolitan district, it includes <a href="/wiki/Itaewon" title="Itaewon">Itaewon</a> and the <a href="/wiki/Ichon-dong" title="Ichon-dong">Ichon</a> Japanese Village. <a class="mw-redirect" href="/wiki/Yongsan_Station" title="Yongsan Station">Yongsan Station</a>, a major train station, is also located in the district.
</td>
<td>
<ul><li><a href="/wiki/Itaewon" title="Itaewon">Itaewon</a></li>
<li><a href="/wiki/War_Memorial_of_Korea" title="War Memorial of Korea">War Memorial of Korea</a></li>
<li><a href="/wiki/National_Museum_of_Korea" title="National Museum of Korea">National Museum of Korea</a></li>
<li><a href="/wiki/Yongsan_Electronics_Market" title="Yongsan Electronics Market">Yongsan Electronics Market</a></li>
<li><a href="/wiki/Yongsan_Garrison" title="Yongsan Garrison">Yongsan Garrison</a></li>
<li><a class="mw-redirect" href="/wiki/Yongsan_Park" title="Yongsan Park">Yongsan Park</a></li>
<li><a class="mw-redirect" href="/wiki/Yongsan_Station" title="Yongsan Station">Yongsan Station</a></li></ul>
</td>
<td><a class="image" href="/wiki/File:Seoul-Yongsan.gu-01.jpg"><img alt="Seoul-Yongsan.gu-01.jpg" data-file-height="1807" data-file-width="2708" decoding="async" height="133" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Seoul-Yongsan.gu-01.jpg/200px-Seoul-Yongsan.gu-01.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Seoul-Yongsan.gu-01.jpg/300px-Seoul-Yongsan.gu-01.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Seoul-Yongsan.gu-01.jpg/400px-Seoul-Yongsan.gu-01.jpg 2x" width="200"/></a>
</td>
<td><a class="image" href="/wiki/File:Seoul_Yongsan-gu.svg"><img alt="Seoul Yongsan-gu.svg" data-file-height="1400" data-file-width="1400" decoding="async" height="200" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Seoul_Yongsan-gu.svg/200px-Seoul_Yongsan-gu.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Seoul_Yongsan-gu.svg/300px-Seoul_Yongsan-gu.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Seoul_Yongsan-gu.svg/400px-Seoul_Yongsan-gu.svg.png 2x" width="200"/></a>
</td></tr></tbody></table>
<h2><span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit&amp;section=3" title="Edit section: See also">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<ul><li><a class="mw-redirect" href="/wiki/Administrative_Divisions_of_South_Korea" title="Administrative Divisions of South Korea">Administrative Divisions of South Korea</a></li>
<li><a class="mw-redirect" href="/wiki/Districts_of_South_Korea" title="Districts of South Korea">Districts of South Korea</a></li>
<li><a href="/wiki/Special_wards_of_Tokyo" title="Special wards of Tokyo">Special wards of Tokyo</a></li>
<li><a class="mw-redirect" href="/wiki/Borough_(New_York_City)" title="Borough (New York City)">Boroughs of New York City</a></li>
<li><a class="mw-redirect" href="/wiki/London_borough" title="London borough">London borough</a></li>
<li><a href="/wiki/Arrondissements_of_Paris" title="Arrondissements of Paris">Arrondissements of Paris</a></li>
<li><a class="mw-redirect" href="/wiki/Municipalities_of_the_Brussels-Capital_Region" title="Municipalities of the Brussels-Capital Region">Municipalities of the Brussels-Capital Region</a></li></ul>
<h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit&amp;section=4" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="reflist" style="list-style-type: decimal;">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://stat.seoul.go.kr/Seoul_System5.jsp?stc_cd=412" rel="nofollow">"Area and Number of Administrative Units"</a>. <i>Seoul Statistics</i><span class="reference-accessdate">. Retrieved <span class="nowrap">October 13,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Seoul+Statistics&amp;rft.atitle=Area+and+Number+of+Administrative+Units&amp;rft_id=http%3A%2F%2Fstat.seoul.go.kr%2FSeoul_System5.jsp%3Fstc_cd%3D412&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+districts+of+Seoul"></span><style data-mw-deduplicate="TemplateStyles:r951705291">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg");background-repeat:no-repeat;background-size:12px;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://stat.seoul.go.kr/octagonweb/jsp/WWS7/WWSDS7100.jsp?re_stc_cd=412&amp;re_lang=kor" rel="nofollow">"Administrative areas"</a>. <i>Seoul Statistics</i><span class="reference-accessdate">. Retrieved <span class="nowrap">October 13,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Seoul+Statistics&amp;rft.atitle=Administrative+areas&amp;rft_id=http%3A%2F%2Fstat.seoul.go.kr%2Foctagonweb%2Fjsp%2FWWS7%2FWWSDS7100.jsp%3Fre_stc_cd%3D412%26re_lang%3Dkor&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+districts+of+Seoul"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.citypopulation.de/php/southkorea-seoul.php" rel="nofollow">"Seoul Metropolitan City"</a>. <i>citypopulation.de</i><span class="reference-accessdate">. Retrieved <span class="nowrap">October 13,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=citypopulation.de&amp;rft.atitle=Seoul+Metropolitan+City&amp;rft_id=http%3A%2F%2Fwww.citypopulation.de%2Fphp%2Fsouthkorea-seoul.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+districts+of+Seoul"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
</ol></div></div>
<div aria-labelledby="Seoul" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="3" scope="col"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Seoul" title="Template:Seoul"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Seoul" title="Template talk:Seoul"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Seoul&amp;action=edit"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="Seoul" style="font-size:114%;margin:0 4em"><a href="/wiki/Seoul" title="Seoul">Seoul</a></div></th></tr><tr><td class="navbox-abovebelow" colspan="3"><div id="*_Culture_*_Economy_*_Education_*_Government_**_Council_**_Mayor_*_History_**_Timeline_*_Mass_media_*_People_*_Religion_*_Sport_*_Transport">
<ul><li><a href="/wiki/Category:Culture_of_Seoul" title="Category:Culture of Seoul">Culture</a></li>
<li><a href="/wiki/Seoul#Economy" title="Seoul">Economy</a></li>
<li><a href="/wiki/Seoul#Education" title="Seoul">Education</a></li>
<li><a href="/wiki/Seoul_Metropolitan_Government" title="Seoul Metropolitan Government">Government</a>
<ul><li><a href="/wiki/Seoul_Metropolitan_Council" title="Seoul Metropolitan Council">Council</a></li>
<li><a href="/wiki/Mayor_of_Seoul" title="Mayor of Seoul">Mayor</a></li></ul></li>
<li><a href="/wiki/History_of_Seoul" title="History of Seoul">History</a>
<ul><li><a href="/wiki/Timeline_of_Seoul" title="Timeline of Seoul">Timeline</a></li></ul></li>
<li><a href="/wiki/Category:Mass_media_in_Seoul" title="Category:Mass media in Seoul">Mass media</a></li>
<li><a href="/wiki/Category:People_from_Seoul" title="Category:People from Seoul">People</a></li>
<li><a href="/wiki/Category:Religion_in_Seoul" title="Category:Religion in Seoul">Religion</a></li>
<li><a href="/wiki/Sports_in_Seoul" title="Sports in Seoul">Sport</a></li>
<li><a href="/wiki/Transportation_in_Seoul" title="Transportation in Seoul">Transport</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a class="mw-selflink selflink">Districts</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">North of <a href="/wiki/Han_River_(Korea)" title="Han River (Korea)">Han River</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Dobong_District" title="Dobong District">Dobong</a></li>
<li><a href="/wiki/Dongdaemun_District" title="Dongdaemun District">Dongdaemun</a></li>
<li><a href="/wiki/Eunpyeong_District" title="Eunpyeong District">Eunpyeong</a></li>
<li><a href="/wiki/Gangbuk_District" title="Gangbuk District">Gangbuk</a></li>
<li><a href="/wiki/Gwangjin_District" title="Gwangjin District">Gwangjin</a></li>
<li><a href="/wiki/Jongno_District" title="Jongno District">Jongno</a></li>
<li><a href="/wiki/Jung_District,_Seoul" title="Jung District, Seoul">Jung</a></li>
<li><a href="/wiki/Jungnang_District" title="Jungnang District">Jungnang</a></li>
<li><a href="/wiki/Mapo_District" title="Mapo District">Mapo</a></li>
<li><a href="/wiki/Nowon_District" title="Nowon District">Nowon</a></li>
<li><a href="/wiki/Seodaemun_District" title="Seodaemun District">Seodaemun</a></li>
<li><a href="/wiki/Seongbuk_District" title="Seongbuk District">Seongbuk</a></li>
<li><a href="/wiki/Seongdong_District" title="Seongdong District">Seongdong</a></li>
<li><a href="/wiki/Yongsan_District" title="Yongsan District">Yongsan</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">South of <a href="/wiki/Han_River_(Korea)" title="Han River (Korea)">Han River</a></th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Dongjak_District" title="Dongjak District">Dongjak</a></li>
<li><a href="/wiki/Gangdong_District" title="Gangdong District">Gangdong</a></li>
<li><a href="/wiki/Gangnam_District" title="Gangnam District">Gangnam</a></li>
<li><a href="/wiki/Gangseo_District,_Seoul" title="Gangseo District, Seoul">Gangseo</a></li>
<li><a href="/wiki/Geumcheon_District" title="Geumcheon District">Geumcheon</a></li>
<li><a href="/wiki/Guro_District,_Seoul" title="Guro District, Seoul">Guro</a></li>
<li><a href="/wiki/Gwanak_District" title="Gwanak District">Gwanak</a></li>
<li><a href="/wiki/Songpa_District" title="Songpa District">Songpa</a></li>
<li><a href="/wiki/Seocho_District" title="Seocho District">Seocho</a></li>
<li><a href="/wiki/Yangcheon_District" title="Yangcheon District">Yangcheon</a></li>
<li><a href="/wiki/Yeongdeungpo_District" title="Yeongdeungpo District">Yeongdeungpo</a></li></ul>
</div></td></tr></tbody></table><div></div></td><td class="noviewer navbox-image" rowspan="2" style="width:1px;padding:0px 0px 0px 2px"><div><a class="image" href="/wiki/File:Map_Seoul_districts_de.png" title="Map of the districts of Seoul"><img alt="Map of the districts of Seoul" data-file-height="2760" data-file-width="2760" decoding="async" height="60" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Map_Seoul_districts_de.png/60px-Map_Seoul_districts_de.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Map_Seoul_districts_de.png/90px-Map_Seoul_districts_de.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Map_Seoul_districts_de.png/120px-Map_Seoul_districts_de.png 2x" width="60"/></a></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/List_of_neighbourhoods_of_Seoul" title="List of neighbourhoods of Seoul">Neighbourhoods</a></th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Apgujeong-dong" title="Apgujeong-dong">Apgujeong-dong</a></li>
<li><a href="/wiki/Bukchon_Hanok_Village" title="Bukchon Hanok Village">Bukchon Hanok Village</a></li>
<li><a href="/wiki/Cheongdam-dong" title="Cheongdam-dong">Cheongdam-dong</a></li>
<li><a class="mw-redirect" href="/wiki/COEX_Mall" title="COEX Mall">COEX Mall</a></li>
<li><a href="/wiki/Daehangno" title="Daehangno">Daehangno</a></li>
<li><a href="/wiki/Heunginjimun" title="Heunginjimun">Dongdaemun</a></li>
<li><a class="mw-redirect" href="/wiki/Gangnam_(Seoul)" title="Gangnam (Seoul)">Gangnam</a></li>
<li><a href="/wiki/Garosu-gil" title="Garosu-gil">Garosu-gil</a></li>
<li><a class="mw-redirect" href="/wiki/Hongdae_area" title="Hongdae area">Hongdae</a></li>
<li><a class="mw-redirect" href="/wiki/Idae_area" title="Idae area">Idae</a></li>
<li><a href="/wiki/Insa-dong" title="Insa-dong">Insa-dong</a></li>
<li><a href="/wiki/Itaewon" title="Itaewon">Itaewon</a></li>
<li><a href="/wiki/Jongno" title="Jongno">Jongno</a></li>
<li><a href="/wiki/Munjeong-dong_Rodeo_Street" title="Munjeong-dong Rodeo Street">Munjeong-dong Rodeo Street</a></li>
<li><a href="/wiki/Namdaemun_Market" title="Namdaemun Market">Namdaemun</a></li>
<li><a href="/wiki/Seochon" title="Seochon">Seochon</a></li>
<li><a href="/wiki/Seorae_Village" title="Seorae Village">Seorae Village</a></li>
<li><a class="mw-redirect" href="/wiki/Sillim" title="Sillim">Sillim</a></li>
<li><a href="/wiki/Sincheon-dong,_Seoul" title="Sincheon-dong, Seoul">Sincheon</a></li>
<li><a href="/wiki/Sinchon-dong,_Seoul" title="Sinchon-dong, Seoul">Sinchon</a></li>
<li><a href="/wiki/Yeouido" title="Yeouido">Yeouido</a></li></ul>
</div></td></tr></tbody></table></div>
<!-- 
NewPP limit report
Parsed by mw2228
Cached time: 20201001113247
Cache expiry: 2592000
Dynamic content: false
Complications: [vary‐revision‐sha1]
CPU time usage: 0.536 seconds
Real time usage: 0.734 seconds
Preprocessor visited node count: 3078/1000000
Post‐expand include size: 33720/2097152 bytes
Template argument size: 735/2097152 bytes
Highest expansion depth: 8/40
Expensive parser function count: 0/500
Unstrip recursion depth: 1/20
Unstrip post‐expand size: 11238/5000000 bytes
Lua time usage: 0.227/10.000 seconds
Lua memory usage: 15.04 MB/50 MB
Number of Wikibase entities loaded: 0/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00%  406.242      1 -total
 50.90%  206.785     26 Template:Lang
 31.10%  126.326      1 Template:Reflist
 26.34%  107.014      3 Template:Cite_web
 12.38%   50.300      1 Template:List_of_provincial_level_subdivision_of_South_Korea
  6.59%   26.758     25 Template:Linktext
  5.20%   21.127      1 Template:Navbar
  4.16%   16.909      1 Template:Seoul
  3.51%   14.248      2 Template:Navbox
  1.01%    4.103      2 Template:Nowrap
-->
<!-- Saved in parser cache with key enwiki:pcache:idhash:8684865-0!canonical and timestamp 20201001113246 and revision id 975452685
 -->
</div><noscript><img alt="" height="1" src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" style="border: none; position: absolute;" title="" width="1"/></noscript>
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_districts_of_Seoul&amp;oldid=975452685">https://en.wikipedia.org/w/index.php?title=List_of_districts_of_Seoul&amp;oldid=975452685</a>"</div></div>
<div class="catlinks" data-mw="interface" id="catlinks"><div class="mw-normal-catlinks" id="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Geography_of_Seoul" title="Category:Geography of Seoul">Geography of Seoul</a></li><li><a href="/wiki/Category:Government_of_Seoul" title="Category:Government of Seoul">Government of Seoul</a></li><li><a href="/wiki/Category:Districts_of_Seoul" title="Category:Districts of Seoul">Districts of Seoul</a></li><li><a href="/wiki/Category:Seoul-related_lists" title="Category:Seoul-related lists">Seoul-related lists</a></li></ul></div><div class="mw-hidden-catlinks mw-hidden-cats-hidden" id="mw-hidden-catlinks">Hidden categories: <ul><li><a href="/wiki/Category:Articles_containing_Korean-language_text" title="Category:Articles containing Korean-language text">Articles containing Korean-language text</a></li></ul></div></div>
</div>
</div>
<div id="mw-data-after-content">
<div class="read-more-container"></div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
<div id="mw-head">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-personal-label" class="vector-menu" id="p-personal" role="navigation">
<h3 id="p-personal-label">
<span>Personal tools</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a accesskey="n" href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]">Talk</a></li><li id="pt-anoncontribs"><a accesskey="y" href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=List+of+districts+of+Seoul" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a accesskey="o" href="/w/index.php?title=Special:UserLogin&amp;returnto=List+of+districts+of+Seoul" title="You're encouraged to log in; however, it's not mandatory. [o]">Log in</a></li></ul>
</div>
</nav>
<div id="left-navigation">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-namespaces-label" class="vector-menu vector-menu-tabs vectorTabs" id="p-namespaces" role="navigation">
<h3 id="p-namespaces-label">
<span>Namespaces</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="selected" id="ca-nstab-main"><a accesskey="c" href="/wiki/List_of_districts_of_Seoul" title="View the content page [c]">Article</a></li><li id="ca-talk"><a accesskey="t" href="/wiki/Talk:List_of_districts_of_Seoul" rel="discussion" title="Discuss improvements to the content page [t]">Talk</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-variants-label" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" id="p-variants" role="navigation">
<input aria-labelledby="p-variants-label" class="vector-menu-checkbox vectorMenuCheckbox" type="checkbox"/>
<h3 id="p-variants-label">
<span>Variants</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="menu vector-menu-content-list"></ul>
</div>
</nav>
</div>
<div id="right-navigation">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-views-label" class="vector-menu vector-menu-tabs vectorTabs" id="p-views" role="navigation">
<h3 id="p-views-label">
<span>Views</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="selected" id="ca-view"><a href="/wiki/List_of_districts_of_Seoul">Read</a></li><li id="ca-edit"><a accesskey="e" href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=edit" title="Edit this page [e]">Edit</a></li><li id="ca-history"><a accesskey="h" href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=history" title="Past revisions of this page [h]">View history</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-cactions-label" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" id="p-cactions" role="navigation">
<input aria-labelledby="p-cactions-label" class="vector-menu-checkbox vectorMenuCheckbox" type="checkbox"/>
<h3 id="p-cactions-label">
<span>More</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="menu vector-menu-content-list"></ul>
</div>
</nav>
<div id="p-search" role="search">
<h3>
<label for="searchInput">Search</label>
</h3>
<form action="/w/index.php" id="searchform">
<div data-search-loc="header-moved" id="simpleSearch">
<input accesskey="f" id="searchInput" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" type="search"/>
<input name="title" type="hidden" value="Special:Search"/>
<input class="searchButton mw-fallbackSearchButton" id="mw-searchButton" name="fulltext" title="Search Wikipedia for this text" type="submit" value="Search"/>
<input class="searchButton" id="searchButton" name="go" title="Go to a page with this exact name if it exists" type="submit" value="Go"/>
</div>
</form>
</div>
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner">
<a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a>
</div>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-navigation-label" class="vector-menu vector-menu-portal portal portal-first" id="p-navigation" role="navigation">
<h3 id="p-navigation-label">
<span>Navigation</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a accesskey="z" href="/wiki/Main_Page" title="Visit the main page [z]">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a accesskey="x" href="/wiki/Special:Random" title="Visit a randomly selected article [x]">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-interaction-label" class="vector-menu vector-menu-portal portal" id="p-interaction" role="navigation">
<h3 id="p-interaction-label">
<span>Contribute</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a accesskey="r" href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-tb-label" class="vector-menu vector-menu-portal portal" id="p-tb" role="navigation">
<h3 id="p-tb-label">
<span>Tools</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a accesskey="j" href="/wiki/Special:WhatLinksHere/List_of_districts_of_Seoul" title="List of all English Wikipedia pages containing links to this page [j]">What links here</a></li><li id="t-recentchangeslinked"><a accesskey="k" href="/wiki/Special:RecentChangesLinked/List_of_districts_of_Seoul" rel="nofollow" title="Recent changes in pages linked from this page [k]">Related changes</a></li><li id="t-upload"><a accesskey="u" href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]">Upload file</a></li><li id="t-specialpages"><a accesskey="q" href="/wiki/Special:SpecialPages" title="A list of all special pages [q]">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;oldid=975452685" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=List_of_districts_of_Seoul&amp;action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=List_of_districts_of_Seoul&amp;id=975452685&amp;wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li><li id="t-wikibase"><a accesskey="g" href="https://www.wikidata.org/wiki/Special:EntityPage/Q495143" title="Structured data on this page hosted by Wikidata [g]">Wikidata item</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-coll-print_export-label" class="vector-menu vector-menu-portal portal" id="p-coll-print_export" role="navigation">
<h3 id="p-coll-print_export-label">
<span>Print/export</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=List_of_districts_of_Seoul&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a accesskey="p" href="/w/index.php?title=List_of_districts_of_Seoul&amp;printable=yes" title="Printable version of this page [p]">Printable version</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-wikibase-otherprojects-label" class="vector-menu vector-menu-portal portal" id="p-wikibase-otherprojects" role="navigation">
<h3 id="p-wikibase-otherprojects-label">
<span>In other projects</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Category:Districts_of_Seoul" hreflang="en">Wikimedia Commons</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-lang-label" class="vector-menu vector-menu-portal portal" id="p-lang" role="navigation">
<h3 id="p-lang-label">
<span>Languages</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-bs"><a class="interlanguage-link-target" href="https://bs.wikipedia.org/wiki/Okruzi_Seoula" hreflang="bs" lang="bs" title="Okruzi Seoula – Bosnian">Bosanski</a></li><li class="interlanguage-link interwiki-ko"><a class="interlanguage-link-target" href="https://ko.wikipedia.org/wiki/%EC%84%9C%EC%9A%B8%ED%8A%B9%EB%B3%84%EC%8B%9C%EC%9D%98_%ED%96%89%EC%A0%95_%EA%B5%AC%EC%97%AD" hreflang="ko" lang="ko" title="서울특별시의 행정 구역 – Korean">한국어</a></li><li class="interlanguage-link interwiki-id"><a class="interlanguage-link-target" href="https://id.wikipedia.org/wiki/Daftar_distrik_di_Seoul" hreflang="id" lang="id" title="Daftar distrik di Seoul – Indonesian">Bahasa Indonesia</a></li><li class="interlanguage-link interwiki-pt"><a class="interlanguage-link-target" href="https://pt.wikipedia.org/wiki/Distritos_de_Seul" hreflang="pt" lang="pt" title="Distritos de Seul – Portuguese">Português</a></li><li class="interlanguage-link interwiki-th"><a class="interlanguage-link-target" href="https://th.wikipedia.org/wiki/%E0%B8%A3%E0%B8%B2%E0%B8%A2%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B9%80%E0%B8%82%E0%B8%95%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B9%82%E0%B8%8B%E0%B8%A5" hreflang="th" lang="th" title="รายชื่อเขตของโซล – Thai">ไทย</a></li><li class="interlanguage-link interwiki-vi"><a class="interlanguage-link-target" href="https://vi.wikipedia.org/wiki/Danh_s%C3%A1ch_qu%E1%BA%ADn_c%E1%BB%A7a_Seoul" hreflang="vi" lang="vi" title="Danh sách quận của Seoul – Vietnamese">Tiếng Việt</a></li></ul>
<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a class="wbc-editpage" href="https://www.wikidata.org/wiki/Special:EntityPage/Q495143#sitelinks-wikipedia" title="Edit interlanguage links">Edit links</a></span></div>
</div>
</nav>
</div>
</div>
<footer class="mw-footer" id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last edited on 28 August 2020, at 16:04<span class="anonymous-show"> (UTC)</span>.</li>
<li id="footer-info-copyright">Text is available under the <a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License" rel="license">Creative Commons Attribution-ShareAlike License</a><a href="//creativecommons.org/licenses/by-sa/3.0/" rel="license" style="display:none;"></a>;
additional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a class="extiw" href="https://foundation.wikimedia.org/wiki/Privacy_policy" title="wmf:Privacy policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
<li id="footer-places-mobileview"><a class="noprint stopMobileRedirectToggle" href="//en.m.wikipedia.org/w/index.php?title=List_of_districts_of_Seoul&amp;mobileaction=toggle_view_mobile">Mobile view</a></li>
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
</ul>
<ul class="noprint" id="footer-icons">
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img alt="Wikimedia Foundation" height="31" loading="lazy" src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88"/></a></li>
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img alt="Powered by MediaWiki" height="31" loading="lazy" src="/static/images/footer/poweredby_mediawiki_88x31.png" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88"/></a></li>
</ul>
<div style="clear: both;"></div>
</footer>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.536","walltime":"0.734","ppvisitednodes":{"value":3078,"limit":1000000},"postexpandincludesize":{"value":33720,"limit":2097152},"templateargumentsize":{"value":735,"limit":2097152},"expansiondepth":{"value":8,"limit":40},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":11238,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%  406.242      1 -total"," 50.90%  206.785     26 Template:Lang"," 31.10%  126.326      1 Template:Reflist"," 26.34%  107.014      3 Template:Cite_web"," 12.38%   50.300      1 Template:List_of_provincial_level_subdivision_of_South_Korea","  6.59%   26.758     25 Template:Linktext","  5.20%   21.127      1 Template:Navbar","  4.16%   16.909      1 Template:Seoul","  3.51%   14.248      2 Template:Navbox","  1.01%    4.103      2 Template:Nowrap"]},"scribunto":{"limitreport-timeusage":{"value":"0.227","limit":"10.000"},"limitreport-memusage":{"value":15772202,"limit":52428800}},"cachereport":{"origin":"mw2228","timestamp":"20201001113247","ttl":2592000,"transientcontent":false}}});});</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"List of districts of Seoul","url":"https:\/\/en.wikipedia.org\/wiki\/List_of_districts_of_Seoul","sameAs":"http:\/\/www.wikidata.org\/entity\/Q495143","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q495143","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2006-12-31T05:01:22Z","dateModified":"2020-08-28T16:04:37Z","headline":"Wikimedia list article"}</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":134,"wgHostname":"mw2240"});});</script>
</body></html>
In [16]:
table_tags = soup.find('table', class_='wikitable')
table_tags
Out[16]:
<table class="wikitable sortable">
<tbody><tr>
<th>Name</th>
<th>Population</th>
<th>Area</th>
<th>Population density
</th></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Dobong-gu" title="Dobong-gu">Dobong-gu</a> (도봉구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%81%93" title="wikt:道">道</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B3%B0" title="wikt:峰">峰</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>355,712
</td>
<td>20.70 km²
</td>
<td>17184/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Dongdaemun-gu" title="Dongdaemun-gu">Dongdaemun-gu</a> (동대문구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%B1" title="wikt:東">東</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%A4%A7" title="wikt:大">大</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%96%80" title="wikt:門">門</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>376,319
</td>
<td>14.21 km²
</td>
<td>26483/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Dongjak-gu" title="Dongjak-gu">Dongjak-gu</a> (동작구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%8A%85" title="wikt:銅">銅</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%9B%80" title="wikt:雀">雀</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>419,261
</td>
<td>16.35 km²
</td>
<td>25643/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Eunpyeong-gu" title="Eunpyeong-gu">Eunpyeong-gu</a> (은평구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%81%A9" title="wikt:恩">恩</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B9%B3" title="wikt:平">平</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>503,243
</td>
<td>29.70 km²
</td>
<td>16944/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangbuk-gu" title="Gangbuk-gu">Gangbuk-gu</a> (강북구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8C%97" title="wikt:北">北</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>338,410
</td>
<td>23.60 km²
</td>
<td>14339/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangdong-gu" title="Gangdong-gu">Gangdong-gu</a> (강동구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%B1" title="wikt:東">東</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>481,332
</td>
<td>24.59 km²
</td>
<td>19574/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangnam-gu" title="Gangnam-gu">Gangnam-gu</a> (강남구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%97" title="wikt:南">南</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>583,446
</td>
<td>39.50 km²
</td>
<td>14771/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gangseo-gu,_Seoul" title="Gangseo-gu, Seoul">Gangseo-gu</a> (강서구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%A5%BF" title="wikt:西">西</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>591,653
</td>
<td>41.43 km²
</td>
<td>14281/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Geumcheon-gu" title="Geumcheon-gu">Geumcheon-gu</a> (금천구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%A1%BF" title="wikt:衿">衿</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B7%9D" title="wikt:川">川</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>258,030
</td>
<td>13.02 km²
</td>
<td>19818/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Guro-gu" title="Guro-gu">Guro-gu</a> (구로구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E4%B9%9D" title="wikt:九">九</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%80%81" title="wikt:老">老</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>457,131
</td>
<td>20.12 km²
</td>
<td>22720/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gwanak-gu" title="Gwanak-gu">Gwanak-gu</a> (관악구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%86%A0" title="wikt:冠">冠</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B2%B3" title="wikt:岳">岳</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>531,960
</td>
<td>29.57 km²
</td>
<td>17990/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Gwangjin-gu" title="Gwangjin-gu">Gwangjin-gu</a> (광진구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%BB%A3" title="wikt:廣">廣</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B4%A5" title="wikt:津">津</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>377,375
</td>
<td>17.06 km²
</td>
<td>22120/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Jongno-gu" title="Jongno-gu">Jongno-gu</a> (종로구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%8D%BE" title="wikt:鍾">鍾</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%B7%AF" title="wikt:路">路</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>165,344
</td>
<td>23.91 km²
</td>
<td>6915/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Jung-gu,_Seoul" title="Jung-gu, Seoul">Jung-gu</a> (중구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E4%B8%AD" title="wikt:中">中</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>136,227
</td>
<td>9.96 km²
</td>
<td>13677/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Jungnang-gu" title="Jungnang-gu">Jungnang-gu</a> (중랑구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E4%B8%AD" title="wikt:中">中</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B5%AA" title="wikt:浪">浪</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>423,411
</td>
<td>18.50 km²
</td>
<td>22887/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Mapo-gu" title="Mapo-gu">Mapo-gu</a> (마포구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%BA%BB" title="wikt:麻">麻</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B5%A6" title="wikt:浦">浦</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>395,830
</td>
<td>23.84 km²
</td>
<td>16604/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Nowon-gu" title="Nowon-gu">Nowon-gu</a> (노원구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%98%86" title="wikt:蘆">蘆</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8E%9F" title="wikt:原">原</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>586,056
</td>
<td>35.44 km²
</td>
<td>16536/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seocho-gu" title="Seocho-gu">Seocho-gu</a> (서초구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E7%91%9E" title="wikt:瑞">瑞</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%8D%89" title="wikt:草">草</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>454,288
</td>
<td>47.00 km²
</td>
<td>9666/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seodaemun-gu" title="Seodaemun-gu">Seodaemun-gu</a> (서대문구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%A5%BF" title="wikt:西">西</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%A4%A7" title="wikt:大">大</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%96%80" title="wikt:門">門</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>320,861
</td>
<td>17.61 km²
</td>
<td>18220/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seongbuk-gu" title="Seongbuk-gu">Seongbuk-gu</a> (성북구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%9F%8E" title="wikt:城">城</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8C%97" title="wikt:北">北</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>475,961
</td>
<td>24.58 km²
</td>
<td>19364/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Seongdong-gu" title="Seongdong-gu">Seongdong-gu</a> (성동구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%9F%8E" title="wikt:城">城</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%B1" title="wikt:東">東</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>303,891
</td>
<td>16.86 km²
</td>
<td>19364/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Songpa-gu" title="Songpa-gu">Songpa-gu</a> (송파구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%BE" title="wikt:松">松</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%9D%A1" title="wikt:坡">坡</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>671,794
</td>
<td>33.88 km²
</td>
<td>19829/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Yangcheon-gu" title="Yangcheon-gu">Yangcheon-gu</a> (양천구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%99%BD" title="wikt:陽">陽</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B7%9D" title="wikt:川">川</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>490,708
</td>
<td>17.40 km²
</td>
<td>28202/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Yeongdeungpo-gu" title="Yeongdeungpo-gu">Yeongdeungpo-gu</a> (영등포구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B0%B8" title="wikt:永">永</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E7%99%BB" title="wikt:登">登</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B5%A6" title="wikt:浦">浦</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>421,436
</td>
<td>24.53 km²
</td>
<td>17180/km²
</td></tr>
<tr>
<td><a class="mw-redirect" href="/wiki/Yongsan-gu" title="Yongsan-gu">Yongsan-gu</a> (용산구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%BE%8D" title="wikt:龍">龍</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B1%B1" title="wikt:山">山</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>249,914
</td>
<td>21.87 km²
</td>
<td>11427/km²
</td></tr>
<tr class="sortbottom">
<td><b>Seoul</b> (서울)
</td>
<td><b>10,369,593</b>
</td>
<td><b>605.21 km²</b>
</td>
<td><b>17134/km²</b>
</td></tr></tbody></table>
In [17]:
tr_tags = table_tags.find_all('tr')
tr_tags
Out[17]:
[<tr>
 <th>Name</th>
 <th>Population</th>
 <th>Area</th>
 <th>Population density
 </th></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Dobong-gu" title="Dobong-gu">Dobong-gu</a> (도봉구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%81%93" title="wikt:道">道</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B3%B0" title="wikt:峰">峰</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>355,712
 </td>
 <td>20.70 km²
 </td>
 <td>17184/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Dongdaemun-gu" title="Dongdaemun-gu">Dongdaemun-gu</a> (동대문구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%B1" title="wikt:東">東</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%A4%A7" title="wikt:大">大</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%96%80" title="wikt:門">門</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>376,319
 </td>
 <td>14.21 km²
 </td>
 <td>26483/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Dongjak-gu" title="Dongjak-gu">Dongjak-gu</a> (동작구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%8A%85" title="wikt:銅">銅</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%9B%80" title="wikt:雀">雀</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>419,261
 </td>
 <td>16.35 km²
 </td>
 <td>25643/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Eunpyeong-gu" title="Eunpyeong-gu">Eunpyeong-gu</a> (은평구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%81%A9" title="wikt:恩">恩</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B9%B3" title="wikt:平">平</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>503,243
 </td>
 <td>29.70 km²
 </td>
 <td>16944/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Gangbuk-gu" title="Gangbuk-gu">Gangbuk-gu</a> (강북구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8C%97" title="wikt:北">北</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>338,410
 </td>
 <td>23.60 km²
 </td>
 <td>14339/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Gangdong-gu" title="Gangdong-gu">Gangdong-gu</a> (강동구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%B1" title="wikt:東">東</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>481,332
 </td>
 <td>24.59 km²
 </td>
 <td>19574/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Gangnam-gu" title="Gangnam-gu">Gangnam-gu</a> (강남구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%97" title="wikt:南">南</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>583,446
 </td>
 <td>39.50 km²
 </td>
 <td>14771/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Gangseo-gu,_Seoul" title="Gangseo-gu, Seoul">Gangseo-gu</a> (강서구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B1%9F" title="wikt:江">江</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%A5%BF" title="wikt:西">西</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>591,653
 </td>
 <td>41.43 km²
 </td>
 <td>14281/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Geumcheon-gu" title="Geumcheon-gu">Geumcheon-gu</a> (금천구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%A1%BF" title="wikt:衿">衿</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B7%9D" title="wikt:川">川</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>258,030
 </td>
 <td>13.02 km²
 </td>
 <td>19818/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Guro-gu" title="Guro-gu">Guro-gu</a> (구로구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E4%B9%9D" title="wikt:九">九</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%80%81" title="wikt:老">老</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>457,131
 </td>
 <td>20.12 km²
 </td>
 <td>22720/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Gwanak-gu" title="Gwanak-gu">Gwanak-gu</a> (관악구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%86%A0" title="wikt:冠">冠</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B2%B3" title="wikt:岳">岳</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>531,960
 </td>
 <td>29.57 km²
 </td>
 <td>17990/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Gwangjin-gu" title="Gwangjin-gu">Gwangjin-gu</a> (광진구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%BB%A3" title="wikt:廣">廣</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B4%A5" title="wikt:津">津</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>377,375
 </td>
 <td>17.06 km²
 </td>
 <td>22120/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Jongno-gu" title="Jongno-gu">Jongno-gu</a> (종로구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%8D%BE" title="wikt:鍾">鍾</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%B7%AF" title="wikt:路">路</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>165,344
 </td>
 <td>23.91 km²
 </td>
 <td>6915/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Jung-gu,_Seoul" title="Jung-gu, Seoul">Jung-gu</a> (중구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E4%B8%AD" title="wikt:中">中</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>136,227
 </td>
 <td>9.96 km²
 </td>
 <td>13677/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Jungnang-gu" title="Jungnang-gu">Jungnang-gu</a> (중랑구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E4%B8%AD" title="wikt:中">中</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B5%AA" title="wikt:浪">浪</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>423,411
 </td>
 <td>18.50 km²
 </td>
 <td>22887/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Mapo-gu" title="Mapo-gu">Mapo-gu</a> (마포구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%BA%BB" title="wikt:麻">麻</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B5%A6" title="wikt:浦">浦</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>395,830
 </td>
 <td>23.84 km²
 </td>
 <td>16604/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Nowon-gu" title="Nowon-gu">Nowon-gu</a> (노원구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%98%86" title="wikt:蘆">蘆</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8E%9F" title="wikt:原">原</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>586,056
 </td>
 <td>35.44 km²
 </td>
 <td>16536/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Seocho-gu" title="Seocho-gu">Seocho-gu</a> (서초구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E7%91%9E" title="wikt:瑞">瑞</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%8D%89" title="wikt:草">草</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>454,288
 </td>
 <td>47.00 km²
 </td>
 <td>9666/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Seodaemun-gu" title="Seodaemun-gu">Seodaemun-gu</a> (서대문구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E8%A5%BF" title="wikt:西">西</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%A4%A7" title="wikt:大">大</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%96%80" title="wikt:門">門</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>320,861
 </td>
 <td>17.61 km²
 </td>
 <td>18220/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Seongbuk-gu" title="Seongbuk-gu">Seongbuk-gu</a> (성북구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%9F%8E" title="wikt:城">城</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8C%97" title="wikt:北">北</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>475,961
 </td>
 <td>24.58 km²
 </td>
 <td>19364/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Seongdong-gu" title="Seongdong-gu">Seongdong-gu</a> (성동구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%9F%8E" title="wikt:城">城</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%B1" title="wikt:東">東</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>303,891
 </td>
 <td>16.86 km²
 </td>
 <td>19364/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Songpa-gu" title="Songpa-gu">Songpa-gu</a> (송파구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%9D%BE" title="wikt:松">松</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%9D%A1" title="wikt:坡">坡</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>671,794
 </td>
 <td>33.88 km²
 </td>
 <td>19829/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Yangcheon-gu" title="Yangcheon-gu">Yangcheon-gu</a> (양천구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%99%BD" title="wikt:陽">陽</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B7%9D" title="wikt:川">川</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>490,708
 </td>
 <td>17.40 km²
 </td>
 <td>28202/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Yeongdeungpo-gu" title="Yeongdeungpo-gu">Yeongdeungpo-gu</a> (영등포구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B0%B8" title="wikt:永">永</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E7%99%BB" title="wikt:登">登</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E6%B5%A6" title="wikt:浦">浦</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>421,436
 </td>
 <td>24.53 km²
 </td>
 <td>17180/km²
 </td></tr>, <tr>
 <td><a class="mw-redirect" href="/wiki/Yongsan-gu" title="Yongsan-gu">Yongsan-gu</a> (용산구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%BE%8D" title="wikt:龍">龍</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B1%B1" title="wikt:山">山</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
 </td>
 <td>249,914
 </td>
 <td>21.87 km²
 </td>
 <td>11427/km²
 </td></tr>, <tr class="sortbottom">
 <td><b>Seoul</b> (서울)
 </td>
 <td><b>10,369,593</b>
 </td>
 <td><b>605.21 km²</b>
 </td>
 <td><b>17134/km²</b>
 </td></tr>]
In [18]:
tr_tags.pop(0)
tr_tags[0]
Out[18]:
<tr>
<td><a class="mw-redirect" href="/wiki/Dobong-gu" title="Dobong-gu">Dobong-gu</a> (도봉구; <span lang="ko" title="Korean language text"><a class="extiw" href="https://en.wiktionary.org/wiki/%E9%81%93" title="wikt:道">道</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%B3%B0" title="wikt:峰">峰</a><a class="extiw" href="https://en.wiktionary.org/wiki/%E5%8D%80" title="wikt:區">區</a></span>)
</td>
<td>355,712
</td>
<td>20.70 km²
</td>
<td>17184/km²
</td></tr>
In [19]:
seoul_neighourhoods = []
for tag in tr_tags:
    tag = tag.find_all('td')
    seoul_neighourhoods.append(tag[0].text.split(' ')[0])

seoul_neighourhoods
Out[19]:
['Dobong-gu',
 'Dongdaemun-gu',
 'Dongjak-gu',
 'Eunpyeong-gu',
 'Gangbuk-gu',
 'Gangdong-gu',
 'Gangnam-gu',
 'Gangseo-gu',
 'Geumcheon-gu',
 'Guro-gu',
 'Gwanak-gu',
 'Gwangjin-gu',
 'Jongno-gu',
 'Jung-gu',
 'Jungnang-gu',
 'Mapo-gu',
 'Nowon-gu',
 'Seocho-gu',
 'Seodaemun-gu',
 'Seongbuk-gu',
 'Seongdong-gu',
 'Songpa-gu',
 'Yangcheon-gu',
 'Yeongdeungpo-gu',
 'Yongsan-gu',
 'Seoul']
In [20]:
print("Number of Seoul neighbourhoods: ", len(seoul_neighourhoods))
Number of Seoul neighbourhoods:  26
In [21]:
seoul_df = pd.DataFrame(seoul_neighourhoods, columns=['Neighbourhood'])
seoul_df['City'] = 'Seoul'
seoul_df['State'] = 'Gyeonggi'
seoul_df['Country'] = 'South Korea'

seoul_df.head()
Out[21]:
Neighbourhood City State Country
0 Dobong-gu Seoul Gyeonggi South Korea
1 Dongdaemun-gu Seoul Gyeonggi South Korea
2 Dongjak-gu Seoul Gyeonggi South Korea
3 Eunpyeong-gu Seoul Gyeonggi South Korea
4 Gangbuk-gu Seoul Gyeonggi South Korea
In [22]:
web_page = requests.get('https://en.wikipedia.org/wiki/List_of_neighbourhoods_in_Vancouver').text
web_page
Out[22]:
'<!DOCTYPE html>\n<html class="client-nojs" lang="en" dir="ltr">\n<head>\n<meta charset="UTF-8"/>\n<title>List of neighbourhoods in Vancouver - Wikipedia</title>\n<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"8b886e3d-97b4-4fa4-8e9f-5270e6a864b3","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_neighbourhoods_in_Vancouver","wgTitle":"List of neighbourhoods in Vancouver","wgCurRevisionId":980625626,"wgRevisionId":980625626,"wgArticleId":17757023,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Articles needing additional references from January 2009","All articles needing additional references","Articles lacking in-text citations from March 2016","All articles lacking in-text citations","Lists of populated places in British Columbia",\n"Vancouver-related lists","Lists of neighbourhoods in Canadian cities"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"List_of_neighbourhoods_in_Vancouver","wgRelevantArticleId":17757023,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q6630375"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":\n"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.cite.styles":"ready","skins.vector.styles.legacy":"ready","jquery.makeCollapsible.styles":"ready","mediawiki.toc.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","site","mediawiki.page.ready","jquery.makeCollapsible","mediawiki.toc","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init",\n"ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\\\","watchToken":"+\\\\","csrfToken":"+\\\\"});\n});});</script>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cmediawiki.toc.styles%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector"/>\n<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>\n<meta name="ResourceLoaderDynamicStyles" content=""/>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>\n<meta name="generator" content="MediaWiki 1.36.0-wmf.10"/>\n<meta name="referrer" content="origin"/>\n<meta name="referrer" content="origin-when-crossorigin"/>\n<meta name="referrer" content="origin-when-cross-origin"/>\n<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/1200px-Stadtgliederung_Vancouver_2008.png"/>\n<link rel="alternate" media="only screen and (max-width: 720px)" href="//en.m.wikipedia.org/wiki/List_of_neighbourhoods_in_Vancouver"/>\n<link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit"/>\n<link rel="edit" title="Edit this page" href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit"/>\n<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>\n<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>\n<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)"/>\n<link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd"/>\n<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>\n<link rel="canonical" href="https://en.wikipedia.org/wiki/List_of_neighbourhoods_in_Vancouver"/>\n<link rel="dns-prefetch" href="//login.wikimedia.org"/>\n<link rel="dns-prefetch" href="//meta.wikimedia.org" />\n</head>\n<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-List_of_neighbourhoods_in_Vancouver rootpage-List_of_neighbourhoods_in_Vancouver skin-vector action-view skin-vector-legacy"><div id="mw-page-base" class="noprint"></div>\n<div id="mw-head-base" class="noprint"></div>\n<div id="content" class="mw-body" role="main">\n\t<a id="top"></a>\n\t<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>\n\t<div class="mw-indicators mw-body-content">\n\t</div>\n\t<h1 id="firstHeading" class="firstHeading" lang="en">List of neighbourhoods in Vancouver</h1>\n\t<div id="bodyContent" class="mw-body-content">\n\t\t<div id="siteSub" class="noprint">From Wikipedia, the free encyclopedia</div>\n\t\t<div id="contentSub"></div>\n\t\t<div id="contentSub2"></div>\n\t\t\n\t\t<div id="jump-to-nav"></div>\n\t\t<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>\n\t\t<a class="mw-jump-link" href="#searchInput">Jump to search</a>\n\t\t<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><table class="box-More_citations_needed plainlinks metadata ambox ambox-content ambox-Refimprove" role="presentation"><tbody><tr><td class="mbox-image"><div style="width:52px"><a href="/wiki/File:Question_book-new.svg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/50px-Question_book-new.svg.png" decoding="async" width="50" height="39" srcset="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/75px-Question_book-new.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/100px-Question_book-new.svg.png 2x" data-file-width="512" data-file-height="399" /></a></div></td><td class="mbox-text"><div class="mbox-text-span">This article <b>needs additional citations for <a href="/wiki/Wikipedia:Verifiability" title="Wikipedia:Verifiability">verification</a></b>.<span class="hide-when-compact"> Please help <a class="external text" href="https://en.wikipedia.org/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit">improve this article</a> by <a href="/wiki/Help:Referencing_for_beginners" title="Help:Referencing for beginners">adding citations to reliable sources</a>. Unsourced material may be challenged and removed.<br /><small><span class="plainlinks"><i>Find sources:</i>&#160;<a rel="nofollow" class="external text" href="//www.google.com/search?as_eq=wikipedia&amp;q=%22List+of+neighbourhoods+in+Vancouver%22">"List of neighbourhoods in Vancouver"</a>&#160;–&#160;<a rel="nofollow" class="external text" href="//www.google.com/search?tbm=nws&amp;q=%22List+of+neighbourhoods+in+Vancouver%22+-wikipedia">news</a>&#160;<b>·</b> <a rel="nofollow" class="external text" href="//www.google.com/search?&amp;q=%22List+of+neighbourhoods+in+Vancouver%22+site:news.google.com/newspapers&amp;source=newspapers">newspapers</a>&#160;<b>·</b> <a rel="nofollow" class="external text" href="//www.google.com/search?tbs=bks:1&amp;q=%22List+of+neighbourhoods+in+Vancouver%22+-wikipedia">books</a>&#160;<b>·</b> <a rel="nofollow" class="external text" href="//scholar.google.com/scholar?q=%22List+of+neighbourhoods+in+Vancouver%22">scholar</a>&#160;<b>·</b> <a rel="nofollow" class="external text" href="https://www.jstor.org/action/doBasicSearch?Query=%22List+of+neighbourhoods+in+Vancouver%22&amp;acc=on&amp;wc=on">JSTOR</a></span></small></span>  <small class="date-container"><i>(<span class="date">January 2009</span>)</i></small><small class="hide-when-compact"><i> (<a href="/wiki/Help:Maintenance_template_removal" title="Help:Maintenance template removal">Learn how and when to remove this template message</a>)</i></small></div></td></tr></tbody></table>\n<p><a href="/wiki/Vancouver" title="Vancouver">Vancouver</a> is made up of a number of smaller neighbourhoods and communities with their own distinct cultures and histories. While there is some disagreement on all of the names and boundaries of these areas, the City of Vancouver officially divides the city into 23 neighbourhoods for administrative purposes.<sup id="cite_ref-:0_1-0" class="reference"><a href="#cite_note-:0-1">&#91;1&#93;</a></sup>\n</p>\n<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Stadtgliederung_Vancouver_2008.png" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/220px-Stadtgliederung_Vancouver_2008.png" decoding="async" width="220" height="190" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/330px-Stadtgliederung_Vancouver_2008.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/440px-Stadtgliederung_Vancouver_2008.png 2x" data-file-width="1476" data-file-height="1273" /></a>  <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Stadtgliederung_Vancouver_2008.png" class="internal" title="Enlarge"></a></div>Neighbourhoods of Vancouver</div></div></div>\n<div id="toc" class="toc" role="navigation" aria-labelledby="mw-toc-heading"><input type="checkbox" role="button" id="toctogglecheckbox" class="toctogglecheckbox" style="display:none" /><div class="toctitle" lang="en" dir="ltr"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>\n<ul>\n<li class="toclevel-1 tocsection-1"><a href="#Official_neighbourhoods"><span class="tocnumber">1</span> <span class="toctext">Official neighbourhoods</span></a></li>\n<li class="toclevel-1 tocsection-2"><a href="#Other_areas"><span class="tocnumber">2</span> <span class="toctext">Other areas</span></a></li>\n<li class="toclevel-1 tocsection-3"><a href="#See_also"><span class="tocnumber">3</span> <span class="toctext">See also</span></a></li>\n<li class="toclevel-1 tocsection-4"><a href="#References"><span class="tocnumber">4</span> <span class="toctext">References</span></a></li>\n<li class="toclevel-1 tocsection-5"><a href="#External_links"><span class="tocnumber">5</span> <span class="toctext">External links</span></a></li>\n</ul>\n</div>\n\n<h2><span class="mw-headline" id="Official_neighbourhoods">Official neighbourhoods</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=1" title="Edit section: Official neighbourhoods">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>The City of Vancouver uses neighbourhood boundaries to break up the city\'s geographic area for delivering services and resources. The 23 official neighbourhoods are as follows:<sup id="cite_ref-:0_1-1" class="reference"><a href="#cite_note-:0-1">&#91;1&#93;</a></sup>\n</p>\n<ul><li><a href="/wiki/Arbutus_Ridge" title="Arbutus Ridge">Arbutus Ridge</a> - Located in the middle of Vancouver\'s west side, characterized by tree-lined streets and heritage homes with large lot sizes.</li>\n<li><a href="/wiki/Downtown_Vancouver" title="Downtown Vancouver">Downtown</a> - The <a href="/wiki/Central_business_district" title="Central business district">Central business district</a> of Vancouver, containing offices and popular entertainment venues as well as housing in the form of <a href="/wiki/High-rise" class="mw-redirect" title="High-rise">high-rises</a> and <a href="/wiki/Apartment" title="Apartment">apartments</a>.</li>\n<li><a href="/wiki/Dunbar%E2%80%93Southlands" title="Dunbar–Southlands">Dunbar-Southlands</a> - An affluent neighbourhood on the western side of the city, primarily containing single family dwellings. The neighbourhood also contains the <a href="/wiki/Indian_reserve" title="Indian reserve">reserve</a> for the <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam Indian Band</a>.</li>\n<li><a href="/wiki/Fairview,_Vancouver" title="Fairview, Vancouver">Fairview</a> - Contains the popular attractions of <a href="/wiki/Granville_Island" title="Granville Island">Granville Island</a> and the <a href="/wiki/South_Granville_Rise" title="South Granville Rise">South Granville</a> shopping district. The neighbourhood is also the location of the <a href="/wiki/Vancouver_General_Hospital" title="Vancouver General Hospital">Vancouver General Hospital</a> and contains many health-related institutions.</li>\n<li><a href="/wiki/Grandview%E2%80%93Woodland" title="Grandview–Woodland">Grandview-Woodland</a> - A mature neighbourhood in east Vancouver that is a diverse mixture of commercial, industrial, single-family and multi-family residential dwellings with a rich ethnic history and features.</li>\n<li><a href="/wiki/Hastings%E2%80%93Sunrise" title="Hastings–Sunrise">Hastings-Sunrise</a> - One of Vancouver\'s oldest neighbourhoods, it is mainly residential, with a dense strip of shops along <a href="/wiki/Hastings_Street_(Vancouver)" title="Hastings Street (Vancouver)">Hastings Street</a>. It is also known for being the home of <a href="/wiki/Hastings_Park" title="Hastings Park">Hastings Park</a> and the <a href="/wiki/Pacific_National_Exhibition" title="Pacific National Exhibition">Pacific National Exhibition</a>.</li>\n<li><a href="/wiki/Kensington%E2%80%93Cedar_Cottage" title="Kensington–Cedar Cottage">Kensington-Cedar Cottage</a> - One of the most multicultural neighbourhoods in the city and located in the middle of east Vancouver. It is the location of <a href="/wiki/Trout_Lake_(Vancouver)" class="mw-redirect" title="Trout Lake (Vancouver)">Trout Lake</a>.</li>\n<li><a href="/wiki/Kerrisdale" title="Kerrisdale">Kerrisdale</a> - A primarily residential neighbourhood bisected by the <a href="/wiki/Arbutus_Greenway" class="mw-redirect" title="Arbutus Greenway">Arbutus Greenway</a> and containing the Kerrisdale Village shopping area.</li>\n<li><a href="/wiki/Killarney,_Vancouver" title="Killarney, Vancouver">Killarney</a> - Located in the southeastern corner of the city, it mostly contains single-family residences with a few multi-family homes as well as townhouses and high-rises in the recent Fraserlands development along the river.</li>\n<li><a href="/wiki/Kitsilano" title="Kitsilano">Kitsilano</a> - Located along the south end of <a href="/wiki/English_Bay,_Vancouver" title="English Bay, Vancouver">English Bay</a>, the neighbourhood is known for its popular beaches.</li>\n<li><a href="/wiki/Marpole" title="Marpole">Marpole</a> - The neighbourhood contains a diverse range of low-density to high-density residential and multiple commercial streets. It is was once the site of a <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam</a> village.</li>\n<li><a href="/wiki/Mount_Pleasant,_Vancouver" title="Mount Pleasant, Vancouver">Mount Pleasant</a> - Known for its unusual stores, heritage buildings, artistic residents, and arts-focused festivals.</li>\n<li><a href="/wiki/Oakridge,_Vancouver" title="Oakridge, Vancouver">Oakridge</a> - Known for being the location of <a href="/wiki/Oakridge_Centre" title="Oakridge Centre">Oakridge Mall</a>, the neighbourhood is mostly residential and is the hub of Vancouver\'s Jewish population.</li>\n<li><a href="/wiki/Renfrew%E2%80%93Collingwood" title="Renfrew–Collingwood">Renfrew-Collingwood</a> - A large, primarily residential neighbourhood located in Vancouver\'s East side.</li>\n<li><a href="/wiki/Riley_Park%E2%80%93Little_Mountain" title="Riley Park–Little Mountain">Riley Park</a> - Located in the centre of Vancouver and contains two shopping hubs, including many of the city\'s vintage and antique shops. The neighbourhood is home to the city\'s highest point at the top of <a href="/wiki/Little_Mountain_(British_Columbia)" title="Little Mountain (British Columbia)">Little Mountain</a>.</li>\n<li><a href="/wiki/Shaughnessy,_Vancouver" title="Shaughnessy, Vancouver">Shaughnessy</a> - An affluent and mostly residential neighbourhood containing large detached homes and a large number of heritage homes from the first half of the 20th century.</li>\n<li><a href="/wiki/South_Cambie" title="South Cambie">South Cambie</a> - One of Vancouver\'s smallest neighbourhoods, it contains multiple medical facilities including <a href="/wiki/BC_Children%27s_Hospital" class="mw-redirect" title="BC Children&#39;s Hospital">BC Children\'s Hospital</a>, <a href="/wiki/BC_Women%27s_Hospital_%26_Health_Centre" class="mw-redirect" title="BC Women&#39;s Hospital &amp; Health Centre">BC Women\'s Hospital &amp; Health Centre</a> and <a href="/wiki/Canadian_Blood_Services" title="Canadian Blood Services">Canadian Blood Services</a>.</li>\n<li><a href="/wiki/Strathcona,_Vancouver" title="Strathcona, Vancouver">Strathcona</a> - One of the city\'s oldest neighbourhoods, containing a mix of houses and apartments. It has historically been the home to Vancouver\'s British, Irish, Russian, Croatian, Greeks, and Scandinavian, Japanese and Chinese populations.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2">&#91;2&#93;</a></sup></li>\n<li><a href="/wiki/Sunset,_Vancouver" title="Sunset, Vancouver">Sunset</a> - An ethnically diverse, working-class neighbourhood filled with single family homes, low-rise apartments, and small retail shops. Home to <a href="/wiki/Little_India_(location)" class="mw-redirect" title="Little India (location)">Little India</a> (<a href="/wiki/Punjabi_Market,_Vancouver" title="Punjabi Market, Vancouver">Punjabi Market</a>), it is the centre of Vancouver\'s <a href="/wiki/Indo-Canadians" title="Indo-Canadians">Indo-Canadian</a> population.</li>\n<li><a href="/wiki/Victoria%E2%80%93Fraserview" title="Victoria–Fraserview">Victoria-Fraserview</a> - A multiculturally diverse neighbourhood with a large Indo-Canadian population, it contains a mixture of retail and residential development. The south side was historically an industrial centre, but is currently being redeveloped into a residential neighbourhood.</li>\n<li><a href="/wiki/West_End,_Vancouver" title="West End, Vancouver">West End</a> -  It is home to the city\'s historical <a href="/wiki/Gay_community" class="mw-redirect" title="Gay community">gay community</a>, the <a href="/wiki/Davie_Village" title="Davie Village">Davie Village</a>.</li>\n<li><a href="/wiki/West_Point_Grey" title="West Point Grey">West Point Grey</a> is a mixed commercial and residential area. Housing is a mix of apartments and <a href="/wiki/Condominium" title="Condominium">condos</a>.</li></ul>\n<h2><span class="mw-headline" id="Other_areas">Other areas</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=2" title="Edit section: Other areas">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>There are other distinct areas of the city which don\'t have official neighbourhood status. These communities typically have distinct cultures and character, which differentiate them from their surrounding areas.\n</p>\n<ul><li><a href="/wiki/Yaletown" title="Yaletown">Yaletown</a> is the <a href="/wiki/Cultural_heritage" title="Cultural heritage">heritage</a> area of the city. Formerly home to the city\'s warehouses, the area has been revitalized with commercial and residential developments. Home to a middle class with a mix of condos and apartments. The area is located along <a href="/wiki/False_Creek" title="False Creek">False Creek</a> and the <a href="/wiki/Seawall_(Vancouver)" title="Seawall (Vancouver)">seawall</a>.</li>\n<li><a href="/wiki/Coal_Harbour" title="Coal Harbour">Coal Harbour</a> is the city\'s former port area. Like Yaletown, the area has been redeveloped for residences and some business. Home to middle class residents.</li>\n<li><a href="/wiki/Gastown" title="Gastown">Gastown</a> is another heritage area of the city. Some streets are still <a href="/wiki/Cobblestone" title="Cobblestone">cobblestone</a>. Tourist shops are found near the notable <a href="/wiki/Gastown#The_Gastown_Steam_Clock" title="Gastown">Gastown Steam Clock</a>. The area is mixed with low and middle class residents living in apartments, condos and lofts.</li>\n<li><a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown, Vancouver</a> is where many Chinese immigrants established their homes and businesses when they first moved to Vancouver. Residential areas are home to low income residents in apartments. There are some warehouses still located in the area.</li>\n<li><a href="/wiki/Downtown_Eastside" title="Downtown Eastside">Downtown Eastside</a> is a rundown area of the city. It is home to the city\'s homeless and drug addicted. Low income residents living in early 1900s apartments or hotels.</li>\n<li>Crosstown is a roughly four-block area that connects <a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown, Vancouver</a>, <a href="/wiki/Gastown" title="Gastown">Gastown</a>, and <a href="/wiki/Yaletown" title="Yaletown">Yaletown</a>/Stadium District. Notable landmarks include the historic <a href="/wiki/Sun_Tower" title="Sun Tower">Sun Tower</a> and a row of heritage high-rise boutique loft conversions.</li>\n<li><a href="/wiki/False_Creek" title="False Creek">False Creek</a></li></ul>\n<h2><span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=3" title="Edit section: See also">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<ul><li><a href="/wiki/Metro_Vancouver" class="mw-redirect" title="Metro Vancouver">Metro Vancouver</a></li>\n<li><a href="/wiki/West_Vancouver" title="West Vancouver">West Vancouver</a></li>\n<li><a href="/wiki/North_Vancouver_(district_municipality)" title="North Vancouver (district municipality)">North Vancouver</a></li></ul>\n<h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=4" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="reflist" style="list-style-type: decimal;">\n<div class="mw-references-wrap"><ol class="references">\n<li id="cite_note-:0-1"><span class="mw-cite-backlink">^ <a href="#cite_ref-:0_1-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:0_1-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFVancouver" class="citation web cs1">Vancouver, City of. <a rel="nofollow" class="external text" href="https://vancouver.ca/news-calendar/areas-of-the-city.aspx">"Areas of the city"</a>. <i>vancouver.ca</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2020-01-03</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=vancouver.ca&amp;rft.atitle=Areas+of+the+city&amp;rft.aulast=Vancouver&amp;rft.aufirst=City+of&amp;rft_id=https%3A%2F%2Fvancouver.ca%2Fnews-calendar%2Fareas-of-the-city.aspx&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighbourhoods+in+Vancouver" class="Z3988"></span><style data-mw-deduplicate="TemplateStyles:r951705291">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\\"""\\"""\'""\'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg");background-repeat:no-repeat;background-size:12px;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style></span>\n</li>\n<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://vancouver.ca/news-calendar/strathcona.aspx">"Strathcona"</a>. <i>Vancouver.ca</i>. City of Vancouver<span class="reference-accessdate">. Retrieved <span class="nowrap">21 August</span> 2020</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Vancouver.ca&amp;rft.atitle=Strathcona&amp;rft_id=https%3A%2F%2Fvancouver.ca%2Fnews-calendar%2Fstrathcona.aspx&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighbourhoods+in+Vancouver" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n</ol></div></div>\n<table class="box-No_footnotes plainlinks metadata ambox ambox-style ambox-No_footnotes" role="presentation"><tbody><tr><td class="mbox-image"><div style="width:52px"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Text_document_with_red_question_mark.svg/40px-Text_document_with_red_question_mark.svg.png" decoding="async" width="40" height="40" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Text_document_with_red_question_mark.svg/60px-Text_document_with_red_question_mark.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Text_document_with_red_question_mark.svg/80px-Text_document_with_red_question_mark.svg.png 2x" data-file-width="48" data-file-height="48" /></div></td><td class="mbox-text"><div class="mbox-text-span">This article includes a <a href="/wiki/Wikipedia:Citing_sources" title="Wikipedia:Citing sources">list of references</a>, related reading or <a href="/wiki/Wikipedia:External_links" title="Wikipedia:External links">external links</a>, <b>but its sources remain unclear because it lacks <a href="/wiki/Wikipedia:Citing_sources#Inline_citations" title="Wikipedia:Citing sources">inline citations</a></b>.<span class="hide-when-compact"> Please help to <a href="/wiki/Wikipedia:WikiProject_Fact_and_Reference_Check" class="mw-redirect" title="Wikipedia:WikiProject Fact and Reference Check">improve</a> this article by <a href="/wiki/Wikipedia:When_to_cite" title="Wikipedia:When to cite">introducing</a> more precise citations.</span>  <small class="date-container"><i>(<span class="date">March 2016</span>)</i></small><small class="hide-when-compact"><i> (<a href="/wiki/Help:Maintenance_template_removal" title="Help:Maintenance template removal">Learn how and when to remove this template message</a>)</i></small></div></td></tr></tbody></table>\n<h2><span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=5" title="Edit section: External links">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<ul><li><a rel="nofollow" class="external text" href="http://www.vancouveruserguide.com/neighborhood.html">Vancouver User Guide</a></li>\n<li><a rel="nofollow" class="external text" href="http://www.point2homes.com/CA/Neighborhood/BC/Vancouver.html">Vancouver Map of Neighborhoods</a></li></ul>\n<div role="navigation" class="navbox" aria-labelledby="Neighbourhoods_in_Vancouver,_British_Columbia" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="3"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Vancouver_neighbourhoods" title="Template:Vancouver neighbourhoods"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Vancouver_neighbourhoods" title="Template talk:Vancouver neighbourhoods"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Vancouver_neighbourhoods&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a></li></ul></div><div id="Neighbourhoods_in_Vancouver,_British_Columbia" style="font-size:114%;margin:0 4em"><a class="mw-selflink selflink">Neighbourhoods</a> in <a href="/wiki/Vancouver" title="Vancouver">Vancouver</a>, <a href="/wiki/British_Columbia" title="British Columbia">British Columbia</a></div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/Downtown_Vancouver" title="Downtown Vancouver">Downtown</a> neighbourhoods</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Coal_Harbour" title="Coal Harbour">Coal Harbour</a></li>\n<li><a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown</a></li>\n<li><a href="/wiki/Davie_Village" title="Davie Village">Davie Village</a></li>\n<li><a href="/wiki/Downtown_Eastside" title="Downtown Eastside">Downtown Eastside</a></li>\n<li><a href="/wiki/English_Bay_(neighbourhood)" title="English Bay (neighbourhood)">English Bay</a></li>\n<li><a href="/wiki/Financial_District,_Vancouver" title="Financial District, Vancouver">Financial District</a></li>\n<li><a href="/wiki/Gastown" title="Gastown">Gastown</a></li>\n<li><a href="/wiki/Granville_Mall,_Vancouver" title="Granville Mall, Vancouver">Granville Mall</a> and the <a href="/wiki/Granville_Entertainment_District" title="Granville Entertainment District">Granville Entertainment District</a></li>\n<li><a href="/wiki/Chinatown,_Vancouver#International_Village" title="Chinatown, Vancouver">International Village</a></li>\n<li><a href="/wiki/Japantown,_Vancouver" title="Japantown, Vancouver">Japantown</a></li>\n<li><a href="/wiki/Robson_Street" title="Robson Street">Robson</a></li>\n<li><a href="/wiki/Stanley_Park_(neighbourhood)" title="Stanley Park (neighbourhood)">Stanley Park</a></li>\n<li><a href="/wiki/Victory_Square,_Vancouver" title="Victory Square, Vancouver">Victory Square</a></li>\n<li><a href="/wiki/West_End,_Vancouver" title="West End, Vancouver">West End</a></li>\n<li><a href="/wiki/Yaletown" title="Yaletown">Yaletown</a></li></ul>\n</div></td><td class="noviewer navbox-image" rowspan="4" style="width:1px;padding:0px 0px 0px 2px"><div><a href="/wiki/File:Flag_of_Vancouver_(Canada).svg" class="image" title="Vancouver Flag"><img alt="Vancouver Flag" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Vancouver_%28Canada%29.svg/80px-Flag_of_Vancouver_%28Canada%29.svg.png" decoding="async" width="80" height="40" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Vancouver_%28Canada%29.svg/120px-Flag_of_Vancouver_%28Canada%29.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Vancouver_%28Canada%29.svg/160px-Flag_of_Vancouver_%28Canada%29.svg.png 2x" data-file-width="800" data-file-height="400" /></a></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">West Side neighbourhoods</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Arbutus_Ridge" title="Arbutus Ridge">Arbutus Ridge</a></li>\n<li><a href="/wiki/Dunbar%E2%80%93Southlands" title="Dunbar–Southlands">Dunbar–Southlands</a></li>\n<li><a href="/wiki/Fairview,_Vancouver" title="Fairview, Vancouver">Fairview</a></li>\n<li><a href="/wiki/False_Creek" title="False Creek">False Creek</a></li>\n<li><a href="/wiki/Kerrisdale" title="Kerrisdale">Kerrisdale</a></li>\n<li><a href="/wiki/Kitsilano" title="Kitsilano">Kitsilano</a></li>\n<li><a href="/wiki/Marpole" title="Marpole">Marpole</a></li>\n<li><a href="/wiki/Oakridge,_Vancouver" title="Oakridge, Vancouver">Oakridge</a></li>\n<li><a href="/wiki/Shaughnessy,_Vancouver" title="Shaughnessy, Vancouver">Shaughnessy</a></li>\n<li><a href="/wiki/South_Cambie" title="South Cambie">South Cambie</a></li>\n<li><a href="/wiki/West_Point_Grey" title="West Point Grey">West Point Grey</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%"><a href="/wiki/East_Vancouver" title="East Vancouver">East Side</a> neighbourhoods</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Grandview%E2%80%93Woodland" title="Grandview–Woodland">Grandview–Woodland</a></li>\n<li><a href="/wiki/Hastings%E2%80%93Sunrise" title="Hastings–Sunrise">Hastings–Sunrise</a></li>\n<li><a href="/wiki/Kensington%E2%80%93Cedar_Cottage" title="Kensington–Cedar Cottage">Kensington–Cedar Cottage</a></li>\n<li><a href="/wiki/Killarney,_Vancouver" title="Killarney, Vancouver">Killarney</a></li>\n<li><a href="/wiki/Mount_Pleasant,_Vancouver" title="Mount Pleasant, Vancouver">Mount Pleasant</a></li>\n<li><a href="/wiki/Renfrew%E2%80%93Collingwood" title="Renfrew–Collingwood">Renfrew–Collingwood</a></li>\n<li><a href="/wiki/Riley_Park%E2%80%93Little_Mountain" title="Riley Park–Little Mountain">Riley Park–Little Mountain</a></li>\n<li><a href="/wiki/Strathcona,_Vancouver" title="Strathcona, Vancouver">Strathcona</a></li>\n<li><a href="/wiki/Sunset,_Vancouver" title="Sunset, Vancouver">Sunset</a></li>\n<li><a href="/wiki/Victoria%E2%80%93Fraserview" title="Victoria–Fraserview">Victoria–Fraserview</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Other locations</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Champlain_Heights" title="Champlain Heights">Champlain Heights</a></li>\n<li><a href="/wiki/Commercial_Drive,_Vancouver" title="Commercial Drive, Vancouver">Commercial Drive</a></li>\n<li><a href="/wiki/Granville_Island" title="Granville Island">Granville Island</a></li>\n<li><a href="/wiki/Greektown,_Vancouver" title="Greektown, Vancouver">Greektown</a></li>\n<li><a href="/wiki/Little_Italy,_Vancouver" title="Little Italy, Vancouver">Little Italy</a></li>\n<li><a href="/wiki/Punjabi_Market,_Vancouver" title="Punjabi Market, Vancouver">Punjabi Market / Little India</a></li>\n<li><a href="/wiki/South_Granville_Rise" title="South Granville Rise">South Granville</a></li>\n<li><a href="/wiki/South_Main" title="South Main">South Main</a></li>\n<li><a href="/wiki/University_Endowment_Lands" title="University Endowment Lands">University Endowment Lands</a></li>\n<li><i><a href="/wiki/Hogan%27s_Alley,_Vancouver" title="Hogan&#39;s Alley, Vancouver">Hogan\'s Alley</a></i></li>\n<li><a href="/wiki/Stanley_Park" title="Stanley Park">Stanley Park</a></li></ul>\n</div></td></tr><tr><td class="navbox-abovebelow" colspan="3"><div><i>Italics</i> indicate neighbourhoods now defunct.</div></td></tr></tbody></table></div>\n<!-- \nNewPP limit report\nParsed by mw2271\nCached time: 20200927151243\nCache expiry: 2592000\nDynamic content: false\nComplications: [vary‐revision‐sha1]\nCPU time usage: 0.216 seconds\nReal time usage: 0.315 seconds\nPreprocessor visited node count: 501/1000000\nPost‐expand include size: 30056/2097152 bytes\nTemplate argument size: 229/2097152 bytes\nHighest expansion depth: 13/40\nExpensive parser function count: 2/500\nUnstrip recursion depth: 1/20\nUnstrip post‐expand size: 7698/5000000 bytes\nLua time usage: 0.116/10.000 seconds\nLua memory usage: 3.29 MB/50 MB\nNumber of Wikibase entities loaded: 0/400\n-->\n<!--\nTransclusion expansion time report (%,ms,calls,template)\n100.00%  256.863      1 -total\n 43.97%  112.934      1 Template:Reflist\n 41.04%  105.411      1 Template:Refimprove\n 38.30%   98.389      2 Template:Cite_web\n 34.61%   88.890      2 Template:Ambox\n 12.94%   33.228      1 Template:Find_sources_mainspace\n  7.65%   19.639      1 Template:VancouverNeighbourhoods\n  6.07%   15.580      1 Template:No_footnotes\n  5.25%   13.474      1 Template:Navbox\n  2.13%    5.471      2 Template:Yesno-no\n-->\n\n<!-- Saved in parser cache with key enwiki:pcache:idhash:17757023-0!canonical and timestamp 20200927151243 and revision id 980625626\n -->\n</div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>\n<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;oldid=980625626">https://en.wikipedia.org/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;oldid=980625626</a>"</div></div>\n\t\t<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Lists_of_populated_places_in_British_Columbia" title="Category:Lists of populated places in British Columbia">Lists of populated places in British Columbia</a></li><li><a href="/wiki/Category:Vancouver-related_lists" title="Category:Vancouver-related lists">Vancouver-related lists</a></li><li><a href="/wiki/Category:Lists_of_neighbourhoods_in_Canadian_cities" title="Category:Lists of neighbourhoods in Canadian cities">Lists of neighbourhoods in Canadian cities</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden categories: <ul><li><a href="/wiki/Category:Articles_needing_additional_references_from_January_2009" title="Category:Articles needing additional references from January 2009">Articles needing additional references from January 2009</a></li><li><a href="/wiki/Category:All_articles_needing_additional_references" title="Category:All articles needing additional references">All articles needing additional references</a></li><li><a href="/wiki/Category:Articles_lacking_in-text_citations_from_March_2016" title="Category:Articles lacking in-text citations from March 2016">Articles lacking in-text citations from March 2016</a></li><li><a href="/wiki/Category:All_articles_lacking_in-text_citations" title="Category:All articles lacking in-text citations">All articles lacking in-text citations</a></li></ul></div></div>\n\t</div>\n</div>\n<div id=\'mw-data-after-content\'>\n\t<div class="read-more-container"></div>\n</div>\n\n<div id="mw-navigation">\n\t<h2>Navigation menu</h2>\n\t<div id="mw-head">\n\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-personal" class="vector-menu" aria-labelledby="p-personal-label" role="navigation" \n\t >\n\t<h3 id="p-personal-label">\n\t\t<span>Personal tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=List+of+neighbourhoods+in+Vancouver" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=List+of+neighbourhoods+in+Vancouver" title="You&#039;re encouraged to log in; however, it&#039;s not mandatory. [o]" accesskey="o">Log in</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t<div id="left-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-namespaces" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-namespaces-label" role="navigation" \n\t >\n\t<h3 id="p-namespaces-label">\n\t\t<span>Namespaces</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-nstab-main" class="selected"><a href="/wiki/List_of_neighbourhoods_in_Vancouver" title="View the content page [c]" accesskey="c">Article</a></li><li id="ca-talk"><a href="/wiki/Talk:List_of_neighbourhoods_in_Vancouver" rel="discussion" title="Discuss improvements to the content page [t]" accesskey="t">Talk</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-variants" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-variants-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-variants-label" />\n\t<h3 id="p-variants-label">\n\t\t<span>Variants</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t</div>\n\t\t<div id="right-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-views" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-views-label" role="navigation" \n\t >\n\t<h3 id="p-views-label">\n\t\t<span>Views</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-view" class="selected"><a href="/wiki/List_of_neighbourhoods_in_Vancouver">Read</a></li><li id="ca-edit"><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a></li><li id="ca-history"><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-cactions" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-cactions-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-cactions-label" />\n\t<h3 id="p-cactions-label">\n\t\t<span>More</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<div id="p-search" role="search">\n\t<h3 >\n\t\t<label for="searchInput">Search</label>\n\t</h3>\n\t<form action="/w/index.php" id="searchform">\n\t\t<div id="simpleSearch" data-search-loc="header-moved">\n\t\t\t<input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput"/>\n\t\t\t<input type="hidden" name="title" value="Special:Search">\n\t\t\t<input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>\n\t\t\t<input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>\n\t\t</div>\n\t</form>\n</div>\n\n\t\t</div>\n\t</div>\n\t\n<div id="mw-panel">\n\t<div id="p-logo" role="banner">\n\t\t<a  title="Visit the main page" class="mw-wiki-logo" href="/wiki/Main_Page"></a>\n\t</div>\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-navigation" class="vector-menu vector-menu-portal portal portal-first" aria-labelledby="p-navigation-label" role="navigation" \n\t >\n\t<h3 id="p-navigation-label">\n\t\t<span>Navigation</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a href="/wiki/Special:Random" title="Visit a randomly selected article [x]" accesskey="x">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-interaction" class="vector-menu vector-menu-portal portal" aria-labelledby="p-interaction-label" role="navigation" \n\t >\n\t<h3 id="p-interaction-label">\n\t\t<span>Contribute</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]" accesskey="r">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-tb" class="vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation" \n\t >\n\t<h3 id="p-tb-label">\n\t\t<span>Tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/List_of_neighbourhoods_in_Vancouver" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/List_of_neighbourhoods_in_Vancouver" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;oldid=980625626" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=List_of_neighbourhoods_in_Vancouver&amp;id=980625626&amp;wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li><li id="t-wikibase"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q6630375" title="Structured data on this page hosted by Wikidata [g]" accesskey="g">Wikidata item</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-coll-print_export" class="vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation" \n\t >\n\t<h3 id="p-coll-print_export-label">\n\t\t<span>Print/export</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=List_of_neighbourhoods_in_Vancouver&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-lang" class="vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation" \n\t >\n\t<h3 id="p-lang-label">\n\t\t<span>Languages</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-fr"><a href="https://fr.wikipedia.org/wiki/Liste_des_quartiers_de_Vancouver" title="Liste des quartiers de Vancouver – French" lang="fr" hreflang="fr" class="interlanguage-link-target">Français</a></li><li class="interlanguage-link interwiki-ms"><a href="https://ms.wikipedia.org/wiki/Senarai_kawasan_kejiranan_di_Vancouver,_British_Columbia" title="Senarai kawasan kejiranan di Vancouver, British Columbia – Malay" lang="ms" hreflang="ms" class="interlanguage-link-target">Bahasa Melayu</a></li></ul>\n\t\t<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q6630375#sitelinks-wikipedia" title="Edit interlanguage links" class="wbc-editpage">Edit links</a></span></div>\n\t</div>\n</nav>\n\n</div>\n\n</div>\n<footer id="footer" class="mw-footer" role="contentinfo" >\n\t<ul id="footer-info" >\n\t\t<li id="footer-info-lastmod"> This page was last edited on 27 September 2020, at 15:11<span class="anonymous-show">&#160;(UTC)</span>.</li>\n\t\t<li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;\nadditional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>\n\t</ul>\n\t<ul id="footer-places" >\n\t\t<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>\n\t\t<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>\n\t\t<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>\n\t\t<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>\n\t\t<li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>\n\t\t<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>\n\t\t<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>\n\t\t<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>\n\t</ul>\n\t<ul id="footer-icons" class="noprint">\n\t\t<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>\n\t\t<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>\n\t</ul>\n\t<div style="clear: both;"></div>\n</footer>\n\n\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.216","walltime":"0.315","ppvisitednodes":{"value":501,"limit":1000000},"postexpandincludesize":{"value":30056,"limit":2097152},"templateargumentsize":{"value":229,"limit":2097152},"expansiondepth":{"value":13,"limit":40},"expensivefunctioncount":{"value":2,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":7698,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%  256.863      1 -total"," 43.97%  112.934      1 Template:Reflist"," 41.04%  105.411      1 Template:Refimprove"," 38.30%   98.389      2 Template:Cite_web"," 34.61%   88.890      2 Template:Ambox"," 12.94%   33.228      1 Template:Find_sources_mainspace","  7.65%   19.639      1 Template:VancouverNeighbourhoods","  6.07%   15.580      1 Template:No_footnotes","  5.25%   13.474      1 Template:Navbox","  2.13%    5.471      2 Template:Yesno-no"]},"scribunto":{"limitreport-timeusage":{"value":"0.116","limit":"10.000"},"limitreport-memusage":{"value":3454465,"limit":52428800}},"cachereport":{"origin":"mw2271","timestamp":"20200927151243","ttl":2592000,"transientcontent":false}}});});</script>\n<script type="application/ld+json">{"@context":"https:\\/\\/schema.org","@type":"Article","name":"List of neighbourhoods in Vancouver","url":"https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_neighbourhoods_in_Vancouver","sameAs":"http:\\/\\/www.wikidata.org\\/entity\\/Q6630375","mainEntity":"http:\\/\\/www.wikidata.org\\/entity\\/Q6630375","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\\/\\/www.wikimedia.org\\/static\\/images\\/wmf-hor-googpub.png"}},"datePublished":"2008-06-03T21:50:21Z","dateModified":"2020-09-27T15:11:33Z","image":"https:\\/\\/upload.wikimedia.org\\/wikipedia\\/commons\\/3\\/37\\/Stadtgliederung_Vancouver_2008.png","headline":"Wikimedia list article"}</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":191,"wgHostname":"mw2361"});});</script>\n</body></html>'
In [23]:
soup = BeautifulSoup(web_page)
soup 
Out[23]:
<!DOCTYPE html>
<html class="client-nojs" dir="ltr" lang="en">
<head>
<meta charset="utf-8"/>
<title>List of neighbourhoods in Vancouver - Wikipedia</title>
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"8b886e3d-97b4-4fa4-8e9f-5270e6a864b3","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_neighbourhoods_in_Vancouver","wgTitle":"List of neighbourhoods in Vancouver","wgCurRevisionId":980625626,"wgRevisionId":980625626,"wgArticleId":17757023,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Articles needing additional references from January 2009","All articles needing additional references","Articles lacking in-text citations from March 2016","All articles lacking in-text citations","Lists of populated places in British Columbia",
"Vancouver-related lists","Lists of neighbourhoods in Canadian cities"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"List_of_neighbourhoods_in_Vancouver","wgRelevantArticleId":17757023,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q6630375"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":
"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.cite.styles":"ready","skins.vector.styles.legacy":"ready","jquery.makeCollapsible.styles":"ready","mediawiki.toc.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","site","mediawiki.page.ready","jquery.makeCollapsible","mediawiki.toc","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init",
"ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});});</script>
<link href="/w/load.php?lang=en&amp;modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cmediawiki.toc.styles%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector" rel="stylesheet"/>
<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
<meta content="" name="ResourceLoaderDynamicStyles"/>
<link href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector" rel="stylesheet"/>
<meta content="MediaWiki 1.36.0-wmf.10" name="generator"/>
<meta content="origin" name="referrer"/>
<meta content="origin-when-crossorigin" name="referrer"/>
<meta content="origin-when-cross-origin" name="referrer"/>
<meta content="https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/1200px-Stadtgliederung_Vancouver_2008.png" property="og:image"/>
<link href="//en.m.wikipedia.org/wiki/List_of_neighbourhoods_in_Vancouver" media="only screen and (max-width: 720px)" rel="alternate"/>
<link href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit" rel="alternate" title="Edit this page" type="application/x-wiki"/>
<link href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit" rel="edit" title="Edit this page"/>
<link href="/static/apple-touch/wikipedia.png" rel="apple-touch-icon"/>
<link href="/static/favicon/wikipedia.ico" rel="shortcut icon"/>
<link href="/w/opensearch_desc.php" rel="search" title="Wikipedia (en)" type="application/opensearchdescription+xml"/>
<link href="//en.wikipedia.org/w/api.php?action=rsd" rel="EditURI" type="application/rsd+xml"/>
<link href="//creativecommons.org/licenses/by-sa/3.0/" rel="license"/>
<link href="https://en.wikipedia.org/wiki/List_of_neighbourhoods_in_Vancouver" rel="canonical"/>
<link href="//login.wikimedia.org" rel="dns-prefetch"/>
<link href="//meta.wikimedia.org" rel="dns-prefetch"/>
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-List_of_neighbourhoods_in_Vancouver rootpage-List_of_neighbourhoods_in_Vancouver skin-vector action-view skin-vector-legacy"><div class="noprint" id="mw-page-base"></div>
<div class="noprint" id="mw-head-base"></div>
<div class="mw-body" id="content" role="main">
<a id="top"></a>
<div class="mw-body-content" id="siteNotice"><!-- CentralNotice --></div>
<div class="mw-indicators mw-body-content">
</div>
<h1 class="firstHeading" id="firstHeading" lang="en">List of neighbourhoods in Vancouver</h1>
<div class="mw-body-content" id="bodyContent">
<div class="noprint" id="siteSub">From Wikipedia, the free encyclopedia</div>
<div id="contentSub"></div>
<div id="contentSub2"></div>
<div id="jump-to-nav"></div>
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
<div class="mw-content-ltr" dir="ltr" id="mw-content-text" lang="en"><div class="mw-parser-output"><table class="box-More_citations_needed plainlinks metadata ambox ambox-content ambox-Refimprove" role="presentation"><tbody><tr><td class="mbox-image"><div style="width:52px"><a class="image" href="/wiki/File:Question_book-new.svg"><img alt="" data-file-height="399" data-file-width="512" decoding="async" height="39" src="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/50px-Question_book-new.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/75px-Question_book-new.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/100px-Question_book-new.svg.png 2x" width="50"/></a></div></td><td class="mbox-text"><div class="mbox-text-span">This article <b>needs additional citations for <a href="/wiki/Wikipedia:Verifiability" title="Wikipedia:Verifiability">verification</a></b>.<span class="hide-when-compact"> Please help <a class="external text" href="https://en.wikipedia.org/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit">improve this article</a> by <a href="/wiki/Help:Referencing_for_beginners" title="Help:Referencing for beginners">adding citations to reliable sources</a>. Unsourced material may be challenged and removed.<br/><small><span class="plainlinks"><i>Find sources:</i> <a class="external text" href="//www.google.com/search?as_eq=wikipedia&amp;q=%22List+of+neighbourhoods+in+Vancouver%22" rel="nofollow">"List of neighbourhoods in Vancouver"</a> – <a class="external text" href="//www.google.com/search?tbm=nws&amp;q=%22List+of+neighbourhoods+in+Vancouver%22+-wikipedia" rel="nofollow">news</a> <b>·</b> <a class="external text" href="//www.google.com/search?&amp;q=%22List+of+neighbourhoods+in+Vancouver%22+site:news.google.com/newspapers&amp;source=newspapers" rel="nofollow">newspapers</a> <b>·</b> <a class="external text" href="//www.google.com/search?tbs=bks:1&amp;q=%22List+of+neighbourhoods+in+Vancouver%22+-wikipedia" rel="nofollow">books</a> <b>·</b> <a class="external text" href="//scholar.google.com/scholar?q=%22List+of+neighbourhoods+in+Vancouver%22" rel="nofollow">scholar</a> <b>·</b> <a class="external text" href="https://www.jstor.org/action/doBasicSearch?Query=%22List+of+neighbourhoods+in+Vancouver%22&amp;acc=on&amp;wc=on" rel="nofollow">JSTOR</a></span></small></span> <small class="date-container"><i>(<span class="date">January 2009</span>)</i></small><small class="hide-when-compact"><i> (<a href="/wiki/Help:Maintenance_template_removal" title="Help:Maintenance template removal">Learn how and when to remove this template message</a>)</i></small></div></td></tr></tbody></table>
<p><a href="/wiki/Vancouver" title="Vancouver">Vancouver</a> is made up of a number of smaller neighbourhoods and communities with their own distinct cultures and histories. While there is some disagreement on all of the names and boundaries of these areas, the City of Vancouver officially divides the city into 23 neighbourhoods for administrative purposes.<sup class="reference" id="cite_ref-:0_1-0"><a href="#cite_note-:0-1">[1]</a></sup>
</p>
<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a class="image" href="/wiki/File:Stadtgliederung_Vancouver_2008.png"><img alt="" class="thumbimage" data-file-height="1273" data-file-width="1476" decoding="async" height="190" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/220px-Stadtgliederung_Vancouver_2008.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/330px-Stadtgliederung_Vancouver_2008.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/440px-Stadtgliederung_Vancouver_2008.png 2x" width="220"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:Stadtgliederung_Vancouver_2008.png" title="Enlarge"></a></div>Neighbourhoods of Vancouver</div></div></div>
<div aria-labelledby="mw-toc-heading" class="toc" id="toc" role="navigation"><input class="toctogglecheckbox" id="toctogglecheckbox" role="button" style="display:none" type="checkbox"/><div class="toctitle" dir="ltr" lang="en"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Official_neighbourhoods"><span class="tocnumber">1</span> <span class="toctext">Official neighbourhoods</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#Other_areas"><span class="tocnumber">2</span> <span class="toctext">Other areas</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#See_also"><span class="tocnumber">3</span> <span class="toctext">See also</span></a></li>
<li class="toclevel-1 tocsection-4"><a href="#References"><span class="tocnumber">4</span> <span class="toctext">References</span></a></li>
<li class="toclevel-1 tocsection-5"><a href="#External_links"><span class="tocnumber">5</span> <span class="toctext">External links</span></a></li>
</ul>
</div>
<h2><span class="mw-headline" id="Official_neighbourhoods">Official neighbourhoods</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=1" title="Edit section: Official neighbourhoods">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The City of Vancouver uses neighbourhood boundaries to break up the city's geographic area for delivering services and resources. The 23 official neighbourhoods are as follows:<sup class="reference" id="cite_ref-:0_1-1"><a href="#cite_note-:0-1">[1]</a></sup>
</p>
<ul><li><a href="/wiki/Arbutus_Ridge" title="Arbutus Ridge">Arbutus Ridge</a> - Located in the middle of Vancouver's west side, characterized by tree-lined streets and heritage homes with large lot sizes.</li>
<li><a href="/wiki/Downtown_Vancouver" title="Downtown Vancouver">Downtown</a> - The <a href="/wiki/Central_business_district" title="Central business district">Central business district</a> of Vancouver, containing offices and popular entertainment venues as well as housing in the form of <a class="mw-redirect" href="/wiki/High-rise" title="High-rise">high-rises</a> and <a href="/wiki/Apartment" title="Apartment">apartments</a>.</li>
<li><a href="/wiki/Dunbar%E2%80%93Southlands" title="Dunbar–Southlands">Dunbar-Southlands</a> - An affluent neighbourhood on the western side of the city, primarily containing single family dwellings. The neighbourhood also contains the <a href="/wiki/Indian_reserve" title="Indian reserve">reserve</a> for the <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam Indian Band</a>.</li>
<li><a href="/wiki/Fairview,_Vancouver" title="Fairview, Vancouver">Fairview</a> - Contains the popular attractions of <a href="/wiki/Granville_Island" title="Granville Island">Granville Island</a> and the <a href="/wiki/South_Granville_Rise" title="South Granville Rise">South Granville</a> shopping district. The neighbourhood is also the location of the <a href="/wiki/Vancouver_General_Hospital" title="Vancouver General Hospital">Vancouver General Hospital</a> and contains many health-related institutions.</li>
<li><a href="/wiki/Grandview%E2%80%93Woodland" title="Grandview–Woodland">Grandview-Woodland</a> - A mature neighbourhood in east Vancouver that is a diverse mixture of commercial, industrial, single-family and multi-family residential dwellings with a rich ethnic history and features.</li>
<li><a href="/wiki/Hastings%E2%80%93Sunrise" title="Hastings–Sunrise">Hastings-Sunrise</a> - One of Vancouver's oldest neighbourhoods, it is mainly residential, with a dense strip of shops along <a href="/wiki/Hastings_Street_(Vancouver)" title="Hastings Street (Vancouver)">Hastings Street</a>. It is also known for being the home of <a href="/wiki/Hastings_Park" title="Hastings Park">Hastings Park</a> and the <a href="/wiki/Pacific_National_Exhibition" title="Pacific National Exhibition">Pacific National Exhibition</a>.</li>
<li><a href="/wiki/Kensington%E2%80%93Cedar_Cottage" title="Kensington–Cedar Cottage">Kensington-Cedar Cottage</a> - One of the most multicultural neighbourhoods in the city and located in the middle of east Vancouver. It is the location of <a class="mw-redirect" href="/wiki/Trout_Lake_(Vancouver)" title="Trout Lake (Vancouver)">Trout Lake</a>.</li>
<li><a href="/wiki/Kerrisdale" title="Kerrisdale">Kerrisdale</a> - A primarily residential neighbourhood bisected by the <a class="mw-redirect" href="/wiki/Arbutus_Greenway" title="Arbutus Greenway">Arbutus Greenway</a> and containing the Kerrisdale Village shopping area.</li>
<li><a href="/wiki/Killarney,_Vancouver" title="Killarney, Vancouver">Killarney</a> - Located in the southeastern corner of the city, it mostly contains single-family residences with a few multi-family homes as well as townhouses and high-rises in the recent Fraserlands development along the river.</li>
<li><a href="/wiki/Kitsilano" title="Kitsilano">Kitsilano</a> - Located along the south end of <a href="/wiki/English_Bay,_Vancouver" title="English Bay, Vancouver">English Bay</a>, the neighbourhood is known for its popular beaches.</li>
<li><a href="/wiki/Marpole" title="Marpole">Marpole</a> - The neighbourhood contains a diverse range of low-density to high-density residential and multiple commercial streets. It is was once the site of a <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam</a> village.</li>
<li><a href="/wiki/Mount_Pleasant,_Vancouver" title="Mount Pleasant, Vancouver">Mount Pleasant</a> - Known for its unusual stores, heritage buildings, artistic residents, and arts-focused festivals.</li>
<li><a href="/wiki/Oakridge,_Vancouver" title="Oakridge, Vancouver">Oakridge</a> - Known for being the location of <a href="/wiki/Oakridge_Centre" title="Oakridge Centre">Oakridge Mall</a>, the neighbourhood is mostly residential and is the hub of Vancouver's Jewish population.</li>
<li><a href="/wiki/Renfrew%E2%80%93Collingwood" title="Renfrew–Collingwood">Renfrew-Collingwood</a> - A large, primarily residential neighbourhood located in Vancouver's East side.</li>
<li><a href="/wiki/Riley_Park%E2%80%93Little_Mountain" title="Riley Park–Little Mountain">Riley Park</a> - Located in the centre of Vancouver and contains two shopping hubs, including many of the city's vintage and antique shops. The neighbourhood is home to the city's highest point at the top of <a href="/wiki/Little_Mountain_(British_Columbia)" title="Little Mountain (British Columbia)">Little Mountain</a>.</li>
<li><a href="/wiki/Shaughnessy,_Vancouver" title="Shaughnessy, Vancouver">Shaughnessy</a> - An affluent and mostly residential neighbourhood containing large detached homes and a large number of heritage homes from the first half of the 20th century.</li>
<li><a href="/wiki/South_Cambie" title="South Cambie">South Cambie</a> - One of Vancouver's smallest neighbourhoods, it contains multiple medical facilities including <a class="mw-redirect" href="/wiki/BC_Children%27s_Hospital" title="BC Children's Hospital">BC Children's Hospital</a>, <a class="mw-redirect" href="/wiki/BC_Women%27s_Hospital_%26_Health_Centre" title="BC Women's Hospital &amp; Health Centre">BC Women's Hospital &amp; Health Centre</a> and <a href="/wiki/Canadian_Blood_Services" title="Canadian Blood Services">Canadian Blood Services</a>.</li>
<li><a href="/wiki/Strathcona,_Vancouver" title="Strathcona, Vancouver">Strathcona</a> - One of the city's oldest neighbourhoods, containing a mix of houses and apartments. It has historically been the home to Vancouver's British, Irish, Russian, Croatian, Greeks, and Scandinavian, Japanese and Chinese populations.<sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup></li>
<li><a href="/wiki/Sunset,_Vancouver" title="Sunset, Vancouver">Sunset</a> - An ethnically diverse, working-class neighbourhood filled with single family homes, low-rise apartments, and small retail shops. Home to <a class="mw-redirect" href="/wiki/Little_India_(location)" title="Little India (location)">Little India</a> (<a href="/wiki/Punjabi_Market,_Vancouver" title="Punjabi Market, Vancouver">Punjabi Market</a>), it is the centre of Vancouver's <a href="/wiki/Indo-Canadians" title="Indo-Canadians">Indo-Canadian</a> population.</li>
<li><a href="/wiki/Victoria%E2%80%93Fraserview" title="Victoria–Fraserview">Victoria-Fraserview</a> - A multiculturally diverse neighbourhood with a large Indo-Canadian population, it contains a mixture of retail and residential development. The south side was historically an industrial centre, but is currently being redeveloped into a residential neighbourhood.</li>
<li><a href="/wiki/West_End,_Vancouver" title="West End, Vancouver">West End</a> -  It is home to the city's historical <a class="mw-redirect" href="/wiki/Gay_community" title="Gay community">gay community</a>, the <a href="/wiki/Davie_Village" title="Davie Village">Davie Village</a>.</li>
<li><a href="/wiki/West_Point_Grey" title="West Point Grey">West Point Grey</a> is a mixed commercial and residential area. Housing is a mix of apartments and <a href="/wiki/Condominium" title="Condominium">condos</a>.</li></ul>
<h2><span class="mw-headline" id="Other_areas">Other areas</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=2" title="Edit section: Other areas">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>There are other distinct areas of the city which don't have official neighbourhood status. These communities typically have distinct cultures and character, which differentiate them from their surrounding areas.
</p>
<ul><li><a href="/wiki/Yaletown" title="Yaletown">Yaletown</a> is the <a href="/wiki/Cultural_heritage" title="Cultural heritage">heritage</a> area of the city. Formerly home to the city's warehouses, the area has been revitalized with commercial and residential developments. Home to a middle class with a mix of condos and apartments. The area is located along <a href="/wiki/False_Creek" title="False Creek">False Creek</a> and the <a href="/wiki/Seawall_(Vancouver)" title="Seawall (Vancouver)">seawall</a>.</li>
<li><a href="/wiki/Coal_Harbour" title="Coal Harbour">Coal Harbour</a> is the city's former port area. Like Yaletown, the area has been redeveloped for residences and some business. Home to middle class residents.</li>
<li><a href="/wiki/Gastown" title="Gastown">Gastown</a> is another heritage area of the city. Some streets are still <a href="/wiki/Cobblestone" title="Cobblestone">cobblestone</a>. Tourist shops are found near the notable <a href="/wiki/Gastown#The_Gastown_Steam_Clock" title="Gastown">Gastown Steam Clock</a>. The area is mixed with low and middle class residents living in apartments, condos and lofts.</li>
<li><a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown, Vancouver</a> is where many Chinese immigrants established their homes and businesses when they first moved to Vancouver. Residential areas are home to low income residents in apartments. There are some warehouses still located in the area.</li>
<li><a href="/wiki/Downtown_Eastside" title="Downtown Eastside">Downtown Eastside</a> is a rundown area of the city. It is home to the city's homeless and drug addicted. Low income residents living in early 1900s apartments or hotels.</li>
<li>Crosstown is a roughly four-block area that connects <a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown, Vancouver</a>, <a href="/wiki/Gastown" title="Gastown">Gastown</a>, and <a href="/wiki/Yaletown" title="Yaletown">Yaletown</a>/Stadium District. Notable landmarks include the historic <a href="/wiki/Sun_Tower" title="Sun Tower">Sun Tower</a> and a row of heritage high-rise boutique loft conversions.</li>
<li><a href="/wiki/False_Creek" title="False Creek">False Creek</a></li></ul>
<h2><span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=3" title="Edit section: See also">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<ul><li><a class="mw-redirect" href="/wiki/Metro_Vancouver" title="Metro Vancouver">Metro Vancouver</a></li>
<li><a href="/wiki/West_Vancouver" title="West Vancouver">West Vancouver</a></li>
<li><a href="/wiki/North_Vancouver_(district_municipality)" title="North Vancouver (district municipality)">North Vancouver</a></li></ul>
<h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=4" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="reflist" style="list-style-type: decimal;">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-:0-1"><span class="mw-cite-backlink">^ <a href="#cite_ref-:0_1-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:0_1-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFVancouver">Vancouver, City of. <a class="external text" href="https://vancouver.ca/news-calendar/areas-of-the-city.aspx" rel="nofollow">"Areas of the city"</a>. <i>vancouver.ca</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2020-01-03</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=vancouver.ca&amp;rft.atitle=Areas+of+the+city&amp;rft.aulast=Vancouver&amp;rft.aufirst=City+of&amp;rft_id=https%3A%2F%2Fvancouver.ca%2Fnews-calendar%2Fareas-of-the-city.aspx&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighbourhoods+in+Vancouver"></span><style data-mw-deduplicate="TemplateStyles:r951705291">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg");background-repeat:no-repeat;background-size:12px;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://vancouver.ca/news-calendar/strathcona.aspx" rel="nofollow">"Strathcona"</a>. <i>Vancouver.ca</i>. City of Vancouver<span class="reference-accessdate">. Retrieved <span class="nowrap">21 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Vancouver.ca&amp;rft.atitle=Strathcona&amp;rft_id=https%3A%2F%2Fvancouver.ca%2Fnews-calendar%2Fstrathcona.aspx&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighbourhoods+in+Vancouver"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
</ol></div></div>
<table class="box-No_footnotes plainlinks metadata ambox ambox-style ambox-No_footnotes" role="presentation"><tbody><tr><td class="mbox-image"><div style="width:52px"><img alt="" data-file-height="48" data-file-width="48" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Text_document_with_red_question_mark.svg/40px-Text_document_with_red_question_mark.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Text_document_with_red_question_mark.svg/60px-Text_document_with_red_question_mark.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Text_document_with_red_question_mark.svg/80px-Text_document_with_red_question_mark.svg.png 2x" width="40"/></div></td><td class="mbox-text"><div class="mbox-text-span">This article includes a <a href="/wiki/Wikipedia:Citing_sources" title="Wikipedia:Citing sources">list of references</a>, related reading or <a href="/wiki/Wikipedia:External_links" title="Wikipedia:External links">external links</a>, <b>but its sources remain unclear because it lacks <a href="/wiki/Wikipedia:Citing_sources#Inline_citations" title="Wikipedia:Citing sources">inline citations</a></b>.<span class="hide-when-compact"> Please help to <a class="mw-redirect" href="/wiki/Wikipedia:WikiProject_Fact_and_Reference_Check" title="Wikipedia:WikiProject Fact and Reference Check">improve</a> this article by <a href="/wiki/Wikipedia:When_to_cite" title="Wikipedia:When to cite">introducing</a> more precise citations.</span> <small class="date-container"><i>(<span class="date">March 2016</span>)</i></small><small class="hide-when-compact"><i> (<a href="/wiki/Help:Maintenance_template_removal" title="Help:Maintenance template removal">Learn how and when to remove this template message</a>)</i></small></div></td></tr></tbody></table>
<h2><span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=5" title="Edit section: External links">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<ul><li><a class="external text" href="http://www.vancouveruserguide.com/neighborhood.html" rel="nofollow">Vancouver User Guide</a></li>
<li><a class="external text" href="http://www.point2homes.com/CA/Neighborhood/BC/Vancouver.html" rel="nofollow">Vancouver Map of Neighborhoods</a></li></ul>
<div aria-labelledby="Neighbourhoods_in_Vancouver,_British_Columbia" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="3" scope="col"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Vancouver_neighbourhoods" title="Template:Vancouver neighbourhoods"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Vancouver_neighbourhoods" title="Template talk:Vancouver neighbourhoods"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Vancouver_neighbourhoods&amp;action=edit"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="Neighbourhoods_in_Vancouver,_British_Columbia" style="font-size:114%;margin:0 4em"><a class="mw-selflink selflink">Neighbourhoods</a> in <a href="/wiki/Vancouver" title="Vancouver">Vancouver</a>, <a href="/wiki/British_Columbia" title="British Columbia">British Columbia</a></div></th></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Downtown_Vancouver" title="Downtown Vancouver">Downtown</a> neighbourhoods</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Coal_Harbour" title="Coal Harbour">Coal Harbour</a></li>
<li><a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown</a></li>
<li><a href="/wiki/Davie_Village" title="Davie Village">Davie Village</a></li>
<li><a href="/wiki/Downtown_Eastside" title="Downtown Eastside">Downtown Eastside</a></li>
<li><a href="/wiki/English_Bay_(neighbourhood)" title="English Bay (neighbourhood)">English Bay</a></li>
<li><a href="/wiki/Financial_District,_Vancouver" title="Financial District, Vancouver">Financial District</a></li>
<li><a href="/wiki/Gastown" title="Gastown">Gastown</a></li>
<li><a href="/wiki/Granville_Mall,_Vancouver" title="Granville Mall, Vancouver">Granville Mall</a> and the <a href="/wiki/Granville_Entertainment_District" title="Granville Entertainment District">Granville Entertainment District</a></li>
<li><a href="/wiki/Chinatown,_Vancouver#International_Village" title="Chinatown, Vancouver">International Village</a></li>
<li><a href="/wiki/Japantown,_Vancouver" title="Japantown, Vancouver">Japantown</a></li>
<li><a href="/wiki/Robson_Street" title="Robson Street">Robson</a></li>
<li><a href="/wiki/Stanley_Park_(neighbourhood)" title="Stanley Park (neighbourhood)">Stanley Park</a></li>
<li><a href="/wiki/Victory_Square,_Vancouver" title="Victory Square, Vancouver">Victory Square</a></li>
<li><a href="/wiki/West_End,_Vancouver" title="West End, Vancouver">West End</a></li>
<li><a href="/wiki/Yaletown" title="Yaletown">Yaletown</a></li></ul>
</div></td><td class="noviewer navbox-image" rowspan="4" style="width:1px;padding:0px 0px 0px 2px"><div><a class="image" href="/wiki/File:Flag_of_Vancouver_(Canada).svg" title="Vancouver Flag"><img alt="Vancouver Flag" class="thumbborder" data-file-height="400" data-file-width="800" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Vancouver_%28Canada%29.svg/80px-Flag_of_Vancouver_%28Canada%29.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Vancouver_%28Canada%29.svg/120px-Flag_of_Vancouver_%28Canada%29.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Vancouver_%28Canada%29.svg/160px-Flag_of_Vancouver_%28Canada%29.svg.png 2x" width="80"/></a></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">West Side neighbourhoods</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Arbutus_Ridge" title="Arbutus Ridge">Arbutus Ridge</a></li>
<li><a href="/wiki/Dunbar%E2%80%93Southlands" title="Dunbar–Southlands">Dunbar–Southlands</a></li>
<li><a href="/wiki/Fairview,_Vancouver" title="Fairview, Vancouver">Fairview</a></li>
<li><a href="/wiki/False_Creek" title="False Creek">False Creek</a></li>
<li><a href="/wiki/Kerrisdale" title="Kerrisdale">Kerrisdale</a></li>
<li><a href="/wiki/Kitsilano" title="Kitsilano">Kitsilano</a></li>
<li><a href="/wiki/Marpole" title="Marpole">Marpole</a></li>
<li><a href="/wiki/Oakridge,_Vancouver" title="Oakridge, Vancouver">Oakridge</a></li>
<li><a href="/wiki/Shaughnessy,_Vancouver" title="Shaughnessy, Vancouver">Shaughnessy</a></li>
<li><a href="/wiki/South_Cambie" title="South Cambie">South Cambie</a></li>
<li><a href="/wiki/West_Point_Grey" title="West Point Grey">West Point Grey</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/East_Vancouver" title="East Vancouver">East Side</a> neighbourhoods</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Grandview%E2%80%93Woodland" title="Grandview–Woodland">Grandview–Woodland</a></li>
<li><a href="/wiki/Hastings%E2%80%93Sunrise" title="Hastings–Sunrise">Hastings–Sunrise</a></li>
<li><a href="/wiki/Kensington%E2%80%93Cedar_Cottage" title="Kensington–Cedar Cottage">Kensington–Cedar Cottage</a></li>
<li><a href="/wiki/Killarney,_Vancouver" title="Killarney, Vancouver">Killarney</a></li>
<li><a href="/wiki/Mount_Pleasant,_Vancouver" title="Mount Pleasant, Vancouver">Mount Pleasant</a></li>
<li><a href="/wiki/Renfrew%E2%80%93Collingwood" title="Renfrew–Collingwood">Renfrew–Collingwood</a></li>
<li><a href="/wiki/Riley_Park%E2%80%93Little_Mountain" title="Riley Park–Little Mountain">Riley Park–Little Mountain</a></li>
<li><a href="/wiki/Strathcona,_Vancouver" title="Strathcona, Vancouver">Strathcona</a></li>
<li><a href="/wiki/Sunset,_Vancouver" title="Sunset, Vancouver">Sunset</a></li>
<li><a href="/wiki/Victoria%E2%80%93Fraserview" title="Victoria–Fraserview">Victoria–Fraserview</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Other locations</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Champlain_Heights" title="Champlain Heights">Champlain Heights</a></li>
<li><a href="/wiki/Commercial_Drive,_Vancouver" title="Commercial Drive, Vancouver">Commercial Drive</a></li>
<li><a href="/wiki/Granville_Island" title="Granville Island">Granville Island</a></li>
<li><a href="/wiki/Greektown,_Vancouver" title="Greektown, Vancouver">Greektown</a></li>
<li><a href="/wiki/Little_Italy,_Vancouver" title="Little Italy, Vancouver">Little Italy</a></li>
<li><a href="/wiki/Punjabi_Market,_Vancouver" title="Punjabi Market, Vancouver">Punjabi Market / Little India</a></li>
<li><a href="/wiki/South_Granville_Rise" title="South Granville Rise">South Granville</a></li>
<li><a href="/wiki/South_Main" title="South Main">South Main</a></li>
<li><a href="/wiki/University_Endowment_Lands" title="University Endowment Lands">University Endowment Lands</a></li>
<li><i><a href="/wiki/Hogan%27s_Alley,_Vancouver" title="Hogan's Alley, Vancouver">Hogan's Alley</a></i></li>
<li><a href="/wiki/Stanley_Park" title="Stanley Park">Stanley Park</a></li></ul>
</div></td></tr><tr><td class="navbox-abovebelow" colspan="3"><div><i>Italics</i> indicate neighbourhoods now defunct.</div></td></tr></tbody></table></div>
<!-- 
NewPP limit report
Parsed by mw2271
Cached time: 20200927151243
Cache expiry: 2592000
Dynamic content: false
Complications: [vary‐revision‐sha1]
CPU time usage: 0.216 seconds
Real time usage: 0.315 seconds
Preprocessor visited node count: 501/1000000
Post‐expand include size: 30056/2097152 bytes
Template argument size: 229/2097152 bytes
Highest expansion depth: 13/40
Expensive parser function count: 2/500
Unstrip recursion depth: 1/20
Unstrip post‐expand size: 7698/5000000 bytes
Lua time usage: 0.116/10.000 seconds
Lua memory usage: 3.29 MB/50 MB
Number of Wikibase entities loaded: 0/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00%  256.863      1 -total
 43.97%  112.934      1 Template:Reflist
 41.04%  105.411      1 Template:Refimprove
 38.30%   98.389      2 Template:Cite_web
 34.61%   88.890      2 Template:Ambox
 12.94%   33.228      1 Template:Find_sources_mainspace
  7.65%   19.639      1 Template:VancouverNeighbourhoods
  6.07%   15.580      1 Template:No_footnotes
  5.25%   13.474      1 Template:Navbox
  2.13%    5.471      2 Template:Yesno-no
-->
<!-- Saved in parser cache with key enwiki:pcache:idhash:17757023-0!canonical and timestamp 20200927151243 and revision id 980625626
 -->
</div><noscript><img alt="" height="1" src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" style="border: none; position: absolute;" title="" width="1"/></noscript>
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;oldid=980625626">https://en.wikipedia.org/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;oldid=980625626</a>"</div></div>
<div class="catlinks" data-mw="interface" id="catlinks"><div class="mw-normal-catlinks" id="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Lists_of_populated_places_in_British_Columbia" title="Category:Lists of populated places in British Columbia">Lists of populated places in British Columbia</a></li><li><a href="/wiki/Category:Vancouver-related_lists" title="Category:Vancouver-related lists">Vancouver-related lists</a></li><li><a href="/wiki/Category:Lists_of_neighbourhoods_in_Canadian_cities" title="Category:Lists of neighbourhoods in Canadian cities">Lists of neighbourhoods in Canadian cities</a></li></ul></div><div class="mw-hidden-catlinks mw-hidden-cats-hidden" id="mw-hidden-catlinks">Hidden categories: <ul><li><a href="/wiki/Category:Articles_needing_additional_references_from_January_2009" title="Category:Articles needing additional references from January 2009">Articles needing additional references from January 2009</a></li><li><a href="/wiki/Category:All_articles_needing_additional_references" title="Category:All articles needing additional references">All articles needing additional references</a></li><li><a href="/wiki/Category:Articles_lacking_in-text_citations_from_March_2016" title="Category:Articles lacking in-text citations from March 2016">Articles lacking in-text citations from March 2016</a></li><li><a href="/wiki/Category:All_articles_lacking_in-text_citations" title="Category:All articles lacking in-text citations">All articles lacking in-text citations</a></li></ul></div></div>
</div>
</div>
<div id="mw-data-after-content">
<div class="read-more-container"></div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
<div id="mw-head">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-personal-label" class="vector-menu" id="p-personal" role="navigation">
<h3 id="p-personal-label">
<span>Personal tools</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a accesskey="n" href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]">Talk</a></li><li id="pt-anoncontribs"><a accesskey="y" href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=List+of+neighbourhoods+in+Vancouver" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a accesskey="o" href="/w/index.php?title=Special:UserLogin&amp;returnto=List+of+neighbourhoods+in+Vancouver" title="You're encouraged to log in; however, it's not mandatory. [o]">Log in</a></li></ul>
</div>
</nav>
<div id="left-navigation">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-namespaces-label" class="vector-menu vector-menu-tabs vectorTabs" id="p-namespaces" role="navigation">
<h3 id="p-namespaces-label">
<span>Namespaces</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="selected" id="ca-nstab-main"><a accesskey="c" href="/wiki/List_of_neighbourhoods_in_Vancouver" title="View the content page [c]">Article</a></li><li id="ca-talk"><a accesskey="t" href="/wiki/Talk:List_of_neighbourhoods_in_Vancouver" rel="discussion" title="Discuss improvements to the content page [t]">Talk</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-variants-label" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" id="p-variants" role="navigation">
<input aria-labelledby="p-variants-label" class="vector-menu-checkbox vectorMenuCheckbox" type="checkbox"/>
<h3 id="p-variants-label">
<span>Variants</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="menu vector-menu-content-list"></ul>
</div>
</nav>
</div>
<div id="right-navigation">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-views-label" class="vector-menu vector-menu-tabs vectorTabs" id="p-views" role="navigation">
<h3 id="p-views-label">
<span>Views</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="selected" id="ca-view"><a href="/wiki/List_of_neighbourhoods_in_Vancouver">Read</a></li><li id="ca-edit"><a accesskey="e" href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit" title="Edit this page [e]">Edit</a></li><li id="ca-history"><a accesskey="h" href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=history" title="Past revisions of this page [h]">View history</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-cactions-label" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" id="p-cactions" role="navigation">
<input aria-labelledby="p-cactions-label" class="vector-menu-checkbox vectorMenuCheckbox" type="checkbox"/>
<h3 id="p-cactions-label">
<span>More</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="menu vector-menu-content-list"></ul>
</div>
</nav>
<div id="p-search" role="search">
<h3>
<label for="searchInput">Search</label>
</h3>
<form action="/w/index.php" id="searchform">
<div data-search-loc="header-moved" id="simpleSearch">
<input accesskey="f" id="searchInput" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" type="search"/>
<input name="title" type="hidden" value="Special:Search"/>
<input class="searchButton mw-fallbackSearchButton" id="mw-searchButton" name="fulltext" title="Search Wikipedia for this text" type="submit" value="Search"/>
<input class="searchButton" id="searchButton" name="go" title="Go to a page with this exact name if it exists" type="submit" value="Go"/>
</div>
</form>
</div>
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner">
<a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a>
</div>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-navigation-label" class="vector-menu vector-menu-portal portal portal-first" id="p-navigation" role="navigation">
<h3 id="p-navigation-label">
<span>Navigation</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a accesskey="z" href="/wiki/Main_Page" title="Visit the main page [z]">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a accesskey="x" href="/wiki/Special:Random" title="Visit a randomly selected article [x]">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-interaction-label" class="vector-menu vector-menu-portal portal" id="p-interaction" role="navigation">
<h3 id="p-interaction-label">
<span>Contribute</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a accesskey="r" href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-tb-label" class="vector-menu vector-menu-portal portal" id="p-tb" role="navigation">
<h3 id="p-tb-label">
<span>Tools</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a accesskey="j" href="/wiki/Special:WhatLinksHere/List_of_neighbourhoods_in_Vancouver" title="List of all English Wikipedia pages containing links to this page [j]">What links here</a></li><li id="t-recentchangeslinked"><a accesskey="k" href="/wiki/Special:RecentChangesLinked/List_of_neighbourhoods_in_Vancouver" rel="nofollow" title="Recent changes in pages linked from this page [k]">Related changes</a></li><li id="t-upload"><a accesskey="u" href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]">Upload file</a></li><li id="t-specialpages"><a accesskey="q" href="/wiki/Special:SpecialPages" title="A list of all special pages [q]">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;oldid=980625626" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=List_of_neighbourhoods_in_Vancouver&amp;id=980625626&amp;wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li><li id="t-wikibase"><a accesskey="g" href="https://www.wikidata.org/wiki/Special:EntityPage/Q6630375" title="Structured data on this page hosted by Wikidata [g]">Wikidata item</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-coll-print_export-label" class="vector-menu vector-menu-portal portal" id="p-coll-print_export" role="navigation">
<h3 id="p-coll-print_export-label">
<span>Print/export</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=List_of_neighbourhoods_in_Vancouver&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a accesskey="p" href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;printable=yes" title="Printable version of this page [p]">Printable version</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-lang-label" class="vector-menu vector-menu-portal portal" id="p-lang" role="navigation">
<h3 id="p-lang-label">
<span>Languages</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-fr"><a class="interlanguage-link-target" href="https://fr.wikipedia.org/wiki/Liste_des_quartiers_de_Vancouver" hreflang="fr" lang="fr" title="Liste des quartiers de Vancouver – French">Français</a></li><li class="interlanguage-link interwiki-ms"><a class="interlanguage-link-target" href="https://ms.wikipedia.org/wiki/Senarai_kawasan_kejiranan_di_Vancouver,_British_Columbia" hreflang="ms" lang="ms" title="Senarai kawasan kejiranan di Vancouver, British Columbia – Malay">Bahasa Melayu</a></li></ul>
<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a class="wbc-editpage" href="https://www.wikidata.org/wiki/Special:EntityPage/Q6630375#sitelinks-wikipedia" title="Edit interlanguage links">Edit links</a></span></div>
</div>
</nav>
</div>
</div>
<footer class="mw-footer" id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last edited on 27 September 2020, at 15:11<span class="anonymous-show"> (UTC)</span>.</li>
<li id="footer-info-copyright">Text is available under the <a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License" rel="license">Creative Commons Attribution-ShareAlike License</a><a href="//creativecommons.org/licenses/by-sa/3.0/" rel="license" style="display:none;"></a>;
additional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a class="extiw" href="https://foundation.wikimedia.org/wiki/Privacy_policy" title="wmf:Privacy policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
<li id="footer-places-mobileview"><a class="noprint stopMobileRedirectToggle" href="//en.m.wikipedia.org/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;mobileaction=toggle_view_mobile">Mobile view</a></li>
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
</ul>
<ul class="noprint" id="footer-icons">
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img alt="Wikimedia Foundation" height="31" loading="lazy" src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88"/></a></li>
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img alt="Powered by MediaWiki" height="31" loading="lazy" src="/static/images/footer/poweredby_mediawiki_88x31.png" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88"/></a></li>
</ul>
<div style="clear: both;"></div>
</footer>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.216","walltime":"0.315","ppvisitednodes":{"value":501,"limit":1000000},"postexpandincludesize":{"value":30056,"limit":2097152},"templateargumentsize":{"value":229,"limit":2097152},"expansiondepth":{"value":13,"limit":40},"expensivefunctioncount":{"value":2,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":7698,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%  256.863      1 -total"," 43.97%  112.934      1 Template:Reflist"," 41.04%  105.411      1 Template:Refimprove"," 38.30%   98.389      2 Template:Cite_web"," 34.61%   88.890      2 Template:Ambox"," 12.94%   33.228      1 Template:Find_sources_mainspace","  7.65%   19.639      1 Template:VancouverNeighbourhoods","  6.07%   15.580      1 Template:No_footnotes","  5.25%   13.474      1 Template:Navbox","  2.13%    5.471      2 Template:Yesno-no"]},"scribunto":{"limitreport-timeusage":{"value":"0.116","limit":"10.000"},"limitreport-memusage":{"value":3454465,"limit":52428800}},"cachereport":{"origin":"mw2271","timestamp":"20200927151243","ttl":2592000,"transientcontent":false}}});});</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"List of neighbourhoods in Vancouver","url":"https:\/\/en.wikipedia.org\/wiki\/List_of_neighbourhoods_in_Vancouver","sameAs":"http:\/\/www.wikidata.org\/entity\/Q6630375","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q6630375","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2008-06-03T21:50:21Z","dateModified":"2020-09-27T15:11:33Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/3\/37\/Stadtgliederung_Vancouver_2008.png","headline":"Wikimedia list article"}</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":191,"wgHostname":"mw2361"});});</script>
</body></html>
In [24]:
div_tag = soup.find(class_='mw-parser-output')
div_tag
Out[24]:
<div class="mw-parser-output"><table class="box-More_citations_needed plainlinks metadata ambox ambox-content ambox-Refimprove" role="presentation"><tbody><tr><td class="mbox-image"><div style="width:52px"><a class="image" href="/wiki/File:Question_book-new.svg"><img alt="" data-file-height="399" data-file-width="512" decoding="async" height="39" src="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/50px-Question_book-new.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/75px-Question_book-new.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/100px-Question_book-new.svg.png 2x" width="50"/></a></div></td><td class="mbox-text"><div class="mbox-text-span">This article <b>needs additional citations for <a href="/wiki/Wikipedia:Verifiability" title="Wikipedia:Verifiability">verification</a></b>.<span class="hide-when-compact"> Please help <a class="external text" href="https://en.wikipedia.org/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit">improve this article</a> by <a href="/wiki/Help:Referencing_for_beginners" title="Help:Referencing for beginners">adding citations to reliable sources</a>. Unsourced material may be challenged and removed.<br/><small><span class="plainlinks"><i>Find sources:</i> <a class="external text" href="//www.google.com/search?as_eq=wikipedia&amp;q=%22List+of+neighbourhoods+in+Vancouver%22" rel="nofollow">"List of neighbourhoods in Vancouver"</a> – <a class="external text" href="//www.google.com/search?tbm=nws&amp;q=%22List+of+neighbourhoods+in+Vancouver%22+-wikipedia" rel="nofollow">news</a> <b>·</b> <a class="external text" href="//www.google.com/search?&amp;q=%22List+of+neighbourhoods+in+Vancouver%22+site:news.google.com/newspapers&amp;source=newspapers" rel="nofollow">newspapers</a> <b>·</b> <a class="external text" href="//www.google.com/search?tbs=bks:1&amp;q=%22List+of+neighbourhoods+in+Vancouver%22+-wikipedia" rel="nofollow">books</a> <b>·</b> <a class="external text" href="//scholar.google.com/scholar?q=%22List+of+neighbourhoods+in+Vancouver%22" rel="nofollow">scholar</a> <b>·</b> <a class="external text" href="https://www.jstor.org/action/doBasicSearch?Query=%22List+of+neighbourhoods+in+Vancouver%22&amp;acc=on&amp;wc=on" rel="nofollow">JSTOR</a></span></small></span> <small class="date-container"><i>(<span class="date">January 2009</span>)</i></small><small class="hide-when-compact"><i> (<a href="/wiki/Help:Maintenance_template_removal" title="Help:Maintenance template removal">Learn how and when to remove this template message</a>)</i></small></div></td></tr></tbody></table>
<p><a href="/wiki/Vancouver" title="Vancouver">Vancouver</a> is made up of a number of smaller neighbourhoods and communities with their own distinct cultures and histories. While there is some disagreement on all of the names and boundaries of these areas, the City of Vancouver officially divides the city into 23 neighbourhoods for administrative purposes.<sup class="reference" id="cite_ref-:0_1-0"><a href="#cite_note-:0-1">[1]</a></sup>
</p>
<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a class="image" href="/wiki/File:Stadtgliederung_Vancouver_2008.png"><img alt="" class="thumbimage" data-file-height="1273" data-file-width="1476" decoding="async" height="190" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/220px-Stadtgliederung_Vancouver_2008.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/330px-Stadtgliederung_Vancouver_2008.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/37/Stadtgliederung_Vancouver_2008.png/440px-Stadtgliederung_Vancouver_2008.png 2x" width="220"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:Stadtgliederung_Vancouver_2008.png" title="Enlarge"></a></div>Neighbourhoods of Vancouver</div></div></div>
<div aria-labelledby="mw-toc-heading" class="toc" id="toc" role="navigation"><input class="toctogglecheckbox" id="toctogglecheckbox" role="button" style="display:none" type="checkbox"/><div class="toctitle" dir="ltr" lang="en"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Official_neighbourhoods"><span class="tocnumber">1</span> <span class="toctext">Official neighbourhoods</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#Other_areas"><span class="tocnumber">2</span> <span class="toctext">Other areas</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#See_also"><span class="tocnumber">3</span> <span class="toctext">See also</span></a></li>
<li class="toclevel-1 tocsection-4"><a href="#References"><span class="tocnumber">4</span> <span class="toctext">References</span></a></li>
<li class="toclevel-1 tocsection-5"><a href="#External_links"><span class="tocnumber">5</span> <span class="toctext">External links</span></a></li>
</ul>
</div>
<h2><span class="mw-headline" id="Official_neighbourhoods">Official neighbourhoods</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=1" title="Edit section: Official neighbourhoods">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The City of Vancouver uses neighbourhood boundaries to break up the city's geographic area for delivering services and resources. The 23 official neighbourhoods are as follows:<sup class="reference" id="cite_ref-:0_1-1"><a href="#cite_note-:0-1">[1]</a></sup>
</p>
<ul><li><a href="/wiki/Arbutus_Ridge" title="Arbutus Ridge">Arbutus Ridge</a> - Located in the middle of Vancouver's west side, characterized by tree-lined streets and heritage homes with large lot sizes.</li>
<li><a href="/wiki/Downtown_Vancouver" title="Downtown Vancouver">Downtown</a> - The <a href="/wiki/Central_business_district" title="Central business district">Central business district</a> of Vancouver, containing offices and popular entertainment venues as well as housing in the form of <a class="mw-redirect" href="/wiki/High-rise" title="High-rise">high-rises</a> and <a href="/wiki/Apartment" title="Apartment">apartments</a>.</li>
<li><a href="/wiki/Dunbar%E2%80%93Southlands" title="Dunbar–Southlands">Dunbar-Southlands</a> - An affluent neighbourhood on the western side of the city, primarily containing single family dwellings. The neighbourhood also contains the <a href="/wiki/Indian_reserve" title="Indian reserve">reserve</a> for the <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam Indian Band</a>.</li>
<li><a href="/wiki/Fairview,_Vancouver" title="Fairview, Vancouver">Fairview</a> - Contains the popular attractions of <a href="/wiki/Granville_Island" title="Granville Island">Granville Island</a> and the <a href="/wiki/South_Granville_Rise" title="South Granville Rise">South Granville</a> shopping district. The neighbourhood is also the location of the <a href="/wiki/Vancouver_General_Hospital" title="Vancouver General Hospital">Vancouver General Hospital</a> and contains many health-related institutions.</li>
<li><a href="/wiki/Grandview%E2%80%93Woodland" title="Grandview–Woodland">Grandview-Woodland</a> - A mature neighbourhood in east Vancouver that is a diverse mixture of commercial, industrial, single-family and multi-family residential dwellings with a rich ethnic history and features.</li>
<li><a href="/wiki/Hastings%E2%80%93Sunrise" title="Hastings–Sunrise">Hastings-Sunrise</a> - One of Vancouver's oldest neighbourhoods, it is mainly residential, with a dense strip of shops along <a href="/wiki/Hastings_Street_(Vancouver)" title="Hastings Street (Vancouver)">Hastings Street</a>. It is also known for being the home of <a href="/wiki/Hastings_Park" title="Hastings Park">Hastings Park</a> and the <a href="/wiki/Pacific_National_Exhibition" title="Pacific National Exhibition">Pacific National Exhibition</a>.</li>
<li><a href="/wiki/Kensington%E2%80%93Cedar_Cottage" title="Kensington–Cedar Cottage">Kensington-Cedar Cottage</a> - One of the most multicultural neighbourhoods in the city and located in the middle of east Vancouver. It is the location of <a class="mw-redirect" href="/wiki/Trout_Lake_(Vancouver)" title="Trout Lake (Vancouver)">Trout Lake</a>.</li>
<li><a href="/wiki/Kerrisdale" title="Kerrisdale">Kerrisdale</a> - A primarily residential neighbourhood bisected by the <a class="mw-redirect" href="/wiki/Arbutus_Greenway" title="Arbutus Greenway">Arbutus Greenway</a> and containing the Kerrisdale Village shopping area.</li>
<li><a href="/wiki/Killarney,_Vancouver" title="Killarney, Vancouver">Killarney</a> - Located in the southeastern corner of the city, it mostly contains single-family residences with a few multi-family homes as well as townhouses and high-rises in the recent Fraserlands development along the river.</li>
<li><a href="/wiki/Kitsilano" title="Kitsilano">Kitsilano</a> - Located along the south end of <a href="/wiki/English_Bay,_Vancouver" title="English Bay, Vancouver">English Bay</a>, the neighbourhood is known for its popular beaches.</li>
<li><a href="/wiki/Marpole" title="Marpole">Marpole</a> - The neighbourhood contains a diverse range of low-density to high-density residential and multiple commercial streets. It is was once the site of a <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam</a> village.</li>
<li><a href="/wiki/Mount_Pleasant,_Vancouver" title="Mount Pleasant, Vancouver">Mount Pleasant</a> - Known for its unusual stores, heritage buildings, artistic residents, and arts-focused festivals.</li>
<li><a href="/wiki/Oakridge,_Vancouver" title="Oakridge, Vancouver">Oakridge</a> - Known for being the location of <a href="/wiki/Oakridge_Centre" title="Oakridge Centre">Oakridge Mall</a>, the neighbourhood is mostly residential and is the hub of Vancouver's Jewish population.</li>
<li><a href="/wiki/Renfrew%E2%80%93Collingwood" title="Renfrew–Collingwood">Renfrew-Collingwood</a> - A large, primarily residential neighbourhood located in Vancouver's East side.</li>
<li><a href="/wiki/Riley_Park%E2%80%93Little_Mountain" title="Riley Park–Little Mountain">Riley Park</a> - Located in the centre of Vancouver and contains two shopping hubs, including many of the city's vintage and antique shops. The neighbourhood is home to the city's highest point at the top of <a href="/wiki/Little_Mountain_(British_Columbia)" title="Little Mountain (British Columbia)">Little Mountain</a>.</li>
<li><a href="/wiki/Shaughnessy,_Vancouver" title="Shaughnessy, Vancouver">Shaughnessy</a> - An affluent and mostly residential neighbourhood containing large detached homes and a large number of heritage homes from the first half of the 20th century.</li>
<li><a href="/wiki/South_Cambie" title="South Cambie">South Cambie</a> - One of Vancouver's smallest neighbourhoods, it contains multiple medical facilities including <a class="mw-redirect" href="/wiki/BC_Children%27s_Hospital" title="BC Children's Hospital">BC Children's Hospital</a>, <a class="mw-redirect" href="/wiki/BC_Women%27s_Hospital_%26_Health_Centre" title="BC Women's Hospital &amp; Health Centre">BC Women's Hospital &amp; Health Centre</a> and <a href="/wiki/Canadian_Blood_Services" title="Canadian Blood Services">Canadian Blood Services</a>.</li>
<li><a href="/wiki/Strathcona,_Vancouver" title="Strathcona, Vancouver">Strathcona</a> - One of the city's oldest neighbourhoods, containing a mix of houses and apartments. It has historically been the home to Vancouver's British, Irish, Russian, Croatian, Greeks, and Scandinavian, Japanese and Chinese populations.<sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup></li>
<li><a href="/wiki/Sunset,_Vancouver" title="Sunset, Vancouver">Sunset</a> - An ethnically diverse, working-class neighbourhood filled with single family homes, low-rise apartments, and small retail shops. Home to <a class="mw-redirect" href="/wiki/Little_India_(location)" title="Little India (location)">Little India</a> (<a href="/wiki/Punjabi_Market,_Vancouver" title="Punjabi Market, Vancouver">Punjabi Market</a>), it is the centre of Vancouver's <a href="/wiki/Indo-Canadians" title="Indo-Canadians">Indo-Canadian</a> population.</li>
<li><a href="/wiki/Victoria%E2%80%93Fraserview" title="Victoria–Fraserview">Victoria-Fraserview</a> - A multiculturally diverse neighbourhood with a large Indo-Canadian population, it contains a mixture of retail and residential development. The south side was historically an industrial centre, but is currently being redeveloped into a residential neighbourhood.</li>
<li><a href="/wiki/West_End,_Vancouver" title="West End, Vancouver">West End</a> -  It is home to the city's historical <a class="mw-redirect" href="/wiki/Gay_community" title="Gay community">gay community</a>, the <a href="/wiki/Davie_Village" title="Davie Village">Davie Village</a>.</li>
<li><a href="/wiki/West_Point_Grey" title="West Point Grey">West Point Grey</a> is a mixed commercial and residential area. Housing is a mix of apartments and <a href="/wiki/Condominium" title="Condominium">condos</a>.</li></ul>
<h2><span class="mw-headline" id="Other_areas">Other areas</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=2" title="Edit section: Other areas">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>There are other distinct areas of the city which don't have official neighbourhood status. These communities typically have distinct cultures and character, which differentiate them from their surrounding areas.
</p>
<ul><li><a href="/wiki/Yaletown" title="Yaletown">Yaletown</a> is the <a href="/wiki/Cultural_heritage" title="Cultural heritage">heritage</a> area of the city. Formerly home to the city's warehouses, the area has been revitalized with commercial and residential developments. Home to a middle class with a mix of condos and apartments. The area is located along <a href="/wiki/False_Creek" title="False Creek">False Creek</a> and the <a href="/wiki/Seawall_(Vancouver)" title="Seawall (Vancouver)">seawall</a>.</li>
<li><a href="/wiki/Coal_Harbour" title="Coal Harbour">Coal Harbour</a> is the city's former port area. Like Yaletown, the area has been redeveloped for residences and some business. Home to middle class residents.</li>
<li><a href="/wiki/Gastown" title="Gastown">Gastown</a> is another heritage area of the city. Some streets are still <a href="/wiki/Cobblestone" title="Cobblestone">cobblestone</a>. Tourist shops are found near the notable <a href="/wiki/Gastown#The_Gastown_Steam_Clock" title="Gastown">Gastown Steam Clock</a>. The area is mixed with low and middle class residents living in apartments, condos and lofts.</li>
<li><a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown, Vancouver</a> is where many Chinese immigrants established their homes and businesses when they first moved to Vancouver. Residential areas are home to low income residents in apartments. There are some warehouses still located in the area.</li>
<li><a href="/wiki/Downtown_Eastside" title="Downtown Eastside">Downtown Eastside</a> is a rundown area of the city. It is home to the city's homeless and drug addicted. Low income residents living in early 1900s apartments or hotels.</li>
<li>Crosstown is a roughly four-block area that connects <a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown, Vancouver</a>, <a href="/wiki/Gastown" title="Gastown">Gastown</a>, and <a href="/wiki/Yaletown" title="Yaletown">Yaletown</a>/Stadium District. Notable landmarks include the historic <a href="/wiki/Sun_Tower" title="Sun Tower">Sun Tower</a> and a row of heritage high-rise boutique loft conversions.</li>
<li><a href="/wiki/False_Creek" title="False Creek">False Creek</a></li></ul>
<h2><span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=3" title="Edit section: See also">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<ul><li><a class="mw-redirect" href="/wiki/Metro_Vancouver" title="Metro Vancouver">Metro Vancouver</a></li>
<li><a href="/wiki/West_Vancouver" title="West Vancouver">West Vancouver</a></li>
<li><a href="/wiki/North_Vancouver_(district_municipality)" title="North Vancouver (district municipality)">North Vancouver</a></li></ul>
<h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=4" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="reflist" style="list-style-type: decimal;">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-:0-1"><span class="mw-cite-backlink">^ <a href="#cite_ref-:0_1-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:0_1-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFVancouver">Vancouver, City of. <a class="external text" href="https://vancouver.ca/news-calendar/areas-of-the-city.aspx" rel="nofollow">"Areas of the city"</a>. <i>vancouver.ca</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2020-01-03</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=vancouver.ca&amp;rft.atitle=Areas+of+the+city&amp;rft.aulast=Vancouver&amp;rft.aufirst=City+of&amp;rft_id=https%3A%2F%2Fvancouver.ca%2Fnews-calendar%2Fareas-of-the-city.aspx&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighbourhoods+in+Vancouver"></span><style data-mw-deduplicate="TemplateStyles:r951705291">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg");background-repeat:no-repeat;background-size:12px;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://vancouver.ca/news-calendar/strathcona.aspx" rel="nofollow">"Strathcona"</a>. <i>Vancouver.ca</i>. City of Vancouver<span class="reference-accessdate">. Retrieved <span class="nowrap">21 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Vancouver.ca&amp;rft.atitle=Strathcona&amp;rft_id=https%3A%2F%2Fvancouver.ca%2Fnews-calendar%2Fstrathcona.aspx&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighbourhoods+in+Vancouver"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
</ol></div></div>
<table class="box-No_footnotes plainlinks metadata ambox ambox-style ambox-No_footnotes" role="presentation"><tbody><tr><td class="mbox-image"><div style="width:52px"><img alt="" data-file-height="48" data-file-width="48" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Text_document_with_red_question_mark.svg/40px-Text_document_with_red_question_mark.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Text_document_with_red_question_mark.svg/60px-Text_document_with_red_question_mark.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Text_document_with_red_question_mark.svg/80px-Text_document_with_red_question_mark.svg.png 2x" width="40"/></div></td><td class="mbox-text"><div class="mbox-text-span">This article includes a <a href="/wiki/Wikipedia:Citing_sources" title="Wikipedia:Citing sources">list of references</a>, related reading or <a href="/wiki/Wikipedia:External_links" title="Wikipedia:External links">external links</a>, <b>but its sources remain unclear because it lacks <a href="/wiki/Wikipedia:Citing_sources#Inline_citations" title="Wikipedia:Citing sources">inline citations</a></b>.<span class="hide-when-compact"> Please help to <a class="mw-redirect" href="/wiki/Wikipedia:WikiProject_Fact_and_Reference_Check" title="Wikipedia:WikiProject Fact and Reference Check">improve</a> this article by <a href="/wiki/Wikipedia:When_to_cite" title="Wikipedia:When to cite">introducing</a> more precise citations.</span> <small class="date-container"><i>(<span class="date">March 2016</span>)</i></small><small class="hide-when-compact"><i> (<a href="/wiki/Help:Maintenance_template_removal" title="Help:Maintenance template removal">Learn how and when to remove this template message</a>)</i></small></div></td></tr></tbody></table>
<h2><span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighbourhoods_in_Vancouver&amp;action=edit&amp;section=5" title="Edit section: External links">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<ul><li><a class="external text" href="http://www.vancouveruserguide.com/neighborhood.html" rel="nofollow">Vancouver User Guide</a></li>
<li><a class="external text" href="http://www.point2homes.com/CA/Neighborhood/BC/Vancouver.html" rel="nofollow">Vancouver Map of Neighborhoods</a></li></ul>
<div aria-labelledby="Neighbourhoods_in_Vancouver,_British_Columbia" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="3" scope="col"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Vancouver_neighbourhoods" title="Template:Vancouver neighbourhoods"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Vancouver_neighbourhoods" title="Template talk:Vancouver neighbourhoods"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Vancouver_neighbourhoods&amp;action=edit"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="Neighbourhoods_in_Vancouver,_British_Columbia" style="font-size:114%;margin:0 4em"><a class="mw-selflink selflink">Neighbourhoods</a> in <a href="/wiki/Vancouver" title="Vancouver">Vancouver</a>, <a href="/wiki/British_Columbia" title="British Columbia">British Columbia</a></div></th></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Downtown_Vancouver" title="Downtown Vancouver">Downtown</a> neighbourhoods</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Coal_Harbour" title="Coal Harbour">Coal Harbour</a></li>
<li><a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown</a></li>
<li><a href="/wiki/Davie_Village" title="Davie Village">Davie Village</a></li>
<li><a href="/wiki/Downtown_Eastside" title="Downtown Eastside">Downtown Eastside</a></li>
<li><a href="/wiki/English_Bay_(neighbourhood)" title="English Bay (neighbourhood)">English Bay</a></li>
<li><a href="/wiki/Financial_District,_Vancouver" title="Financial District, Vancouver">Financial District</a></li>
<li><a href="/wiki/Gastown" title="Gastown">Gastown</a></li>
<li><a href="/wiki/Granville_Mall,_Vancouver" title="Granville Mall, Vancouver">Granville Mall</a> and the <a href="/wiki/Granville_Entertainment_District" title="Granville Entertainment District">Granville Entertainment District</a></li>
<li><a href="/wiki/Chinatown,_Vancouver#International_Village" title="Chinatown, Vancouver">International Village</a></li>
<li><a href="/wiki/Japantown,_Vancouver" title="Japantown, Vancouver">Japantown</a></li>
<li><a href="/wiki/Robson_Street" title="Robson Street">Robson</a></li>
<li><a href="/wiki/Stanley_Park_(neighbourhood)" title="Stanley Park (neighbourhood)">Stanley Park</a></li>
<li><a href="/wiki/Victory_Square,_Vancouver" title="Victory Square, Vancouver">Victory Square</a></li>
<li><a href="/wiki/West_End,_Vancouver" title="West End, Vancouver">West End</a></li>
<li><a href="/wiki/Yaletown" title="Yaletown">Yaletown</a></li></ul>
</div></td><td class="noviewer navbox-image" rowspan="4" style="width:1px;padding:0px 0px 0px 2px"><div><a class="image" href="/wiki/File:Flag_of_Vancouver_(Canada).svg" title="Vancouver Flag"><img alt="Vancouver Flag" class="thumbborder" data-file-height="400" data-file-width="800" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Vancouver_%28Canada%29.svg/80px-Flag_of_Vancouver_%28Canada%29.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Vancouver_%28Canada%29.svg/120px-Flag_of_Vancouver_%28Canada%29.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Vancouver_%28Canada%29.svg/160px-Flag_of_Vancouver_%28Canada%29.svg.png 2x" width="80"/></a></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">West Side neighbourhoods</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Arbutus_Ridge" title="Arbutus Ridge">Arbutus Ridge</a></li>
<li><a href="/wiki/Dunbar%E2%80%93Southlands" title="Dunbar–Southlands">Dunbar–Southlands</a></li>
<li><a href="/wiki/Fairview,_Vancouver" title="Fairview, Vancouver">Fairview</a></li>
<li><a href="/wiki/False_Creek" title="False Creek">False Creek</a></li>
<li><a href="/wiki/Kerrisdale" title="Kerrisdale">Kerrisdale</a></li>
<li><a href="/wiki/Kitsilano" title="Kitsilano">Kitsilano</a></li>
<li><a href="/wiki/Marpole" title="Marpole">Marpole</a></li>
<li><a href="/wiki/Oakridge,_Vancouver" title="Oakridge, Vancouver">Oakridge</a></li>
<li><a href="/wiki/Shaughnessy,_Vancouver" title="Shaughnessy, Vancouver">Shaughnessy</a></li>
<li><a href="/wiki/South_Cambie" title="South Cambie">South Cambie</a></li>
<li><a href="/wiki/West_Point_Grey" title="West Point Grey">West Point Grey</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/East_Vancouver" title="East Vancouver">East Side</a> neighbourhoods</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Grandview%E2%80%93Woodland" title="Grandview–Woodland">Grandview–Woodland</a></li>
<li><a href="/wiki/Hastings%E2%80%93Sunrise" title="Hastings–Sunrise">Hastings–Sunrise</a></li>
<li><a href="/wiki/Kensington%E2%80%93Cedar_Cottage" title="Kensington–Cedar Cottage">Kensington–Cedar Cottage</a></li>
<li><a href="/wiki/Killarney,_Vancouver" title="Killarney, Vancouver">Killarney</a></li>
<li><a href="/wiki/Mount_Pleasant,_Vancouver" title="Mount Pleasant, Vancouver">Mount Pleasant</a></li>
<li><a href="/wiki/Renfrew%E2%80%93Collingwood" title="Renfrew–Collingwood">Renfrew–Collingwood</a></li>
<li><a href="/wiki/Riley_Park%E2%80%93Little_Mountain" title="Riley Park–Little Mountain">Riley Park–Little Mountain</a></li>
<li><a href="/wiki/Strathcona,_Vancouver" title="Strathcona, Vancouver">Strathcona</a></li>
<li><a href="/wiki/Sunset,_Vancouver" title="Sunset, Vancouver">Sunset</a></li>
<li><a href="/wiki/Victoria%E2%80%93Fraserview" title="Victoria–Fraserview">Victoria–Fraserview</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Other locations</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Champlain_Heights" title="Champlain Heights">Champlain Heights</a></li>
<li><a href="/wiki/Commercial_Drive,_Vancouver" title="Commercial Drive, Vancouver">Commercial Drive</a></li>
<li><a href="/wiki/Granville_Island" title="Granville Island">Granville Island</a></li>
<li><a href="/wiki/Greektown,_Vancouver" title="Greektown, Vancouver">Greektown</a></li>
<li><a href="/wiki/Little_Italy,_Vancouver" title="Little Italy, Vancouver">Little Italy</a></li>
<li><a href="/wiki/Punjabi_Market,_Vancouver" title="Punjabi Market, Vancouver">Punjabi Market / Little India</a></li>
<li><a href="/wiki/South_Granville_Rise" title="South Granville Rise">South Granville</a></li>
<li><a href="/wiki/South_Main" title="South Main">South Main</a></li>
<li><a href="/wiki/University_Endowment_Lands" title="University Endowment Lands">University Endowment Lands</a></li>
<li><i><a href="/wiki/Hogan%27s_Alley,_Vancouver" title="Hogan's Alley, Vancouver">Hogan's Alley</a></i></li>
<li><a href="/wiki/Stanley_Park" title="Stanley Park">Stanley Park</a></li></ul>
</div></td></tr><tr><td class="navbox-abovebelow" colspan="3"><div><i>Italics</i> indicate neighbourhoods now defunct.</div></td></tr></tbody></table></div>
<!-- 
NewPP limit report
Parsed by mw2271
Cached time: 20200927151243
Cache expiry: 2592000
Dynamic content: false
Complications: [vary‐revision‐sha1]
CPU time usage: 0.216 seconds
Real time usage: 0.315 seconds
Preprocessor visited node count: 501/1000000
Post‐expand include size: 30056/2097152 bytes
Template argument size: 229/2097152 bytes
Highest expansion depth: 13/40
Expensive parser function count: 2/500
Unstrip recursion depth: 1/20
Unstrip post‐expand size: 7698/5000000 bytes
Lua time usage: 0.116/10.000 seconds
Lua memory usage: 3.29 MB/50 MB
Number of Wikibase entities loaded: 0/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00%  256.863      1 -total
 43.97%  112.934      1 Template:Reflist
 41.04%  105.411      1 Template:Refimprove
 38.30%   98.389      2 Template:Cite_web
 34.61%   88.890      2 Template:Ambox
 12.94%   33.228      1 Template:Find_sources_mainspace
  7.65%   19.639      1 Template:VancouverNeighbourhoods
  6.07%   15.580      1 Template:No_footnotes
  5.25%   13.474      1 Template:Navbox
  2.13%    5.471      2 Template:Yesno-no
-->
<!-- Saved in parser cache with key enwiki:pcache:idhash:17757023-0!canonical and timestamp 20200927151243 and revision id 980625626
 -->
</div>
In [25]:
li_tag = div_tag.find_all('li')
li_tag
Out[25]:
[<li class="toclevel-1 tocsection-1"><a href="#Official_neighbourhoods"><span class="tocnumber">1</span> <span class="toctext">Official neighbourhoods</span></a></li>,
 <li class="toclevel-1 tocsection-2"><a href="#Other_areas"><span class="tocnumber">2</span> <span class="toctext">Other areas</span></a></li>,
 <li class="toclevel-1 tocsection-3"><a href="#See_also"><span class="tocnumber">3</span> <span class="toctext">See also</span></a></li>,
 <li class="toclevel-1 tocsection-4"><a href="#References"><span class="tocnumber">4</span> <span class="toctext">References</span></a></li>,
 <li class="toclevel-1 tocsection-5"><a href="#External_links"><span class="tocnumber">5</span> <span class="toctext">External links</span></a></li>,
 <li><a href="/wiki/Arbutus_Ridge" title="Arbutus Ridge">Arbutus Ridge</a> - Located in the middle of Vancouver's west side, characterized by tree-lined streets and heritage homes with large lot sizes.</li>,
 <li><a href="/wiki/Downtown_Vancouver" title="Downtown Vancouver">Downtown</a> - The <a href="/wiki/Central_business_district" title="Central business district">Central business district</a> of Vancouver, containing offices and popular entertainment venues as well as housing in the form of <a class="mw-redirect" href="/wiki/High-rise" title="High-rise">high-rises</a> and <a href="/wiki/Apartment" title="Apartment">apartments</a>.</li>,
 <li><a href="/wiki/Dunbar%E2%80%93Southlands" title="Dunbar–Southlands">Dunbar-Southlands</a> - An affluent neighbourhood on the western side of the city, primarily containing single family dwellings. The neighbourhood also contains the <a href="/wiki/Indian_reserve" title="Indian reserve">reserve</a> for the <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam Indian Band</a>.</li>,
 <li><a href="/wiki/Fairview,_Vancouver" title="Fairview, Vancouver">Fairview</a> - Contains the popular attractions of <a href="/wiki/Granville_Island" title="Granville Island">Granville Island</a> and the <a href="/wiki/South_Granville_Rise" title="South Granville Rise">South Granville</a> shopping district. The neighbourhood is also the location of the <a href="/wiki/Vancouver_General_Hospital" title="Vancouver General Hospital">Vancouver General Hospital</a> and contains many health-related institutions.</li>,
 <li><a href="/wiki/Grandview%E2%80%93Woodland" title="Grandview–Woodland">Grandview-Woodland</a> - A mature neighbourhood in east Vancouver that is a diverse mixture of commercial, industrial, single-family and multi-family residential dwellings with a rich ethnic history and features.</li>,
 <li><a href="/wiki/Hastings%E2%80%93Sunrise" title="Hastings–Sunrise">Hastings-Sunrise</a> - One of Vancouver's oldest neighbourhoods, it is mainly residential, with a dense strip of shops along <a href="/wiki/Hastings_Street_(Vancouver)" title="Hastings Street (Vancouver)">Hastings Street</a>. It is also known for being the home of <a href="/wiki/Hastings_Park" title="Hastings Park">Hastings Park</a> and the <a href="/wiki/Pacific_National_Exhibition" title="Pacific National Exhibition">Pacific National Exhibition</a>.</li>,
 <li><a href="/wiki/Kensington%E2%80%93Cedar_Cottage" title="Kensington–Cedar Cottage">Kensington-Cedar Cottage</a> - One of the most multicultural neighbourhoods in the city and located in the middle of east Vancouver. It is the location of <a class="mw-redirect" href="/wiki/Trout_Lake_(Vancouver)" title="Trout Lake (Vancouver)">Trout Lake</a>.</li>,
 <li><a href="/wiki/Kerrisdale" title="Kerrisdale">Kerrisdale</a> - A primarily residential neighbourhood bisected by the <a class="mw-redirect" href="/wiki/Arbutus_Greenway" title="Arbutus Greenway">Arbutus Greenway</a> and containing the Kerrisdale Village shopping area.</li>,
 <li><a href="/wiki/Killarney,_Vancouver" title="Killarney, Vancouver">Killarney</a> - Located in the southeastern corner of the city, it mostly contains single-family residences with a few multi-family homes as well as townhouses and high-rises in the recent Fraserlands development along the river.</li>,
 <li><a href="/wiki/Kitsilano" title="Kitsilano">Kitsilano</a> - Located along the south end of <a href="/wiki/English_Bay,_Vancouver" title="English Bay, Vancouver">English Bay</a>, the neighbourhood is known for its popular beaches.</li>,
 <li><a href="/wiki/Marpole" title="Marpole">Marpole</a> - The neighbourhood contains a diverse range of low-density to high-density residential and multiple commercial streets. It is was once the site of a <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam</a> village.</li>,
 <li><a href="/wiki/Mount_Pleasant,_Vancouver" title="Mount Pleasant, Vancouver">Mount Pleasant</a> - Known for its unusual stores, heritage buildings, artistic residents, and arts-focused festivals.</li>,
 <li><a href="/wiki/Oakridge,_Vancouver" title="Oakridge, Vancouver">Oakridge</a> - Known for being the location of <a href="/wiki/Oakridge_Centre" title="Oakridge Centre">Oakridge Mall</a>, the neighbourhood is mostly residential and is the hub of Vancouver's Jewish population.</li>,
 <li><a href="/wiki/Renfrew%E2%80%93Collingwood" title="Renfrew–Collingwood">Renfrew-Collingwood</a> - A large, primarily residential neighbourhood located in Vancouver's East side.</li>,
 <li><a href="/wiki/Riley_Park%E2%80%93Little_Mountain" title="Riley Park–Little Mountain">Riley Park</a> - Located in the centre of Vancouver and contains two shopping hubs, including many of the city's vintage and antique shops. The neighbourhood is home to the city's highest point at the top of <a href="/wiki/Little_Mountain_(British_Columbia)" title="Little Mountain (British Columbia)">Little Mountain</a>.</li>,
 <li><a href="/wiki/Shaughnessy,_Vancouver" title="Shaughnessy, Vancouver">Shaughnessy</a> - An affluent and mostly residential neighbourhood containing large detached homes and a large number of heritage homes from the first half of the 20th century.</li>,
 <li><a href="/wiki/South_Cambie" title="South Cambie">South Cambie</a> - One of Vancouver's smallest neighbourhoods, it contains multiple medical facilities including <a class="mw-redirect" href="/wiki/BC_Children%27s_Hospital" title="BC Children's Hospital">BC Children's Hospital</a>, <a class="mw-redirect" href="/wiki/BC_Women%27s_Hospital_%26_Health_Centre" title="BC Women's Hospital &amp; Health Centre">BC Women's Hospital &amp; Health Centre</a> and <a href="/wiki/Canadian_Blood_Services" title="Canadian Blood Services">Canadian Blood Services</a>.</li>,
 <li><a href="/wiki/Strathcona,_Vancouver" title="Strathcona, Vancouver">Strathcona</a> - One of the city's oldest neighbourhoods, containing a mix of houses and apartments. It has historically been the home to Vancouver's British, Irish, Russian, Croatian, Greeks, and Scandinavian, Japanese and Chinese populations.<sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup></li>,
 <li><a href="/wiki/Sunset,_Vancouver" title="Sunset, Vancouver">Sunset</a> - An ethnically diverse, working-class neighbourhood filled with single family homes, low-rise apartments, and small retail shops. Home to <a class="mw-redirect" href="/wiki/Little_India_(location)" title="Little India (location)">Little India</a> (<a href="/wiki/Punjabi_Market,_Vancouver" title="Punjabi Market, Vancouver">Punjabi Market</a>), it is the centre of Vancouver's <a href="/wiki/Indo-Canadians" title="Indo-Canadians">Indo-Canadian</a> population.</li>,
 <li><a href="/wiki/Victoria%E2%80%93Fraserview" title="Victoria–Fraserview">Victoria-Fraserview</a> - A multiculturally diverse neighbourhood with a large Indo-Canadian population, it contains a mixture of retail and residential development. The south side was historically an industrial centre, but is currently being redeveloped into a residential neighbourhood.</li>,
 <li><a href="/wiki/West_End,_Vancouver" title="West End, Vancouver">West End</a> -  It is home to the city's historical <a class="mw-redirect" href="/wiki/Gay_community" title="Gay community">gay community</a>, the <a href="/wiki/Davie_Village" title="Davie Village">Davie Village</a>.</li>,
 <li><a href="/wiki/West_Point_Grey" title="West Point Grey">West Point Grey</a> is a mixed commercial and residential area. Housing is a mix of apartments and <a href="/wiki/Condominium" title="Condominium">condos</a>.</li>,
 <li><a href="/wiki/Yaletown" title="Yaletown">Yaletown</a> is the <a href="/wiki/Cultural_heritage" title="Cultural heritage">heritage</a> area of the city. Formerly home to the city's warehouses, the area has been revitalized with commercial and residential developments. Home to a middle class with a mix of condos and apartments. The area is located along <a href="/wiki/False_Creek" title="False Creek">False Creek</a> and the <a href="/wiki/Seawall_(Vancouver)" title="Seawall (Vancouver)">seawall</a>.</li>,
 <li><a href="/wiki/Coal_Harbour" title="Coal Harbour">Coal Harbour</a> is the city's former port area. Like Yaletown, the area has been redeveloped for residences and some business. Home to middle class residents.</li>,
 <li><a href="/wiki/Gastown" title="Gastown">Gastown</a> is another heritage area of the city. Some streets are still <a href="/wiki/Cobblestone" title="Cobblestone">cobblestone</a>. Tourist shops are found near the notable <a href="/wiki/Gastown#The_Gastown_Steam_Clock" title="Gastown">Gastown Steam Clock</a>. The area is mixed with low and middle class residents living in apartments, condos and lofts.</li>,
 <li><a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown, Vancouver</a> is where many Chinese immigrants established their homes and businesses when they first moved to Vancouver. Residential areas are home to low income residents in apartments. There are some warehouses still located in the area.</li>,
 <li><a href="/wiki/Downtown_Eastside" title="Downtown Eastside">Downtown Eastside</a> is a rundown area of the city. It is home to the city's homeless and drug addicted. Low income residents living in early 1900s apartments or hotels.</li>,
 <li>Crosstown is a roughly four-block area that connects <a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown, Vancouver</a>, <a href="/wiki/Gastown" title="Gastown">Gastown</a>, and <a href="/wiki/Yaletown" title="Yaletown">Yaletown</a>/Stadium District. Notable landmarks include the historic <a href="/wiki/Sun_Tower" title="Sun Tower">Sun Tower</a> and a row of heritage high-rise boutique loft conversions.</li>,
 <li><a href="/wiki/False_Creek" title="False Creek">False Creek</a></li>,
 <li><a class="mw-redirect" href="/wiki/Metro_Vancouver" title="Metro Vancouver">Metro Vancouver</a></li>,
 <li><a href="/wiki/West_Vancouver" title="West Vancouver">West Vancouver</a></li>,
 <li><a href="/wiki/North_Vancouver_(district_municipality)" title="North Vancouver (district municipality)">North Vancouver</a></li>,
 <li id="cite_note-:0-1"><span class="mw-cite-backlink">^ <a href="#cite_ref-:0_1-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:0_1-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFVancouver">Vancouver, City of. <a class="external text" href="https://vancouver.ca/news-calendar/areas-of-the-city.aspx" rel="nofollow">"Areas of the city"</a>. <i>vancouver.ca</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2020-01-03</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=vancouver.ca&amp;rft.atitle=Areas+of+the+city&amp;rft.aulast=Vancouver&amp;rft.aufirst=City+of&amp;rft_id=https%3A%2F%2Fvancouver.ca%2Fnews-calendar%2Fareas-of-the-city.aspx&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighbourhoods+in+Vancouver"></span><style data-mw-deduplicate="TemplateStyles:r951705291">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg");background-repeat:no-repeat;background-size:12px;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style></span>
 </li>,
 <li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://vancouver.ca/news-calendar/strathcona.aspx" rel="nofollow">"Strathcona"</a>. <i>Vancouver.ca</i>. City of Vancouver<span class="reference-accessdate">. Retrieved <span class="nowrap">21 August</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Vancouver.ca&amp;rft.atitle=Strathcona&amp;rft_id=https%3A%2F%2Fvancouver.ca%2Fnews-calendar%2Fstrathcona.aspx&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighbourhoods+in+Vancouver"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
 </li>,
 <li><a class="external text" href="http://www.vancouveruserguide.com/neighborhood.html" rel="nofollow">Vancouver User Guide</a></li>,
 <li><a class="external text" href="http://www.point2homes.com/CA/Neighborhood/BC/Vancouver.html" rel="nofollow">Vancouver Map of Neighborhoods</a></li>,
 <li class="nv-view"><a href="/wiki/Template:Vancouver_neighbourhoods" title="Template:Vancouver neighbourhoods"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="View this template">v</abbr></a></li>,
 <li class="nv-talk"><a href="/wiki/Template_talk:Vancouver_neighbourhoods" title="Template talk:Vancouver neighbourhoods"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Discuss this template">t</abbr></a></li>,
 <li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Vancouver_neighbourhoods&amp;action=edit"><abbr style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Edit this template">e</abbr></a></li>,
 <li><a href="/wiki/Coal_Harbour" title="Coal Harbour">Coal Harbour</a></li>,
 <li><a href="/wiki/Chinatown,_Vancouver" title="Chinatown, Vancouver">Chinatown</a></li>,
 <li><a href="/wiki/Davie_Village" title="Davie Village">Davie Village</a></li>,
 <li><a href="/wiki/Downtown_Eastside" title="Downtown Eastside">Downtown Eastside</a></li>,
 <li><a href="/wiki/English_Bay_(neighbourhood)" title="English Bay (neighbourhood)">English Bay</a></li>,
 <li><a href="/wiki/Financial_District,_Vancouver" title="Financial District, Vancouver">Financial District</a></li>,
 <li><a href="/wiki/Gastown" title="Gastown">Gastown</a></li>,
 <li><a href="/wiki/Granville_Mall,_Vancouver" title="Granville Mall, Vancouver">Granville Mall</a> and the <a href="/wiki/Granville_Entertainment_District" title="Granville Entertainment District">Granville Entertainment District</a></li>,
 <li><a href="/wiki/Chinatown,_Vancouver#International_Village" title="Chinatown, Vancouver">International Village</a></li>,
 <li><a href="/wiki/Japantown,_Vancouver" title="Japantown, Vancouver">Japantown</a></li>,
 <li><a href="/wiki/Robson_Street" title="Robson Street">Robson</a></li>,
 <li><a href="/wiki/Stanley_Park_(neighbourhood)" title="Stanley Park (neighbourhood)">Stanley Park</a></li>,
 <li><a href="/wiki/Victory_Square,_Vancouver" title="Victory Square, Vancouver">Victory Square</a></li>,
 <li><a href="/wiki/West_End,_Vancouver" title="West End, Vancouver">West End</a></li>,
 <li><a href="/wiki/Yaletown" title="Yaletown">Yaletown</a></li>,
 <li><a href="/wiki/Arbutus_Ridge" title="Arbutus Ridge">Arbutus Ridge</a></li>,
 <li><a href="/wiki/Dunbar%E2%80%93Southlands" title="Dunbar–Southlands">Dunbar–Southlands</a></li>,
 <li><a href="/wiki/Fairview,_Vancouver" title="Fairview, Vancouver">Fairview</a></li>,
 <li><a href="/wiki/False_Creek" title="False Creek">False Creek</a></li>,
 <li><a href="/wiki/Kerrisdale" title="Kerrisdale">Kerrisdale</a></li>,
 <li><a href="/wiki/Kitsilano" title="Kitsilano">Kitsilano</a></li>,
 <li><a href="/wiki/Marpole" title="Marpole">Marpole</a></li>,
 <li><a href="/wiki/Oakridge,_Vancouver" title="Oakridge, Vancouver">Oakridge</a></li>,
 <li><a href="/wiki/Shaughnessy,_Vancouver" title="Shaughnessy, Vancouver">Shaughnessy</a></li>,
 <li><a href="/wiki/South_Cambie" title="South Cambie">South Cambie</a></li>,
 <li><a href="/wiki/West_Point_Grey" title="West Point Grey">West Point Grey</a></li>,
 <li><a href="/wiki/Grandview%E2%80%93Woodland" title="Grandview–Woodland">Grandview–Woodland</a></li>,
 <li><a href="/wiki/Hastings%E2%80%93Sunrise" title="Hastings–Sunrise">Hastings–Sunrise</a></li>,
 <li><a href="/wiki/Kensington%E2%80%93Cedar_Cottage" title="Kensington–Cedar Cottage">Kensington–Cedar Cottage</a></li>,
 <li><a href="/wiki/Killarney,_Vancouver" title="Killarney, Vancouver">Killarney</a></li>,
 <li><a href="/wiki/Mount_Pleasant,_Vancouver" title="Mount Pleasant, Vancouver">Mount Pleasant</a></li>,
 <li><a href="/wiki/Renfrew%E2%80%93Collingwood" title="Renfrew–Collingwood">Renfrew–Collingwood</a></li>,
 <li><a href="/wiki/Riley_Park%E2%80%93Little_Mountain" title="Riley Park–Little Mountain">Riley Park–Little Mountain</a></li>,
 <li><a href="/wiki/Strathcona,_Vancouver" title="Strathcona, Vancouver">Strathcona</a></li>,
 <li><a href="/wiki/Sunset,_Vancouver" title="Sunset, Vancouver">Sunset</a></li>,
 <li><a href="/wiki/Victoria%E2%80%93Fraserview" title="Victoria–Fraserview">Victoria–Fraserview</a></li>,
 <li><a href="/wiki/Champlain_Heights" title="Champlain Heights">Champlain Heights</a></li>,
 <li><a href="/wiki/Commercial_Drive,_Vancouver" title="Commercial Drive, Vancouver">Commercial Drive</a></li>,
 <li><a href="/wiki/Granville_Island" title="Granville Island">Granville Island</a></li>,
 <li><a href="/wiki/Greektown,_Vancouver" title="Greektown, Vancouver">Greektown</a></li>,
 <li><a href="/wiki/Little_Italy,_Vancouver" title="Little Italy, Vancouver">Little Italy</a></li>,
 <li><a href="/wiki/Punjabi_Market,_Vancouver" title="Punjabi Market, Vancouver">Punjabi Market / Little India</a></li>,
 <li><a href="/wiki/South_Granville_Rise" title="South Granville Rise">South Granville</a></li>,
 <li><a href="/wiki/South_Main" title="South Main">South Main</a></li>,
 <li><a href="/wiki/University_Endowment_Lands" title="University Endowment Lands">University Endowment Lands</a></li>,
 <li><i><a href="/wiki/Hogan%27s_Alley,_Vancouver" title="Hogan's Alley, Vancouver">Hogan's Alley</a></i></li>,
 <li><a href="/wiki/Stanley_Park" title="Stanley Park">Stanley Park</a></li>]
In [26]:
li_tag[5:27]
Out[26]:
[<li><a href="/wiki/Arbutus_Ridge" title="Arbutus Ridge">Arbutus Ridge</a> - Located in the middle of Vancouver's west side, characterized by tree-lined streets and heritage homes with large lot sizes.</li>,
 <li><a href="/wiki/Downtown_Vancouver" title="Downtown Vancouver">Downtown</a> - The <a href="/wiki/Central_business_district" title="Central business district">Central business district</a> of Vancouver, containing offices and popular entertainment venues as well as housing in the form of <a class="mw-redirect" href="/wiki/High-rise" title="High-rise">high-rises</a> and <a href="/wiki/Apartment" title="Apartment">apartments</a>.</li>,
 <li><a href="/wiki/Dunbar%E2%80%93Southlands" title="Dunbar–Southlands">Dunbar-Southlands</a> - An affluent neighbourhood on the western side of the city, primarily containing single family dwellings. The neighbourhood also contains the <a href="/wiki/Indian_reserve" title="Indian reserve">reserve</a> for the <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam Indian Band</a>.</li>,
 <li><a href="/wiki/Fairview,_Vancouver" title="Fairview, Vancouver">Fairview</a> - Contains the popular attractions of <a href="/wiki/Granville_Island" title="Granville Island">Granville Island</a> and the <a href="/wiki/South_Granville_Rise" title="South Granville Rise">South Granville</a> shopping district. The neighbourhood is also the location of the <a href="/wiki/Vancouver_General_Hospital" title="Vancouver General Hospital">Vancouver General Hospital</a> and contains many health-related institutions.</li>,
 <li><a href="/wiki/Grandview%E2%80%93Woodland" title="Grandview–Woodland">Grandview-Woodland</a> - A mature neighbourhood in east Vancouver that is a diverse mixture of commercial, industrial, single-family and multi-family residential dwellings with a rich ethnic history and features.</li>,
 <li><a href="/wiki/Hastings%E2%80%93Sunrise" title="Hastings–Sunrise">Hastings-Sunrise</a> - One of Vancouver's oldest neighbourhoods, it is mainly residential, with a dense strip of shops along <a href="/wiki/Hastings_Street_(Vancouver)" title="Hastings Street (Vancouver)">Hastings Street</a>. It is also known for being the home of <a href="/wiki/Hastings_Park" title="Hastings Park">Hastings Park</a> and the <a href="/wiki/Pacific_National_Exhibition" title="Pacific National Exhibition">Pacific National Exhibition</a>.</li>,
 <li><a href="/wiki/Kensington%E2%80%93Cedar_Cottage" title="Kensington–Cedar Cottage">Kensington-Cedar Cottage</a> - One of the most multicultural neighbourhoods in the city and located in the middle of east Vancouver. It is the location of <a class="mw-redirect" href="/wiki/Trout_Lake_(Vancouver)" title="Trout Lake (Vancouver)">Trout Lake</a>.</li>,
 <li><a href="/wiki/Kerrisdale" title="Kerrisdale">Kerrisdale</a> - A primarily residential neighbourhood bisected by the <a class="mw-redirect" href="/wiki/Arbutus_Greenway" title="Arbutus Greenway">Arbutus Greenway</a> and containing the Kerrisdale Village shopping area.</li>,
 <li><a href="/wiki/Killarney,_Vancouver" title="Killarney, Vancouver">Killarney</a> - Located in the southeastern corner of the city, it mostly contains single-family residences with a few multi-family homes as well as townhouses and high-rises in the recent Fraserlands development along the river.</li>,
 <li><a href="/wiki/Kitsilano" title="Kitsilano">Kitsilano</a> - Located along the south end of <a href="/wiki/English_Bay,_Vancouver" title="English Bay, Vancouver">English Bay</a>, the neighbourhood is known for its popular beaches.</li>,
 <li><a href="/wiki/Marpole" title="Marpole">Marpole</a> - The neighbourhood contains a diverse range of low-density to high-density residential and multiple commercial streets. It is was once the site of a <a href="/wiki/Musqueam_Indian_Band" title="Musqueam Indian Band">Musqueam</a> village.</li>,
 <li><a href="/wiki/Mount_Pleasant,_Vancouver" title="Mount Pleasant, Vancouver">Mount Pleasant</a> - Known for its unusual stores, heritage buildings, artistic residents, and arts-focused festivals.</li>,
 <li><a href="/wiki/Oakridge,_Vancouver" title="Oakridge, Vancouver">Oakridge</a> - Known for being the location of <a href="/wiki/Oakridge_Centre" title="Oakridge Centre">Oakridge Mall</a>, the neighbourhood is mostly residential and is the hub of Vancouver's Jewish population.</li>,
 <li><a href="/wiki/Renfrew%E2%80%93Collingwood" title="Renfrew–Collingwood">Renfrew-Collingwood</a> - A large, primarily residential neighbourhood located in Vancouver's East side.</li>,
 <li><a href="/wiki/Riley_Park%E2%80%93Little_Mountain" title="Riley Park–Little Mountain">Riley Park</a> - Located in the centre of Vancouver and contains two shopping hubs, including many of the city's vintage and antique shops. The neighbourhood is home to the city's highest point at the top of <a href="/wiki/Little_Mountain_(British_Columbia)" title="Little Mountain (British Columbia)">Little Mountain</a>.</li>,
 <li><a href="/wiki/Shaughnessy,_Vancouver" title="Shaughnessy, Vancouver">Shaughnessy</a> - An affluent and mostly residential neighbourhood containing large detached homes and a large number of heritage homes from the first half of the 20th century.</li>,
 <li><a href="/wiki/South_Cambie" title="South Cambie">South Cambie</a> - One of Vancouver's smallest neighbourhoods, it contains multiple medical facilities including <a class="mw-redirect" href="/wiki/BC_Children%27s_Hospital" title="BC Children's Hospital">BC Children's Hospital</a>, <a class="mw-redirect" href="/wiki/BC_Women%27s_Hospital_%26_Health_Centre" title="BC Women's Hospital &amp; Health Centre">BC Women's Hospital &amp; Health Centre</a> and <a href="/wiki/Canadian_Blood_Services" title="Canadian Blood Services">Canadian Blood Services</a>.</li>,
 <li><a href="/wiki/Strathcona,_Vancouver" title="Strathcona, Vancouver">Strathcona</a> - One of the city's oldest neighbourhoods, containing a mix of houses and apartments. It has historically been the home to Vancouver's British, Irish, Russian, Croatian, Greeks, and Scandinavian, Japanese and Chinese populations.<sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup></li>,
 <li><a href="/wiki/Sunset,_Vancouver" title="Sunset, Vancouver">Sunset</a> - An ethnically diverse, working-class neighbourhood filled with single family homes, low-rise apartments, and small retail shops. Home to <a class="mw-redirect" href="/wiki/Little_India_(location)" title="Little India (location)">Little India</a> (<a href="/wiki/Punjabi_Market,_Vancouver" title="Punjabi Market, Vancouver">Punjabi Market</a>), it is the centre of Vancouver's <a href="/wiki/Indo-Canadians" title="Indo-Canadians">Indo-Canadian</a> population.</li>,
 <li><a href="/wiki/Victoria%E2%80%93Fraserview" title="Victoria–Fraserview">Victoria-Fraserview</a> - A multiculturally diverse neighbourhood with a large Indo-Canadian population, it contains a mixture of retail and residential development. The south side was historically an industrial centre, but is currently being redeveloped into a residential neighbourhood.</li>,
 <li><a href="/wiki/West_End,_Vancouver" title="West End, Vancouver">West End</a> -  It is home to the city's historical <a class="mw-redirect" href="/wiki/Gay_community" title="Gay community">gay community</a>, the <a href="/wiki/Davie_Village" title="Davie Village">Davie Village</a>.</li>,
 <li><a href="/wiki/West_Point_Grey" title="West Point Grey">West Point Grey</a> is a mixed commercial and residential area. Housing is a mix of apartments and <a href="/wiki/Condominium" title="Condominium">condos</a>.</li>]
In [27]:
li_tag[8].text.split(' -')[0]
Out[27]:
'Fairview'
In [28]:
van_neighbourhoods = []
for tag in li_tag[5:26]:
    van_neighbourhoods.append(tag.text.split(' -')[0]) 

van_neighbourhoods
Out[28]:
['Arbutus Ridge',
 'Downtown',
 'Dunbar-Southlands',
 'Fairview',
 'Grandview-Woodland',
 'Hastings-Sunrise',
 'Kensington-Cedar Cottage',
 'Kerrisdale',
 'Killarney',
 'Kitsilano',
 'Marpole',
 'Mount Pleasant',
 'Oakridge',
 'Renfrew-Collingwood',
 'Riley Park',
 'Shaughnessy',
 'South Cambie',
 'Strathcona',
 'Sunset',
 'Victoria-Fraserview',
 'West End']
In [29]:
print('Number of neighbourhoods in Vancouver: ', len(van_neighbourhoods))
Number of neighbourhoods in Vancouver:  21
In [30]:
van_df = pd.DataFrame(van_neighbourhoods, columns=['Neighbourhood'])
van_df['City'] = 'Vancouver'
van_df['State'] = 'BC'
van_df['Country'] = 'Canada'

van_df.head()
Out[30]:
Neighbourhood City State Country
0 Arbutus Ridge Vancouver BC Canada
1 Downtown Vancouver BC Canada
2 Dunbar-Southlands Vancouver BC Canada
3 Fairview Vancouver BC Canada
4 Grandview-Woodland Vancouver BC Canada
In [31]:
web_page = requests.get('https://en.wikipedia.org/wiki/List_of_neighborhoods_in_San_Francisco').text
web_page
Out[31]:
'<!DOCTYPE html>\n<html class="client-nojs" lang="en" dir="ltr">\n<head>\n<meta charset="UTF-8"/>\n<title>List of neighborhoods in San Francisco - Wikipedia</title>\n<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"f20ebfde-c8a9-4410-9fc0-e10ca420c95e","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_neighborhoods_in_San_Francisco","wgTitle":"List of neighborhoods in San Francisco","wgCurRevisionId":979296249,"wgRevisionId":979296249,"wgArticleId":1487556,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["CS1 maint: archived copy as title","Webarchive template archiveis links","Webarchive template wayback links","CS1: Julian–Gregorian uncertainty","All articles with unsourced statements","Articles with unsourced statements from April 2012",\n"Commons category link is locally defined","Articles with specifically marked weasel-worded phrases from January 2016","Commons category link is on Wikidata","Neighborhoods in San Francisco","Lists of neighborhoods in U.S. cities","San Francisco-related lists","Hills of San Francisco"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"List_of_neighborhoods_in_San_Francisco","wgRelevantArticleId":1487556,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia",\n"wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q1969642"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.cite.styles":"ready","skins.vector.styles.legacy":"ready","jquery.makeCollapsible.styles":"ready","mediawiki.toc.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","ext.scribunto.logs","site","mediawiki.page.ready","jquery.makeCollapsible","mediawiki.toc","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups",\n"ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init","ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\\\","watchToken":"+\\\\","csrfToken":"+\\\\"});\n});});</script>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cmediawiki.toc.styles%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector"/>\n<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>\n<meta name="ResourceLoaderDynamicStyles" content=""/>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>\n<meta name="generator" content="MediaWiki 1.36.0-wmf.10"/>\n<meta name="referrer" content="origin"/>\n<meta name="referrer" content="origin-when-crossorigin"/>\n<meta name="referrer" content="origin-when-cross-origin"/>\n<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/4/48/San_Francisco_from_Presidio_1966.jpg"/>\n<link rel="alternate" media="only screen and (max-width: 720px)" href="//en.m.wikipedia.org/wiki/List_of_neighborhoods_in_San_Francisco"/>\n<link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit"/>\n<link rel="edit" title="Edit this page" href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit"/>\n<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>\n<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>\n<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)"/>\n<link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd"/>\n<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>\n<link rel="canonical" href="https://en.wikipedia.org/wiki/List_of_neighborhoods_in_San_Francisco"/>\n<link rel="dns-prefetch" href="//login.wikimedia.org"/>\n<link rel="dns-prefetch" href="//meta.wikimedia.org" />\n</head>\n<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-List_of_neighborhoods_in_San_Francisco rootpage-List_of_neighborhoods_in_San_Francisco skin-vector action-view skin-vector-legacy"><div id="mw-page-base" class="noprint"></div>\n<div id="mw-head-base" class="noprint"></div>\n<div id="content" class="mw-body" role="main">\n\t<a id="top"></a>\n\t<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>\n\t<div class="mw-indicators mw-body-content">\n\t</div>\n\t<h1 id="firstHeading" class="firstHeading" lang="en">List of neighborhoods in San Francisco</h1>\n\t<div id="bodyContent" class="mw-body-content">\n\t\t<div id="siteSub" class="noprint">From Wikipedia, the free encyclopedia</div>\n\t\t<div id="contentSub"></div>\n\t\t<div id="contentSub2"></div>\n\t\t\n\t\t<div id="jump-to-nav"></div>\n\t\t<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>\n\t\t<a class="mw-jump-link" href="#searchInput">Jump to search</a>\n\t\t<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:San_Francisco_from_Presidio_1966.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/48/San_Francisco_from_Presidio_1966.jpg/220px-San_Francisco_from_Presidio_1966.jpg" decoding="async" width="220" height="146" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/48/San_Francisco_from_Presidio_1966.jpg/330px-San_Francisco_from_Presidio_1966.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/48/San_Francisco_from_Presidio_1966.jpg/440px-San_Francisco_from_Presidio_1966.jpg 2x" data-file-width="1070" data-file-height="710" /></a>  <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:San_Francisco_from_Presidio_1966.jpg" class="internal" title="Enlarge"></a></div>San Francisco from the Presidio, 1966</div></div></div>\n<p><a href="/wiki/San_Francisco" title="San Francisco">San Francisco</a>, in the US state of <a href="/wiki/California" title="California">California</a>, has both major, well-known neighborhoods and districts as well as smaller, specific subsections and developments. While there is considerable fluidity among the sources, one guidebook identifies five major districts, corresponding to the four quadrants plus a south central district.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1">&#91;1&#93;</a></sup> These five broad districts, counterclockwise are: Central/downtown, Richmond, Sunset, Upper Market and beyond (south central) and Bernal Heights/Bayview and beyond (southeast). Within each of these five districts are located major neighborhoods, and again there is considerable fluidity seen in the sources. The San Francisco Planning Department officially identifies 36 neighborhoods. Within these 36 official neighborhoods are a large number of minor districts, some of which are historical, and some of which are overlapping.\n</p>\n<style data-mw-deduplicate="TemplateStyles:r886049878">.mw-parser-output .tocright{float:right;clear:right;width:auto;background:none;padding:.5em 0 .8em 1.4em;margin-bottom:.5em}.mw-parser-output .tocright-clear-left{clear:left}.mw-parser-output .tocright-clear-both{clear:both}.mw-parser-output .tocright-clear-none{clear:none}</style><div class="tocright" style=""><div id="toc" class="toc" role="navigation" aria-labelledby="mw-toc-heading"><input type="checkbox" role="button" id="toctogglecheckbox" class="toctogglecheckbox" style="display:none" /><div class="toctitle" lang="en" dir="ltr"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>\n<ul>\n<li class="toclevel-1 tocsection-1"><a href="#Alamo_Square"><span class="tocnumber">1</span> <span class="toctext">Alamo Square</span></a></li>\n<li class="toclevel-1 tocsection-2"><a href="#Anza_Vista"><span class="tocnumber">2</span> <span class="toctext">Anza Vista</span></a></li>\n<li class="toclevel-1 tocsection-3"><a href="#Ashbury_Heights"><span class="tocnumber">3</span> <span class="toctext">Ashbury Heights</span></a></li>\n<li class="toclevel-1 tocsection-4"><a href="#Balboa_Park"><span class="tocnumber">4</span> <span class="toctext">Balboa Park</span></a></li>\n<li class="toclevel-1 tocsection-5"><a href="#Balboa_Terrace"><span class="tocnumber">5</span> <span class="toctext">Balboa Terrace</span></a></li>\n<li class="toclevel-1 tocsection-6"><a href="#Bayview"><span class="tocnumber">6</span> <span class="toctext">Bayview</span></a></li>\n<li class="toclevel-1 tocsection-7"><a href="#Belden_Place"><span class="tocnumber">7</span> <span class="toctext">Belden Place</span></a></li>\n<li class="toclevel-1 tocsection-8"><a href="#Bernal_Heights"><span class="tocnumber">8</span> <span class="toctext">Bernal Heights</span></a></li>\n<li class="toclevel-1 tocsection-9"><a href="#Buena_Vista"><span class="tocnumber">9</span> <span class="toctext">Buena Vista</span></a></li>\n<li class="toclevel-1 tocsection-10"><a href="#Butchertown_(Old_and_New)"><span class="tocnumber">10</span> <span class="toctext">Butchertown (Old and New)</span></a></li>\n<li class="toclevel-1 tocsection-11"><a href="#Castro"><span class="tocnumber">11</span> <span class="toctext">Castro</span></a></li>\n<li class="toclevel-1 tocsection-12"><a href="#Cathedral_Hill"><span class="tocnumber">12</span> <span class="toctext">Cathedral Hill</span></a></li>\n<li class="toclevel-1 tocsection-13"><a href="#Cayuga_Terrace"><span class="tocnumber">13</span> <span class="toctext">Cayuga Terrace</span></a></li>\n<li class="toclevel-1 tocsection-14"><a href="#China_Basin"><span class="tocnumber">14</span> <span class="toctext">China Basin</span></a></li>\n<li class="toclevel-1 tocsection-15"><a href="#Chinatown"><span class="tocnumber">15</span> <span class="toctext">Chinatown</span></a></li>\n<li class="toclevel-1 tocsection-16"><a href="#Civic_Center"><span class="tocnumber">16</span> <span class="toctext">Civic Center</span></a></li>\n<li class="toclevel-1 tocsection-17"><a href="#Clarendon_Heights"><span class="tocnumber">17</span> <span class="toctext">Clarendon Heights</span></a></li>\n<li class="toclevel-1 tocsection-18"><a href="#Cole_Valley"><span class="tocnumber">18</span> <span class="toctext">Cole Valley</span></a></li>\n<li class="toclevel-1 tocsection-19"><a href="#Corona_Heights"><span class="tocnumber">19</span> <span class="toctext">Corona Heights</span></a></li>\n<li class="toclevel-1 tocsection-20"><a href="#Cow_Hollow"><span class="tocnumber">20</span> <span class="toctext">Cow Hollow</span></a></li>\n<li class="toclevel-1 tocsection-21"><a href="#Crocker-Amazon"><span class="tocnumber">21</span> <span class="toctext">Crocker-Amazon</span></a></li>\n<li class="toclevel-1 tocsection-22"><a href="#Design_District"><span class="tocnumber">22</span> <span class="toctext">Design District</span></a></li>\n<li class="toclevel-1 tocsection-23"><a href="#Diamond_Heights"><span class="tocnumber">23</span> <span class="toctext">Diamond Heights</span></a></li>\n<li class="toclevel-1 tocsection-24"><a href="#Dogpatch"><span class="tocnumber">24</span> <span class="toctext">Dogpatch</span></a></li>\n<li class="toclevel-1 tocsection-25"><a href="#Dolores_Heights"><span class="tocnumber">25</span> <span class="toctext">Dolores Heights</span></a></li>\n<li class="toclevel-1 tocsection-26"><a href="#Duboce_Triangle"><span class="tocnumber">26</span> <span class="toctext">Duboce Triangle</span></a></li>\n<li class="toclevel-1 tocsection-27"><a href="#Embarcadero"><span class="tocnumber">27</span> <span class="toctext">Embarcadero</span></a></li>\n<li class="toclevel-1 tocsection-28"><a href="#Eureka_Valley"><span class="tocnumber">28</span> <span class="toctext">Eureka Valley</span></a></li>\n<li class="toclevel-1 tocsection-29"><a href="#Excelsior"><span class="tocnumber">29</span> <span class="toctext">Excelsior</span></a></li>\n<li class="toclevel-1 tocsection-30"><a href="#Fillmore"><span class="tocnumber">30</span> <span class="toctext">Fillmore</span></a></li>\n<li class="toclevel-1 tocsection-31"><a href="#Financial_District"><span class="tocnumber">31</span> <span class="toctext">Financial District</span></a></li>\n<li class="toclevel-1 tocsection-32"><a href="#Financial_District_South"><span class="tocnumber">32</span> <span class="toctext">Financial District South</span></a></li>\n<li class="toclevel-1 tocsection-33"><a href="#Fisherman&#39;s_Wharf"><span class="tocnumber">33</span> <span class="toctext">Fisherman\'s Wharf</span></a></li>\n<li class="toclevel-1 tocsection-34"><a href="#Forest_Hill"><span class="tocnumber">34</span> <span class="toctext">Forest Hill</span></a></li>\n<li class="toclevel-1 tocsection-35"><a href="#Forest_Knolls"><span class="tocnumber">35</span> <span class="toctext">Forest Knolls</span></a></li>\n<li class="toclevel-1 tocsection-36"><a href="#Glen_Park"><span class="tocnumber">36</span> <span class="toctext">Glen Park</span></a></li>\n<li class="toclevel-1 tocsection-37"><a href="#Golden_Gate_Heights"><span class="tocnumber">37</span> <span class="toctext">Golden Gate Heights</span></a></li>\n<li class="toclevel-1 tocsection-38"><a href="#Haight-Ashbury"><span class="tocnumber">38</span> <span class="toctext">Haight-Ashbury</span></a></li>\n<li class="toclevel-1 tocsection-39"><a href="#Hayes_Valley"><span class="tocnumber">39</span> <span class="toctext">Hayes Valley</span></a></li>\n<li class="toclevel-1 tocsection-40"><a href="#Hunters_Point"><span class="tocnumber">40</span> <span class="toctext">Hunters Point</span></a></li>\n<li class="toclevel-1 tocsection-41"><a href="#India_Basin"><span class="tocnumber">41</span> <span class="toctext">India Basin</span></a></li>\n<li class="toclevel-1 tocsection-42"><a href="#Ingleside"><span class="tocnumber">42</span> <span class="toctext">Ingleside</span></a></li>\n<li class="toclevel-1 tocsection-43"><a href="#Ingleside_Terraces"><span class="tocnumber">43</span> <span class="toctext">Ingleside Terraces</span></a></li>\n<li class="toclevel-1 tocsection-44"><a href="#Inner_Sunset"><span class="tocnumber">44</span> <span class="toctext">Inner Sunset</span></a></li>\n<li class="toclevel-1 tocsection-45"><a href="#Irish_Hill"><span class="tocnumber">45</span> <span class="toctext">Irish Hill</span></a></li>\n<li class="toclevel-1 tocsection-46"><a href="#Islais_Creek"><span class="tocnumber">46</span> <span class="toctext">Islais Creek</span></a></li>\n<li class="toclevel-1 tocsection-47"><a href="#Jackson_Square"><span class="tocnumber">47</span> <span class="toctext">Jackson Square</span></a></li>\n<li class="toclevel-1 tocsection-48"><a href="#Japantown"><span class="tocnumber">48</span> <span class="toctext">Japantown</span></a></li>\n<li class="toclevel-1 tocsection-49"><a href="#Jordan_Park"><span class="tocnumber">49</span> <span class="toctext">Jordan Park</span></a></li>\n<li class="toclevel-1 tocsection-50"><a href="#Laguna_Honda"><span class="tocnumber">50</span> <span class="toctext">Laguna Honda</span></a></li>\n<li class="toclevel-1 tocsection-51"><a href="#Lake_Street"><span class="tocnumber">51</span> <span class="toctext">Lake Street</span></a></li>\n<li class="toclevel-1 tocsection-52"><a href="#Lakeside"><span class="tocnumber">52</span> <span class="toctext">Lakeside</span></a></li>\n<li class="toclevel-1 tocsection-53"><a href="#Lakeshore"><span class="tocnumber">53</span> <span class="toctext">Lakeshore</span></a></li>\n<li class="toclevel-1 tocsection-54"><a href="#Laurel_Heights"><span class="tocnumber">54</span> <span class="toctext">Laurel Heights</span></a></li>\n<li class="toclevel-1 tocsection-55"><a href="#Lincoln_Manor"><span class="tocnumber">55</span> <span class="toctext">Lincoln Manor</span></a></li>\n<li class="toclevel-1 tocsection-56"><a href="#Little_Hollywood"><span class="tocnumber">56</span> <span class="toctext">Little Hollywood</span></a></li>\n<li class="toclevel-1 tocsection-57"><a href="#Little_Russia"><span class="tocnumber">57</span> <span class="toctext">Little Russia</span></a></li>\n<li class="toclevel-1 tocsection-58"><a href="#Little_Saigon"><span class="tocnumber">58</span> <span class="toctext">Little Saigon</span></a></li>\n<li class="toclevel-1 tocsection-59"><a href="#Lone_Mountain"><span class="tocnumber">59</span> <span class="toctext">Lone Mountain</span></a></li>\n<li class="toclevel-1 tocsection-60"><a href="#Lower_Haight"><span class="tocnumber">60</span> <span class="toctext">Lower Haight</span></a></li>\n<li class="toclevel-1 tocsection-61"><a href="#Lower_Pacific_Heights"><span class="tocnumber">61</span> <span class="toctext">Lower Pacific Heights</span></a></li>\n<li class="toclevel-1 tocsection-62"><a href="#Lower_Nob_Hill"><span class="tocnumber">62</span> <span class="toctext">Lower Nob Hill</span></a></li>\n<li class="toclevel-1 tocsection-63"><a href="#Marina_District"><span class="tocnumber">63</span> <span class="toctext">Marina District</span></a></li>\n<li class="toclevel-1 tocsection-64"><a href="#Merced_Heights"><span class="tocnumber">64</span> <span class="toctext">Merced Heights</span></a></li>\n<li class="toclevel-1 tocsection-65"><a href="#Merced_Manor"><span class="tocnumber">65</span> <span class="toctext">Merced Manor</span></a></li>\n<li class="toclevel-1 tocsection-66"><a href="#Midtown_Terrace"><span class="tocnumber">66</span> <span class="toctext">Midtown Terrace</span></a></li>\n<li class="toclevel-1 tocsection-67"><a href="#Mid-Market"><span class="tocnumber">67</span> <span class="toctext">Mid-Market</span></a></li>\n<li class="toclevel-1 tocsection-68"><a href="#Miraloma_Park"><span class="tocnumber">68</span> <span class="toctext">Miraloma Park</span></a></li>\n<li class="toclevel-1 tocsection-69"><a href="#Mission_Bay"><span class="tocnumber">69</span> <span class="toctext">Mission Bay</span></a></li>\n<li class="toclevel-1 tocsection-70"><a href="#Mission_District"><span class="tocnumber">70</span> <span class="toctext">Mission District</span></a></li>\n<li class="toclevel-1 tocsection-71"><a href="#Mission_Dolores"><span class="tocnumber">71</span> <span class="toctext">Mission Dolores</span></a></li>\n<li class="toclevel-1 tocsection-72"><a href="#Mission_Terrace"><span class="tocnumber">72</span> <span class="toctext">Mission Terrace</span></a></li>\n<li class="toclevel-1 tocsection-73"><a href="#Monterey_Heights"><span class="tocnumber">73</span> <span class="toctext">Monterey Heights</span></a></li>\n<li class="toclevel-1 tocsection-74"><a href="#Mount_Davidson"><span class="tocnumber">74</span> <span class="toctext">Mount Davidson</span></a></li>\n<li class="toclevel-1 tocsection-75"><a href="#Nob_Hill"><span class="tocnumber">75</span> <span class="toctext">Nob Hill</span></a></li>\n<li class="toclevel-1 tocsection-76"><a href="#Noe_Valley"><span class="tocnumber">76</span> <span class="toctext">Noe Valley</span></a></li>\n<li class="toclevel-1 tocsection-77"><a href="#North_Beach"><span class="tocnumber">77</span> <span class="toctext">North Beach</span></a></li>\n<li class="toclevel-1 tocsection-78"><a href="#North_of_Panhandle"><span class="tocnumber">78</span> <span class="toctext">North of Panhandle</span></a></li>\n<li class="toclevel-1 tocsection-79"><a href="#Oceanview"><span class="tocnumber">79</span> <span class="toctext">Oceanview</span></a></li>\n<li class="toclevel-1 tocsection-80"><a href="#Outer_Mission"><span class="tocnumber">80</span> <span class="toctext">Outer Mission</span></a></li>\n<li class="toclevel-1 tocsection-81"><a href="#Outer_Sunset"><span class="tocnumber">81</span> <span class="toctext">Outer Sunset</span></a></li>\n<li class="toclevel-1 tocsection-82"><a href="#Pacific_Heights"><span class="tocnumber">82</span> <span class="toctext">Pacific Heights</span></a></li>\n<li class="toclevel-1 tocsection-83"><a href="#Parkmerced"><span class="tocnumber">83</span> <span class="toctext">Parkmerced</span></a></li>\n<li class="toclevel-1 tocsection-84"><a href="#Parkside"><span class="tocnumber">84</span> <span class="toctext">Parkside</span></a></li>\n<li class="toclevel-1 tocsection-85"><a href="#Parnassus"><span class="tocnumber">85</span> <span class="toctext">Parnassus</span></a></li>\n<li class="toclevel-1 tocsection-86"><a href="#Polk_Gulch"><span class="tocnumber">86</span> <span class="toctext">Polk Gulch</span></a></li>\n<li class="toclevel-1 tocsection-87"><a href="#Portola"><span class="tocnumber">87</span> <span class="toctext">Portola</span></a></li>\n<li class="toclevel-1 tocsection-88"><a href="#Portola_Place"><span class="tocnumber">88</span> <span class="toctext">Portola Place</span></a></li>\n<li class="toclevel-1 tocsection-89"><a href="#Potrero_Hill"><span class="tocnumber">89</span> <span class="toctext">Potrero Hill</span></a></li>\n<li class="toclevel-1 tocsection-90"><a href="#Presidio"><span class="tocnumber">90</span> <span class="toctext">Presidio</span></a></li>\n<li class="toclevel-1 tocsection-91"><a href="#Presidio_Heights"><span class="tocnumber">91</span> <span class="toctext">Presidio Heights</span></a></li>\n<li class="toclevel-1 tocsection-92"><a href="#Richmond_District"><span class="tocnumber">92</span> <span class="toctext">Richmond District</span></a></li>\n<li class="toclevel-1 tocsection-93"><a href="#Rincon_Hill"><span class="tocnumber">93</span> <span class="toctext">Rincon Hill</span></a></li>\n<li class="toclevel-1 tocsection-94"><a href="#Russian_Hill"><span class="tocnumber">94</span> <span class="toctext">Russian Hill</span></a></li>\n<li class="toclevel-1 tocsection-95"><a href="#Saint_Francis_Wood"><span class="tocnumber">95</span> <span class="toctext">Saint Francis Wood</span></a></li>\n<li class="toclevel-1 tocsection-96"><a href="#Sea_Cliff"><span class="tocnumber">96</span> <span class="toctext">Sea Cliff</span></a></li>\n<li class="toclevel-1 tocsection-97"><a href="#Sherwood_Forest"><span class="tocnumber">97</span> <span class="toctext">Sherwood Forest</span></a></li>\n<li class="toclevel-1 tocsection-98"><a href="#Silver_Terrace"><span class="tocnumber">98</span> <span class="toctext">Silver Terrace</span></a></li>\n<li class="toclevel-1 tocsection-99"><a href="#South_Beach"><span class="tocnumber">99</span> <span class="toctext">South Beach</span></a></li>\n<li class="toclevel-1 tocsection-100"><a href="#South_End"><span class="tocnumber">100</span> <span class="toctext">South End</span></a></li>\n<li class="toclevel-1 tocsection-101"><a href="#South_of_Market"><span class="tocnumber">101</span> <span class="toctext">South of Market</span></a></li>\n<li class="toclevel-1 tocsection-102"><a href="#South_Park"><span class="tocnumber">102</span> <span class="toctext">South Park</span></a></li>\n<li class="toclevel-1 tocsection-103"><a href="#Sunnydale"><span class="tocnumber">103</span> <span class="toctext">Sunnydale</span></a></li>\n<li class="toclevel-1 tocsection-104"><a href="#Sunnyside"><span class="tocnumber">104</span> <span class="toctext">Sunnyside</span></a></li>\n<li class="toclevel-1 tocsection-105"><a href="#Sunset_District"><span class="tocnumber">105</span> <span class="toctext">Sunset District</span></a></li>\n<li class="toclevel-1 tocsection-106"><a href="#Telegraph_Hill"><span class="tocnumber">106</span> <span class="toctext">Telegraph Hill</span></a></li>\n<li class="toclevel-1 tocsection-107"><a href="#Tenderloin"><span class="tocnumber">107</span> <span class="toctext">Tenderloin</span></a></li>\n<li class="toclevel-1 tocsection-108"><a href="#Treasure_Island"><span class="tocnumber">108</span> <span class="toctext">Treasure Island</span></a></li>\n<li class="toclevel-1 tocsection-109"><a href="#Twin_Peaks"><span class="tocnumber">109</span> <span class="toctext">Twin Peaks</span></a></li>\n<li class="toclevel-1 tocsection-110"><a href="#Union_Square"><span class="tocnumber">110</span> <span class="toctext">Union Square</span></a></li>\n<li class="toclevel-1 tocsection-111"><a href="#University_Mound"><span class="tocnumber">111</span> <span class="toctext">University Mound</span></a></li>\n<li class="toclevel-1 tocsection-112"><a href="#Upper_Market"><span class="tocnumber">112</span> <span class="toctext">Upper Market</span></a></li>\n<li class="toclevel-1 tocsection-113"><a href="#Visitacion_Valley"><span class="tocnumber">113</span> <span class="toctext">Visitacion Valley</span></a></li>\n<li class="toclevel-1 tocsection-114"><a href="#Vista_del_Mar"><span class="tocnumber">114</span> <span class="toctext">Vista del Mar</span></a></li>\n<li class="toclevel-1 tocsection-115"><a href="#West_Portal"><span class="tocnumber">115</span> <span class="toctext">West Portal</span></a></li>\n<li class="toclevel-1 tocsection-116"><a href="#Western_Addition"><span class="tocnumber">116</span> <span class="toctext">Western Addition</span></a></li>\n<li class="toclevel-1 tocsection-117"><a href="#Westwood_Highlands"><span class="tocnumber">117</span> <span class="toctext">Westwood Highlands</span></a></li>\n<li class="toclevel-1 tocsection-118"><a href="#Westwood_Park"><span class="tocnumber">118</span> <span class="toctext">Westwood Park</span></a></li>\n<li class="toclevel-1 tocsection-119"><a href="#Yerba_Buena"><span class="tocnumber">119</span> <span class="toctext">Yerba Buena</span></a></li>\n<li class="toclevel-1 tocsection-120"><a href="#See_also"><span class="tocnumber">120</span> <span class="toctext">See also</span></a></li>\n<li class="toclevel-1 tocsection-121"><a href="#References"><span class="tocnumber">121</span> <span class="toctext">References</span></a></li>\n<li class="toclevel-1 tocsection-122"><a href="#External_links"><span class="tocnumber">122</span> <span class="toctext">External links</span></a>\n<ul>\n<li class="toclevel-2 tocsection-123"><a href="#Specific_neighborhoods"><span class="tocnumber">122.1</span> <span class="toctext">Specific neighborhoods</span></a></li>\n</ul>\n</li>\n</ul>\n</div>\n</div>\n<h2><span class="mw-headline" id="Alamo_Square">Alamo Square</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=1" title="Edit section: Alamo Square">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Alamo_Square" class="mw-redirect" title="Alamo Square">Alamo Square</a></div>\n<p>Alamo Square is a subset of the Western Addition neighborhood. Its boundaries are not well-defined, but are generally considered to be Webster Street on the east, Golden Gate Avenue on the north, Divisadero Street on the west, and Oak Street on the south. It is characterized by Victorian architecture that was left largely untouched by the urban renewal projects in other parts of the Western Addition. On a clear day, the <a href="/wiki/Transamerica_Pyramid" title="Transamerica Pyramid">Transamerica Pyramid</a> building and the tops of the <a href="/wiki/Golden_Gate_Bridge" title="Golden Gate Bridge">Golden Gate Bridge</a> and Bay Bridge can be seen from the park\'s center. San Francisco\'s City Hall can be seen directly down Fulton Street. A row of Victorian houses facing the park on Steiner Street, known as the <a href="/wiki/Painted_ladies" title="Painted ladies">painted ladies</a>, are often shown in the foreground of panoramic pictures of the city\'s downtown area.\n</p>\n<h2><span class="mw-headline" id="Anza_Vista">Anza Vista</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=2" title="Edit section: Anza Vista">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Anza_Vista,_San_Francisco" title="Anza Vista, San Francisco">Anza Vista, San Francisco</a></div>\n<h2><span class="mw-headline" id="Ashbury_Heights">Ashbury Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=3" title="Edit section: Ashbury Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Ashbury Heights is a neighborhood on the hill to the south of the <a href="/wiki/Haight-Ashbury" title="Haight-Ashbury">Haight-Ashbury</a> neighborhood. It is at the base of <a href="/wiki/Tank_Hill" title="Tank Hill">Tank Hill</a> and neighboring <a href="/wiki/Cole_Valley" class="mw-redirect" title="Cole Valley">Cole Valley</a>.\n</p>\n<h2><span class="mw-headline" id="Balboa_Park">Balboa Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=4" title="Edit section: Balboa Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Balboa_Park,_San_Francisco" title="Balboa Park, San Francisco">Balboa Park, San Francisco</a></div>\n<h2><span class="mw-headline" id="Balboa_Terrace">Balboa Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=5" title="Edit section: Balboa Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Balboa Terrace is a small residential neighborhood in southwestern San Francisco bounded by <a href="/wiki/Junipero_Serra_Boulevard" title="Junipero Serra Boulevard">Junipero Serra Boulevard</a>, Monterey Avenue, Aptos Avenue and Ocean Avenue along the southern edge of the exclusive <a href="/wiki/St._Francis_Wood,_San_Francisco" title="St. Francis Wood, San Francisco">St. Francis Wood</a> development.\n</p>\n<h2><span class="mw-headline" id="Bayview">Bayview</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=6" title="Edit section: Bayview">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Further information: <a href="/wiki/Bayview-Hunters_Point,_San_Francisco" class="mw-redirect" title="Bayview-Hunters Point, San Francisco">Bayview-Hunters Point, San Francisco</a></div>\n<p>The Bayview stretches along <a href="/wiki/Third_Street_(San_Francisco)" title="Third Street (San Francisco)">Third Street</a> south of Evans Avenue, west of the <a href="/wiki/Hunters_Point,_San_Francisco" class="mw-redirect" title="Hunters Point, San Francisco">Hunters Point</a> neighborhood. The neighborhood library was recently renamed the Linda Brooks-Burton Branch Library after a new and larger building was constructed at the same location on Third Street and Revere. Within a block or two of the library are three urban gardens and public art projects, developed entirely by residents, known as the Quesada Gardens Initiative (the Quesada Garden, Bridgeview Garden, and Latona Garden). The Bayview is known for its friendly and diverse residents, warm weather and inviting vistas, community gardens, independent businesses, artists\' community, and rich history as an African American and working-class neighborhood. During the 1950s it was largely an <a href="/wiki/Italians" title="Italians">Italian</a> and <a href="/wiki/Maltese_people" title="Maltese people">Maltese</a> neighborhood, centered on St. Paul of the Shipwreck Church and the Maltese American Social Club, both on Oakdale Avenue. The area is served by the <a href="/wiki/T_Third_Street" title="T Third Street">T-Third light rail line</a>, and is home to the <a href="/wiki/Bayview_Opera_House" title="Bayview Opera House">Bayview Opera House</a> and <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College Evans</a> and Southeast Campus. The area is undergoing rapid development as the City tries to meet the demands of population growth and corporate investors have revalued the relatively large amount of buildable land. <a href="/wiki/Hunters_Point_Naval_Shipyard" title="Hunters Point Naval Shipyard">Hunters Point Shipyard</a> and <a href="/wiki/Candlestick_Park" title="Candlestick Park">Candlestick Park</a> areas are primary centers of development in the neighborhood.  Despite its diversity, residents have a long history of coming together to create change and protect neighborhood assets. The Bayview Footprints Network maintains the neighborhood\'s longest-running blog, and the <i><a href="/wiki/San_Francisco_Bay_View" title="San Francisco Bay View">San Francisco Bay View</a></i> is the local newspaper. Hunters Point Shipyard, a former <a href="/wiki/Superfund" title="Superfund">Superfund</a> site, and a polluting power plant have been focal points for environmental activists. The neighborhood was highly organized during the <a href="/wiki/Civil_rights_movement" title="Civil rights movement">Civil rights movement</a>, led by social justice advocates such as Julia Commer, Osceola Washington, Ruth Williams, Rosie Williams, <a href="/wiki/Elouise_Westbrook" title="Elouise Westbrook">Elouise Westbrook</a>, Essie Webb, Espanola Jackson, Shirley Jones, and Alex Pitcher. Sam Jordan, boxing champion and tavern owner, was the first African American to run for Mayor of San Francisco.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2">&#91;2&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Belden_Place">Belden Place</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=7" title="Edit section: Belden Place">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Belden_Place" title="Belden Place">Belden Place</a></div>\n<p>A small neighborhood near the Financial District, being the historical location of the French Quarter in San Francisco.\n</p>\n<h2><span class="mw-headline" id="Bernal_Heights">Bernal Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=8" title="Edit section: Bernal Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Bernal_Heights,_San_Francisco" title="Bernal Heights, San Francisco">Bernal Heights, San Francisco</a></div>\n<p>Bernal Heights is a neighborhood perched on a hill in between the Mission district, Bayview, and the Portola district. The neighborhood is known for its community feeling and progressive vibe. The majority of the neighborhood is white, but there are significant Southern Italian, Latino and African American populations in the area as well. The main shopping area in Bernal Heights is Cortland Avenue, with a variety of storefronts that include a <a href="/wiki/Health_food_store" title="Health food store">health food store</a>, a community center, a yoga studio, bars, bakeries, and restaurants. Many of the quaint, hilly streets in the neighborhood are so narrow that two cars cannot pass in opposite directions without one car pulling over to the side of the road.\n</p>\n<h2><span class="mw-headline" id="Buena_Vista">Buena Vista</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=9" title="Edit section: Buena Vista">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>The Buena Vista neighborhood surrounds <a href="/wiki/Buena_Vista_Park" title="Buena Vista Park">Buena Vista Park</a>, south of the <a href="/wiki/Haight-Ashbury,_San_Francisco" class="mw-redirect" title="Haight-Ashbury, San Francisco">Haight-Ashbury</a> neighborhood. <a href="/wiki/Market_Street_(San_Francisco)" title="Market Street (San Francisco)">Market Street</a> is to the south, and Corona Heights Park and neighborhood is to the east.\n</p>\n<h2><span id="Butchertown_.28Old_and_New.29"></span><span class="mw-headline" id="Butchertown_(Old_and_New)">Butchertown (Old and New)</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=10" title="Edit section: Butchertown (Old and New)">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:China_Basin_and_Old_Butchertown.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/China_Basin_and_Old_Butchertown.jpg/220px-China_Basin_and_Old_Butchertown.jpg" decoding="async" width="220" height="221" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/China_Basin_and_Old_Butchertown.jpg/330px-China_Basin_and_Old_Butchertown.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d2/China_Basin_and_Old_Butchertown.jpg/440px-China_Basin_and_Old_Butchertown.jpg 2x" data-file-width="2866" data-file-height="2877" /></a>  <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:China_Basin_and_Old_Butchertown.jpg" class="internal" title="Enlarge"></a></div>China Basin and Old Butchertown in 1937</div></div></div>\n<p>Butchertown (New)<sup id="cite_ref-3" class="reference"><a href="#cite_note-3">&#91;3&#93;</a></sup> (see <a href="#Islais_Creek">Islais Creek</a>) is an industrial neighborhood in San Francisco that historically housed the city\'s slaughterhouses. It is one of the few remaining industrial sectors of San Francisco. Originally, Butchertown<sup id="cite_ref-4" class="reference"><a href="#cite_note-4">&#91;4&#93;</a></sup> extended into the neighborhood now known as <a href="/wiki/Dogpatch" title="Dogpatch">Dogpatch</a>. Today\'s street borders are Cesar Chavez to the north, <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a> to the west, Industrial Street and Oakdale Avenue to the south, and <a href="/wiki/Third_Street_(San_Francisco)" title="Third Street (San Francisco)">3rd Street</a> to the east. There are still two meat rendering plants in the neighborhood, and until pollution control measures were taken in 1995 the stench was still quite apparent. Butchertown is also headquarters to San Francisco\'s only active freight railroad, the San Francisco Bay Railroad,<sup id="cite_ref-5" class="reference"><a href="#cite_note-5">&#91;5&#93;</a></sup> a Class 3 short-line carrier.\n</p><p>Old Butchertown<sup id="cite_ref-6" class="reference"><a href="#cite_note-6">&#91;6&#93;</a></sup> was along the shores of <a href="/wiki/Mission_Creek" title="Mission Creek">Mission Creek</a> on Mission Bay. Mission Bay, was subsequently to become the land-filled <a href="/wiki/Mission_Bay,_San_Francisco" title="Mission Bay, San Francisco">Mission Bay neighborhood</a>.\n</p>\n<h2><span class="mw-headline" id="Castro">Castro</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=11" title="Edit section: Castro">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Castro_District,_San_Francisco" title="Castro District, San Francisco">Castro District, San Francisco</a></div>\n<h2><span class="mw-headline" id="Cathedral_Hill">Cathedral Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=12" title="Edit section: Cathedral Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Cathedral Hill is a small area in the <a href="/wiki/Western_Addition,_San_Francisco" title="Western Addition, San Francisco">Western Addition</a> neighborhood surrounding <a href="/wiki/Cathedral_of_Saint_Mary_of_the_Assumption_(San_Francisco,_California)" title="Cathedral of Saint Mary of the Assumption (San Francisco, California)">Saint Mary\'s Cathedral</a> on <a href="/wiki/Geary_Boulevard" title="Geary Boulevard">Geary Boulevard</a> near Gough Street. The <a href="/wiki/Roman_Catholic_Archdiocese_of_San_Francisco" title="Roman Catholic Archdiocese of San Francisco">Roman Catholic Archdiocese of San Francisco</a> and <a href="/wiki/Sacred_Heart_Cathedral_Preparatory" title="Sacred Heart Cathedral Preparatory">Sacred Heart Cathedral Preparatory</a> are located in Cathedral Hill.\n</p><p>The Cathedral Hill Hotel, a historic building previously named the <a href="/wiki/Cathedral_Hill_Hotel" class="mw-redirect" title="Cathedral Hill Hotel">Jack Tar Hotel</a>, was closed on October 30, 2009 and was demolished in 2014 to make room for an expansion of the <a href="/wiki/California_Pacific_Medical_Center" title="California Pacific Medical Center">California Pacific Medical Center</a>.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7">&#91;7&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Cayuga_Terrace">Cayuga Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=13" title="Edit section: Cayuga Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Cayuga Terrace, a subset neighborhood of the larger <a href="#Mission_Terrace">Mission Terrace</a> neighborhood, is bounded by Geneva Avenue, San Jose Avenue, and Alemany Boulevard.<sup id="cite_ref-8" class="reference"><a href="#cite_note-8">&#91;8&#93;</a></sup> It is bordered by the <a href="/wiki/Excelsior_District,_San_Francisco" title="Excelsior District, San Francisco">Excelsior</a>, <a href="#Outer_Mission">Outer Mission</a>, and <a href="#Ingleside">Ingleside</a>. The <a href="/wiki/San_Francisco_Municipal_Railway" title="San Francisco Municipal Railway">Muni</a> streetcar historic "car barn" is at one corner of this neighborhood. Cayuga Park is located in this neighborhood.\n</p><p>The Cayuga Improvement Association (CIA) covers the area bounded by <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a>, Mission Street, Sickles and Onondaga.\n</p>\n<h2><span class="mw-headline" id="China_Basin">China Basin</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=14" title="Edit section: China Basin">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:MissionCreekMarsh.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e9/MissionCreekMarsh.jpg/220px-MissionCreekMarsh.jpg" decoding="async" width="220" height="136" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e9/MissionCreekMarsh.jpg/330px-MissionCreekMarsh.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e9/MissionCreekMarsh.jpg/440px-MissionCreekMarsh.jpg 2x" data-file-width="1985" data-file-height="1229" /></a>  <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:MissionCreekMarsh.jpg" class="internal" title="Enlarge"></a></div>Mission Creek, aka China Basin Channel, has a "restored" water edge along the Mission Bay North frontage beyond the usual riverwalk. The ballpark terminates the view, and houseboats are visible at right.</div></div></div>\n<p>China Basin is a neighborhood built on <a href="/wiki/Land_reclamation" title="Land reclamation">landfill</a> along the <a href="/wiki/San_Francisco_Bay" title="San Francisco Bay">San Francisco Bay</a>. It lies north of <a href="/wiki/Mission_Creek" title="Mission Creek">Mission Creek</a> and the <a href="/wiki/Mission_Bay,_San_Francisco" title="Mission Bay, San Francisco">Mission Bay</a> neighborhood, and includes <a href="/wiki/Oracle_Park" title="Oracle Park">Oracle Park</a>, home of the <a href="/wiki/San_Francisco_Giants" title="San Francisco Giants">San Francisco Giants</a>, numerous restaurants, and the <a href="/wiki/Caltrain" title="Caltrain">Caltrain</a> railroad station. It borders on the South-of-Market (SOMA) neighborhood to the northwest and the <a href="/wiki/South_Beach,_San_Francisco" class="mw-redirect" title="South Beach, San Francisco">South Beach</a> neighborhood to the north. The term China Basin also refers to the body of water from which the neighborhood takes its name. This inlet where Mission Creek flows into the bay, home to a number of houseboats, was once an active <a href="/wiki/Port_of_San_Francisco" title="Port of San Francisco">industrial waterfront</a>, though in recent decades the shore has been developed with residential condominiums. The portion of the waterway adjacent to the ballpark is often referred to as <a href="/wiki/McCovey_Cove" title="McCovey Cove">McCovey Cove</a>, its unofficial name, which has a small ballfield, open to the public, named after <a href="/wiki/Barry_Bonds" title="Barry Bonds">Barry Bonds</a>. The China Basin Heliport (<a href="/wiki/International_Air_Transport_Association_airport_code" class="mw-redirect" title="International Air Transport Association airport code">IATA code</a> JCC), used by the <a href="/wiki/San_Francisco_Police_Department#Aero_Division" title="San Francisco Police Department">SFPD Aero Division</a> until the division was disbanded, was located near the waterfront in the neighborhood.<sup id="cite_ref-9" class="reference"><a href="#cite_note-9">&#91;9&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Chinatown">Chinatown</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=15" title="Edit section: Chinatown">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Chinatown,_San_Francisco" title="Chinatown, San Francisco">Chinatown, San Francisco</a></div>\n<h2><span class="mw-headline" id="Civic_Center">Civic Center</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=16" title="Edit section: Civic Center">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Civic_Center,_San_Francisco" title="Civic Center, San Francisco">Civic Center, San Francisco</a></div>\n<h2><span class="mw-headline" id="Clarendon_Heights">Clarendon Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=17" title="Edit section: Clarendon Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>The Clarendon Heights neighborhood is in the central part of San Francisco, to the north of <a href="/wiki/Twin_Peaks,_San_Francisco" class="mw-redirect" title="Twin Peaks, San Francisco">Twin Peaks</a> and east of <a href="/wiki/Mount_Sutro" title="Mount Sutro">Mount Sutro</a>. It stretches down to Corbett Avenue or <a href="/wiki/Market_Street_(San_Francisco)" title="Market Street (San Francisco)">Market Street</a>, and Clarendon Avenue borders the north and west side.\n</p>\n<h2><span class="mw-headline" id="Cole_Valley">Cole Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=18" title="Edit section: Cole Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Cole_Valley,_San_Francisco" title="Cole Valley, San Francisco">Cole Valley, San Francisco</a></div><p>Cole Valley is a small neighborhood tucked into a u-shaped valley. Frederick Street is the northern boundary, Stanyan Street on the west, Clayton Street on the east, and the foothill (Belgrave Street) of Twin Peaks on the south.\n</p><p>Sometimes referred to as a subsection of the Haight district, Cole Valley\'s main street is at Cole and Carl streets, where Cole Hardware, Luke\'s Local and La Boulangerie cafe anchor the neighborhood, with Tank Hill in the southeast corner with its beautiful views toward the ocean, Marin and the eastern half of the city.\n</p>\n<h2><span class="mw-headline" id="Corona_Heights">Corona Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=19" title="Edit section: Corona Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Corona_Heights,_San_Francisco" title="Corona Heights, San Francisco">Corona Heights, San Francisco</a></div>\n<p>The Corona Heights neighborhood is a small affluent district in San Francisco that surrounds the <a href="/wiki/Corona_Heights_Park" title="Corona Heights Park">Corona Heights hill and park</a>, south of <a href="/wiki/Buena_Vista_Park" title="Buena Vista Park">Buena Vista Park</a> and west of the <a href="/wiki/Duboce_Triangle,_San_Francisco" title="Duboce Triangle, San Francisco">Duboce Triangle</a>. The <a href="/wiki/Randall_Museum" title="Randall Museum">Randall Museum</a> is located at the end of Museum Way, in Corona Heights Park. It is roughly bordered by Museum Way to the north, Castro to the east, Clayton to the west, and Market to the south. Corona Heights is officially designated as part of District 5 (Central), subdistrict G, also known as neighborhood 5g, by the San Francisco Association of Realtors. The community is in close proximity to <a href="/wiki/The_Castro" class="mw-redirect" title="The Castro">The Castro</a> neighborhood.\n</p>\n<h2><span class="mw-headline" id="Cow_Hollow">Cow Hollow</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=20" title="Edit section: Cow Hollow">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Cow Hollow is a generally affluent neighborhood located between <a href="/wiki/Russian_Hill,_San_Francisco" title="Russian Hill, San Francisco">Russian Hill</a> and the <a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio</a> and bordering the <a href="/wiki/Marina_District,_San_Francisco" title="Marina District, San Francisco">Marina District</a> on one side and Pacific Heights on the other. The land was used for cow grazing (as its name would imply) and a settlement for fishermen (the coastline was much closer to this area than it is now). The main shopping thoroughfare is Union Street, known for its restaurants, boutique shopping, health spas, and wellness centers.\n</p>\n<h2><span class="mw-headline" id="Crocker-Amazon">Crocker-Amazon</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=21" title="Edit section: Crocker-Amazon">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Crocker-Amazon,_San_Francisco" title="Crocker-Amazon, San Francisco">Crocker-Amazon, San Francisco</a></div>\n<h2><span class="mw-headline" id="Design_District">Design District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=22" title="Edit section: Design District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>The Design District is located in the low-lying area between Townsend Street and 16th Street, west of Mission Bay. It is a mixed industrial-office-retail area, with a concentration of showrooms and upscale shops, as well as the San Francisco campus of the <a href="/wiki/California_College_of_the_Arts" title="California College of the Arts">California College of the Arts</a>.\n</p>\n<h2><span class="mw-headline" id="Diamond_Heights">Diamond Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=23" title="Edit section: Diamond Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Diamond_Heights,_San_Francisco" title="Diamond Heights, San Francisco">Diamond Heights, San Francisco</a></div>\n<h2><span class="mw-headline" id="Dogpatch">Dogpatch</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=24" title="Edit section: Dogpatch">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Dogpatch,_San_Francisco" title="Dogpatch, San Francisco">Dogpatch, San Francisco</a></div>\n<h2><span class="mw-headline" id="Dolores_Heights">Dolores Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=25" title="Edit section: Dolores Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Dolores Heights is a hilly neighborhood named after the eponymous hill within the neighborhood. It borders the <a href="/wiki/The_Castro" class="mw-redirect" title="The Castro">Castro</a> to the north, <a href="/wiki/Dolores_Park" class="mw-redirect" title="Dolores Park">Dolores Park</a> to the east, <a href="/wiki/Noe_Valley" class="mw-redirect" title="Noe Valley">Noe Valley</a> to the south, and <a href="#Upper_Market">Upper Market</a> to the west. Parts of it are so steep that the <a href="/wiki/Muni_Metro" title="Muni Metro">Muni Metro</a> <a href="/wiki/J_Church" title="J Church">J Church</a> line has to be routed through Dolores Park and into the Liberty Hill area before rejoining Church Street in Noe Valley at 22nd street.\n</p><p>Many streets within Dolores Heights are dead-end <a href="/wiki/Cul_de_sac" class="mw-redirect" title="Cul de sac">cul de sacs</a> connected by steep staircases with beautiful views. As a result, the area has become a favorite for morning boot camps. It is an affluent and quiet neighborhood with a mixture of <a href="/wiki/Victorian_architecture" title="Victorian architecture">Victorians</a>, apartment buildings, and detached houses. In part due to its elevation, Dolores Heights does not have a visible homeless population as much as the Castro and the <a href="/wiki/Mission_District" class="mw-redirect" title="Mission District">Mission District</a>. Benefiting from <a href="/wiki/Twin_Peaks_(San_Francisco)" title="Twin Peaks (San Francisco)">Twin Peaks</a> blocking the strong winds and fog found almost year-round in San Francisco, Dolores Heights remains relatively warm, sunny, and fog-free.\n</p>\n<h2><span class="mw-headline" id="Duboce_Triangle">Duboce Triangle</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=26" title="Edit section: Duboce Triangle">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Duboce_Triangle,_San_Francisco" title="Duboce Triangle, San Francisco">Duboce Triangle, San Francisco</a></div>\n<h2><span class="mw-headline" id="Embarcadero">Embarcadero</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=27" title="Edit section: Embarcadero">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Embarcadero_(San_Francisco)" title="Embarcadero (San Francisco)">Embarcadero (San Francisco)</a></div>\n<h2><span class="mw-headline" id="Eureka_Valley">Eureka Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=28" title="Edit section: Eureka Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Eureka_Valley,_San_Francisco" title="Eureka Valley, San Francisco">Eureka Valley, San Francisco</a></div>\n<p>The neighborhood known as "Eureka Heights" refers to the hill streets above Eureka Valley to the west, bounded by Market Street to the north and west, Douglas Street to the east, and 22nd Street to the south. Kite Hill park falls within the boundary of the Eureka Heights neighborhood and has beautiful views of San Francisco. It\'s also the geographic "center" of the city.\n</p>\n<h2><span class="mw-headline" id="Excelsior">Excelsior</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=29" title="Edit section: Excelsior">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Excelsior_District,_San_Francisco" title="Excelsior District, San Francisco">Excelsior District, San Francisco</a></div>\n<h2><span class="mw-headline" id="Fillmore">Fillmore</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=30" title="Edit section: Fillmore">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Fillmore_District,_San_Francisco" title="Fillmore District, San Francisco">Fillmore District, San Francisco</a></div>\n<h2><span class="mw-headline" id="Financial_District">Financial District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=31" title="Edit section: Financial District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Financial_District,_San_Francisco" title="Financial District, San Francisco">Financial District, San Francisco</a></div>\n<h2><span class="mw-headline" id="Financial_District_South">Financial District South</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=32" title="Edit section: Financial District South">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>This new neighborhood stretches from Market to Brannan and Main to 3rd Streets,<sup id="cite_ref-10" class="reference"><a href="#cite_note-10">&#91;10&#93;</a></sup> and will be anchored by the new <a href="/wiki/San_Francisco_Transbay_development" title="San Francisco Transbay development">Transbay Transit Center</a>.<sup id="cite_ref-11" class="reference"><a href="#cite_note-11">&#91;11&#93;</a></sup> This neighborhood is adjacent to <a href="#Yerba_Buena">Yerba Buena</a>.\n</p>\n<h2><span id="Fisherman.27s_Wharf"></span><span class="mw-headline" id="Fisherman\'s_Wharf">Fisherman\'s Wharf</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=33" title="Edit section: Fisherman&#039;s Wharf">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Fisherman%27s_Wharf,_San_Francisco" title="Fisherman&#39;s Wharf, San Francisco">Fisherman\'s Wharf, San Francisco</a></div>\n<h2><span class="mw-headline" id="Forest_Hill">Forest Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=34" title="Edit section: Forest Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Forest_Hill,_San_Francisco" title="Forest Hill, San Francisco">Forest Hill, San Francisco</a></div>\n<h2><span class="mw-headline" id="Forest_Knolls">Forest Knolls</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=35" title="Edit section: Forest Knolls">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Forest_Knolls,_San_Francisco" title="Forest Knolls, San Francisco">Forest Knolls, San Francisco</a></div>\n<p>Forest Knolls is a neighborhood within the Inner Sunset built on the southwestern side of <a href="/wiki/Mount_Sutro" title="Mount Sutro">Mount Sutro</a>, near the main <a href="/wiki/University_of_California,_San_Francisco" title="University of California, San Francisco">UCSF</a> campus. Warren Drive is the southern and western border, Mount Sutro is the northern border and the Midtown Terrace neighborhood is to the east. Homes are mostly fully detached and many have views of the San Francisco Bay or Pacific Ocean.\n</p>\n<h2><span class="mw-headline" id="Glen_Park">Glen Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=36" title="Edit section: Glen Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Glen_Park,_San_Francisco" title="Glen Park, San Francisco">Glen Park, San Francisco</a></div>\n<h2><span class="mw-headline" id="Golden_Gate_Heights">Golden Gate Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=37" title="Edit section: Golden Gate Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Golden Gate Heights is a hilly neighborhood south of the Inner Sunset and northwest of <a href="/wiki/Forest_Hill,_San_Francisco" title="Forest Hill, San Francisco">Forest Hill</a>. It is roughly bordered by Kirkham Street to the north, Rivera Street to the south, 8th Avenue to the east and 17th Avenue to the west. <a href="/wiki/Grand_View_Park" class="mw-redirect" title="Grand View Park">Grand View Park</a> is a park on a hill on the northern side of the neighborhood; Golden Gate Heights Park and Hawk Hill Park are on hills on the southern side of the neighborhood. The 16th Avenue Tiled Steps are a local attraction near <a href="/wiki/Grand_View_Park" class="mw-redirect" title="Grand View Park">Grand View Park</a>.<sup id="cite_ref-12" class="reference"><a href="#cite_note-12">&#91;12&#93;</a></sup> Golden Gate Heights has 14 blocks of stairways and more than 2,500 stairs.<a rel="nofollow" class="external autonumber" href="https://www.sfog.us/stairways/GGH.htm">[1]</a>\n</p>\n<h2><span class="mw-headline" id="Haight-Ashbury">Haight-Ashbury</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=38" title="Edit section: Haight-Ashbury">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Haight-Ashbury,_San_Francisco" class="mw-redirect" title="Haight-Ashbury, San Francisco">Haight-Ashbury, San Francisco</a></div>\n<h2><span class="mw-headline" id="Hayes_Valley">Hayes Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=39" title="Edit section: Hayes Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Hayes_Valley,_San_Francisco" title="Hayes Valley, San Francisco">Hayes Valley, San Francisco</a></div>\n<h2><span class="mw-headline" id="Hunters_Point">Hunters Point</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=40" title="Edit section: Hunters Point">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Further information: <a href="/wiki/Bayview-Hunters_Point,_San_Francisco" class="mw-redirect" title="Bayview-Hunters Point, San Francisco">Bayview-Hunters Point, San Francisco</a></div>\n<h2><span class="mw-headline" id="India_Basin">India Basin</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=41" title="Edit section: India Basin">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/India_Basin" class="mw-redirect" title="India Basin">India Basin</a></div>\n<h2><span class="mw-headline" id="Ingleside">Ingleside</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=42" title="Edit section: Ingleside">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>The Ingleside neighborhood is located in the southwestern part of San Francisco, near <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College</a>. It is bordered by Ocean Avenue to the north, Ashton Avenue to the west, Lakeview Avenue to the south and <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a> to the east. The Ingleside Library is located on Ocean Avenue at Plymouth, and the <a href="/wiki/Bay_Area_Rapid_Transit" title="Bay Area Rapid Transit">Bay Area Rapid Transit</a> <a href="/wiki/Balboa_Park_Station" class="mw-redirect" title="Balboa Park Station">Balboa Park Station</a> is at the edge of the neighborhood on Geneva Avenue at I-280 toward San Jose Ave. The neighborhood is served by three Muni rail lines and several bus lines. The commercial center of the neighborhood runs along Ocean Avenue, which offers a range of shopping and dining institutions. The Lakeview and Ashton Mini Park is capped by a rocky outcropping providing views of the ocean and all directions.\n</p>\n<h2><span class="mw-headline" id="Ingleside_Terraces">Ingleside Terraces</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=43" title="Edit section: Ingleside Terraces">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Ingleside_Terraces,_San_Francisco" title="Ingleside Terraces, San Francisco">Ingleside Terraces, San Francisco</a></div>\n<p>Ingleside Terraces<sup id="cite_ref-13" class="reference"><a href="#cite_note-13">&#91;13&#93;</a></sup> is an affluent neighborhood of approximately 750 homes<sup id="cite_ref-14" class="reference"><a href="#cite_note-14">&#91;14&#93;</a></sup> built at the former location of the Ingleside Racetrack<sup id="cite_ref-15" class="reference"><a href="#cite_note-15">&#91;15&#93;</a></sup> in the southwestern part of San Francisco.<sup id="cite_ref-16" class="reference"><a href="#cite_note-16">&#91;16&#93;</a></sup> It is adjacent to the Ingleside neighborhood, and is bordered by Ocean Avenue to the north, Ashton Avenue to the east, Holloway Avenue to the south and <a href="/wiki/Junipero_Serra_Boulevard" title="Junipero Serra Boulevard">Junipero Serra Boulevard</a> to the west. The main local event that occurs is the Annual Sundial Park Picnic, in which the local residents host bicycle, chariot, and wagon racing.<sup id="cite_ref-17" class="reference"><a href="#cite_note-17">&#91;17&#93;</a></sup> There is a large <a href="/wiki/Sundial" title="Sundial">sundial</a><sup id="cite_ref-18" class="reference"><a href="#cite_note-18">&#91;18&#93;</a></sup> located on Entrada Court, surrounded by <a href="/wiki/Oval" title="Oval">oval</a>-shaped Urbano Drive, which was once a horse race track.\n</p>\n<h2><span class="mw-headline" id="Inner_Sunset">Inner Sunset</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=44" title="Edit section: Inner Sunset">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>The Inner Sunset is the northeastern-most corner of the <a href="/wiki/Sunset_District,_San_Francisco" title="Sunset District, San Francisco">Sunset District</a>. The commercial district around 9th Avenue and Irving Street is its general center. The neighborhood features the historic Catholic church, St. Anne of the Sunset, which was the original Catholic parish for the Sunset District and has stood at 14th and Judah for more than 100 years. The Inner Sunset is west of Stanyan Street, south of <a href="/wiki/Golden_Gate_Park" title="Golden Gate Park">Golden Gate Park</a>, and north of Kirkham Street (the northern border for Golden Gate Heights) but may encompass some parts south all the way to Ortega (at 8th and 9th Avenues). Today, most would place the Inner Sunset\'s western border at 19th Avenue. However, historically, the Inner Sunset\'s borders extend out to 20th Avenue where the former Market Street Railway Company\'s #17 line used to run.<sup id="cite_ref-19" class="reference"><a href="#cite_note-19">&#91;19&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Irish_Hill">Irish Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=45" title="Edit section: Irish Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Irish_Hill_(San_Francisco)" title="Irish Hill (San Francisco)">Irish Hill (San Francisco)</a></div>\n<h2><span class="mw-headline" id="Islais_Creek">Islais Creek</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=46" title="Edit section: Islais Creek">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Islais_Creek" title="Islais Creek">Islais Creek</a></div>\n<p>Also called Islais Landing, see <a href="#Butchertown_(Old_and_New)">Butchertown (Old and New)</a>)\n</p>\n<h2><span class="mw-headline" id="Jackson_Square">Jackson Square</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=47" title="Edit section: Jackson Square">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Jackson_Square,_San_Francisco" title="Jackson Square, San Francisco">Jackson Square, San Francisco</a></div>\n<p>A six-block neighborhood, adjacent to the North Beach and Chinatown located immediately north of the Transamerica Pyramid.<sup id="cite_ref-20" class="reference"><a href="#cite_note-20">&#91;20&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Japantown">Japantown</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=48" title="Edit section: Japantown">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Japantown,_San_Francisco" title="Japantown, San Francisco">Japantown, San Francisco</a></div>\n<h2><span class="mw-headline" id="Jordan_Park">Jordan Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=49" title="Edit section: Jordan Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Jordan Park is a small neighborhood in the northern portion of <a href="/wiki/San_Francisco" title="San Francisco">San Francisco</a>, bordered by Arguello Boulevard to the west, Geary Boulevard to the south, California Street to the north and Parker Avenue to the east. It is sometimes included as part of the Laurel Heights neighborhood or the Inner Richmond.\n</p>\n<h2><span class="mw-headline" id="Laguna_Honda">Laguna Honda</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=50" title="Edit section: Laguna Honda">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Laguna Honda (or Forest Hill Extension) is a small neighborhood between <a href="/wiki/Forest_Hill,_San_Francisco" title="Forest Hill, San Francisco">Forest Hill</a> and <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson</a>. Laguna Honda Hospital<sup id="cite_ref-21" class="reference"><a href="#cite_note-21">&#91;21&#93;</a></sup> and the <a href="/wiki/Muni_Metro" title="Muni Metro">Muni Metro</a> <a href="/wiki/Forest_Hill_Station_(San_Francisco)" class="mw-redirect" title="Forest Hill Station (San Francisco)">Forest Hill Station</a> are both located at the neighborhood\'s northeast corner near the intersection of Laguna Honda Boulevard and Dewey Boulevard. <a href="/wiki/Ruth_Asawa_San_Francisco_School_of_the_Arts" title="Ruth Asawa San Francisco School of the Arts">Ruth Asawa San Francisco School of the Arts</a> high school, (SOTA) is in the southeast corner of the neighborhood on Portola Drive.\n</p>\n<h2><span class="mw-headline" id="Lake_Street">Lake Street</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=51" title="Edit section: Lake Street">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>The Lake Street neighborhood is bounded by the Presidio of San Francisco to the north (including Mountain Lake Park and the Presidio Golf Course), Presidio Heights to the east (Arguello Boulevard), the Inner Richmond to the south (California Street), and Sea Cliff to the west (27th Avenue). It offers large and traditional San Franciscan homes including many grand Edwardians, Victorians, and Queen Annes. The Lake Street neighborhood provides ease of access to commercial strips on Geary and Clement streets in the Richmond, points north and south via Route 1, biking and hiking trails, and downtown San Francisco.\n</p>\n<h2><span class="mw-headline" id="Lakeside">Lakeside</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=52" title="Edit section: Lakeside">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Lakeside is a long, narrow neighborhood between 19th Avenue (<a href="/wiki/State_Route_1_(California)" class="mw-redirect" title="State Route 1 (California)">Highway 1</a>) and <a href="/wiki/Junipero_Serra_Boulevard" title="Junipero Serra Boulevard">Junipero Serra Boulevard</a> to the south of Sloat Boulevard. <a href="/wiki/San_Francisco_State_University" title="San Francisco State University">San Francisco State University</a> and the <a href="/wiki/Stonestown_Galleria" title="Stonestown Galleria">Stonestown Galleria</a> shopping mall are both located opposite the neighborhood on 19th Avenue, and the Merced Library is located in the Lakeside on Stonecrest Drive at Winston Drive.\n</p>\n<h2><span class="mw-headline" id="Lakeshore">Lakeshore</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=53" title="Edit section: Lakeshore">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>The Lakeshore district is bounded by Sloat Blvd, 26th Avenue, Gellert Drive and Lake Merced. Lakeshore is north of Stonestown, south of Parkside, west of Lakeside, and east of the Zoo. Lowell High School and Lakeshore Elementary are located in Lakeshore. Lakeshore Plaza is also located here.\n</p>\n<h2><span class="mw-headline" id="Laurel_Heights">Laurel Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=54" title="Edit section: Laurel Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Laurel Heights is a neighborhood to the south of the <a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio</a> and east of the <a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">Richmond District</a>. It is bordered by <a href="/wiki/Geary_Boulevard" title="Geary Boulevard">Geary Boulevard</a> or the <a href="/wiki/University_of_San_Francisco" title="University of San Francisco">University of San Francisco</a> campus to the south, Arguello Boulevard to the west, California Street to the north and Presidio Avenue to the east. The Laurel Village shopping center is located on California between Laurel and Spruce, the <a href="/wiki/California_Pacific_Medical_Center" title="California Pacific Medical Center">California Pacific Medical Center</a> is on California between Arguello and Maple, and a <a href="/wiki/University_of_California,_San_Francisco" title="University of California, San Francisco">UCSF</a> campus is located in the northeastern corner of the neighborhood.\n</p>\n<h2><span class="mw-headline" id="Lincoln_Manor">Lincoln Manor</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=55" title="Edit section: Lincoln Manor">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Lincoln_Manor" title="Lincoln Manor">Lincoln Manor</a></div>\n<h2><span class="mw-headline" id="Little_Hollywood">Little Hollywood</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=56" title="Edit section: Little Hollywood">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Little_Hollywood,_San_Francisco" title="Little Hollywood, San Francisco">Little Hollywood, San Francisco</a></div>\n<p>Little Hollywood is a small neighborhood in the southeastern edge of San Francisco. It is centered around Blanken Avenue between Bayshore Boulevard and <a href="/wiki/U.S._Route_101_(California)" class="mw-redirect" title="U.S. Route 101 (California)">U.S. Route 101</a>. Little Hollywood Park is located on Lathrop Avenue, and the Bayshore <a href="/wiki/Caltrain" title="Caltrain">Caltrain</a> station is just south of the neighborhood, on Tunnel Avenue.\n</p>\n<h2><span class="mw-headline" id="Little_Russia">Little Russia</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=57" title="Edit section: Little Russia">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Little Russia is a concentration of Russian-speaking immigrants along Geary Boulevard between the Russian Cathedral of the Holy Virgin at 27th Avenue and the Russian Renaissance restaurant at 17th Avenue, in the Richmond District, both established in the 1920s. The term is in local unofficial use.<sup id="cite_ref-22" class="reference"><a href="#cite_note-22">&#91;22&#93;</a></sup> It is the heart of San Francisco\'s 80,000 Russian-Americans. The neighborhood was established in the 1920s, with subsequent arrivals in the 1940s, 1950s (from China and the Philippines) and the "Third Wave" in the 1970s and 1980s. Additional limited immigration took place after the breakup of the Soviet Union in the 1990s and 2000s.<sup class="noprint Inline-Template Template-Fact" style="white-space:nowrap;">&#91;<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (April 2012)">citation needed</span></a></i>&#93;</sup>\n</p>\n<h2><span class="mw-headline" id="Little_Saigon">Little Saigon</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=58" title="Edit section: Little Saigon">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Little_Saigon#San_Francisco" title="Little Saigon">Little Saigon §&#160;San Francisco</a></div>\n<h2><span class="mw-headline" id="Lone_Mountain">Lone Mountain</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=59" title="Edit section: Lone Mountain">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Lone_Mountain,_San_Francisco" class="mw-redirect" title="Lone Mountain, San Francisco">Lone Mountain, San Francisco</a></div>\n<h2><span class="mw-headline" id="Lower_Haight">Lower Haight</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=60" title="Edit section: Lower Haight">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Lower_Haight,_San_Francisco" title="Lower Haight, San Francisco">Lower Haight, San Francisco</a></div>\n<h2><span class="mw-headline" id="Lower_Pacific_Heights">Lower Pacific Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=61" title="Edit section: Lower Pacific Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Lower_Pacific_Heights,_San_Francisco" title="Lower Pacific Heights, San Francisco">Lower Pacific Heights, San Francisco</a></div>\n<p>Lower Pacific Heights is located between Pine Street on the north and Geary Boulevard on the south. The area borders Japantown to the east, the Western Addition to the south, Pacific Heights to the north and Laurel Heights to the west.\n</p>\n<h2><span class="mw-headline" id="Lower_Nob_Hill">Lower Nob Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=62" title="Edit section: Lower Nob Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Nob_Hill,_San_Francisco" title="Nob Hill, San Francisco">Nob Hill, San Francisco</a></div><table role="presentation" class="mbox-small plainlinks sistersitebox" style="background-color:#f9f9f9;border:1px solid #aaa;color:#000">\n<tbody><tr>\n<td class="mbox-image"><img alt="" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png" decoding="async" width="30" height="40" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /></td>\n<td class="mbox-text plainlist">Wikimedia Commons has media related to <i><b><a href="https://commons.wikimedia.org/wiki/Category:Lower_Nob_Hill_Apartment_Hotel_District" class="extiw" title="commons:Category:Lower Nob Hill Apartment Hotel District"><span style="">Lower Nob Hill Apartment Hotel District</span></a></b></i>.</td></tr>\n</tbody></table>\n<p>Lower Nob Hill is the southern side of <a href="/wiki/Nob_Hill" class="mw-redirect" title="Nob Hill">Nob Hill</a>, and generally bounded by Geary Street to the south, California Street to the north, Larkin Street to the west, and Powell Street to the east. This area of Nob Hill was rebuilt after the 1906 earthquake as a fireproof multi-story walk-to-work residential area<sup id="cite_ref-NRIS91000957_23-0" class="reference"><a href="#cite_note-NRIS91000957-23">&#91;23&#93;</a></sup> and is considered to be part of Nob Hill. Lower Nob Hill is also home to the first high-rise condominium<sup id="cite_ref-24" class="reference"><a href="#cite_note-24">&#91;24&#93;</a></sup><sup id="cite_ref-25" class="reference"><a href="#cite_note-25">&#91;25&#93;</a></sup> in California. A region of the neighborhood is listed in the <a href="/wiki/National_Register_of_Historic_Places" title="National Register of Historic Places">National Register of Historic Places</a> as the <a href="/w/index.php?title=Lower_Nob_Hill_Apartment_Hotel_District&amp;action=edit&amp;redlink=1" class="new" title="Lower Nob Hill Apartment Hotel District (page does not exist)">Lower Nob Hill Apartment Hotel District</a>.<sup id="cite_ref-NRIS91000957_23-1" class="reference"><a href="#cite_note-NRIS91000957-23">&#91;23&#93;</a></sup> The successful nomination was written by architectural historian Anne Buenger Bloomfield<sup id="cite_ref-26" class="reference"><a href="#cite_note-26">&#91;26&#93;</a></sup> in 1991.\n</p>\n<h2><span class="mw-headline" id="Marina_District">Marina District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=63" title="Edit section: Marina District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Marina_district_houses,_San_Francisco,_CA,_USA_(9479233515)_(2).jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/08/Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg/220px-Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg" decoding="async" width="220" height="124" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/08/Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg/330px-Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/08/Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg/440px-Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg 2x" data-file-width="4608" data-file-height="2592" /></a>  <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Marina_district_houses,_San_Francisco,_CA,_USA_(9479233515)_(2).jpg" class="internal" title="Enlarge"></a></div>Marina district houses, San Francisco</div></div></div>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Marina_District,_San_Francisco" title="Marina District, San Francisco">Marina District, San Francisco</a></div>\n<h2><span class="mw-headline" id="Merced_Heights">Merced Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=64" title="Edit section: Merced Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Merced Heights, also known as Lakeview, is a neighborhood in the southwestern part of the city, west of the Ingleside and Oceanview neighborhoods. It is bordered to the south by Brotherhood Way, to the west by <a href="/wiki/Junipero_Serra_Boulevard" title="Junipero Serra Boulevard">Junipero Serra Boulevard</a>, to the north by Holloway Avenue, and to the east by Orizaba Avenue. The Oceanview Library is located on Randolph Street at Ramsell Street, and there are two public parks on Shields Street. Brooks Park is at Arch Street, and Merced Heights Playground is at Byxbee Street. There is also a "mini-park" at Randolph and Bright. At an elevation of 500 feet (150&#160;m), the Shields Orizaba Rocky Outcrop is the highest point in Merced Heights.\n</p>\n<h2><span class="mw-headline" id="Merced_Manor">Merced Manor</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=65" title="Edit section: Merced Manor">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Merced_Manor,_San_Francisco" title="Merced Manor, San Francisco">Merced Manor, San Francisco</a></div>\n<p>Merced Manor is a neighborhood in southwestern San Francisco, between <a href="/wiki/Sigmund_Stern_Recreation_Grove" title="Sigmund Stern Recreation Grove">Stern Grove</a> and <a href="/wiki/Lake_Merced" title="Lake Merced">Lake Merced</a>. It is bordered by 19th Avenue (<a href="/wiki/State_Route_1_(California)" class="mw-redirect" title="State Route 1 (California)">State Route 1</a>) to the east, Sloat Boulevard to the north, 26th Avenue to the west and Eucalyptus Drive to the south. <a href="/wiki/Lowell_High_School_(San_Francisco)" title="Lowell High School (San Francisco)">Lowell High School</a> is located on Eucalyptus Drive, and the Merced Manor reservoir is on Sloat between 22nd and 23rd Avenues. The <a href="/wiki/Stonestown_Galleria" title="Stonestown Galleria">Stonestown Galleria</a> shopping mall and <a href="/wiki/San_Francisco_State_University" title="San Francisco State University">San Francisco State University</a> are both on 19th Avenue to the south of Merced Manor.\n</p>\n<h2><span class="mw-headline" id="Midtown_Terrace">Midtown Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=66" title="Edit section: Midtown Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Midtown Terrace is a neighborhood in central San Francisco, on the western slope of <a href="/wiki/Twin_Peaks,_San_Francisco" class="mw-redirect" title="Twin Peaks, San Francisco">Twin Peaks</a>. Created as a single housing development in the late 1950s. Clarendon Avenue where it joins Twin Peaks Boulevard borders the neighborhood on the north and west. Panorama Drive winds through the neighborhood. Portola Drive borders the neighborhood\'s southern edge. <a href="/wiki/Sutro_Tower" title="Sutro Tower">Sutro Tower</a> is on the northern side of Midtown Terrace, and the winding portion of Twin Peaks Boulevard that takes viewers to the Twin Peaks lookout forms the neighborhood\'s eastern edge. The Midtown Terrace Recreation Center<sup id="cite_ref-27" class="reference"><a href="#cite_note-27">&#91;27&#93;</a></sup> is on Olympia Way at Clarendon. Views include the Pacific Ocean, San Francisco, Mount Davidson and Twin Peaks.\n</p>\n<h2><span class="mw-headline" id="Mid-Market">Mid-Market</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=67" title="Edit section: Mid-Market">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Mid-Market,_San_Francisco" title="Mid-Market, San Francisco">Mid-Market, San Francisco</a></div>\n<h2><span class="mw-headline" id="Miraloma_Park">Miraloma Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=68" title="Edit section: Miraloma Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>The Miraloma Park neighborhood is in the central part of San Francisco, between <a href="/wiki/Glen_Canyon_Park" title="Glen Canyon Park">Glen Canyon Park</a> and <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson</a>. Portola Drive borders Miraloma Park to the north, and the neighborhood of Sunnyside is to the south. Miraloma Playground is located on Omar Way at Rockdale, and Sunnyside Playground is south of Teresita Boulevard near Foerster Street.\n</p>\n<h2><span class="mw-headline" id="Mission_Bay">Mission Bay</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=69" title="Edit section: Mission Bay">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Mission_Bay,_San_Francisco" title="Mission Bay, San Francisco">Mission Bay, San Francisco</a></div>\n<p>The Mission Bay neighborhood is built on <a href="/wiki/Land_reclamation" title="Land reclamation">landfill</a> located on San Francisco Bay south of Townsend Street, east of Interstate 280 and north of Mariposa Street. The new <a href="/wiki/University_of_California,_San_Francisco" title="University of California, San Francisco">UCSF</a> research campus at Mission Bay is part of the rapid growth of a new neighborhood of office buildings and luxury condominiums being built in an area that was formerly an industrial area dominated by rail yards. The <a href="/wiki/Dogpatch,_San_Francisco,_California" class="mw-redirect" title="Dogpatch, San Francisco, California">Dogpatch</a> neighborhood lies to the south of it.\n</p>\n<h2><span class="mw-headline" id="Mission_District">Mission District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=70" title="Edit section: Mission District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Mission_District,_San_Francisco" title="Mission District, San Francisco">Mission District, San Francisco</a></div>\n<h2><span class="mw-headline" id="Mission_Dolores">Mission Dolores</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=71" title="Edit section: Mission Dolores">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Mission Dolores, bounded by Market Street, the <a href="/wiki/Central_Freeway" title="Central Freeway">Central Freeway</a>, Valencia Street, Twentieth Street, and Church/Sanchez streets (transitioning at Eighteenth Street), is the oldest neighborhood in San Francisco and therefore its birthplace. It is named after the Spanish <a href="/wiki/Mission_San_Francisco_de_As%C3%ADs" title="Mission San Francisco de Asís">Mission Dolores</a> settlement of 1776, and is a sub-area of the much larger <a href="/wiki/Mission_District,_San_Francisco" title="Mission District, San Francisco">Mission District</a>. The location of the Mission Dolores was chosen because of proximity to the Yelamu grouping of the <a href="/wiki/Ramaytush" title="Ramaytush">Ramaytush</a> band of <a href="/wiki/Ohlone" title="Ohlone">Ohlone</a>-speaking peoples living in the villages of Chutchui and Sitlintac on <a href="/wiki/Mission_Creek" title="Mission Creek">Mission Creek</a> which date to approximately A.D. 500. The Ohlone people together with the <a href="/wiki/Coast_Miwok" title="Coast Miwok">Coast Miwok</a> served as laborers to build the <a href="/wiki/Mission_San_Francisco_de_As%C3%ADs" title="Mission San Francisco de Asís">Mission San Francisco de Asís</a> as part of the <a href="/wiki/Spanish_colonial_empire" class="mw-redirect" title="Spanish colonial empire">Spanish colonization</a>. On March 17, 2010, the San Francisco Historic Preservation Commission (HPC) unanimously adopted the final Mission Dolores Neighborhood Historic Context Statement and Survey. That document outlines the historic importance of the neighborhood. It can be found on the Planning Department\'s web site.\n</p>\n<h2><span class="mw-headline" id="Mission_Terrace">Mission Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=72" title="Edit section: Mission Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Mission Terrace is a neighborhood in the south-central part of San Francisco. It is bounded on the north and west by <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a>, to the east by Mission St. and to the south by Geneva Ave. Mission Terrace borders <a href="/wiki/Glen_Park,_San_Francisco" title="Glen Park, San Francisco">Glen Park</a> and <a href="/wiki/Bernal_Heights,_San_Francisco" title="Bernal Heights, San Francisco">Bernal Heights</a> to the north, <a href="/wiki/Excelsior_District,_San_Francisco" title="Excelsior District, San Francisco">Excelsior</a> to the east, <a href="#Outer_Mission">Outer Mission</a> to the south, and <a href="#Sunnyside">Sunnyside</a>, <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College</a>, and <a href="#Ingleside">Ingleside</a> to the west. <a href="/wiki/Balboa_Park,_San_Francisco" title="Balboa Park, San Francisco">Balboa Park</a> and the <a href="/wiki/Balboa_Park_Station" class="mw-redirect" title="Balboa Park Station">Balboa Park Station</a> are located in its southwest corner.\n</p>\n<h2><span class="mw-headline" id="Monterey_Heights">Monterey Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=73" title="Edit section: Monterey Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Monterey Heights is a small neighborhood on the western slope of <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson</a>. It is bounded on the south by Monterey Boulevard and to the east by Yerba Buena Avenue.\n</p>\n<h2><span class="mw-headline" id="Mount_Davidson">Mount Davidson</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=74" title="Edit section: Mount Davidson">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Mount Davidson is not a neighborhood per se, but rather is encircled by the <a href="#Miraloma_Park">Miraloma Park</a> neighborhood.  Other nearby neighborhoods often associated with Mount Davidson include <a href="#Monterey_Heights">Monterey Heights</a>, <a href="#Sherwood_Forest">Sherwood Forest</a>, and <a href="#Westwood_Highlands">Westwood Highlands</a>.\n</p>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson (California)</a></div>\n<h2><span class="mw-headline" id="Nob_Hill">Nob Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=75" title="Edit section: Nob Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Nob_Hill,_San_Francisco" title="Nob Hill, San Francisco">Nob Hill, San Francisco</a></div>\n<h2><span class="mw-headline" id="Noe_Valley">Noe Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=76" title="Edit section: Noe Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Noe_Valley_San_Francisco_5.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Noe_Valley_San_Francisco_5.jpg/220px-Noe_Valley_San_Francisco_5.jpg" decoding="async" width="220" height="147" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Noe_Valley_San_Francisco_5.jpg/330px-Noe_Valley_San_Francisco_5.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Noe_Valley_San_Francisco_5.jpg/440px-Noe_Valley_San_Francisco_5.jpg 2x" data-file-width="2048" data-file-height="1365" /></a>  <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Noe_Valley_San_Francisco_5.jpg" class="internal" title="Enlarge"></a></div>View from Bernal Hill overlooking Noe Valley</div></div></div>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Noe_Valley,_San_Francisco" title="Noe Valley, San Francisco">Noe Valley, San Francisco</a></div>\n<h2><span class="mw-headline" id="North_Beach">North Beach</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=77" title="Edit section: North Beach">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/North_Beach,_San_Francisco" title="North Beach, San Francisco">North Beach, San Francisco</a></div>\n<h2><span class="mw-headline" id="North_of_Panhandle">North of Panhandle</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=78" title="Edit section: North of Panhandle">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Panhandle_(San_Francisco)" title="Panhandle (San Francisco)">Panhandle (San Francisco)</a></div>\n<p>NoPA is a sub-neighborhood carved out of the Western Addition bounded by Divisadero, Fell, Turk, and Masonic Streets. Longitudinally, it is located between <a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">The Richmond</a> and <a href="/wiki/Alamo_Square,_San_Francisco" title="Alamo Square, San Francisco">Alamo Square</a>.\n</p>\n<h2><span class="mw-headline" id="Oceanview">Oceanview</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=79" title="Edit section: Oceanview">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Oceanview,_San_Francisco" title="Oceanview, San Francisco">Oceanview, San Francisco</a></div>\n<p>The Oceanview neighborhood is located in southern San Francisco, south of the Ingleside neighborhood and the Ocean Avenue campus of <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College</a>. It is bordered by <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a> to the south and east, Lakeview Avenue to the north and Orizaba Avenue to the west. Oceanview Playground and Minnie and Lovie Ward Recreation Center is located in the middle of the neighborhood, between Plymouth, Capitol, Lobos and Montana. Ocean View Branch Library is located at 345 Randolph St. Oceanview is served by MUNI Routes M and 54. Oceanview, also referred to as Lakeview by the natives of the community, has a rich history.<sup id="cite_ref-28" class="reference"><a href="#cite_note-28">&#91;28&#93;</a></sup>\n</p><p>Particularly noteworthy is its African American community, who migrated there in the 1960s from the <a href="/wiki/Western_Addition" class="mw-redirect" title="Western Addition">Western Addition</a> and <a href="/wiki/Bayview-Hunters_Point,_San_Francisco" class="mw-redirect" title="Bayview-Hunters Point, San Francisco">Bayview</a> neighborhoods.<sup id="cite_ref-29" class="reference"><a href="#cite_note-29">&#91;29&#93;</a></sup> Until the mid-1990s African Americans accounted for over 50% of its residents, many of whom were forced out due to the rising cost of living in San Francisco. Approximately 45,000 people live in the OMI (Oceanview-Merced-Ingleside),\nand, as of the 2000 United States Census, 45% of the population identifies itself as Asian-American, 25% as African-American, 14% as Latino and 13% as white.\n</p><p>The demographic character of the OMI neighborhoods began to change after World War II. Many African-Americans, who had migrated to the Bay Area for work during the war, secured good-paying jobs and settled permanently in new homes in Ingleside, Merced Heights and Oceanview when the war ended. In 1950, African-Americans made up 5% of the population in the Ingleside, Merced Heights and Oceanview census tracts, and by 1970 the percentage had increased to 62%.\n</p><p>Fueled by vacant land in Merced Heights and Oceanview, the post-war housing boom, the desire to own their own homes, and the already significant presence of African-Americans in the neighborhoods, the black population exploded from 1950 to 1960. By 1960, African-Americans made up 40% of Merced Heights, 32% of Ingleside and 59% of Oceanview. While some whites moved out, generally to suburban tracts heavily marketed to them, the number of blacks living in OMI increased twelvefold (from 602 in 1950 to 7,273 in 1960), while the citywide black population less than doubled (43,000 in 1950 to 74,000 in 1960).\n</p><p>There is anecdotal evidence that African-Americans moved to the OMI after being displaced by the first phase of urban renewal in the Western Addition (the A-1 Project) in the late 1950s. Relocation records, while incomplete, show that the vast majority of displaced residents of the Western Addition found nearby accommodations. Of the 3,700 households of all races (family and single households) living in the project area in 1957, about 2,010 moved without relocation assistance and to unknown whereabouts. Of the remaining 1,602, 67% moved to other parts of the Western Addition and only 2.6%, or 34 households, moved to the West of Twin Peaks area.\n</p><p>By 1970, the OMI had matured into a middle-class district of single-family, owner-occupied homes. Seventy-six percent of the land area in the Ingleside, Oceanview, and Merced Heights\nneighborhoods was residential (100% was residential in Ingleside Terraces), compared with 39% citywide. The housing stock was overwhelming single family (95% vs. 68% citywide) and owner- occupied (72% vs. 31% citywide), while the population was mostly African American (63% compared with 13% citywide). In recent years, the OMI has witnessed an influx of Asian-American and other ethnic groups, making it one of San Francisco\'s most diverse neighborhoods. The OMI is more\nHispanic, Black, and Asian than San Francisco as a whole.\n</p>\n<h2><span class="mw-headline" id="Outer_Mission">Outer Mission</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=80" title="Edit section: Outer Mission">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Outer_Mission,_San_Francisco" title="Outer Mission, San Francisco">Outer Mission, San Francisco</a></div>\n<h2><span class="mw-headline" id="Outer_Sunset">Outer Sunset</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=81" title="Edit section: Outer Sunset">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">See <a href="#Sunset_District">Sunset District</a> entry.</div>\n<h2><span class="mw-headline" id="Pacific_Heights">Pacific Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=82" title="Edit section: Pacific Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Pacific_Heights,_San_Francisco" title="Pacific Heights, San Francisco">Pacific Heights, San Francisco</a></div>\n<h2><span class="mw-headline" id="Parkmerced">Parkmerced</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=83" title="Edit section: Parkmerced">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Parkmerced,_San_Francisco" title="Parkmerced, San Francisco">Parkmerced, San Francisco</a></div>\n<h2><span class="mw-headline" id="Parkside">Parkside</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=84" title="Edit section: Parkside">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Parkside is to the south of the <a href="/wiki/Sunset_District,_San_Francisco" title="Sunset District, San Francisco">Sunset District</a>, mainly south of Quintara Street between 19th Avenue and Sunset Boulevard. <a href="/wiki/Abraham_Lincoln_High_School_(San_Francisco)" class="mw-redirect" title="Abraham Lincoln High School (San Francisco)">Abraham Lincoln High School</a> is located on 24th Avenue, and the Parkside Library is located on Taraval Street at 23rd Avenue. <a href="/wiki/Stern_Grove" class="mw-redirect" title="Stern Grove">Stern Grove</a> borders the neighborhood to the south.\n"The Parkside as a neighborhood started in July 1905 when a syndicate led by William Crocker announced they had quietly bought land from the estate of Adolph Sutro and others to create a new million-dollar development. The "park" of Parkside was not Golden Gate Park, but rather the stand of trees and plants around Laguna Puerca (now called Pine Lake, and often called "Mud Lake" or "Crawdad Lake" by old-timers)"[1] west of Sigmund Stern Grove.\n</p>\n<h2><span class="mw-headline" id="Parnassus">Parnassus</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=85" title="Edit section: Parnassus">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>South of Cole Valley and Ashbury Heights; north of Claredon Heights and Forest Knolls; east of Inner Sunset; west of Corona Heights.\n</p>\n<h2><span class="mw-headline" id="Polk_Gulch">Polk Gulch</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=86" title="Edit section: Polk Gulch">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Polk Gulch, a section of <a href="/wiki/Polk_Street" title="Polk Street">Polk Street</a> is sometimes defined as the commercial section of Polk Street, roughly between Eddy Street to the south and California Street to the north. The Polk Corridor Business Association has announced in June 2006 the local business owners intend to publicize the neighborhood as "Polk Village"<sup id="cite_ref-30" class="reference"><a href="#cite_note-30">&#91;30&#93;</a></sup><sup id="cite_ref-31" class="reference"><a href="#cite_note-31">&#91;31&#93;</a></sup><sup id="cite_ref-32" class="reference"><a href="#cite_note-32">&#91;32&#93;</a></sup><sup id="cite_ref-33" class="reference"><a href="#cite_note-33">&#91;33&#93;</a></sup><sup id="cite_ref-34" class="reference"><a href="#cite_note-34">&#91;34&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Portola">Portola</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=87" title="Edit section: Portola">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Portola<sup id="cite_ref-sfgate.com_35-0" class="reference"><a href="#cite_note-sfgate.com-35">&#91;35&#93;</a></sup> is a neighborhood in the southeastern part of San Francisco, northeast of <a href="/wiki/John_McLaren_Park" title="John McLaren Park">McLaren Park</a>. It is roughly bordered by San Bruno Avenue and the James Lick Freeway (<a href="/wiki/U.S._Route_101_(California)" class="mw-redirect" title="U.S. Route 101 (California)">U.S. Route 101</a>) to the east, Mansell Street to the south, University Street to the west and the Southern Freeway (<a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a>) to the north. The adjacent Portola Heights extension lies west uphill from University Street to the <a href="/wiki/Excelsior_District" class="mw-redirect" title="Excelsior District">Excelsior District</a>, bordering McLaren Park to the south.\n</p><p><a href="/wiki/Phillip_and_Sala_Burton_Academic_High_School" class="mw-redirect" title="Phillip and Sala Burton Academic High School">Phillip and Sala Burton Academic High School</a> (formerly Wilson High School) is located on Mansell Street, and the Portola Library<sup id="cite_ref-36" class="reference"><a href="#cite_note-36">&#91;36&#93;</a></sup> is at Bacon and Goettingen streets (380 Bacon Street), between Edward Robeson Taylor Elementary School and Martin Luther King Middle School (which replaced the former Portola Junior High School). The large University Mound Reservoir is located along University Street, between Felton and Woolsey streets.\n</p><p>Portola (pronounced PORE-toe-luh, by denizens) was named after the old Portola School, which in turn was named after the Spanish explorer <a href="/wiki/Gaspar_de_Portol%C3%A1" title="Gaspar de Portolá">Gaspar de Portolá</a> (credited by some as the discoverer of San Francisco Bay). Originally settled after the 1906 earthquake by Jewish and Italian immigrants, the area evolved into a community populated by nurserymen and their families who grew much of the city\'s flower crop there and uphill to the west in the Portola Heights extension. "The Road," as San Bruno Avenue was affectionately referred to by the locals, still hosts businesses that include bakeries, grocery stores, pharmacies, and in earlier times the Avenue Theater, now a church. The Portola was also once home to a significant population of Maltese immigrants and settlers<sup id="cite_ref-sfgate.com_35-1" class="reference"><a href="#cite_note-sfgate.com-35">&#91;35&#93;</a></sup> and at one time the Maltese Consulate. According to the <a href="/wiki/U.S._Census" class="mw-redirect" title="U.S. Census">U.S. Census</a>, the Asian population in the Portola has been steadily increasing since the 1990s.<sup id="cite_ref-37" class="reference"><a href="#cite_note-37">&#91;37&#93;</a></sup> The Portola is marked by Census Tract 257.<sup id="cite_ref-38" class="reference"><a href="#cite_note-38">&#91;38&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Portola_Place">Portola Place</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=88" title="Edit section: Portola Place">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Portola Place is a new development located in the Bayview district, and used to be a brewery. Portola Place is bounded by Williams Avenue to the north, Egbert Avenue to the south, Kalmanovitz Street and the CalTrain railroad tracks to the east, and Newhall Street to the west.<sup id="cite_ref-FamilyJewels_39-0" class="reference"><a href="#cite_note-FamilyJewels-39">&#91;39&#93;</a></sup><sup id="cite_ref-PortolaPlaceVisual_40-0" class="reference"><a href="#cite_note-PortolaPlaceVisual-40">&#91;40&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Potrero_Hill">Potrero Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=89" title="Edit section: Potrero Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Potrero_Hill,_San_Francisco" class="mw-redirect" title="Potrero Hill, San Francisco">Potrero Hill, San Francisco</a></div>\n<h2><span class="mw-headline" id="Presidio">Presidio</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=90" title="Edit section: Presidio">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio of San Francisco</a></div>\n<h2><span class="mw-headline" id="Presidio_Heights">Presidio Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=91" title="Edit section: Presidio Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Presidio Heights is a small, affluent neighborhood located between the <a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio</a> and the Laurel Heights neighborhood. It is bordered by Pacific Avenue and the Presidio parklands to the north, Arguello Boulevard and the <a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">Richmond District</a> to the west, California Street and Laurel Heights to the south, and Presidio Avenue and <a href="/wiki/Pacific_Heights,_San_Francisco" title="Pacific Heights, San Francisco">Pacific Heights</a> to the east.\n</p><p>There are shopping districts on Sacramento Street and on <a href="/wiki/California_Street,_San_Francisco" class="mw-redirect" title="California Street, San Francisco">California Street</a> in the neighborhood. The <a href="/wiki/Diplomatic_missions_of_South_Korea" class="mw-redirect" title="Diplomatic missions of South Korea">Consulate-General of South Korea in San Francisco</a> is located at 3500 Clay Street.<sup id="cite_ref-41" class="reference"><a href="#cite_note-41">&#91;41&#93;</a></sup> The Consul General of India\'s residence is 3435 Jackson Street.\n</p><p>The Jewish Community Center of San Francisco is on California Street at Presidio Avenue in Presidio Heights.<sup id="cite_ref-42" class="reference"><a href="#cite_note-42">&#91;42&#93;</a></sup> The 1933 building was designed in the <a href="/wiki/Mediterranean_Revival_Style_architecture" class="mw-redirect" title="Mediterranean Revival Style architecture">Mediterranean Revival Style</a> with <a href="/wiki/Art_Deco_architecture" class="mw-redirect" title="Art Deco architecture">Art Deco</a> details by <a href="/wiki/Arthur_Brown_Jr." title="Arthur Brown Jr.">Arthur Brown Jr.</a>.<sup id="cite_ref-43" class="reference"><a href="#cite_note-43">&#91;43&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Richmond_District">Richmond District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=92" title="Edit section: Richmond District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">Richmond District, San Francisco</a></div>\n<h2><span class="mw-headline" id="Rincon_Hill">Rincon Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=93" title="Edit section: Rincon Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Rincon Hill, one of the hills of San Francisco, was a former industrial, and now a developing highrise neighborhood located south of the Financial District, in the South of Market area, as it also serves as an anchor to the Bay Bridge. Due to its proximity to downtown, following the Gold Rush this was San Francisco\'s first affluent neighborhood, but later became mostly industrial. Most of the natural landscape was demolished in the 1930s to make way for the Bay Bridge. After several iterations of comprehensive planning, the hill is transitioning into a pedestrian oriented, high density, mixed use neighborhood. The neighborhood is again becoming one of the premier residential spots in San Francisco with the addition of many luxury buildings, the close proximity to the water, and the increase in green space and public parks.\n</p><p>A marketing effort, started in 2017, attempts to give Rincon Hill and parts of South Beach / SOMA a new neighborhood name: <a href="/w/index.php?title=The_East_Cut,_San_Francisco&amp;action=edit&amp;redlink=1" class="new" title="The East Cut, San Francisco (page does not exist)">The East Cut</a>.<sup id="cite_ref-44" class="reference"><a href="#cite_note-44">&#91;44&#93;</a></sup>\n</p>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Rincon_Hill,_San_Francisco" title="Rincon Hill, San Francisco">Rincon Hill, San Francisco</a></div>\n<h2><span class="mw-headline" id="Russian_Hill">Russian Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=94" title="Edit section: Russian Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Russian_Hill,_San_Francisco" title="Russian Hill, San Francisco">Russian Hill, San Francisco</a></div>\n<h2><span class="mw-headline" id="Saint_Francis_Wood">Saint Francis Wood</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=95" title="Edit section: Saint Francis Wood">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/St._Francis_Wood,_San_Francisco" title="St. Francis Wood, San Francisco">St. Francis Wood, San Francisco</a></div>\n<h2><span class="mw-headline" id="Sea_Cliff">Sea Cliff</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=96" title="Edit section: Sea Cliff">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Sea_Cliff,_San_Francisco" title="Sea Cliff, San Francisco">Sea Cliff, San Francisco</a></div>\n<h2><span class="mw-headline" id="Sherwood_Forest">Sherwood Forest</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=97" title="Edit section: Sherwood Forest">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Sherwood Forest is a small neighborhood on the south western slope of <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson</a>, with Dalewood Way to the north and east and Lansdale Avenue to the south and west.\n</p>\n<h2><span class="mw-headline" id="Silver_Terrace">Silver Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=98" title="Edit section: Silver Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Silver Terrace is a neighborhood in the south eastern corner of San Francisco, between the Bayview and Portola neighborhoods. It is roughly bordered by Third Street to the east, Palou Avenue and Silver Avenue to the north, Williams Avenue to the south and Bayshore Boulevard and <a href="/wiki/U.S._Route_101_(California)" class="mw-redirect" title="U.S. Route 101 (California)">U.S. Route 101</a> to the west. A tunnel used by <a href="/wiki/Caltrain" title="Caltrain">Caltrain</a> runs under Silver Terrace.\n</p>\n<h2><span class="mw-headline" id="South_Beach">South Beach</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=99" title="Edit section: South Beach">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:ATT_Park_in_South_Beach.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/02/ATT_Park_in_South_Beach.jpg/220px-ATT_Park_in_South_Beach.jpg" decoding="async" width="220" height="147" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/02/ATT_Park_in_South_Beach.jpg/330px-ATT_Park_in_South_Beach.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/02/ATT_Park_in_South_Beach.jpg/440px-ATT_Park_in_South_Beach.jpg 2x" data-file-width="3888" data-file-height="2592" /></a>  <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:ATT_Park_in_South_Beach.jpg" class="internal" title="Enlarge"></a></div>Oracle Park in South Beach, San Francisco.</div></div></div>\n<p>The South Beach neighborhood encompasses the moderately affluent, medium-density mixed-use blocks which border <a href="/wiki/Embarcadero,_San_Francisco" class="mw-redirect" title="Embarcadero, San Francisco">The Embarcadero</a> and King Street from south of the <a href="/wiki/San_Francisco%E2%80%93Oakland_Bay_Bridge" title="San Francisco–Oakland Bay Bridge">Bay Bridge</a> down to 3rd Street. From two blocks inland westward is the <a href="/wiki/South_of_Market,_San_Francisco" title="South of Market, San Francisco">South of Market</a> neighborhood, and from south of Townsend Street and west of 3rd Street begins <a href="/wiki/China_basin" class="mw-redirect" title="China basin">China Basin</a>. The most notable feature of South Beach is <a href="/wiki/Oracle_Park" title="Oracle Park">Oracle Park</a> in its south-east corner.\n</p><p>In addition, the main buildings for the local <a href="/wiki/Academy_of_Art_University" title="Academy of Art University">Academy of Art University</a> are found in South Beach.<sup id="cite_ref-45" class="reference"><a href="#cite_note-45">&#91;45&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="South_End">South End</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=100" title="Edit section: South End">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>South End Historic District, San Francisco, California<sup id="cite_ref-46" class="reference"><a href="#cite_note-46">&#91;46&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="South_of_Market">South of Market</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=101" title="Edit section: South of Market">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/South_of_Market,_San_Francisco" title="South of Market, San Francisco">South of Market, San Francisco</a></div>\n<h2><span class="mw-headline" id="South_Park">South Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=102" title="Edit section: South Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/South_Park,_San_Francisco" title="South Park, San Francisco">South Park, San Francisco</a></div>\n<p>Dating to 1852, South Park is a small neighborhood South of Market. It centers on the small, oval-shaped park of the same name, and South Park Street, which encircles the park.\n</p>\n<h2><span class="mw-headline" id="Sunnydale">Sunnydale</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=103" title="Edit section: Sunnydale">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Sunnydale is a small neighborhood in <a href="/wiki/Visitacion_Valley" class="mw-redirect" title="Visitacion Valley">Visitacion Valley</a> located between <a href="/wiki/John_McLaren_Park" title="John McLaren Park">McLaren Park</a> and the <a href="/wiki/Cow_Palace" title="Cow Palace">Cow Palace</a>. Bordered by Geneva Avenue to the south, Sawyer Street to the east, Sunnydale Avenue to the north and geographically isolated McLaren Park to the west. Known for its notoriously high crime rate and housing projects on Sunnydale Avenue, also known as "the Swamp" or "the Dale". It is the center of Visitacion Valley\'s African American community.<sup id="cite_ref-47" class="reference"><a href="#cite_note-47">&#91;47&#93;</a></sup>\n</p>\n<h2><span class="mw-headline" id="Sunnyside">Sunnyside</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=104" title="Edit section: Sunnyside">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a href="/wiki/File:Safeway_Sunnyside.jpeg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/72/Safeway_Sunnyside.jpeg/220px-Safeway_Sunnyside.jpeg" decoding="async" width="220" height="293" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/72/Safeway_Sunnyside.jpeg/330px-Safeway_Sunnyside.jpeg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/72/Safeway_Sunnyside.jpeg/440px-Safeway_Sunnyside.jpeg 2x" data-file-width="1920" data-file-height="2560" /></a>  <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Safeway_Sunnyside.jpeg" class="internal" title="Enlarge"></a></div>Sunnyside market circa 2013</div></div></div>\n<p>Sunnyside is a medium-sized neighborhood to the north of Highway 280, bordered by the neighborhoods of Glen Park to the east, Miraloma Park to the north, and Westwood Park/Highlands to the west. In addition, <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College of San Francisco</a> (CCSF) has its main campus on the border of Sunnyside to the south. CCSF was built on a hillside formerly occupied by the city jail until 1934.<sup id="cite_ref-48" class="reference"><a href="#cite_note-48">&#91;48&#93;</a></sup> CCSF has been extensively remodeled and modernized since 2000 and offers superior sports facilities, modern buildings, BART and MUNI access, and is the largest city community college in the United States. The primary shopping street is Monterey Boulevard, from Acadia Street to Ridgewood Avenue, with small businesses, restaurants, cafes, and a Safeway.\n</p><p>The neighborhood was developed in 1891<sup id="cite_ref-49" class="reference"><a href="#cite_note-49">&#91;49&#93;</a></sup><sup id="cite_ref-50" class="reference"><a href="#cite_note-50">&#91;50&#93;</a></sup> as land lots for single-family houses and sold through the Sunnyside Land Development Company. This company installed an electric streetcar line to access the new neighborhood from downtown San Francisco. This allowed expansion and created "suburbs" of the day. Houses were built as individual, custom homes. Developers purchased multiple lots and usually built three to ten houses of similar look and size. The neighborhood was 75% built by 1941 when World War II began. Construction resumed in 1946 and was completed in the 1980s.\n</p><p>The Sunnyside Neighborhood Association<sup id="cite_ref-51" class="reference"><a href="#cite_note-51">&#91;51&#93;</a></sup> is the "voice" of Sunnyside and incorporated in 1975.\n</p><p>The residents are very diverse and from all walks of life. It is primarily a middle- to upper-middle-class neighborhood with 75% of residents owning their home. Sunnyside Park was remodeled in 2009 by the city and offers a recreation center, a children\'s play area and dog park.\n</p><p>The Sunnyside Conservatory (at Monterey Boulevard and Congo Street), built in 1902, is a botanical garden and restored hot house. It was completely restored in 2006, and now serves as a meeting and events room for community groups.\n</p>\n<h2><span class="mw-headline" id="Sunset_District">Sunset District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=105" title="Edit section: Sunset District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Sunset_District,_San_Francisco" title="Sunset District, San Francisco">Sunset District, San Francisco</a></div>\n<p>The Outer Sunset district, including the corridor from 46th Avenue to Ocean Beach, is increasingly referred to as Beachtown due to the surf culture.<sup class="noprint Inline-Template" style="white-space:nowrap;">&#91;<i><a href="/wiki/Wikipedia:Manual_of_Style/Words_to_watch#Unsupported_attributions" title="Wikipedia:Manual of Style/Words to watch"><span title="The material near this tag may use weasel words or too-vague attribution. (January 2016)">by whom?</span></a></i>&#93;</sup> Some definitions also include everything west of Sunset Boulevard from Lincoln Boulevard south to Vicente Street.\n</p><p>Everything east of 19th Avenue is thought of as the Inner Sunset. (19th Avenue is a six-lane thoroughfare that is designated as part of <a href="/wiki/California_State_Route_1" title="California State Route 1">California State Route 1</a>, as it connects the <a href="/wiki/Golden_Gate_Bridge" title="Golden Gate Bridge">Golden Gate Bridge</a> to <a href="/wiki/San_Mateo_County" class="mw-redirect" title="San Mateo County">San Mateo County</a> and points south. Within the Inner Sunset is a sub-district called Sunset Heights.<sup id="cite_ref-52" class="reference"><a href="#cite_note-52">&#91;52&#93;</a></sup>\n</p><p>The current efforts to develop a comprehensive plan for this neighborhood of San Francisco is the <a href="/wiki/Ocean_Beach_Public_Policy" class="mw-redirect" title="Ocean Beach Public Policy">Ocean Beach Master Plan</a> (OBMP). The OBMP is an interagency effort to develop a long-term vision for Ocean Beach that will address a multitude of issues.\n</p>\n<h2><span class="mw-headline" id="Telegraph_Hill">Telegraph Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=106" title="Edit section: Telegraph Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Telegraph_Hill,_San_Francisco" title="Telegraph Hill, San Francisco">Telegraph Hill, San Francisco</a></div>\n<h2><span class="mw-headline" id="Tenderloin">Tenderloin</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=107" title="Edit section: Tenderloin">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Tenderloin,_San_Francisco" title="Tenderloin, San Francisco">Tenderloin, San Francisco</a></div>\n<h2><span class="mw-headline" id="Treasure_Island">Treasure Island</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=108" title="Edit section: Treasure Island">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Treasure_Island,_California" class="mw-redirect" title="Treasure Island, California">Treasure Island, California</a></div>\n<h2><span class="mw-headline" id="Twin_Peaks">Twin Peaks</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=109" title="Edit section: Twin Peaks">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p><a href="/wiki/Twin_Peaks_(San_Francisco)" title="Twin Peaks (San Francisco)">Twin Peaks</a> refers to the hill summits near the center of San Francisco, south of <a href="/wiki/Mount_Sutro" title="Mount Sutro">Mount Sutro</a>. For the neighborhood immediately to the west of Twin Peaks, see <a href="#Midtown_Terrace">Midtown Terrace</a>.\n</p>\n<h2><span class="mw-headline" id="Union_Square">Union Square</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=110" title="Edit section: Union Square">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Union_Square,_San_Francisco" title="Union Square, San Francisco">Union Square, San Francisco</a></div>\n<h2><span class="mw-headline" id="University_Mound">University Mound</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=111" title="Edit section: University Mound">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>University Mound is a neighborhood to the north of <a href="/wiki/John_McLaren_Park" title="John McLaren Park">McLaren Park</a>, and is part of the Portola district. It is roughly bordered by Silver Avenue to the north, University Street to the east, McLaren Park to the south and the <a href="/wiki/Excelsior_District" class="mw-redirect" title="Excelsior District">Excelsior District</a> to the west. Once considered as a location for a university campus, many of the streets running north–south in University Mound are named after universities, while those running east and west are named for famous educators. University Mound is a primarily residential neighborhood; however it contains a large <a href="/wiki/Reservoir" title="Reservoir">reservoir</a>, <a rel="nofollow" class="external text" href="https://ciminoseniorcare.com/portola-gardens/">Portola Gardens assisted living community (formerly the University Mound Ladies Home)</a>, and <a href="/wiki/Phillip_%26_Sala_Burton_High_School" title="Phillip &amp; Sala Burton High School">Phillip &amp; Sala Burton High School</a>. The neighborhood is significantly diverse in its population it and has a varying landscape.\n</p>\n<h2><span class="mw-headline" id="Upper_Market">Upper Market</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=112" title="Edit section: Upper Market">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Upper Market is the area between the southern end of <a href="/wiki/Market_Street_(San_Francisco)" title="Market Street (San Francisco)">Market Street</a> and <a href="/wiki/Twin_Peaks,_San_Francisco" class="mw-redirect" title="Twin Peaks, San Francisco">Twin Peaks</a> mainly spanning Corbett Avenue and Burnett Avenue. Clayton Street is on the north side of Upper Market, and Portola Drive is to the south.\n</p>\n<h2><span class="mw-headline" id="Visitacion_Valley">Visitacion Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=113" title="Edit section: Visitacion Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Visitacion_Valley,_San_Francisco" title="Visitacion Valley, San Francisco">Visitacion Valley, San Francisco</a></div>\n<h2><span class="mw-headline" id="Vista_del_Mar">Vista del Mar</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=114" title="Edit section: Vista del Mar">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>Vista del Mar is a small neighborhood of the Outer Richmond. It is bordered by 45th and 48th avenues, and Seal Rock Drive and Balboa Street. It is also referred to as Sutro Heights.\n</p>\n<h2><span class="mw-headline" id="West_Portal">West Portal</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=115" title="Edit section: West Portal">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/West_Portal,_San_Francisco" title="West Portal, San Francisco">West Portal, San Francisco</a></div>\n<h2><span class="mw-headline" id="Western_Addition">Western Addition</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=116" title="Edit section: Western Addition">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Western_Addition,_San_Francisco" title="Western Addition, San Francisco">Western Addition, San Francisco</a></div>\n<h2><span class="mw-headline" id="Westwood_Highlands">Westwood Highlands</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=117" title="Edit section: Westwood Highlands">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Westwood_Highlands,_San_Francisco" title="Westwood Highlands, San Francisco">Westwood Highlands, San Francisco</a></div>\n<p>Westwood Highlands is a small neighborhood northeast of the intersection of Monterey Boulevard and Plymouth Avenue. The <a href="/wiki/Westwood_Park,_San_Francisco" title="Westwood Park, San Francisco">Westwood Park</a> neighborhood is to the south, <a href="/wiki/St._Francis_Wood,_San_Francisco" title="St. Francis Wood, San Francisco">Saint Francis Wood</a> is to the west, Sherwood Forest is to the north and <a href="#Sunnyside">Sunnyside</a> is to the east.\n</p>\n<h2><span class="mw-headline" id="Westwood_Park">Westwood Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=118" title="Edit section: Westwood Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div role="note" class="hatnote navigation-not-searchable">Main article: <a href="/wiki/Westwood_Park,_San_Francisco" title="Westwood Park, San Francisco">Westwood Park, San Francisco</a></div>\n<h2><span class="mw-headline" id="Yerba_Buena">Yerba Buena</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=119" title="Edit section: Yerba Buena">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<p>This new neighborhood, anchored by the <a href="/wiki/Yerba_Buena_Gardens" title="Yerba Buena Gardens">Yerba Buena Gardens</a>, stretches from 2nd to 5th and Market to Harrison Streets. It is enhanced through the work of the Yerba Buena Community Benefit District (YBCBD<sup id="cite_ref-53" class="reference"><a href="#cite_note-53">&#91;53&#93;</a></sup>). This east boundary of this neighborhood is adjacent to the <a href="#Financial_District_South">Financial District South</a>.\n</p>\n<h2><span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=120" title="Edit section: See also">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<style data-mw-deduplicate="TemplateStyles:r936637989">.mw-parser-output .portal{border:solid #aaa 1px;padding:0}.mw-parser-output .portal.tleft{margin:0.5em 1em 0.5em 0}.mw-parser-output .portal.tright{margin:0.5em 0 0.5em 1em}.mw-parser-output .portal>ul{display:table;box-sizing:border-box;padding:0.1em;max-width:175px;background:#f9f9f9;font-size:85%;line-height:110%;font-style:italic;font-weight:bold}.mw-parser-output .portal>ul>li{display:table-row}.mw-parser-output .portal>ul>li>span:first-child{display:table-cell;padding:0.2em;vertical-align:middle;text-align:center}.mw-parser-output .portal>ul>li>span:last-child{display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle}</style><div role="navigation" aria-label="Portals" class="noprint portal plainlist tright">\n<ul>\n<li><span><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/32px-SF_From_Marin_Highlands3.jpg" decoding="async" width="32" height="23" class="noviewer thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/48px-SF_From_Marin_Highlands3.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/64px-SF_From_Marin_Highlands3.jpg 2x" data-file-width="2672" data-file-height="1885" /></span><span><a href="/wiki/Portal:San_Francisco_Bay_Area" title="Portal:San Francisco Bay Area">San Francisco Bay Area portal</a></span></li></ul></div>\n<ul><li><a href="/wiki/49-Mile_Scenic_Drive" title="49-Mile Scenic Drive">49-Mile Scenic Drive</a></li></ul>\n<h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=121" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<div class="reflist" style="list-style-type: decimal;">\n<div class="mw-references-wrap mw-references-columns"><ol class="references">\n<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.notfortourists.com/shop/PDFs/NFT_2010_San_Francisco_TOC.pdf">"Not For Tourists, Inc"</a> <span class="cs1-format">(PDF)</span>. <i>Notfortourists.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Notfortourists.com&amp;rft.atitle=Not+For+Tourists%2C+Inc&amp;rft_id=https%3A%2F%2Fwww.notfortourists.com%2Fshop%2FPDFs%2FNFT_2010_San_Francisco_TOC.pdf&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><style data-mw-deduplicate="TemplateStyles:r951705291">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\\"""\\"""\'""\'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg");background-repeat:no-repeat;background-size:12px;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style></span>\n</li>\n<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite id="CITEREFO&#39;Brien2005" class="citation book cs1">O\'Brien, Tricia (2005). <i>San Francisco\'s Bayview Hunters Point</i>. Arcadia. p.&#160;82. <a href="/wiki/ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0738530077" title="Special:BookSources/0738530077"><bdi>0738530077</bdi></a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=San+Francisco%27s+Bayview+Hunters+Point&amp;rft.pages=82&amp;rft.pub=Arcadia&amp;rft.date=2005&amp;rft.isbn=0738530077&amp;rft.aulast=O%27Brien&amp;rft.aufirst=Tricia&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.stanford.edu/group/spatialhistory/media/images/publication/Figure_4.jpg">"New Butchertown Map – Spatial History Project"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=New+Butchertown+Map+%E2%80%93+Spatial+History+Project&amp;rft_id=http%3A%2F%2Fwww.stanford.edu%2Fgroup%2Fspatialhistory%2Fmedia%2Fimages%2Fpublication%2FFigure_4.jpg&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://foundsf.org/index.php?title=Butchertown&#39;s_Beginnings">"Butchertown\'s Beginnings"</a>. <i>Foundsf.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Foundsf.org&amp;rft.atitle=Butchertown%27s+Beginnings&amp;rft_id=http%3A%2F%2Ffoundsf.org%2Findex.php%3Ftitle%3DButchertown%27s_Beginnings&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><a href="/wiki/List_of_California_railroads" title="List of California railroads">List of California railroads</a> San Francisco Railroads</span>\n</li>\n<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.stanford.edu/group/spatialhistory/media/images/publication/Figure_2.jpg">"Old Butchertown Map - Spatial History Project"</a>. <i>Stanford.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Stanford.edu&amp;rft.atitle=Old+Butchertown+Map+-+Spatial+History+Project&amp;rft_id=http%3A%2F%2Fwww.stanford.edu%2Fgroup%2Fspatialhistory%2Fmedia%2Fimages%2Fpublication%2FFigure_2.jpg&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite class="citation news cs1"><a rel="nofollow" class="external text" href="http://sf.curbed.com/archives/2010/09/27/cathedral_hill_its_not_just_about_you.php">"Cathedral Hill: It\'s Not Just About You"</a>. <i>Sf.curbed.com</i>. 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-01-14</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.jtitle=Sf.curbed.com&amp;rft.atitle=Cathedral+Hill%3A+It%27s+Not+Just+About+You&amp;rft.date=2012&amp;rft_id=http%3A%2F%2Fsf.curbed.com%2Farchives%2F2010%2F09%2F27%2Fcathedral_hill_its_not_just_about_you.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite id="CITEREFDriscoll" class="citation web cs1">Driscoll, Marilyn. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20090216090314/http://marilyndriscoll.com/cayuga_terrace.htm">"Cayuga Terrace"</a>. Archived from <a rel="nofollow" class="external text" href="http://www.marilyndriscoll.com/cayuga_terrace.htm">the original</a> on 2009-02-16<span class="reference-accessdate">. Retrieved <span class="nowrap">2009-03-12</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Cayuga+Terrace&amp;rft.aulast=Driscoll&amp;rft.aufirst=Marilyn&amp;rft_id=http%3A%2F%2Fwww.marilyndriscoll.com%2Fcayuga_terrace.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite id="CITEREFNaval_Engineering_Facilities_Command2000" class="citation report cs1">Naval Engineering Facilities Command (March 2000). <a rel="nofollow" class="external text" href="https://books.google.ca/books?id=YPdHAQAAIAAJ&amp;pg=SA3-PA131&amp;lpg=SA3-PA131&amp;dq=is+there+still+a+helicopter+landing+pad+in+china+basin&amp;source=bl&amp;ots=w2KTyEjAj_&amp;sig=ACfU3U3r_ld8NhGwAH4RIw9q-fRfTiSpDw&amp;hl=en&amp;sa=X&amp;ved=2ahUKEwjGs86qj7LoAhUdJzQIHXtaCtoQ6AEwA3oECAkQAQ#v=onepage&amp;q=is%20there%20still%20a%20helicopter%20landing%20pad%20in%20china%20basin&amp;f=false">Final Environmental Impact Statement for the Disposal and Reuse of Hunters Point Shipyard</a>. <i>U.S. Department of the Navy</i> (Report)<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-03-23</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=report&amp;rft.btitle=Final+Environmental+Impact+Statement+for+the+Disposal+and+Reuse+of+Hunters+Point+Shipyard&amp;rft.date=2000-03&amp;rft.au=Naval+Engineering+Facilities+Command&amp;rft_id=https%3A%2F%2Fbooks.google.ca%2Fbooks%3Fid%3DYPdHAQAAIAAJ%26pg%3DSA3-PA131%26lpg%3DSA3-PA131%26dq%3Dis%2Bthere%2Bstill%2Ba%2Bhelicopter%2Blanding%2Bpad%2Bin%2Bchina%2Bbasin%26source%3Dbl%26ots%3Dw2KTyEjAj_%26sig%3DACfU3U3r_ld8NhGwAH4RIw9q-fRfTiSpDw%26hl%3Den%26sa%3DX%26ved%3D2ahUKEwjGs86qj7LoAhUdJzQIHXtaCtoQ6AEwA3oECAkQAQ%23v%3Donepage%26q%3Dis%2520there%2520still%2520a%2520helicopter%2520landing%2520pad%2520in%2520china%2520basin%26f%3Dfalse&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20100721234717/http://www.redfin.com/search#search_location=financial%20district%20south&amp;sf=1%2C2&amp;v=5">"Financial District South"</a>. <i>Redfin.com</i>. Archived from <a rel="nofollow" class="external text" href="http://www.redfin.com/search#search_location=financial%20district%20south&amp;sf=1%2C2&amp;v=5">the original</a> on 2010-07-21<span class="reference-accessdate">. Retrieved <span class="nowrap">2010-02-04</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Redfin.com&amp;rft.atitle=Financial+District+South&amp;rft_id=http%3A%2F%2Fwww.redfin.com%2Fsearch%23search_location%3Dfinancial%2520district%2520south%26sf%3D1%252C2%26v%3D5&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://transbaycenter.org/">"Transbay Transit Center"</a>. <i>Transbaycenter.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2010-02-04</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Transbaycenter.org&amp;rft.atitle=Transbay+Transit+Center&amp;rft_id=http%3A%2F%2Ftransbaycenter.org%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.16thavenuetiledsteps.com/">"16TH AVENUE Tiled Steps"</a>. <i>16TH AVENUE Tiled Steps</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=16TH+AVENUE+Tiled+Steps&amp;rft.atitle=16TH+AVENUE+Tiled+Steps&amp;rft_id=http%3A%2F%2Fwww.16thavenuetiledsteps.com%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text"><cite id="CITEREFKaris" class="citation web cs1">Karis, Robert. <a rel="nofollow" class="external text" href="http://www.sfog.us/homes/map.htm">"Ingleside Terraces Map, San Francisco"</a>. <i>Sfog.us</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfog.us&amp;rft.atitle=Ingleside+Terraces+Map%2C+San+Francisco&amp;rft.aulast=Karis&amp;rft.aufirst=Robert&amp;rft_id=http%3A%2F%2Fwww.sfog.us%2Fhomes%2Fmap.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite id="CITEREFKaris" class="citation web cs1">Karis, Robert. <a rel="nofollow" class="external text" href="http://www.sfog.us/homes/index.htm">"Ingleside Terraces Homes Archives, San Francisco"</a>. <i>Sfog.us</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfog.us&amp;rft.atitle=Ingleside+Terraces+Homes+Archives%2C+San+Francisco&amp;rft.aulast=Karis&amp;rft.aufirst=Robert&amp;rft_id=http%3A%2F%2Fwww.sfog.us%2Fhomes%2Findex.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite id="CITEREFKaris" class="citation web cs1">Karis, Robert. <a rel="nofollow" class="external text" href="http://www.ithasf.org/history/history.html">"Ingleside Terraces History"</a>. <i>Ithasf.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Ithasf.org&amp;rft.atitle=Ingleside+Terraces+History&amp;rft.aulast=Karis&amp;rft.aufirst=Robert&amp;rft_id=http%3A%2F%2Fwww.ithasf.org%2Fhistory%2Fhistory.html&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><cite id="CITEREFKaris" class="citation web cs1">Karis, Robert. <a rel="nofollow" class="external text" href="http://www.sfog.us/homes/sfit_map.htm">"Ingleside Terraces Map, San Francisco"</a>. <i>Sfog.us</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfog.us&amp;rft.atitle=Ingleside+Terraces+Map%2C+San+Francisco&amp;rft.aulast=Karis&amp;rft.aufirst=Robert&amp;rft_id=http%3A%2F%2Fwww.sfog.us%2Fhomes%2Fsfit_map.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.ithasf.org">Ingleside Terraces Home Page</a>. Ithasf.org. Retrieved on 2014-05-10.</span>\n</li>\n<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://sfog.us/homes/Sundial.htm">Ingleside Terraces Sundial and Urbano Drive, San Francisco</a>. Sfog.us. Retrieved on 2014-05-10.</span>\n</li>\n<li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><cite id="CITEREFTillmany" class="citation web cs1">Tillmany, Jack. <a rel="nofollow" class="external text" href="http://www.outsidelands.org/sunset_streetcars.php">"Sunset Streetcars"</a>. <i>Outsidelands.org</i>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Outsidelands.org&amp;rft.atitle=Sunset+Streetcars&amp;rft.aulast=Tillmany&amp;rft.aufirst=Jack&amp;rft_id=http%3A%2F%2Fwww.outsidelands.org%2Fsunset_streetcars.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.city-data.com/neighborhood/Jackson-Square-San-Francisco-CA.html">"Jackson Square neighborhood in San Francisco, California (CA), 94111, 94133 subdivision profile"</a>. <i>city-data.com</i>. 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">November 2,</span> 2011</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=city-data.com&amp;rft.atitle=Jackson+Square+neighborhood+in+San+Francisco%2C+California+%28CA%29%2C+94111%2C+94133+subdivision+profile&amp;rft.date=2011&amp;rft_id=http%3A%2F%2Fwww.city-data.com%2Fneighborhood%2FJackson-Square-San-Francisco-CA.html&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://lagunahonda.org/Rehabilitation">The Laguna Honda Rehabilitation Center</a>. Laguna Honda. Retrieved on 2014-05-10.</span>\n</li>\n<li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text">SF Chronicle "Little Russia" article; books by Arcadia Publishing: "Russian San Francisco", "Jewish San Francisco", "San Francisco\'s Richmond District".</span>\n</li>\n<li id="cite_note-NRIS91000957-23"><span class="mw-cite-backlink">^ <a href="#cite_ref-NRIS91000957_23-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NRIS91000957_23-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://focus.nps.gov/AssetDetail/NRIS/91000957">"Lower Nob Hill Apartment Hotel District"</a>. <i>National Register of Historic Places Collection</i>. U.S. National Park Service. 1991-07-31<span class="reference-accessdate">. Retrieved <span class="nowrap">October 10,</span> 2016</span>. <q>Roughly, 590—1209 Bush, 680—1156 Sutter and 600—1099 Post Streets and the intersecting cross streets</q></cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=National+Register+of+Historic+Places+Collection&amp;rft.atitle=Lower+Nob+Hill+Apartment+Hotel+District&amp;rft.date=1991-07-31&amp;rft_id=http%3A%2F%2Ffocus.nps.gov%2FAssetDetail%2FNRIS%2F91000957&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-24">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.hamiltonhoa.org/Page/22031~350028">"The Hamilton History"</a>. <i>Hamilton Homeowners Association</i>. <q>The hotel closed in 1961 and in 1962 became the City\'s first condo conversion (some say the first in California).</q></cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Hamilton+Homeowners+Association&amp;rft.atitle=The+Hamilton+History&amp;rft_id=http%3A%2F%2Fwww.hamiltonhoa.org%2FPage%2F22031~350028&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.fundinguniverse.com/company-histories/pillsbury-madison-sutro-llp-history/">"History of Pillsbury Madison &amp; Sutro LLP"</a>. <i>FundingUniverse</i>. 1999. <q>...Haas and Hanie Corporation, which built Nob Hill, the state\'s first high-rise condominium (Source: International Directory of Company Histories, Vol. 29. St. James Press, 1999)</q></cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=FundingUniverse&amp;rft.atitle=History+of+Pillsbury+Madison+%26+Sutro+LLP&amp;rft.date=1999&amp;rft_id=http%3A%2F%2Fwww.fundinguniverse.com%2Fcompany-histories%2Fpillsbury-madison-sutro-llp-history%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.sfgate.com/news/article/Anne-Buenger-Bloomfield-2810760.php">"Anne Buenger Bloomfield"</a>. San Francisco: SFGate. January 14, 2000<span class="reference-accessdate">. Retrieved <span class="nowrap">October 10,</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Anne+Buenger+Bloomfield&amp;rft.place=San+Francisco&amp;rft.pub=SFGate&amp;rft.date=2000-01-14&amp;rft_id=http%3A%2F%2Fwww.sfgate.com%2Fnews%2Farticle%2FAnne-Buenger-Bloomfield-2810760.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-27">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://maps.google.com/maps?q=Olympia+Way+and+Clarendon+Ave%2C+San+Francisco%2C+CA">"Olympia Way and Clarendon Ave, San Francisco, CA"</a>. <i>Google Maps</i>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Google+Maps&amp;rft.atitle=Olympia+Way+and+Clarendon+Ave%2C+San+Francisco%2C+CA&amp;rft_id=https%3A%2F%2Fmaps.google.com%2Fmaps%3Fq%3DOlympia%2BWay%2Band%2BClarendon%2BAve%252C%2BSan%2BFrancisco%252C%2BCA&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-28">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.outsidelands.org/ingleside-lakeview.php">Ingleside – Lakeview – Western Neighborhoods Project – San Francisco History</a>. Outsidelands.org (2003-05-26). Retrieved on 2014-05-10.</span>\n</li>\n<li id="cite_note-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.outsidelands.org/ocean-view.php">I am OMI – Western Neighborhoods Project – San Francisco History</a>. Outsidelands.org (2003-05-26). Retrieved on 2014-05-10.</span>\n</li>\n<li id="cite_note-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-30">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://sf.curbed.com/archives/2006/06/07/lower_polk_gulch_vs_village.php">"Lower Polk: Gulch vs Village"</a>. <i>Sf.curbed.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sf.curbed.com&amp;rft.atitle=Lower+Polk%3A+Gulch+vs+Village&amp;rft_id=http%3A%2F%2Fsf.curbed.com%2Farchives%2F2006%2F06%2F07%2Flower_polk_gulch_vs_village.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.sfaa.org/0611landes.html">"If You Rename It, Will They Come? by Emily Landes, SFAA November 2006"</a>. <i>Sfaa.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfaa.org&amp;rft.atitle=If+You+Rename+It%2C+Will+They+Come%3F+by+Emily+Landes%2C+SFAA+November+2006&amp;rft_id=http%3A%2F%2Fwww.sfaa.org%2F0611landes.html&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-32"><span class="mw-cite-backlink"><b><a href="#cite_ref-32">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.lowerpolkneighbors.org/agendas_notes/2006_05_08_Notes.doc">"May 2006 General Meeting – Lower Polk Neighbors"</a>. <i>Lowerpolkneighbors.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Lowerpolkneighbors.org&amp;rft.atitle=May+2006+General+Meeting+%E2%80%93+Lower+Polk+Neighbors&amp;rft_id=http%3A%2F%2Fwww.lowerpolkneighbors.org%2Fagendas_notes%2F2006_05_08_Notes.doc&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-33"><span class="mw-cite-backlink"><b><a href="#cite_ref-33">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.sfbayguardian.comwww.sfbayguardian.com/2007/08/29/death-polk-street">"The death of Polk Street"</a>. <i>Sfbayguardan.comwww.sfbayguardian.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfbayguardan.comwww.sfbayguardian.com&amp;rft.atitle=The+death+of+Polk+Street&amp;rft_id=http%3A%2F%2Fwww.sfbayguardian.comwww.sfbayguardian.com%2F2007%2F08%2F29%2Fdeath-polk-street&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-34"><span class="mw-cite-backlink"><b><a href="#cite_ref-34">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20091118223054/http://www.sfbg.com/entry.php?entry_id=4392">"San Francisco Bay Guardian"</a>. 18 November 2009. Archived from <a rel="nofollow" class="external text" href="http://www.sfbg.com:80/entry.php?entry_id=4392">the original</a> on 18 November 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=San+Francisco+Bay+Guardian&amp;rft.date=2009-11-18&amp;rft_id=http%3A%2F%2Fwww.sfbg.com%3A80%2Fentry.php%3Fentry_id%3D4392&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-sfgate.com-35"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfgate.com_35-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfgate.com_35-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFNolte2009" class="citation news cs1">Nolte, Carl (2009-06-09). <a rel="nofollow" class="external text" href="http://www.sfgate.com/news/article/Portola-district-the-secret-neighborhood-3231494.php">"Portola district: the secret neighborhood"</a>. <i><a href="/wiki/The_San_Francisco_Chronicle" class="mw-redirect" title="The San Francisco Chronicle">The San Francisco Chronicle</a></i>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.jtitle=The+San+Francisco+Chronicle&amp;rft.atitle=Portola+district%3A+the+secret+neighborhood&amp;rft.date=2009-06-09&amp;rft.aulast=Nolte&amp;rft.aufirst=Carl&amp;rft_id=http%3A%2F%2Fwww.sfgate.com%2Fnews%2Farticle%2FPortola-district-the-secret-neighborhood-3231494.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-36"><span class="mw-cite-backlink"><b><a href="#cite_ref-36">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20090525212309/http://sfpl.org/librarylocations/branches/portola.htm">"Archived copy"</a>. Archived from <a rel="nofollow" class="external text" href="http://sfpl.org/librarylocations/branches/portola.htm">the original</a> on 2009-05-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2009-05-28</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Archived+copy&amp;rft_id=http%3A%2F%2Fsfpl.org%2Flibrarylocations%2Fbranches%2Fportola.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><span class="cs1-maint citation-comment">CS1 maint: archived copy as title (<a href="/wiki/Category:CS1_maint:_archived_copy_as_title" title="Category:CS1 maint: archived copy as title">link</a>)</span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-37"><span class="mw-cite-backlink"><b><a href="#cite_ref-37">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://factfinder.census.gov/servlet/QTTable?_bm=y&amp;-qr_name=DEC_2000_SF1_U_QTP3&amp;-geo_id=14000US06075025700&amp;-ds_name=D&amp;-_lang=en&amp;-redoLog=false">American FactFinder</a> <a rel="nofollow" class="external text" href="https://archive.today/20200210214055/http://factfinder.census.gov/servlet/QTTable?_bm=y&amp;-qr_name=DEC_2000_SF1_U_QTP3&amp;-geo_id=14000US06075025700&amp;-ds_name=D&amp;-_lang=en&amp;-redoLog=false">Archived</a> 2020-02-10 at <a href="/wiki/Archive.today" title="Archive.today">Archive.today</a>. Factfinder.census.gov. Retrieved on 2014-05-10.</span>\n</li>\n<li id="cite_note-38"><span class="mw-cite-backlink"><b><a href="#cite_ref-38">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://factfinder.census.gov/servlet/ReferenceMapFramesetServlet?_bm=y&amp;-geo_id=14000US06075025700&amp;-_yp=Census%202000&amp;-tree_id=420&amp;-_lang=en">American FactFinder</a> <a rel="nofollow" class="external text" href="https://archive.today/20200210223413/http://factfinder.census.gov/servlet/ReferenceMapFramesetServlet?_bm=y&amp;-geo_id=14000US06075025700&amp;-_yp=Census%202000&amp;-tree_id=420&amp;-_lang=en">Archived</a> 2020-02-10 at <a href="/wiki/Archive.today" title="Archive.today">Archive.today</a>. Factfinder.census.gov. Retrieved on 2014-05-10.</span>\n</li>\n<li id="cite_note-FamilyJewels-39"><span class="mw-cite-backlink"><b><a href="#cite_ref-FamilyJewels_39-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFCothran" class="citation web cs1">Cothran, George. <a rel="nofollow" class="external text" href="https://archives.sfweekly.com/sanfrancisco/the-family-jewels/Content?oid=2132433">"The Family Jewels"</a>. <i>SF Weekly</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=SF+Weekly&amp;rft.atitle=The+Family+Jewels&amp;rft.aulast=Cothran&amp;rft.aufirst=George&amp;rft_id=https%3A%2F%2Farchives.sfweekly.com%2Fsanfrancisco%2Fthe-family-jewels%2FContent%3Foid%3D2132433&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-PortolaPlaceVisual-40"><span class="mw-cite-backlink"><b><a href="#cite_ref-PortolaPlaceVisual_40-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.flickr.com/photos/octoferret/2113368929/">"Portola Place"</a>. <i>Flickr</i>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Flickr&amp;rft.atitle=Portola+Place&amp;rft_id=https%3A%2F%2Fwww.flickr.com%2Fphotos%2Foctoferret%2F2113368929%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-41"><span class="mw-cite-backlink"><b><a href="#cite_ref-41">^</a></b></span> <span class="reference-text">"<a rel="nofollow" class="external text" href="http://usa-sanfrancisco.mofat.go.kr/eng/am/usa-sanfrancisco/mission/locations/index.jsp">Location</a> <a rel="nofollow" class="external text" href="https://web.archive.org/web/20090513042638/http://usa-sanfrancisco.mofat.go.kr/eng/am/usa-sanfrancisco/mission/locations/index.jsp">Archived</a> 2009-05-13 at the <a href="/wiki/Wayback_Machine" title="Wayback Machine">Wayback Machine</a>." <i><a href="/wiki/Diplomatic_missions_of_South_Korea" class="mw-redirect" title="Diplomatic missions of South Korea">Consulate-General of South Korea in San Francisco</a></i>. Retrieved on January 31, 2009.</span>\n</li>\n<li id="cite_note-42"><span class="mw-cite-backlink"><b><a href="#cite_ref-42">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://www.jccsf.org">Jewish Community Center of San Francisco website</a> (3200 California Street, San Francisco).</span>\n</li>\n<li id="cite_note-43"><span class="mw-cite-backlink"><b><a href="#cite_ref-43">^</a></b></span> <span class="reference-text"><cite id="CITEREFSurvey" class="citation web cs1">Survey, Historic American Buildings. <a rel="nofollow" class="external text" href="https://www.loc.gov/pictures/item/ca3097/">"Jewish Community Center of San Francisco, 3200 California Street, San Francisco, San Francisco County, CA"</a>. <i>Loc.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Loc.gov&amp;rft.atitle=Jewish+Community+Center+of+San+Francisco%2C+3200+California+Street%2C+San+Francisco%2C+San+Francisco+County%2C+CA&amp;rft.aulast=Survey&amp;rft.aufirst=Historic+American+Buildings&amp;rft_id=https%3A%2F%2Fwww.loc.gov%2Fpictures%2Fitem%2Fca3097%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-44"><span class="mw-cite-backlink"><b><a href="#cite_ref-44">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.sfchronicle.com/bayarea/article/New-image-for-a-slice-of-SF-The-East-Cut-11186840.php">"New image for a slice of SF: The East Cut"</a>. <i>Sfchronicle.com</i>. 1 June 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfchronicle.com&amp;rft.atitle=New+image+for+a+slice+of+SF%3A+The+East+Cut&amp;rft.date=2017-06-01&amp;rft_id=https%3A%2F%2Fwww.sfchronicle.com%2Fbayarea%2Farticle%2FNew-image-for-a-slice-of-SF-The-East-Cut-11186840.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-45"><span class="mw-cite-backlink"><b><a href="#cite_ref-45">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.academyart.edu/content/dam/assets/pdf/campus_map.pdf">"Academy of Art University Campus Map"</a> <span class="cs1-format">(PDF)</span>. <i>academyart.edu</i>. <a href="/wiki/Academy_of_Art_University" title="Academy of Art University">Academy of Art University</a><span class="reference-accessdate">. Retrieved <span class="nowrap">23 November</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=academyart.edu&amp;rft.atitle=Academy+of+Art+University+Campus+Map&amp;rft_id=http%3A%2F%2Fwww.academyart.edu%2Fcontent%2Fdam%2Fassets%2Fpdf%2Fcampus_map.pdf&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-46"><span class="mw-cite-backlink"><b><a href="#cite_ref-46">^</a></b></span> <span class="reference-text"><cite id="CITEREFCalifornia" class="citation web cs1">California, California State Parks, State of. <a rel="nofollow" class="external text" href="http://ohp.parks.ca.gov/?page_id=27283">"Certified Districts"</a>. <i>CA State Parks</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=CA+State+Parks&amp;rft.atitle=Certified+Districts&amp;rft.aulast=California&amp;rft.aufirst=California+State+Parks%2C+State+of&amp;rft_id=http%3A%2F%2Fohp.parks.ca.gov%2F%3Fpage_id%3D27283&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-47"><span class="mw-cite-backlink"><b><a href="#cite_ref-47">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://articles.sfgate.com/2008-02-03/news/20870939_1_visitacion-valley-san-francisco-housing-authority-families">"Life at the bottom: S.F.\'s Sunnydale project"</a>. <i>articles.sfgate.com</i>. 3 February 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=articles.sfgate.com&amp;rft.atitle=Life+at+the+bottom%3A+S.F.%27s+Sunnydale+project&amp;rft.date=2008-02-03&amp;rft_id=http%3A%2F%2Farticles.sfgate.com%2F2008-02-03%2Fnews%2F20870939_1_visitacion-valley-san-francisco-housing-authority-families&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-48"><span class="mw-cite-backlink"><b><a href="#cite_ref-48">^</a></b></span> <span class="reference-text"><cite class="citation cs2"><a rel="nofollow" class="external text" href="http://www.sfsdhistory.com/eras/the-ingleside-jail-1876-1934"><i>The Ingleside Jail 1876-1934</i></a>, 9 April 1891<span class="reference-accessdate">, retrieved <span class="nowrap">9 April</span> 2017</span></cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=The+Ingleside+Jail+1876-1934&amp;rft.date=1891-04-09&amp;rft_id=http%3A%2F%2Fwww.sfsdhistory.com%2Feras%2Fthe-ingleside-jail-1876-1934&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-49"><span class="mw-cite-backlink"><b><a href="#cite_ref-49">^</a></b></span> <span class="reference-text"><cite class="citation cs2">"House and Lot", <i>San Francisco Chronicle</i>, San Francisco, p.&#160;5, 10 April 1891</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.jtitle=San+Francisco+Chronicle&amp;rft.atitle=House+and+Lot&amp;rft.pages=5&amp;rft.date=1891-04-10&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-50"><span class="mw-cite-backlink"><b><a href="#cite_ref-50">^</a></b></span> <span class="reference-text"><cite class="citation cs2"><a rel="nofollow" class="external text" href="https://cdnc.ucr.edu/cgi-bin/cdnc?a=d&amp;d=DAC18910409.2.51&amp;srpos=2&amp;e=01-04-1891-01-01-1892--en--20-DAC-1-byDA-txt-txIN-sunnyside-------1">"Real Estate"</a>, <i>Daily Alta California</i>, San Francisco, p.&#160;2, 9 April 1891<span class="reference-accessdate">, retrieved <span class="nowrap">9 April</span> 2017</span></cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.jtitle=Daily+Alta+California&amp;rft.atitle=Real+Estate&amp;rft.pages=2&amp;rft.date=1891-04-09&amp;rft_id=https%3A%2F%2Fcdnc.ucr.edu%2Fcgi-bin%2Fcdnc%3Fa%3Dd%26d%3DDAC18910409.2.51%26srpos%3D2%26e%3D01-04-1891-01-01-1892--en--20-DAC-1-byDA-txt-txIN-sunnyside-------1&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-51"><span class="mw-cite-backlink"><b><a href="#cite_ref-51">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://sunnysideassociation.wordpress.com/about-sna/">"Sunnyside Neighborhood Association"</a>. Sunnyside Neighborhood Association<span class="reference-accessdate">. Retrieved <span class="nowrap">2015-02-28</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Sunnyside+Neighborhood+Association&amp;rft.pub=Sunnyside+Neighborhood+Association&amp;rft_id=https%3A%2F%2Fsunnysideassociation.wordpress.com%2Fabout-sna%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n<li id="cite_note-52"><span class="mw-cite-backlink"><b><a href="#cite_ref-52">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.sharpsf.com">Sharp</a>. Sharpsf.com. Retrieved on 2014-05-10.</span>\n</li>\n<li id="cite_note-53"><span class="mw-cite-backlink"><b><a href="#cite_ref-53">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.ybcbd.org">"Yerba Buena Community Benefit District"</a>. <i>Ybcbd.org</i>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Ybcbd.org&amp;rft.atitle=Yerba+Buena+Community+Benefit+District&amp;rft_id=http%3A%2F%2Fwww.ybcbd.org&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco" class="Z3988"></span><link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r951705291"/></span>\n</li>\n</ol></div></div>\n<h2><span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=122" title="Edit section: External links">edit</a><span class="mw-editsection-bracket">]</span></span></h2>\n<table role="presentation" class="mbox-small plainlinks sistersitebox" style="background-color:#f9f9f9;border:1px solid #aaa;color:#000">\n<tbody><tr>\n<td class="mbox-image"><img alt="" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png" decoding="async" width="30" height="40" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /></td>\n<td class="mbox-text plainlist">Wikimedia Commons has media related to <i><b><a href="https://commons.wikimedia.org/wiki/Category:Neighborhoods_in_San_Francisco,_California" class="extiw" title="commons:Category:Neighborhoods in San Francisco, California"><span style="">Neighborhoods in San Francisco, California</span></a></b></i>.</td></tr>\n</tbody></table>\n<ul><li><a rel="nofollow" class="external text" href="http://www.sf-planning.org/index.aspx?page=2426">San Francisco Planning Department&#160;: Map Library</a></li>\n<li><a rel="nofollow" class="external text" href="http://sf-planning.org/index.aspx?page=1654">San Francisco Planning Department map</a></li>\n<li><a rel="nofollow" class="external text" href="https://hood.theory.org/">The Neighborhood Project</a></li>\n<li><a rel="nofollow" class="external text" href="http://localwiki.net/sf/map/">Map – San Francisco – LocalWiki</a></li>\n<li><a rel="nofollow" class="external text" href="http://www.sfgate.com/neighborhoods/sf/">SF Gate San Francisco Neighborhood guide.</a></li>\n<li><a rel="nofollow" class="external text" href="https://www.notfortourists.com/shop/PDFs/NFT_2010_San_Francisco_TOC.pdf">Not For Tourists, Inc. San Francisco neighborhood guide</a></li>\n<li><a rel="nofollow" class="external text" href="http://justinsomnia.org/2006/07/how-to-find-an-apartment-in-san-francisco/">Justinsomnia SF neighborhood map</a></li>\n<li><a rel="nofollow" class="external text" href="http://www.propertiessanfrancisco.com/Neighborhoods/neighborhoods.htm">San Francisco Neighborhoods</a>, at Properties San Francisco site. (Map of San Francisco Association of Realtors designations of San Francisco neighborhoods.)</li>\n<li><a rel="nofollow" class="external text" href="http://burritojustice.com/2010/05/07/the-islands-of-san-francisco/">Burrito Justice\'s: The Islands of San Francisco</a></li>\n<li><a rel="nofollow" class="external text" href="https://www.badgermapping.com/neighborhoods/san-francisco-neighborhood-map/">Badger Maps San Francisco Neighborhood</a></li></ul>\n<h3><span class="mw-headline" id="Specific_neighborhoods">Specific neighborhoods</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=123" title="Edit section: Specific neighborhoods">edit</a><span class="mw-editsection-bracket">]</span></span></h3>\n<ul><li><a rel="nofollow" class="external text" href="http://www.sfgate.com/traveler/guide/sf/neighborhoods/colevalley.shtml">San Francisco Neighborhoods (Cole Valley)</a></li>\n<li><a rel="nofollow" class="external text" href="http://members.tripod.com/~ColeValley/index.html">Cole Valley Home Page</a></li>\n<li><a rel="nofollow" class="external text" href="http://www.itha.org/">Ingleside Terraces Homes Association</a></li>\n<li><a rel="nofollow" class="external text" href="http://www.midtownterrace.org/">Midtown Terrace Home Owners Association</a></li>\n<li><a rel="nofollow" class="external text" href="http://www.missiondna.org/">Mission Dolores Neighborhood Association</a></li>\n<li><a rel="nofollow" class="external text" href="http://missionterrace.org/">Mission Terrace Neighborhood</a></li>\n<li><a rel="nofollow" class="external text" href="http://www.miralomapark.org/">Miraloma Park Improvement Club</a></li>\n<li><a rel="nofollow" class="external text" href="http://www.montereyheights.org/">Monterey Heights Homes Association</a></li>\n<li><a rel="nofollow" class="external text" href="https://sunnysideassociation.wordpress.com/">Sunnyside Neighborhood Association</a></li></ul>\n<div role="navigation" class="navbox" aria-labelledby="Neighborhoods_in_San_Francisco" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="3" style="background:#ffc94b;;background:#ffc94b;"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Neighborhoods_of_San_Francisco" title="Template:Neighborhoods of San Francisco"><abbr title="View this template" style="background:#ffc94b;;background:#ffc94b;;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Neighborhoods_of_San_Francisco" title="Template talk:Neighborhoods of San Francisco"><abbr title="Discuss this template" style="background:#ffc94b;;background:#ffc94b;;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Neighborhoods_of_San_Francisco&amp;action=edit"><abbr title="Edit this template" style="background:#ffc94b;;background:#ffc94b;;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a></li></ul></div><div id="Neighborhoods_in_San_Francisco" style="font-size:114%;margin:0 4em"><a class="mw-selflink selflink">Neighborhoods in San Francisco</a></div></th></tr><tr><th scope="row" class="navbox-group" style="background:#ffc94b;;width:1%">Downtown</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Chinatown,_San_Francisco" title="Chinatown, San Francisco">Chinatown</a></li>\n<li><a href="/wiki/Civic_Center,_San_Francisco" title="Civic Center, San Francisco">Civic Center</a></li>\n<li><a href="/wiki/Financial_District,_San_Francisco" title="Financial District, San Francisco">Financial District</a></li>\n<li><a href="/wiki/Belden_Place" title="Belden Place">French Quarter</a></li>\n<li><a href="/wiki/Mid-Market,_San_Francisco" title="Mid-Market, San Francisco">Mid-Market</a></li>\n<li><a href="/wiki/Mission_Bay,_San_Francisco" title="Mission Bay, San Francisco">Mission Bay</a></li>\n<li><a href="/wiki/Nob_Hill,_San_Francisco" title="Nob Hill, San Francisco">Nob Hill</a></li>\n<li><a href="/wiki/North_Beach,_San_Francisco" title="North Beach, San Francisco">North Beach</a></li>\n<li><a href="/wiki/South_of_Market,_San_Francisco" title="South of Market, San Francisco">South of Market</a></li>\n<li><a href="/wiki/Telegraph_Hill,_San_Francisco" title="Telegraph Hill, San Francisco">Telegraph Hill</a></li>\n<li><a href="/wiki/Tenderloin,_San_Francisco" title="Tenderloin, San Francisco">Tenderloin</a></li>\n<li><a href="/wiki/Union_Square,_San_Francisco" title="Union Square, San Francisco">Union Square</a></li></ul>\n</div></td><td class="noviewer navbox-image" rowspan="5" style="width:1px;padding:0px 0px 0px 2px"><div><img alt="Map of California highlighting San Francisco County" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/California_county_map_%28San_Francisco_County_enlarged%29.svg/100px-California_county_map_%28San_Francisco_County_enlarged%29.svg.png" decoding="async" title="Map of California highlighting San Francisco County" width="100" height="118" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/California_county_map_%28San_Francisco_County_enlarged%29.svg/150px-California_county_map_%28San_Francisco_County_enlarged%29.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a1/California_county_map_%28San_Francisco_County_enlarged%29.svg/200px-California_county_map_%28San_Francisco_County_enlarged%29.svg.png 2x" data-file-width="621" data-file-height="733" /></div></td></tr><tr><th scope="row" class="navbox-group" style="background:#ffc94b;;width:1%">North of Downtown</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Cow_Hollow,_San_Francisco" class="mw-redirect" title="Cow Hollow, San Francisco">Cow Hollow</a></li>\n<li><a href="/wiki/Fisherman%27s_Wharf,_San_Francisco" title="Fisherman&#39;s Wharf, San Francisco">Fisherman\'s Wharf</a></li>\n<li><a href="/wiki/Marina_District,_San_Francisco" title="Marina District, San Francisco">Marina District</a></li>\n<li><a href="/wiki/Pacific_Heights,_San_Francisco" title="Pacific Heights, San Francisco">Pacific Heights</a></li>\n<li><a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio</a></li>\n<li><a href="/wiki/Russian_Hill,_San_Francisco" title="Russian Hill, San Francisco">Russian Hill</a></li>\n<li><a href="/wiki/Treasure_Island,_San_Francisco" title="Treasure Island, San Francisco">Treasure Island</a></li>\n<li><a href="/wiki/Yerba_Buena_Island" title="Yerba Buena Island">Yerba Buena Island</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="background:#ffc94b;;width:1%">Outside Lands</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Forest_Hill,_San_Francisco" title="Forest Hill, San Francisco">Forest Hill</a></li>\n<li><a href="/wiki/Ingleside,_San_Francisco" class="mw-redirect" title="Ingleside, San Francisco">Ingleside</a></li>\n<li><a href="/wiki/Ingleside_Terraces,_San_Francisco" title="Ingleside Terraces, San Francisco">Ingleside Terraces</a></li>\n<li><a href="/wiki/Oceanview,_San_Francisco" title="Oceanview, San Francisco">Oceanview</a></li>\n<li><a href="/wiki/Parkside,_San_Francisco" title="Parkside, San Francisco">Parkside</a></li>\n<li><a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">Richmond District</a></li>\n<li><a href="/wiki/Sea_Cliff,_San_Francisco" title="Sea Cliff, San Francisco">Sea Cliff</a></li>\n<li><a href="/wiki/St._Francis_Wood,_San_Francisco" title="St. Francis Wood, San Francisco">St. Francis Wood</a></li>\n<li><a href="/wiki/Sunset_District,_San_Francisco" title="Sunset District, San Francisco">Sunset District</a></li>\n<li><a href="/wiki/West_Portal,_San_Francisco" title="West Portal, San Francisco">West Portal</a></li>\n<li><a href="/wiki/Westwood_Highlands,_San_Francisco" title="Westwood Highlands, San Francisco">Westwood Highlands</a></li>\n<li><a href="/wiki/Westwood_Park,_San_Francisco" title="Westwood Park, San Francisco">Westwood Park</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="background:#ffc94b;;width:1%">Western Addition</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Alamo_Square,_San_Francisco" title="Alamo Square, San Francisco">Alamo Square</a></li>\n<li><a href="/wiki/Anza_Vista,_San_Francisco" title="Anza Vista, San Francisco">Anza Vista</a></li>\n<li><a href="/wiki/Cathedral_Hill,_San_Francisco" title="Cathedral Hill, San Francisco">Cathedral Hill</a></li>\n<li><a href="/wiki/Cole_Valley,_San_Francisco" title="Cole Valley, San Francisco">Cole Valley</a></li>\n<li><a href="/wiki/Corona_Heights,_San_Francisco" title="Corona Heights, San Francisco">Corona Heights</a></li>\n<li><a href="/wiki/Duboce_Triangle,_San_Francisco" title="Duboce Triangle, San Francisco">Duboce Triangle</a></li>\n<li><a href="/wiki/Fillmore_District,_San_Francisco" title="Fillmore District, San Francisco">Fillmore</a></li>\n<li><a href="/wiki/Haight-Ashbury" title="Haight-Ashbury">Haight-Ashbury</a></li>\n<li><a href="/wiki/Hayes_Valley,_San_Francisco" title="Hayes Valley, San Francisco">Hayes Valley</a></li>\n<li><a href="/wiki/Japantown,_San_Francisco" title="Japantown, San Francisco">Japantown</a></li>\n<li><a href="/wiki/Laurel_Heights,_San_Francisco" title="Laurel Heights, San Francisco">Laurel Heights</a></li>\n<li><a href="/wiki/Lower_Haight,_San_Francisco" title="Lower Haight, San Francisco">Lower Haight</a></li>\n<li><a href="/wiki/Western_Addition,_San_Francisco" title="Western Addition, San Francisco">Western Addition</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="background:#ffc94b;;width:1%">Southern</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Bayview%E2%80%93Hunters_Point,_San_Francisco" title="Bayview–Hunters Point, San Francisco">Bayview–Hunters Point</a></li>\n<li><a href="/wiki/Bernal_Heights,_San_Francisco" title="Bernal Heights, San Francisco">Bernal Heights</a></li>\n<li><a href="/wiki/Castro_District,_San_Francisco" title="Castro District, San Francisco">Castro</a></li>\n<li><a href="/wiki/Crocker-Amazon,_San_Francisco" title="Crocker-Amazon, San Francisco">Crocker-Amazon</a></li>\n<li><a href="/wiki/Diamond_Heights,_San_Francisco" title="Diamond Heights, San Francisco">Diamond Heights</a></li>\n<li><a href="/wiki/Dogpatch,_San_Francisco" title="Dogpatch, San Francisco">Dogpatch</a></li>\n<li><a href="/wiki/Eureka_Valley,_San_Francisco" title="Eureka Valley, San Francisco">Eureka Valley</a></li>\n<li><a href="/wiki/Excelsior_District,_San_Francisco" title="Excelsior District, San Francisco">Excelsior District</a></li>\n<li><a href="/wiki/Glen_Park,_San_Francisco" title="Glen Park, San Francisco">Glen Park</a></li>\n<li><a href="/wiki/Mission_District,_San_Francisco" title="Mission District, San Francisco">Mission District</a></li>\n<li><a href="/wiki/Noe_Valley,_San_Francisco" title="Noe Valley, San Francisco">Noe Valley</a></li>\n<li><a href="/wiki/Outer_Mission,_San_Francisco" title="Outer Mission, San Francisco">Outer Mission</a></li>\n<li><a href="/wiki/Portola,_San_Francisco" class="mw-redirect" title="Portola, San Francisco">Portola</a></li>\n<li><a href="/wiki/Potrero_Hill" title="Potrero Hill">Potrero Hill</a></li>\n<li><a href="/wiki/Visitacion_Valley,_San_Francisco" title="Visitacion Valley, San Francisco">Visitacion Valley</a></li></ul>\n</div></td></tr><tr><td class="navbox-abovebelow" colspan="3" style="background:#ffc94b;"><div>\n<ul><li><a href="/wiki/File:SF_From_Marin_Highlands3.jpg" class="image"><img alt="SF From Marin Highlands3.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/16px-SF_From_Marin_Highlands3.jpg" decoding="async" width="16" height="11" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/24px-SF_From_Marin_Highlands3.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/32px-SF_From_Marin_Highlands3.jpg 2x" data-file-width="2672" data-file-height="1885" /></a>&#160;<a href="/wiki/Portal:San_Francisco_Bay_Area" title="Portal:San Francisco Bay Area">San Francisco Bay Area&#32;portal</a></li>\n<li><b><a href="/wiki/Neighborhoods_in_San_Francisco" class="mw-redirect" title="Neighborhoods in San Francisco">List</a></b></li>\n<li><b><a href="/wiki/Category:Neighborhoods_in_San_Francisco" title="Category:Neighborhoods in San Francisco">Category</a></b></li></ul>\n</div></td></tr></tbody></table></div>\n<!-- \nNewPP limit report\nParsed by mw2351\nCached time: 20200929143859\nCache expiry: 2592000\nDynamic content: false\nComplications: [vary‐revision‐sha1]\nCPU time usage: 0.704 seconds\nReal time usage: 0.891 seconds\nPreprocessor visited node count: 3447/1000000\nPost‐expand include size: 106924/2097152 bytes\nTemplate argument size: 2468/2097152 bytes\nHighest expansion depth: 14/40\nExpensive parser function count: 3/500\nUnstrip recursion depth: 1/20\nUnstrip post‐expand size: 163779/5000000 bytes\nLua time usage: 0.342/10.000 seconds\nLua memory usage: 9.48 MB/50 MB\nNumber of Wikibase entities loaded: 1/400\n-->\n<!--\nTransclusion expansion time report (%,ms,calls,template)\n100.00%  685.182      1 -total\n 41.34%  283.240      1 Template:Reflist\n 28.80%  197.309     34 Template:Cite_web\n 12.25%   83.948     71 Template:Main\n 10.55%   72.300      1 Template:Citation_needed\n 10.25%   70.250      2 Template:Fix\n 10.14%   69.463      2 Template:Commons_category\n  9.63%   65.997      2 Template:Sister_project\n  8.77%   60.062      2 Template:Side_box\n  7.07%   48.440      1 Template:Convert\n-->\n\n<!-- Saved in parser cache with key enwiki:pcache:idhash:1487556-0!canonical and timestamp 20200929143858 and revision id 979296249\n -->\n</div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>\n<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;oldid=979296249">https://en.wikipedia.org/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;oldid=979296249</a>"</div></div>\n\t\t<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Neighborhoods_in_San_Francisco" title="Category:Neighborhoods in San Francisco">Neighborhoods in San Francisco</a></li><li><a href="/wiki/Category:Lists_of_neighborhoods_in_U.S._cities" title="Category:Lists of neighborhoods in U.S. cities">Lists of neighborhoods in U.S. cities</a></li><li><a href="/wiki/Category:San_Francisco-related_lists" title="Category:San Francisco-related lists">San Francisco-related lists</a></li><li><a href="/wiki/Category:Hills_of_San_Francisco" title="Category:Hills of San Francisco">Hills of San Francisco</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden categories: <ul><li><a href="/wiki/Category:CS1_maint:_archived_copy_as_title" title="Category:CS1 maint: archived copy as title">CS1 maint: archived copy as title</a></li><li><a href="/wiki/Category:Webarchive_template_archiveis_links" title="Category:Webarchive template archiveis links">Webarchive template archiveis links</a></li><li><a href="/wiki/Category:Webarchive_template_wayback_links" title="Category:Webarchive template wayback links">Webarchive template wayback links</a></li><li><a href="/wiki/Category:CS1:_Julian%E2%80%93Gregorian_uncertainty" title="Category:CS1: Julian–Gregorian uncertainty">CS1: Julian–Gregorian uncertainty</a></li><li><a href="/wiki/Category:All_articles_with_unsourced_statements" title="Category:All articles with unsourced statements">All articles with unsourced statements</a></li><li><a href="/wiki/Category:Articles_with_unsourced_statements_from_April_2012" title="Category:Articles with unsourced statements from April 2012">Articles with unsourced statements from April 2012</a></li><li><a href="/wiki/Category:Commons_category_link_is_locally_defined" title="Category:Commons category link is locally defined">Commons category link is locally defined</a></li><li><a href="/wiki/Category:Articles_with_specifically_marked_weasel-worded_phrases_from_January_2016" title="Category:Articles with specifically marked weasel-worded phrases from January 2016">Articles with specifically marked weasel-worded phrases from January 2016</a></li><li><a href="/wiki/Category:Commons_category_link_is_on_Wikidata" title="Category:Commons category link is on Wikidata">Commons category link is on Wikidata</a></li></ul></div></div>\n\t</div>\n</div>\n<div id=\'mw-data-after-content\'>\n\t<div class="read-more-container"></div>\n</div>\n\n<div id="mw-navigation">\n\t<h2>Navigation menu</h2>\n\t<div id="mw-head">\n\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-personal" class="vector-menu" aria-labelledby="p-personal-label" role="navigation" \n\t >\n\t<h3 id="p-personal-label">\n\t\t<span>Personal tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=List+of+neighborhoods+in+San+Francisco" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=List+of+neighborhoods+in+San+Francisco" title="You&#039;re encouraged to log in; however, it&#039;s not mandatory. [o]" accesskey="o">Log in</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t<div id="left-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-namespaces" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-namespaces-label" role="navigation" \n\t >\n\t<h3 id="p-namespaces-label">\n\t\t<span>Namespaces</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-nstab-main" class="selected"><a href="/wiki/List_of_neighborhoods_in_San_Francisco" title="View the content page [c]" accesskey="c">Article</a></li><li id="ca-talk"><a href="/wiki/Talk:List_of_neighborhoods_in_San_Francisco" rel="discussion" title="Discuss improvements to the content page [t]" accesskey="t">Talk</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-variants" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-variants-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-variants-label" />\n\t<h3 id="p-variants-label">\n\t\t<span>Variants</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t</div>\n\t\t<div id="right-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-views" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-views-label" role="navigation" \n\t >\n\t<h3 id="p-views-label">\n\t\t<span>Views</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-view" class="selected"><a href="/wiki/List_of_neighborhoods_in_San_Francisco">Read</a></li><li id="ca-edit"><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a></li><li id="ca-history"><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-cactions" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-cactions-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-cactions-label" />\n\t<h3 id="p-cactions-label">\n\t\t<span>More</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<div id="p-search" role="search">\n\t<h3 >\n\t\t<label for="searchInput">Search</label>\n\t</h3>\n\t<form action="/w/index.php" id="searchform">\n\t\t<div id="simpleSearch" data-search-loc="header-navigation">\n\t\t\t<input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput"/>\n\t\t\t<input type="hidden" name="title" value="Special:Search">\n\t\t\t<input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>\n\t\t\t<input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>\n\t\t</div>\n\t</form>\n</div>\n\n\t\t</div>\n\t</div>\n\t\n<div id="mw-panel">\n\t<div id="p-logo" role="banner">\n\t\t<a  title="Visit the main page" class="mw-wiki-logo" href="/wiki/Main_Page"></a>\n\t</div>\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-navigation" class="vector-menu vector-menu-portal portal portal-first" aria-labelledby="p-navigation-label" role="navigation" \n\t >\n\t<h3 id="p-navigation-label">\n\t\t<span>Navigation</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a href="/wiki/Special:Random" title="Visit a randomly selected article [x]" accesskey="x">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-interaction" class="vector-menu vector-menu-portal portal" aria-labelledby="p-interaction-label" role="navigation" \n\t >\n\t<h3 id="p-interaction-label">\n\t\t<span>Contribute</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]" accesskey="r">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-tb" class="vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation" \n\t >\n\t<h3 id="p-tb-label">\n\t\t<span>Tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/List_of_neighborhoods_in_San_Francisco" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/List_of_neighborhoods_in_San_Francisco" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;oldid=979296249" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=List_of_neighborhoods_in_San_Francisco&amp;id=979296249&amp;wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li><li id="t-wikibase"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q1969642" title="Structured data on this page hosted by Wikidata [g]" accesskey="g">Wikidata item</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-coll-print_export" class="vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation" \n\t >\n\t<h3 id="p-coll-print_export-label">\n\t\t<span>Print/export</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=List_of_neighborhoods_in_San_Francisco&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-wikibase-otherprojects" class="vector-menu vector-menu-portal portal" aria-labelledby="p-wikibase-otherprojects-label" role="navigation" \n\t >\n\t<h3 id="p-wikibase-otherprojects-label">\n\t\t<span>In other projects</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Category:Neighborhoods_in_San_Francisco,_California" hreflang="en">Wikimedia Commons</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-lang" class="vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation" \n\t >\n\t<h3 id="p-lang-label">\n\t\t<span>Languages</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-bg"><a href="https://bg.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D1%8A%D0%BA_%D0%BD%D0%B0_%D0%BA%D0%B2%D0%B0%D1%80%D1%82%D0%B0%D0%BB%D0%B8%D1%82%D0%B5_%D0%B2_%D0%A1%D0%B0%D0%BD_%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D0%B8%D1%81%D0%BA%D0%BE,_%D0%9A%D0%B0%D0%BB%D0%B8%D1%84%D0%BE%D1%80%D0%BD%D0%B8%D1%8F" title="Списък на кварталите в Сан Франциско, Калифорния – Bulgarian" lang="bg" hreflang="bg" class="interlanguage-link-target">Български</a></li><li class="interlanguage-link interwiki-de"><a href="https://de.wikipedia.org/wiki/Verwaltungsgliederung_von_San_Francisco" title="Verwaltungsgliederung von San Francisco – German" lang="de" hreflang="de" class="interlanguage-link-target">Deutsch</a></li><li class="interlanguage-link interwiki-fr"><a href="https://fr.wikipedia.org/wiki/Liste_des_quartiers_de_San_Francisco" title="Liste des quartiers de San Francisco – French" lang="fr" hreflang="fr" class="interlanguage-link-target">Français</a></li><li class="interlanguage-link interwiki-ms"><a href="https://ms.wikipedia.org/wiki/Kawasan_kejiranan_di_San_Francisco" title="Kawasan kejiranan di San Francisco – Malay" lang="ms" hreflang="ms" class="interlanguage-link-target">Bahasa Melayu</a></li><li class="interlanguage-link interwiki-nl"><a href="https://nl.wikipedia.org/wiki/Bestuurlijke_indeling_van_San_Francisco" title="Bestuurlijke indeling van San Francisco – Dutch" lang="nl" hreflang="nl" class="interlanguage-link-target">Nederlands</a></li><li class="interlanguage-link interwiki-pl"><a href="https://pl.wikipedia.org/wiki/Osiedla_w_San_Francisco" title="Osiedla w San Francisco – Polish" lang="pl" hreflang="pl" class="interlanguage-link-target">Polski</a></li></ul>\n\t\t<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q1969642#sitelinks-wikipedia" title="Edit interlanguage links" class="wbc-editpage">Edit links</a></span></div>\n\t</div>\n</nav>\n\n</div>\n\n</div>\n<footer id="footer" class="mw-footer" role="contentinfo" >\n\t<ul id="footer-info" >\n\t\t<li id="footer-info-lastmod"> This page was last edited on 19 September 2020, at 23:48<span class="anonymous-show">&#160;(UTC)</span>.</li>\n\t\t<li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;\nadditional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>\n\t</ul>\n\t<ul id="footer-places" >\n\t\t<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>\n\t\t<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>\n\t\t<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>\n\t\t<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>\n\t\t<li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>\n\t\t<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>\n\t\t<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>\n\t\t<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>\n\t</ul>\n\t<ul id="footer-icons" class="noprint">\n\t\t<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>\n\t\t<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>\n\t</ul>\n\t<div style="clear: both;"></div>\n</footer>\n\n\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.704","walltime":"0.891","ppvisitednodes":{"value":3447,"limit":1000000},"postexpandincludesize":{"value":106924,"limit":2097152},"templateargumentsize":{"value":2468,"limit":2097152},"expansiondepth":{"value":14,"limit":40},"expensivefunctioncount":{"value":3,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":163779,"limit":5000000},"entityaccesscount":{"value":1,"limit":400},"timingprofile":["100.00%  685.182      1 -total"," 41.34%  283.240      1 Template:Reflist"," 28.80%  197.309     34 Template:Cite_web"," 12.25%   83.948     71 Template:Main"," 10.55%   72.300      1 Template:Citation_needed"," 10.25%   70.250      2 Template:Fix"," 10.14%   69.463      2 Template:Commons_category","  9.63%   65.997      2 Template:Sister_project","  8.77%   60.062      2 Template:Side_box","  7.07%   48.440      1 Template:Convert"]},"scribunto":{"limitreport-timeusage":{"value":"0.342","limit":"10.000"},"limitreport-memusage":{"value":9942007,"limit":52428800},"limitreport-logs":"table#1 {\\n  [\\"size\\"] = \\"tiny\\",\\n}\\n"},"cachereport":{"origin":"mw2351","timestamp":"20200929143859","ttl":2592000,"transientcontent":false}}});});</script>\n<script type="application/ld+json">{"@context":"https:\\/\\/schema.org","@type":"Article","name":"List of neighborhoods in San Francisco","url":"https:\\/\\/en.wikipedia.org\\/wiki\\/List_of_neighborhoods_in_San_Francisco","sameAs":"http:\\/\\/www.wikidata.org\\/entity\\/Q1969642","mainEntity":"http:\\/\\/www.wikidata.org\\/entity\\/Q1969642","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\\/\\/www.wikimedia.org\\/static\\/images\\/wmf-hor-googpub.png"}},"datePublished":"2005-02-10T01:04:15Z","dateModified":"2020-09-19T23:48:45Z","image":"https:\\/\\/upload.wikimedia.org\\/wikipedia\\/commons\\/4\\/48\\/San_Francisco_from_Presidio_1966.jpg","headline":"A deeper look of all the neighborhoods in the City and County of San Francisco."}</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":128,"wgHostname":"mw2336"});});</script>\n</body></html>'
In [32]:
soup = BeautifulSoup(web_page)
soup
Out[32]:
<!DOCTYPE html>
<html class="client-nojs" dir="ltr" lang="en">
<head>
<meta charset="utf-8"/>
<title>List of neighborhoods in San Francisco - Wikipedia</title>
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"f20ebfde-c8a9-4410-9fc0-e10ca420c95e","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_neighborhoods_in_San_Francisco","wgTitle":"List of neighborhoods in San Francisco","wgCurRevisionId":979296249,"wgRevisionId":979296249,"wgArticleId":1487556,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["CS1 maint: archived copy as title","Webarchive template archiveis links","Webarchive template wayback links","CS1: Julian–Gregorian uncertainty","All articles with unsourced statements","Articles with unsourced statements from April 2012",
"Commons category link is locally defined","Articles with specifically marked weasel-worded phrases from January 2016","Commons category link is on Wikidata","Neighborhoods in San Francisco","Lists of neighborhoods in U.S. cities","San Francisco-related lists","Hills of San Francisco"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"List_of_neighborhoods_in_San_Francisco","wgRelevantArticleId":1487556,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia",
"wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q1969642"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.cite.styles":"ready","skins.vector.styles.legacy":"ready","jquery.makeCollapsible.styles":"ready","mediawiki.toc.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","ext.scribunto.logs","site","mediawiki.page.ready","jquery.makeCollapsible","mediawiki.toc","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups",
"ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init","ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});});</script>
<link href="/w/load.php?lang=en&amp;modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cmediawiki.toc.styles%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector" rel="stylesheet"/>
<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
<meta content="" name="ResourceLoaderDynamicStyles"/>
<link href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector" rel="stylesheet"/>
<meta content="MediaWiki 1.36.0-wmf.10" name="generator"/>
<meta content="origin" name="referrer"/>
<meta content="origin-when-crossorigin" name="referrer"/>
<meta content="origin-when-cross-origin" name="referrer"/>
<meta content="https://upload.wikimedia.org/wikipedia/commons/4/48/San_Francisco_from_Presidio_1966.jpg" property="og:image"/>
<link href="//en.m.wikipedia.org/wiki/List_of_neighborhoods_in_San_Francisco" media="only screen and (max-width: 720px)" rel="alternate"/>
<link href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit" rel="alternate" title="Edit this page" type="application/x-wiki"/>
<link href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit" rel="edit" title="Edit this page"/>
<link href="/static/apple-touch/wikipedia.png" rel="apple-touch-icon"/>
<link href="/static/favicon/wikipedia.ico" rel="shortcut icon"/>
<link href="/w/opensearch_desc.php" rel="search" title="Wikipedia (en)" type="application/opensearchdescription+xml"/>
<link href="//en.wikipedia.org/w/api.php?action=rsd" rel="EditURI" type="application/rsd+xml"/>
<link href="//creativecommons.org/licenses/by-sa/3.0/" rel="license"/>
<link href="https://en.wikipedia.org/wiki/List_of_neighborhoods_in_San_Francisco" rel="canonical"/>
<link href="//login.wikimedia.org" rel="dns-prefetch"/>
<link href="//meta.wikimedia.org" rel="dns-prefetch"/>
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-List_of_neighborhoods_in_San_Francisco rootpage-List_of_neighborhoods_in_San_Francisco skin-vector action-view skin-vector-legacy"><div class="noprint" id="mw-page-base"></div>
<div class="noprint" id="mw-head-base"></div>
<div class="mw-body" id="content" role="main">
<a id="top"></a>
<div class="mw-body-content" id="siteNotice"><!-- CentralNotice --></div>
<div class="mw-indicators mw-body-content">
</div>
<h1 class="firstHeading" id="firstHeading" lang="en">List of neighborhoods in San Francisco</h1>
<div class="mw-body-content" id="bodyContent">
<div class="noprint" id="siteSub">From Wikipedia, the free encyclopedia</div>
<div id="contentSub"></div>
<div id="contentSub2"></div>
<div id="jump-to-nav"></div>
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
<div class="mw-content-ltr" dir="ltr" id="mw-content-text" lang="en"><div class="mw-parser-output"><div class="thumb tright"><div class="thumbinner" style="width:222px;"><a class="image" href="/wiki/File:San_Francisco_from_Presidio_1966.jpg"><img alt="" class="thumbimage" data-file-height="710" data-file-width="1070" decoding="async" height="146" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/48/San_Francisco_from_Presidio_1966.jpg/220px-San_Francisco_from_Presidio_1966.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/48/San_Francisco_from_Presidio_1966.jpg/330px-San_Francisco_from_Presidio_1966.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/48/San_Francisco_from_Presidio_1966.jpg/440px-San_Francisco_from_Presidio_1966.jpg 2x" width="220"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:San_Francisco_from_Presidio_1966.jpg" title="Enlarge"></a></div>San Francisco from the Presidio, 1966</div></div></div>
<p><a href="/wiki/San_Francisco" title="San Francisco">San Francisco</a>, in the US state of <a href="/wiki/California" title="California">California</a>, has both major, well-known neighborhoods and districts as well as smaller, specific subsections and developments. While there is considerable fluidity among the sources, one guidebook identifies five major districts, corresponding to the four quadrants plus a south central district.<sup class="reference" id="cite_ref-1"><a href="#cite_note-1">[1]</a></sup> These five broad districts, counterclockwise are: Central/downtown, Richmond, Sunset, Upper Market and beyond (south central) and Bernal Heights/Bayview and beyond (southeast). Within each of these five districts are located major neighborhoods, and again there is considerable fluidity seen in the sources. The San Francisco Planning Department officially identifies 36 neighborhoods. Within these 36 official neighborhoods are a large number of minor districts, some of which are historical, and some of which are overlapping.
</p>
<style data-mw-deduplicate="TemplateStyles:r886049878">.mw-parser-output .tocright{float:right;clear:right;width:auto;background:none;padding:.5em 0 .8em 1.4em;margin-bottom:.5em}.mw-parser-output .tocright-clear-left{clear:left}.mw-parser-output .tocright-clear-both{clear:both}.mw-parser-output .tocright-clear-none{clear:none}</style><div class="tocright" style=""><div aria-labelledby="mw-toc-heading" class="toc" id="toc" role="navigation"><input class="toctogglecheckbox" id="toctogglecheckbox" role="button" style="display:none" type="checkbox"/><div class="toctitle" dir="ltr" lang="en"><h2 id="mw-toc-heading">Contents</h2><span class="toctogglespan"><label class="toctogglelabel" for="toctogglecheckbox"></label></span></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Alamo_Square"><span class="tocnumber">1</span> <span class="toctext">Alamo Square</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#Anza_Vista"><span class="tocnumber">2</span> <span class="toctext">Anza Vista</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#Ashbury_Heights"><span class="tocnumber">3</span> <span class="toctext">Ashbury Heights</span></a></li>
<li class="toclevel-1 tocsection-4"><a href="#Balboa_Park"><span class="tocnumber">4</span> <span class="toctext">Balboa Park</span></a></li>
<li class="toclevel-1 tocsection-5"><a href="#Balboa_Terrace"><span class="tocnumber">5</span> <span class="toctext">Balboa Terrace</span></a></li>
<li class="toclevel-1 tocsection-6"><a href="#Bayview"><span class="tocnumber">6</span> <span class="toctext">Bayview</span></a></li>
<li class="toclevel-1 tocsection-7"><a href="#Belden_Place"><span class="tocnumber">7</span> <span class="toctext">Belden Place</span></a></li>
<li class="toclevel-1 tocsection-8"><a href="#Bernal_Heights"><span class="tocnumber">8</span> <span class="toctext">Bernal Heights</span></a></li>
<li class="toclevel-1 tocsection-9"><a href="#Buena_Vista"><span class="tocnumber">9</span> <span class="toctext">Buena Vista</span></a></li>
<li class="toclevel-1 tocsection-10"><a href="#Butchertown_(Old_and_New)"><span class="tocnumber">10</span> <span class="toctext">Butchertown (Old and New)</span></a></li>
<li class="toclevel-1 tocsection-11"><a href="#Castro"><span class="tocnumber">11</span> <span class="toctext">Castro</span></a></li>
<li class="toclevel-1 tocsection-12"><a href="#Cathedral_Hill"><span class="tocnumber">12</span> <span class="toctext">Cathedral Hill</span></a></li>
<li class="toclevel-1 tocsection-13"><a href="#Cayuga_Terrace"><span class="tocnumber">13</span> <span class="toctext">Cayuga Terrace</span></a></li>
<li class="toclevel-1 tocsection-14"><a href="#China_Basin"><span class="tocnumber">14</span> <span class="toctext">China Basin</span></a></li>
<li class="toclevel-1 tocsection-15"><a href="#Chinatown"><span class="tocnumber">15</span> <span class="toctext">Chinatown</span></a></li>
<li class="toclevel-1 tocsection-16"><a href="#Civic_Center"><span class="tocnumber">16</span> <span class="toctext">Civic Center</span></a></li>
<li class="toclevel-1 tocsection-17"><a href="#Clarendon_Heights"><span class="tocnumber">17</span> <span class="toctext">Clarendon Heights</span></a></li>
<li class="toclevel-1 tocsection-18"><a href="#Cole_Valley"><span class="tocnumber">18</span> <span class="toctext">Cole Valley</span></a></li>
<li class="toclevel-1 tocsection-19"><a href="#Corona_Heights"><span class="tocnumber">19</span> <span class="toctext">Corona Heights</span></a></li>
<li class="toclevel-1 tocsection-20"><a href="#Cow_Hollow"><span class="tocnumber">20</span> <span class="toctext">Cow Hollow</span></a></li>
<li class="toclevel-1 tocsection-21"><a href="#Crocker-Amazon"><span class="tocnumber">21</span> <span class="toctext">Crocker-Amazon</span></a></li>
<li class="toclevel-1 tocsection-22"><a href="#Design_District"><span class="tocnumber">22</span> <span class="toctext">Design District</span></a></li>
<li class="toclevel-1 tocsection-23"><a href="#Diamond_Heights"><span class="tocnumber">23</span> <span class="toctext">Diamond Heights</span></a></li>
<li class="toclevel-1 tocsection-24"><a href="#Dogpatch"><span class="tocnumber">24</span> <span class="toctext">Dogpatch</span></a></li>
<li class="toclevel-1 tocsection-25"><a href="#Dolores_Heights"><span class="tocnumber">25</span> <span class="toctext">Dolores Heights</span></a></li>
<li class="toclevel-1 tocsection-26"><a href="#Duboce_Triangle"><span class="tocnumber">26</span> <span class="toctext">Duboce Triangle</span></a></li>
<li class="toclevel-1 tocsection-27"><a href="#Embarcadero"><span class="tocnumber">27</span> <span class="toctext">Embarcadero</span></a></li>
<li class="toclevel-1 tocsection-28"><a href="#Eureka_Valley"><span class="tocnumber">28</span> <span class="toctext">Eureka Valley</span></a></li>
<li class="toclevel-1 tocsection-29"><a href="#Excelsior"><span class="tocnumber">29</span> <span class="toctext">Excelsior</span></a></li>
<li class="toclevel-1 tocsection-30"><a href="#Fillmore"><span class="tocnumber">30</span> <span class="toctext">Fillmore</span></a></li>
<li class="toclevel-1 tocsection-31"><a href="#Financial_District"><span class="tocnumber">31</span> <span class="toctext">Financial District</span></a></li>
<li class="toclevel-1 tocsection-32"><a href="#Financial_District_South"><span class="tocnumber">32</span> <span class="toctext">Financial District South</span></a></li>
<li class="toclevel-1 tocsection-33"><a href="#Fisherman's_Wharf"><span class="tocnumber">33</span> <span class="toctext">Fisherman's Wharf</span></a></li>
<li class="toclevel-1 tocsection-34"><a href="#Forest_Hill"><span class="tocnumber">34</span> <span class="toctext">Forest Hill</span></a></li>
<li class="toclevel-1 tocsection-35"><a href="#Forest_Knolls"><span class="tocnumber">35</span> <span class="toctext">Forest Knolls</span></a></li>
<li class="toclevel-1 tocsection-36"><a href="#Glen_Park"><span class="tocnumber">36</span> <span class="toctext">Glen Park</span></a></li>
<li class="toclevel-1 tocsection-37"><a href="#Golden_Gate_Heights"><span class="tocnumber">37</span> <span class="toctext">Golden Gate Heights</span></a></li>
<li class="toclevel-1 tocsection-38"><a href="#Haight-Ashbury"><span class="tocnumber">38</span> <span class="toctext">Haight-Ashbury</span></a></li>
<li class="toclevel-1 tocsection-39"><a href="#Hayes_Valley"><span class="tocnumber">39</span> <span class="toctext">Hayes Valley</span></a></li>
<li class="toclevel-1 tocsection-40"><a href="#Hunters_Point"><span class="tocnumber">40</span> <span class="toctext">Hunters Point</span></a></li>
<li class="toclevel-1 tocsection-41"><a href="#India_Basin"><span class="tocnumber">41</span> <span class="toctext">India Basin</span></a></li>
<li class="toclevel-1 tocsection-42"><a href="#Ingleside"><span class="tocnumber">42</span> <span class="toctext">Ingleside</span></a></li>
<li class="toclevel-1 tocsection-43"><a href="#Ingleside_Terraces"><span class="tocnumber">43</span> <span class="toctext">Ingleside Terraces</span></a></li>
<li class="toclevel-1 tocsection-44"><a href="#Inner_Sunset"><span class="tocnumber">44</span> <span class="toctext">Inner Sunset</span></a></li>
<li class="toclevel-1 tocsection-45"><a href="#Irish_Hill"><span class="tocnumber">45</span> <span class="toctext">Irish Hill</span></a></li>
<li class="toclevel-1 tocsection-46"><a href="#Islais_Creek"><span class="tocnumber">46</span> <span class="toctext">Islais Creek</span></a></li>
<li class="toclevel-1 tocsection-47"><a href="#Jackson_Square"><span class="tocnumber">47</span> <span class="toctext">Jackson Square</span></a></li>
<li class="toclevel-1 tocsection-48"><a href="#Japantown"><span class="tocnumber">48</span> <span class="toctext">Japantown</span></a></li>
<li class="toclevel-1 tocsection-49"><a href="#Jordan_Park"><span class="tocnumber">49</span> <span class="toctext">Jordan Park</span></a></li>
<li class="toclevel-1 tocsection-50"><a href="#Laguna_Honda"><span class="tocnumber">50</span> <span class="toctext">Laguna Honda</span></a></li>
<li class="toclevel-1 tocsection-51"><a href="#Lake_Street"><span class="tocnumber">51</span> <span class="toctext">Lake Street</span></a></li>
<li class="toclevel-1 tocsection-52"><a href="#Lakeside"><span class="tocnumber">52</span> <span class="toctext">Lakeside</span></a></li>
<li class="toclevel-1 tocsection-53"><a href="#Lakeshore"><span class="tocnumber">53</span> <span class="toctext">Lakeshore</span></a></li>
<li class="toclevel-1 tocsection-54"><a href="#Laurel_Heights"><span class="tocnumber">54</span> <span class="toctext">Laurel Heights</span></a></li>
<li class="toclevel-1 tocsection-55"><a href="#Lincoln_Manor"><span class="tocnumber">55</span> <span class="toctext">Lincoln Manor</span></a></li>
<li class="toclevel-1 tocsection-56"><a href="#Little_Hollywood"><span class="tocnumber">56</span> <span class="toctext">Little Hollywood</span></a></li>
<li class="toclevel-1 tocsection-57"><a href="#Little_Russia"><span class="tocnumber">57</span> <span class="toctext">Little Russia</span></a></li>
<li class="toclevel-1 tocsection-58"><a href="#Little_Saigon"><span class="tocnumber">58</span> <span class="toctext">Little Saigon</span></a></li>
<li class="toclevel-1 tocsection-59"><a href="#Lone_Mountain"><span class="tocnumber">59</span> <span class="toctext">Lone Mountain</span></a></li>
<li class="toclevel-1 tocsection-60"><a href="#Lower_Haight"><span class="tocnumber">60</span> <span class="toctext">Lower Haight</span></a></li>
<li class="toclevel-1 tocsection-61"><a href="#Lower_Pacific_Heights"><span class="tocnumber">61</span> <span class="toctext">Lower Pacific Heights</span></a></li>
<li class="toclevel-1 tocsection-62"><a href="#Lower_Nob_Hill"><span class="tocnumber">62</span> <span class="toctext">Lower Nob Hill</span></a></li>
<li class="toclevel-1 tocsection-63"><a href="#Marina_District"><span class="tocnumber">63</span> <span class="toctext">Marina District</span></a></li>
<li class="toclevel-1 tocsection-64"><a href="#Merced_Heights"><span class="tocnumber">64</span> <span class="toctext">Merced Heights</span></a></li>
<li class="toclevel-1 tocsection-65"><a href="#Merced_Manor"><span class="tocnumber">65</span> <span class="toctext">Merced Manor</span></a></li>
<li class="toclevel-1 tocsection-66"><a href="#Midtown_Terrace"><span class="tocnumber">66</span> <span class="toctext">Midtown Terrace</span></a></li>
<li class="toclevel-1 tocsection-67"><a href="#Mid-Market"><span class="tocnumber">67</span> <span class="toctext">Mid-Market</span></a></li>
<li class="toclevel-1 tocsection-68"><a href="#Miraloma_Park"><span class="tocnumber">68</span> <span class="toctext">Miraloma Park</span></a></li>
<li class="toclevel-1 tocsection-69"><a href="#Mission_Bay"><span class="tocnumber">69</span> <span class="toctext">Mission Bay</span></a></li>
<li class="toclevel-1 tocsection-70"><a href="#Mission_District"><span class="tocnumber">70</span> <span class="toctext">Mission District</span></a></li>
<li class="toclevel-1 tocsection-71"><a href="#Mission_Dolores"><span class="tocnumber">71</span> <span class="toctext">Mission Dolores</span></a></li>
<li class="toclevel-1 tocsection-72"><a href="#Mission_Terrace"><span class="tocnumber">72</span> <span class="toctext">Mission Terrace</span></a></li>
<li class="toclevel-1 tocsection-73"><a href="#Monterey_Heights"><span class="tocnumber">73</span> <span class="toctext">Monterey Heights</span></a></li>
<li class="toclevel-1 tocsection-74"><a href="#Mount_Davidson"><span class="tocnumber">74</span> <span class="toctext">Mount Davidson</span></a></li>
<li class="toclevel-1 tocsection-75"><a href="#Nob_Hill"><span class="tocnumber">75</span> <span class="toctext">Nob Hill</span></a></li>
<li class="toclevel-1 tocsection-76"><a href="#Noe_Valley"><span class="tocnumber">76</span> <span class="toctext">Noe Valley</span></a></li>
<li class="toclevel-1 tocsection-77"><a href="#North_Beach"><span class="tocnumber">77</span> <span class="toctext">North Beach</span></a></li>
<li class="toclevel-1 tocsection-78"><a href="#North_of_Panhandle"><span class="tocnumber">78</span> <span class="toctext">North of Panhandle</span></a></li>
<li class="toclevel-1 tocsection-79"><a href="#Oceanview"><span class="tocnumber">79</span> <span class="toctext">Oceanview</span></a></li>
<li class="toclevel-1 tocsection-80"><a href="#Outer_Mission"><span class="tocnumber">80</span> <span class="toctext">Outer Mission</span></a></li>
<li class="toclevel-1 tocsection-81"><a href="#Outer_Sunset"><span class="tocnumber">81</span> <span class="toctext">Outer Sunset</span></a></li>
<li class="toclevel-1 tocsection-82"><a href="#Pacific_Heights"><span class="tocnumber">82</span> <span class="toctext">Pacific Heights</span></a></li>
<li class="toclevel-1 tocsection-83"><a href="#Parkmerced"><span class="tocnumber">83</span> <span class="toctext">Parkmerced</span></a></li>
<li class="toclevel-1 tocsection-84"><a href="#Parkside"><span class="tocnumber">84</span> <span class="toctext">Parkside</span></a></li>
<li class="toclevel-1 tocsection-85"><a href="#Parnassus"><span class="tocnumber">85</span> <span class="toctext">Parnassus</span></a></li>
<li class="toclevel-1 tocsection-86"><a href="#Polk_Gulch"><span class="tocnumber">86</span> <span class="toctext">Polk Gulch</span></a></li>
<li class="toclevel-1 tocsection-87"><a href="#Portola"><span class="tocnumber">87</span> <span class="toctext">Portola</span></a></li>
<li class="toclevel-1 tocsection-88"><a href="#Portola_Place"><span class="tocnumber">88</span> <span class="toctext">Portola Place</span></a></li>
<li class="toclevel-1 tocsection-89"><a href="#Potrero_Hill"><span class="tocnumber">89</span> <span class="toctext">Potrero Hill</span></a></li>
<li class="toclevel-1 tocsection-90"><a href="#Presidio"><span class="tocnumber">90</span> <span class="toctext">Presidio</span></a></li>
<li class="toclevel-1 tocsection-91"><a href="#Presidio_Heights"><span class="tocnumber">91</span> <span class="toctext">Presidio Heights</span></a></li>
<li class="toclevel-1 tocsection-92"><a href="#Richmond_District"><span class="tocnumber">92</span> <span class="toctext">Richmond District</span></a></li>
<li class="toclevel-1 tocsection-93"><a href="#Rincon_Hill"><span class="tocnumber">93</span> <span class="toctext">Rincon Hill</span></a></li>
<li class="toclevel-1 tocsection-94"><a href="#Russian_Hill"><span class="tocnumber">94</span> <span class="toctext">Russian Hill</span></a></li>
<li class="toclevel-1 tocsection-95"><a href="#Saint_Francis_Wood"><span class="tocnumber">95</span> <span class="toctext">Saint Francis Wood</span></a></li>
<li class="toclevel-1 tocsection-96"><a href="#Sea_Cliff"><span class="tocnumber">96</span> <span class="toctext">Sea Cliff</span></a></li>
<li class="toclevel-1 tocsection-97"><a href="#Sherwood_Forest"><span class="tocnumber">97</span> <span class="toctext">Sherwood Forest</span></a></li>
<li class="toclevel-1 tocsection-98"><a href="#Silver_Terrace"><span class="tocnumber">98</span> <span class="toctext">Silver Terrace</span></a></li>
<li class="toclevel-1 tocsection-99"><a href="#South_Beach"><span class="tocnumber">99</span> <span class="toctext">South Beach</span></a></li>
<li class="toclevel-1 tocsection-100"><a href="#South_End"><span class="tocnumber">100</span> <span class="toctext">South End</span></a></li>
<li class="toclevel-1 tocsection-101"><a href="#South_of_Market"><span class="tocnumber">101</span> <span class="toctext">South of Market</span></a></li>
<li class="toclevel-1 tocsection-102"><a href="#South_Park"><span class="tocnumber">102</span> <span class="toctext">South Park</span></a></li>
<li class="toclevel-1 tocsection-103"><a href="#Sunnydale"><span class="tocnumber">103</span> <span class="toctext">Sunnydale</span></a></li>
<li class="toclevel-1 tocsection-104"><a href="#Sunnyside"><span class="tocnumber">104</span> <span class="toctext">Sunnyside</span></a></li>
<li class="toclevel-1 tocsection-105"><a href="#Sunset_District"><span class="tocnumber">105</span> <span class="toctext">Sunset District</span></a></li>
<li class="toclevel-1 tocsection-106"><a href="#Telegraph_Hill"><span class="tocnumber">106</span> <span class="toctext">Telegraph Hill</span></a></li>
<li class="toclevel-1 tocsection-107"><a href="#Tenderloin"><span class="tocnumber">107</span> <span class="toctext">Tenderloin</span></a></li>
<li class="toclevel-1 tocsection-108"><a href="#Treasure_Island"><span class="tocnumber">108</span> <span class="toctext">Treasure Island</span></a></li>
<li class="toclevel-1 tocsection-109"><a href="#Twin_Peaks"><span class="tocnumber">109</span> <span class="toctext">Twin Peaks</span></a></li>
<li class="toclevel-1 tocsection-110"><a href="#Union_Square"><span class="tocnumber">110</span> <span class="toctext">Union Square</span></a></li>
<li class="toclevel-1 tocsection-111"><a href="#University_Mound"><span class="tocnumber">111</span> <span class="toctext">University Mound</span></a></li>
<li class="toclevel-1 tocsection-112"><a href="#Upper_Market"><span class="tocnumber">112</span> <span class="toctext">Upper Market</span></a></li>
<li class="toclevel-1 tocsection-113"><a href="#Visitacion_Valley"><span class="tocnumber">113</span> <span class="toctext">Visitacion Valley</span></a></li>
<li class="toclevel-1 tocsection-114"><a href="#Vista_del_Mar"><span class="tocnumber">114</span> <span class="toctext">Vista del Mar</span></a></li>
<li class="toclevel-1 tocsection-115"><a href="#West_Portal"><span class="tocnumber">115</span> <span class="toctext">West Portal</span></a></li>
<li class="toclevel-1 tocsection-116"><a href="#Western_Addition"><span class="tocnumber">116</span> <span class="toctext">Western Addition</span></a></li>
<li class="toclevel-1 tocsection-117"><a href="#Westwood_Highlands"><span class="tocnumber">117</span> <span class="toctext">Westwood Highlands</span></a></li>
<li class="toclevel-1 tocsection-118"><a href="#Westwood_Park"><span class="tocnumber">118</span> <span class="toctext">Westwood Park</span></a></li>
<li class="toclevel-1 tocsection-119"><a href="#Yerba_Buena"><span class="tocnumber">119</span> <span class="toctext">Yerba Buena</span></a></li>
<li class="toclevel-1 tocsection-120"><a href="#See_also"><span class="tocnumber">120</span> <span class="toctext">See also</span></a></li>
<li class="toclevel-1 tocsection-121"><a href="#References"><span class="tocnumber">121</span> <span class="toctext">References</span></a></li>
<li class="toclevel-1 tocsection-122"><a href="#External_links"><span class="tocnumber">122</span> <span class="toctext">External links</span></a>
<ul>
<li class="toclevel-2 tocsection-123"><a href="#Specific_neighborhoods"><span class="tocnumber">122.1</span> <span class="toctext">Specific neighborhoods</span></a></li>
</ul>
</li>
</ul>
</div>
</div>
<h2><span class="mw-headline" id="Alamo_Square">Alamo Square</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=1" title="Edit section: Alamo Square">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a class="mw-redirect" href="/wiki/Alamo_Square" title="Alamo Square">Alamo Square</a></div>
<p>Alamo Square is a subset of the Western Addition neighborhood. Its boundaries are not well-defined, but are generally considered to be Webster Street on the east, Golden Gate Avenue on the north, Divisadero Street on the west, and Oak Street on the south. It is characterized by Victorian architecture that was left largely untouched by the urban renewal projects in other parts of the Western Addition. On a clear day, the <a href="/wiki/Transamerica_Pyramid" title="Transamerica Pyramid">Transamerica Pyramid</a> building and the tops of the <a href="/wiki/Golden_Gate_Bridge" title="Golden Gate Bridge">Golden Gate Bridge</a> and Bay Bridge can be seen from the park's center. San Francisco's City Hall can be seen directly down Fulton Street. A row of Victorian houses facing the park on Steiner Street, known as the <a href="/wiki/Painted_ladies" title="Painted ladies">painted ladies</a>, are often shown in the foreground of panoramic pictures of the city's downtown area.
</p>
<h2><span class="mw-headline" id="Anza_Vista">Anza Vista</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=2" title="Edit section: Anza Vista">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Anza_Vista,_San_Francisco" title="Anza Vista, San Francisco">Anza Vista, San Francisco</a></div>
<h2><span class="mw-headline" id="Ashbury_Heights">Ashbury Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=3" title="Edit section: Ashbury Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Ashbury Heights is a neighborhood on the hill to the south of the <a href="/wiki/Haight-Ashbury" title="Haight-Ashbury">Haight-Ashbury</a> neighborhood. It is at the base of <a href="/wiki/Tank_Hill" title="Tank Hill">Tank Hill</a> and neighboring <a class="mw-redirect" href="/wiki/Cole_Valley" title="Cole Valley">Cole Valley</a>.
</p>
<h2><span class="mw-headline" id="Balboa_Park">Balboa Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=4" title="Edit section: Balboa Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Balboa_Park,_San_Francisco" title="Balboa Park, San Francisco">Balboa Park, San Francisco</a></div>
<h2><span class="mw-headline" id="Balboa_Terrace">Balboa Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=5" title="Edit section: Balboa Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Balboa Terrace is a small residential neighborhood in southwestern San Francisco bounded by <a href="/wiki/Junipero_Serra_Boulevard" title="Junipero Serra Boulevard">Junipero Serra Boulevard</a>, Monterey Avenue, Aptos Avenue and Ocean Avenue along the southern edge of the exclusive <a href="/wiki/St._Francis_Wood,_San_Francisco" title="St. Francis Wood, San Francisco">St. Francis Wood</a> development.
</p>
<h2><span class="mw-headline" id="Bayview">Bayview</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=6" title="Edit section: Bayview">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Further information: <a class="mw-redirect" href="/wiki/Bayview-Hunters_Point,_San_Francisco" title="Bayview-Hunters Point, San Francisco">Bayview-Hunters Point, San Francisco</a></div>
<p>The Bayview stretches along <a href="/wiki/Third_Street_(San_Francisco)" title="Third Street (San Francisco)">Third Street</a> south of Evans Avenue, west of the <a class="mw-redirect" href="/wiki/Hunters_Point,_San_Francisco" title="Hunters Point, San Francisco">Hunters Point</a> neighborhood. The neighborhood library was recently renamed the Linda Brooks-Burton Branch Library after a new and larger building was constructed at the same location on Third Street and Revere. Within a block or two of the library are three urban gardens and public art projects, developed entirely by residents, known as the Quesada Gardens Initiative (the Quesada Garden, Bridgeview Garden, and Latona Garden). The Bayview is known for its friendly and diverse residents, warm weather and inviting vistas, community gardens, independent businesses, artists' community, and rich history as an African American and working-class neighborhood. During the 1950s it was largely an <a href="/wiki/Italians" title="Italians">Italian</a> and <a href="/wiki/Maltese_people" title="Maltese people">Maltese</a> neighborhood, centered on St. Paul of the Shipwreck Church and the Maltese American Social Club, both on Oakdale Avenue. The area is served by the <a href="/wiki/T_Third_Street" title="T Third Street">T-Third light rail line</a>, and is home to the <a href="/wiki/Bayview_Opera_House" title="Bayview Opera House">Bayview Opera House</a> and <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College Evans</a> and Southeast Campus. The area is undergoing rapid development as the City tries to meet the demands of population growth and corporate investors have revalued the relatively large amount of buildable land. <a href="/wiki/Hunters_Point_Naval_Shipyard" title="Hunters Point Naval Shipyard">Hunters Point Shipyard</a> and <a href="/wiki/Candlestick_Park" title="Candlestick Park">Candlestick Park</a> areas are primary centers of development in the neighborhood.  Despite its diversity, residents have a long history of coming together to create change and protect neighborhood assets. The Bayview Footprints Network maintains the neighborhood's longest-running blog, and the <i><a href="/wiki/San_Francisco_Bay_View" title="San Francisco Bay View">San Francisco Bay View</a></i> is the local newspaper. Hunters Point Shipyard, a former <a href="/wiki/Superfund" title="Superfund">Superfund</a> site, and a polluting power plant have been focal points for environmental activists. The neighborhood was highly organized during the <a href="/wiki/Civil_rights_movement" title="Civil rights movement">Civil rights movement</a>, led by social justice advocates such as Julia Commer, Osceola Washington, Ruth Williams, Rosie Williams, <a href="/wiki/Elouise_Westbrook" title="Elouise Westbrook">Elouise Westbrook</a>, Essie Webb, Espanola Jackson, Shirley Jones, and Alex Pitcher. Sam Jordan, boxing champion and tavern owner, was the first African American to run for Mayor of San Francisco.<sup class="reference" id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup>
</p>
<h2><span class="mw-headline" id="Belden_Place">Belden Place</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=7" title="Edit section: Belden Place">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Belden_Place" title="Belden Place">Belden Place</a></div>
<p>A small neighborhood near the Financial District, being the historical location of the French Quarter in San Francisco.
</p>
<h2><span class="mw-headline" id="Bernal_Heights">Bernal Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=8" title="Edit section: Bernal Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Bernal_Heights,_San_Francisco" title="Bernal Heights, San Francisco">Bernal Heights, San Francisco</a></div>
<p>Bernal Heights is a neighborhood perched on a hill in between the Mission district, Bayview, and the Portola district. The neighborhood is known for its community feeling and progressive vibe. The majority of the neighborhood is white, but there are significant Southern Italian, Latino and African American populations in the area as well. The main shopping area in Bernal Heights is Cortland Avenue, with a variety of storefronts that include a <a href="/wiki/Health_food_store" title="Health food store">health food store</a>, a community center, a yoga studio, bars, bakeries, and restaurants. Many of the quaint, hilly streets in the neighborhood are so narrow that two cars cannot pass in opposite directions without one car pulling over to the side of the road.
</p>
<h2><span class="mw-headline" id="Buena_Vista">Buena Vista</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=9" title="Edit section: Buena Vista">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The Buena Vista neighborhood surrounds <a href="/wiki/Buena_Vista_Park" title="Buena Vista Park">Buena Vista Park</a>, south of the <a class="mw-redirect" href="/wiki/Haight-Ashbury,_San_Francisco" title="Haight-Ashbury, San Francisco">Haight-Ashbury</a> neighborhood. <a href="/wiki/Market_Street_(San_Francisco)" title="Market Street (San Francisco)">Market Street</a> is to the south, and Corona Heights Park and neighborhood is to the east.
</p>
<h2><span id="Butchertown_.28Old_and_New.29"></span><span class="mw-headline" id="Butchertown_(Old_and_New)">Butchertown (Old and New)</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=10" title="Edit section: Butchertown (Old and New)">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a class="image" href="/wiki/File:China_Basin_and_Old_Butchertown.jpg"><img alt="" class="thumbimage" data-file-height="2877" data-file-width="2866" decoding="async" height="221" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/China_Basin_and_Old_Butchertown.jpg/220px-China_Basin_and_Old_Butchertown.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/China_Basin_and_Old_Butchertown.jpg/330px-China_Basin_and_Old_Butchertown.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d2/China_Basin_and_Old_Butchertown.jpg/440px-China_Basin_and_Old_Butchertown.jpg 2x" width="220"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:China_Basin_and_Old_Butchertown.jpg" title="Enlarge"></a></div>China Basin and Old Butchertown in 1937</div></div></div>
<p>Butchertown (New)<sup class="reference" id="cite_ref-3"><a href="#cite_note-3">[3]</a></sup> (see <a href="#Islais_Creek">Islais Creek</a>) is an industrial neighborhood in San Francisco that historically housed the city's slaughterhouses. It is one of the few remaining industrial sectors of San Francisco. Originally, Butchertown<sup class="reference" id="cite_ref-4"><a href="#cite_note-4">[4]</a></sup> extended into the neighborhood now known as <a href="/wiki/Dogpatch" title="Dogpatch">Dogpatch</a>. Today's street borders are Cesar Chavez to the north, <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a> to the west, Industrial Street and Oakdale Avenue to the south, and <a href="/wiki/Third_Street_(San_Francisco)" title="Third Street (San Francisco)">3rd Street</a> to the east. There are still two meat rendering plants in the neighborhood, and until pollution control measures were taken in 1995 the stench was still quite apparent. Butchertown is also headquarters to San Francisco's only active freight railroad, the San Francisco Bay Railroad,<sup class="reference" id="cite_ref-5"><a href="#cite_note-5">[5]</a></sup> a Class 3 short-line carrier.
</p><p>Old Butchertown<sup class="reference" id="cite_ref-6"><a href="#cite_note-6">[6]</a></sup> was along the shores of <a href="/wiki/Mission_Creek" title="Mission Creek">Mission Creek</a> on Mission Bay. Mission Bay, was subsequently to become the land-filled <a href="/wiki/Mission_Bay,_San_Francisco" title="Mission Bay, San Francisco">Mission Bay neighborhood</a>.
</p>
<h2><span class="mw-headline" id="Castro">Castro</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=11" title="Edit section: Castro">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Castro_District,_San_Francisco" title="Castro District, San Francisco">Castro District, San Francisco</a></div>
<h2><span class="mw-headline" id="Cathedral_Hill">Cathedral Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=12" title="Edit section: Cathedral Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Cathedral Hill is a small area in the <a href="/wiki/Western_Addition,_San_Francisco" title="Western Addition, San Francisco">Western Addition</a> neighborhood surrounding <a href="/wiki/Cathedral_of_Saint_Mary_of_the_Assumption_(San_Francisco,_California)" title="Cathedral of Saint Mary of the Assumption (San Francisco, California)">Saint Mary's Cathedral</a> on <a href="/wiki/Geary_Boulevard" title="Geary Boulevard">Geary Boulevard</a> near Gough Street. The <a href="/wiki/Roman_Catholic_Archdiocese_of_San_Francisco" title="Roman Catholic Archdiocese of San Francisco">Roman Catholic Archdiocese of San Francisco</a> and <a href="/wiki/Sacred_Heart_Cathedral_Preparatory" title="Sacred Heart Cathedral Preparatory">Sacred Heart Cathedral Preparatory</a> are located in Cathedral Hill.
</p><p>The Cathedral Hill Hotel, a historic building previously named the <a class="mw-redirect" href="/wiki/Cathedral_Hill_Hotel" title="Cathedral Hill Hotel">Jack Tar Hotel</a>, was closed on October 30, 2009 and was demolished in 2014 to make room for an expansion of the <a href="/wiki/California_Pacific_Medical_Center" title="California Pacific Medical Center">California Pacific Medical Center</a>.<sup class="reference" id="cite_ref-7"><a href="#cite_note-7">[7]</a></sup>
</p>
<h2><span class="mw-headline" id="Cayuga_Terrace">Cayuga Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=13" title="Edit section: Cayuga Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Cayuga Terrace, a subset neighborhood of the larger <a href="#Mission_Terrace">Mission Terrace</a> neighborhood, is bounded by Geneva Avenue, San Jose Avenue, and Alemany Boulevard.<sup class="reference" id="cite_ref-8"><a href="#cite_note-8">[8]</a></sup> It is bordered by the <a href="/wiki/Excelsior_District,_San_Francisco" title="Excelsior District, San Francisco">Excelsior</a>, <a href="#Outer_Mission">Outer Mission</a>, and <a href="#Ingleside">Ingleside</a>. The <a href="/wiki/San_Francisco_Municipal_Railway" title="San Francisco Municipal Railway">Muni</a> streetcar historic "car barn" is at one corner of this neighborhood. Cayuga Park is located in this neighborhood.
</p><p>The Cayuga Improvement Association (CIA) covers the area bounded by <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a>, Mission Street, Sickles and Onondaga.
</p>
<h2><span class="mw-headline" id="China_Basin">China Basin</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=14" title="Edit section: China Basin">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a class="image" href="/wiki/File:MissionCreekMarsh.jpg"><img alt="" class="thumbimage" data-file-height="1229" data-file-width="1985" decoding="async" height="136" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e9/MissionCreekMarsh.jpg/220px-MissionCreekMarsh.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e9/MissionCreekMarsh.jpg/330px-MissionCreekMarsh.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e9/MissionCreekMarsh.jpg/440px-MissionCreekMarsh.jpg 2x" width="220"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:MissionCreekMarsh.jpg" title="Enlarge"></a></div>Mission Creek, aka China Basin Channel, has a "restored" water edge along the Mission Bay North frontage beyond the usual riverwalk. The ballpark terminates the view, and houseboats are visible at right.</div></div></div>
<p>China Basin is a neighborhood built on <a href="/wiki/Land_reclamation" title="Land reclamation">landfill</a> along the <a href="/wiki/San_Francisco_Bay" title="San Francisco Bay">San Francisco Bay</a>. It lies north of <a href="/wiki/Mission_Creek" title="Mission Creek">Mission Creek</a> and the <a href="/wiki/Mission_Bay,_San_Francisco" title="Mission Bay, San Francisco">Mission Bay</a> neighborhood, and includes <a href="/wiki/Oracle_Park" title="Oracle Park">Oracle Park</a>, home of the <a href="/wiki/San_Francisco_Giants" title="San Francisco Giants">San Francisco Giants</a>, numerous restaurants, and the <a href="/wiki/Caltrain" title="Caltrain">Caltrain</a> railroad station. It borders on the South-of-Market (SOMA) neighborhood to the northwest and the <a class="mw-redirect" href="/wiki/South_Beach,_San_Francisco" title="South Beach, San Francisco">South Beach</a> neighborhood to the north. The term China Basin also refers to the body of water from which the neighborhood takes its name. This inlet where Mission Creek flows into the bay, home to a number of houseboats, was once an active <a href="/wiki/Port_of_San_Francisco" title="Port of San Francisco">industrial waterfront</a>, though in recent decades the shore has been developed with residential condominiums. The portion of the waterway adjacent to the ballpark is often referred to as <a href="/wiki/McCovey_Cove" title="McCovey Cove">McCovey Cove</a>, its unofficial name, which has a small ballfield, open to the public, named after <a href="/wiki/Barry_Bonds" title="Barry Bonds">Barry Bonds</a>. The China Basin Heliport (<a class="mw-redirect" href="/wiki/International_Air_Transport_Association_airport_code" title="International Air Transport Association airport code">IATA code</a> JCC), used by the <a href="/wiki/San_Francisco_Police_Department#Aero_Division" title="San Francisco Police Department">SFPD Aero Division</a> until the division was disbanded, was located near the waterfront in the neighborhood.<sup class="reference" id="cite_ref-9"><a href="#cite_note-9">[9]</a></sup>
</p>
<h2><span class="mw-headline" id="Chinatown">Chinatown</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=15" title="Edit section: Chinatown">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Chinatown,_San_Francisco" title="Chinatown, San Francisco">Chinatown, San Francisco</a></div>
<h2><span class="mw-headline" id="Civic_Center">Civic Center</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=16" title="Edit section: Civic Center">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Civic_Center,_San_Francisco" title="Civic Center, San Francisco">Civic Center, San Francisco</a></div>
<h2><span class="mw-headline" id="Clarendon_Heights">Clarendon Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=17" title="Edit section: Clarendon Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The Clarendon Heights neighborhood is in the central part of San Francisco, to the north of <a class="mw-redirect" href="/wiki/Twin_Peaks,_San_Francisco" title="Twin Peaks, San Francisco">Twin Peaks</a> and east of <a href="/wiki/Mount_Sutro" title="Mount Sutro">Mount Sutro</a>. It stretches down to Corbett Avenue or <a href="/wiki/Market_Street_(San_Francisco)" title="Market Street (San Francisco)">Market Street</a>, and Clarendon Avenue borders the north and west side.
</p>
<h2><span class="mw-headline" id="Cole_Valley">Cole Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=18" title="Edit section: Cole Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Cole_Valley,_San_Francisco" title="Cole Valley, San Francisco">Cole Valley, San Francisco</a></div><p>Cole Valley is a small neighborhood tucked into a u-shaped valley. Frederick Street is the northern boundary, Stanyan Street on the west, Clayton Street on the east, and the foothill (Belgrave Street) of Twin Peaks on the south.
</p><p>Sometimes referred to as a subsection of the Haight district, Cole Valley's main street is at Cole and Carl streets, where Cole Hardware, Luke's Local and La Boulangerie cafe anchor the neighborhood, with Tank Hill in the southeast corner with its beautiful views toward the ocean, Marin and the eastern half of the city.
</p>
<h2><span class="mw-headline" id="Corona_Heights">Corona Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=19" title="Edit section: Corona Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Corona_Heights,_San_Francisco" title="Corona Heights, San Francisco">Corona Heights, San Francisco</a></div>
<p>The Corona Heights neighborhood is a small affluent district in San Francisco that surrounds the <a href="/wiki/Corona_Heights_Park" title="Corona Heights Park">Corona Heights hill and park</a>, south of <a href="/wiki/Buena_Vista_Park" title="Buena Vista Park">Buena Vista Park</a> and west of the <a href="/wiki/Duboce_Triangle,_San_Francisco" title="Duboce Triangle, San Francisco">Duboce Triangle</a>. The <a href="/wiki/Randall_Museum" title="Randall Museum">Randall Museum</a> is located at the end of Museum Way, in Corona Heights Park. It is roughly bordered by Museum Way to the north, Castro to the east, Clayton to the west, and Market to the south. Corona Heights is officially designated as part of District 5 (Central), subdistrict G, also known as neighborhood 5g, by the San Francisco Association of Realtors. The community is in close proximity to <a class="mw-redirect" href="/wiki/The_Castro" title="The Castro">The Castro</a> neighborhood.
</p>
<h2><span class="mw-headline" id="Cow_Hollow">Cow Hollow</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=20" title="Edit section: Cow Hollow">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Cow Hollow is a generally affluent neighborhood located between <a href="/wiki/Russian_Hill,_San_Francisco" title="Russian Hill, San Francisco">Russian Hill</a> and the <a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio</a> and bordering the <a href="/wiki/Marina_District,_San_Francisco" title="Marina District, San Francisco">Marina District</a> on one side and Pacific Heights on the other. The land was used for cow grazing (as its name would imply) and a settlement for fishermen (the coastline was much closer to this area than it is now). The main shopping thoroughfare is Union Street, known for its restaurants, boutique shopping, health spas, and wellness centers.
</p>
<h2><span class="mw-headline" id="Crocker-Amazon">Crocker-Amazon</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=21" title="Edit section: Crocker-Amazon">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Crocker-Amazon,_San_Francisco" title="Crocker-Amazon, San Francisco">Crocker-Amazon, San Francisco</a></div>
<h2><span class="mw-headline" id="Design_District">Design District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=22" title="Edit section: Design District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The Design District is located in the low-lying area between Townsend Street and 16th Street, west of Mission Bay. It is a mixed industrial-office-retail area, with a concentration of showrooms and upscale shops, as well as the San Francisco campus of the <a href="/wiki/California_College_of_the_Arts" title="California College of the Arts">California College of the Arts</a>.
</p>
<h2><span class="mw-headline" id="Diamond_Heights">Diamond Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=23" title="Edit section: Diamond Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Diamond_Heights,_San_Francisco" title="Diamond Heights, San Francisco">Diamond Heights, San Francisco</a></div>
<h2><span class="mw-headline" id="Dogpatch">Dogpatch</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=24" title="Edit section: Dogpatch">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Dogpatch,_San_Francisco" title="Dogpatch, San Francisco">Dogpatch, San Francisco</a></div>
<h2><span class="mw-headline" id="Dolores_Heights">Dolores Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=25" title="Edit section: Dolores Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Dolores Heights is a hilly neighborhood named after the eponymous hill within the neighborhood. It borders the <a class="mw-redirect" href="/wiki/The_Castro" title="The Castro">Castro</a> to the north, <a class="mw-redirect" href="/wiki/Dolores_Park" title="Dolores Park">Dolores Park</a> to the east, <a class="mw-redirect" href="/wiki/Noe_Valley" title="Noe Valley">Noe Valley</a> to the south, and <a href="#Upper_Market">Upper Market</a> to the west. Parts of it are so steep that the <a href="/wiki/Muni_Metro" title="Muni Metro">Muni Metro</a> <a href="/wiki/J_Church" title="J Church">J Church</a> line has to be routed through Dolores Park and into the Liberty Hill area before rejoining Church Street in Noe Valley at 22nd street.
</p><p>Many streets within Dolores Heights are dead-end <a class="mw-redirect" href="/wiki/Cul_de_sac" title="Cul de sac">cul de sacs</a> connected by steep staircases with beautiful views. As a result, the area has become a favorite for morning boot camps. It is an affluent and quiet neighborhood with a mixture of <a href="/wiki/Victorian_architecture" title="Victorian architecture">Victorians</a>, apartment buildings, and detached houses. In part due to its elevation, Dolores Heights does not have a visible homeless population as much as the Castro and the <a class="mw-redirect" href="/wiki/Mission_District" title="Mission District">Mission District</a>. Benefiting from <a href="/wiki/Twin_Peaks_(San_Francisco)" title="Twin Peaks (San Francisco)">Twin Peaks</a> blocking the strong winds and fog found almost year-round in San Francisco, Dolores Heights remains relatively warm, sunny, and fog-free.
</p>
<h2><span class="mw-headline" id="Duboce_Triangle">Duboce Triangle</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=26" title="Edit section: Duboce Triangle">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Duboce_Triangle,_San_Francisco" title="Duboce Triangle, San Francisco">Duboce Triangle, San Francisco</a></div>
<h2><span class="mw-headline" id="Embarcadero">Embarcadero</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=27" title="Edit section: Embarcadero">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Embarcadero_(San_Francisco)" title="Embarcadero (San Francisco)">Embarcadero (San Francisco)</a></div>
<h2><span class="mw-headline" id="Eureka_Valley">Eureka Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=28" title="Edit section: Eureka Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Eureka_Valley,_San_Francisco" title="Eureka Valley, San Francisco">Eureka Valley, San Francisco</a></div>
<p>The neighborhood known as "Eureka Heights" refers to the hill streets above Eureka Valley to the west, bounded by Market Street to the north and west, Douglas Street to the east, and 22nd Street to the south. Kite Hill park falls within the boundary of the Eureka Heights neighborhood and has beautiful views of San Francisco. It's also the geographic "center" of the city.
</p>
<h2><span class="mw-headline" id="Excelsior">Excelsior</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=29" title="Edit section: Excelsior">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Excelsior_District,_San_Francisco" title="Excelsior District, San Francisco">Excelsior District, San Francisco</a></div>
<h2><span class="mw-headline" id="Fillmore">Fillmore</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=30" title="Edit section: Fillmore">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Fillmore_District,_San_Francisco" title="Fillmore District, San Francisco">Fillmore District, San Francisco</a></div>
<h2><span class="mw-headline" id="Financial_District">Financial District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=31" title="Edit section: Financial District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Financial_District,_San_Francisco" title="Financial District, San Francisco">Financial District, San Francisco</a></div>
<h2><span class="mw-headline" id="Financial_District_South">Financial District South</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=32" title="Edit section: Financial District South">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>This new neighborhood stretches from Market to Brannan and Main to 3rd Streets,<sup class="reference" id="cite_ref-10"><a href="#cite_note-10">[10]</a></sup> and will be anchored by the new <a href="/wiki/San_Francisco_Transbay_development" title="San Francisco Transbay development">Transbay Transit Center</a>.<sup class="reference" id="cite_ref-11"><a href="#cite_note-11">[11]</a></sup> This neighborhood is adjacent to <a href="#Yerba_Buena">Yerba Buena</a>.
</p>
<h2><span id="Fisherman.27s_Wharf"></span><span class="mw-headline" id="Fisherman's_Wharf">Fisherman's Wharf</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=33" title="Edit section: Fisherman's Wharf">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Fisherman%27s_Wharf,_San_Francisco" title="Fisherman's Wharf, San Francisco">Fisherman's Wharf, San Francisco</a></div>
<h2><span class="mw-headline" id="Forest_Hill">Forest Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=34" title="Edit section: Forest Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Forest_Hill,_San_Francisco" title="Forest Hill, San Francisco">Forest Hill, San Francisco</a></div>
<h2><span class="mw-headline" id="Forest_Knolls">Forest Knolls</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=35" title="Edit section: Forest Knolls">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Forest_Knolls,_San_Francisco" title="Forest Knolls, San Francisco">Forest Knolls, San Francisco</a></div>
<p>Forest Knolls is a neighborhood within the Inner Sunset built on the southwestern side of <a href="/wiki/Mount_Sutro" title="Mount Sutro">Mount Sutro</a>, near the main <a href="/wiki/University_of_California,_San_Francisco" title="University of California, San Francisco">UCSF</a> campus. Warren Drive is the southern and western border, Mount Sutro is the northern border and the Midtown Terrace neighborhood is to the east. Homes are mostly fully detached and many have views of the San Francisco Bay or Pacific Ocean.
</p>
<h2><span class="mw-headline" id="Glen_Park">Glen Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=36" title="Edit section: Glen Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Glen_Park,_San_Francisco" title="Glen Park, San Francisco">Glen Park, San Francisco</a></div>
<h2><span class="mw-headline" id="Golden_Gate_Heights">Golden Gate Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=37" title="Edit section: Golden Gate Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Golden Gate Heights is a hilly neighborhood south of the Inner Sunset and northwest of <a href="/wiki/Forest_Hill,_San_Francisco" title="Forest Hill, San Francisco">Forest Hill</a>. It is roughly bordered by Kirkham Street to the north, Rivera Street to the south, 8th Avenue to the east and 17th Avenue to the west. <a class="mw-redirect" href="/wiki/Grand_View_Park" title="Grand View Park">Grand View Park</a> is a park on a hill on the northern side of the neighborhood; Golden Gate Heights Park and Hawk Hill Park are on hills on the southern side of the neighborhood. The 16th Avenue Tiled Steps are a local attraction near <a class="mw-redirect" href="/wiki/Grand_View_Park" title="Grand View Park">Grand View Park</a>.<sup class="reference" id="cite_ref-12"><a href="#cite_note-12">[12]</a></sup> Golden Gate Heights has 14 blocks of stairways and more than 2,500 stairs.<a class="external autonumber" href="https://www.sfog.us/stairways/GGH.htm" rel="nofollow">[1]</a>
</p>
<h2><span class="mw-headline" id="Haight-Ashbury">Haight-Ashbury</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=38" title="Edit section: Haight-Ashbury">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a class="mw-redirect" href="/wiki/Haight-Ashbury,_San_Francisco" title="Haight-Ashbury, San Francisco">Haight-Ashbury, San Francisco</a></div>
<h2><span class="mw-headline" id="Hayes_Valley">Hayes Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=39" title="Edit section: Hayes Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Hayes_Valley,_San_Francisco" title="Hayes Valley, San Francisco">Hayes Valley, San Francisco</a></div>
<h2><span class="mw-headline" id="Hunters_Point">Hunters Point</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=40" title="Edit section: Hunters Point">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Further information: <a class="mw-redirect" href="/wiki/Bayview-Hunters_Point,_San_Francisco" title="Bayview-Hunters Point, San Francisco">Bayview-Hunters Point, San Francisco</a></div>
<h2><span class="mw-headline" id="India_Basin">India Basin</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=41" title="Edit section: India Basin">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a class="mw-redirect" href="/wiki/India_Basin" title="India Basin">India Basin</a></div>
<h2><span class="mw-headline" id="Ingleside">Ingleside</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=42" title="Edit section: Ingleside">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The Ingleside neighborhood is located in the southwestern part of San Francisco, near <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College</a>. It is bordered by Ocean Avenue to the north, Ashton Avenue to the west, Lakeview Avenue to the south and <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a> to the east. The Ingleside Library is located on Ocean Avenue at Plymouth, and the <a href="/wiki/Bay_Area_Rapid_Transit" title="Bay Area Rapid Transit">Bay Area Rapid Transit</a> <a class="mw-redirect" href="/wiki/Balboa_Park_Station" title="Balboa Park Station">Balboa Park Station</a> is at the edge of the neighborhood on Geneva Avenue at I-280 toward San Jose Ave. The neighborhood is served by three Muni rail lines and several bus lines. The commercial center of the neighborhood runs along Ocean Avenue, which offers a range of shopping and dining institutions. The Lakeview and Ashton Mini Park is capped by a rocky outcropping providing views of the ocean and all directions.
</p>
<h2><span class="mw-headline" id="Ingleside_Terraces">Ingleside Terraces</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=43" title="Edit section: Ingleside Terraces">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Ingleside_Terraces,_San_Francisco" title="Ingleside Terraces, San Francisco">Ingleside Terraces, San Francisco</a></div>
<p>Ingleside Terraces<sup class="reference" id="cite_ref-13"><a href="#cite_note-13">[13]</a></sup> is an affluent neighborhood of approximately 750 homes<sup class="reference" id="cite_ref-14"><a href="#cite_note-14">[14]</a></sup> built at the former location of the Ingleside Racetrack<sup class="reference" id="cite_ref-15"><a href="#cite_note-15">[15]</a></sup> in the southwestern part of San Francisco.<sup class="reference" id="cite_ref-16"><a href="#cite_note-16">[16]</a></sup> It is adjacent to the Ingleside neighborhood, and is bordered by Ocean Avenue to the north, Ashton Avenue to the east, Holloway Avenue to the south and <a href="/wiki/Junipero_Serra_Boulevard" title="Junipero Serra Boulevard">Junipero Serra Boulevard</a> to the west. The main local event that occurs is the Annual Sundial Park Picnic, in which the local residents host bicycle, chariot, and wagon racing.<sup class="reference" id="cite_ref-17"><a href="#cite_note-17">[17]</a></sup> There is a large <a href="/wiki/Sundial" title="Sundial">sundial</a><sup class="reference" id="cite_ref-18"><a href="#cite_note-18">[18]</a></sup> located on Entrada Court, surrounded by <a href="/wiki/Oval" title="Oval">oval</a>-shaped Urbano Drive, which was once a horse race track.
</p>
<h2><span class="mw-headline" id="Inner_Sunset">Inner Sunset</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=44" title="Edit section: Inner Sunset">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The Inner Sunset is the northeastern-most corner of the <a href="/wiki/Sunset_District,_San_Francisco" title="Sunset District, San Francisco">Sunset District</a>. The commercial district around 9th Avenue and Irving Street is its general center. The neighborhood features the historic Catholic church, St. Anne of the Sunset, which was the original Catholic parish for the Sunset District and has stood at 14th and Judah for more than 100 years. The Inner Sunset is west of Stanyan Street, south of <a href="/wiki/Golden_Gate_Park" title="Golden Gate Park">Golden Gate Park</a>, and north of Kirkham Street (the northern border for Golden Gate Heights) but may encompass some parts south all the way to Ortega (at 8th and 9th Avenues). Today, most would place the Inner Sunset's western border at 19th Avenue. However, historically, the Inner Sunset's borders extend out to 20th Avenue where the former Market Street Railway Company's #17 line used to run.<sup class="reference" id="cite_ref-19"><a href="#cite_note-19">[19]</a></sup>
</p>
<h2><span class="mw-headline" id="Irish_Hill">Irish Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=45" title="Edit section: Irish Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Irish_Hill_(San_Francisco)" title="Irish Hill (San Francisco)">Irish Hill (San Francisco)</a></div>
<h2><span class="mw-headline" id="Islais_Creek">Islais Creek</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=46" title="Edit section: Islais Creek">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Islais_Creek" title="Islais Creek">Islais Creek</a></div>
<p>Also called Islais Landing, see <a href="#Butchertown_(Old_and_New)">Butchertown (Old and New)</a>)
</p>
<h2><span class="mw-headline" id="Jackson_Square">Jackson Square</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=47" title="Edit section: Jackson Square">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Jackson_Square,_San_Francisco" title="Jackson Square, San Francisco">Jackson Square, San Francisco</a></div>
<p>A six-block neighborhood, adjacent to the North Beach and Chinatown located immediately north of the Transamerica Pyramid.<sup class="reference" id="cite_ref-20"><a href="#cite_note-20">[20]</a></sup>
</p>
<h2><span class="mw-headline" id="Japantown">Japantown</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=48" title="Edit section: Japantown">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Japantown,_San_Francisco" title="Japantown, San Francisco">Japantown, San Francisco</a></div>
<h2><span class="mw-headline" id="Jordan_Park">Jordan Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=49" title="Edit section: Jordan Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Jordan Park is a small neighborhood in the northern portion of <a href="/wiki/San_Francisco" title="San Francisco">San Francisco</a>, bordered by Arguello Boulevard to the west, Geary Boulevard to the south, California Street to the north and Parker Avenue to the east. It is sometimes included as part of the Laurel Heights neighborhood or the Inner Richmond.
</p>
<h2><span class="mw-headline" id="Laguna_Honda">Laguna Honda</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=50" title="Edit section: Laguna Honda">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Laguna Honda (or Forest Hill Extension) is a small neighborhood between <a href="/wiki/Forest_Hill,_San_Francisco" title="Forest Hill, San Francisco">Forest Hill</a> and <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson</a>. Laguna Honda Hospital<sup class="reference" id="cite_ref-21"><a href="#cite_note-21">[21]</a></sup> and the <a href="/wiki/Muni_Metro" title="Muni Metro">Muni Metro</a> <a class="mw-redirect" href="/wiki/Forest_Hill_Station_(San_Francisco)" title="Forest Hill Station (San Francisco)">Forest Hill Station</a> are both located at the neighborhood's northeast corner near the intersection of Laguna Honda Boulevard and Dewey Boulevard. <a href="/wiki/Ruth_Asawa_San_Francisco_School_of_the_Arts" title="Ruth Asawa San Francisco School of the Arts">Ruth Asawa San Francisco School of the Arts</a> high school, (SOTA) is in the southeast corner of the neighborhood on Portola Drive.
</p>
<h2><span class="mw-headline" id="Lake_Street">Lake Street</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=51" title="Edit section: Lake Street">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The Lake Street neighborhood is bounded by the Presidio of San Francisco to the north (including Mountain Lake Park and the Presidio Golf Course), Presidio Heights to the east (Arguello Boulevard), the Inner Richmond to the south (California Street), and Sea Cliff to the west (27th Avenue). It offers large and traditional San Franciscan homes including many grand Edwardians, Victorians, and Queen Annes. The Lake Street neighborhood provides ease of access to commercial strips on Geary and Clement streets in the Richmond, points north and south via Route 1, biking and hiking trails, and downtown San Francisco.
</p>
<h2><span class="mw-headline" id="Lakeside">Lakeside</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=52" title="Edit section: Lakeside">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Lakeside is a long, narrow neighborhood between 19th Avenue (<a class="mw-redirect" href="/wiki/State_Route_1_(California)" title="State Route 1 (California)">Highway 1</a>) and <a href="/wiki/Junipero_Serra_Boulevard" title="Junipero Serra Boulevard">Junipero Serra Boulevard</a> to the south of Sloat Boulevard. <a href="/wiki/San_Francisco_State_University" title="San Francisco State University">San Francisco State University</a> and the <a href="/wiki/Stonestown_Galleria" title="Stonestown Galleria">Stonestown Galleria</a> shopping mall are both located opposite the neighborhood on 19th Avenue, and the Merced Library is located in the Lakeside on Stonecrest Drive at Winston Drive.
</p>
<h2><span class="mw-headline" id="Lakeshore">Lakeshore</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=53" title="Edit section: Lakeshore">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The Lakeshore district is bounded by Sloat Blvd, 26th Avenue, Gellert Drive and Lake Merced. Lakeshore is north of Stonestown, south of Parkside, west of Lakeside, and east of the Zoo. Lowell High School and Lakeshore Elementary are located in Lakeshore. Lakeshore Plaza is also located here.
</p>
<h2><span class="mw-headline" id="Laurel_Heights">Laurel Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=54" title="Edit section: Laurel Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Laurel Heights is a neighborhood to the south of the <a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio</a> and east of the <a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">Richmond District</a>. It is bordered by <a href="/wiki/Geary_Boulevard" title="Geary Boulevard">Geary Boulevard</a> or the <a href="/wiki/University_of_San_Francisco" title="University of San Francisco">University of San Francisco</a> campus to the south, Arguello Boulevard to the west, California Street to the north and Presidio Avenue to the east. The Laurel Village shopping center is located on California between Laurel and Spruce, the <a href="/wiki/California_Pacific_Medical_Center" title="California Pacific Medical Center">California Pacific Medical Center</a> is on California between Arguello and Maple, and a <a href="/wiki/University_of_California,_San_Francisco" title="University of California, San Francisco">UCSF</a> campus is located in the northeastern corner of the neighborhood.
</p>
<h2><span class="mw-headline" id="Lincoln_Manor">Lincoln Manor</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=55" title="Edit section: Lincoln Manor">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Lincoln_Manor" title="Lincoln Manor">Lincoln Manor</a></div>
<h2><span class="mw-headline" id="Little_Hollywood">Little Hollywood</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=56" title="Edit section: Little Hollywood">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Little_Hollywood,_San_Francisco" title="Little Hollywood, San Francisco">Little Hollywood, San Francisco</a></div>
<p>Little Hollywood is a small neighborhood in the southeastern edge of San Francisco. It is centered around Blanken Avenue between Bayshore Boulevard and <a class="mw-redirect" href="/wiki/U.S._Route_101_(California)" title="U.S. Route 101 (California)">U.S. Route 101</a>. Little Hollywood Park is located on Lathrop Avenue, and the Bayshore <a href="/wiki/Caltrain" title="Caltrain">Caltrain</a> station is just south of the neighborhood, on Tunnel Avenue.
</p>
<h2><span class="mw-headline" id="Little_Russia">Little Russia</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=57" title="Edit section: Little Russia">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Little Russia is a concentration of Russian-speaking immigrants along Geary Boulevard between the Russian Cathedral of the Holy Virgin at 27th Avenue and the Russian Renaissance restaurant at 17th Avenue, in the Richmond District, both established in the 1920s. The term is in local unofficial use.<sup class="reference" id="cite_ref-22"><a href="#cite_note-22">[22]</a></sup> It is the heart of San Francisco's 80,000 Russian-Americans. The neighborhood was established in the 1920s, with subsequent arrivals in the 1940s, 1950s (from China and the Philippines) and the "Third Wave" in the 1970s and 1980s. Additional limited immigration took place after the breakup of the Soviet Union in the 1990s and 2000s.<sup class="noprint Inline-Template Template-Fact" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (April 2012)">citation needed</span></a></i>]</sup>
</p>
<h2><span class="mw-headline" id="Little_Saigon">Little Saigon</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=58" title="Edit section: Little Saigon">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Little_Saigon#San_Francisco" title="Little Saigon">Little Saigon § San Francisco</a></div>
<h2><span class="mw-headline" id="Lone_Mountain">Lone Mountain</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=59" title="Edit section: Lone Mountain">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a class="mw-redirect" href="/wiki/Lone_Mountain,_San_Francisco" title="Lone Mountain, San Francisco">Lone Mountain, San Francisco</a></div>
<h2><span class="mw-headline" id="Lower_Haight">Lower Haight</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=60" title="Edit section: Lower Haight">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Lower_Haight,_San_Francisco" title="Lower Haight, San Francisco">Lower Haight, San Francisco</a></div>
<h2><span class="mw-headline" id="Lower_Pacific_Heights">Lower Pacific Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=61" title="Edit section: Lower Pacific Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Lower_Pacific_Heights,_San_Francisco" title="Lower Pacific Heights, San Francisco">Lower Pacific Heights, San Francisco</a></div>
<p>Lower Pacific Heights is located between Pine Street on the north and Geary Boulevard on the south. The area borders Japantown to the east, the Western Addition to the south, Pacific Heights to the north and Laurel Heights to the west.
</p>
<h2><span class="mw-headline" id="Lower_Nob_Hill">Lower Nob Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=62" title="Edit section: Lower Nob Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Nob_Hill,_San_Francisco" title="Nob Hill, San Francisco">Nob Hill, San Francisco</a></div><table class="mbox-small plainlinks sistersitebox" role="presentation" style="background-color:#f9f9f9;border:1px solid #aaa;color:#000">
<tbody><tr>
<td class="mbox-image"><img alt="" class="noviewer" data-file-height="1376" data-file-width="1024" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png 2x" width="30"/></td>
<td class="mbox-text plainlist">Wikimedia Commons has media related to <i><b><a class="extiw" href="https://commons.wikimedia.org/wiki/Category:Lower_Nob_Hill_Apartment_Hotel_District" title="commons:Category:Lower Nob Hill Apartment Hotel District"><span style="">Lower Nob Hill Apartment Hotel District</span></a></b></i>.</td></tr>
</tbody></table>
<p>Lower Nob Hill is the southern side of <a class="mw-redirect" href="/wiki/Nob_Hill" title="Nob Hill">Nob Hill</a>, and generally bounded by Geary Street to the south, California Street to the north, Larkin Street to the west, and Powell Street to the east. This area of Nob Hill was rebuilt after the 1906 earthquake as a fireproof multi-story walk-to-work residential area<sup class="reference" id="cite_ref-NRIS91000957_23-0"><a href="#cite_note-NRIS91000957-23">[23]</a></sup> and is considered to be part of Nob Hill. Lower Nob Hill is also home to the first high-rise condominium<sup class="reference" id="cite_ref-24"><a href="#cite_note-24">[24]</a></sup><sup class="reference" id="cite_ref-25"><a href="#cite_note-25">[25]</a></sup> in California. A region of the neighborhood is listed in the <a href="/wiki/National_Register_of_Historic_Places" title="National Register of Historic Places">National Register of Historic Places</a> as the <a class="new" href="/w/index.php?title=Lower_Nob_Hill_Apartment_Hotel_District&amp;action=edit&amp;redlink=1" title="Lower Nob Hill Apartment Hotel District (page does not exist)">Lower Nob Hill Apartment Hotel District</a>.<sup class="reference" id="cite_ref-NRIS91000957_23-1"><a href="#cite_note-NRIS91000957-23">[23]</a></sup> The successful nomination was written by architectural historian Anne Buenger Bloomfield<sup class="reference" id="cite_ref-26"><a href="#cite_note-26">[26]</a></sup> in 1991.
</p>
<h2><span class="mw-headline" id="Marina_District">Marina District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=63" title="Edit section: Marina District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a class="image" href="/wiki/File:Marina_district_houses,_San_Francisco,_CA,_USA_(9479233515)_(2).jpg"><img alt="" class="thumbimage" data-file-height="2592" data-file-width="4608" decoding="async" height="124" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/08/Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg/220px-Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/08/Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg/330px-Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/08/Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg/440px-Marina_district_houses%2C_San_Francisco%2C_CA%2C_USA_%289479233515%29_%282%29.jpg 2x" width="220"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:Marina_district_houses,_San_Francisco,_CA,_USA_(9479233515)_(2).jpg" title="Enlarge"></a></div>Marina district houses, San Francisco</div></div></div>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Marina_District,_San_Francisco" title="Marina District, San Francisco">Marina District, San Francisco</a></div>
<h2><span class="mw-headline" id="Merced_Heights">Merced Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=64" title="Edit section: Merced Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Merced Heights, also known as Lakeview, is a neighborhood in the southwestern part of the city, west of the Ingleside and Oceanview neighborhoods. It is bordered to the south by Brotherhood Way, to the west by <a href="/wiki/Junipero_Serra_Boulevard" title="Junipero Serra Boulevard">Junipero Serra Boulevard</a>, to the north by Holloway Avenue, and to the east by Orizaba Avenue. The Oceanview Library is located on Randolph Street at Ramsell Street, and there are two public parks on Shields Street. Brooks Park is at Arch Street, and Merced Heights Playground is at Byxbee Street. There is also a "mini-park" at Randolph and Bright. At an elevation of 500 feet (150 m), the Shields Orizaba Rocky Outcrop is the highest point in Merced Heights.
</p>
<h2><span class="mw-headline" id="Merced_Manor">Merced Manor</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=65" title="Edit section: Merced Manor">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Merced_Manor,_San_Francisco" title="Merced Manor, San Francisco">Merced Manor, San Francisco</a></div>
<p>Merced Manor is a neighborhood in southwestern San Francisco, between <a href="/wiki/Sigmund_Stern_Recreation_Grove" title="Sigmund Stern Recreation Grove">Stern Grove</a> and <a href="/wiki/Lake_Merced" title="Lake Merced">Lake Merced</a>. It is bordered by 19th Avenue (<a class="mw-redirect" href="/wiki/State_Route_1_(California)" title="State Route 1 (California)">State Route 1</a>) to the east, Sloat Boulevard to the north, 26th Avenue to the west and Eucalyptus Drive to the south. <a href="/wiki/Lowell_High_School_(San_Francisco)" title="Lowell High School (San Francisco)">Lowell High School</a> is located on Eucalyptus Drive, and the Merced Manor reservoir is on Sloat between 22nd and 23rd Avenues. The <a href="/wiki/Stonestown_Galleria" title="Stonestown Galleria">Stonestown Galleria</a> shopping mall and <a href="/wiki/San_Francisco_State_University" title="San Francisco State University">San Francisco State University</a> are both on 19th Avenue to the south of Merced Manor.
</p>
<h2><span class="mw-headline" id="Midtown_Terrace">Midtown Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=66" title="Edit section: Midtown Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Midtown Terrace is a neighborhood in central San Francisco, on the western slope of <a class="mw-redirect" href="/wiki/Twin_Peaks,_San_Francisco" title="Twin Peaks, San Francisco">Twin Peaks</a>. Created as a single housing development in the late 1950s. Clarendon Avenue where it joins Twin Peaks Boulevard borders the neighborhood on the north and west. Panorama Drive winds through the neighborhood. Portola Drive borders the neighborhood's southern edge. <a href="/wiki/Sutro_Tower" title="Sutro Tower">Sutro Tower</a> is on the northern side of Midtown Terrace, and the winding portion of Twin Peaks Boulevard that takes viewers to the Twin Peaks lookout forms the neighborhood's eastern edge. The Midtown Terrace Recreation Center<sup class="reference" id="cite_ref-27"><a href="#cite_note-27">[27]</a></sup> is on Olympia Way at Clarendon. Views include the Pacific Ocean, San Francisco, Mount Davidson and Twin Peaks.
</p>
<h2><span class="mw-headline" id="Mid-Market">Mid-Market</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=67" title="Edit section: Mid-Market">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Mid-Market,_San_Francisco" title="Mid-Market, San Francisco">Mid-Market, San Francisco</a></div>
<h2><span class="mw-headline" id="Miraloma_Park">Miraloma Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=68" title="Edit section: Miraloma Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>The Miraloma Park neighborhood is in the central part of San Francisco, between <a href="/wiki/Glen_Canyon_Park" title="Glen Canyon Park">Glen Canyon Park</a> and <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson</a>. Portola Drive borders Miraloma Park to the north, and the neighborhood of Sunnyside is to the south. Miraloma Playground is located on Omar Way at Rockdale, and Sunnyside Playground is south of Teresita Boulevard near Foerster Street.
</p>
<h2><span class="mw-headline" id="Mission_Bay">Mission Bay</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=69" title="Edit section: Mission Bay">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Mission_Bay,_San_Francisco" title="Mission Bay, San Francisco">Mission Bay, San Francisco</a></div>
<p>The Mission Bay neighborhood is built on <a href="/wiki/Land_reclamation" title="Land reclamation">landfill</a> located on San Francisco Bay south of Townsend Street, east of Interstate 280 and north of Mariposa Street. The new <a href="/wiki/University_of_California,_San_Francisco" title="University of California, San Francisco">UCSF</a> research campus at Mission Bay is part of the rapid growth of a new neighborhood of office buildings and luxury condominiums being built in an area that was formerly an industrial area dominated by rail yards. The <a class="mw-redirect" href="/wiki/Dogpatch,_San_Francisco,_California" title="Dogpatch, San Francisco, California">Dogpatch</a> neighborhood lies to the south of it.
</p>
<h2><span class="mw-headline" id="Mission_District">Mission District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=70" title="Edit section: Mission District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Mission_District,_San_Francisco" title="Mission District, San Francisco">Mission District, San Francisco</a></div>
<h2><span class="mw-headline" id="Mission_Dolores">Mission Dolores</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=71" title="Edit section: Mission Dolores">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Mission Dolores, bounded by Market Street, the <a href="/wiki/Central_Freeway" title="Central Freeway">Central Freeway</a>, Valencia Street, Twentieth Street, and Church/Sanchez streets (transitioning at Eighteenth Street), is the oldest neighborhood in San Francisco and therefore its birthplace. It is named after the Spanish <a href="/wiki/Mission_San_Francisco_de_As%C3%ADs" title="Mission San Francisco de Asís">Mission Dolores</a> settlement of 1776, and is a sub-area of the much larger <a href="/wiki/Mission_District,_San_Francisco" title="Mission District, San Francisco">Mission District</a>. The location of the Mission Dolores was chosen because of proximity to the Yelamu grouping of the <a href="/wiki/Ramaytush" title="Ramaytush">Ramaytush</a> band of <a href="/wiki/Ohlone" title="Ohlone">Ohlone</a>-speaking peoples living in the villages of Chutchui and Sitlintac on <a href="/wiki/Mission_Creek" title="Mission Creek">Mission Creek</a> which date to approximately A.D. 500. The Ohlone people together with the <a href="/wiki/Coast_Miwok" title="Coast Miwok">Coast Miwok</a> served as laborers to build the <a href="/wiki/Mission_San_Francisco_de_As%C3%ADs" title="Mission San Francisco de Asís">Mission San Francisco de Asís</a> as part of the <a class="mw-redirect" href="/wiki/Spanish_colonial_empire" title="Spanish colonial empire">Spanish colonization</a>. On March 17, 2010, the San Francisco Historic Preservation Commission (HPC) unanimously adopted the final Mission Dolores Neighborhood Historic Context Statement and Survey. That document outlines the historic importance of the neighborhood. It can be found on the Planning Department's web site.
</p>
<h2><span class="mw-headline" id="Mission_Terrace">Mission Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=72" title="Edit section: Mission Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Mission Terrace is a neighborhood in the south-central part of San Francisco. It is bounded on the north and west by <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a>, to the east by Mission St. and to the south by Geneva Ave. Mission Terrace borders <a href="/wiki/Glen_Park,_San_Francisco" title="Glen Park, San Francisco">Glen Park</a> and <a href="/wiki/Bernal_Heights,_San_Francisco" title="Bernal Heights, San Francisco">Bernal Heights</a> to the north, <a href="/wiki/Excelsior_District,_San_Francisco" title="Excelsior District, San Francisco">Excelsior</a> to the east, <a href="#Outer_Mission">Outer Mission</a> to the south, and <a href="#Sunnyside">Sunnyside</a>, <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College</a>, and <a href="#Ingleside">Ingleside</a> to the west. <a href="/wiki/Balboa_Park,_San_Francisco" title="Balboa Park, San Francisco">Balboa Park</a> and the <a class="mw-redirect" href="/wiki/Balboa_Park_Station" title="Balboa Park Station">Balboa Park Station</a> are located in its southwest corner.
</p>
<h2><span class="mw-headline" id="Monterey_Heights">Monterey Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=73" title="Edit section: Monterey Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Monterey Heights is a small neighborhood on the western slope of <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson</a>. It is bounded on the south by Monterey Boulevard and to the east by Yerba Buena Avenue.
</p>
<h2><span class="mw-headline" id="Mount_Davidson">Mount Davidson</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=74" title="Edit section: Mount Davidson">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Mount Davidson is not a neighborhood per se, but rather is encircled by the <a href="#Miraloma_Park">Miraloma Park</a> neighborhood.  Other nearby neighborhoods often associated with Mount Davidson include <a href="#Monterey_Heights">Monterey Heights</a>, <a href="#Sherwood_Forest">Sherwood Forest</a>, and <a href="#Westwood_Highlands">Westwood Highlands</a>.
</p>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson (California)</a></div>
<h2><span class="mw-headline" id="Nob_Hill">Nob Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=75" title="Edit section: Nob Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Nob_Hill,_San_Francisco" title="Nob Hill, San Francisco">Nob Hill, San Francisco</a></div>
<h2><span class="mw-headline" id="Noe_Valley">Noe Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=76" title="Edit section: Noe Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a class="image" href="/wiki/File:Noe_Valley_San_Francisco_5.jpg"><img alt="" class="thumbimage" data-file-height="1365" data-file-width="2048" decoding="async" height="147" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Noe_Valley_San_Francisco_5.jpg/220px-Noe_Valley_San_Francisco_5.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Noe_Valley_San_Francisco_5.jpg/330px-Noe_Valley_San_Francisco_5.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Noe_Valley_San_Francisco_5.jpg/440px-Noe_Valley_San_Francisco_5.jpg 2x" width="220"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:Noe_Valley_San_Francisco_5.jpg" title="Enlarge"></a></div>View from Bernal Hill overlooking Noe Valley</div></div></div>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Noe_Valley,_San_Francisco" title="Noe Valley, San Francisco">Noe Valley, San Francisco</a></div>
<h2><span class="mw-headline" id="North_Beach">North Beach</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=77" title="Edit section: North Beach">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/North_Beach,_San_Francisco" title="North Beach, San Francisco">North Beach, San Francisco</a></div>
<h2><span class="mw-headline" id="North_of_Panhandle">North of Panhandle</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=78" title="Edit section: North of Panhandle">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Panhandle_(San_Francisco)" title="Panhandle (San Francisco)">Panhandle (San Francisco)</a></div>
<p>NoPA is a sub-neighborhood carved out of the Western Addition bounded by Divisadero, Fell, Turk, and Masonic Streets. Longitudinally, it is located between <a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">The Richmond</a> and <a href="/wiki/Alamo_Square,_San_Francisco" title="Alamo Square, San Francisco">Alamo Square</a>.
</p>
<h2><span class="mw-headline" id="Oceanview">Oceanview</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=79" title="Edit section: Oceanview">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Oceanview,_San_Francisco" title="Oceanview, San Francisco">Oceanview, San Francisco</a></div>
<p>The Oceanview neighborhood is located in southern San Francisco, south of the Ingleside neighborhood and the Ocean Avenue campus of <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College</a>. It is bordered by <a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a> to the south and east, Lakeview Avenue to the north and Orizaba Avenue to the west. Oceanview Playground and Minnie and Lovie Ward Recreation Center is located in the middle of the neighborhood, between Plymouth, Capitol, Lobos and Montana. Ocean View Branch Library is located at 345 Randolph St. Oceanview is served by MUNI Routes M and 54. Oceanview, also referred to as Lakeview by the natives of the community, has a rich history.<sup class="reference" id="cite_ref-28"><a href="#cite_note-28">[28]</a></sup>
</p><p>Particularly noteworthy is its African American community, who migrated there in the 1960s from the <a class="mw-redirect" href="/wiki/Western_Addition" title="Western Addition">Western Addition</a> and <a class="mw-redirect" href="/wiki/Bayview-Hunters_Point,_San_Francisco" title="Bayview-Hunters Point, San Francisco">Bayview</a> neighborhoods.<sup class="reference" id="cite_ref-29"><a href="#cite_note-29">[29]</a></sup> Until the mid-1990s African Americans accounted for over 50% of its residents, many of whom were forced out due to the rising cost of living in San Francisco. Approximately 45,000 people live in the OMI (Oceanview-Merced-Ingleside),
and, as of the 2000 United States Census, 45% of the population identifies itself as Asian-American, 25% as African-American, 14% as Latino and 13% as white.
</p><p>The demographic character of the OMI neighborhoods began to change after World War II. Many African-Americans, who had migrated to the Bay Area for work during the war, secured good-paying jobs and settled permanently in new homes in Ingleside, Merced Heights and Oceanview when the war ended. In 1950, African-Americans made up 5% of the population in the Ingleside, Merced Heights and Oceanview census tracts, and by 1970 the percentage had increased to 62%.
</p><p>Fueled by vacant land in Merced Heights and Oceanview, the post-war housing boom, the desire to own their own homes, and the already significant presence of African-Americans in the neighborhoods, the black population exploded from 1950 to 1960. By 1960, African-Americans made up 40% of Merced Heights, 32% of Ingleside and 59% of Oceanview. While some whites moved out, generally to suburban tracts heavily marketed to them, the number of blacks living in OMI increased twelvefold (from 602 in 1950 to 7,273 in 1960), while the citywide black population less than doubled (43,000 in 1950 to 74,000 in 1960).
</p><p>There is anecdotal evidence that African-Americans moved to the OMI after being displaced by the first phase of urban renewal in the Western Addition (the A-1 Project) in the late 1950s. Relocation records, while incomplete, show that the vast majority of displaced residents of the Western Addition found nearby accommodations. Of the 3,700 households of all races (family and single households) living in the project area in 1957, about 2,010 moved without relocation assistance and to unknown whereabouts. Of the remaining 1,602, 67% moved to other parts of the Western Addition and only 2.6%, or 34 households, moved to the West of Twin Peaks area.
</p><p>By 1970, the OMI had matured into a middle-class district of single-family, owner-occupied homes. Seventy-six percent of the land area in the Ingleside, Oceanview, and Merced Heights
neighborhoods was residential (100% was residential in Ingleside Terraces), compared with 39% citywide. The housing stock was overwhelming single family (95% vs. 68% citywide) and owner- occupied (72% vs. 31% citywide), while the population was mostly African American (63% compared with 13% citywide). In recent years, the OMI has witnessed an influx of Asian-American and other ethnic groups, making it one of San Francisco's most diverse neighborhoods. The OMI is more
Hispanic, Black, and Asian than San Francisco as a whole.
</p>
<h2><span class="mw-headline" id="Outer_Mission">Outer Mission</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=80" title="Edit section: Outer Mission">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Outer_Mission,_San_Francisco" title="Outer Mission, San Francisco">Outer Mission, San Francisco</a></div>
<h2><span class="mw-headline" id="Outer_Sunset">Outer Sunset</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=81" title="Edit section: Outer Sunset">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">See <a href="#Sunset_District">Sunset District</a> entry.</div>
<h2><span class="mw-headline" id="Pacific_Heights">Pacific Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=82" title="Edit section: Pacific Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Pacific_Heights,_San_Francisco" title="Pacific Heights, San Francisco">Pacific Heights, San Francisco</a></div>
<h2><span class="mw-headline" id="Parkmerced">Parkmerced</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=83" title="Edit section: Parkmerced">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Parkmerced,_San_Francisco" title="Parkmerced, San Francisco">Parkmerced, San Francisco</a></div>
<h2><span class="mw-headline" id="Parkside">Parkside</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=84" title="Edit section: Parkside">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Parkside is to the south of the <a href="/wiki/Sunset_District,_San_Francisco" title="Sunset District, San Francisco">Sunset District</a>, mainly south of Quintara Street between 19th Avenue and Sunset Boulevard. <a class="mw-redirect" href="/wiki/Abraham_Lincoln_High_School_(San_Francisco)" title="Abraham Lincoln High School (San Francisco)">Abraham Lincoln High School</a> is located on 24th Avenue, and the Parkside Library is located on Taraval Street at 23rd Avenue. <a class="mw-redirect" href="/wiki/Stern_Grove" title="Stern Grove">Stern Grove</a> borders the neighborhood to the south.
"The Parkside as a neighborhood started in July 1905 when a syndicate led by William Crocker announced they had quietly bought land from the estate of Adolph Sutro and others to create a new million-dollar development. The "park" of Parkside was not Golden Gate Park, but rather the stand of trees and plants around Laguna Puerca (now called Pine Lake, and often called "Mud Lake" or "Crawdad Lake" by old-timers)"[1] west of Sigmund Stern Grove.
</p>
<h2><span class="mw-headline" id="Parnassus">Parnassus</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=85" title="Edit section: Parnassus">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>South of Cole Valley and Ashbury Heights; north of Claredon Heights and Forest Knolls; east of Inner Sunset; west of Corona Heights.
</p>
<h2><span class="mw-headline" id="Polk_Gulch">Polk Gulch</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=86" title="Edit section: Polk Gulch">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Polk Gulch, a section of <a href="/wiki/Polk_Street" title="Polk Street">Polk Street</a> is sometimes defined as the commercial section of Polk Street, roughly between Eddy Street to the south and California Street to the north. The Polk Corridor Business Association has announced in June 2006 the local business owners intend to publicize the neighborhood as "Polk Village"<sup class="reference" id="cite_ref-30"><a href="#cite_note-30">[30]</a></sup><sup class="reference" id="cite_ref-31"><a href="#cite_note-31">[31]</a></sup><sup class="reference" id="cite_ref-32"><a href="#cite_note-32">[32]</a></sup><sup class="reference" id="cite_ref-33"><a href="#cite_note-33">[33]</a></sup><sup class="reference" id="cite_ref-34"><a href="#cite_note-34">[34]</a></sup>
</p>
<h2><span class="mw-headline" id="Portola">Portola</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=87" title="Edit section: Portola">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Portola<sup class="reference" id="cite_ref-sfgate.com_35-0"><a href="#cite_note-sfgate.com-35">[35]</a></sup> is a neighborhood in the southeastern part of San Francisco, northeast of <a href="/wiki/John_McLaren_Park" title="John McLaren Park">McLaren Park</a>. It is roughly bordered by San Bruno Avenue and the James Lick Freeway (<a class="mw-redirect" href="/wiki/U.S._Route_101_(California)" title="U.S. Route 101 (California)">U.S. Route 101</a>) to the east, Mansell Street to the south, University Street to the west and the Southern Freeway (<a href="/wiki/Interstate_280_(California)" title="Interstate 280 (California)">Interstate 280</a>) to the north. The adjacent Portola Heights extension lies west uphill from University Street to the <a class="mw-redirect" href="/wiki/Excelsior_District" title="Excelsior District">Excelsior District</a>, bordering McLaren Park to the south.
</p><p><a class="mw-redirect" href="/wiki/Phillip_and_Sala_Burton_Academic_High_School" title="Phillip and Sala Burton Academic High School">Phillip and Sala Burton Academic High School</a> (formerly Wilson High School) is located on Mansell Street, and the Portola Library<sup class="reference" id="cite_ref-36"><a href="#cite_note-36">[36]</a></sup> is at Bacon and Goettingen streets (380 Bacon Street), between Edward Robeson Taylor Elementary School and Martin Luther King Middle School (which replaced the former Portola Junior High School). The large University Mound Reservoir is located along University Street, between Felton and Woolsey streets.
</p><p>Portola (pronounced PORE-toe-luh, by denizens) was named after the old Portola School, which in turn was named after the Spanish explorer <a href="/wiki/Gaspar_de_Portol%C3%A1" title="Gaspar de Portolá">Gaspar de Portolá</a> (credited by some as the discoverer of San Francisco Bay). Originally settled after the 1906 earthquake by Jewish and Italian immigrants, the area evolved into a community populated by nurserymen and their families who grew much of the city's flower crop there and uphill to the west in the Portola Heights extension. "The Road," as San Bruno Avenue was affectionately referred to by the locals, still hosts businesses that include bakeries, grocery stores, pharmacies, and in earlier times the Avenue Theater, now a church. The Portola was also once home to a significant population of Maltese immigrants and settlers<sup class="reference" id="cite_ref-sfgate.com_35-1"><a href="#cite_note-sfgate.com-35">[35]</a></sup> and at one time the Maltese Consulate. According to the <a class="mw-redirect" href="/wiki/U.S._Census" title="U.S. Census">U.S. Census</a>, the Asian population in the Portola has been steadily increasing since the 1990s.<sup class="reference" id="cite_ref-37"><a href="#cite_note-37">[37]</a></sup> The Portola is marked by Census Tract 257.<sup class="reference" id="cite_ref-38"><a href="#cite_note-38">[38]</a></sup>
</p>
<h2><span class="mw-headline" id="Portola_Place">Portola Place</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=88" title="Edit section: Portola Place">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Portola Place is a new development located in the Bayview district, and used to be a brewery. Portola Place is bounded by Williams Avenue to the north, Egbert Avenue to the south, Kalmanovitz Street and the CalTrain railroad tracks to the east, and Newhall Street to the west.<sup class="reference" id="cite_ref-FamilyJewels_39-0"><a href="#cite_note-FamilyJewels-39">[39]</a></sup><sup class="reference" id="cite_ref-PortolaPlaceVisual_40-0"><a href="#cite_note-PortolaPlaceVisual-40">[40]</a></sup>
</p>
<h2><span class="mw-headline" id="Potrero_Hill">Potrero Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=89" title="Edit section: Potrero Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a class="mw-redirect" href="/wiki/Potrero_Hill,_San_Francisco" title="Potrero Hill, San Francisco">Potrero Hill, San Francisco</a></div>
<h2><span class="mw-headline" id="Presidio">Presidio</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=90" title="Edit section: Presidio">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio of San Francisco</a></div>
<h2><span class="mw-headline" id="Presidio_Heights">Presidio Heights</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=91" title="Edit section: Presidio Heights">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Presidio Heights is a small, affluent neighborhood located between the <a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio</a> and the Laurel Heights neighborhood. It is bordered by Pacific Avenue and the Presidio parklands to the north, Arguello Boulevard and the <a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">Richmond District</a> to the west, California Street and Laurel Heights to the south, and Presidio Avenue and <a href="/wiki/Pacific_Heights,_San_Francisco" title="Pacific Heights, San Francisco">Pacific Heights</a> to the east.
</p><p>There are shopping districts on Sacramento Street and on <a class="mw-redirect" href="/wiki/California_Street,_San_Francisco" title="California Street, San Francisco">California Street</a> in the neighborhood. The <a class="mw-redirect" href="/wiki/Diplomatic_missions_of_South_Korea" title="Diplomatic missions of South Korea">Consulate-General of South Korea in San Francisco</a> is located at 3500 Clay Street.<sup class="reference" id="cite_ref-41"><a href="#cite_note-41">[41]</a></sup> The Consul General of India's residence is 3435 Jackson Street.
</p><p>The Jewish Community Center of San Francisco is on California Street at Presidio Avenue in Presidio Heights.<sup class="reference" id="cite_ref-42"><a href="#cite_note-42">[42]</a></sup> The 1933 building was designed in the <a class="mw-redirect" href="/wiki/Mediterranean_Revival_Style_architecture" title="Mediterranean Revival Style architecture">Mediterranean Revival Style</a> with <a class="mw-redirect" href="/wiki/Art_Deco_architecture" title="Art Deco architecture">Art Deco</a> details by <a href="/wiki/Arthur_Brown_Jr." title="Arthur Brown Jr.">Arthur Brown Jr.</a>.<sup class="reference" id="cite_ref-43"><a href="#cite_note-43">[43]</a></sup>
</p>
<h2><span class="mw-headline" id="Richmond_District">Richmond District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=92" title="Edit section: Richmond District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">Richmond District, San Francisco</a></div>
<h2><span class="mw-headline" id="Rincon_Hill">Rincon Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=93" title="Edit section: Rincon Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Rincon Hill, one of the hills of San Francisco, was a former industrial, and now a developing highrise neighborhood located south of the Financial District, in the South of Market area, as it also serves as an anchor to the Bay Bridge. Due to its proximity to downtown, following the Gold Rush this was San Francisco's first affluent neighborhood, but later became mostly industrial. Most of the natural landscape was demolished in the 1930s to make way for the Bay Bridge. After several iterations of comprehensive planning, the hill is transitioning into a pedestrian oriented, high density, mixed use neighborhood. The neighborhood is again becoming one of the premier residential spots in San Francisco with the addition of many luxury buildings, the close proximity to the water, and the increase in green space and public parks.
</p><p>A marketing effort, started in 2017, attempts to give Rincon Hill and parts of South Beach / SOMA a new neighborhood name: <a class="new" href="/w/index.php?title=The_East_Cut,_San_Francisco&amp;action=edit&amp;redlink=1" title="The East Cut, San Francisco (page does not exist)">The East Cut</a>.<sup class="reference" id="cite_ref-44"><a href="#cite_note-44">[44]</a></sup>
</p>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Rincon_Hill,_San_Francisco" title="Rincon Hill, San Francisco">Rincon Hill, San Francisco</a></div>
<h2><span class="mw-headline" id="Russian_Hill">Russian Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=94" title="Edit section: Russian Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Russian_Hill,_San_Francisco" title="Russian Hill, San Francisco">Russian Hill, San Francisco</a></div>
<h2><span class="mw-headline" id="Saint_Francis_Wood">Saint Francis Wood</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=95" title="Edit section: Saint Francis Wood">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/St._Francis_Wood,_San_Francisco" title="St. Francis Wood, San Francisco">St. Francis Wood, San Francisco</a></div>
<h2><span class="mw-headline" id="Sea_Cliff">Sea Cliff</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=96" title="Edit section: Sea Cliff">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Sea_Cliff,_San_Francisco" title="Sea Cliff, San Francisco">Sea Cliff, San Francisco</a></div>
<h2><span class="mw-headline" id="Sherwood_Forest">Sherwood Forest</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=97" title="Edit section: Sherwood Forest">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Sherwood Forest is a small neighborhood on the south western slope of <a href="/wiki/Mount_Davidson_(California)" title="Mount Davidson (California)">Mount Davidson</a>, with Dalewood Way to the north and east and Lansdale Avenue to the south and west.
</p>
<h2><span class="mw-headline" id="Silver_Terrace">Silver Terrace</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=98" title="Edit section: Silver Terrace">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Silver Terrace is a neighborhood in the south eastern corner of San Francisco, between the Bayview and Portola neighborhoods. It is roughly bordered by Third Street to the east, Palou Avenue and Silver Avenue to the north, Williams Avenue to the south and Bayshore Boulevard and <a class="mw-redirect" href="/wiki/U.S._Route_101_(California)" title="U.S. Route 101 (California)">U.S. Route 101</a> to the west. A tunnel used by <a href="/wiki/Caltrain" title="Caltrain">Caltrain</a> runs under Silver Terrace.
</p>
<h2><span class="mw-headline" id="South_Beach">South Beach</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=99" title="Edit section: South Beach">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a class="image" href="/wiki/File:ATT_Park_in_South_Beach.jpg"><img alt="" class="thumbimage" data-file-height="2592" data-file-width="3888" decoding="async" height="147" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/02/ATT_Park_in_South_Beach.jpg/220px-ATT_Park_in_South_Beach.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/02/ATT_Park_in_South_Beach.jpg/330px-ATT_Park_in_South_Beach.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/02/ATT_Park_in_South_Beach.jpg/440px-ATT_Park_in_South_Beach.jpg 2x" width="220"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:ATT_Park_in_South_Beach.jpg" title="Enlarge"></a></div>Oracle Park in South Beach, San Francisco.</div></div></div>
<p>The South Beach neighborhood encompasses the moderately affluent, medium-density mixed-use blocks which border <a class="mw-redirect" href="/wiki/Embarcadero,_San_Francisco" title="Embarcadero, San Francisco">The Embarcadero</a> and King Street from south of the <a href="/wiki/San_Francisco%E2%80%93Oakland_Bay_Bridge" title="San Francisco–Oakland Bay Bridge">Bay Bridge</a> down to 3rd Street. From two blocks inland westward is the <a href="/wiki/South_of_Market,_San_Francisco" title="South of Market, San Francisco">South of Market</a> neighborhood, and from south of Townsend Street and west of 3rd Street begins <a class="mw-redirect" href="/wiki/China_basin" title="China basin">China Basin</a>. The most notable feature of South Beach is <a href="/wiki/Oracle_Park" title="Oracle Park">Oracle Park</a> in its south-east corner.
</p><p>In addition, the main buildings for the local <a href="/wiki/Academy_of_Art_University" title="Academy of Art University">Academy of Art University</a> are found in South Beach.<sup class="reference" id="cite_ref-45"><a href="#cite_note-45">[45]</a></sup>
</p>
<h2><span class="mw-headline" id="South_End">South End</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=100" title="Edit section: South End">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>South End Historic District, San Francisco, California<sup class="reference" id="cite_ref-46"><a href="#cite_note-46">[46]</a></sup>
</p>
<h2><span class="mw-headline" id="South_of_Market">South of Market</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=101" title="Edit section: South of Market">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/South_of_Market,_San_Francisco" title="South of Market, San Francisco">South of Market, San Francisco</a></div>
<h2><span class="mw-headline" id="South_Park">South Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=102" title="Edit section: South Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/South_Park,_San_Francisco" title="South Park, San Francisco">South Park, San Francisco</a></div>
<p>Dating to 1852, South Park is a small neighborhood South of Market. It centers on the small, oval-shaped park of the same name, and South Park Street, which encircles the park.
</p>
<h2><span class="mw-headline" id="Sunnydale">Sunnydale</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=103" title="Edit section: Sunnydale">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Sunnydale is a small neighborhood in <a class="mw-redirect" href="/wiki/Visitacion_Valley" title="Visitacion Valley">Visitacion Valley</a> located between <a href="/wiki/John_McLaren_Park" title="John McLaren Park">McLaren Park</a> and the <a href="/wiki/Cow_Palace" title="Cow Palace">Cow Palace</a>. Bordered by Geneva Avenue to the south, Sawyer Street to the east, Sunnydale Avenue to the north and geographically isolated McLaren Park to the west. Known for its notoriously high crime rate and housing projects on Sunnydale Avenue, also known as "the Swamp" or "the Dale". It is the center of Visitacion Valley's African American community.<sup class="reference" id="cite_ref-47"><a href="#cite_note-47">[47]</a></sup>
</p>
<h2><span class="mw-headline" id="Sunnyside">Sunnyside</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=104" title="Edit section: Sunnyside">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="thumb tright"><div class="thumbinner" style="width:222px;"><a class="image" href="/wiki/File:Safeway_Sunnyside.jpeg"><img alt="" class="thumbimage" data-file-height="2560" data-file-width="1920" decoding="async" height="293" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/72/Safeway_Sunnyside.jpeg/220px-Safeway_Sunnyside.jpeg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/72/Safeway_Sunnyside.jpeg/330px-Safeway_Sunnyside.jpeg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/72/Safeway_Sunnyside.jpeg/440px-Safeway_Sunnyside.jpeg 2x" width="220"/></a> <div class="thumbcaption"><div class="magnify"><a class="internal" href="/wiki/File:Safeway_Sunnyside.jpeg" title="Enlarge"></a></div>Sunnyside market circa 2013</div></div></div>
<p>Sunnyside is a medium-sized neighborhood to the north of Highway 280, bordered by the neighborhoods of Glen Park to the east, Miraloma Park to the north, and Westwood Park/Highlands to the west. In addition, <a href="/wiki/City_College_of_San_Francisco" title="City College of San Francisco">City College of San Francisco</a> (CCSF) has its main campus on the border of Sunnyside to the south. CCSF was built on a hillside formerly occupied by the city jail until 1934.<sup class="reference" id="cite_ref-48"><a href="#cite_note-48">[48]</a></sup> CCSF has been extensively remodeled and modernized since 2000 and offers superior sports facilities, modern buildings, BART and MUNI access, and is the largest city community college in the United States. The primary shopping street is Monterey Boulevard, from Acadia Street to Ridgewood Avenue, with small businesses, restaurants, cafes, and a Safeway.
</p><p>The neighborhood was developed in 1891<sup class="reference" id="cite_ref-49"><a href="#cite_note-49">[49]</a></sup><sup class="reference" id="cite_ref-50"><a href="#cite_note-50">[50]</a></sup> as land lots for single-family houses and sold through the Sunnyside Land Development Company. This company installed an electric streetcar line to access the new neighborhood from downtown San Francisco. This allowed expansion and created "suburbs" of the day. Houses were built as individual, custom homes. Developers purchased multiple lots and usually built three to ten houses of similar look and size. The neighborhood was 75% built by 1941 when World War II began. Construction resumed in 1946 and was completed in the 1980s.
</p><p>The Sunnyside Neighborhood Association<sup class="reference" id="cite_ref-51"><a href="#cite_note-51">[51]</a></sup> is the "voice" of Sunnyside and incorporated in 1975.
</p><p>The residents are very diverse and from all walks of life. It is primarily a middle- to upper-middle-class neighborhood with 75% of residents owning their home. Sunnyside Park was remodeled in 2009 by the city and offers a recreation center, a children's play area and dog park.
</p><p>The Sunnyside Conservatory (at Monterey Boulevard and Congo Street), built in 1902, is a botanical garden and restored hot house. It was completely restored in 2006, and now serves as a meeting and events room for community groups.
</p>
<h2><span class="mw-headline" id="Sunset_District">Sunset District</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=105" title="Edit section: Sunset District">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Sunset_District,_San_Francisco" title="Sunset District, San Francisco">Sunset District, San Francisco</a></div>
<p>The Outer Sunset district, including the corridor from 46th Avenue to Ocean Beach, is increasingly referred to as Beachtown due to the surf culture.<sup class="noprint Inline-Template" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Manual_of_Style/Words_to_watch#Unsupported_attributions" title="Wikipedia:Manual of Style/Words to watch"><span title="The material near this tag may use weasel words or too-vague attribution. (January 2016)">by whom?</span></a></i>]</sup> Some definitions also include everything west of Sunset Boulevard from Lincoln Boulevard south to Vicente Street.
</p><p>Everything east of 19th Avenue is thought of as the Inner Sunset. (19th Avenue is a six-lane thoroughfare that is designated as part of <a href="/wiki/California_State_Route_1" title="California State Route 1">California State Route 1</a>, as it connects the <a href="/wiki/Golden_Gate_Bridge" title="Golden Gate Bridge">Golden Gate Bridge</a> to <a class="mw-redirect" href="/wiki/San_Mateo_County" title="San Mateo County">San Mateo County</a> and points south. Within the Inner Sunset is a sub-district called Sunset Heights.<sup class="reference" id="cite_ref-52"><a href="#cite_note-52">[52]</a></sup>
</p><p>The current efforts to develop a comprehensive plan for this neighborhood of San Francisco is the <a class="mw-redirect" href="/wiki/Ocean_Beach_Public_Policy" title="Ocean Beach Public Policy">Ocean Beach Master Plan</a> (OBMP). The OBMP is an interagency effort to develop a long-term vision for Ocean Beach that will address a multitude of issues.
</p>
<h2><span class="mw-headline" id="Telegraph_Hill">Telegraph Hill</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=106" title="Edit section: Telegraph Hill">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Telegraph_Hill,_San_Francisco" title="Telegraph Hill, San Francisco">Telegraph Hill, San Francisco</a></div>
<h2><span class="mw-headline" id="Tenderloin">Tenderloin</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=107" title="Edit section: Tenderloin">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Tenderloin,_San_Francisco" title="Tenderloin, San Francisco">Tenderloin, San Francisco</a></div>
<h2><span class="mw-headline" id="Treasure_Island">Treasure Island</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=108" title="Edit section: Treasure Island">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a class="mw-redirect" href="/wiki/Treasure_Island,_California" title="Treasure Island, California">Treasure Island, California</a></div>
<h2><span class="mw-headline" id="Twin_Peaks">Twin Peaks</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=109" title="Edit section: Twin Peaks">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p><a href="/wiki/Twin_Peaks_(San_Francisco)" title="Twin Peaks (San Francisco)">Twin Peaks</a> refers to the hill summits near the center of San Francisco, south of <a href="/wiki/Mount_Sutro" title="Mount Sutro">Mount Sutro</a>. For the neighborhood immediately to the west of Twin Peaks, see <a href="#Midtown_Terrace">Midtown Terrace</a>.
</p>
<h2><span class="mw-headline" id="Union_Square">Union Square</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=110" title="Edit section: Union Square">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Union_Square,_San_Francisco" title="Union Square, San Francisco">Union Square, San Francisco</a></div>
<h2><span class="mw-headline" id="University_Mound">University Mound</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=111" title="Edit section: University Mound">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>University Mound is a neighborhood to the north of <a href="/wiki/John_McLaren_Park" title="John McLaren Park">McLaren Park</a>, and is part of the Portola district. It is roughly bordered by Silver Avenue to the north, University Street to the east, McLaren Park to the south and the <a class="mw-redirect" href="/wiki/Excelsior_District" title="Excelsior District">Excelsior District</a> to the west. Once considered as a location for a university campus, many of the streets running north–south in University Mound are named after universities, while those running east and west are named for famous educators. University Mound is a primarily residential neighborhood; however it contains a large <a href="/wiki/Reservoir" title="Reservoir">reservoir</a>, <a class="external text" href="https://ciminoseniorcare.com/portola-gardens/" rel="nofollow">Portola Gardens assisted living community (formerly the University Mound Ladies Home)</a>, and <a href="/wiki/Phillip_%26_Sala_Burton_High_School" title="Phillip &amp; Sala Burton High School">Phillip &amp; Sala Burton High School</a>. The neighborhood is significantly diverse in its population it and has a varying landscape.
</p>
<h2><span class="mw-headline" id="Upper_Market">Upper Market</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=112" title="Edit section: Upper Market">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Upper Market is the area between the southern end of <a href="/wiki/Market_Street_(San_Francisco)" title="Market Street (San Francisco)">Market Street</a> and <a class="mw-redirect" href="/wiki/Twin_Peaks,_San_Francisco" title="Twin Peaks, San Francisco">Twin Peaks</a> mainly spanning Corbett Avenue and Burnett Avenue. Clayton Street is on the north side of Upper Market, and Portola Drive is to the south.
</p>
<h2><span class="mw-headline" id="Visitacion_Valley">Visitacion Valley</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=113" title="Edit section: Visitacion Valley">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Visitacion_Valley,_San_Francisco" title="Visitacion Valley, San Francisco">Visitacion Valley, San Francisco</a></div>
<h2><span class="mw-headline" id="Vista_del_Mar">Vista del Mar</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=114" title="Edit section: Vista del Mar">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Vista del Mar is a small neighborhood of the Outer Richmond. It is bordered by 45th and 48th avenues, and Seal Rock Drive and Balboa Street. It is also referred to as Sutro Heights.
</p>
<h2><span class="mw-headline" id="West_Portal">West Portal</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=115" title="Edit section: West Portal">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/West_Portal,_San_Francisco" title="West Portal, San Francisco">West Portal, San Francisco</a></div>
<h2><span class="mw-headline" id="Western_Addition">Western Addition</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=116" title="Edit section: Western Addition">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Western_Addition,_San_Francisco" title="Western Addition, San Francisco">Western Addition, San Francisco</a></div>
<h2><span class="mw-headline" id="Westwood_Highlands">Westwood Highlands</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=117" title="Edit section: Westwood Highlands">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Westwood_Highlands,_San_Francisco" title="Westwood Highlands, San Francisco">Westwood Highlands, San Francisco</a></div>
<p>Westwood Highlands is a small neighborhood northeast of the intersection of Monterey Boulevard and Plymouth Avenue. The <a href="/wiki/Westwood_Park,_San_Francisco" title="Westwood Park, San Francisco">Westwood Park</a> neighborhood is to the south, <a href="/wiki/St._Francis_Wood,_San_Francisco" title="St. Francis Wood, San Francisco">Saint Francis Wood</a> is to the west, Sherwood Forest is to the north and <a href="#Sunnyside">Sunnyside</a> is to the east.
</p>
<h2><span class="mw-headline" id="Westwood_Park">Westwood Park</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=118" title="Edit section: Westwood Park">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Westwood_Park,_San_Francisco" title="Westwood Park, San Francisco">Westwood Park, San Francisco</a></div>
<h2><span class="mw-headline" id="Yerba_Buena">Yerba Buena</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=119" title="Edit section: Yerba Buena">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>This new neighborhood, anchored by the <a href="/wiki/Yerba_Buena_Gardens" title="Yerba Buena Gardens">Yerba Buena Gardens</a>, stretches from 2nd to 5th and Market to Harrison Streets. It is enhanced through the work of the Yerba Buena Community Benefit District (YBCBD<sup class="reference" id="cite_ref-53"><a href="#cite_note-53">[53]</a></sup>). This east boundary of this neighborhood is adjacent to the <a href="#Financial_District_South">Financial District South</a>.
</p>
<h2><span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=120" title="Edit section: See also">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<style data-mw-deduplicate="TemplateStyles:r936637989">.mw-parser-output .portal{border:solid #aaa 1px;padding:0}.mw-parser-output .portal.tleft{margin:0.5em 1em 0.5em 0}.mw-parser-output .portal.tright{margin:0.5em 0 0.5em 1em}.mw-parser-output .portal>ul{display:table;box-sizing:border-box;padding:0.1em;max-width:175px;background:#f9f9f9;font-size:85%;line-height:110%;font-style:italic;font-weight:bold}.mw-parser-output .portal>ul>li{display:table-row}.mw-parser-output .portal>ul>li>span:first-child{display:table-cell;padding:0.2em;vertical-align:middle;text-align:center}.mw-parser-output .portal>ul>li>span:last-child{display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle}</style><div aria-label="Portals" class="noprint portal plainlist tright" role="navigation">
<ul>
<li><span><img alt="" class="noviewer thumbborder" data-file-height="1885" data-file-width="2672" decoding="async" height="23" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/32px-SF_From_Marin_Highlands3.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/48px-SF_From_Marin_Highlands3.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/64px-SF_From_Marin_Highlands3.jpg 2x" width="32"/></span><span><a href="/wiki/Portal:San_Francisco_Bay_Area" title="Portal:San Francisco Bay Area">San Francisco Bay Area portal</a></span></li></ul></div>
<ul><li><a href="/wiki/49-Mile_Scenic_Drive" title="49-Mile Scenic Drive">49-Mile Scenic Drive</a></li></ul>
<h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=121" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<div class="reflist" style="list-style-type: decimal;">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://www.notfortourists.com/shop/PDFs/NFT_2010_San_Francisco_TOC.pdf" rel="nofollow">"Not For Tourists, Inc"</a> <span class="cs1-format">(PDF)</span>. <i>Notfortourists.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Notfortourists.com&amp;rft.atitle=Not+For+Tourists%2C+Inc&amp;rft_id=https%3A%2F%2Fwww.notfortourists.com%2Fshop%2FPDFs%2FNFT_2010_San_Francisco_TOC.pdf&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><style data-mw-deduplicate="TemplateStyles:r951705291">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg");background-repeat:no-repeat;background-size:9px;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background-image:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png");background-image:linear-gradient(transparent,transparent),url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg");background-repeat:no-repeat;background-size:12px;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation book cs1" id="CITEREFO'Brien2005">O'Brien, Tricia (2005). <i>San Francisco's Bayview Hunters Point</i>. Arcadia. p. 82. <a class="mw-redirect" href="/wiki/ISBN_(identifier)" title="ISBN (identifier)">ISBN</a> <a href="/wiki/Special:BookSources/0738530077" title="Special:BookSources/0738530077"><bdi>0738530077</bdi></a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=San+Francisco%27s+Bayview+Hunters+Point&amp;rft.pages=82&amp;rft.pub=Arcadia&amp;rft.date=2005&amp;rft.isbn=0738530077&amp;rft.aulast=O%27Brien&amp;rft.aufirst=Tricia&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.stanford.edu/group/spatialhistory/media/images/publication/Figure_4.jpg" rel="nofollow">"New Butchertown Map – Spatial History Project"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=New+Butchertown+Map+%E2%80%93+Spatial+History+Project&amp;rft_id=http%3A%2F%2Fwww.stanford.edu%2Fgroup%2Fspatialhistory%2Fmedia%2Fimages%2Fpublication%2FFigure_4.jpg&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://foundsf.org/index.php?title=Butchertown's_Beginnings" rel="nofollow">"Butchertown's Beginnings"</a>. <i>Foundsf.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Foundsf.org&amp;rft.atitle=Butchertown%27s+Beginnings&amp;rft_id=http%3A%2F%2Ffoundsf.org%2Findex.php%3Ftitle%3DButchertown%27s_Beginnings&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><a href="/wiki/List_of_California_railroads" title="List of California railroads">List of California railroads</a> San Francisco Railroads</span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.stanford.edu/group/spatialhistory/media/images/publication/Figure_2.jpg" rel="nofollow">"Old Butchertown Map - Spatial History Project"</a>. <i>Stanford.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Stanford.edu&amp;rft.atitle=Old+Butchertown+Map+-+Spatial+History+Project&amp;rft_id=http%3A%2F%2Fwww.stanford.edu%2Fgroup%2Fspatialhistory%2Fmedia%2Fimages%2Fpublication%2FFigure_2.jpg&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite class="citation news cs1"><a class="external text" href="http://sf.curbed.com/archives/2010/09/27/cathedral_hill_its_not_just_about_you.php" rel="nofollow">"Cathedral Hill: It's Not Just About You"</a>. <i>Sf.curbed.com</i>. 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-01-14</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.jtitle=Sf.curbed.com&amp;rft.atitle=Cathedral+Hill%3A+It%27s+Not+Just+About+You&amp;rft.date=2012&amp;rft_id=http%3A%2F%2Fsf.curbed.com%2Farchives%2F2010%2F09%2F27%2Fcathedral_hill_its_not_just_about_you.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFDriscoll">Driscoll, Marilyn. <a class="external text" href="https://web.archive.org/web/20090216090314/http://marilyndriscoll.com/cayuga_terrace.htm" rel="nofollow">"Cayuga Terrace"</a>. Archived from <a class="external text" href="http://www.marilyndriscoll.com/cayuga_terrace.htm" rel="nofollow">the original</a> on 2009-02-16<span class="reference-accessdate">. Retrieved <span class="nowrap">2009-03-12</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Cayuga+Terrace&amp;rft.aulast=Driscoll&amp;rft.aufirst=Marilyn&amp;rft_id=http%3A%2F%2Fwww.marilyndriscoll.com%2Fcayuga_terrace.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite class="citation report cs1" id="CITEREFNaval_Engineering_Facilities_Command2000">Naval Engineering Facilities Command (March 2000). <a class="external text" href="https://books.google.ca/books?id=YPdHAQAAIAAJ&amp;pg=SA3-PA131&amp;lpg=SA3-PA131&amp;dq=is+there+still+a+helicopter+landing+pad+in+china+basin&amp;source=bl&amp;ots=w2KTyEjAj_&amp;sig=ACfU3U3r_ld8NhGwAH4RIw9q-fRfTiSpDw&amp;hl=en&amp;sa=X&amp;ved=2ahUKEwjGs86qj7LoAhUdJzQIHXtaCtoQ6AEwA3oECAkQAQ#v=onepage&amp;q=is%20there%20still%20a%20helicopter%20landing%20pad%20in%20china%20basin&amp;f=false" rel="nofollow">Final Environmental Impact Statement for the Disposal and Reuse of Hunters Point Shipyard</a>. <i>U.S. Department of the Navy</i> (Report)<span class="reference-accessdate">. Retrieved <span class="nowrap">2020-03-23</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=report&amp;rft.btitle=Final+Environmental+Impact+Statement+for+the+Disposal+and+Reuse+of+Hunters+Point+Shipyard&amp;rft.date=2000-03&amp;rft.au=Naval+Engineering+Facilities+Command&amp;rft_id=https%3A%2F%2Fbooks.google.ca%2Fbooks%3Fid%3DYPdHAQAAIAAJ%26pg%3DSA3-PA131%26lpg%3DSA3-PA131%26dq%3Dis%2Bthere%2Bstill%2Ba%2Bhelicopter%2Blanding%2Bpad%2Bin%2Bchina%2Bbasin%26source%3Dbl%26ots%3Dw2KTyEjAj_%26sig%3DACfU3U3r_ld8NhGwAH4RIw9q-fRfTiSpDw%26hl%3Den%26sa%3DX%26ved%3D2ahUKEwjGs86qj7LoAhUdJzQIHXtaCtoQ6AEwA3oECAkQAQ%23v%3Donepage%26q%3Dis%2520there%2520still%2520a%2520helicopter%2520landing%2520pad%2520in%2520china%2520basin%26f%3Dfalse&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20100721234717/http://www.redfin.com/search#search_location=financial%20district%20south&amp;sf=1%2C2&amp;v=5" rel="nofollow">"Financial District South"</a>. <i>Redfin.com</i>. Archived from <a class="external text" href="http://www.redfin.com/search#search_location=financial%20district%20south&amp;sf=1%2C2&amp;v=5" rel="nofollow">the original</a> on 2010-07-21<span class="reference-accessdate">. Retrieved <span class="nowrap">2010-02-04</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Redfin.com&amp;rft.atitle=Financial+District+South&amp;rft_id=http%3A%2F%2Fwww.redfin.com%2Fsearch%23search_location%3Dfinancial%2520district%2520south%26sf%3D1%252C2%26v%3D5&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://transbaycenter.org/" rel="nofollow">"Transbay Transit Center"</a>. <i>Transbaycenter.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2010-02-04</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Transbaycenter.org&amp;rft.atitle=Transbay+Transit+Center&amp;rft_id=http%3A%2F%2Ftransbaycenter.org%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.16thavenuetiledsteps.com/" rel="nofollow">"16TH AVENUE Tiled Steps"</a>. <i>16TH AVENUE Tiled Steps</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=16TH+AVENUE+Tiled+Steps&amp;rft.atitle=16TH+AVENUE+Tiled+Steps&amp;rft_id=http%3A%2F%2Fwww.16thavenuetiledsteps.com%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFKaris">Karis, Robert. <a class="external text" href="http://www.sfog.us/homes/map.htm" rel="nofollow">"Ingleside Terraces Map, San Francisco"</a>. <i>Sfog.us</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfog.us&amp;rft.atitle=Ingleside+Terraces+Map%2C+San+Francisco&amp;rft.aulast=Karis&amp;rft.aufirst=Robert&amp;rft_id=http%3A%2F%2Fwww.sfog.us%2Fhomes%2Fmap.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFKaris">Karis, Robert. <a class="external text" href="http://www.sfog.us/homes/index.htm" rel="nofollow">"Ingleside Terraces Homes Archives, San Francisco"</a>. <i>Sfog.us</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfog.us&amp;rft.atitle=Ingleside+Terraces+Homes+Archives%2C+San+Francisco&amp;rft.aulast=Karis&amp;rft.aufirst=Robert&amp;rft_id=http%3A%2F%2Fwww.sfog.us%2Fhomes%2Findex.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFKaris">Karis, Robert. <a class="external text" href="http://www.ithasf.org/history/history.html" rel="nofollow">"Ingleside Terraces History"</a>. <i>Ithasf.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Ithasf.org&amp;rft.atitle=Ingleside+Terraces+History&amp;rft.aulast=Karis&amp;rft.aufirst=Robert&amp;rft_id=http%3A%2F%2Fwww.ithasf.org%2Fhistory%2Fhistory.html&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFKaris">Karis, Robert. <a class="external text" href="http://www.sfog.us/homes/sfit_map.htm" rel="nofollow">"Ingleside Terraces Map, San Francisco"</a>. <i>Sfog.us</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfog.us&amp;rft.atitle=Ingleside+Terraces+Map%2C+San+Francisco&amp;rft.aulast=Karis&amp;rft.aufirst=Robert&amp;rft_id=http%3A%2F%2Fwww.sfog.us%2Fhomes%2Fsfit_map.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text"><a class="external text" href="http://www.ithasf.org" rel="nofollow">Ingleside Terraces Home Page</a>. Ithasf.org. Retrieved on 2014-05-10.</span>
</li>
<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><a class="external text" href="http://sfog.us/homes/Sundial.htm" rel="nofollow">Ingleside Terraces Sundial and Urbano Drive, San Francisco</a>. Sfog.us. Retrieved on 2014-05-10.</span>
</li>
<li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFTillmany">Tillmany, Jack. <a class="external text" href="http://www.outsidelands.org/sunset_streetcars.php" rel="nofollow">"Sunset Streetcars"</a>. <i>Outsidelands.org</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Outsidelands.org&amp;rft.atitle=Sunset+Streetcars&amp;rft.aulast=Tillmany&amp;rft.aufirst=Jack&amp;rft_id=http%3A%2F%2Fwww.outsidelands.org%2Fsunset_streetcars.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.city-data.com/neighborhood/Jackson-Square-San-Francisco-CA.html" rel="nofollow">"Jackson Square neighborhood in San Francisco, California (CA), 94111, 94133 subdivision profile"</a>. <i>city-data.com</i>. 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">November 2,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=city-data.com&amp;rft.atitle=Jackson+Square+neighborhood+in+San+Francisco%2C+California+%28CA%29%2C+94111%2C+94133+subdivision+profile&amp;rft.date=2011&amp;rft_id=http%3A%2F%2Fwww.city-data.com%2Fneighborhood%2FJackson-Square-San-Francisco-CA.html&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><a class="external text" href="http://lagunahonda.org/Rehabilitation" rel="nofollow">The Laguna Honda Rehabilitation Center</a>. Laguna Honda. Retrieved on 2014-05-10.</span>
</li>
<li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text">SF Chronicle "Little Russia" article; books by Arcadia Publishing: "Russian San Francisco", "Jewish San Francisco", "San Francisco's Richmond District".</span>
</li>
<li id="cite_note-NRIS91000957-23"><span class="mw-cite-backlink">^ <a href="#cite_ref-NRIS91000957_23-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NRIS91000957_23-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://focus.nps.gov/AssetDetail/NRIS/91000957" rel="nofollow">"Lower Nob Hill Apartment Hotel District"</a>. <i>National Register of Historic Places Collection</i>. U.S. National Park Service. 1991-07-31<span class="reference-accessdate">. Retrieved <span class="nowrap">October 10,</span> 2016</span>. <q>Roughly, 590—1209 Bush, 680—1156 Sutter and 600—1099 Post Streets and the intersecting cross streets</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=National+Register+of+Historic+Places+Collection&amp;rft.atitle=Lower+Nob+Hill+Apartment+Hotel+District&amp;rft.date=1991-07-31&amp;rft_id=http%3A%2F%2Ffocus.nps.gov%2FAssetDetail%2FNRIS%2F91000957&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-24">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.hamiltonhoa.org/Page/22031~350028" rel="nofollow">"The Hamilton History"</a>. <i>Hamilton Homeowners Association</i>. <q>The hotel closed in 1961 and in 1962 became the City's first condo conversion (some say the first in California).</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Hamilton+Homeowners+Association&amp;rft.atitle=The+Hamilton+History&amp;rft_id=http%3A%2F%2Fwww.hamiltonhoa.org%2FPage%2F22031~350028&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.fundinguniverse.com/company-histories/pillsbury-madison-sutro-llp-history/" rel="nofollow">"History of Pillsbury Madison &amp; Sutro LLP"</a>. <i>FundingUniverse</i>. 1999. <q>...Haas and Hanie Corporation, which built Nob Hill, the state's first high-rise condominium (Source: International Directory of Company Histories, Vol. 29. St. James Press, 1999)</q></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=FundingUniverse&amp;rft.atitle=History+of+Pillsbury+Madison+%26+Sutro+LLP&amp;rft.date=1999&amp;rft_id=http%3A%2F%2Fwww.fundinguniverse.com%2Fcompany-histories%2Fpillsbury-madison-sutro-llp-history%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.sfgate.com/news/article/Anne-Buenger-Bloomfield-2810760.php" rel="nofollow">"Anne Buenger Bloomfield"</a>. San Francisco: SFGate. January 14, 2000<span class="reference-accessdate">. Retrieved <span class="nowrap">October 10,</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Anne+Buenger+Bloomfield&amp;rft.place=San+Francisco&amp;rft.pub=SFGate&amp;rft.date=2000-01-14&amp;rft_id=http%3A%2F%2Fwww.sfgate.com%2Fnews%2Farticle%2FAnne-Buenger-Bloomfield-2810760.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-27">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://maps.google.com/maps?q=Olympia+Way+and+Clarendon+Ave%2C+San+Francisco%2C+CA" rel="nofollow">"Olympia Way and Clarendon Ave, San Francisco, CA"</a>. <i>Google Maps</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Google+Maps&amp;rft.atitle=Olympia+Way+and+Clarendon+Ave%2C+San+Francisco%2C+CA&amp;rft_id=https%3A%2F%2Fmaps.google.com%2Fmaps%3Fq%3DOlympia%2BWay%2Band%2BClarendon%2BAve%252C%2BSan%2BFrancisco%252C%2BCA&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-28">^</a></b></span> <span class="reference-text"><a class="external text" href="http://www.outsidelands.org/ingleside-lakeview.php" rel="nofollow">Ingleside – Lakeview – Western Neighborhoods Project – San Francisco History</a>. Outsidelands.org (2003-05-26). Retrieved on 2014-05-10.</span>
</li>
<li id="cite_note-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text"><a class="external text" href="http://www.outsidelands.org/ocean-view.php" rel="nofollow">I am OMI – Western Neighborhoods Project – San Francisco History</a>. Outsidelands.org (2003-05-26). Retrieved on 2014-05-10.</span>
</li>
<li id="cite_note-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-30">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://sf.curbed.com/archives/2006/06/07/lower_polk_gulch_vs_village.php" rel="nofollow">"Lower Polk: Gulch vs Village"</a>. <i>Sf.curbed.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sf.curbed.com&amp;rft.atitle=Lower+Polk%3A+Gulch+vs+Village&amp;rft_id=http%3A%2F%2Fsf.curbed.com%2Farchives%2F2006%2F06%2F07%2Flower_polk_gulch_vs_village.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.sfaa.org/0611landes.html" rel="nofollow">"If You Rename It, Will They Come? by Emily Landes, SFAA November 2006"</a>. <i>Sfaa.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfaa.org&amp;rft.atitle=If+You+Rename+It%2C+Will+They+Come%3F+by+Emily+Landes%2C+SFAA+November+2006&amp;rft_id=http%3A%2F%2Fwww.sfaa.org%2F0611landes.html&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-32"><span class="mw-cite-backlink"><b><a href="#cite_ref-32">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.lowerpolkneighbors.org/agendas_notes/2006_05_08_Notes.doc" rel="nofollow">"May 2006 General Meeting – Lower Polk Neighbors"</a>. <i>Lowerpolkneighbors.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Lowerpolkneighbors.org&amp;rft.atitle=May+2006+General+Meeting+%E2%80%93+Lower+Polk+Neighbors&amp;rft_id=http%3A%2F%2Fwww.lowerpolkneighbors.org%2Fagendas_notes%2F2006_05_08_Notes.doc&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-33"><span class="mw-cite-backlink"><b><a href="#cite_ref-33">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.sfbayguardian.comwww.sfbayguardian.com/2007/08/29/death-polk-street" rel="nofollow">"The death of Polk Street"</a>. <i>Sfbayguardan.comwww.sfbayguardian.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfbayguardan.comwww.sfbayguardian.com&amp;rft.atitle=The+death+of+Polk+Street&amp;rft_id=http%3A%2F%2Fwww.sfbayguardian.comwww.sfbayguardian.com%2F2007%2F08%2F29%2Fdeath-polk-street&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-34"><span class="mw-cite-backlink"><b><a href="#cite_ref-34">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20091118223054/http://www.sfbg.com/entry.php?entry_id=4392" rel="nofollow">"San Francisco Bay Guardian"</a>. 18 November 2009. Archived from <a class="external text" href="http://www.sfbg.com:80/entry.php?entry_id=4392" rel="nofollow">the original</a> on 18 November 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=San+Francisco+Bay+Guardian&amp;rft.date=2009-11-18&amp;rft_id=http%3A%2F%2Fwww.sfbg.com%3A80%2Fentry.php%3Fentry_id%3D4392&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-sfgate.com-35"><span class="mw-cite-backlink">^ <a href="#cite_ref-sfgate.com_35-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-sfgate.com_35-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation news cs1" id="CITEREFNolte2009">Nolte, Carl (2009-06-09). <a class="external text" href="http://www.sfgate.com/news/article/Portola-district-the-secret-neighborhood-3231494.php" rel="nofollow">"Portola district: the secret neighborhood"</a>. <i><a class="mw-redirect" href="/wiki/The_San_Francisco_Chronicle" title="The San Francisco Chronicle">The San Francisco Chronicle</a></i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.jtitle=The+San+Francisco+Chronicle&amp;rft.atitle=Portola+district%3A+the+secret+neighborhood&amp;rft.date=2009-06-09&amp;rft.aulast=Nolte&amp;rft.aufirst=Carl&amp;rft_id=http%3A%2F%2Fwww.sfgate.com%2Fnews%2Farticle%2FPortola-district-the-secret-neighborhood-3231494.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-36"><span class="mw-cite-backlink"><b><a href="#cite_ref-36">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20090525212309/http://sfpl.org/librarylocations/branches/portola.htm" rel="nofollow">"Archived copy"</a>. Archived from <a class="external text" href="http://sfpl.org/librarylocations/branches/portola.htm" rel="nofollow">the original</a> on 2009-05-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2009-05-28</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Archived+copy&amp;rft_id=http%3A%2F%2Fsfpl.org%2Flibrarylocations%2Fbranches%2Fportola.htm&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><span class="cs1-maint citation-comment">CS1 maint: archived copy as title (<a href="/wiki/Category:CS1_maint:_archived_copy_as_title" title="Category:CS1 maint: archived copy as title">link</a>)</span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-37"><span class="mw-cite-backlink"><b><a href="#cite_ref-37">^</a></b></span> <span class="reference-text"><a class="external text" href="http://factfinder.census.gov/servlet/QTTable?_bm=y&amp;-qr_name=DEC_2000_SF1_U_QTP3&amp;-geo_id=14000US06075025700&amp;-ds_name=D&amp;-_lang=en&amp;-redoLog=false" rel="nofollow">American FactFinder</a> <a class="external text" href="https://archive.today/20200210214055/http://factfinder.census.gov/servlet/QTTable?_bm=y&amp;-qr_name=DEC_2000_SF1_U_QTP3&amp;-geo_id=14000US06075025700&amp;-ds_name=D&amp;-_lang=en&amp;-redoLog=false" rel="nofollow">Archived</a> 2020-02-10 at <a href="/wiki/Archive.today" title="Archive.today">Archive.today</a>. Factfinder.census.gov. Retrieved on 2014-05-10.</span>
</li>
<li id="cite_note-38"><span class="mw-cite-backlink"><b><a href="#cite_ref-38">^</a></b></span> <span class="reference-text"><a class="external text" href="http://factfinder.census.gov/servlet/ReferenceMapFramesetServlet?_bm=y&amp;-geo_id=14000US06075025700&amp;-_yp=Census%202000&amp;-tree_id=420&amp;-_lang=en" rel="nofollow">American FactFinder</a> <a class="external text" href="https://archive.today/20200210223413/http://factfinder.census.gov/servlet/ReferenceMapFramesetServlet?_bm=y&amp;-geo_id=14000US06075025700&amp;-_yp=Census%202000&amp;-tree_id=420&amp;-_lang=en" rel="nofollow">Archived</a> 2020-02-10 at <a href="/wiki/Archive.today" title="Archive.today">Archive.today</a>. Factfinder.census.gov. Retrieved on 2014-05-10.</span>
</li>
<li id="cite_note-FamilyJewels-39"><span class="mw-cite-backlink"><b><a href="#cite_ref-FamilyJewels_39-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFCothran">Cothran, George. <a class="external text" href="https://archives.sfweekly.com/sanfrancisco/the-family-jewels/Content?oid=2132433" rel="nofollow">"The Family Jewels"</a>. <i>SF Weekly</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=SF+Weekly&amp;rft.atitle=The+Family+Jewels&amp;rft.aulast=Cothran&amp;rft.aufirst=George&amp;rft_id=https%3A%2F%2Farchives.sfweekly.com%2Fsanfrancisco%2Fthe-family-jewels%2FContent%3Foid%3D2132433&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-PortolaPlaceVisual-40"><span class="mw-cite-backlink"><b><a href="#cite_ref-PortolaPlaceVisual_40-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://www.flickr.com/photos/octoferret/2113368929/" rel="nofollow">"Portola Place"</a>. <i>Flickr</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Flickr&amp;rft.atitle=Portola+Place&amp;rft_id=https%3A%2F%2Fwww.flickr.com%2Fphotos%2Foctoferret%2F2113368929%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-41"><span class="mw-cite-backlink"><b><a href="#cite_ref-41">^</a></b></span> <span class="reference-text">"<a class="external text" href="http://usa-sanfrancisco.mofat.go.kr/eng/am/usa-sanfrancisco/mission/locations/index.jsp" rel="nofollow">Location</a> <a class="external text" href="https://web.archive.org/web/20090513042638/http://usa-sanfrancisco.mofat.go.kr/eng/am/usa-sanfrancisco/mission/locations/index.jsp" rel="nofollow">Archived</a> 2009-05-13 at the <a href="/wiki/Wayback_Machine" title="Wayback Machine">Wayback Machine</a>." <i><a class="mw-redirect" href="/wiki/Diplomatic_missions_of_South_Korea" title="Diplomatic missions of South Korea">Consulate-General of South Korea in San Francisco</a></i>. Retrieved on January 31, 2009.</span>
</li>
<li id="cite_note-42"><span class="mw-cite-backlink"><b><a href="#cite_ref-42">^</a></b></span> <span class="reference-text"><a class="external text" href="https://www.jccsf.org" rel="nofollow">Jewish Community Center of San Francisco website</a> (3200 California Street, San Francisco).</span>
</li>
<li id="cite_note-43"><span class="mw-cite-backlink"><b><a href="#cite_ref-43">^</a></b></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFSurvey">Survey, Historic American Buildings. <a class="external text" href="https://www.loc.gov/pictures/item/ca3097/" rel="nofollow">"Jewish Community Center of San Francisco, 3200 California Street, San Francisco, San Francisco County, CA"</a>. <i>Loc.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Loc.gov&amp;rft.atitle=Jewish+Community+Center+of+San+Francisco%2C+3200+California+Street%2C+San+Francisco%2C+San+Francisco+County%2C+CA&amp;rft.aulast=Survey&amp;rft.aufirst=Historic+American+Buildings&amp;rft_id=https%3A%2F%2Fwww.loc.gov%2Fpictures%2Fitem%2Fca3097%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-44"><span class="mw-cite-backlink"><b><a href="#cite_ref-44">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://www.sfchronicle.com/bayarea/article/New-image-for-a-slice-of-SF-The-East-Cut-11186840.php" rel="nofollow">"New image for a slice of SF: The East Cut"</a>. <i>Sfchronicle.com</i>. 1 June 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Sfchronicle.com&amp;rft.atitle=New+image+for+a+slice+of+SF%3A+The+East+Cut&amp;rft.date=2017-06-01&amp;rft_id=https%3A%2F%2Fwww.sfchronicle.com%2Fbayarea%2Farticle%2FNew-image-for-a-slice-of-SF-The-East-Cut-11186840.php&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-45"><span class="mw-cite-backlink"><b><a href="#cite_ref-45">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.academyart.edu/content/dam/assets/pdf/campus_map.pdf" rel="nofollow">"Academy of Art University Campus Map"</a> <span class="cs1-format">(PDF)</span>. <i>academyart.edu</i>. <a href="/wiki/Academy_of_Art_University" title="Academy of Art University">Academy of Art University</a><span class="reference-accessdate">. Retrieved <span class="nowrap">23 November</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=academyart.edu&amp;rft.atitle=Academy+of+Art+University+Campus+Map&amp;rft_id=http%3A%2F%2Fwww.academyart.edu%2Fcontent%2Fdam%2Fassets%2Fpdf%2Fcampus_map.pdf&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-46"><span class="mw-cite-backlink"><b><a href="#cite_ref-46">^</a></b></span> <span class="reference-text"><cite class="citation web cs1" id="CITEREFCalifornia">California, California State Parks, State of. <a class="external text" href="http://ohp.parks.ca.gov/?page_id=27283" rel="nofollow">"Certified Districts"</a>. <i>CA State Parks</i><span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=CA+State+Parks&amp;rft.atitle=Certified+Districts&amp;rft.aulast=California&amp;rft.aufirst=California+State+Parks%2C+State+of&amp;rft_id=http%3A%2F%2Fohp.parks.ca.gov%2F%3Fpage_id%3D27283&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-47"><span class="mw-cite-backlink"><b><a href="#cite_ref-47">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://articles.sfgate.com/2008-02-03/news/20870939_1_visitacion-valley-san-francisco-housing-authority-families" rel="nofollow">"Life at the bottom: S.F.'s Sunnydale project"</a>. <i>articles.sfgate.com</i>. 3 February 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">5 October</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=articles.sfgate.com&amp;rft.atitle=Life+at+the+bottom%3A+S.F.%27s+Sunnydale+project&amp;rft.date=2008-02-03&amp;rft_id=http%3A%2F%2Farticles.sfgate.com%2F2008-02-03%2Fnews%2F20870939_1_visitacion-valley-san-francisco-housing-authority-families&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-48"><span class="mw-cite-backlink"><b><a href="#cite_ref-48">^</a></b></span> <span class="reference-text"><cite class="citation cs2"><a class="external text" href="http://www.sfsdhistory.com/eras/the-ingleside-jail-1876-1934" rel="nofollow"><i>The Ingleside Jail 1876-1934</i></a>, 9 April 1891<span class="reference-accessdate">, retrieved <span class="nowrap">9 April</span> 2017</span></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=book&amp;rft.btitle=The+Ingleside+Jail+1876-1934&amp;rft.date=1891-04-09&amp;rft_id=http%3A%2F%2Fwww.sfsdhistory.com%2Feras%2Fthe-ingleside-jail-1876-1934&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-49"><span class="mw-cite-backlink"><b><a href="#cite_ref-49">^</a></b></span> <span class="reference-text"><cite class="citation cs2">"House and Lot", <i>San Francisco Chronicle</i>, San Francisco, p. 5, 10 April 1891</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.jtitle=San+Francisco+Chronicle&amp;rft.atitle=House+and+Lot&amp;rft.pages=5&amp;rft.date=1891-04-10&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-50"><span class="mw-cite-backlink"><b><a href="#cite_ref-50">^</a></b></span> <span class="reference-text"><cite class="citation cs2"><a class="external text" href="https://cdnc.ucr.edu/cgi-bin/cdnc?a=d&amp;d=DAC18910409.2.51&amp;srpos=2&amp;e=01-04-1891-01-01-1892--en--20-DAC-1-byDA-txt-txIN-sunnyside-------1" rel="nofollow">"Real Estate"</a>, <i>Daily Alta California</i>, San Francisco, p. 2, 9 April 1891<span class="reference-accessdate">, retrieved <span class="nowrap">9 April</span> 2017</span></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=article&amp;rft.jtitle=Daily+Alta+California&amp;rft.atitle=Real+Estate&amp;rft.pages=2&amp;rft.date=1891-04-09&amp;rft_id=https%3A%2F%2Fcdnc.ucr.edu%2Fcgi-bin%2Fcdnc%3Fa%3Dd%26d%3DDAC18910409.2.51%26srpos%3D2%26e%3D01-04-1891-01-01-1892--en--20-DAC-1-byDA-txt-txIN-sunnyside-------1&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-51"><span class="mw-cite-backlink"><b><a href="#cite_ref-51">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="https://sunnysideassociation.wordpress.com/about-sna/" rel="nofollow">"Sunnyside Neighborhood Association"</a>. Sunnyside Neighborhood Association<span class="reference-accessdate">. Retrieved <span class="nowrap">2015-02-28</span></span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Sunnyside+Neighborhood+Association&amp;rft.pub=Sunnyside+Neighborhood+Association&amp;rft_id=https%3A%2F%2Fsunnysideassociation.wordpress.com%2Fabout-sna%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
<li id="cite_note-52"><span class="mw-cite-backlink"><b><a href="#cite_ref-52">^</a></b></span> <span class="reference-text"><a class="external text" href="http://www.sharpsf.com" rel="nofollow">Sharp</a>. Sharpsf.com. Retrieved on 2014-05-10.</span>
</li>
<li id="cite_note-53"><span class="mw-cite-backlink"><b><a href="#cite_ref-53">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a class="external text" href="http://www.ybcbd.org" rel="nofollow">"Yerba Buena Community Benefit District"</a>. <i>Ybcbd.org</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Ybcbd.org&amp;rft.atitle=Yerba+Buena+Community+Benefit+District&amp;rft_id=http%3A%2F%2Fwww.ybcbd.org&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+neighborhoods+in+San+Francisco"></span><link href="mw-data:TemplateStyles:r951705291" rel="mw-deduplicated-inline-style"/></span>
</li>
</ol></div></div>
<h2><span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=122" title="Edit section: External links">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
<table class="mbox-small plainlinks sistersitebox" role="presentation" style="background-color:#f9f9f9;border:1px solid #aaa;color:#000">
<tbody><tr>
<td class="mbox-image"><img alt="" class="noviewer" data-file-height="1376" data-file-width="1024" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png 2x" width="30"/></td>
<td class="mbox-text plainlist">Wikimedia Commons has media related to <i><b><a class="extiw" href="https://commons.wikimedia.org/wiki/Category:Neighborhoods_in_San_Francisco,_California" title="commons:Category:Neighborhoods in San Francisco, California"><span style="">Neighborhoods in San Francisco, California</span></a></b></i>.</td></tr>
</tbody></table>
<ul><li><a class="external text" href="http://www.sf-planning.org/index.aspx?page=2426" rel="nofollow">San Francisco Planning Department : Map Library</a></li>
<li><a class="external text" href="http://sf-planning.org/index.aspx?page=1654" rel="nofollow">San Francisco Planning Department map</a></li>
<li><a class="external text" href="https://hood.theory.org/" rel="nofollow">The Neighborhood Project</a></li>
<li><a class="external text" href="http://localwiki.net/sf/map/" rel="nofollow">Map – San Francisco – LocalWiki</a></li>
<li><a class="external text" href="http://www.sfgate.com/neighborhoods/sf/" rel="nofollow">SF Gate San Francisco Neighborhood guide.</a></li>
<li><a class="external text" href="https://www.notfortourists.com/shop/PDFs/NFT_2010_San_Francisco_TOC.pdf" rel="nofollow">Not For Tourists, Inc. San Francisco neighborhood guide</a></li>
<li><a class="external text" href="http://justinsomnia.org/2006/07/how-to-find-an-apartment-in-san-francisco/" rel="nofollow">Justinsomnia SF neighborhood map</a></li>
<li><a class="external text" href="http://www.propertiessanfrancisco.com/Neighborhoods/neighborhoods.htm" rel="nofollow">San Francisco Neighborhoods</a>, at Properties San Francisco site. (Map of San Francisco Association of Realtors designations of San Francisco neighborhoods.)</li>
<li><a class="external text" href="http://burritojustice.com/2010/05/07/the-islands-of-san-francisco/" rel="nofollow">Burrito Justice's: The Islands of San Francisco</a></li>
<li><a class="external text" href="https://www.badgermapping.com/neighborhoods/san-francisco-neighborhood-map/" rel="nofollow">Badger Maps San Francisco Neighborhood</a></li></ul>
<h3><span class="mw-headline" id="Specific_neighborhoods">Specific neighborhoods</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit&amp;section=123" title="Edit section: Specific neighborhoods">edit</a><span class="mw-editsection-bracket">]</span></span></h3>
<ul><li><a class="external text" href="http://www.sfgate.com/traveler/guide/sf/neighborhoods/colevalley.shtml" rel="nofollow">San Francisco Neighborhoods (Cole Valley)</a></li>
<li><a class="external text" href="http://members.tripod.com/~ColeValley/index.html" rel="nofollow">Cole Valley Home Page</a></li>
<li><a class="external text" href="http://www.itha.org/" rel="nofollow">Ingleside Terraces Homes Association</a></li>
<li><a class="external text" href="http://www.midtownterrace.org/" rel="nofollow">Midtown Terrace Home Owners Association</a></li>
<li><a class="external text" href="http://www.missiondna.org/" rel="nofollow">Mission Dolores Neighborhood Association</a></li>
<li><a class="external text" href="http://missionterrace.org/" rel="nofollow">Mission Terrace Neighborhood</a></li>
<li><a class="external text" href="http://www.miralomapark.org/" rel="nofollow">Miraloma Park Improvement Club</a></li>
<li><a class="external text" href="http://www.montereyheights.org/" rel="nofollow">Monterey Heights Homes Association</a></li>
<li><a class="external text" href="https://sunnysideassociation.wordpress.com/" rel="nofollow">Sunnyside Neighborhood Association</a></li></ul>
<div aria-labelledby="Neighborhoods_in_San_Francisco" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="3" scope="col" style="background:#ffc94b;;background:#ffc94b;"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Neighborhoods_of_San_Francisco" title="Template:Neighborhoods of San Francisco"><abbr style="background:#ffc94b;;background:#ffc94b;;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Neighborhoods_of_San_Francisco" title="Template talk:Neighborhoods of San Francisco"><abbr style="background:#ffc94b;;background:#ffc94b;;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Neighborhoods_of_San_Francisco&amp;action=edit"><abbr style="background:#ffc94b;;background:#ffc94b;;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="Neighborhoods_in_San_Francisco" style="font-size:114%;margin:0 4em"><a class="mw-selflink selflink">Neighborhoods in San Francisco</a></div></th></tr><tr><th class="navbox-group" scope="row" style="background:#ffc94b;;width:1%">Downtown</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Chinatown,_San_Francisco" title="Chinatown, San Francisco">Chinatown</a></li>
<li><a href="/wiki/Civic_Center,_San_Francisco" title="Civic Center, San Francisco">Civic Center</a></li>
<li><a href="/wiki/Financial_District,_San_Francisco" title="Financial District, San Francisco">Financial District</a></li>
<li><a href="/wiki/Belden_Place" title="Belden Place">French Quarter</a></li>
<li><a href="/wiki/Mid-Market,_San_Francisco" title="Mid-Market, San Francisco">Mid-Market</a></li>
<li><a href="/wiki/Mission_Bay,_San_Francisco" title="Mission Bay, San Francisco">Mission Bay</a></li>
<li><a href="/wiki/Nob_Hill,_San_Francisco" title="Nob Hill, San Francisco">Nob Hill</a></li>
<li><a href="/wiki/North_Beach,_San_Francisco" title="North Beach, San Francisco">North Beach</a></li>
<li><a href="/wiki/South_of_Market,_San_Francisco" title="South of Market, San Francisco">South of Market</a></li>
<li><a href="/wiki/Telegraph_Hill,_San_Francisco" title="Telegraph Hill, San Francisco">Telegraph Hill</a></li>
<li><a href="/wiki/Tenderloin,_San_Francisco" title="Tenderloin, San Francisco">Tenderloin</a></li>
<li><a href="/wiki/Union_Square,_San_Francisco" title="Union Square, San Francisco">Union Square</a></li></ul>
</div></td><td class="noviewer navbox-image" rowspan="5" style="width:1px;padding:0px 0px 0px 2px"><div><img alt="Map of California highlighting San Francisco County" data-file-height="733" data-file-width="621" decoding="async" height="118" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/California_county_map_%28San_Francisco_County_enlarged%29.svg/100px-California_county_map_%28San_Francisco_County_enlarged%29.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/California_county_map_%28San_Francisco_County_enlarged%29.svg/150px-California_county_map_%28San_Francisco_County_enlarged%29.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a1/California_county_map_%28San_Francisco_County_enlarged%29.svg/200px-California_county_map_%28San_Francisco_County_enlarged%29.svg.png 2x" title="Map of California highlighting San Francisco County" width="100"/></div></td></tr><tr><th class="navbox-group" scope="row" style="background:#ffc94b;;width:1%">North of Downtown</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a class="mw-redirect" href="/wiki/Cow_Hollow,_San_Francisco" title="Cow Hollow, San Francisco">Cow Hollow</a></li>
<li><a href="/wiki/Fisherman%27s_Wharf,_San_Francisco" title="Fisherman's Wharf, San Francisco">Fisherman's Wharf</a></li>
<li><a href="/wiki/Marina_District,_San_Francisco" title="Marina District, San Francisco">Marina District</a></li>
<li><a href="/wiki/Pacific_Heights,_San_Francisco" title="Pacific Heights, San Francisco">Pacific Heights</a></li>
<li><a href="/wiki/Presidio_of_San_Francisco" title="Presidio of San Francisco">Presidio</a></li>
<li><a href="/wiki/Russian_Hill,_San_Francisco" title="Russian Hill, San Francisco">Russian Hill</a></li>
<li><a href="/wiki/Treasure_Island,_San_Francisco" title="Treasure Island, San Francisco">Treasure Island</a></li>
<li><a href="/wiki/Yerba_Buena_Island" title="Yerba Buena Island">Yerba Buena Island</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="background:#ffc94b;;width:1%">Outside Lands</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Forest_Hill,_San_Francisco" title="Forest Hill, San Francisco">Forest Hill</a></li>
<li><a class="mw-redirect" href="/wiki/Ingleside,_San_Francisco" title="Ingleside, San Francisco">Ingleside</a></li>
<li><a href="/wiki/Ingleside_Terraces,_San_Francisco" title="Ingleside Terraces, San Francisco">Ingleside Terraces</a></li>
<li><a href="/wiki/Oceanview,_San_Francisco" title="Oceanview, San Francisco">Oceanview</a></li>
<li><a href="/wiki/Parkside,_San_Francisco" title="Parkside, San Francisco">Parkside</a></li>
<li><a href="/wiki/Richmond_District,_San_Francisco" title="Richmond District, San Francisco">Richmond District</a></li>
<li><a href="/wiki/Sea_Cliff,_San_Francisco" title="Sea Cliff, San Francisco">Sea Cliff</a></li>
<li><a href="/wiki/St._Francis_Wood,_San_Francisco" title="St. Francis Wood, San Francisco">St. Francis Wood</a></li>
<li><a href="/wiki/Sunset_District,_San_Francisco" title="Sunset District, San Francisco">Sunset District</a></li>
<li><a href="/wiki/West_Portal,_San_Francisco" title="West Portal, San Francisco">West Portal</a></li>
<li><a href="/wiki/Westwood_Highlands,_San_Francisco" title="Westwood Highlands, San Francisco">Westwood Highlands</a></li>
<li><a href="/wiki/Westwood_Park,_San_Francisco" title="Westwood Park, San Francisco">Westwood Park</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="background:#ffc94b;;width:1%">Western Addition</th><td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Alamo_Square,_San_Francisco" title="Alamo Square, San Francisco">Alamo Square</a></li>
<li><a href="/wiki/Anza_Vista,_San_Francisco" title="Anza Vista, San Francisco">Anza Vista</a></li>
<li><a href="/wiki/Cathedral_Hill,_San_Francisco" title="Cathedral Hill, San Francisco">Cathedral Hill</a></li>
<li><a href="/wiki/Cole_Valley,_San_Francisco" title="Cole Valley, San Francisco">Cole Valley</a></li>
<li><a href="/wiki/Corona_Heights,_San_Francisco" title="Corona Heights, San Francisco">Corona Heights</a></li>
<li><a href="/wiki/Duboce_Triangle,_San_Francisco" title="Duboce Triangle, San Francisco">Duboce Triangle</a></li>
<li><a href="/wiki/Fillmore_District,_San_Francisco" title="Fillmore District, San Francisco">Fillmore</a></li>
<li><a href="/wiki/Haight-Ashbury" title="Haight-Ashbury">Haight-Ashbury</a></li>
<li><a href="/wiki/Hayes_Valley,_San_Francisco" title="Hayes Valley, San Francisco">Hayes Valley</a></li>
<li><a href="/wiki/Japantown,_San_Francisco" title="Japantown, San Francisco">Japantown</a></li>
<li><a href="/wiki/Laurel_Heights,_San_Francisco" title="Laurel Heights, San Francisco">Laurel Heights</a></li>
<li><a href="/wiki/Lower_Haight,_San_Francisco" title="Lower Haight, San Francisco">Lower Haight</a></li>
<li><a href="/wiki/Western_Addition,_San_Francisco" title="Western Addition, San Francisco">Western Addition</a></li></ul>
</div></td></tr><tr><th class="navbox-group" scope="row" style="background:#ffc94b;;width:1%">Southern</th><td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">
<ul><li><a href="/wiki/Bayview%E2%80%93Hunters_Point,_San_Francisco" title="Bayview–Hunters Point, San Francisco">Bayview–Hunters Point</a></li>
<li><a href="/wiki/Bernal_Heights,_San_Francisco" title="Bernal Heights, San Francisco">Bernal Heights</a></li>
<li><a href="/wiki/Castro_District,_San_Francisco" title="Castro District, San Francisco">Castro</a></li>
<li><a href="/wiki/Crocker-Amazon,_San_Francisco" title="Crocker-Amazon, San Francisco">Crocker-Amazon</a></li>
<li><a href="/wiki/Diamond_Heights,_San_Francisco" title="Diamond Heights, San Francisco">Diamond Heights</a></li>
<li><a href="/wiki/Dogpatch,_San_Francisco" title="Dogpatch, San Francisco">Dogpatch</a></li>
<li><a href="/wiki/Eureka_Valley,_San_Francisco" title="Eureka Valley, San Francisco">Eureka Valley</a></li>
<li><a href="/wiki/Excelsior_District,_San_Francisco" title="Excelsior District, San Francisco">Excelsior District</a></li>
<li><a href="/wiki/Glen_Park,_San_Francisco" title="Glen Park, San Francisco">Glen Park</a></li>
<li><a href="/wiki/Mission_District,_San_Francisco" title="Mission District, San Francisco">Mission District</a></li>
<li><a href="/wiki/Noe_Valley,_San_Francisco" title="Noe Valley, San Francisco">Noe Valley</a></li>
<li><a href="/wiki/Outer_Mission,_San_Francisco" title="Outer Mission, San Francisco">Outer Mission</a></li>
<li><a class="mw-redirect" href="/wiki/Portola,_San_Francisco" title="Portola, San Francisco">Portola</a></li>
<li><a href="/wiki/Potrero_Hill" title="Potrero Hill">Potrero Hill</a></li>
<li><a href="/wiki/Visitacion_Valley,_San_Francisco" title="Visitacion Valley, San Francisco">Visitacion Valley</a></li></ul>
</div></td></tr><tr><td class="navbox-abovebelow" colspan="3" style="background:#ffc94b;"><div>
<ul><li><a class="image" href="/wiki/File:SF_From_Marin_Highlands3.jpg"><img alt="SF From Marin Highlands3.jpg" class="noviewer" data-file-height="1885" data-file-width="2672" decoding="async" height="11" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/16px-SF_From_Marin_Highlands3.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/24px-SF_From_Marin_Highlands3.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/da/SF_From_Marin_Highlands3.jpg/32px-SF_From_Marin_Highlands3.jpg 2x" width="16"/></a> <a href="/wiki/Portal:San_Francisco_Bay_Area" title="Portal:San Francisco Bay Area">San Francisco Bay Area portal</a></li>
<li><b><a class="mw-redirect" href="/wiki/Neighborhoods_in_San_Francisco" title="Neighborhoods in San Francisco">List</a></b></li>
<li><b><a href="/wiki/Category:Neighborhoods_in_San_Francisco" title="Category:Neighborhoods in San Francisco">Category</a></b></li></ul>
</div></td></tr></tbody></table></div>
<!-- 
NewPP limit report
Parsed by mw2351
Cached time: 20200929143859
Cache expiry: 2592000
Dynamic content: false
Complications: [vary‐revision‐sha1]
CPU time usage: 0.704 seconds
Real time usage: 0.891 seconds
Preprocessor visited node count: 3447/1000000
Post‐expand include size: 106924/2097152 bytes
Template argument size: 2468/2097152 bytes
Highest expansion depth: 14/40
Expensive parser function count: 3/500
Unstrip recursion depth: 1/20
Unstrip post‐expand size: 163779/5000000 bytes
Lua time usage: 0.342/10.000 seconds
Lua memory usage: 9.48 MB/50 MB
Number of Wikibase entities loaded: 1/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00%  685.182      1 -total
 41.34%  283.240      1 Template:Reflist
 28.80%  197.309     34 Template:Cite_web
 12.25%   83.948     71 Template:Main
 10.55%   72.300      1 Template:Citation_needed
 10.25%   70.250      2 Template:Fix
 10.14%   69.463      2 Template:Commons_category
  9.63%   65.997      2 Template:Sister_project
  8.77%   60.062      2 Template:Side_box
  7.07%   48.440      1 Template:Convert
-->
<!-- Saved in parser cache with key enwiki:pcache:idhash:1487556-0!canonical and timestamp 20200929143858 and revision id 979296249
 -->
</div><noscript><img alt="" height="1" src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" style="border: none; position: absolute;" title="" width="1"/></noscript>
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;oldid=979296249">https://en.wikipedia.org/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;oldid=979296249</a>"</div></div>
<div class="catlinks" data-mw="interface" id="catlinks"><div class="mw-normal-catlinks" id="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Neighborhoods_in_San_Francisco" title="Category:Neighborhoods in San Francisco">Neighborhoods in San Francisco</a></li><li><a href="/wiki/Category:Lists_of_neighborhoods_in_U.S._cities" title="Category:Lists of neighborhoods in U.S. cities">Lists of neighborhoods in U.S. cities</a></li><li><a href="/wiki/Category:San_Francisco-related_lists" title="Category:San Francisco-related lists">San Francisco-related lists</a></li><li><a href="/wiki/Category:Hills_of_San_Francisco" title="Category:Hills of San Francisco">Hills of San Francisco</a></li></ul></div><div class="mw-hidden-catlinks mw-hidden-cats-hidden" id="mw-hidden-catlinks">Hidden categories: <ul><li><a href="/wiki/Category:CS1_maint:_archived_copy_as_title" title="Category:CS1 maint: archived copy as title">CS1 maint: archived copy as title</a></li><li><a href="/wiki/Category:Webarchive_template_archiveis_links" title="Category:Webarchive template archiveis links">Webarchive template archiveis links</a></li><li><a href="/wiki/Category:Webarchive_template_wayback_links" title="Category:Webarchive template wayback links">Webarchive template wayback links</a></li><li><a href="/wiki/Category:CS1:_Julian%E2%80%93Gregorian_uncertainty" title="Category:CS1: Julian–Gregorian uncertainty">CS1: Julian–Gregorian uncertainty</a></li><li><a href="/wiki/Category:All_articles_with_unsourced_statements" title="Category:All articles with unsourced statements">All articles with unsourced statements</a></li><li><a href="/wiki/Category:Articles_with_unsourced_statements_from_April_2012" title="Category:Articles with unsourced statements from April 2012">Articles with unsourced statements from April 2012</a></li><li><a href="/wiki/Category:Commons_category_link_is_locally_defined" title="Category:Commons category link is locally defined">Commons category link is locally defined</a></li><li><a href="/wiki/Category:Articles_with_specifically_marked_weasel-worded_phrases_from_January_2016" title="Category:Articles with specifically marked weasel-worded phrases from January 2016">Articles with specifically marked weasel-worded phrases from January 2016</a></li><li><a href="/wiki/Category:Commons_category_link_is_on_Wikidata" title="Category:Commons category link is on Wikidata">Commons category link is on Wikidata</a></li></ul></div></div>
</div>
</div>
<div id="mw-data-after-content">
<div class="read-more-container"></div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
<div id="mw-head">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-personal-label" class="vector-menu" id="p-personal" role="navigation">
<h3 id="p-personal-label">
<span>Personal tools</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a accesskey="n" href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]">Talk</a></li><li id="pt-anoncontribs"><a accesskey="y" href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=List+of+neighborhoods+in+San+Francisco" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a accesskey="o" href="/w/index.php?title=Special:UserLogin&amp;returnto=List+of+neighborhoods+in+San+Francisco" title="You're encouraged to log in; however, it's not mandatory. [o]">Log in</a></li></ul>
</div>
</nav>
<div id="left-navigation">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-namespaces-label" class="vector-menu vector-menu-tabs vectorTabs" id="p-namespaces" role="navigation">
<h3 id="p-namespaces-label">
<span>Namespaces</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="selected" id="ca-nstab-main"><a accesskey="c" href="/wiki/List_of_neighborhoods_in_San_Francisco" title="View the content page [c]">Article</a></li><li id="ca-talk"><a accesskey="t" href="/wiki/Talk:List_of_neighborhoods_in_San_Francisco" rel="discussion" title="Discuss improvements to the content page [t]">Talk</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-variants-label" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" id="p-variants" role="navigation">
<input aria-labelledby="p-variants-label" class="vector-menu-checkbox vectorMenuCheckbox" type="checkbox"/>
<h3 id="p-variants-label">
<span>Variants</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="menu vector-menu-content-list"></ul>
</div>
</nav>
</div>
<div id="right-navigation">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-views-label" class="vector-menu vector-menu-tabs vectorTabs" id="p-views" role="navigation">
<h3 id="p-views-label">
<span>Views</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="selected" id="ca-view"><a href="/wiki/List_of_neighborhoods_in_San_Francisco">Read</a></li><li id="ca-edit"><a accesskey="e" href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=edit" title="Edit this page [e]">Edit</a></li><li id="ca-history"><a accesskey="h" href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=history" title="Past revisions of this page [h]">View history</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-cactions-label" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" id="p-cactions" role="navigation">
<input aria-labelledby="p-cactions-label" class="vector-menu-checkbox vectorMenuCheckbox" type="checkbox"/>
<h3 id="p-cactions-label">
<span>More</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="menu vector-menu-content-list"></ul>
</div>
</nav>
<div id="p-search" role="search">
<h3>
<label for="searchInput">Search</label>
</h3>
<form action="/w/index.php" id="searchform">
<div data-search-loc="header-navigation" id="simpleSearch">
<input accesskey="f" id="searchInput" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" type="search"/>
<input name="title" type="hidden" value="Special:Search"/>
<input class="searchButton mw-fallbackSearchButton" id="mw-searchButton" name="fulltext" title="Search Wikipedia for this text" type="submit" value="Search"/>
<input class="searchButton" id="searchButton" name="go" title="Go to a page with this exact name if it exists" type="submit" value="Go"/>
</div>
</form>
</div>
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner">
<a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a>
</div>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-navigation-label" class="vector-menu vector-menu-portal portal portal-first" id="p-navigation" role="navigation">
<h3 id="p-navigation-label">
<span>Navigation</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a accesskey="z" href="/wiki/Main_Page" title="Visit the main page [z]">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a accesskey="x" href="/wiki/Special:Random" title="Visit a randomly selected article [x]">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-interaction-label" class="vector-menu vector-menu-portal portal" id="p-interaction" role="navigation">
<h3 id="p-interaction-label">
<span>Contribute</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a accesskey="r" href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-tb-label" class="vector-menu vector-menu-portal portal" id="p-tb" role="navigation">
<h3 id="p-tb-label">
<span>Tools</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a accesskey="j" href="/wiki/Special:WhatLinksHere/List_of_neighborhoods_in_San_Francisco" title="List of all English Wikipedia pages containing links to this page [j]">What links here</a></li><li id="t-recentchangeslinked"><a accesskey="k" href="/wiki/Special:RecentChangesLinked/List_of_neighborhoods_in_San_Francisco" rel="nofollow" title="Recent changes in pages linked from this page [k]">Related changes</a></li><li id="t-upload"><a accesskey="u" href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]">Upload file</a></li><li id="t-specialpages"><a accesskey="q" href="/wiki/Special:SpecialPages" title="A list of all special pages [q]">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;oldid=979296249" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;action=info" title="More information about this page">Page information</a></li><li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=List_of_neighborhoods_in_San_Francisco&amp;id=979296249&amp;wpFormIdentifier=titleform" title="Information on how to cite this page">Cite this page</a></li><li id="t-wikibase"><a accesskey="g" href="https://www.wikidata.org/wiki/Special:EntityPage/Q1969642" title="Structured data on this page hosted by Wikidata [g]">Wikidata item</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-coll-print_export-label" class="vector-menu vector-menu-portal portal" id="p-coll-print_export" role="navigation">
<h3 id="p-coll-print_export-label">
<span>Print/export</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=List_of_neighborhoods_in_San_Francisco&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a accesskey="p" href="/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;printable=yes" title="Printable version of this page [p]">Printable version</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-wikibase-otherprojects-label" class="vector-menu vector-menu-portal portal" id="p-wikibase-otherprojects" role="navigation">
<h3 id="p-wikibase-otherprojects-label">
<span>In other projects</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Category:Neighborhoods_in_San_Francisco,_California" hreflang="en">Wikimedia Commons</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-lang-label" class="vector-menu vector-menu-portal portal" id="p-lang" role="navigation">
<h3 id="p-lang-label">
<span>Languages</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-bg"><a class="interlanguage-link-target" href="https://bg.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D1%8A%D0%BA_%D0%BD%D0%B0_%D0%BA%D0%B2%D0%B0%D1%80%D1%82%D0%B0%D0%BB%D0%B8%D1%82%D0%B5_%D0%B2_%D0%A1%D0%B0%D0%BD_%D0%A4%D1%80%D0%B0%D0%BD%D1%86%D0%B8%D1%81%D0%BA%D0%BE,_%D0%9A%D0%B0%D0%BB%D0%B8%D1%84%D0%BE%D1%80%D0%BD%D0%B8%D1%8F" hreflang="bg" lang="bg" title="Списък на кварталите в Сан Франциско, Калифорния – Bulgarian">Български</a></li><li class="interlanguage-link interwiki-de"><a class="interlanguage-link-target" href="https://de.wikipedia.org/wiki/Verwaltungsgliederung_von_San_Francisco" hreflang="de" lang="de" title="Verwaltungsgliederung von San Francisco – German">Deutsch</a></li><li class="interlanguage-link interwiki-fr"><a class="interlanguage-link-target" href="https://fr.wikipedia.org/wiki/Liste_des_quartiers_de_San_Francisco" hreflang="fr" lang="fr" title="Liste des quartiers de San Francisco – French">Français</a></li><li class="interlanguage-link interwiki-ms"><a class="interlanguage-link-target" href="https://ms.wikipedia.org/wiki/Kawasan_kejiranan_di_San_Francisco" hreflang="ms" lang="ms" title="Kawasan kejiranan di San Francisco – Malay">Bahasa Melayu</a></li><li class="interlanguage-link interwiki-nl"><a class="interlanguage-link-target" href="https://nl.wikipedia.org/wiki/Bestuurlijke_indeling_van_San_Francisco" hreflang="nl" lang="nl" title="Bestuurlijke indeling van San Francisco – Dutch">Nederlands</a></li><li class="interlanguage-link interwiki-pl"><a class="interlanguage-link-target" href="https://pl.wikipedia.org/wiki/Osiedla_w_San_Francisco" hreflang="pl" lang="pl" title="Osiedla w San Francisco – Polish">Polski</a></li></ul>
<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a class="wbc-editpage" href="https://www.wikidata.org/wiki/Special:EntityPage/Q1969642#sitelinks-wikipedia" title="Edit interlanguage links">Edit links</a></span></div>
</div>
</nav>
</div>
</div>
<footer class="mw-footer" id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last edited on 19 September 2020, at 23:48<span class="anonymous-show"> (UTC)</span>.</li>
<li id="footer-info-copyright">Text is available under the <a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License" rel="license">Creative Commons Attribution-ShareAlike License</a><a href="//creativecommons.org/licenses/by-sa/3.0/" rel="license" style="display:none;"></a>;
additional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a class="extiw" href="https://foundation.wikimedia.org/wiki/Privacy_policy" title="wmf:Privacy policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
<li id="footer-places-mobileview"><a class="noprint stopMobileRedirectToggle" href="//en.m.wikipedia.org/w/index.php?title=List_of_neighborhoods_in_San_Francisco&amp;mobileaction=toggle_view_mobile">Mobile view</a></li>
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
</ul>
<ul class="noprint" id="footer-icons">
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img alt="Wikimedia Foundation" height="31" loading="lazy" src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88"/></a></li>
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img alt="Powered by MediaWiki" height="31" loading="lazy" src="/static/images/footer/poweredby_mediawiki_88x31.png" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88"/></a></li>
</ul>
<div style="clear: both;"></div>
</footer>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.704","walltime":"0.891","ppvisitednodes":{"value":3447,"limit":1000000},"postexpandincludesize":{"value":106924,"limit":2097152},"templateargumentsize":{"value":2468,"limit":2097152},"expansiondepth":{"value":14,"limit":40},"expensivefunctioncount":{"value":3,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":163779,"limit":5000000},"entityaccesscount":{"value":1,"limit":400},"timingprofile":["100.00%  685.182      1 -total"," 41.34%  283.240      1 Template:Reflist"," 28.80%  197.309     34 Template:Cite_web"," 12.25%   83.948     71 Template:Main"," 10.55%   72.300      1 Template:Citation_needed"," 10.25%   70.250      2 Template:Fix"," 10.14%   69.463      2 Template:Commons_category","  9.63%   65.997      2 Template:Sister_project","  8.77%   60.062      2 Template:Side_box","  7.07%   48.440      1 Template:Convert"]},"scribunto":{"limitreport-timeusage":{"value":"0.342","limit":"10.000"},"limitreport-memusage":{"value":9942007,"limit":52428800},"limitreport-logs":"table#1 {\n  [\"size\"] = \"tiny\",\n}\n"},"cachereport":{"origin":"mw2351","timestamp":"20200929143859","ttl":2592000,"transientcontent":false}}});});</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"List of neighborhoods in San Francisco","url":"https:\/\/en.wikipedia.org\/wiki\/List_of_neighborhoods_in_San_Francisco","sameAs":"http:\/\/www.wikidata.org\/entity\/Q1969642","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q1969642","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2005-02-10T01:04:15Z","dateModified":"2020-09-19T23:48:45Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/48\/San_Francisco_from_Presidio_1966.jpg","headline":"A deeper look of all the neighborhoods in the City and County of San Francisco."}</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":128,"wgHostname":"mw2336"});});</script>
</body></html>
In [33]:
toc_tags = soup.find_all('span', class_='toctext')
toc_tags
Out[33]:
[<span class="toctext">Alamo Square</span>,
 <span class="toctext">Anza Vista</span>,
 <span class="toctext">Ashbury Heights</span>,
 <span class="toctext">Balboa Park</span>,
 <span class="toctext">Balboa Terrace</span>,
 <span class="toctext">Bayview</span>,
 <span class="toctext">Belden Place</span>,
 <span class="toctext">Bernal Heights</span>,
 <span class="toctext">Buena Vista</span>,
 <span class="toctext">Butchertown (Old and New)</span>,
 <span class="toctext">Castro</span>,
 <span class="toctext">Cathedral Hill</span>,
 <span class="toctext">Cayuga Terrace</span>,
 <span class="toctext">China Basin</span>,
 <span class="toctext">Chinatown</span>,
 <span class="toctext">Civic Center</span>,
 <span class="toctext">Clarendon Heights</span>,
 <span class="toctext">Cole Valley</span>,
 <span class="toctext">Corona Heights</span>,
 <span class="toctext">Cow Hollow</span>,
 <span class="toctext">Crocker-Amazon</span>,
 <span class="toctext">Design District</span>,
 <span class="toctext">Diamond Heights</span>,
 <span class="toctext">Dogpatch</span>,
 <span class="toctext">Dolores Heights</span>,
 <span class="toctext">Duboce Triangle</span>,
 <span class="toctext">Embarcadero</span>,
 <span class="toctext">Eureka Valley</span>,
 <span class="toctext">Excelsior</span>,
 <span class="toctext">Fillmore</span>,
 <span class="toctext">Financial District</span>,
 <span class="toctext">Financial District South</span>,
 <span class="toctext">Fisherman's Wharf</span>,
 <span class="toctext">Forest Hill</span>,
 <span class="toctext">Forest Knolls</span>,
 <span class="toctext">Glen Park</span>,
 <span class="toctext">Golden Gate Heights</span>,
 <span class="toctext">Haight-Ashbury</span>,
 <span class="toctext">Hayes Valley</span>,
 <span class="toctext">Hunters Point</span>,
 <span class="toctext">India Basin</span>,
 <span class="toctext">Ingleside</span>,
 <span class="toctext">Ingleside Terraces</span>,
 <span class="toctext">Inner Sunset</span>,
 <span class="toctext">Irish Hill</span>,
 <span class="toctext">Islais Creek</span>,
 <span class="toctext">Jackson Square</span>,
 <span class="toctext">Japantown</span>,
 <span class="toctext">Jordan Park</span>,
 <span class="toctext">Laguna Honda</span>,
 <span class="toctext">Lake Street</span>,
 <span class="toctext">Lakeside</span>,
 <span class="toctext">Lakeshore</span>,
 <span class="toctext">Laurel Heights</span>,
 <span class="toctext">Lincoln Manor</span>,
 <span class="toctext">Little Hollywood</span>,
 <span class="toctext">Little Russia</span>,
 <span class="toctext">Little Saigon</span>,
 <span class="toctext">Lone Mountain</span>,
 <span class="toctext">Lower Haight</span>,
 <span class="toctext">Lower Pacific Heights</span>,
 <span class="toctext">Lower Nob Hill</span>,
 <span class="toctext">Marina District</span>,
 <span class="toctext">Merced Heights</span>,
 <span class="toctext">Merced Manor</span>,
 <span class="toctext">Midtown Terrace</span>,
 <span class="toctext">Mid-Market</span>,
 <span class="toctext">Miraloma Park</span>,
 <span class="toctext">Mission Bay</span>,
 <span class="toctext">Mission District</span>,
 <span class="toctext">Mission Dolores</span>,
 <span class="toctext">Mission Terrace</span>,
 <span class="toctext">Monterey Heights</span>,
 <span class="toctext">Mount Davidson</span>,
 <span class="toctext">Nob Hill</span>,
 <span class="toctext">Noe Valley</span>,
 <span class="toctext">North Beach</span>,
 <span class="toctext">North of Panhandle</span>,
 <span class="toctext">Oceanview</span>,
 <span class="toctext">Outer Mission</span>,
 <span class="toctext">Outer Sunset</span>,
 <span class="toctext">Pacific Heights</span>,
 <span class="toctext">Parkmerced</span>,
 <span class="toctext">Parkside</span>,
 <span class="toctext">Parnassus</span>,
 <span class="toctext">Polk Gulch</span>,
 <span class="toctext">Portola</span>,
 <span class="toctext">Portola Place</span>,
 <span class="toctext">Potrero Hill</span>,
 <span class="toctext">Presidio</span>,
 <span class="toctext">Presidio Heights</span>,
 <span class="toctext">Richmond District</span>,
 <span class="toctext">Rincon Hill</span>,
 <span class="toctext">Russian Hill</span>,
 <span class="toctext">Saint Francis Wood</span>,
 <span class="toctext">Sea Cliff</span>,
 <span class="toctext">Sherwood Forest</span>,
 <span class="toctext">Silver Terrace</span>,
 <span class="toctext">South Beach</span>,
 <span class="toctext">South End</span>,
 <span class="toctext">South of Market</span>,
 <span class="toctext">South Park</span>,
 <span class="toctext">Sunnydale</span>,
 <span class="toctext">Sunnyside</span>,
 <span class="toctext">Sunset District</span>,
 <span class="toctext">Telegraph Hill</span>,
 <span class="toctext">Tenderloin</span>,
 <span class="toctext">Treasure Island</span>,
 <span class="toctext">Twin Peaks</span>,
 <span class="toctext">Union Square</span>,
 <span class="toctext">University Mound</span>,
 <span class="toctext">Upper Market</span>,
 <span class="toctext">Visitacion Valley</span>,
 <span class="toctext">Vista del Mar</span>,
 <span class="toctext">West Portal</span>,
 <span class="toctext">Western Addition</span>,
 <span class="toctext">Westwood Highlands</span>,
 <span class="toctext">Westwood Park</span>,
 <span class="toctext">Yerba Buena</span>,
 <span class="toctext">See also</span>,
 <span class="toctext">References</span>,
 <span class="toctext">External links</span>,
 <span class="toctext">Specific neighborhoods</span>]
In [34]:
san_neighbourhoods = []
for tag in toc_tags[:-4]:
    san_neighbourhoods.append(tag.text)

san_neighbourhoods
Out[34]:
['Alamo Square',
 'Anza Vista',
 'Ashbury Heights',
 'Balboa Park',
 'Balboa Terrace',
 'Bayview',
 'Belden Place',
 'Bernal Heights',
 'Buena Vista',
 'Butchertown (Old and New)',
 'Castro',
 'Cathedral Hill',
 'Cayuga Terrace',
 'China Basin',
 'Chinatown',
 'Civic Center',
 'Clarendon Heights',
 'Cole Valley',
 'Corona Heights',
 'Cow Hollow',
 'Crocker-Amazon',
 'Design District',
 'Diamond Heights',
 'Dogpatch',
 'Dolores Heights',
 'Duboce Triangle',
 'Embarcadero',
 'Eureka Valley',
 'Excelsior',
 'Fillmore',
 'Financial District',
 'Financial District South',
 "Fisherman's Wharf",
 'Forest Hill',
 'Forest Knolls',
 'Glen Park',
 'Golden Gate Heights',
 'Haight-Ashbury',
 'Hayes Valley',
 'Hunters Point',
 'India Basin',
 'Ingleside',
 'Ingleside Terraces',
 'Inner Sunset',
 'Irish Hill',
 'Islais Creek',
 'Jackson Square',
 'Japantown',
 'Jordan Park',
 'Laguna Honda',
 'Lake Street',
 'Lakeside',
 'Lakeshore',
 'Laurel Heights',
 'Lincoln Manor',
 'Little Hollywood',
 'Little Russia',
 'Little Saigon',
 'Lone Mountain',
 'Lower Haight',
 'Lower Pacific Heights',
 'Lower Nob Hill',
 'Marina District',
 'Merced Heights',
 'Merced Manor',
 'Midtown Terrace',
 'Mid-Market',
 'Miraloma Park',
 'Mission Bay',
 'Mission District',
 'Mission Dolores',
 'Mission Terrace',
 'Monterey Heights',
 'Mount Davidson',
 'Nob Hill',
 'Noe Valley',
 'North Beach',
 'North of Panhandle',
 'Oceanview',
 'Outer Mission',
 'Outer Sunset',
 'Pacific Heights',
 'Parkmerced',
 'Parkside',
 'Parnassus',
 'Polk Gulch',
 'Portola',
 'Portola Place',
 'Potrero Hill',
 'Presidio',
 'Presidio Heights',
 'Richmond District',
 'Rincon Hill',
 'Russian Hill',
 'Saint Francis Wood',
 'Sea Cliff',
 'Sherwood Forest',
 'Silver Terrace',
 'South Beach',
 'South End',
 'South of Market',
 'South Park',
 'Sunnydale',
 'Sunnyside',
 'Sunset District',
 'Telegraph Hill',
 'Tenderloin',
 'Treasure Island',
 'Twin Peaks',
 'Union Square',
 'University Mound',
 'Upper Market',
 'Visitacion Valley',
 'Vista del Mar',
 'West Portal',
 'Western Addition',
 'Westwood Highlands',
 'Westwood Park',
 'Yerba Buena']
In [35]:
san_df = pd.DataFrame(san_neighbourhoods, columns=['Neighbourhood'])
san_df['City'] = 'San Francisco'
san_df['State']='CA'
san_df['Country'] = 'USA'

san_df.head()
Out[35]:
Neighbourhood City State Country
0 Alamo Square San Francisco CA USA
1 Anza Vista San Francisco CA USA
2 Ashbury Heights San Francisco CA USA
3 Balboa Park San Francisco CA USA
4 Balboa Terrace San Francisco CA USA
In [36]:
web_page = requests.get('https://en.wikipedia.org/wiki/Category:Areas_of_Liverpool').text
web_page
Out[36]:
'<!DOCTYPE html>\n<html class="client-nojs" lang="en" dir="ltr">\n<head>\n<meta charset="UTF-8"/>\n<title>Category:Areas of Liverpool - Wikipedia</title>\n<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"5ac8a692-4bf6-49aa-97f9-aa00f4aca1c9","wgCSPNonce":!1,"wgCanonicalNamespace":"Category","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":14,"wgPageName":"Category:Areas_of_Liverpool","wgTitle":"Areas of Liverpool","wgCurRevisionId":949296016,"wgRevisionId":949296016,"wgArticleId":37487049,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Towns and villages in Merseyside","Geography of Liverpool","Liverpool Urban Area","Suburbs by city","Neighbourhoods in England"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"Category:Areas_of_Liverpool","wgRelevantArticleId":\n37487049,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q8261457"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","mediawiki.action.view.categoryPage.styles":"ready","ext.categoryTree.styles":"ready","mediawiki.helplink":"ready",\n"skins.vector.styles.legacy":"ready","jquery.makeCollapsible.styles":"ready","ext.tmh.thumbnail.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.categoryTree","site","mediawiki.page.ready","jquery.makeCollapsible","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","mw.MediaWikiPlayer.loader","mw.PopUpMediaTransform","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\\\","watchToken":"+\\\\","csrfToken":"+\\\\"});\n});});</script>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=ext.categoryTree.styles%7Cext.tmh.thumbnail.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cmediawiki.action.view.categoryPage.styles%7Cmediawiki.helplink%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector"/>\n<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>\n<meta name="ResourceLoaderDynamicStyles" content=""/>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>\n<meta name="generator" content="MediaWiki 1.36.0-wmf.10"/>\n<meta name="referrer" content="origin"/>\n<meta name="referrer" content="origin-when-crossorigin"/>\n<meta name="referrer" content="origin-when-cross-origin"/>\n<link rel="alternate" media="only screen and (max-width: 720px)" href="//en.m.wikipedia.org/wiki/Category:Areas_of_Liverpool"/>\n<link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=Category:Areas_of_Liverpool&amp;action=edit"/>\n<link rel="edit" title="Edit this page" href="/w/index.php?title=Category:Areas_of_Liverpool&amp;action=edit"/>\n<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>\n<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>\n<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)"/>\n<link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd"/>\n<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>\n<link rel="canonical" href="https://en.wikipedia.org/wiki/Category:Areas_of_Liverpool"/>\n<link rel="dns-prefetch" href="//login.wikimedia.org"/>\n<link rel="dns-prefetch" href="//meta.wikimedia.org" />\n</head>\n<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-14 ns-subject mw-editable page-Category_Areas_of_Liverpool rootpage-Category_Areas_of_Liverpool skin-vector action-view skin-vector-legacy"><div id="mw-page-base" class="noprint"></div>\n<div id="mw-head-base" class="noprint"></div>\n<div id="content" class="mw-body" role="main">\n\t<a id="top"></a>\n\t<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>\n\t<div class="mw-indicators mw-body-content">\n\t<div id="mw-indicator-mw-helplink" class="mw-indicator"><a href="/wiki/Help:Category" target="_blank" class="mw-helplink">Help</a></div>\n\t</div>\n\t<h1 id="firstHeading" class="firstHeading" lang="en">Category:Areas of Liverpool</h1>\n\t<div id="bodyContent" class="mw-body-content">\n\t\t<div id="siteSub" class="noprint">From Wikipedia, the free encyclopedia</div>\n\t\t<div id="contentSub"></div>\n\t\t<div id="contentSub2"></div>\n\t\t\n\t\t<div id="jump-to-nav"></div>\n\t\t<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>\n\t\t<a class="mw-jump-link" href="#searchInput">Jump to search</a>\n\t\t<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><style data-mw-deduplicate="TemplateStyles:r936637989">.mw-parser-output .portal{border:solid #aaa 1px;padding:0}.mw-parser-output .portal.tleft{margin:0.5em 1em 0.5em 0}.mw-parser-output .portal.tright{margin:0.5em 0 0.5em 1em}.mw-parser-output .portal>ul{display:table;box-sizing:border-box;padding:0.1em;max-width:175px;background:#f9f9f9;font-size:85%;line-height:110%;font-style:italic;font-weight:bold}.mw-parser-output .portal>ul>li{display:table-row}.mw-parser-output .portal>ul>li>span:first-child{display:table-cell;padding:0.2em;vertical-align:middle;text-align:center}.mw-parser-output .portal>ul>li>span:last-child{display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle}</style><div role="navigation" aria-label="Portals" class="noprint portal plainlist tright">\n<ul>\n<li><span><img alt="flag" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Flag_of_North_West_England.svg/32px-Flag_of_North_West_England.svg.png" decoding="async" width="32" height="19" class="noviewer thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Flag_of_North_West_England.svg/48px-Flag_of_North_West_England.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Flag_of_North_West_England.svg/64px-Flag_of_North_West_England.svg.png 2x" data-file-width="500" data-file-height="300" /></span><span><a href="/wiki/Portal:North_West_England" title="Portal:North West England">North West England portal</a></span></li></ul></div><div role="navigation" class="navbox" aria-labelledby="Districts_and_Wards_of_the_City_of_Liverpool" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Liverpool" title="Template:Liverpool"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Liverpool" title="Template talk:Liverpool"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Liverpool&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a></li></ul></div><div id="Districts_and_Wards_of_the_City_of_Liverpool" style="font-size:114%;margin:0 4em"><a href="/wiki/Liverpool" title="Liverpool">Districts and Wards of the City of Liverpool</a></div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">Districts</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Aigburth" title="Aigburth">Aigburth</a></li>\n<li><a href="/wiki/Allerton,_Liverpool" title="Allerton, Liverpool">Allerton</a></li>\n<li><a href="/wiki/Anfield_(suburb)" title="Anfield (suburb)">Anfield</a></li>\n<li><a href="/wiki/Belle_Vale,_Liverpool" title="Belle Vale, Liverpool">Belle Vale</a></li>\n<li><a href="/wiki/Broadgreen" title="Broadgreen">Broadgreen</a></li>\n<li><a href="/wiki/Canning,_Liverpool" title="Canning, Liverpool">Canning</a></li>\n<li><a href="/wiki/Childwall" title="Childwall">Childwall</a></li>\n<li><a href="/wiki/Chinatown,_Liverpool" title="Chinatown, Liverpool">Chinatown</a></li>\n<li><a href="/wiki/Liverpool_city_centre" title="Liverpool city centre">City Centre</a></li>\n<li><a href="/wiki/Clubmoor" title="Clubmoor">Clubmoor</a></li>\n<li><a href="/wiki/Croxteth" title="Croxteth">Croxteth</a></li>\n<li><a href="/wiki/Dingle,_Liverpool" title="Dingle, Liverpool">Dingle</a></li>\n<li><a href="/wiki/Dovecot,_Liverpool" title="Dovecot, Liverpool">Dovecot</a></li>\n<li><a href="/wiki/Edge_Hill,_Liverpool" title="Edge Hill, Liverpool">Edge Hill</a></li>\n<li><a href="/wiki/Everton,_Liverpool" title="Everton, Liverpool">Everton</a></li>\n<li><a href="/wiki/Fairfield,_Liverpool" title="Fairfield, Liverpool">Fairfield</a></li>\n<li><a href="/wiki/Fazakerley" title="Fazakerley">Fazakerley</a></li>\n<li><a href="/wiki/Garston,_Liverpool" title="Garston, Liverpool">Garston</a></li>\n<li><a href="/wiki/Gateacre" title="Gateacre">Gateacre</a></li>\n<li><a href="/wiki/Gillmoss" title="Gillmoss">Gillmoss</a></li>\n<li><a href="/wiki/Grassendale" title="Grassendale">Grassendale</a></li>\n<li><a href="/wiki/Hunt%27s_Cross" title="Hunt&#39;s Cross">Hunt\'s Cross</a></li>\n<li><a href="/wiki/Kensington,_Liverpool" title="Kensington, Liverpool">Kensington</a></li>\n<li><a href="/wiki/Kirkdale,_Liverpool" title="Kirkdale, Liverpool">Kirkdale</a></li>\n<li><a href="/wiki/Knotty_Ash" title="Knotty Ash">Knotty Ash</a></li>\n<li><a href="/wiki/Mossley_Hill" title="Mossley Hill">Mossley Hill</a></li>\n<li><a href="/wiki/Netherley,_Liverpool" title="Netherley, Liverpool">Netherley</a></li>\n<li><a href="/wiki/Norris_Green" title="Norris Green">Norris Green</a></li>\n<li><a href="/wiki/Old_Swan" title="Old Swan">Old Swan</a></li>\n<li><a href="/wiki/Orrell_Park" title="Orrell Park">Orrell Park</a></li>\n<li><a href="/wiki/Sefton_Park_(district)" title="Sefton Park (district)">Sefton Park</a></li>\n<li><a href="/wiki/St_Michael%27s_Hamlet" title="St Michael&#39;s Hamlet">St Michael\'s Hamlet</a></li>\n<li><a href="/wiki/Speke" title="Speke">Speke</a></li>\n<li><a href="/wiki/Stoneycroft" title="Stoneycroft">Stoneycroft</a></li>\n<li><a href="/wiki/Toxteth" title="Toxteth">Toxteth</a></li>\n<li><a href="/wiki/Tuebrook" title="Tuebrook">Tuebrook</a></li>\n<li><a href="/wiki/Vauxhall,_Liverpool" title="Vauxhall, Liverpool">Vauxhall</a></li>\n<li><a href="/wiki/Walton,_Liverpool" title="Walton, Liverpool">Walton</a></li>\n<li><a href="/wiki/Wavertree" title="Wavertree">Wavertree</a></li>\n<li><a href="/wiki/West_Derby" title="West Derby">West Derby</a></li>\n<li><a href="/wiki/Woolton" title="Woolton">Woolton</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Wards</th><td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Allerton_and_Hunts_Cross_(ward)" title="Allerton and Hunts Cross (ward)">Allerton and Hunt\'s Cross</a></li>\n<li><a href="/wiki/Anfield_(ward)" title="Anfield (ward)">Anfield</a></li>\n<li><a href="/wiki/Belle_Vale_(ward)" title="Belle Vale (ward)">Belle Vale</a></li>\n<li><a href="/wiki/Central_(Liverpool_ward)" title="Central (Liverpool ward)">Central</a></li>\n<li><a href="/wiki/Childwall_(ward)" title="Childwall (ward)">Childwall</a></li>\n<li><a href="/wiki/Church_(Liverpool_ward)" title="Church (Liverpool ward)">Church</a></li>\n<li><a href="/wiki/Clubmoor_(ward)" title="Clubmoor (ward)">Clubmoor</a></li>\n<li><a href="/wiki/County_(ward)" title="County (ward)">County</a></li>\n<li><a href="/wiki/Cressington_(ward)" title="Cressington (ward)">Cressington</a></li>\n<li><a href="/wiki/Croxteth_(ward)" title="Croxteth (ward)">Croxteth</a></li>\n<li><a href="/wiki/Everton_(ward)" title="Everton (ward)">Everton</a></li>\n<li><a href="/wiki/Fazakerley_(ward)" title="Fazakerley (ward)">Fazakerley</a></li>\n<li><a href="/wiki/Greenbank_(ward)" title="Greenbank (ward)">Greenbank</a></li>\n<li><a href="/wiki/Kensington_and_Fairfield_(ward)" title="Kensington and Fairfield (ward)">Kensington and Fairfield</a></li>\n<li><a href="/wiki/Kirkdale_(ward)" title="Kirkdale (ward)">Kirkdale</a></li>\n<li><a href="/wiki/Knotty_Ash_(ward)" title="Knotty Ash (ward)">Knotty Ash</a></li>\n<li><a href="/wiki/Mossley_Hill_(ward)" title="Mossley Hill (ward)">Mossley Hill</a></li>\n<li><a href="/wiki/Norris_Green_(ward)" title="Norris Green (ward)">Norris Green</a></li>\n<li><a href="/wiki/Old_Swan_(ward)" title="Old Swan (ward)">Old Swan</a></li>\n<li><a href="/wiki/Picton_(ward)" title="Picton (ward)">Picton</a></li>\n<li><a href="/wiki/Princes_Park_(Liverpool_ward)" title="Princes Park (Liverpool ward)">Princes Park</a></li>\n<li><a href="/wiki/Riverside_(Liverpool_ward)" title="Riverside (Liverpool ward)">Riverside</a></li>\n<li><a href="/wiki/Speke-Garston_(ward)" title="Speke-Garston (ward)">Speke-Garston</a></li>\n<li><a href="/wiki/St_Michael%27s_(Liverpool_ward)" title="St Michael&#39;s (Liverpool ward)">St Michael\'s</a></li>\n<li><a href="/wiki/Tuebrook_and_Stoneycroft_(ward)" title="Tuebrook and Stoneycroft (ward)">Tuebrook and Stoneycroft</a></li>\n<li><a href="/wiki/Warbreck_(ward)" title="Warbreck (ward)">Warbreck</a></li>\n<li><a href="/wiki/Wavertree_(ward)" title="Wavertree (ward)">Wavertree</a></li>\n<li><a href="/wiki/West_Derby_(ward)" title="West Derby (ward)">West Derby</a></li>\n<li><a href="/wiki/Woolton_(ward)" title="Woolton (ward)">Woolton</a></li>\n<li><a href="/wiki/Yew_Tree_(ward)" title="Yew Tree (ward)">Yew Tree</a></li></ul>\n</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Defunct wards</th><td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Abercromby_(Liverpool_ward)" title="Abercromby (Liverpool ward)">Abercromby</a></li>\n<li><a href="/wiki/Arundel_(Liverpool_ward)" title="Arundel (Liverpool ward)">Arundel</a></li>\n<li><a href="/wiki/Breckfield_(Liverpool_ward)" title="Breckfield (Liverpool ward)">Breckfield</a></li>\n<li><a href="/wiki/Brunswick_(Liverpool_ward)" class="mw-redirect" title="Brunswick (Liverpool ward)">Brunswick</a></li>\n<li><a href="/w/index.php?title=Castle_Street_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Castle Street (Liverpool ward) (page does not exist)">Castle Street</a></li>\n<li><a href="/w/index.php?title=Dovecot_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Dovecot (Liverpool ward) (page does not exist)">Dovecot</a></li>\n<li><a href="/w/index.php?title=Exchange_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Exchange (Liverpool ward) (page does not exist)">Exchange</a></li>\n<li><a href="/wiki/Princes_Park_(Liverpool_ward)" title="Princes Park (Liverpool ward)">Granby</a></li>\n<li><a href="/w/index.php?title=Great_George(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Great George(Liverpool ward) (page does not exist)">Great George</a></li>\n<li><a href="/w/index.php?title=Lime_Street_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Lime Street (Liverpool ward) (page does not exist)">Lime Street</a></li>\n<li><a href="/w/index.php?title=Little_Woolton_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Little Woolton (Liverpool ward) (page does not exist)">Little Woolton</a></li>\n<li><a href="/w/index.php?title=Low_Hill_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Low Hill (Liverpool ward) (page does not exist)">Low Hill</a></li>\n<li><a href="/w/index.php?title=Melrose_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Melrose (Liverpool ward) (page does not exist)">Melrose</a></li>\n<li><a href="/w/index.php?title=Much_Woolton_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Much Woolton (Liverpool ward) (page does not exist)">Much Woolton</a></li>\n<li><a href="/w/index.php?title=Netherfield_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Netherfield (Liverpool ward) (page does not exist)">Netherfield</a></li>\n<li><a href="/w/index.php?title=North_Toxteth_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="North Toxteth (Liverpool ward) (page does not exist)">North Toxteth</a></li>\n<li><a href="/w/index.php?title=Pirrie_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Pirrie (Liverpool ward) (page does not exist)">Pirrie</a></li>\n<li><a href="/w/index.php?title=Pitt_Street_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Pitt Street (Liverpool ward) (page does not exist)">Pitt Street</a></li>\n<li><a href="/w/index.php?title=Rodney_Street_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Rodney Street (Liverpool ward) (page does not exist)">Rodney Street</a></li>\n<li><a href="/wiki/St._Anne_Street_(Liverpool_ward)" title="St. Anne Street (Liverpool ward)">St. Anne Street</a></li>\n<li><a href="/w/index.php?title=St._Domingo_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="St. Domingo (Liverpool ward) (page does not exist)">St. Domingo</a></li>\n<li><a href="/w/index.php?title=St._James%27_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="St. James&#39; (Liverpool ward) (page does not exist)">St. James\'</a></li>\n<li><a href="/w/index.php?title=St._Mary%27s_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="St. Mary&#39;s (Liverpool ward) (page does not exist)">St. Mary\'s</a></li>\n<li><a href="/w/index.php?title=St._Paul%27s_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="St. Paul&#39;s (Liverpool ward) (page does not exist)">St. Paul\'s</a></li>\n<li><a href="/w/index.php?title=St._Peter%27s_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="St. Peter&#39;s (Liverpool ward) (page does not exist)">St. Peter\'s</a></li>\n<li><a href="/w/index.php?title=Sandhills_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Sandhills (Liverpool ward) (page does not exist)">Sandhills</a></li>\n<li><a href="/w/index.php?title=Scotland_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Scotland (Liverpool ward) (page does not exist)">Scotland</a></li>\n<li><a href="/w/index.php?title=Sefton_Park_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Sefton Park (Liverpool ward) (page does not exist)">Sefton Park</a></li>\n<li><a href="/w/index.php?title=Smithdown_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Smithdown (Liverpool ward) (page does not exist)">Smithdown</a></li>\n<li><a href="/w/index.php?title=South_Toxteth_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="South Toxteth (Liverpool ward) (page does not exist)">South Toxteth</a></li>\n<li><a href="/wiki/Vauxhall_(Liverpool_ward)" class="mw-redirect" title="Vauxhall (Liverpool ward)">Vauxhall</a></li>\n<li><a href="/w/index.php?title=Westminster_(Liverpool_ward)&amp;action=edit&amp;redlink=1" class="new" title="Westminster (Liverpool ward) (page does not exist)">Westminster</a></li></ul>\n</div></td></tr></tbody></table></div><div role="navigation" class="navbox" aria-labelledby="Liverpool" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="3"><div class="plainlinks hlist navbar mini"><ul><li class="nv-view"><a href="/wiki/Template:Liverpool_related_articles" title="Template:Liverpool related articles"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Liverpool_related_articles" title="Template talk:Liverpool related articles"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a></li><li class="nv-edit"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Liverpool_related_articles&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a></li></ul></div><div id="Liverpool" style="font-size:114%;margin:0 4em"><a href="/wiki/Liverpool" title="Liverpool">Liverpool</a></div></th></tr><tr><td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px"><div style="padding:0em 0.25em">\n<ul><li><a href="/wiki/Architecture_of_Liverpool" title="Architecture of Liverpool">Architecture</a>\n<ul><li><a href="/wiki/Listed_buildings_in_Liverpool" title="Listed buildings in Liverpool">Listed buildings</a></li>\n<li><a href="/wiki/List_of_tallest_buildings_and_structures_in_Liverpool" title="List of tallest buildings and structures in Liverpool">Tallest buildings</a></li></ul></li>\n<li><a href="/wiki/Category:Companies_based_in_Liverpool" title="Category:Companies based in Liverpool">Companies</a></li>\n<li><a href="/wiki/Liverpool_City_Council" title="Liverpool City Council">Council</a></li>\n<li><a href="/wiki/Culture_of_Liverpool" title="Culture of Liverpool">Culture</a>\n<ul><li><a href="/wiki/Music_of_Liverpool" title="Music of Liverpool">Music</a></li></ul></li>\n<li><a href="/wiki/Demography_of_Liverpool" title="Demography of Liverpool">Demographics</a></li>\n<li><a href="/wiki/Scouse" title="Scouse">Dialect</a></li>\n<li><a class="mw-selflink selflink">Districts</a></li>\n<li><a href="/wiki/Economy_of_Liverpool" title="Economy of Liverpool">Economy</a></li>\n<li><a href="/wiki/Category:Education_in_Liverpool" title="Category:Education in Liverpool">Education</a>\n<ul><li><a href="/wiki/List_of_schools_in_Liverpool" title="List of schools in Liverpool">Schools</a></li></ul></li>\n<li><a href="/wiki/Liverpool_City_Council_elections" title="Liverpool City Council elections">Elections</a></li>\n<li><a href="/wiki/Merseyside_Fire_and_Rescue_Service" title="Merseyside Fire and Rescue Service">Fire</a></li>\n<li><a href="/wiki/Category:Health_in_Liverpool" title="Category:Health in Liverpool">Health</a>\n<ul><li><a href="/wiki/North_West_Ambulance_Service" title="North West Ambulance Service">Ambulance</a></li>\n<li><a href="/wiki/Category:Hospitals_in_Liverpool" title="Category:Hospitals in Liverpool">Hospitals</a></li></ul></li>\n<li><a href="/wiki/History_of_Liverpool" title="History of Liverpool">History</a>\n<ul><li><a href="/wiki/History_of_housing_in_Liverpool" title="History of housing in Liverpool">Housing</a></li>\n<li><a href="/wiki/Timeline_of_Liverpool" title="Timeline of Liverpool">Timeline</a></li></ul></li>\n<li><a href="/wiki/Liverpool#Landmarks" title="Liverpool">Landmarks</a>\n<ul><li><a href="/wiki/Liverpool_Maritime_Mercantile_City" title="Liverpool Maritime Mercantile City">Maritime Mercantile City</a></li></ul></li>\n<li><a href="/wiki/Lord_Mayor_of_Liverpool" title="Lord Mayor of Liverpool">Lord Mayor</a></li>\n<li><a href="/wiki/Directly_elected_mayor_of_Liverpool" class="mw-redirect" title="Directly elected mayor of Liverpool">Mayor</a></li>\n<li><a href="/wiki/Liverpool#Media" title="Liverpool">Media</a>\n<ul><li><a href="/wiki/List_of_films_and_television_shows_set_in_Liverpool" class="mw-redirect" title="List of films and television shows set in Liverpool">Film and Television</a></li></ul></li>\n<li><a href="/wiki/Parks_and_open_spaces_in_Liverpool" title="Parks and open spaces in Liverpool">Parks</a></li>\n<li><a href="/wiki/List_of_people_from_Merseyside" title="List of people from Merseyside">People</a></li>\n<li><a href="/wiki/Merseyside_Police" title="Merseyside Police">Police</a>\n<ul><li><a href="/wiki/Merseyside_Police#Air_Support_Group" title="Merseyside Police">Air Support Group</a></li>\n<li><a href="/wiki/Port_of_Liverpool_Police" title="Port of Liverpool Police">Port</a></li>\n<li><a href="/wiki/Mersey_Tunnels_Police" title="Mersey Tunnels Police">Tunnels</a></li></ul></li>\n<li><a href="/wiki/Port_of_Liverpool" title="Port of Liverpool">Port</a>\n<ul><li><a href="/wiki/List_of_Liverpool_Docks" title="List of Liverpool Docks">Docks</a></li></ul></li>\n<li><a href="/wiki/List_of_public_art_in_Liverpool" title="List of public art in Liverpool">Public art</a></li>\n<li><a href="/wiki/Demography_of_Liverpool#Religion" title="Demography of Liverpool">Religion</a>\n<ul><li><a href="/wiki/Archbishop_of_Liverpool" title="Archbishop of Liverpool">Archbishop</a></li>\n<li><a href="/wiki/Bishop_of_Liverpool" title="Bishop of Liverpool">Bishop</a></li></ul></li>\n<li><a href="/wiki/Economy_of_Liverpool#Retail" title="Economy of Liverpool">Retail</a></li>\n<li><a href="/wiki/Category:Sport_in_Liverpool" title="Category:Sport in Liverpool">Sport</a></li>\n<li><a href="/wiki/Transport_in_Liverpool" title="Transport in Liverpool">Transportation</a></li>\n<li><a href="/wiki/Liverpool_City_Council#Council_Wards" title="Liverpool City Council">Wards</a></li></ul>\n</div></td><td class="noviewer navbox-image" rowspan="1" style="width:1px;padding:0px 0px 0px 2px"><div><div class="floatleft"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/96/Liverpool_Waterfront_Sunrise.jpg/150px-Liverpool_Waterfront_Sunrise.jpg" decoding="async" width="150" height="100" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/96/Liverpool_Waterfront_Sunrise.jpg/225px-Liverpool_Waterfront_Sunrise.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/96/Liverpool_Waterfront_Sunrise.jpg/300px-Liverpool_Waterfront_Sunrise.jpg 2x" data-file-width="800" data-file-height="535" /></div></div></td></tr><tr><td class="navbox-abovebelow" colspan="3"><div>\n<ul><li><a href="/wiki/Liverpool" title="Liverpool">City of Liverpool</a></li>\n<li><a href="/wiki/Merseyside" title="Merseyside">Merseyside</a></li>\n<li><a href="/wiki/North_West_England" title="North West England">North West England</a></li>\n<li><a href="/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a></li></ul>\n</div></td></tr></tbody></table></div>\n<p>Districts in the <a href="/wiki/City" title="City">city</a> and <a href="/wiki/Metropolitan_borough" title="Metropolitan borough">metropolitan borough</a> of <a href="/wiki/Liverpool" title="Liverpool">Liverpool</a>, <a href="/wiki/Merseyside" title="Merseyside">Merseyside</a>\n</p>\n<!-- \nNewPP limit report\nParsed by mw2239\nCached time: 20200922213112\nCache expiry: 2592000\nDynamic content: false\nComplications: []\nCPU time usage: 0.116 seconds\nReal time usage: 0.147 seconds\nPreprocessor visited node count: 93/1000000\nPost‐expand include size: 27574/2097152 bytes\nTemplate argument size: 0/2097152 bytes\nHighest expansion depth: 5/40\nExpensive parser function count: 1/500\nUnstrip recursion depth: 0/20\nUnstrip post‐expand size: 751/5000000 bytes\nLua time usage: 0.043/10.000 seconds\nLua memory usage: 924 KB/50 MB\nNumber of Wikibase entities loaded: 0/400\n-->\n<!--\nTransclusion expansion time report (%,ms,calls,template)\n100.00%   87.961      1 -total\n 66.15%   58.182      1 Template:Portal\n 25.57%   22.489      1 Template:Liverpool\n 24.76%   21.779      2 Template:Navbox\n  8.00%    7.040      1 Template:Liverpool_related_articles\n-->\n\n<!-- Saved in parser cache with key enwiki:pcache:idhash:37487049-0!canonical and timestamp 20200922213112 and revision id 949296016\n -->\n</div><div class="mw-category-generated" lang="en" dir="ltr"><div id="mw-subcategories">\n<h2>Subcategories</h2>\n<p>This category has the following 2 subcategories, out of 2 total.\n</p><div lang="en" dir="ltr" class="mw-content-ltr"><h3>E</h3>\n<ul><li><div class="CategoryTreeSection"><div class="CategoryTreeItem"><span class="CategoryTreeEmptyBullet">► </span> <a href="/wiki/Category:Edge_Hill,_Liverpool" title="Category:Edge Hill, Liverpool">Edge Hill, Liverpool</a>\u200e <span title="Contains 0 subcategories, 6 pages, and 0 files" dir="ltr">(6 P)</span></div><div class="CategoryTreeChildren" style="display:none"></div></div></li></ul><h3>T</h3>\n<ul><li><div class="CategoryTreeSection"><div class="CategoryTreeItem"><span class="CategoryTreeEmptyBullet">► </span> <a href="/wiki/Category:Toxteth" title="Category:Toxteth">Toxteth</a>\u200e <span title="Contains 0 subcategories, 17 pages, and 0 files" dir="ltr">(17 P)</span></div><div class="CategoryTreeChildren" style="display:none"></div></div></li></ul></div>\n</div><div id="mw-pages">\n<h2><span class="anchor" id="Pages_in_category"></span>Pages in category "Areas of Liverpool"</h2>\n<p>The following 41 pages are in this category, out of  41 total. This list may not reflect recent changes (<a href="/wiki/Wikipedia:FAQ/Categorization#Why_might_a_category_list_not_be_up_to_date?" title="Wikipedia:FAQ/Categorization">learn more</a>).\n</p><div lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-category"><div class="mw-category-group"><h3>A</h3>\n<ul><li><a href="/wiki/Aigburth" title="Aigburth">Aigburth</a></li>\n<li><a href="/wiki/Allerton,_Liverpool" title="Allerton, Liverpool">Allerton, Liverpool</a></li>\n<li><a href="/wiki/Anfield_(suburb)" title="Anfield (suburb)">Anfield (suburb)</a></li></ul></div><div class="mw-category-group"><h3>B</h3>\n<ul><li><a href="/wiki/Belle_Vale,_Liverpool" title="Belle Vale, Liverpool">Belle Vale, Liverpool</a></li>\n<li><a href="/wiki/Broadgreen" title="Broadgreen">Broadgreen</a></li></ul></div><div class="mw-category-group"><h3>C</h3>\n<ul><li><a href="/wiki/Canning,_Liverpool" title="Canning, Liverpool">Canning, Liverpool</a></li>\n<li><a href="/wiki/Childwall" title="Childwall">Childwall</a></li>\n<li><a href="/wiki/Chinatown,_Liverpool" title="Chinatown, Liverpool">Chinatown, Liverpool</a></li>\n<li><a href="/wiki/Liverpool_city_centre" title="Liverpool city centre">Liverpool city centre</a></li>\n<li><a href="/wiki/Clubmoor" title="Clubmoor">Clubmoor</a></li>\n<li><a href="/wiki/Croxteth" title="Croxteth">Croxteth</a></li></ul></div><div class="mw-category-group"><h3>D</h3>\n<ul><li><a href="/wiki/Dingle,_Liverpool" title="Dingle, Liverpool">Dingle, Liverpool</a></li>\n<li><a href="/wiki/Dovecot,_Liverpool" title="Dovecot, Liverpool">Dovecot, Liverpool</a></li></ul></div><div class="mw-category-group"><h3>E</h3>\n<ul><li><a href="/wiki/Edge_Hill,_Liverpool" title="Edge Hill, Liverpool">Edge Hill, Liverpool</a></li>\n<li><a href="/wiki/Everton,_Liverpool" title="Everton, Liverpool">Everton, Liverpool</a></li></ul></div><div class="mw-category-group"><h3>F</h3>\n<ul><li><a href="/wiki/Fairfield,_Liverpool" title="Fairfield, Liverpool">Fairfield, Liverpool</a></li>\n<li><a href="/wiki/Fazakerley" title="Fazakerley">Fazakerley</a></li></ul></div><div class="mw-category-group"><h3>G</h3>\n<ul><li><a href="/wiki/Garston,_Liverpool" title="Garston, Liverpool">Garston, Liverpool</a></li>\n<li><a href="/wiki/Gateacre" title="Gateacre">Gateacre</a></li>\n<li><a href="/wiki/Gillmoss" title="Gillmoss">Gillmoss</a></li>\n<li><a href="/wiki/Grassendale" title="Grassendale">Grassendale</a></li></ul></div><div class="mw-category-group"><h3>H</h3>\n<ul><li><a href="/wiki/Hunt%27s_Cross" title="Hunt&#039;s Cross">Hunt&#039;s Cross</a></li></ul></div><div class="mw-category-group"><h3>K</h3>\n<ul><li><a href="/wiki/Kensington,_Liverpool" title="Kensington, Liverpool">Kensington, Liverpool</a></li>\n<li><a href="/wiki/Kirkdale,_Liverpool" title="Kirkdale, Liverpool">Kirkdale, Liverpool</a></li>\n<li><a href="/wiki/Knotty_Ash" title="Knotty Ash">Knotty Ash</a></li></ul></div><div class="mw-category-group"><h3>M</h3>\n<ul><li><a href="/wiki/Mossley_Hill" title="Mossley Hill">Mossley Hill</a></li></ul></div><div class="mw-category-group"><h3>N</h3>\n<ul><li><a href="/wiki/Netherley,_Liverpool" title="Netherley, Liverpool">Netherley, Liverpool</a></li>\n<li><a href="/wiki/Norris_Green" title="Norris Green">Norris Green</a></li></ul></div><div class="mw-category-group"><h3>O</h3>\n<ul><li><a href="/wiki/Old_Swan" title="Old Swan">Old Swan</a></li>\n<li><a href="/wiki/Orrell_Park" title="Orrell Park">Orrell Park</a></li></ul></div><div class="mw-category-group"><h3>S</h3>\n<ul><li><a href="/wiki/St_Michael%27s_Hamlet" title="St Michael&#039;s Hamlet">St Michael&#039;s Hamlet</a></li>\n<li><a href="/wiki/Sefton_Park_(district)" title="Sefton Park (district)">Sefton Park (district)</a></li>\n<li><a href="/wiki/Speke" title="Speke">Speke</a></li>\n<li><a href="/wiki/Stoneycroft" title="Stoneycroft">Stoneycroft</a></li></ul></div><div class="mw-category-group"><h3>T</h3>\n<ul><li><a href="/wiki/Toxteth" title="Toxteth">Toxteth</a></li>\n<li><a href="/wiki/Tuebrook" title="Tuebrook">Tuebrook</a></li></ul></div><div class="mw-category-group"><h3>V</h3>\n<ul><li><a href="/wiki/Vauxhall,_Liverpool" title="Vauxhall, Liverpool">Vauxhall, Liverpool</a></li></ul></div><div class="mw-category-group"><h3>W</h3>\n<ul><li><a href="/wiki/Walton,_Liverpool" title="Walton, Liverpool">Walton, Liverpool</a></li>\n<li><a href="/wiki/Wavertree" title="Wavertree">Wavertree</a></li>\n<li><a href="/wiki/West_Derby" title="West Derby">West Derby</a></li>\n<li><a href="/wiki/Woolton" title="Woolton">Woolton</a></li></ul></div></div></div>\n</div></div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>\n<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=Category:Areas_of_Liverpool&amp;oldid=949296016">https://en.wikipedia.org/w/index.php?title=Category:Areas_of_Liverpool&amp;oldid=949296016</a>"</div></div>\n\t\t<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Towns_and_villages_in_Merseyside" title="Category:Towns and villages in Merseyside">Towns and villages in Merseyside</a></li><li><a href="/wiki/Category:Geography_of_Liverpool" title="Category:Geography of Liverpool">Geography of Liverpool</a></li><li><a href="/wiki/Category:Liverpool_Urban_Area" title="Category:Liverpool Urban Area">Liverpool Urban Area</a></li><li><a href="/wiki/Category:Suburbs_by_city" title="Category:Suburbs by city">Suburbs by city</a></li><li><a href="/wiki/Category:Neighbourhoods_in_England" title="Category:Neighbourhoods in England">Neighbourhoods in England</a></li></ul></div></div>\n\t</div>\n</div>\n<div id=\'mw-data-after-content\'>\n\t<div class="read-more-container"></div>\n</div>\n\n<div id="mw-navigation">\n\t<h2>Navigation menu</h2>\n\t<div id="mw-head">\n\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-personal" class="vector-menu" aria-labelledby="p-personal-label" role="navigation" \n\t >\n\t<h3 id="p-personal-label">\n\t\t<span>Personal tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=Category%3AAreas+of+Liverpool" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=Category%3AAreas+of+Liverpool" title="You&#039;re encouraged to log in; however, it&#039;s not mandatory. [o]" accesskey="o">Log in</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t<div id="left-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-namespaces" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-namespaces-label" role="navigation" \n\t >\n\t<h3 id="p-namespaces-label">\n\t\t<span>Namespaces</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-nstab-category" class="selected"><a href="/wiki/Category:Areas_of_Liverpool" title="View the category page [c]" accesskey="c">Category</a></li><li id="ca-talk"><a href="/wiki/Category_talk:Areas_of_Liverpool" rel="discussion" title="Discuss improvements to the content page [t]" accesskey="t">Talk</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-variants" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-variants-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-variants-label" />\n\t<h3 id="p-variants-label">\n\t\t<span>Variants</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t</div>\n\t\t<div id="right-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-views" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-views-label" role="navigation" \n\t >\n\t<h3 id="p-views-label">\n\t\t<span>Views</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-view" class="selected"><a href="/wiki/Category:Areas_of_Liverpool">Read</a></li><li id="ca-edit"><a href="/w/index.php?title=Category:Areas_of_Liverpool&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a></li><li id="ca-history"><a href="/w/index.php?title=Category:Areas_of_Liverpool&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-cactions" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-cactions-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-cactions-label" />\n\t<h3 id="p-cactions-label">\n\t\t<span>More</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<div id="p-search" role="search">\n\t<h3 >\n\t\t<label for="searchInput">Search</label>\n\t</h3>\n\t<form action="/w/index.php" id="searchform">\n\t\t<div id="simpleSearch" data-search-loc="header-moved">\n\t\t\t<input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput"/>\n\t\t\t<input type="hidden" name="title" value="Special:Search">\n\t\t\t<input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>\n\t\t\t<input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>\n\t\t</div>\n\t</form>\n</div>\n\n\t\t</div>\n\t</div>\n\t\n<div id="mw-panel">\n\t<div id="p-logo" role="banner">\n\t\t<a  title="Visit the main page" class="mw-wiki-logo" href="/wiki/Main_Page"></a>\n\t</div>\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-navigation" class="vector-menu vector-menu-portal portal portal-first" aria-labelledby="p-navigation-label" role="navigation" \n\t >\n\t<h3 id="p-navigation-label">\n\t\t<span>Navigation</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a href="/wiki/Special:Random" title="Visit a randomly selected article [x]" accesskey="x">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-interaction" class="vector-menu vector-menu-portal portal" aria-labelledby="p-interaction-label" role="navigation" \n\t >\n\t<h3 id="p-interaction-label">\n\t\t<span>Contribute</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]" accesskey="r">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-tb" class="vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation" \n\t >\n\t<h3 id="p-tb-label">\n\t\t<span>Tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/Category:Areas_of_Liverpool" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/Category:Areas_of_Liverpool" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=Category:Areas_of_Liverpool&amp;oldid=949296016" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=Category:Areas_of_Liverpool&amp;action=info" title="More information about this page">Page information</a></li><li id="t-wikibase"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q8261457" title="Structured data on this page hosted by Wikidata [g]" accesskey="g">Wikidata item</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-coll-print_export" class="vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation" \n\t >\n\t<h3 id="p-coll-print_export-label">\n\t\t<span>Print/export</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=Category%3AAreas_of_Liverpool&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a href="/w/index.php?title=Category:Areas_of_Liverpool&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-wikibase-otherprojects" class="vector-menu vector-menu-portal portal" aria-labelledby="p-wikibase-otherprojects-label" role="navigation" \n\t >\n\t<h3 id="p-wikibase-otherprojects-label">\n\t\t<span>In other projects</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Category:Districts_of_Liverpool" hreflang="en">Wikimedia Commons</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-lang" class="vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation" \n\t >\n\t<h3 id="p-lang-label">\n\t\t<span>Languages</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-fa"><a href="https://fa.wikipedia.org/wiki/%D8%B1%D8%AF%D9%87:%D9%85%D8%AD%D8%AF%D9%88%D8%AF%D9%87%E2%80%8C%D9%87%D8%A7%DB%8C_%D9%84%DB%8C%D9%88%D8%B1%D9%BE%D9%88%D9%84" title="رده:محدوده\u200cهای لیورپول – Persian" lang="fa" hreflang="fa" class="interlanguage-link-target">فارسی</a></li><li class="interlanguage-link interwiki-gv"><a href="https://gv.wikipedia.org/wiki/Ronney:Slystyn_Lerphoyll" title="Ronney:Slystyn Lerphoyll – Manx" lang="gv" hreflang="gv" class="interlanguage-link-target">Gaelg</a></li><li class="interlanguage-link interwiki-hu"><a href="https://hu.wikipedia.org/wiki/Kateg%C3%B3ria:Liverpool_ker%C3%BCletei" title="Kategória:Liverpool kerületei – Hungarian" lang="hu" hreflang="hu" class="interlanguage-link-target">Magyar</a></li><li class="interlanguage-link interwiki-pl"><a href="https://pl.wikipedia.org/wiki/Kategoria:Dzielnice_Liverpoolu" title="Kategoria:Dzielnice Liverpoolu – Polish" lang="pl" hreflang="pl" class="interlanguage-link-target">Polski</a></li><li class="interlanguage-link interwiki-ur"><a href="https://ur.wikipedia.org/wiki/%D8%B2%D9%85%D8%B1%DB%81:%D9%84%DB%8C%D9%88%D8%B1%D9%BE%D9%88%D9%84_%DA%A9%DB%92_%D8%B9%D9%84%D8%A7%D9%82%DB%92" title="زمرہ:لیورپول کے علاقے – Urdu" lang="ur" hreflang="ur" class="interlanguage-link-target">اردو</a></li><li class="interlanguage-link interwiki-zh"><a href="https://zh.wikipedia.org/wiki/Category:%E5%88%A9%E7%89%A9%E6%B5%A6%E5%9C%B0%E5%8D%80" title="Category:利物浦地區 – Chinese" lang="zh" hreflang="zh" class="interlanguage-link-target">中文</a></li></ul>\n\t\t<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q8261457#sitelinks-wikipedia" title="Edit interlanguage links" class="wbc-editpage">Edit links</a></span></div>\n\t</div>\n</nav>\n\n</div>\n\n</div>\n<footer id="footer" class="mw-footer" role="contentinfo" >\n\t<ul id="footer-info" >\n\t\t<li id="footer-info-lastmod"> This page was last edited on 5 April 2020, at 17:44<span class="anonymous-show">&#160;(UTC)</span>.</li>\n\t\t<li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;\nadditional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>\n\t</ul>\n\t<ul id="footer-places" >\n\t\t<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>\n\t\t<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>\n\t\t<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>\n\t\t<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>\n\t\t<li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=Category:Areas_of_Liverpool&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>\n\t\t<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>\n\t\t<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>\n\t\t<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>\n\t</ul>\n\t<ul id="footer-icons" class="noprint">\n\t\t<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>\n\t\t<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>\n\t</ul>\n\t<div style="clear: both;"></div>\n</footer>\n\n\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.116","walltime":"0.147","ppvisitednodes":{"value":93,"limit":1000000},"postexpandincludesize":{"value":27574,"limit":2097152},"templateargumentsize":{"value":0,"limit":2097152},"expansiondepth":{"value":5,"limit":40},"expensivefunctioncount":{"value":1,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":751,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%   87.961      1 -total"," 66.15%   58.182      1 Template:Portal"," 25.57%   22.489      1 Template:Liverpool"," 24.76%   21.779      2 Template:Navbox","  8.00%    7.040      1 Template:Liverpool_related_articles"]},"scribunto":{"limitreport-timeusage":{"value":"0.043","limit":"10.000"},"limitreport-memusage":{"value":945703,"limit":52428800}},"cachereport":{"origin":"mw2239","timestamp":"20200922213112","ttl":2592000,"transientcontent":false}}});mw.config.set({"wgBackendResponseTime":142,"wgHostname":"mw2309"});});</script>\n</body></html>'
In [37]:
soup = BeautifulSoup(web_page)
# soup
In [38]:
div_tag = soup.find('div', class_='mw-category')
div_tag
Out[38]:
<div class="mw-category"><div class="mw-category-group"><h3>A</h3>
<ul><li><a href="/wiki/Aigburth" title="Aigburth">Aigburth</a></li>
<li><a href="/wiki/Allerton,_Liverpool" title="Allerton, Liverpool">Allerton, Liverpool</a></li>
<li><a href="/wiki/Anfield_(suburb)" title="Anfield (suburb)">Anfield (suburb)</a></li></ul></div><div class="mw-category-group"><h3>B</h3>
<ul><li><a href="/wiki/Belle_Vale,_Liverpool" title="Belle Vale, Liverpool">Belle Vale, Liverpool</a></li>
<li><a href="/wiki/Broadgreen" title="Broadgreen">Broadgreen</a></li></ul></div><div class="mw-category-group"><h3>C</h3>
<ul><li><a href="/wiki/Canning,_Liverpool" title="Canning, Liverpool">Canning, Liverpool</a></li>
<li><a href="/wiki/Childwall" title="Childwall">Childwall</a></li>
<li><a href="/wiki/Chinatown,_Liverpool" title="Chinatown, Liverpool">Chinatown, Liverpool</a></li>
<li><a href="/wiki/Liverpool_city_centre" title="Liverpool city centre">Liverpool city centre</a></li>
<li><a href="/wiki/Clubmoor" title="Clubmoor">Clubmoor</a></li>
<li><a href="/wiki/Croxteth" title="Croxteth">Croxteth</a></li></ul></div><div class="mw-category-group"><h3>D</h3>
<ul><li><a href="/wiki/Dingle,_Liverpool" title="Dingle, Liverpool">Dingle, Liverpool</a></li>
<li><a href="/wiki/Dovecot,_Liverpool" title="Dovecot, Liverpool">Dovecot, Liverpool</a></li></ul></div><div class="mw-category-group"><h3>E</h3>
<ul><li><a href="/wiki/Edge_Hill,_Liverpool" title="Edge Hill, Liverpool">Edge Hill, Liverpool</a></li>
<li><a href="/wiki/Everton,_Liverpool" title="Everton, Liverpool">Everton, Liverpool</a></li></ul></div><div class="mw-category-group"><h3>F</h3>
<ul><li><a href="/wiki/Fairfield,_Liverpool" title="Fairfield, Liverpool">Fairfield, Liverpool</a></li>
<li><a href="/wiki/Fazakerley" title="Fazakerley">Fazakerley</a></li></ul></div><div class="mw-category-group"><h3>G</h3>
<ul><li><a href="/wiki/Garston,_Liverpool" title="Garston, Liverpool">Garston, Liverpool</a></li>
<li><a href="/wiki/Gateacre" title="Gateacre">Gateacre</a></li>
<li><a href="/wiki/Gillmoss" title="Gillmoss">Gillmoss</a></li>
<li><a href="/wiki/Grassendale" title="Grassendale">Grassendale</a></li></ul></div><div class="mw-category-group"><h3>H</h3>
<ul><li><a href="/wiki/Hunt%27s_Cross" title="Hunt's Cross">Hunt's Cross</a></li></ul></div><div class="mw-category-group"><h3>K</h3>
<ul><li><a href="/wiki/Kensington,_Liverpool" title="Kensington, Liverpool">Kensington, Liverpool</a></li>
<li><a href="/wiki/Kirkdale,_Liverpool" title="Kirkdale, Liverpool">Kirkdale, Liverpool</a></li>
<li><a href="/wiki/Knotty_Ash" title="Knotty Ash">Knotty Ash</a></li></ul></div><div class="mw-category-group"><h3>M</h3>
<ul><li><a href="/wiki/Mossley_Hill" title="Mossley Hill">Mossley Hill</a></li></ul></div><div class="mw-category-group"><h3>N</h3>
<ul><li><a href="/wiki/Netherley,_Liverpool" title="Netherley, Liverpool">Netherley, Liverpool</a></li>
<li><a href="/wiki/Norris_Green" title="Norris Green">Norris Green</a></li></ul></div><div class="mw-category-group"><h3>O</h3>
<ul><li><a href="/wiki/Old_Swan" title="Old Swan">Old Swan</a></li>
<li><a href="/wiki/Orrell_Park" title="Orrell Park">Orrell Park</a></li></ul></div><div class="mw-category-group"><h3>S</h3>
<ul><li><a href="/wiki/St_Michael%27s_Hamlet" title="St Michael's Hamlet">St Michael's Hamlet</a></li>
<li><a href="/wiki/Sefton_Park_(district)" title="Sefton Park (district)">Sefton Park (district)</a></li>
<li><a href="/wiki/Speke" title="Speke">Speke</a></li>
<li><a href="/wiki/Stoneycroft" title="Stoneycroft">Stoneycroft</a></li></ul></div><div class="mw-category-group"><h3>T</h3>
<ul><li><a href="/wiki/Toxteth" title="Toxteth">Toxteth</a></li>
<li><a href="/wiki/Tuebrook" title="Tuebrook">Tuebrook</a></li></ul></div><div class="mw-category-group"><h3>V</h3>
<ul><li><a href="/wiki/Vauxhall,_Liverpool" title="Vauxhall, Liverpool">Vauxhall, Liverpool</a></li></ul></div><div class="mw-category-group"><h3>W</h3>
<ul><li><a href="/wiki/Walton,_Liverpool" title="Walton, Liverpool">Walton, Liverpool</a></li>
<li><a href="/wiki/Wavertree" title="Wavertree">Wavertree</a></li>
<li><a href="/wiki/West_Derby" title="West Derby">West Derby</a></li>
<li><a href="/wiki/Woolton" title="Woolton">Woolton</a></li></ul></div></div>
In [39]:
a_tags = div_tag.find_all('a')
a_tags
Out[39]:
[<a href="/wiki/Aigburth" title="Aigburth">Aigburth</a>,
 <a href="/wiki/Allerton,_Liverpool" title="Allerton, Liverpool">Allerton, Liverpool</a>,
 <a href="/wiki/Anfield_(suburb)" title="Anfield (suburb)">Anfield (suburb)</a>,
 <a href="/wiki/Belle_Vale,_Liverpool" title="Belle Vale, Liverpool">Belle Vale, Liverpool</a>,
 <a href="/wiki/Broadgreen" title="Broadgreen">Broadgreen</a>,
 <a href="/wiki/Canning,_Liverpool" title="Canning, Liverpool">Canning, Liverpool</a>,
 <a href="/wiki/Childwall" title="Childwall">Childwall</a>,
 <a href="/wiki/Chinatown,_Liverpool" title="Chinatown, Liverpool">Chinatown, Liverpool</a>,
 <a href="/wiki/Liverpool_city_centre" title="Liverpool city centre">Liverpool city centre</a>,
 <a href="/wiki/Clubmoor" title="Clubmoor">Clubmoor</a>,
 <a href="/wiki/Croxteth" title="Croxteth">Croxteth</a>,
 <a href="/wiki/Dingle,_Liverpool" title="Dingle, Liverpool">Dingle, Liverpool</a>,
 <a href="/wiki/Dovecot,_Liverpool" title="Dovecot, Liverpool">Dovecot, Liverpool</a>,
 <a href="/wiki/Edge_Hill,_Liverpool" title="Edge Hill, Liverpool">Edge Hill, Liverpool</a>,
 <a href="/wiki/Everton,_Liverpool" title="Everton, Liverpool">Everton, Liverpool</a>,
 <a href="/wiki/Fairfield,_Liverpool" title="Fairfield, Liverpool">Fairfield, Liverpool</a>,
 <a href="/wiki/Fazakerley" title="Fazakerley">Fazakerley</a>,
 <a href="/wiki/Garston,_Liverpool" title="Garston, Liverpool">Garston, Liverpool</a>,
 <a href="/wiki/Gateacre" title="Gateacre">Gateacre</a>,
 <a href="/wiki/Gillmoss" title="Gillmoss">Gillmoss</a>,
 <a href="/wiki/Grassendale" title="Grassendale">Grassendale</a>,
 <a href="/wiki/Hunt%27s_Cross" title="Hunt's Cross">Hunt's Cross</a>,
 <a href="/wiki/Kensington,_Liverpool" title="Kensington, Liverpool">Kensington, Liverpool</a>,
 <a href="/wiki/Kirkdale,_Liverpool" title="Kirkdale, Liverpool">Kirkdale, Liverpool</a>,
 <a href="/wiki/Knotty_Ash" title="Knotty Ash">Knotty Ash</a>,
 <a href="/wiki/Mossley_Hill" title="Mossley Hill">Mossley Hill</a>,
 <a href="/wiki/Netherley,_Liverpool" title="Netherley, Liverpool">Netherley, Liverpool</a>,
 <a href="/wiki/Norris_Green" title="Norris Green">Norris Green</a>,
 <a href="/wiki/Old_Swan" title="Old Swan">Old Swan</a>,
 <a href="/wiki/Orrell_Park" title="Orrell Park">Orrell Park</a>,
 <a href="/wiki/St_Michael%27s_Hamlet" title="St Michael's Hamlet">St Michael's Hamlet</a>,
 <a href="/wiki/Sefton_Park_(district)" title="Sefton Park (district)">Sefton Park (district)</a>,
 <a href="/wiki/Speke" title="Speke">Speke</a>,
 <a href="/wiki/Stoneycroft" title="Stoneycroft">Stoneycroft</a>,
 <a href="/wiki/Toxteth" title="Toxteth">Toxteth</a>,
 <a href="/wiki/Tuebrook" title="Tuebrook">Tuebrook</a>,
 <a href="/wiki/Vauxhall,_Liverpool" title="Vauxhall, Liverpool">Vauxhall, Liverpool</a>,
 <a href="/wiki/Walton,_Liverpool" title="Walton, Liverpool">Walton, Liverpool</a>,
 <a href="/wiki/Wavertree" title="Wavertree">Wavertree</a>,
 <a href="/wiki/West_Derby" title="West Derby">West Derby</a>,
 <a href="/wiki/Woolton" title="Woolton">Woolton</a>]
In [40]:
lp_neighbourhoods = []
for tag in a_tags:
    lp_neighbourhoods.append(tag.text)

lp_neighbourhoods = [n.replace(', Liverpool', '') for n in lp_neighbourhoods]
lp_neighbourhoods
Out[40]:
['Aigburth',
 'Allerton',
 'Anfield (suburb)',
 'Belle Vale',
 'Broadgreen',
 'Canning',
 'Childwall',
 'Chinatown',
 'Liverpool city centre',
 'Clubmoor',
 'Croxteth',
 'Dingle',
 'Dovecot',
 'Edge Hill',
 'Everton',
 'Fairfield',
 'Fazakerley',
 'Garston',
 'Gateacre',
 'Gillmoss',
 'Grassendale',
 "Hunt's Cross",
 'Kensington',
 'Kirkdale',
 'Knotty Ash',
 'Mossley Hill',
 'Netherley',
 'Norris Green',
 'Old Swan',
 'Orrell Park',
 "St Michael's Hamlet",
 'Sefton Park (district)',
 'Speke',
 'Stoneycroft',
 'Toxteth',
 'Tuebrook',
 'Vauxhall',
 'Walton',
 'Wavertree',
 'West Derby',
 'Woolton']
In [41]:
print('Numer of Neighbourhoods in Liverpool: ', len(lp_neighbourhoods))
Numer of Neighbourhoods in Liverpool:  41
In [42]:
lp_df = pd.DataFrame(lp_neighbourhoods, columns=['Neighbourhood'])
lp_df['City'] = 'Liverpool'
lp_df['State'] = 'North West England'
lp_df['Country'] = 'UK'

lp_df.head()
Out[42]:
Neighbourhood City State Country
0 Aigburth Liverpool North West England UK
1 Allerton Liverpool North West England UK
2 Anfield (suburb) Liverpool North West England UK
3 Belle Vale Liverpool North West England UK
4 Broadgreen Liverpool North West England UK
In [43]:
web_page = requests.get('https://en.wikipedia.org/wiki/Category:Neighbourhoods_of_Barcelona').text
web_page
Out[43]:
'<!DOCTYPE html>\n<html class="client-nojs" lang="en" dir="ltr">\n<head>\n<meta charset="UTF-8"/>\n<title>Category:Neighbourhoods of Barcelona - Wikipedia</title>\n<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"ff2433a2-a4ae-4520-a07a-c49bf6f31afc","wgCSPNonce":!1,"wgCanonicalNamespace":"Category","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":14,"wgPageName":"Category:Neighbourhoods_of_Barcelona","wgTitle":"Neighbourhoods of Barcelona","wgCurRevisionId":625451508,"wgRevisionId":625451508,"wgArticleId":3338357,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Commons category link is on Wikidata","Districts of Barcelona","Subdivisions of Barcelona"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"Category:Neighbourhoods_of_Barcelona","wgRelevantArticleId":3338357,\n"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q9116552"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","mediawiki.action.view.categoryPage.styles":"ready","ext.categoryTree.styles":"ready","mediawiki.helplink":"ready",\n"skins.vector.styles.legacy":"ready","ext.tmh.thumbnail.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.categoryTree","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","mw.MediaWikiPlayer.loader","mw.PopUpMediaTransform","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>\n<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\\\","watchToken":"+\\\\","csrfToken":"+\\\\"});\n});});</script>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=ext.categoryTree.styles%7Cext.tmh.thumbnail.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cmediawiki.action.view.categoryPage.styles%7Cmediawiki.helplink%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector"/>\n<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>\n<meta name="ResourceLoaderDynamicStyles" content=""/>\n<link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>\n<meta name="generator" content="MediaWiki 1.36.0-wmf.10"/>\n<meta name="referrer" content="origin"/>\n<meta name="referrer" content="origin-when-crossorigin"/>\n<meta name="referrer" content="origin-when-cross-origin"/>\n<link rel="alternate" media="only screen and (max-width: 720px)" href="//en.m.wikipedia.org/wiki/Category:Neighbourhoods_of_Barcelona"/>\n<link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=edit"/>\n<link rel="edit" title="Edit this page" href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=edit"/>\n<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>\n<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>\n<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)"/>\n<link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd"/>\n<link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/"/>\n<link rel="canonical" href="https://en.wikipedia.org/wiki/Category:Neighbourhoods_of_Barcelona"/>\n<link rel="dns-prefetch" href="//login.wikimedia.org"/>\n<link rel="dns-prefetch" href="//meta.wikimedia.org" />\n</head>\n<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-14 ns-subject mw-editable page-Category_Neighbourhoods_of_Barcelona rootpage-Category_Neighbourhoods_of_Barcelona skin-vector action-view skin-vector-legacy"><div id="mw-page-base" class="noprint"></div>\n<div id="mw-head-base" class="noprint"></div>\n<div id="content" class="mw-body" role="main">\n\t<a id="top"></a>\n\t<div id="siteNotice" class="mw-body-content"><!-- CentralNotice --></div>\n\t<div class="mw-indicators mw-body-content">\n\t<div id="mw-indicator-mw-helplink" class="mw-indicator"><a href="/wiki/Help:Category" target="_blank" class="mw-helplink">Help</a></div>\n\t</div>\n\t<h1 id="firstHeading" class="firstHeading" lang="en">Category:Neighbourhoods of Barcelona</h1>\n\t<div id="bodyContent" class="mw-body-content">\n\t\t<div id="siteSub" class="noprint">From Wikipedia, the free encyclopedia</div>\n\t\t<div id="contentSub"></div>\n\t\t<div id="contentSub2"></div>\n\t\t\n\t\t<div id="jump-to-nav"></div>\n\t\t<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>\n\t\t<a class="mw-jump-link" href="#searchInput">Jump to search</a>\n\t\t<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><table role="presentation" class="mbox-small plainlinks sistersitebox" style="background-color:#f9f9f9;border:1px solid #aaa;color:#000">\n<tbody><tr>\n<td class="mbox-image"><img alt="" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png" decoding="async" width="30" height="40" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /></td>\n<td class="mbox-text plainlist">Wikimedia Commons has media related to <i><b><a href="https://commons.wikimedia.org/wiki/Category:Neighborhoods_in_Barcelona" class="extiw" title="commons:Category:Neighborhoods in Barcelona"><span style="">Neighborhoods in Barcelona</span></a></b></i>.</td></tr>\n</tbody></table>\n<p>Local <a href="/wiki/Neighbourhood" title="Neighbourhood">neighbourhoods</a> in the city of <a href="/wiki/Barcelona" title="Barcelona">Barcelona</a>, <a href="/wiki/Spain" title="Spain">Spain</a>.\n</p>\n<!-- \nNewPP limit report\nParsed by mw2247\nCached time: 20201001111811\nCache expiry: 2592000\nDynamic content: false\nComplications: []\nCPU time usage: 0.060 seconds\nReal time usage: 0.087 seconds\nPreprocessor visited node count: 110/1000000\nPost‐expand include size: 2356/2097152 bytes\nTemplate argument size: 391/2097152 bytes\nHighest expansion depth: 13/40\nExpensive parser function count: 0/500\nUnstrip recursion depth: 0/20\nUnstrip post‐expand size: 0/5000000 bytes\nLua time usage: 0.017/10.000 seconds\nLua memory usage: 973 KB/50 MB\nNumber of Wikibase entities loaded: 0/400\n-->\n<!--\nTransclusion expansion time report (%,ms,calls,template)\n100.00%   73.569      1 Template:Commonscat\n100.00%   73.569      1 -total\n 91.01%   66.955      1 Template:Sister_project\n 84.16%   61.916      1 Template:Side_box\n  8.92%    6.561      1 Template:Replace\n-->\n\n<!-- Saved in parser cache with key enwiki:pcache:idhash:3338357-0!canonical and timestamp 20201001111811 and revision id 625451508\n -->\n</div><div class="mw-category-generated" lang="en" dir="ltr"><div id="mw-subcategories">\n<h2>Subcategories</h2>\n<p>This category has the following 3 subcategories, out of 3 total.\n</p><div lang="en" dir="ltr" class="mw-content-ltr"><h3>E</h3>\n<ul><li><div class="CategoryTreeSection"><div class="CategoryTreeItem"><span class="CategoryTreeEmptyBullet">► </span> <a href="/wiki/Category:El_Poblenou" title="Category:El Poblenou">El Poblenou</a>\u200e <span title="Contains 0 subcategories, 12 pages, and 0 files" dir="ltr">(12 P)</span></div><div class="CategoryTreeChildren" style="display:none"></div></div></li><li><div class="CategoryTreeSection"><div class="CategoryTreeItem"><span class="CategoryTreeEmptyBullet">► </span> <a href="/wiki/Category:El_Raval" title="Category:El Raval">El Raval</a>\u200e <span title="Contains 0 subcategories, 13 pages, and 0 files" dir="ltr">(13 P)</span></div><div class="CategoryTreeChildren" style="display:none"></div></div></li></ul><h3>S</h3>\n<ul><li><div class="CategoryTreeSection"><div class="CategoryTreeItem"><span class="CategoryTreeEmptyBullet">► </span> <a href="/wiki/Category:Sant_Pere,_Santa_Caterina_i_la_Ribera" title="Category:Sant Pere, Santa Caterina i la Ribera">Sant Pere, Santa Caterina i la Ribera</a>\u200e <span title="Contains 0 subcategories, 5 pages, and 0 files" dir="ltr">(5 P)</span></div><div class="CategoryTreeChildren" style="display:none"></div></div></li></ul></div>\n</div><div id="mw-pages">\n<h2><span class="anchor" id="Pages_in_category"></span>Pages in category "Neighbourhoods of Barcelona"</h2>\n<p>The following 76 pages are in this category, out of  76 total. This list may not reflect recent changes (<a href="/wiki/Wikipedia:FAQ/Categorization#Why_might_a_category_list_not_be_up_to_date?" title="Wikipedia:FAQ/Categorization">learn more</a>).\n</p><div lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-category"><div class="mw-category-group"><h3>A</h3>\n<ul><li><a href="/wiki/L%27Antiga_Esquerra_de_l%27Eixample" title="L&#039;Antiga Esquerra de l&#039;Eixample">L&#039;Antiga Esquerra de l&#039;Eixample</a></li></ul></div><div class="mw-category-group"><h3>B</h3>\n<ul><li><a href="/wiki/El_Baix_Guinard%C3%B3" title="El Baix Guinardó">El Baix Guinardó</a></li>\n<li><a href="/wiki/La_Barceloneta,_Barcelona" title="La Barceloneta, Barcelona">La Barceloneta, Barcelona</a></li>\n<li><a href="/wiki/Bar%C3%B3_de_Viver" title="Baró de Viver">Baró de Viver</a></li>\n<li><a href="/wiki/El_Bes%C3%B2s_i_el_Maresme" title="El Besòs i el Maresme">El Besòs i el Maresme</a></li>\n<li><a href="/wiki/Bon_Pastor" title="Bon Pastor">Bon Pastor</a></li>\n<li><a href="/wiki/La_Bordeta_(Barcelona)" title="La Bordeta (Barcelona)">La Bordeta (Barcelona)</a></li></ul></div><div class="mw-category-group"><h3>C</h3>\n<ul><li><a href="/wiki/Camp_d%27en_Grassot_i_Gr%C3%A0cia_Nova" title="Camp d&#039;en Grassot i Gràcia Nova">Camp d&#039;en Grassot i Gràcia Nova</a></li>\n<li><a href="/wiki/El_Camp_de_l%27Arpa_del_Clot" title="El Camp de l&#039;Arpa del Clot">El Camp de l&#039;Arpa del Clot</a></li>\n<li><a href="/wiki/Can_Bar%C3%B3" title="Can Baró">Can Baró</a></li>\n<li><a href="/wiki/Can_Peguera" title="Can Peguera">Can Peguera</a></li>\n<li><a href="/wiki/Canyelles_(neighbourhood)" title="Canyelles (neighbourhood)">Canyelles (neighbourhood)</a></li>\n<li><a href="/wiki/El_Carmel" title="El Carmel">El Carmel</a></li>\n<li><a href="/wiki/Ciutat_Meridiana" title="Ciutat Meridiana">Ciutat Meridiana</a></li>\n<li><a href="/wiki/El_Clot" title="El Clot">El Clot</a></li>\n<li><a href="/wiki/La_Clota" title="La Clota">La Clota</a></li>\n<li><a href="/wiki/El_Coll" title="El Coll">El Coll</a></li>\n<li><a href="/wiki/El_Congr%C3%A9s_i_els_Indians" title="El Congrés i els Indians">El Congrés i els Indians</a></li>\n<li><a href="/wiki/Les_Corts_(neighbourhood)" title="Les Corts (neighbourhood)">Les Corts (neighbourhood)</a></li></ul></div><div class="mw-category-group"><h3>D</h3>\n<ul><li><a href="/wiki/Diagonal_Mar_i_el_Front_Mar%C3%ADtim_del_Poblenou" title="Diagonal Mar i el Front Marítim del Poblenou">Diagonal Mar i el Front Marítim del Poblenou</a></li>\n<li><a href="/wiki/Dreta_de_l%27Eixample" title="Dreta de l&#039;Eixample">Dreta de l&#039;Eixample</a></li></ul></div><div class="mw-category-group"><h3>F</h3>\n<ul><li><a href="/wiki/La_Font_d%27en_Fargues" title="La Font d&#039;en Fargues">La Font d&#039;en Fargues</a></li>\n<li><a href="/wiki/La_Font_de_la_Guatlla" title="La Font de la Guatlla">La Font de la Guatlla</a></li>\n<li><a href="/wiki/Fort_Pienc" title="Fort Pienc">Fort Pienc</a></li></ul></div><div class="mw-category-group"><h3>G</h3>\n<ul><li><a href="/wiki/Gothic_Quarter,_Barcelona" title="Gothic Quarter, Barcelona">Gothic Quarter, Barcelona</a></li>\n<li><a href="/wiki/Gran_Via_(Barcelona)" title="Gran Via (Barcelona)">Gran Via (Barcelona)</a></li>\n<li><a href="/wiki/El_Guinard%C3%B3" title="El Guinardó">El Guinardó</a></li>\n<li><a href="/wiki/La_Guineueta,_Barcelona" title="La Guineueta, Barcelona">La Guineueta, Barcelona</a></li></ul></div><div class="mw-category-group"><h3>H</h3>\n<ul><li><a href="/wiki/Horta,_Barcelona" title="Horta, Barcelona">Horta, Barcelona</a></li>\n<li><a href="/wiki/Hostafrancs" title="Hostafrancs">Hostafrancs</a></li></ul></div><div class="mw-category-group"><h3>M</h3>\n<ul><li><a href="/wiki/La_Marina_de_Port" title="La Marina de Port">La Marina de Port</a></li>\n<li><a href="/wiki/La_Marina_del_Prat_Vermell" title="La Marina del Prat Vermell">La Marina del Prat Vermell</a></li>\n<li><a href="/wiki/La_Maternitat_i_Sant_Ramon" title="La Maternitat i Sant Ramon">La Maternitat i Sant Ramon</a></li>\n<li><a href="/wiki/Montbau" title="Montbau">Montbau</a></li>\n<li><a href="/wiki/Montju%C3%AFc" title="Montjuïc">Montjuïc</a></li></ul></div><div class="mw-category-group"><h3>N</h3>\n<ul><li><a href="/wiki/Navas,_Sant_Andreu" title="Navas, Sant Andreu">Navas, Sant Andreu</a></li>\n<li><a href="/wiki/La_Nova_Esquerra_de_l%27Eixample" title="La Nova Esquerra de l&#039;Eixample">La Nova Esquerra de l&#039;Eixample</a></li></ul></div><div class="mw-category-group"><h3>P</h3>\n<ul><li><a href="/wiki/El_Parc_i_la_Llacuna_del_Poblenou" title="El Parc i la Llacuna del Poblenou">El Parc i la Llacuna del Poblenou</a></li>\n<li><a href="/wiki/Pedralbes" title="Pedralbes">Pedralbes</a></li>\n<li><a href="/wiki/El_Poble-sec,_Barcelona" title="El Poble-sec, Barcelona">El Poble-sec, Barcelona</a></li>\n<li><a href="/wiki/Porta,_Barcelona" title="Porta, Barcelona">Porta, Barcelona</a></li>\n<li><a href="/wiki/La_Prosperitat" title="La Prosperitat">La Prosperitat</a></li>\n<li><a href="/wiki/Proven%C3%A7als_del_Poblenou" title="Provençals del Poblenou">Provençals del Poblenou</a></li>\n<li><a href="/wiki/El_Putget_i_Farr%C3%B3" title="El Putget i Farró">El Putget i Farró</a></li></ul></div><div class="mw-category-group"><h3>R</h3>\n<ul><li><a href="/wiki/El_Raval" title="El Raval">El Raval</a></li>\n<li><a href="/wiki/Les_Roquetes,_Barcelona" title="Les Roquetes, Barcelona">Les Roquetes, Barcelona</a></li></ul></div><div class="mw-category-group"><h3>S</h3>\n<ul><li><a href="/wiki/Sagrada_Fam%C3%ADlia_(neighborhood)" title="Sagrada Família (neighborhood)">Sagrada Família (neighborhood)</a></li>\n<li><a href="/wiki/La_Sagrera" title="La Sagrera">La Sagrera</a></li>\n<li><a href="/wiki/La_Salut" title="La Salut">La Salut</a></li>\n<li><a href="/wiki/Sant_Andreu_de_Palomar" title="Sant Andreu de Palomar">Sant Andreu de Palomar</a></li>\n<li><a href="/wiki/Sant_Antoni,_Barcelona" title="Sant Antoni, Barcelona">Sant Antoni, Barcelona</a></li>\n<li><a href="/wiki/Sant_Gen%C3%ADs_dels_Agudells" title="Sant Genís dels Agudells">Sant Genís dels Agudells</a></li>\n<li><a href="/wiki/Sant_Gervasi_%E2%80%93_Galvany" title="Sant Gervasi – Galvany">Sant Gervasi – Galvany</a></li>\n<li><a href="/wiki/Sant_Gervasi_%E2%80%93_la_Bonanova" title="Sant Gervasi – la Bonanova">Sant Gervasi – la Bonanova</a></li>\n<li><a href="/wiki/Sant_Mart%C3%AD_de_Proven%C3%A7als" title="Sant Martí de Provençals">Sant Martí de Provençals</a></li>\n<li><a href="/wiki/Sant_Pere,_Barcelona" title="Sant Pere, Barcelona">Sant Pere, Barcelona</a></li>\n<li><a href="/wiki/Sants" title="Sants">Sants</a></li>\n<li><a href="/wiki/Sants-Badal" title="Sants-Badal">Sants-Badal</a></li>\n<li><a href="/wiki/Sarri%C3%A0,_Barcelona" title="Sarrià, Barcelona">Sarrià, Barcelona</a></li></ul></div><div class="mw-category-group"><h3>T</h3>\n<ul><li><a href="/wiki/La_Teixonera" title="La Teixonera">La Teixonera</a></li>\n<li><a href="/wiki/Tibidabo" title="Tibidabo">Tibidabo</a></li>\n<li><a href="/wiki/Torre_Bar%C3%B3" title="Torre Baró">Torre Baró</a></li>\n<li><a href="/wiki/Les_Tres_Torres" title="Les Tres Torres">Les Tres Torres</a></li>\n<li><a href="/wiki/La_Trinitat_Nova" title="La Trinitat Nova">La Trinitat Nova</a></li>\n<li><a href="/wiki/Trinitat_Vella" title="Trinitat Vella">Trinitat Vella</a></li>\n<li><a href="/wiki/El_Tur%C3%B3_de_la_Peira" title="El Turó de la Peira">El Turó de la Peira</a></li></ul></div><div class="mw-category-group"><h3>V</h3>\n<ul><li><a href="/wiki/Vall_d%27Hebron" title="Vall d&#039;Hebron">Vall d&#039;Hebron</a></li>\n<li><a href="/wiki/Vallbona,_Barcelona" title="Vallbona, Barcelona">Vallbona, Barcelona</a></li>\n<li><a href="/wiki/Vallcarca_i_els_Penitents" title="Vallcarca i els Penitents">Vallcarca i els Penitents</a></li>\n<li><a href="/wiki/Vallvidrera" title="Vallvidrera">Vallvidrera</a></li>\n<li><a href="/wiki/Vallvidrera,_el_Tibidabo_i_les_Planes" title="Vallvidrera, el Tibidabo i les Planes">Vallvidrera, el Tibidabo i les Planes</a></li>\n<li><a href="/wiki/Verdum" title="Verdum">Verdum</a></li>\n<li><a href="/wiki/La_Verneda_i_la_Pau" title="La Verneda i la Pau">La Verneda i la Pau</a></li>\n<li><a href="/wiki/Vila_de_Gr%C3%A0cia" title="Vila de Gràcia">Vila de Gràcia</a></li>\n<li><a href="/wiki/La_Vila_Ol%C3%ADmpica_del_Poblenou" title="La Vila Olímpica del Poblenou">La Vila Olímpica del Poblenou</a></li>\n<li><a href="/wiki/Vilapicina_i_la_Torre_Llobeta" title="Vilapicina i la Torre Llobeta">Vilapicina i la Torre Llobeta</a></li></ul></div></div></div>\n</div></div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>\n<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;oldid=625451508">https://en.wikipedia.org/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;oldid=625451508</a>"</div></div>\n\t\t<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Districts_of_Barcelona" title="Category:Districts of Barcelona">Districts of Barcelona</a></li><li><a href="/wiki/Category:Subdivisions_of_Barcelona" title="Category:Subdivisions of Barcelona">Subdivisions of Barcelona</a></li></ul></div><div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-ns-shown">Hidden categories: <ul><li><a href="/wiki/Category:Commons_category_link_is_on_Wikidata" title="Category:Commons category link is on Wikidata">Commons category link is on Wikidata</a></li></ul></div></div>\n\t</div>\n</div>\n<div id=\'mw-data-after-content\'>\n\t<div class="read-more-container"></div>\n</div>\n\n<div id="mw-navigation">\n\t<h2>Navigation menu</h2>\n\t<div id="mw-head">\n\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-personal" class="vector-menu" aria-labelledby="p-personal-label" role="navigation" \n\t >\n\t<h3 id="p-personal-label">\n\t\t<span>Personal tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li><li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=Category%3ANeighbourhoods+of+Barcelona" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=Category%3ANeighbourhoods+of+Barcelona" title="You&#039;re encouraged to log in; however, it&#039;s not mandatory. [o]" accesskey="o">Log in</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t<div id="left-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-namespaces" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-namespaces-label" role="navigation" \n\t >\n\t<h3 id="p-namespaces-label">\n\t\t<span>Namespaces</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-nstab-category" class="selected"><a href="/wiki/Category:Neighbourhoods_of_Barcelona" title="View the category page [c]" accesskey="c">Category</a></li><li id="ca-talk"><a href="/wiki/Category_talk:Neighbourhoods_of_Barcelona" rel="discussion" title="Discuss improvements to the content page [t]" accesskey="t">Talk</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-variants" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-variants-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-variants-label" />\n\t<h3 id="p-variants-label">\n\t\t<span>Variants</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t</div>\n\t\t<div id="right-navigation">\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-views" class="vector-menu vector-menu-tabs vectorTabs" aria-labelledby="p-views-label" role="navigation" \n\t >\n\t<h3 id="p-views-label">\n\t\t<span>Views</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="ca-view" class="selected"><a href="/wiki/Category:Neighbourhoods_of_Barcelona">Read</a></li><li id="ca-edit"><a href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a></li><li id="ca-history"><a href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-cactions" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" aria-labelledby="p-cactions-label" role="navigation" \n\t >\n\t<input type="checkbox" class="vector-menu-checkbox vectorMenuCheckbox" aria-labelledby="p-cactions-label" />\n\t<h3 id="p-cactions-label">\n\t\t<span>More</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="menu vector-menu-content-list"></ul>\n\t\t\n\t</div>\n</nav>\n\n\t\t\t<div id="p-search" role="search">\n\t<h3 >\n\t\t<label for="searchInput">Search</label>\n\t</h3>\n\t<form action="/w/index.php" id="searchform">\n\t\t<div id="simpleSearch" data-search-loc="header-moved">\n\t\t\t<input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput"/>\n\t\t\t<input type="hidden" name="title" value="Special:Search">\n\t\t\t<input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton"/>\n\t\t\t<input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton"/>\n\t\t</div>\n\t</form>\n</div>\n\n\t\t</div>\n\t</div>\n\t\n<div id="mw-panel">\n\t<div id="p-logo" role="banner">\n\t\t<a  title="Visit the main page" class="mw-wiki-logo" href="/wiki/Main_Page"></a>\n\t</div>\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-navigation" class="vector-menu vector-menu-portal portal portal-first" aria-labelledby="p-navigation-label" role="navigation" \n\t >\n\t<h3 id="p-navigation-label">\n\t\t<span>Navigation</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a href="/wiki/Special:Random" title="Visit a randomly selected article [x]" accesskey="x">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-interaction" class="vector-menu vector-menu-portal portal" aria-labelledby="p-interaction-label" role="navigation" \n\t >\n\t<h3 id="p-interaction-label">\n\t\t<span>Contribute</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]" accesskey="r">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-tb" class="vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation" \n\t >\n\t<h3 id="p-tb-label">\n\t\t<span>Tools</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/Category:Neighbourhoods_of_Barcelona" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li><li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/Category:Neighbourhoods_of_Barcelona" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li><li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li><li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;oldid=625451508" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=info" title="More information about this page">Page information</a></li><li id="t-wikibase"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q9116552" title="Structured data on this page hosted by Wikidata [g]" accesskey="g">Wikidata item</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-coll-print_export" class="vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation" \n\t >\n\t<h3 id="p-coll-print_export-label">\n\t\t<span>Print/export</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=Category%3ANeighbourhoods_of_Barcelona&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li></ul>\n\t\t\n\t</div>\n</nav>\n<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-wikibase-otherprojects" class="vector-menu vector-menu-portal portal" aria-labelledby="p-wikibase-otherprojects-label" role="navigation" \n\t >\n\t<h3 id="p-wikibase-otherprojects-label">\n\t\t<span>In other projects</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Category:Neighborhoods_in_Barcelona" hreflang="en">Wikimedia Commons</a></li></ul>\n\t\t\n\t</div>\n</nav>\n\n\t<!-- Please do not use role attribute as CSS selector, it is deprecated. -->\n<nav id="p-lang" class="vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation" \n\t >\n\t<h3 id="p-lang-label">\n\t\t<span>Languages</span>\n\t</h3>\n\t<!-- Please do not use the .body class, it is deprecated. -->\n\t<div class="body vector-menu-content">\n\t\t<!-- Please do not use the .menu class, it is deprecated. -->\n\t\t<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-ar"><a href="https://ar.wikipedia.org/wiki/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:%D8%A3%D8%AD%D9%8A%D8%A7%D8%A1_%D8%A8%D8%B1%D8%B4%D9%84%D9%88%D9%86%D8%A9" title="تصنيف:أحياء برشلونة – Arabic" lang="ar" hreflang="ar" class="interlanguage-link-target">العربية</a></li><li class="interlanguage-link interwiki-ca"><a href="https://ca.wikipedia.org/wiki/Categoria:Barris_de_Barcelona" title="Categoria:Barris de Barcelona – Catalan" lang="ca" hreflang="ca" class="interlanguage-link-target">Català</a></li><li class="interlanguage-link interwiki-es"><a href="https://es.wikipedia.org/wiki/Categor%C3%ADa:Barrios_de_Barcelona" title="Categoría:Barrios de Barcelona – Spanish" lang="es" hreflang="es" class="interlanguage-link-target">Español</a></li><li class="interlanguage-link interwiki-eu"><a href="https://eu.wikipedia.org/wiki/Kategoria:Bartzelonako_auzoak" title="Kategoria:Bartzelonako auzoak – Basque" lang="eu" hreflang="eu" class="interlanguage-link-target">Euskara</a></li><li class="interlanguage-link interwiki-fa"><a href="https://fa.wikipedia.org/wiki/%D8%B1%D8%AF%D9%87:%D9%85%D8%AD%D9%84%D9%87%E2%80%8C%D9%87%D8%A7%DB%8C_%D8%A8%D8%A7%D8%B1%D8%B3%D9%84%D9%88%D9%86" title="رده:محله\u200cهای بارسلون – Persian" lang="fa" hreflang="fa" class="interlanguage-link-target">فارسی</a></li><li class="interlanguage-link interwiki-fr"><a href="https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Quartier_de_Barcelone" title="Catégorie:Quartier de Barcelone – French" lang="fr" hreflang="fr" class="interlanguage-link-target">Français</a></li><li class="interlanguage-link interwiki-gl"><a href="https://gl.wikipedia.org/wiki/Categor%C3%ADa:Barrios_de_Barcelona" title="Categoría:Barrios de Barcelona – Galician" lang="gl" hreflang="gl" class="interlanguage-link-target">Galego</a></li><li class="interlanguage-link interwiki-it"><a href="https://it.wikipedia.org/wiki/Categoria:Quartieri_di_Barcellona" title="Categoria:Quartieri di Barcellona – Italian" lang="it" hreflang="it" class="interlanguage-link-target">Italiano</a></li><li class="interlanguage-link interwiki-he"><a href="https://he.wikipedia.org/wiki/%D7%A7%D7%98%D7%92%D7%95%D7%A8%D7%99%D7%94:%D7%91%D7%A8%D7%A6%D7%9C%D7%95%D7%A0%D7%94:_%D7%A9%D7%9B%D7%95%D7%A0%D7%95%D7%AA" title="קטגוריה:ברצלונה: שכונות – Hebrew" lang="he" hreflang="he" class="interlanguage-link-target">עברית</a></li><li class="interlanguage-link interwiki-nl"><a href="https://nl.wikipedia.org/wiki/Categorie:Wijk_in_Barcelona" title="Categorie:Wijk in Barcelona – Dutch" lang="nl" hreflang="nl" class="interlanguage-link-target">Nederlands</a></li><li class="interlanguage-link interwiki-oc"><a href="https://oc.wikipedia.org/wiki/Categoria:Quarti%C3%A8rs_de_Barcelona" title="Categoria:Quartièrs de Barcelona – Occitan" lang="oc" hreflang="oc" class="interlanguage-link-target">Occitan</a></li><li class="interlanguage-link interwiki-pt"><a href="https://pt.wikipedia.org/wiki/Categoria:Bairros_de_Barcelona" title="Categoria:Bairros de Barcelona – Portuguese" lang="pt" hreflang="pt" class="interlanguage-link-target">Português</a></li><li class="interlanguage-link interwiki-ru"><a href="https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F:%D0%9A%D0%B2%D0%B0%D1%80%D1%82%D0%B0%D0%BB%D1%8B_%D0%91%D0%B0%D1%80%D1%81%D0%B5%D0%BB%D0%BE%D0%BD%D1%8B" title="Категория:Кварталы Барселоны – Russian" lang="ru" hreflang="ru" class="interlanguage-link-target">Русский</a></li><li class="interlanguage-link interwiki-sco"><a href="https://sco.wikipedia.org/wiki/Category:Neebourheids_o_Barcelona" title="Category:Neebourheids o Barcelona – Scots" lang="sco" hreflang="sco" class="interlanguage-link-target">Scots</a></li><li class="interlanguage-link interwiki-uk"><a href="https://uk.wikipedia.org/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D1%96%D1%8F:%D0%9C%D1%96%D1%81%D1%86%D0%B5%D0%B2%D0%BE%D1%81%D1%82%D1%96_%D0%91%D0%B0%D1%80%D1%81%D0%B5%D0%BB%D0%BE%D0%BD%D0%B8" title="Категорія:Місцевості Барселони – Ukrainian" lang="uk" hreflang="uk" class="interlanguage-link-target">Українська</a></li></ul>\n\t\t<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q9116552#sitelinks-wikipedia" title="Edit interlanguage links" class="wbc-editpage">Edit links</a></span></div>\n\t</div>\n</nav>\n\n</div>\n\n</div>\n<footer id="footer" class="mw-footer" role="contentinfo" >\n\t<ul id="footer-info" >\n\t\t<li id="footer-info-lastmod"> This page was last edited on 13 September 2014, at 23:27<span class="anonymous-show">&#160;(UTC)</span>.</li>\n\t\t<li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>;\nadditional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>\n\t</ul>\n\t<ul id="footer-places" >\n\t\t<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>\n\t\t<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>\n\t\t<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>\n\t\t<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>\n\t\t<li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>\n\t\t<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>\n\t\t<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>\n\t\t<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>\n\t</ul>\n\t<ul id="footer-icons" class="noprint">\n\t\t<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>\n\t\t<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>\n\t</ul>\n\t<div style="clear: both;"></div>\n</footer>\n\n\n<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.060","walltime":"0.087","ppvisitednodes":{"value":110,"limit":1000000},"postexpandincludesize":{"value":2356,"limit":2097152},"templateargumentsize":{"value":391,"limit":2097152},"expansiondepth":{"value":13,"limit":40},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%   73.569      1 Template:Commonscat","100.00%   73.569      1 -total"," 91.01%   66.955      1 Template:Sister_project"," 84.16%   61.916      1 Template:Side_box","  8.92%    6.561      1 Template:Replace"]},"scribunto":{"limitreport-timeusage":{"value":"0.017","limit":"10.000"},"limitreport-memusage":{"value":995985,"limit":52428800}},"cachereport":{"origin":"mw2247","timestamp":"20201001111811","ttl":2592000,"transientcontent":false}}});mw.config.set({"wgBackendResponseTime":174,"wgHostname":"mw2257"});});</script>\n</body></html>'
In [44]:
soup = BeautifulSoup(web_page)
soup
Out[44]:
<!DOCTYPE html>
<html class="client-nojs" dir="ltr" lang="en">
<head>
<meta charset="utf-8"/>
<title>Category:Neighbourhoods of Barcelona - Wikipedia</title>
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"ff2433a2-a4ae-4520-a07a-c49bf6f31afc","wgCSPNonce":!1,"wgCanonicalNamespace":"Category","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":14,"wgPageName":"Category:Neighbourhoods_of_Barcelona","wgTitle":"Neighbourhoods of Barcelona","wgCurRevisionId":625451508,"wgRevisionId":625451508,"wgArticleId":3338357,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Commons category link is on Wikidata","Districts of Barcelona","Subdivisions of Barcelona"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"Category:Neighbourhoods_of_Barcelona","wgRelevantArticleId":3338357,
"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgWikibaseItemId":"Q9116552"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","mediawiki.action.view.categoryPage.styles":"ready","ext.categoryTree.styles":"ready","mediawiki.helplink":"ready",
"skins.vector.styles.legacy":"ready","ext.tmh.thumbnail.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.categoryTree","site","mediawiki.page.ready","skins.vector.legacy.js","ext.gadget.ReferenceTooltips","ext.gadget.charinsert","ext.gadget.extra-toolbar-buttons","ext.gadget.refToolbar","ext.gadget.switcher","mw.MediaWikiPlayer.loader","mw.PopUpMediaTransform","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP","ext.centralNotice.startUp"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});});</script>
<link href="/w/load.php?lang=en&amp;modules=ext.categoryTree.styles%7Cext.tmh.thumbnail.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cmediawiki.action.view.categoryPage.styles%7Cmediawiki.helplink%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector" rel="stylesheet"/>
<script async="" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
<meta content="" name="ResourceLoaderDynamicStyles"/>
<link href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector" rel="stylesheet"/>
<meta content="MediaWiki 1.36.0-wmf.10" name="generator"/>
<meta content="origin" name="referrer"/>
<meta content="origin-when-crossorigin" name="referrer"/>
<meta content="origin-when-cross-origin" name="referrer"/>
<link href="//en.m.wikipedia.org/wiki/Category:Neighbourhoods_of_Barcelona" media="only screen and (max-width: 720px)" rel="alternate"/>
<link href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=edit" rel="alternate" title="Edit this page" type="application/x-wiki"/>
<link href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=edit" rel="edit" title="Edit this page"/>
<link href="/static/apple-touch/wikipedia.png" rel="apple-touch-icon"/>
<link href="/static/favicon/wikipedia.ico" rel="shortcut icon"/>
<link href="/w/opensearch_desc.php" rel="search" title="Wikipedia (en)" type="application/opensearchdescription+xml"/>
<link href="//en.wikipedia.org/w/api.php?action=rsd" rel="EditURI" type="application/rsd+xml"/>
<link href="//creativecommons.org/licenses/by-sa/3.0/" rel="license"/>
<link href="https://en.wikipedia.org/wiki/Category:Neighbourhoods_of_Barcelona" rel="canonical"/>
<link href="//login.wikimedia.org" rel="dns-prefetch"/>
<link href="//meta.wikimedia.org" rel="dns-prefetch"/>
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-14 ns-subject mw-editable page-Category_Neighbourhoods_of_Barcelona rootpage-Category_Neighbourhoods_of_Barcelona skin-vector action-view skin-vector-legacy"><div class="noprint" id="mw-page-base"></div>
<div class="noprint" id="mw-head-base"></div>
<div class="mw-body" id="content" role="main">
<a id="top"></a>
<div class="mw-body-content" id="siteNotice"><!-- CentralNotice --></div>
<div class="mw-indicators mw-body-content">
<div class="mw-indicator" id="mw-indicator-mw-helplink"><a class="mw-helplink" href="/wiki/Help:Category" target="_blank">Help</a></div>
</div>
<h1 class="firstHeading" id="firstHeading" lang="en">Category:Neighbourhoods of Barcelona</h1>
<div class="mw-body-content" id="bodyContent">
<div class="noprint" id="siteSub">From Wikipedia, the free encyclopedia</div>
<div id="contentSub"></div>
<div id="contentSub2"></div>
<div id="jump-to-nav"></div>
<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>
<a class="mw-jump-link" href="#searchInput">Jump to search</a>
<div class="mw-content-ltr" dir="ltr" id="mw-content-text" lang="en"><div class="mw-parser-output"><table class="mbox-small plainlinks sistersitebox" role="presentation" style="background-color:#f9f9f9;border:1px solid #aaa;color:#000">
<tbody><tr>
<td class="mbox-image"><img alt="" class="noviewer" data-file-height="1376" data-file-width="1024" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png 2x" width="30"/></td>
<td class="mbox-text plainlist">Wikimedia Commons has media related to <i><b><a class="extiw" href="https://commons.wikimedia.org/wiki/Category:Neighborhoods_in_Barcelona" title="commons:Category:Neighborhoods in Barcelona"><span style="">Neighborhoods in Barcelona</span></a></b></i>.</td></tr>
</tbody></table>
<p>Local <a href="/wiki/Neighbourhood" title="Neighbourhood">neighbourhoods</a> in the city of <a href="/wiki/Barcelona" title="Barcelona">Barcelona</a>, <a href="/wiki/Spain" title="Spain">Spain</a>.
</p>
<!-- 
NewPP limit report
Parsed by mw2247
Cached time: 20201001111811
Cache expiry: 2592000
Dynamic content: false
Complications: []
CPU time usage: 0.060 seconds
Real time usage: 0.087 seconds
Preprocessor visited node count: 110/1000000
Post‐expand include size: 2356/2097152 bytes
Template argument size: 391/2097152 bytes
Highest expansion depth: 13/40
Expensive parser function count: 0/500
Unstrip recursion depth: 0/20
Unstrip post‐expand size: 0/5000000 bytes
Lua time usage: 0.017/10.000 seconds
Lua memory usage: 973 KB/50 MB
Number of Wikibase entities loaded: 0/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00%   73.569      1 Template:Commonscat
100.00%   73.569      1 -total
 91.01%   66.955      1 Template:Sister_project
 84.16%   61.916      1 Template:Side_box
  8.92%    6.561      1 Template:Replace
-->
<!-- Saved in parser cache with key enwiki:pcache:idhash:3338357-0!canonical and timestamp 20201001111811 and revision id 625451508
 -->
</div><div class="mw-category-generated" dir="ltr" lang="en"><div id="mw-subcategories">
<h2>Subcategories</h2>
<p>This category has the following 3 subcategories, out of 3 total.
</p><div class="mw-content-ltr" dir="ltr" lang="en"><h3>E</h3>
<ul><li><div class="CategoryTreeSection"><div class="CategoryTreeItem"><span class="CategoryTreeEmptyBullet">► </span> <a href="/wiki/Category:El_Poblenou" title="Category:El Poblenou">El Poblenou</a>‎ <span dir="ltr" title="Contains 0 subcategories, 12 pages, and 0 files">(12 P)</span></div><div class="CategoryTreeChildren" style="display:none"></div></div></li><li><div class="CategoryTreeSection"><div class="CategoryTreeItem"><span class="CategoryTreeEmptyBullet">► </span> <a href="/wiki/Category:El_Raval" title="Category:El Raval">El Raval</a>‎ <span dir="ltr" title="Contains 0 subcategories, 13 pages, and 0 files">(13 P)</span></div><div class="CategoryTreeChildren" style="display:none"></div></div></li></ul><h3>S</h3>
<ul><li><div class="CategoryTreeSection"><div class="CategoryTreeItem"><span class="CategoryTreeEmptyBullet">► </span> <a href="/wiki/Category:Sant_Pere,_Santa_Caterina_i_la_Ribera" title="Category:Sant Pere, Santa Caterina i la Ribera">Sant Pere, Santa Caterina i la Ribera</a>‎ <span dir="ltr" title="Contains 0 subcategories, 5 pages, and 0 files">(5 P)</span></div><div class="CategoryTreeChildren" style="display:none"></div></div></li></ul></div>
</div><div id="mw-pages">
<h2><span class="anchor" id="Pages_in_category"></span>Pages in category "Neighbourhoods of Barcelona"</h2>
<p>The following 76 pages are in this category, out of  76 total. This list may not reflect recent changes (<a href="/wiki/Wikipedia:FAQ/Categorization#Why_might_a_category_list_not_be_up_to_date?" title="Wikipedia:FAQ/Categorization">learn more</a>).
</p><div class="mw-content-ltr" dir="ltr" lang="en"><div class="mw-category"><div class="mw-category-group"><h3>A</h3>
<ul><li><a href="/wiki/L%27Antiga_Esquerra_de_l%27Eixample" title="L'Antiga Esquerra de l'Eixample">L'Antiga Esquerra de l'Eixample</a></li></ul></div><div class="mw-category-group"><h3>B</h3>
<ul><li><a href="/wiki/El_Baix_Guinard%C3%B3" title="El Baix Guinardó">El Baix Guinardó</a></li>
<li><a href="/wiki/La_Barceloneta,_Barcelona" title="La Barceloneta, Barcelona">La Barceloneta, Barcelona</a></li>
<li><a href="/wiki/Bar%C3%B3_de_Viver" title="Baró de Viver">Baró de Viver</a></li>
<li><a href="/wiki/El_Bes%C3%B2s_i_el_Maresme" title="El Besòs i el Maresme">El Besòs i el Maresme</a></li>
<li><a href="/wiki/Bon_Pastor" title="Bon Pastor">Bon Pastor</a></li>
<li><a href="/wiki/La_Bordeta_(Barcelona)" title="La Bordeta (Barcelona)">La Bordeta (Barcelona)</a></li></ul></div><div class="mw-category-group"><h3>C</h3>
<ul><li><a href="/wiki/Camp_d%27en_Grassot_i_Gr%C3%A0cia_Nova" title="Camp d'en Grassot i Gràcia Nova">Camp d'en Grassot i Gràcia Nova</a></li>
<li><a href="/wiki/El_Camp_de_l%27Arpa_del_Clot" title="El Camp de l'Arpa del Clot">El Camp de l'Arpa del Clot</a></li>
<li><a href="/wiki/Can_Bar%C3%B3" title="Can Baró">Can Baró</a></li>
<li><a href="/wiki/Can_Peguera" title="Can Peguera">Can Peguera</a></li>
<li><a href="/wiki/Canyelles_(neighbourhood)" title="Canyelles (neighbourhood)">Canyelles (neighbourhood)</a></li>
<li><a href="/wiki/El_Carmel" title="El Carmel">El Carmel</a></li>
<li><a href="/wiki/Ciutat_Meridiana" title="Ciutat Meridiana">Ciutat Meridiana</a></li>
<li><a href="/wiki/El_Clot" title="El Clot">El Clot</a></li>
<li><a href="/wiki/La_Clota" title="La Clota">La Clota</a></li>
<li><a href="/wiki/El_Coll" title="El Coll">El Coll</a></li>
<li><a href="/wiki/El_Congr%C3%A9s_i_els_Indians" title="El Congrés i els Indians">El Congrés i els Indians</a></li>
<li><a href="/wiki/Les_Corts_(neighbourhood)" title="Les Corts (neighbourhood)">Les Corts (neighbourhood)</a></li></ul></div><div class="mw-category-group"><h3>D</h3>
<ul><li><a href="/wiki/Diagonal_Mar_i_el_Front_Mar%C3%ADtim_del_Poblenou" title="Diagonal Mar i el Front Marítim del Poblenou">Diagonal Mar i el Front Marítim del Poblenou</a></li>
<li><a href="/wiki/Dreta_de_l%27Eixample" title="Dreta de l'Eixample">Dreta de l'Eixample</a></li></ul></div><div class="mw-category-group"><h3>F</h3>
<ul><li><a href="/wiki/La_Font_d%27en_Fargues" title="La Font d'en Fargues">La Font d'en Fargues</a></li>
<li><a href="/wiki/La_Font_de_la_Guatlla" title="La Font de la Guatlla">La Font de la Guatlla</a></li>
<li><a href="/wiki/Fort_Pienc" title="Fort Pienc">Fort Pienc</a></li></ul></div><div class="mw-category-group"><h3>G</h3>
<ul><li><a href="/wiki/Gothic_Quarter,_Barcelona" title="Gothic Quarter, Barcelona">Gothic Quarter, Barcelona</a></li>
<li><a href="/wiki/Gran_Via_(Barcelona)" title="Gran Via (Barcelona)">Gran Via (Barcelona)</a></li>
<li><a href="/wiki/El_Guinard%C3%B3" title="El Guinardó">El Guinardó</a></li>
<li><a href="/wiki/La_Guineueta,_Barcelona" title="La Guineueta, Barcelona">La Guineueta, Barcelona</a></li></ul></div><div class="mw-category-group"><h3>H</h3>
<ul><li><a href="/wiki/Horta,_Barcelona" title="Horta, Barcelona">Horta, Barcelona</a></li>
<li><a href="/wiki/Hostafrancs" title="Hostafrancs">Hostafrancs</a></li></ul></div><div class="mw-category-group"><h3>M</h3>
<ul><li><a href="/wiki/La_Marina_de_Port" title="La Marina de Port">La Marina de Port</a></li>
<li><a href="/wiki/La_Marina_del_Prat_Vermell" title="La Marina del Prat Vermell">La Marina del Prat Vermell</a></li>
<li><a href="/wiki/La_Maternitat_i_Sant_Ramon" title="La Maternitat i Sant Ramon">La Maternitat i Sant Ramon</a></li>
<li><a href="/wiki/Montbau" title="Montbau">Montbau</a></li>
<li><a href="/wiki/Montju%C3%AFc" title="Montjuïc">Montjuïc</a></li></ul></div><div class="mw-category-group"><h3>N</h3>
<ul><li><a href="/wiki/Navas,_Sant_Andreu" title="Navas, Sant Andreu">Navas, Sant Andreu</a></li>
<li><a href="/wiki/La_Nova_Esquerra_de_l%27Eixample" title="La Nova Esquerra de l'Eixample">La Nova Esquerra de l'Eixample</a></li></ul></div><div class="mw-category-group"><h3>P</h3>
<ul><li><a href="/wiki/El_Parc_i_la_Llacuna_del_Poblenou" title="El Parc i la Llacuna del Poblenou">El Parc i la Llacuna del Poblenou</a></li>
<li><a href="/wiki/Pedralbes" title="Pedralbes">Pedralbes</a></li>
<li><a href="/wiki/El_Poble-sec,_Barcelona" title="El Poble-sec, Barcelona">El Poble-sec, Barcelona</a></li>
<li><a href="/wiki/Porta,_Barcelona" title="Porta, Barcelona">Porta, Barcelona</a></li>
<li><a href="/wiki/La_Prosperitat" title="La Prosperitat">La Prosperitat</a></li>
<li><a href="/wiki/Proven%C3%A7als_del_Poblenou" title="Provençals del Poblenou">Provençals del Poblenou</a></li>
<li><a href="/wiki/El_Putget_i_Farr%C3%B3" title="El Putget i Farró">El Putget i Farró</a></li></ul></div><div class="mw-category-group"><h3>R</h3>
<ul><li><a href="/wiki/El_Raval" title="El Raval">El Raval</a></li>
<li><a href="/wiki/Les_Roquetes,_Barcelona" title="Les Roquetes, Barcelona">Les Roquetes, Barcelona</a></li></ul></div><div class="mw-category-group"><h3>S</h3>
<ul><li><a href="/wiki/Sagrada_Fam%C3%ADlia_(neighborhood)" title="Sagrada Família (neighborhood)">Sagrada Família (neighborhood)</a></li>
<li><a href="/wiki/La_Sagrera" title="La Sagrera">La Sagrera</a></li>
<li><a href="/wiki/La_Salut" title="La Salut">La Salut</a></li>
<li><a href="/wiki/Sant_Andreu_de_Palomar" title="Sant Andreu de Palomar">Sant Andreu de Palomar</a></li>
<li><a href="/wiki/Sant_Antoni,_Barcelona" title="Sant Antoni, Barcelona">Sant Antoni, Barcelona</a></li>
<li><a href="/wiki/Sant_Gen%C3%ADs_dels_Agudells" title="Sant Genís dels Agudells">Sant Genís dels Agudells</a></li>
<li><a href="/wiki/Sant_Gervasi_%E2%80%93_Galvany" title="Sant Gervasi – Galvany">Sant Gervasi – Galvany</a></li>
<li><a href="/wiki/Sant_Gervasi_%E2%80%93_la_Bonanova" title="Sant Gervasi – la Bonanova">Sant Gervasi – la Bonanova</a></li>
<li><a href="/wiki/Sant_Mart%C3%AD_de_Proven%C3%A7als" title="Sant Martí de Provençals">Sant Martí de Provençals</a></li>
<li><a href="/wiki/Sant_Pere,_Barcelona" title="Sant Pere, Barcelona">Sant Pere, Barcelona</a></li>
<li><a href="/wiki/Sants" title="Sants">Sants</a></li>
<li><a href="/wiki/Sants-Badal" title="Sants-Badal">Sants-Badal</a></li>
<li><a href="/wiki/Sarri%C3%A0,_Barcelona" title="Sarrià, Barcelona">Sarrià, Barcelona</a></li></ul></div><div class="mw-category-group"><h3>T</h3>
<ul><li><a href="/wiki/La_Teixonera" title="La Teixonera">La Teixonera</a></li>
<li><a href="/wiki/Tibidabo" title="Tibidabo">Tibidabo</a></li>
<li><a href="/wiki/Torre_Bar%C3%B3" title="Torre Baró">Torre Baró</a></li>
<li><a href="/wiki/Les_Tres_Torres" title="Les Tres Torres">Les Tres Torres</a></li>
<li><a href="/wiki/La_Trinitat_Nova" title="La Trinitat Nova">La Trinitat Nova</a></li>
<li><a href="/wiki/Trinitat_Vella" title="Trinitat Vella">Trinitat Vella</a></li>
<li><a href="/wiki/El_Tur%C3%B3_de_la_Peira" title="El Turó de la Peira">El Turó de la Peira</a></li></ul></div><div class="mw-category-group"><h3>V</h3>
<ul><li><a href="/wiki/Vall_d%27Hebron" title="Vall d'Hebron">Vall d'Hebron</a></li>
<li><a href="/wiki/Vallbona,_Barcelona" title="Vallbona, Barcelona">Vallbona, Barcelona</a></li>
<li><a href="/wiki/Vallcarca_i_els_Penitents" title="Vallcarca i els Penitents">Vallcarca i els Penitents</a></li>
<li><a href="/wiki/Vallvidrera" title="Vallvidrera">Vallvidrera</a></li>
<li><a href="/wiki/Vallvidrera,_el_Tibidabo_i_les_Planes" title="Vallvidrera, el Tibidabo i les Planes">Vallvidrera, el Tibidabo i les Planes</a></li>
<li><a href="/wiki/Verdum" title="Verdum">Verdum</a></li>
<li><a href="/wiki/La_Verneda_i_la_Pau" title="La Verneda i la Pau">La Verneda i la Pau</a></li>
<li><a href="/wiki/Vila_de_Gr%C3%A0cia" title="Vila de Gràcia">Vila de Gràcia</a></li>
<li><a href="/wiki/La_Vila_Ol%C3%ADmpica_del_Poblenou" title="La Vila Olímpica del Poblenou">La Vila Olímpica del Poblenou</a></li>
<li><a href="/wiki/Vilapicina_i_la_Torre_Llobeta" title="Vilapicina i la Torre Llobeta">Vilapicina i la Torre Llobeta</a></li></ul></div></div></div>
</div></div><noscript><img alt="" height="1" src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" style="border: none; position: absolute;" title="" width="1"/></noscript>
<div class="printfooter">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;oldid=625451508">https://en.wikipedia.org/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;oldid=625451508</a>"</div></div>
<div class="catlinks" data-mw="interface" id="catlinks"><div class="mw-normal-catlinks" id="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Districts_of_Barcelona" title="Category:Districts of Barcelona">Districts of Barcelona</a></li><li><a href="/wiki/Category:Subdivisions_of_Barcelona" title="Category:Subdivisions of Barcelona">Subdivisions of Barcelona</a></li></ul></div><div class="mw-hidden-catlinks mw-hidden-cats-ns-shown" id="mw-hidden-catlinks">Hidden categories: <ul><li><a href="/wiki/Category:Commons_category_link_is_on_Wikidata" title="Category:Commons category link is on Wikidata">Commons category link is on Wikidata</a></li></ul></div></div>
</div>
</div>
<div id="mw-data-after-content">
<div class="read-more-container"></div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
<div id="mw-head">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-personal-label" class="vector-menu" id="p-personal" role="navigation">
<h3 id="p-personal-label">
<span>Personal tools</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="pt-anonuserpage">Not logged in</li><li id="pt-anontalk"><a accesskey="n" href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]">Talk</a></li><li id="pt-anoncontribs"><a accesskey="y" href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]">Contributions</a></li><li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=Category%3ANeighbourhoods+of+Barcelona" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li><li id="pt-login"><a accesskey="o" href="/w/index.php?title=Special:UserLogin&amp;returnto=Category%3ANeighbourhoods+of+Barcelona" title="You're encouraged to log in; however, it's not mandatory. [o]">Log in</a></li></ul>
</div>
</nav>
<div id="left-navigation">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-namespaces-label" class="vector-menu vector-menu-tabs vectorTabs" id="p-namespaces" role="navigation">
<h3 id="p-namespaces-label">
<span>Namespaces</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="selected" id="ca-nstab-category"><a accesskey="c" href="/wiki/Category:Neighbourhoods_of_Barcelona" title="View the category page [c]">Category</a></li><li id="ca-talk"><a accesskey="t" href="/wiki/Category_talk:Neighbourhoods_of_Barcelona" rel="discussion" title="Discuss improvements to the content page [t]">Talk</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-variants-label" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" id="p-variants" role="navigation">
<input aria-labelledby="p-variants-label" class="vector-menu-checkbox vectorMenuCheckbox" type="checkbox"/>
<h3 id="p-variants-label">
<span>Variants</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="menu vector-menu-content-list"></ul>
</div>
</nav>
</div>
<div id="right-navigation">
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-views-label" class="vector-menu vector-menu-tabs vectorTabs" id="p-views" role="navigation">
<h3 id="p-views-label">
<span>Views</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="selected" id="ca-view"><a href="/wiki/Category:Neighbourhoods_of_Barcelona">Read</a></li><li id="ca-edit"><a accesskey="e" href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=edit" title="Edit this page [e]">Edit</a></li><li id="ca-history"><a accesskey="h" href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=history" title="Past revisions of this page [h]">View history</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-cactions-label" class="vector-menu-empty emptyPortlet vector-menu vector-menu-dropdown vectorMenu" id="p-cactions" role="navigation">
<input aria-labelledby="p-cactions-label" class="vector-menu-checkbox vectorMenuCheckbox" type="checkbox"/>
<h3 id="p-cactions-label">
<span>More</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="menu vector-menu-content-list"></ul>
</div>
</nav>
<div id="p-search" role="search">
<h3>
<label for="searchInput">Search</label>
</h3>
<form action="/w/index.php" id="searchform">
<div data-search-loc="header-moved" id="simpleSearch">
<input accesskey="f" id="searchInput" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" type="search"/>
<input name="title" type="hidden" value="Special:Search"/>
<input class="searchButton mw-fallbackSearchButton" id="mw-searchButton" name="fulltext" title="Search Wikipedia for this text" type="submit" value="Search"/>
<input class="searchButton" id="searchButton" name="go" title="Go to a page with this exact name if it exists" type="submit" value="Go"/>
</div>
</form>
</div>
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner">
<a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a>
</div>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-navigation-label" class="vector-menu vector-menu-portal portal portal-first" id="p-navigation" role="navigation">
<h3 id="p-navigation-label">
<span>Navigation</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="n-mainpage-description"><a accesskey="z" href="/wiki/Main_Page" title="Visit the main page [z]">Main page</a></li><li id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a></li><li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events">Current events</a></li><li id="n-randompage"><a accesskey="x" href="/wiki/Special:Random" title="Visit a randomly selected article [x]">Random article</a></li><li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works">About Wikipedia</a></li><li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact us</a></li><li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us by donating to the Wikimedia Foundation">Donate</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-interaction-label" class="vector-menu vector-menu-portal portal" id="p-interaction" role="navigation">
<h3 id="p-interaction-label">
<span>Contribute</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li><li id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia">Learn to edit</a></li><li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors">Community portal</a></li><li id="n-recentchanges"><a accesskey="r" href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]">Recent changes</a></li><li id="n-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Add images or other media for use on Wikipedia">Upload file</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-tb-label" class="vector-menu vector-menu-portal portal" id="p-tb" role="navigation">
<h3 id="p-tb-label">
<span>Tools</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="t-whatlinkshere"><a accesskey="j" href="/wiki/Special:WhatLinksHere/Category:Neighbourhoods_of_Barcelona" title="List of all English Wikipedia pages containing links to this page [j]">What links here</a></li><li id="t-recentchangeslinked"><a accesskey="k" href="/wiki/Special:RecentChangesLinked/Category:Neighbourhoods_of_Barcelona" rel="nofollow" title="Recent changes in pages linked from this page [k]">Related changes</a></li><li id="t-upload"><a accesskey="u" href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]">Upload file</a></li><li id="t-specialpages"><a accesskey="q" href="/wiki/Special:SpecialPages" title="A list of all special pages [q]">Special pages</a></li><li id="t-permalink"><a href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;oldid=625451508" title="Permanent link to this revision of this page">Permanent link</a></li><li id="t-info"><a href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;action=info" title="More information about this page">Page information</a></li><li id="t-wikibase"><a accesskey="g" href="https://www.wikidata.org/wiki/Special:EntityPage/Q9116552" title="Structured data on this page hosted by Wikidata [g]">Wikidata item</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-coll-print_export-label" class="vector-menu vector-menu-portal portal" id="p-coll-print_export" role="navigation">
<h3 id="p-coll-print_export-label">
<span>Print/export</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&amp;page=Category%3ANeighbourhoods_of_Barcelona&amp;action=show-download-screen" title="Download this page as a PDF file">Download as PDF</a></li><li id="t-print"><a accesskey="p" href="/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;printable=yes" title="Printable version of this page [p]">Printable version</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-wikibase-otherprojects-label" class="vector-menu vector-menu-portal portal" id="p-wikibase-otherprojects" role="navigation">
<h3 id="p-wikibase-otherprojects-label">
<span>In other projects</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Category:Neighborhoods_in_Barcelona" hreflang="en">Wikimedia Commons</a></li></ul>
</div>
</nav>
<!-- Please do not use role attribute as CSS selector, it is deprecated. -->
<nav aria-labelledby="p-lang-label" class="vector-menu vector-menu-portal portal" id="p-lang" role="navigation">
<h3 id="p-lang-label">
<span>Languages</span>
</h3>
<!-- Please do not use the .body class, it is deprecated. -->
<div class="body vector-menu-content">
<!-- Please do not use the .menu class, it is deprecated. -->
<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-ar"><a class="interlanguage-link-target" href="https://ar.wikipedia.org/wiki/%D8%AA%D8%B5%D9%86%D9%8A%D9%81:%D8%A3%D8%AD%D9%8A%D8%A7%D8%A1_%D8%A8%D8%B1%D8%B4%D9%84%D9%88%D9%86%D8%A9" hreflang="ar" lang="ar" title="تصنيف:أحياء برشلونة – Arabic">العربية</a></li><li class="interlanguage-link interwiki-ca"><a class="interlanguage-link-target" href="https://ca.wikipedia.org/wiki/Categoria:Barris_de_Barcelona" hreflang="ca" lang="ca" title="Categoria:Barris de Barcelona – Catalan">Català</a></li><li class="interlanguage-link interwiki-es"><a class="interlanguage-link-target" href="https://es.wikipedia.org/wiki/Categor%C3%ADa:Barrios_de_Barcelona" hreflang="es" lang="es" title="Categoría:Barrios de Barcelona – Spanish">Español</a></li><li class="interlanguage-link interwiki-eu"><a class="interlanguage-link-target" href="https://eu.wikipedia.org/wiki/Kategoria:Bartzelonako_auzoak" hreflang="eu" lang="eu" title="Kategoria:Bartzelonako auzoak – Basque">Euskara</a></li><li class="interlanguage-link interwiki-fa"><a class="interlanguage-link-target" href="https://fa.wikipedia.org/wiki/%D8%B1%D8%AF%D9%87:%D9%85%D8%AD%D9%84%D9%87%E2%80%8C%D9%87%D8%A7%DB%8C_%D8%A8%D8%A7%D8%B1%D8%B3%D9%84%D9%88%D9%86" hreflang="fa" lang="fa" title="رده:محله‌های بارسلون – Persian">فارسی</a></li><li class="interlanguage-link interwiki-fr"><a class="interlanguage-link-target" href="https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Quartier_de_Barcelone" hreflang="fr" lang="fr" title="Catégorie:Quartier de Barcelone – French">Français</a></li><li class="interlanguage-link interwiki-gl"><a class="interlanguage-link-target" href="https://gl.wikipedia.org/wiki/Categor%C3%ADa:Barrios_de_Barcelona" hreflang="gl" lang="gl" title="Categoría:Barrios de Barcelona – Galician">Galego</a></li><li class="interlanguage-link interwiki-it"><a class="interlanguage-link-target" href="https://it.wikipedia.org/wiki/Categoria:Quartieri_di_Barcellona" hreflang="it" lang="it" title="Categoria:Quartieri di Barcellona – Italian">Italiano</a></li><li class="interlanguage-link interwiki-he"><a class="interlanguage-link-target" href="https://he.wikipedia.org/wiki/%D7%A7%D7%98%D7%92%D7%95%D7%A8%D7%99%D7%94:%D7%91%D7%A8%D7%A6%D7%9C%D7%95%D7%A0%D7%94:_%D7%A9%D7%9B%D7%95%D7%A0%D7%95%D7%AA" hreflang="he" lang="he" title="קטגוריה:ברצלונה: שכונות – Hebrew">עברית</a></li><li class="interlanguage-link interwiki-nl"><a class="interlanguage-link-target" href="https://nl.wikipedia.org/wiki/Categorie:Wijk_in_Barcelona" hreflang="nl" lang="nl" title="Categorie:Wijk in Barcelona – Dutch">Nederlands</a></li><li class="interlanguage-link interwiki-oc"><a class="interlanguage-link-target" href="https://oc.wikipedia.org/wiki/Categoria:Quarti%C3%A8rs_de_Barcelona" hreflang="oc" lang="oc" title="Categoria:Quartièrs de Barcelona – Occitan">Occitan</a></li><li class="interlanguage-link interwiki-pt"><a class="interlanguage-link-target" href="https://pt.wikipedia.org/wiki/Categoria:Bairros_de_Barcelona" hreflang="pt" lang="pt" title="Categoria:Bairros de Barcelona – Portuguese">Português</a></li><li class="interlanguage-link interwiki-ru"><a class="interlanguage-link-target" href="https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F:%D0%9A%D0%B2%D0%B0%D1%80%D1%82%D0%B0%D0%BB%D1%8B_%D0%91%D0%B0%D1%80%D1%81%D0%B5%D0%BB%D0%BE%D0%BD%D1%8B" hreflang="ru" lang="ru" title="Категория:Кварталы Барселоны – Russian">Русский</a></li><li class="interlanguage-link interwiki-sco"><a class="interlanguage-link-target" href="https://sco.wikipedia.org/wiki/Category:Neebourheids_o_Barcelona" hreflang="sco" lang="sco" title="Category:Neebourheids o Barcelona – Scots">Scots</a></li><li class="interlanguage-link interwiki-uk"><a class="interlanguage-link-target" href="https://uk.wikipedia.org/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D1%96%D1%8F:%D0%9C%D1%96%D1%81%D1%86%D0%B5%D0%B2%D0%BE%D1%81%D1%82%D1%96_%D0%91%D0%B0%D1%80%D1%81%D0%B5%D0%BB%D0%BE%D0%BD%D0%B8" hreflang="uk" lang="uk" title="Категорія:Місцевості Барселони – Ukrainian">Українська</a></li></ul>
<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a class="wbc-editpage" href="https://www.wikidata.org/wiki/Special:EntityPage/Q9116552#sitelinks-wikipedia" title="Edit interlanguage links">Edit links</a></span></div>
</div>
</nav>
</div>
</div>
<footer class="mw-footer" id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last edited on 13 September 2014, at 23:27<span class="anonymous-show"> (UTC)</span>.</li>
<li id="footer-info-copyright">Text is available under the <a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License" rel="license">Creative Commons Attribution-ShareAlike License</a><a href="//creativecommons.org/licenses/by-sa/3.0/" rel="license" style="display:none;"></a>;
additional terms may apply.  By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a class="extiw" href="https://foundation.wikimedia.org/wiki/Privacy_policy" title="wmf:Privacy policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
<li id="footer-places-mobileview"><a class="noprint stopMobileRedirectToggle" href="//en.m.wikipedia.org/w/index.php?title=Category:Neighbourhoods_of_Barcelona&amp;mobileaction=toggle_view_mobile">Mobile view</a></li>
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a></li>
</ul>
<ul class="noprint" id="footer-icons">
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img alt="Wikimedia Foundation" height="31" loading="lazy" src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88"/></a></li>
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img alt="Powered by MediaWiki" height="31" loading="lazy" src="/static/images/footer/poweredby_mediawiki_88x31.png" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88"/></a></li>
</ul>
<div style="clear: both;"></div>
</footer>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.060","walltime":"0.087","ppvisitednodes":{"value":110,"limit":1000000},"postexpandincludesize":{"value":2356,"limit":2097152},"templateargumentsize":{"value":391,"limit":2097152},"expansiondepth":{"value":13,"limit":40},"expensivefunctioncount":{"value":0,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":0,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00%   73.569      1 Template:Commonscat","100.00%   73.569      1 -total"," 91.01%   66.955      1 Template:Sister_project"," 84.16%   61.916      1 Template:Side_box","  8.92%    6.561      1 Template:Replace"]},"scribunto":{"limitreport-timeusage":{"value":"0.017","limit":"10.000"},"limitreport-memusage":{"value":995985,"limit":52428800}},"cachereport":{"origin":"mw2247","timestamp":"20201001111811","ttl":2592000,"transientcontent":false}}});mw.config.set({"wgBackendResponseTime":174,"wgHostname":"mw2257"});});</script>
</body></html>
In [45]:
div_tag = soup.find('div', 'mw-category')
div_tag
Out[45]:
<div class="mw-category"><div class="mw-category-group"><h3>A</h3>
<ul><li><a href="/wiki/L%27Antiga_Esquerra_de_l%27Eixample" title="L'Antiga Esquerra de l'Eixample">L'Antiga Esquerra de l'Eixample</a></li></ul></div><div class="mw-category-group"><h3>B</h3>
<ul><li><a href="/wiki/El_Baix_Guinard%C3%B3" title="El Baix Guinardó">El Baix Guinardó</a></li>
<li><a href="/wiki/La_Barceloneta,_Barcelona" title="La Barceloneta, Barcelona">La Barceloneta, Barcelona</a></li>
<li><a href="/wiki/Bar%C3%B3_de_Viver" title="Baró de Viver">Baró de Viver</a></li>
<li><a href="/wiki/El_Bes%C3%B2s_i_el_Maresme" title="El Besòs i el Maresme">El Besòs i el Maresme</a></li>
<li><a href="/wiki/Bon_Pastor" title="Bon Pastor">Bon Pastor</a></li>
<li><a href="/wiki/La_Bordeta_(Barcelona)" title="La Bordeta (Barcelona)">La Bordeta (Barcelona)</a></li></ul></div><div class="mw-category-group"><h3>C</h3>
<ul><li><a href="/wiki/Camp_d%27en_Grassot_i_Gr%C3%A0cia_Nova" title="Camp d'en Grassot i Gràcia Nova">Camp d'en Grassot i Gràcia Nova</a></li>
<li><a href="/wiki/El_Camp_de_l%27Arpa_del_Clot" title="El Camp de l'Arpa del Clot">El Camp de l'Arpa del Clot</a></li>
<li><a href="/wiki/Can_Bar%C3%B3" title="Can Baró">Can Baró</a></li>
<li><a href="/wiki/Can_Peguera" title="Can Peguera">Can Peguera</a></li>
<li><a href="/wiki/Canyelles_(neighbourhood)" title="Canyelles (neighbourhood)">Canyelles (neighbourhood)</a></li>
<li><a href="/wiki/El_Carmel" title="El Carmel">El Carmel</a></li>
<li><a href="/wiki/Ciutat_Meridiana" title="Ciutat Meridiana">Ciutat Meridiana</a></li>
<li><a href="/wiki/El_Clot" title="El Clot">El Clot</a></li>
<li><a href="/wiki/La_Clota" title="La Clota">La Clota</a></li>
<li><a href="/wiki/El_Coll" title="El Coll">El Coll</a></li>
<li><a href="/wiki/El_Congr%C3%A9s_i_els_Indians" title="El Congrés i els Indians">El Congrés i els Indians</a></li>
<li><a href="/wiki/Les_Corts_(neighbourhood)" title="Les Corts (neighbourhood)">Les Corts (neighbourhood)</a></li></ul></div><div class="mw-category-group"><h3>D</h3>
<ul><li><a href="/wiki/Diagonal_Mar_i_el_Front_Mar%C3%ADtim_del_Poblenou" title="Diagonal Mar i el Front Marítim del Poblenou">Diagonal Mar i el Front Marítim del Poblenou</a></li>
<li><a href="/wiki/Dreta_de_l%27Eixample" title="Dreta de l'Eixample">Dreta de l'Eixample</a></li></ul></div><div class="mw-category-group"><h3>F</h3>
<ul><li><a href="/wiki/La_Font_d%27en_Fargues" title="La Font d'en Fargues">La Font d'en Fargues</a></li>
<li><a href="/wiki/La_Font_de_la_Guatlla" title="La Font de la Guatlla">La Font de la Guatlla</a></li>
<li><a href="/wiki/Fort_Pienc" title="Fort Pienc">Fort Pienc</a></li></ul></div><div class="mw-category-group"><h3>G</h3>
<ul><li><a href="/wiki/Gothic_Quarter,_Barcelona" title="Gothic Quarter, Barcelona">Gothic Quarter, Barcelona</a></li>
<li><a href="/wiki/Gran_Via_(Barcelona)" title="Gran Via (Barcelona)">Gran Via (Barcelona)</a></li>
<li><a href="/wiki/El_Guinard%C3%B3" title="El Guinardó">El Guinardó</a></li>
<li><a href="/wiki/La_Guineueta,_Barcelona" title="La Guineueta, Barcelona">La Guineueta, Barcelona</a></li></ul></div><div class="mw-category-group"><h3>H</h3>
<ul><li><a href="/wiki/Horta,_Barcelona" title="Horta, Barcelona">Horta, Barcelona</a></li>
<li><a href="/wiki/Hostafrancs" title="Hostafrancs">Hostafrancs</a></li></ul></div><div class="mw-category-group"><h3>M</h3>
<ul><li><a href="/wiki/La_Marina_de_Port" title="La Marina de Port">La Marina de Port</a></li>
<li><a href="/wiki/La_Marina_del_Prat_Vermell" title="La Marina del Prat Vermell">La Marina del Prat Vermell</a></li>
<li><a href="/wiki/La_Maternitat_i_Sant_Ramon" title="La Maternitat i Sant Ramon">La Maternitat i Sant Ramon</a></li>
<li><a href="/wiki/Montbau" title="Montbau">Montbau</a></li>
<li><a href="/wiki/Montju%C3%AFc" title="Montjuïc">Montjuïc</a></li></ul></div><div class="mw-category-group"><h3>N</h3>
<ul><li><a href="/wiki/Navas,_Sant_Andreu" title="Navas, Sant Andreu">Navas, Sant Andreu</a></li>
<li><a href="/wiki/La_Nova_Esquerra_de_l%27Eixample" title="La Nova Esquerra de l'Eixample">La Nova Esquerra de l'Eixample</a></li></ul></div><div class="mw-category-group"><h3>P</h3>
<ul><li><a href="/wiki/El_Parc_i_la_Llacuna_del_Poblenou" title="El Parc i la Llacuna del Poblenou">El Parc i la Llacuna del Poblenou</a></li>
<li><a href="/wiki/Pedralbes" title="Pedralbes">Pedralbes</a></li>
<li><a href="/wiki/El_Poble-sec,_Barcelona" title="El Poble-sec, Barcelona">El Poble-sec, Barcelona</a></li>
<li><a href="/wiki/Porta,_Barcelona" title="Porta, Barcelona">Porta, Barcelona</a></li>
<li><a href="/wiki/La_Prosperitat" title="La Prosperitat">La Prosperitat</a></li>
<li><a href="/wiki/Proven%C3%A7als_del_Poblenou" title="Provençals del Poblenou">Provençals del Poblenou</a></li>
<li><a href="/wiki/El_Putget_i_Farr%C3%B3" title="El Putget i Farró">El Putget i Farró</a></li></ul></div><div class="mw-category-group"><h3>R</h3>
<ul><li><a href="/wiki/El_Raval" title="El Raval">El Raval</a></li>
<li><a href="/wiki/Les_Roquetes,_Barcelona" title="Les Roquetes, Barcelona">Les Roquetes, Barcelona</a></li></ul></div><div class="mw-category-group"><h3>S</h3>
<ul><li><a href="/wiki/Sagrada_Fam%C3%ADlia_(neighborhood)" title="Sagrada Família (neighborhood)">Sagrada Família (neighborhood)</a></li>
<li><a href="/wiki/La_Sagrera" title="La Sagrera">La Sagrera</a></li>
<li><a href="/wiki/La_Salut" title="La Salut">La Salut</a></li>
<li><a href="/wiki/Sant_Andreu_de_Palomar" title="Sant Andreu de Palomar">Sant Andreu de Palomar</a></li>
<li><a href="/wiki/Sant_Antoni,_Barcelona" title="Sant Antoni, Barcelona">Sant Antoni, Barcelona</a></li>
<li><a href="/wiki/Sant_Gen%C3%ADs_dels_Agudells" title="Sant Genís dels Agudells">Sant Genís dels Agudells</a></li>
<li><a href="/wiki/Sant_Gervasi_%E2%80%93_Galvany" title="Sant Gervasi – Galvany">Sant Gervasi – Galvany</a></li>
<li><a href="/wiki/Sant_Gervasi_%E2%80%93_la_Bonanova" title="Sant Gervasi – la Bonanova">Sant Gervasi – la Bonanova</a></li>
<li><a href="/wiki/Sant_Mart%C3%AD_de_Proven%C3%A7als" title="Sant Martí de Provençals">Sant Martí de Provençals</a></li>
<li><a href="/wiki/Sant_Pere,_Barcelona" title="Sant Pere, Barcelona">Sant Pere, Barcelona</a></li>
<li><a href="/wiki/Sants" title="Sants">Sants</a></li>
<li><a href="/wiki/Sants-Badal" title="Sants-Badal">Sants-Badal</a></li>
<li><a href="/wiki/Sarri%C3%A0,_Barcelona" title="Sarrià, Barcelona">Sarrià, Barcelona</a></li></ul></div><div class="mw-category-group"><h3>T</h3>
<ul><li><a href="/wiki/La_Teixonera" title="La Teixonera">La Teixonera</a></li>
<li><a href="/wiki/Tibidabo" title="Tibidabo">Tibidabo</a></li>
<li><a href="/wiki/Torre_Bar%C3%B3" title="Torre Baró">Torre Baró</a></li>
<li><a href="/wiki/Les_Tres_Torres" title="Les Tres Torres">Les Tres Torres</a></li>
<li><a href="/wiki/La_Trinitat_Nova" title="La Trinitat Nova">La Trinitat Nova</a></li>
<li><a href="/wiki/Trinitat_Vella" title="Trinitat Vella">Trinitat Vella</a></li>
<li><a href="/wiki/El_Tur%C3%B3_de_la_Peira" title="El Turó de la Peira">El Turó de la Peira</a></li></ul></div><div class="mw-category-group"><h3>V</h3>
<ul><li><a href="/wiki/Vall_d%27Hebron" title="Vall d'Hebron">Vall d'Hebron</a></li>
<li><a href="/wiki/Vallbona,_Barcelona" title="Vallbona, Barcelona">Vallbona, Barcelona</a></li>
<li><a href="/wiki/Vallcarca_i_els_Penitents" title="Vallcarca i els Penitents">Vallcarca i els Penitents</a></li>
<li><a href="/wiki/Vallvidrera" title="Vallvidrera">Vallvidrera</a></li>
<li><a href="/wiki/Vallvidrera,_el_Tibidabo_i_les_Planes" title="Vallvidrera, el Tibidabo i les Planes">Vallvidrera, el Tibidabo i les Planes</a></li>
<li><a href="/wiki/Verdum" title="Verdum">Verdum</a></li>
<li><a href="/wiki/La_Verneda_i_la_Pau" title="La Verneda i la Pau">La Verneda i la Pau</a></li>
<li><a href="/wiki/Vila_de_Gr%C3%A0cia" title="Vila de Gràcia">Vila de Gràcia</a></li>
<li><a href="/wiki/La_Vila_Ol%C3%ADmpica_del_Poblenou" title="La Vila Olímpica del Poblenou">La Vila Olímpica del Poblenou</a></li>
<li><a href="/wiki/Vilapicina_i_la_Torre_Llobeta" title="Vilapicina i la Torre Llobeta">Vilapicina i la Torre Llobeta</a></li></ul></div></div>
In [46]:
a_tags = div_tag.find_all('a')
a_tags
Out[46]:
[<a href="/wiki/L%27Antiga_Esquerra_de_l%27Eixample" title="L'Antiga Esquerra de l'Eixample">L'Antiga Esquerra de l'Eixample</a>,
 <a href="/wiki/El_Baix_Guinard%C3%B3" title="El Baix Guinardó">El Baix Guinardó</a>,
 <a href="/wiki/La_Barceloneta,_Barcelona" title="La Barceloneta, Barcelona">La Barceloneta, Barcelona</a>,
 <a href="/wiki/Bar%C3%B3_de_Viver" title="Baró de Viver">Baró de Viver</a>,
 <a href="/wiki/El_Bes%C3%B2s_i_el_Maresme" title="El Besòs i el Maresme">El Besòs i el Maresme</a>,
 <a href="/wiki/Bon_Pastor" title="Bon Pastor">Bon Pastor</a>,
 <a href="/wiki/La_Bordeta_(Barcelona)" title="La Bordeta (Barcelona)">La Bordeta (Barcelona)</a>,
 <a href="/wiki/Camp_d%27en_Grassot_i_Gr%C3%A0cia_Nova" title="Camp d'en Grassot i Gràcia Nova">Camp d'en Grassot i Gràcia Nova</a>,
 <a href="/wiki/El_Camp_de_l%27Arpa_del_Clot" title="El Camp de l'Arpa del Clot">El Camp de l'Arpa del Clot</a>,
 <a href="/wiki/Can_Bar%C3%B3" title="Can Baró">Can Baró</a>,
 <a href="/wiki/Can_Peguera" title="Can Peguera">Can Peguera</a>,
 <a href="/wiki/Canyelles_(neighbourhood)" title="Canyelles (neighbourhood)">Canyelles (neighbourhood)</a>,
 <a href="/wiki/El_Carmel" title="El Carmel">El Carmel</a>,
 <a href="/wiki/Ciutat_Meridiana" title="Ciutat Meridiana">Ciutat Meridiana</a>,
 <a href="/wiki/El_Clot" title="El Clot">El Clot</a>,
 <a href="/wiki/La_Clota" title="La Clota">La Clota</a>,
 <a href="/wiki/El_Coll" title="El Coll">El Coll</a>,
 <a href="/wiki/El_Congr%C3%A9s_i_els_Indians" title="El Congrés i els Indians">El Congrés i els Indians</a>,
 <a href="/wiki/Les_Corts_(neighbourhood)" title="Les Corts (neighbourhood)">Les Corts (neighbourhood)</a>,
 <a href="/wiki/Diagonal_Mar_i_el_Front_Mar%C3%ADtim_del_Poblenou" title="Diagonal Mar i el Front Marítim del Poblenou">Diagonal Mar i el Front Marítim del Poblenou</a>,
 <a href="/wiki/Dreta_de_l%27Eixample" title="Dreta de l'Eixample">Dreta de l'Eixample</a>,
 <a href="/wiki/La_Font_d%27en_Fargues" title="La Font d'en Fargues">La Font d'en Fargues</a>,
 <a href="/wiki/La_Font_de_la_Guatlla" title="La Font de la Guatlla">La Font de la Guatlla</a>,
 <a href="/wiki/Fort_Pienc" title="Fort Pienc">Fort Pienc</a>,
 <a href="/wiki/Gothic_Quarter,_Barcelona" title="Gothic Quarter, Barcelona">Gothic Quarter, Barcelona</a>,
 <a href="/wiki/Gran_Via_(Barcelona)" title="Gran Via (Barcelona)">Gran Via (Barcelona)</a>,
 <a href="/wiki/El_Guinard%C3%B3" title="El Guinardó">El Guinardó</a>,
 <a href="/wiki/La_Guineueta,_Barcelona" title="La Guineueta, Barcelona">La Guineueta, Barcelona</a>,
 <a href="/wiki/Horta,_Barcelona" title="Horta, Barcelona">Horta, Barcelona</a>,
 <a href="/wiki/Hostafrancs" title="Hostafrancs">Hostafrancs</a>,
 <a href="/wiki/La_Marina_de_Port" title="La Marina de Port">La Marina de Port</a>,
 <a href="/wiki/La_Marina_del_Prat_Vermell" title="La Marina del Prat Vermell">La Marina del Prat Vermell</a>,
 <a href="/wiki/La_Maternitat_i_Sant_Ramon" title="La Maternitat i Sant Ramon">La Maternitat i Sant Ramon</a>,
 <a href="/wiki/Montbau" title="Montbau">Montbau</a>,
 <a href="/wiki/Montju%C3%AFc" title="Montjuïc">Montjuïc</a>,
 <a href="/wiki/Navas,_Sant_Andreu" title="Navas, Sant Andreu">Navas, Sant Andreu</a>,
 <a href="/wiki/La_Nova_Esquerra_de_l%27Eixample" title="La Nova Esquerra de l'Eixample">La Nova Esquerra de l'Eixample</a>,
 <a href="/wiki/El_Parc_i_la_Llacuna_del_Poblenou" title="El Parc i la Llacuna del Poblenou">El Parc i la Llacuna del Poblenou</a>,
 <a href="/wiki/Pedralbes" title="Pedralbes">Pedralbes</a>,
 <a href="/wiki/El_Poble-sec,_Barcelona" title="El Poble-sec, Barcelona">El Poble-sec, Barcelona</a>,
 <a href="/wiki/Porta,_Barcelona" title="Porta, Barcelona">Porta, Barcelona</a>,
 <a href="/wiki/La_Prosperitat" title="La Prosperitat">La Prosperitat</a>,
 <a href="/wiki/Proven%C3%A7als_del_Poblenou" title="Provençals del Poblenou">Provençals del Poblenou</a>,
 <a href="/wiki/El_Putget_i_Farr%C3%B3" title="El Putget i Farró">El Putget i Farró</a>,
 <a href="/wiki/El_Raval" title="El Raval">El Raval</a>,
 <a href="/wiki/Les_Roquetes,_Barcelona" title="Les Roquetes, Barcelona">Les Roquetes, Barcelona</a>,
 <a href="/wiki/Sagrada_Fam%C3%ADlia_(neighborhood)" title="Sagrada Família (neighborhood)">Sagrada Família (neighborhood)</a>,
 <a href="/wiki/La_Sagrera" title="La Sagrera">La Sagrera</a>,
 <a href="/wiki/La_Salut" title="La Salut">La Salut</a>,
 <a href="/wiki/Sant_Andreu_de_Palomar" title="Sant Andreu de Palomar">Sant Andreu de Palomar</a>,
 <a href="/wiki/Sant_Antoni,_Barcelona" title="Sant Antoni, Barcelona">Sant Antoni, Barcelona</a>,
 <a href="/wiki/Sant_Gen%C3%ADs_dels_Agudells" title="Sant Genís dels Agudells">Sant Genís dels Agudells</a>,
 <a href="/wiki/Sant_Gervasi_%E2%80%93_Galvany" title="Sant Gervasi – Galvany">Sant Gervasi – Galvany</a>,
 <a href="/wiki/Sant_Gervasi_%E2%80%93_la_Bonanova" title="Sant Gervasi – la Bonanova">Sant Gervasi – la Bonanova</a>,
 <a href="/wiki/Sant_Mart%C3%AD_de_Proven%C3%A7als" title="Sant Martí de Provençals">Sant Martí de Provençals</a>,
 <a href="/wiki/Sant_Pere,_Barcelona" title="Sant Pere, Barcelona">Sant Pere, Barcelona</a>,
 <a href="/wiki/Sants" title="Sants">Sants</a>,
 <a href="/wiki/Sants-Badal" title="Sants-Badal">Sants-Badal</a>,
 <a href="/wiki/Sarri%C3%A0,_Barcelona" title="Sarrià, Barcelona">Sarrià, Barcelona</a>,
 <a href="/wiki/La_Teixonera" title="La Teixonera">La Teixonera</a>,
 <a href="/wiki/Tibidabo" title="Tibidabo">Tibidabo</a>,
 <a href="/wiki/Torre_Bar%C3%B3" title="Torre Baró">Torre Baró</a>,
 <a href="/wiki/Les_Tres_Torres" title="Les Tres Torres">Les Tres Torres</a>,
 <a href="/wiki/La_Trinitat_Nova" title="La Trinitat Nova">La Trinitat Nova</a>,
 <a href="/wiki/Trinitat_Vella" title="Trinitat Vella">Trinitat Vella</a>,
 <a href="/wiki/El_Tur%C3%B3_de_la_Peira" title="El Turó de la Peira">El Turó de la Peira</a>,
 <a href="/wiki/Vall_d%27Hebron" title="Vall d'Hebron">Vall d'Hebron</a>,
 <a href="/wiki/Vallbona,_Barcelona" title="Vallbona, Barcelona">Vallbona, Barcelona</a>,
 <a href="/wiki/Vallcarca_i_els_Penitents" title="Vallcarca i els Penitents">Vallcarca i els Penitents</a>,
 <a href="/wiki/Vallvidrera" title="Vallvidrera">Vallvidrera</a>,
 <a href="/wiki/Vallvidrera,_el_Tibidabo_i_les_Planes" title="Vallvidrera, el Tibidabo i les Planes">Vallvidrera, el Tibidabo i les Planes</a>,
 <a href="/wiki/Verdum" title="Verdum">Verdum</a>,
 <a href="/wiki/La_Verneda_i_la_Pau" title="La Verneda i la Pau">La Verneda i la Pau</a>,
 <a href="/wiki/Vila_de_Gr%C3%A0cia" title="Vila de Gràcia">Vila de Gràcia</a>,
 <a href="/wiki/La_Vila_Ol%C3%ADmpica_del_Poblenou" title="La Vila Olímpica del Poblenou">La Vila Olímpica del Poblenou</a>,
 <a href="/wiki/Vilapicina_i_la_Torre_Llobeta" title="Vilapicina i la Torre Llobeta">Vilapicina i la Torre Llobeta</a>]
In [47]:
barc_neighbourhoods = []
for tag in a_tags:
    barc_neighbourhoods.append(tag.text)

barc_neighbourhoods = [n.replace(', Barcelona', '') for n in barc_neighbourhoods]
barc_neighbourhoods
Out[47]:
["L'Antiga Esquerra de l'Eixample",
 'El Baix Guinardó',
 'La Barceloneta',
 'Baró de Viver',
 'El Besòs i el Maresme',
 'Bon Pastor',
 'La Bordeta (Barcelona)',
 "Camp d'en Grassot i Gràcia Nova",
 "El Camp de l'Arpa del Clot",
 'Can Baró',
 'Can Peguera',
 'Canyelles (neighbourhood)',
 'El Carmel',
 'Ciutat Meridiana',
 'El Clot',
 'La Clota',
 'El Coll',
 'El Congrés i els Indians',
 'Les Corts (neighbourhood)',
 'Diagonal Mar i el Front Marítim del Poblenou',
 "Dreta de l'Eixample",
 "La Font d'en Fargues",
 'La Font de la Guatlla',
 'Fort Pienc',
 'Gothic Quarter',
 'Gran Via (Barcelona)',
 'El Guinardó',
 'La Guineueta',
 'Horta',
 'Hostafrancs',
 'La Marina de Port',
 'La Marina del Prat Vermell',
 'La Maternitat i Sant Ramon',
 'Montbau',
 'Montjuïc',
 'Navas, Sant Andreu',
 "La Nova Esquerra de l'Eixample",
 'El Parc i la Llacuna del Poblenou',
 'Pedralbes',
 'El Poble-sec',
 'Porta',
 'La Prosperitat',
 'Provençals del Poblenou',
 'El Putget i Farró',
 'El Raval',
 'Les Roquetes',
 'Sagrada Família (neighborhood)',
 'La Sagrera',
 'La Salut',
 'Sant Andreu de Palomar',
 'Sant Antoni',
 'Sant Genís dels Agudells',
 'Sant Gervasi – Galvany',
 'Sant Gervasi – la Bonanova',
 'Sant Martí de Provençals',
 'Sant Pere',
 'Sants',
 'Sants-Badal',
 'Sarrià',
 'La Teixonera',
 'Tibidabo',
 'Torre Baró',
 'Les Tres Torres',
 'La Trinitat Nova',
 'Trinitat Vella',
 'El Turó de la Peira',
 "Vall d'Hebron",
 'Vallbona',
 'Vallcarca i els Penitents',
 'Vallvidrera',
 'Vallvidrera, el Tibidabo i les Planes',
 'Verdum',
 'La Verneda i la Pau',
 'Vila de Gràcia',
 'La Vila Olímpica del Poblenou',
 'Vilapicina i la Torre Llobeta']
In [48]:
import re 
In [49]:
print('Number of Neighbourhoods in Barcelona: ', len(barc_neighbourhoods))  
Number of Neighbourhoods in Barcelona:  76
In [50]:
barc_df = pd.DataFrame(barc_neighbourhoods, columns=['Neighbourhood'])
barc_df['City'] = 'Barcelona'
barc_df['State'] = 'CAT'
barc_df['Country'] = 'Spain'

barc_df.head()
Out[50]:
Neighbourhood City State Country
0 L'Antiga Esquerra de l'Eixample Barcelona CAT Spain
1 El Baix Guinardó Barcelona CAT Spain
2 La Barceloneta Barcelona CAT Spain
3 Baró de Viver Barcelona CAT Spain
4 El Besòs i el Maresme Barcelona CAT Spain

Merge 6 Citites

In [51]:
df = pd.concat([df_blr, seoul_df, van_df, san_df, lp_df, barc_df], 
               ignore_index=True)
df
Out[51]:
Neighbourhood City State Country
0 Kempegowda Bengaluru KA India
1 Chowdeshwari Bengaluru KA India
2 Attur Bengaluru KA India
3 Yelahanka Satellite Town Bengaluru KA India
4 Jakkur Bengaluru KA India
... ... ... ... ...
476 Verdum Barcelona CAT Spain
477 La Verneda i la Pau Barcelona CAT Spain
478 Vila de Gràcia Barcelona CAT Spain
479 La Vila Olímpica del Poblenou Barcelona CAT Spain
480 Vilapicina i la Torre Llobeta Barcelona CAT Spain

481 rows × 4 columns

In [52]:
df.to_excel("/content/drive/My Drive/Neighbourhoods.xlsx", index=False)

Geocoding

After collecting neighborhoods of each city, the coordinates of each neighborhood needed to be collected, to be able to search for nearby venues or businesses in them. Those coordinates were resolved from the name of the neighborhood, the city, and the state using Nominatim API from the python library geopy.

two types of errors that needed to be encountered:

  1. timeout errors
  2. some addresses may not be recognized by the API due to misspellings

To deal with these errors:

  • If the given address was not recognized, the search for the address was done again using only neighborhood and city name, without giving state name
  • For the neighborhoods that couldn’t be resolved due to any of these errors, the locations were added manually

Neighbourhoods Coordinates

In [53]:
# reading neighbourhoods
df = pd.read_excel('/content/drive/My Drive/Neighbourhoods.xlsx')
df.head()
Out[53]:
Neighbourhood City State Country
0 Kempegowda Bengaluru KA India
1 Chowdeshwari Bengaluru KA India
2 Attur Bengaluru KA India
3 Yelahanka Satellite Town Bengaluru KA India
4 Jakkur Bengaluru KA India
In [54]:
df.shape
Out[54]:
(481, 4)
In [55]:
# geocoding each neighbourhood
latitude = []
longitude = []

for index, data in df.iterrows():
    address = data['Neighbourhood'] + ', ' + data['City'] + ', ' + data['State']

    try:
        geolocator = Nominatim(user_agent="application")
        location = geolocator.geocode(address, timeout=None)
    except GeocoderTimedOut as err:
        print(err)
        latitude.append('TimeOut')
        longitude.append('TimeOut')
    else:
        if location is not None:
            latitude.append(location.latitude)
            longitude.append(location.longitude)
            print('The Geographical coordinaes of {} are {}, {}.'.format(address, location.latitude, location.longitude))
        else:
            try:
                address = data['Neighbourhood'] + ', ' + data['City'] 
                location = geolocator.geocode(address)
            except GeocoderTimedOut as err:
                print(err)
                latitude.append('TimeOut')
                longitude.append('TimeOut')
            else:
                if location is not None:
                    latitude.append(location.latitude)
                    longitude.append(location.longitude)
                    print('The Geographical coordinaes of {} are {}, {}.'.format(address, location.latitude, location.longitude))
                else:
                    latitude.append(None)
                    longitude.append(None)
                    print('None Coordinates for {}'.format(address))
    time.sleep(2.0)

print("===================================")
print("===================================")
print("Total Latitude: ", len(latitude))
print("Total Longitude: ", len(longitude))
The Geographical coordinaes of Kempegowda, Bengaluru, KA are 13.10901775, 77.60190027360827.
The Geographical coordinaes of Chowdeshwari, Bengaluru, KA are 12.92519, 77.5880201.
The Geographical coordinaes of Attur, Bengaluru, KA are 13.11148165, 77.56305557563954.
The Geographical coordinaes of Yelahanka Satellite Town, Bengaluru, KA are 13.089139249999999, 77.5827165877116.
The Geographical coordinaes of Jakkur, Bengaluru, KA are 13.0784743, 77.6068938.
The Geographical coordinaes of Thanisandra, Bengaluru, KA are 13.054713, 77.6339258.
The Geographical coordinaes of Byatarayanapura, Bengaluru, KA are 13.062073550000001, 77.59639164365345.
The Geographical coordinaes of Kodigehalli, Bengaluru, KA are 13.0601125, 77.5767725.
The Geographical coordinaes of Vidyaranyapura, Bengaluru, KA are 13.0766407, 77.5577315.
The Geographical coordinaes of Doddabommasandra, Bengaluru, KA are 13.0649673, 77.56296570598985.
The Geographical coordinaes of Kuvempu Nagar, Bengaluru, KA are 13.07319265, 77.541713406882.
The Geographical coordinaes of Shettyhalli, Bengaluru, KA are 12.8846451, 76.0203287.
The Geographical coordinaes of Mallasandra, Bengaluru, KA are 13.05402415, 77.51517507386716.
The Geographical coordinaes of Bagalagunte, Bengaluru, KA are 13.0562928, 77.506941.
The Geographical coordinaes of T-Dasarahalli, Bengaluru, KA are 13.04514135, 77.51478942729403.
The Geographical coordinaes of Jalahalli, Bengaluru, KA are 13.0464531, 77.5483803.
The Geographical coordinaes of J.P.Park, Bengaluru, KA are 41.24995505, -96.07393267496766.
The Geographical coordinaes of Radhakrishna Temple, Bengaluru, KA are 13.033687100000002, 77.57566452590245.
The Geographical coordinaes of Sanjay Nagar, Bengaluru, KA are 12.9578658, 77.6958748.
The Geographical coordinaes of Ganga Nagar, Bengaluru, KA are 13.0232471, 77.5883569.
The Geographical coordinaes of Hebbal, Bengaluru, KA are 13.0382184, 77.5919.
None Coordinates for Vishwanathnagenahalli, Bengaluru
The Geographical coordinaes of Nagavara, Bengaluru, KA are 13.0374647, 77.623602.
The Geographical coordinaes of HBR Layout, Bengaluru, KA are 13.0358698, 77.6323597.
The Geographical coordinaes of Horamavu, Bengaluru, KA are 13.0273312, 77.6601508.
The Geographical coordinaes of Ramamurthy Nagar, Bengaluru, KA are 13.0120218, 77.6777817.
The Geographical coordinaes of Banaswadi, Bengaluru, KA are 13.0141618, 77.6518539.
The Geographical coordinaes of Kammanahalli, Bengaluru, KA are 13.0093455, 77.6377094.
The Geographical coordinaes of Kacharakanahalli, Bengaluru, KA are 13.0162995, 77.631138.
The Geographical coordinaes of Kadugondanahalli, Bengaluru, KA are 13.0207029, 77.6215464.
The Geographical coordinaes of Kushal Nagar, Bengaluru, KA are 13.0187848, 77.6151144.
The Geographical coordinaes of Kavalbyrasandra, Bengaluru, KA are 13.0313749, 77.6131942.
The Geographical coordinaes of Manorayanapalya, Bengaluru, KA are 13.0251093, 77.59644141621582.
The Geographical coordinaes of Gangenahalli, Bengaluru, KA are 13.0174259, 77.58788259751981.
The Geographical coordinaes of Aramane Nagar, Bengaluru, KA are 13.0304259, 77.569741.
The Geographical coordinaes of Mathikere, Bengaluru, KA are 13.0328884, 77.557374.
The Geographical coordinaes of Yeshwanthpur, Bengaluru, KA are 13.021834550000001, 77.54768594156756.
The Geographical coordinaes of H.M.T, Bengaluru, KA are 1.3041353, 103.8316009.
The Geographical coordinaes of Chokkasandra, Bengaluru, KA are 13.1879708, 77.9010899.
None Coordinates for Dodda Bidarkallu, Bengaluru
The Geographical coordinaes of Peenya Industrial Area, Bengaluru, KA are 13.0279252, 77.53367566047707.
The Geographical coordinaes of Lakshmidevi Nagar, Bengaluru, KA are 13.0155385, 77.5261972.
The Geographical coordinaes of Nandini Layout, Bengaluru, KA are 13.0104064, 77.5378032.
None Coordinates for Marappana Palya, Bengaluru
The Geographical coordinaes of Malleshwaram, Bengaluru, KA are 13.0027353, 77.5703253.
The Geographical coordinaes of Jayachamarajendra Nagar, Bengaluru, KA are 13.01562075, 77.59522065174619.
None Coordinates for Devarajeevanahalli, Bengaluru
The Geographical coordinaes of Muneshwara Nagar, Bengaluru, KA are 13.014081149999999, 77.61147441571453.
The Geographical coordinaes of Lingarajapuram, Bengaluru, KA are 13.0117678, 77.6278288.
The Geographical coordinaes of Benniganahalli, Bengaluru, KA are 12.9949194, 77.6626028.
The Geographical coordinaes of Vijinapura, Bengaluru, KA are 13.0354741, 77.57098292199902.
The Geographical coordinaes of K.R.Puram, Bengaluru, KA are 13.01706845, 77.69890984331862.
The Geographical coordinaes of Basavanapura, Bengaluru, KA are 13.01790255, 77.72061454722535.
The Geographical coordinaes of Hoodi, Bengaluru, KA are 12.9919033, 77.7162015.
The Geographical coordinaes of Devasandra, Bengaluru, KA are 13.00119755, 77.68819335194127.
The Geographical coordinaes of A.Narayanapura, Bengaluru, KA are 12.993194500000001, 77.6703770295785.
The Geographical coordinaes of C.V.Raman Nagar, Bengaluru, KA are 12.9856478, 77.6649767.
None Coordinates for Hosathippasandra, Bengaluru
None Coordinates for Maruthiseva Nagar, Bengaluru
None Coordinates for Sagayapuram, Bengaluru
The Geographical coordinaes of S.K.Garden, Bengaluru, KA are 13.00556205, 77.6083560282609.
The Geographical coordinaes of Ramaswamy Palya, Bengaluru, KA are 13.0063072, 77.59935333542838.
The Geographical coordinaes of Jayamahal, Bengaluru, KA are 12.9988116, 77.5975789.
The Geographical coordinaes of Rajamahal, Bengaluru, KA are 13.0017472, 77.57830632886453.
None Coordinates for Kadumalleshwara, Bengaluru
The Geographical coordinaes of Subramanya Nagar, Bengaluru, KA are 13.0080089, 77.55724114124203.
The Geographical coordinaes of Nagapura, Bengaluru, KA are 12.8869427, 77.975712.
The Geographical coordinaes of Mahalakshmipuram, Bengaluru, KA are 13.0012021, 77.5460235.
The Geographical coordinaes of Laggere, Bengaluru, KA are 13.0108677, 77.5207301.
The Geographical coordinaes of Rajagopala Nagar, Bengaluru, KA are 13.017559, 77.513462.
The Geographical coordinaes of Hegganahalli, Bengaluru, KA are 12.99940895, 77.50176495237946.
The Geographical coordinaes of Herohalli, Bengaluru, KA are 12.98227705, 77.48315345018108.
The Geographical coordinaes of Kottigepalya, Bengaluru, KA are 12.9845494, 77.5118053.
None Coordinates for Shakthiganapathi Nagar, Bengaluru
None Coordinates for Shankaramata, Bengaluru
The Geographical coordinaes of Gayathri Nagar, Bengaluru, KA are 12.9993857, 77.5606403.
None Coordinates for Dattathreya Temple, Bengaluru
None Coordinates for Pulikeshi Nagar, Bengaluru
The Geographical coordinaes of Sarvagna Nagar, Bengaluru, KA are 12.99068895, 77.63335853715392.
The Geographical coordinaes of Hoysala Nagar, Bengaluru, KA are 12.9802093, 77.6273767.
The Geographical coordinaes of Vignana Nagar, Bengaluru are 15.8031414, 78.0415184.
The Geographical coordinaes of Garudacharpalya, Bengaluru, KA are 12.993425, 77.7005156.
None Coordinates for Kadugudi, Bengaluru
None Coordinates for Hagadooru, Bengaluru
The Geographical coordinaes of Doddanekkundi, Bengaluru, KA are 12.9763947, 77.6941175.
The Geographical coordinaes of Marathalli, Bengaluru, KA are 12.9646477, 77.7017686.
The Geographical coordinaes of HAL Airport, Bengaluru, KA are 12.95146575, 77.6706174862667.
The Geographical coordinaes of Jeevanbhima Nagar, Bengaluru, KA are 12.96486115, 77.65119960878225.
The Geographical coordinaes of Jogupalya, Bengaluru, KA are 12.97326665, 77.63378071643349.
The Geographical coordinaes of Ulsoor, Bengaluru, KA are 12.9778793, 77.6246697.
The Geographical coordinaes of Bharathi Nagar, Bengaluru, KA are 13.13847625, 77.62049897098888.
The Geographical coordinaes of Shivaji Nagar, Bengaluru, KA are 19.1114309, 72.8673102.
The Geographical coordinaes of Vasanth Nagar, Bengaluru, KA are 12.988721250000001, 77.58516877601824.
The Geographical coordinaes of Gandhi Nagar, Bengaluru, KA are 12.9771534, 77.5784005.
The Geographical coordinaes of Subhash Nagar, Bengaluru, KA are 12.98266705, 77.56953949797777.
The Geographical coordinaes of Okalipuram, Bengaluru, KA are 12.98204705, 77.5642294415321.
The Geographical coordinaes of Dayananda Nagar, Bengaluru, KA are 12.99102465, 77.56451930692046.
The Geographical coordinaes of Prakash Nagar, Bengaluru, KA are 15.3328313, 76.4547704.
The Geographical coordinaes of Rajaji Nagar, Bengaluru, KA are 13.1115156, 80.2116057.
The Geographical coordinaes of Basaveshwara Nagar, Bengaluru, KA are 12.9933829, 77.5389467.
The Geographical coordinaes of Kamakshipalya, Bengaluru, KA are 12.9823617, 77.5226376.
None Coordinates for Vrushabhavathi, Bengaluru
The Geographical coordinaes of Kaveripura, Bengaluru, KA are 12.9798837, 77.52574915557008.
None Coordinates for Govindraja Nagara, Bengaluru
The Geographical coordinaes of Agrahara Dasarahalli, Bengaluru, KA are 12.9790631, 77.5406823.
The Geographical coordinaes of Dr.Rajkumar Ward, Bengaluru, KA are 12.9610523, 77.6387513.
The Geographical coordinaes of Shiva Nagar, Bengaluru, KA are 13.0328037, 77.6717238.
None Coordinates for Sri Rammandira, Bengaluru
The Geographical coordinaes of Chickpete, Bengaluru, KA are 12.9708285, 77.57651913586389.
The Geographical coordinaes of Sampangiram Nagar, Bengaluru, KA are 12.97587815, 77.59060119917152.
None Coordinates for Shanthala Nagar, Bengaluru
The Geographical coordinaes of Domlur, Bengaluru, KA are 12.9624669, 77.6381958.
The Geographical coordinaes of Konena Agrahara, Bengaluru, KA are 12.9586061, 77.6623373.
The Geographical coordinaes of Agaram, Bengaluru, KA are 12.945703550000001, 77.63788569275825.
The Geographical coordinaes of Vannarpet, Bengaluru, KA are 12.96283185, 77.61671609118008.
The Geographical coordinaes of Neelasandra, Bengaluru, KA are 12.9521793, 77.6140918.
The Geographical coordinaes of Shanthi Nagar, Bengaluru, KA are 12.95825395, 77.6025706924521.
The Geographical coordinaes of Sudam Nagar, Bengaluru are 19.0063025, 72.8191266.
None Coordinates for Dharmarayaswamy Temple Ward, Bengaluru
The Geographical coordinaes of Cottonpet, Bengaluru, KA are 12.9678052, 77.5702672.
None Coordinates for Binnipet, Bengaluru
The Geographical coordinaes of Kempapura Agrahara, Bengaluru, KA are 12.9706228, 77.5553763.
The Geographical coordinaes of Vijay Nagar, Bengaluru, KA are 16.5065516, 75.30306670435931.
The Geographical coordinaes of Hosahalli, Bengaluru, KA are 12.9680122, 77.54516412700417.
The Geographical coordinaes of Marenahalli, Bengaluru, KA are 12.9182594, 77.5916651.
The Geographical coordinaes of Maruthi Mandira Ward, Bengaluru, KA are 12.9676387, 77.5363051.
The Geographical coordinaes of Moodalapalya, Bengaluru, KA are 12.9706816, 77.5248635.
The Geographical coordinaes of Nagarabhavi, Bengaluru, KA are 13.4451083, 77.5578973.
None Coordinates for Jnanabharathi Ward, Bengaluru
The Geographical coordinaes of Ullalu, Bengaluru, KA are 12.94620565, 77.48747115419911.
None Coordinates for Nayandanahalli, Bengaluru
The Geographical coordinaes of Attiguppe, Bengaluru, KA are 12.6255547, 77.2805235.
The Geographical coordinaes of Hampi Nagar, Bengaluru, KA are 12.9609115, 77.5358407.
The Geographical coordinaes of Bapuji Nagar, Bengaluru, KA are 12.9556699, 77.5402492.
The Geographical coordinaes of Padarayanapura, Bengaluru, KA are 12.9638007, 77.5475230634653.
None Coordinates for Jagareevanram Nagar, Bengaluru
The Geographical coordinaes of Rayapuram, Bengaluru, KA are 12.96486985, 77.55656232652723.
The Geographical coordinaes of Chalavadipalya, Bengaluru, KA are 12.96479515, 77.56506010032729.
The Geographical coordinaes of K.R.Market, Bengaluru, KA are 12.9639785, 77.5766596.
The Geographical coordinaes of Chamrajpet, Bengaluru, KA are 12.9569966, 77.5633682.
The Geographical coordinaes of Azad Nagar, Bengaluru, KA are 12.9570583, 77.5512819.
The Geographical coordinaes of Sunkenahalli, Bengaluru, KA are 12.9482391, 77.56900000448547.
None Coordinates for Visvesvarapuram, Bengaluru
The Geographical coordinaes of Siddapura, Bengaluru, KA are 12.9434594, 77.59315081925534.
The Geographical coordinaes of Hombegowda Nagar, Bengaluru, KA are 12.9791198, 77.5912997.
The Geographical coordinaes of Lakkasandra, Bengaluru, KA are 12.7943249, 77.3278888.
The Geographical coordinaes of Adugodi, Bengaluru, KA are 12.9428472, 77.6104155.
The Geographical coordinaes of Ejipura, Bengaluru, KA are 12.945245, 77.6269144.
The Geographical coordinaes of Varthur, Bengaluru, KA are 12.9406152, 77.7469937.
The Geographical coordinaes of Bellandur, Bengaluru, KA are 12.9791198, 77.5912997.
The Geographical coordinaes of Koramangala, Bengaluru, KA are 12.9340114, 77.6222304.
None Coordinates for Sudduguntepalya, Bengaluru
None Coordinates for Jayangar, Bengaluru
The Geographical coordinaes of Basavanagudi, Bengaluru, KA are 12.9417261, 77.5755021.
The Geographical coordinaes of Hanumantha Nagar, Bengaluru, KA are 12.940641, 77.5635429.
The Geographical coordinaes of Sri Nagar, Bengaluru, KA are 12.9759033, 77.6022279.
None Coordinates for Gali Anjaneya Swamy Temple Ward, Bengaluru
The Geographical coordinaes of Deepanjali Nagar, Bengaluru, KA are 12.9526939, 77.535647.
The Geographical coordinaes of Kengeri, Bengaluru, KA are 12.9199402, 77.4833485.
The Geographical coordinaes of Rajarajeshwari Nagar, Bengaluru, KA are 12.9274413, 77.5155224.
The Geographical coordinaes of Hosakerehalli, Bengaluru, KA are 12.9301881, 77.5378332.
The Geographical coordinaes of Giri Nagar, Bengaluru, KA are 28.0485998, 81.6256781.
The Geographical coordinaes of Katriguppe, Bengaluru, KA are 12.9280952, 77.5488835.
The Geographical coordinaes of Vidyapeetha, Bengaluru, KA are 12.3021842, 76.6827572.
None Coordinates for Ganeshmandira Ward, Bengaluru
The Geographical coordinaes of Karisandra, Bengaluru, KA are 12.8545784, 78.0097072.
The Geographical coordinaes of Yadiyuru, Bengaluru, KA are 12.9767055, 76.8614233.
The Geographical coordinaes of Pattabhiram Nagar, Bengaluru, KA are 12.9250436, 77.58840637492821.
The Geographical coordinaes of Byrasandra, Bengaluru, KA are 13.2243447, 77.8532441.
The Geographical coordinaes of Jayanagar East, Bengaluru, KA are 12.933659, 77.5909242.
The Geographical coordinaes of Gurappanapalya, Bengaluru, KA are 12.9198614, 77.6001827.
The Geographical coordinaes of Madiwala, Bengaluru, KA are 12.9212269, 77.6179508.
The Geographical coordinaes of Jakkasandra, Bengaluru, KA are 12.92065895, 77.62954849720025.
The Geographical coordinaes of HSR Layout, Bengaluru, KA are 12.9116225, 77.6388622.
The Geographical coordinaes of Bommanahalli, Bengaluru, KA are 12.9089453, 77.6239038.
The Geographical coordinaes of BTM Layout, Bengaluru, KA are 12.9151772, 77.6102821.
The Geographical coordinaes of J.P.Nagar, Bengaluru, KA are 12.909492199999999, 77.59673855731768.
The Geographical coordinaes of Sarakki, Bengaluru, KA are 12.9079686, 77.58312689612467.
The Geographical coordinaes of Shakambari Nagar, Bengaluru, KA are 12.9170298, 77.57974111840721.
The Geographical coordinaes of Banashankari Temple Ward, Bengaluru, KA are 12.91265135, 77.57003228177197.
The Geographical coordinaes of Kumaraswamy Layout, Bengaluru, KA are 12.9081487, 77.5553179.
The Geographical coordinaes of Padmanabha Nagar, Bengaluru, KA are 12.916279, 77.5560752.
The Geographical coordinaes of Chikkalasandra, Bengaluru, KA are 12.9121916, 77.5476337.
The Geographical coordinaes of Uttarahalli, Bengaluru, KA are 12.9055682, 77.5455438.
The Geographical coordinaes of Yelachenahalli, Bengaluru, KA are 12.897971, 77.5700846.
The Geographical coordinaes of Jaraganahalli, Bengaluru, KA are 12.9002301, 77.57839574754473.
The Geographical coordinaes of Puttenahalli, Bengaluru, KA are 12.895432, 77.5806991.
The Geographical coordinaes of Bilekahalli, Bengaluru, KA are 12.8995934, 77.610317336124.
The Geographical coordinaes of Hongasandra, Bengaluru, KA are 12.8975365, 77.62807526594204.
The Geographical coordinaes of Mangammanapalya, Bengaluru, KA are 12.8957595, 77.64570119478071.
The Geographical coordinaes of Singasandra, Bengaluru, KA are 12.88027485, 77.65475374894244.
The Geographical coordinaes of Begur, Bengaluru, KA are 12.8633887, 77.61301120503904.
The Geographical coordinaes of Arakere, Bengaluru, KA are 12.87847015, 77.60417911152601.
The Geographical coordinaes of Gottigere, Bengaluru, KA are 12.8565317, 77.5877237.
The Geographical coordinaes of Konanakunte, Bengaluru, KA are 12.8792861, 77.5697529.
None Coordinates for Anjanapur, Bengaluru
The Geographical coordinaes of Vasanthapura, Bengaluru, KA are 12.88929715, 77.55955229173568.
The Geographical coordinaes of Hemmigepura, Bengaluru, KA are 12.93104555, 77.50858049727903.
The Geographical coordinaes of Dobong-gu, Seoul are 37.6792077, 127.0455468.
The Geographical coordinaes of Dongdaemun-gu, Seoul are 37.5971213, 127.05198672345011.
The Geographical coordinaes of Dongjak-gu, Seoul are 37.5029727, 126.9803578.
The Geographical coordinaes of Eunpyeong-gu, Seoul are 37.627176, 126.925664.
The Geographical coordinaes of Gangbuk-gu, Seoul are 37.6386227, 127.0148565069853.
The Geographical coordinaes of Gangdong-gu, Seoul, Gyeonggi are 37.5695007, 127.17794061215434.
The Geographical coordinaes of Gangnam-gu, Seoul, Gyeonggi are 37.51787265, 127.05677190123204.
The Geographical coordinaes of Gangseo-gu, Seoul are 37.56297495, 126.8215962585588.
The Geographical coordinaes of Geumcheon-gu, Seoul, Gyeonggi are 37.4546862, 126.8945614.
The Geographical coordinaes of Guro-gu, Seoul are 37.5034468, 126.8825086.
The Geographical coordinaes of Gwanak-gu, Seoul are 37.45811495, 126.95216069831967.
The Geographical coordinaes of Gwangjin-gu, Seoul are 37.5516981, 127.0897955.
The Geographical coordinaes of Jongno-gu, Seoul, Gyeonggi are 37.58752, 126.96933.
The Geographical coordinaes of Jung-gu, Seoul, Gyeonggi are 37.6870262, 127.5397506.
The Geographical coordinaes of Jungnang-gu, Seoul are 37.6174165, 127.0910968.
The Geographical coordinaes of Mapo-gu, Seoul are 37.5683021, 126.89724766470337.
The Geographical coordinaes of Nowon-gu, Seoul, Gyeonggi are 37.632972, 127.075034.
The Geographical coordinaes of Seocho-gu, Seoul are 37.50548585, 127.00549464992297.
The Geographical coordinaes of Seodaemun-gu, Seoul, Gyeonggi are 37.564786, 126.96217025360077.
The Geographical coordinaes of Seongbuk-gu, Seoul are 37.59148715, 126.9984470125847.
The Geographical coordinaes of Seongdong-gu, Seoul are 37.5435916, 127.0447397.
The Geographical coordinaes of Songpa-gu, Seoul, Gyeonggi are 37.4766087, 127.1374928.
The Geographical coordinaes of Yangcheon-gu, Seoul, Gyeonggi are 37.5205342, 126.8344194.
The Geographical coordinaes of Yeongdeungpo-gu, Seoul are 37.52538915, 126.92663352616975.
The Geographical coordinaes of Yongsan-gu, Seoul are 37.5530979, 126.9726135.
The Geographical coordinaes of Seoul, Seoul, Gyeonggi are 37.51787265, 127.05677190123204.
The Geographical coordinaes of Arbutus Ridge, Vancouver, BC are 49.24630515, -123.15963596031234.
The Geographical coordinaes of Downtown, Vancouver, BC are 49.283393, -123.1174563.
The Geographical coordinaes of Dunbar-Southlands, Vancouver, BC are 49.23786405, -123.18435438641457.
The Geographical coordinaes of Fairview, Vancouver, BC are 49.2619557, -123.13040841718826.
The Geographical coordinaes of Grandview-Woodland, Vancouver, BC are 49.2758495, -123.06693442344125.
The Geographical coordinaes of Hastings-Sunrise, Vancouver, BC are 49.277829749999995, -123.04000539682754.
The Geographical coordinaes of Kensington-Cedar Cottage, Vancouver, BC are 49.2476321, -123.0842067.
The Geographical coordinaes of Kerrisdale, Vancouver, BC are 49.2209848, -123.1595483795563.
The Geographical coordinaes of Killarney, Vancouver, BC are 49.21801175, -123.03711501300283.
The Geographical coordinaes of Kitsilano, Vancouver, BC are 49.2694099, -123.155267.
The Geographical coordinaes of Marpole, Vancouver, BC are 49.2092233, -123.1361495.
The Geographical coordinaes of Mount Pleasant, Vancouver, BC are 49.26404825, -123.09624917307579.
The Geographical coordinaes of Oakridge, Vancouver, BC are 49.22661495, -123.12294326439083.
The Geographical coordinaes of Renfrew-Collingwood, Vancouver, BC are 49.24857685, -123.0401793213624.
The Geographical coordinaes of Riley Park, Vancouver, BC are 49.2448536, -123.10303486729175.
The Geographical coordinaes of Shaughnessy, Vancouver, BC are 49.24630515, -123.13840505989171.
The Geographical coordinaes of South Cambie, Vancouver, BC are 49.2464639, -123.12160272080624.
The Geographical coordinaes of Strathcona, Vancouver, BC are 49.2776935, -123.08853925078753.
The Geographical coordinaes of Sunset, Vancouver, BC are 49.2190935, -123.0916654159852.
The Geographical coordinaes of Victoria-Fraserview, Vancouver, BC are 49.2189795, -123.06381586330446.
The Geographical coordinaes of West End, Vancouver, BC are 49.2841308, -123.1317949.
The Geographical coordinaes of Alamo Square, San Francisco, CA are 37.77635985, -122.43468852023724.
The Geographical coordinaes of Anza Vista, San Francisco, CA are 37.7808364, -122.4431489.
The Geographical coordinaes of Ashbury Heights, San Francisco are 33.767601, -84.274163.
The Geographical coordinaes of Balboa Park, San Francisco, CA are 37.7214274, -122.4475473.
The Geographical coordinaes of Balboa Terrace, San Francisco, CA are 32.809471, -117.208557.
The Geographical coordinaes of Bayview, San Francisco, CA are 43.7667987, -79.3873787.
The Geographical coordinaes of Belden Place, San Francisco, CA are 37.791744, -122.4038861.
The Geographical coordinaes of Bernal Heights, San Francisco, CA are 37.7429861, -122.4158042.
The Geographical coordinaes of Buena Vista, San Francisco, CA are 37.8065321, -122.4206485.
None Coordinates for Butchertown (Old and New), San Francisco
The Geographical coordinaes of Castro, San Francisco, CA are 37.7608561, -122.434957.
The Geographical coordinaes of Cathedral Hill, San Francisco, CA are 45.417569349999994, -75.70871165.
The Geographical coordinaes of Cayuga Terrace, San Francisco are 42.9189555, -76.7263397.
The Geographical coordinaes of China Basin, San Francisco, CA are 37.7763295, -122.39183853009041.
The Geographical coordinaes of Chinatown, San Francisco, CA are 37.7943011, -122.4063757.
The Geographical coordinaes of Civic Center, San Francisco, CA are 37.7795939, -122.4167938.
The Geographical coordinaes of Clarendon Heights, San Francisco, CA are 37.755154, -122.4528729.
The Geographical coordinaes of Cole Valley, San Francisco, CA are 37.7658133, -122.4499624.
The Geographical coordinaes of Corona Heights, San Francisco, CA are 37.7648857, -122.4393677.
The Geographical coordinaes of Cow Hollow, San Francisco, CA are 37.7972616, -122.4362477.
The Geographical coordinaes of Crocker-Amazon, San Francisco, CA are 37.7093777, -122.4385868.
The Geographical coordinaes of Design District, San Francisco are 32.7899087, -96.818811.
The Geographical coordinaes of Diamond Heights, San Francisco are 7.0502722, 125.5026469.
The Geographical coordinaes of Dogpatch, San Francisco, CA are 37.7606977, -122.3892016.
The Geographical coordinaes of Dolores Heights, San Francisco, CA are 37.756118, -122.4309321.
The Geographical coordinaes of Duboce Triangle, San Francisco, CA are 37.7671382, -122.43223.
The Geographical coordinaes of Embarcadero, San Francisco, CA are 37.7928637, -122.396912.
The Geographical coordinaes of Eureka Valley, San Francisco, CA are 37.7609556, -122.4355087.
The Geographical coordinaes of Excelsior, San Francisco, CA are 37.7217943, -122.4353815.
The Geographical coordinaes of Fillmore, San Francisco, CA are 37.7840829, -122.4330853.
The Geographical coordinaes of Financial District, San Francisco, CA are 37.7936467, -122.3989378.
The Geographical coordinaes of Financial District South, San Francisco, CA are 37.7936467, -122.3989378.
The Geographical coordinaes of Fisherman's Wharf, San Francisco, CA are 37.8091669, -122.4165994.
The Geographical coordinaes of Forest Hill, San Francisco, CA are 37.7474307, -122.4635825.
The Geographical coordinaes of Forest Knolls, San Francisco, CA are 49.1460118, -122.590586.
The Geographical coordinaes of Glen Park, San Francisco, CA are 37.734281, -122.4344696.
The Geographical coordinaes of Golden Gate Heights, San Francisco, CA are 43.7232126, -79.5600136.
The Geographical coordinaes of Haight-Ashbury, San Francisco, CA are 37.7700148, -122.4469519.
The Geographical coordinaes of Hayes Valley, San Francisco, CA are 37.7766853, -122.4229361.
The Geographical coordinaes of Hunters Point, San Francisco, CA are 37.7267715, -122.3715718.
The Geographical coordinaes of India Basin, San Francisco, CA are 37.7360416, -122.370526.
The Geographical coordinaes of Ingleside, San Francisco, CA are 37.7229872, -122.4530272.
None Coordinates for Ingleside Terraces, San Francisco
The Geographical coordinaes of Inner Sunset, San Francisco, CA are 37.76145, -122.4676432.
The Geographical coordinaes of Irish Hill, San Francisco, CA are 37.7589682, -122.3860326.
The Geographical coordinaes of Islais Creek, San Francisco are 37.743399, -122.4459176.
The Geographical coordinaes of Jackson Square, San Francisco, CA are 43.2581281, -79.87159976771215.
The Geographical coordinaes of Japantown, San Francisco, CA are 37.7855789, -122.4298089.
The Geographical coordinaes of Jordan Park, San Francisco, CA are 37.7846516, -122.4566383.
The Geographical coordinaes of Laguna Honda, San Francisco, CA are 37.747987, -122.4591161.
Service timed out
The Geographical coordinaes of Lakeside, San Francisco, CA are 44.6377119, -63.6936665.
The Geographical coordinaes of Lakeshore, San Francisco, CA are 42.3038299, -82.8189267.
The Geographical coordinaes of Laurel Heights, San Francisco are 34.8228883, -82.3470931.
The Geographical coordinaes of Lincoln Manor, San Francisco, CA are 38.8891714, -121.3041633.
The Geographical coordinaes of Little Hollywood, San Francisco are -37.8931331, 145.077193.
The Geographical coordinaes of Little Russia, San Francisco are 40.2338211, -84.4096729.
The Geographical coordinaes of Little Saigon, San Francisco, CA are 37.7843156, -122.4163481.
The Geographical coordinaes of Lone Mountain, San Francisco, CA are 37.7790963, -122.4519159.
The Geographical coordinaes of Lower Haight, San Francisco, CA are 37.7719261, -122.4324791274891.
The Geographical coordinaes of Lower Pacific Heights, San Francisco, CA are 37.7857666, -122.4389042.
None Coordinates for Lower Nob Hill, San Francisco
The Geographical coordinaes of Marina District, San Francisco, CA are 37.8029843, -122.4374715.
The Geographical coordinaes of Merced Heights, San Francisco are 37.7175067, -122.47028144999999.
The Geographical coordinaes of Merced Manor, San Francisco are -1.4090262, -78.2480622.
The Geographical coordinaes of Midtown Terrace, San Francisco are 36.1456418, -95.9630164.
The Geographical coordinaes of Mid-Market, San Francisco are 30.32880955, 35.443827797077496.
The Geographical coordinaes of Miraloma Park, San Francisco are -0.19376179999999998, -78.47730115840929.
The Geographical coordinaes of Mission Bay, San Francisco, CA are 37.7707742, -122.3911712.
The Geographical coordinaes of Mission District, San Francisco, CA are 37.75993, -122.4191376.
The Geographical coordinaes of Mission Dolores, San Francisco are 31.5232552, -94.1155102168727.
The Geographical coordinaes of Mission Terrace, San Francisco, CA are 34.246491, -119.044215.
The Geographical coordinaes of Monterey Heights, San Francisco are 32.5120848, -85.090769.
The Geographical coordinaes of Mount Davidson, San Francisco, CA are 37.7382643, -122.4533047.
The Geographical coordinaes of Nob Hill, San Francisco, CA are 37.7932622, -122.415249.
The Geographical coordinaes of Noe Valley, San Francisco, CA are 37.7515906, -122.4320814.
The Geographical coordinaes of North Beach, San Francisco, CA are 37.8011749, -122.4090021.
The Geographical coordinaes of North of Panhandle, San Francisco, CA are 37.7784081, -122.4425992.
The Geographical coordinaes of Oceanview, San Francisco, CA are 37.7136512, -122.457483.
The Geographical coordinaes of Outer Mission, San Francisco, CA are 37.7524984, -122.4128258.
The Geographical coordinaes of Outer Sunset, San Francisco, CA are 37.7608279, -122.4965737.
The Geographical coordinaes of Pacific Heights, San Francisco, CA are 37.7927171, -122.4356445.
The Geographical coordinaes of Parkmerced, San Francisco, CA are 37.71717615, -122.47894731974368.
The Geographical coordinaes of Parkside, San Francisco, CA are 53.1624236, -106.5339607.
The Geographical coordinaes of Parnassus, San Francisco, CA are 37.7652671, -122.4477545.
The Geographical coordinaes of Polk Gulch, San Francisco are 41.6494661, -93.5000673.
The Geographical coordinaes of Portola, San Francisco, CA are 37.726379, -122.4085514.
The Geographical coordinaes of Portola Place, San Francisco, CA are 32.748829, -117.179077.
The Geographical coordinaes of Potrero Hill, San Francisco, CA are 37.7565834, -122.3991374.
The Geographical coordinaes of Presidio, San Francisco, CA are 37.798745600000004, -122.46458892410745.
The Geographical coordinaes of Presidio Heights, San Francisco, CA are 37.7887511, -122.4530266.
The Geographical coordinaes of Richmond District, San Francisco, CA are 37.7806432, -122.4725964.
The Geographical coordinaes of Rincon Hill, San Francisco, CA are 37.7852068, -122.3919152.
The Geographical coordinaes of Russian Hill, San Francisco, CA are 37.8000729, -122.4170942.
The Geographical coordinaes of Saint Francis Wood, San Francisco, CA are 37.7346534, -122.4680272.
The Geographical coordinaes of Sea Cliff, San Francisco, CA are 34.3444414, -119.4181732.
The Geographical coordinaes of Sherwood Forest, San Francisco, CA are 51.100535, -115.404586.
The Geographical coordinaes of Silver Terrace, San Francisco, CA are 37.7338538, -122.4000282.
The Geographical coordinaes of South Beach, San Francisco, CA are 37.7798139, -122.3911499.
The Geographical coordinaes of South End, San Francisco, CA are 44.6318333, -63.5800267.
The Geographical coordinaes of South of Market, San Francisco, CA are 37.7808925, -122.4009518.
The Geographical coordinaes of South Park, San Francisco, CA are 37.7815898, -122.39397466931547.
The Geographical coordinaes of Sunnydale, San Francisco, CA are 37.7092072, -122.4049659.
The Geographical coordinaes of Sunnyside, San Francisco, CA are 47.8595825, -53.9209544.
The Geographical coordinaes of Sunset District, San Francisco, CA are 37.7535418, -122.4952495.
The Geographical coordinaes of Telegraph Hill, San Francisco, CA are 37.800785, -122.4040908.
The Geographical coordinaes of Tenderloin, San Francisco, CA are 37.7842493, -122.4139933.
The Geographical coordinaes of Treasure Island, San Francisco, CA are 37.8233541, -122.37015310228705.
The Geographical coordinaes of Twin Peaks, San Francisco, CA are 37.75464, -122.44648.
The Geographical coordinaes of Union Square, San Francisco, CA are 37.7879363, -122.40751740318035.
The Geographical coordinaes of University Mound, San Francisco are 55.94951105, -3.195349125254407.
The Geographical coordinaes of Upper Market, San Francisco are 16.4171141, 120.5923713.
The Geographical coordinaes of Visitacion Valley, San Francisco, CA are 37.7121319, -122.4097128.
The Geographical coordinaes of Vista del Mar, San Francisco, CA are 49.9903449, -125.22773324622064.
The Geographical coordinaes of West Portal, San Francisco, CA are 37.7411405, -122.4656336.
The Geographical coordinaes of Western Addition, San Francisco, CA are 37.779559, -122.4298104.
The Geographical coordinaes of Westwood Highlands, San Francisco are 14.28675015, 120.94471209259797.
The Geographical coordinaes of Westwood Park, San Francisco, CA are 49.27746585, -122.77759353425438.
The Geographical coordinaes of Yerba Buena, San Francisco, CA are -6.9919676, -78.3732006.
The Geographical coordinaes of Aigburth, Liverpool, North West England are 53.3645536, -2.9267273.
The Geographical coordinaes of Allerton, Liverpool, North West England are 53.3814112, -2.90638.
None Coordinates for Anfield (suburb), Liverpool
The Geographical coordinaes of Belle Vale, Liverpool, North West England are 53.3950738, -2.8641778.
The Geographical coordinaes of Broadgreen, Liverpool, North West England are 53.411573399999995, -2.9087818635133065.
The Geographical coordinaes of Canning, Liverpool, North West England are 53.40239305, -2.993692231518283.
The Geographical coordinaes of Childwall, Liverpool, North West England are 53.3953106, -2.8859736.
The Geographical coordinaes of Chinatown, Liverpool, North West England are 53.397964, -2.9797351.
The Geographical coordinaes of Liverpool city centre, Liverpool, North West England are 53.4049673, -2.9916084.
The Geographical coordinaes of Clubmoor, Liverpool, North West England are 53.4296199, -2.9341866.
The Geographical coordinaes of Croxteth, Liverpool, North West England are 53.4510605, -2.8911267.
The Geographical coordinaes of Dingle, Liverpool, North West England are 53.3798767, -2.9634677.
The Geographical coordinaes of Dovecot, Liverpool, North West England are 53.4217065, -2.884023.
The Geographical coordinaes of Edge Hill, Liverpool, North West England are 53.4024004, -2.946699.
The Geographical coordinaes of Everton, Liverpool, North West England are 53.4203542, -2.973229.
The Geographical coordinaes of Fairfield, Liverpool, North West England are 53.4114446, -2.9245088.
The Geographical coordinaes of Fazakerley, Liverpool, North West England are 53.468984, -2.9369705.
The Geographical coordinaes of Garston, Liverpool, North West England are 53.3522993, -2.8961104.
The Geographical coordinaes of Gateacre, Liverpool, North West England are 53.3839934, -2.8580864.
The Geographical coordinaes of Gillmoss, Liverpool, North West England are 53.4599073, -2.9019906.
The Geographical coordinaes of Grassendale, Liverpool, North West England are 53.3582395, -2.9177539.
The Geographical coordinaes of Hunt's Cross, Liverpool, North West England are 53.3607333, -2.8554087.
The Geographical coordinaes of Kensington, Liverpool, North West England are 53.4118016, -2.952468.
The Geographical coordinaes of Kirkdale, Liverpool, North West England are 53.4407853, -2.9811665.
The Geographical coordinaes of Knotty Ash, Liverpool, North West England are 53.4154673, -2.8962068.
The Geographical coordinaes of Mossley Hill, Liverpool, North West England are 53.3785566, -2.914829.
The Geographical coordinaes of Netherley, Liverpool, North West England are 53.3891808, -2.8400352.
The Geographical coordinaes of Norris Green, Liverpool, North West England are 53.4464278, -2.9256894.
The Geographical coordinaes of Old Swan, Liverpool, North West England are 53.4110153, -2.9060183.
The Geographical coordinaes of Orrell Park, Liverpool, North West England are 53.4620285, -2.9627161.
The Geographical coordinaes of St Michael's Hamlet, Liverpool, North West England are 53.3756627, -2.9529484.
None Coordinates for Sefton Park (district), Liverpool
The Geographical coordinaes of Speke, Liverpool, North West England are 53.3450988, -2.8619817.
The Geographical coordinaes of Stoneycroft, Liverpool, North West England are 53.421325, -2.9268462.
The Geographical coordinaes of Toxteth, Liverpool, North West England are 53.3912422, -2.9662407.
The Geographical coordinaes of Tuebrook, Liverpool, North West England are 53.4247009, -2.9408498.
The Geographical coordinaes of Vauxhall, Liverpool, North West England are 53.4159961, -2.985.
The Geographical coordinaes of Walton, Liverpool, North West England are 53.4441087, -2.9628543.
The Geographical coordinaes of Wavertree, Liverpool, North West England are 53.3975723, -2.9325105.
The Geographical coordinaes of West Derby, Liverpool, North West England are 53.4330598, -2.9202809.
The Geographical coordinaes of Woolton, Liverpool, North West England are 53.3745207, -2.8667919.
The Geographical coordinaes of L'Antiga Esquerra de l'Eixample, Barcelona, CAT are 41.39, 2.155.
The Geographical coordinaes of El Baix Guinardó, Barcelona, CAT are 41.4114374, 2.1686512.
The Geographical coordinaes of La Barceloneta, Barcelona, CAT are 41.3806533, 2.1899274.
The Geographical coordinaes of Baró de Viver, Barcelona, CAT are 41.446445, 2.1993607.
The Geographical coordinaes of El Besòs i el Maresme, Barcelona, CAT are 41.4149787, 2.2138765.
The Geographical coordinaes of Bon Pastor, Barcelona, CAT are 41.4361096, 2.2048066.
The Geographical coordinaes of La Bordeta (Barcelona), Barcelona, CAT are 41.3691417, 2.1373733.
The Geographical coordinaes of Camp d'en Grassot i Gràcia Nova, Barcelona, CAT are 41.4045889, 2.1667806.
The Geographical coordinaes of El Camp de l'Arpa del Clot, Barcelona, CAT are 41.4107542, 2.1828156.
The Geographical coordinaes of Can Baró, Barcelona, CAT are 41.4160925, 2.1624018.
The Geographical coordinaes of Can Peguera, Barcelona, CAT are 41.4348568, 2.1657848.
None Coordinates for Canyelles (neighbourhood), Barcelona
The Geographical coordinaes of El Carmel, Barcelona, CAT are 41.425591, 2.1549587.
The Geographical coordinaes of Ciutat Meridiana, Barcelona, CAT are 41.4620341, 2.1783979.
The Geographical coordinaes of El Clot, Barcelona, CAT are 41.4099525, 2.1908234.
The Geographical coordinaes of La Clota, Barcelona, CAT are 41.4278574, 2.1524066.
The Geographical coordinaes of El Coll, Barcelona, CAT are 41.6512892, 1.9584116.
The Geographical coordinaes of El Congrés i els Indians, Barcelona, CAT are 41.4237161, 2.1808514441503632.
None Coordinates for Les Corts (neighbourhood), Barcelona
The Geographical coordinaes of Diagonal Mar i el Front Marítim del Poblenou, Barcelona, CAT are 41.4052285, 2.2133522.
The Geographical coordinaes of Dreta de l'Eixample, Barcelona, CAT are 41.3950373, 2.1672069.
The Geographical coordinaes of La Font d'en Fargues, Barcelona, CAT are 41.425788, 2.1659152.
The Geographical coordinaes of La Font de la Guatlla, Barcelona, CAT are 41.3707824, 2.1446756.
The Geographical coordinaes of Fort Pienc, Barcelona, CAT are 41.3959246, 2.1823245.
The Geographical coordinaes of Gothic Quarter, Barcelona, CAT are 41.3833947, 2.1769119.
The Geographical coordinaes of Gran Via (Barcelona), Barcelona, CAT are 41.5610724, 2.1013811.
The Geographical coordinaes of El Guinardó, Barcelona, CAT are 41.4177335, 2.1736316.
The Geographical coordinaes of La Guineueta, Barcelona, CAT are 41.4403026, 2.1704023.
The Geographical coordinaes of Horta, Barcelona, CAT are 41.4330206, 2.1590883.
The Geographical coordinaes of Hostafrancs, Barcelona, CAT are 41.3750877, 2.1429334.
The Geographical coordinaes of La Marina de Port, Barcelona, CAT are 41.3602964, 2.1375842.
The Geographical coordinaes of La Marina del Prat Vermell, Barcelona, CAT are 41.3538419, 2.1423184.
The Geographical coordinaes of La Maternitat i Sant Ramon, Barcelona, CAT are 41.3820766, 2.1254831.
The Geographical coordinaes of Montbau, Barcelona, CAT are 41.4295504, 2.1445379.
The Geographical coordinaes of Montjuïc, Barcelona, CAT are 41.6112012, 1.652638.
The Geographical coordinaes of Navas, Sant Andreu, Barcelona, CAT are 41.4181775, 2.1851330591693436.
The Geographical coordinaes of La Nova Esquerra de l'Eixample, Barcelona, CAT are 41.383389, 2.149.
The Geographical coordinaes of El Parc i la Llacuna del Poblenou, Barcelona, CAT are 41.4007334, 2.191342.
The Geographical coordinaes of Pedralbes, Barcelona, CAT are 41.3901401, 2.112218.
The Geographical coordinaes of El Poble-sec, Barcelona, CAT are 41.3749795, 2.1605721.
The Geographical coordinaes of Porta, Barcelona, CAT are 41.4331882, 2.1760336.
The Geographical coordinaes of La Prosperitat, Barcelona, CAT are 41.4423335, 2.1794381.
The Geographical coordinaes of Provençals del Poblenou, Barcelona, CAT are 41.4119484, 2.2041249.
The Geographical coordinaes of El Putget i Farró, Barcelona, CAT are 41.4074756, 2.143283241998689.
The Geographical coordinaes of El Raval, Barcelona, CAT are 41.3795176, 2.1683678.
The Geographical coordinaes of Les Roquetes, Barcelona, CAT are 41.4477984, 2.1762713.
None Coordinates for Sagrada Família (neighborhood), Barcelona
The Geographical coordinaes of La Sagrera, Barcelona, CAT are 41.4237499, 2.189582.
The Geographical coordinaes of La Salut, Barcelona, CAT are 41.411866, 2.1539614.
The Geographical coordinaes of Sant Andreu de Palomar, Barcelona, CAT are 41.4367844, 2.1908641.
The Geographical coordinaes of Sant Antoni, Barcelona, CAT are 41.3784116, 2.1617677.
The Geographical coordinaes of Sant Genís dels Agudells, Barcelona, CAT are 41.4264567, 2.1374905.
The Geographical coordinaes of Sant Gervasi – Galvany, Barcelona, CAT are 41.39780705, 2.143377001473959.
The Geographical coordinaes of Sant Gervasi – la Bonanova, Barcelona, CAT are 41.4059829, 2.1334046.
The Geographical coordinaes of Sant Martí de Provençals, Barcelona, CAT are 41.4165186, 2.1989683.
The Geographical coordinaes of Sant Pere, Barcelona, CAT are 41.9268784, 1.8078368.
The Geographical coordinaes of Sants, Barcelona, CAT are 41.3753288, 2.1349117.
The Geographical coordinaes of Sants-Badal, Barcelona, CAT are 41.375466, 2.1277096.
The Geographical coordinaes of Sarrià, Barcelona, CAT are 41.399373, 2.1215125.
The Geographical coordinaes of La Teixonera, Barcelona, CAT are 41.423173, 2.1459698.
The Geographical coordinaes of Tibidabo, Barcelona, CAT are 41.4223678, 2.118914.
The Geographical coordinaes of Torre Baró, Barcelona, CAT are 41.4580108, 2.1839863.
The Geographical coordinaes of Les Tres Torres, Barcelona, CAT are 41.3976108, 2.1311837.
The Geographical coordinaes of La Trinitat Nova, Barcelona, CAT are 41.4495561, 2.1827167.
The Geographical coordinaes of Trinitat Vella, Barcelona, CAT are 41.4501759, 2.1913441.
The Geographical coordinaes of El Turó de la Peira, Barcelona, CAT are 41.4323672, 2.1690681.
The Geographical coordinaes of Vall d'Hebron, Barcelona, CAT are 41.4249128, 2.1423965.
The Geographical coordinaes of Vallbona, Barcelona, CAT are 41.5194769, 1.7082922.
The Geographical coordinaes of Vallcarca i els Penitents, Barcelona, CAT are 41.4155257, 2.1422431.
The Geographical coordinaes of Vallvidrera, Barcelona, CAT are 41.4150674, 2.1074824.
None Coordinates for Vallvidrera, el Tibidabo i les Planes, Barcelona
The Geographical coordinaes of Verdum, Barcelona, CAT are 41.4440404, 2.1758401.
The Geographical coordinaes of La Verneda i la Pau, Barcelona, CAT are 41.4232198, 2.202940152045822.
The Geographical coordinaes of Vila de Gràcia, Barcelona, CAT are 41.4031783, 2.1571662.
The Geographical coordinaes of La Vila Olímpica del Poblenou, Barcelona, CAT are 41.3898682, 2.1968459.
The Geographical coordinaes of Vilapicina i la Torre Llobeta, Barcelona, CAT are 41.4300186, 2.1760694.
===================================
===================================
Total Latitude:  481
Total Longitude:  481
In [56]:
df['Latitude'] = latitude
df['Longitude'] = longitude
df.head()
Out[56]:
Neighbourhood City State Country Latitude Longitude
0 Kempegowda Bengaluru KA India 13.109 77.6019
1 Chowdeshwari Bengaluru KA India 12.9252 77.588
2 Attur Bengaluru KA India 13.1115 77.5631
3 Yelahanka Satellite Town Bengaluru KA India 13.0891 77.5827
4 Jakkur Bengaluru KA India 13.0785 77.6069
In [57]:
print('Neighbourhood with None cooridinates:', sum(df['Latitude'].isna()))
print('Neighbourhood with TimeOut cooridinates:', sum(df['Latitude'] == 'TimeOut'))
Neighbourhood with None cooridinates: 38
Neighbourhood with TimeOut cooridinates: 1
In [58]:
df.to_excel('/content/drive/My Drive/Neighbourhoods_geolocation.xlsx', index=False)

Neighbourhoods With None Coordinates

In [59]:
df = pd.read_excel('/content/drive/My Drive/Neighbourhoods_geolocation.xlsx')
df.head()
Out[59]:
Neighbourhood City State Country Latitude Longitude
0 Kempegowda Bengaluru KA India 13.109 77.6019
1 Chowdeshwari Bengaluru KA India 12.9252 77.588
2 Attur Bengaluru KA India 13.1115 77.5631
3 Yelahanka Satellite Town Bengaluru KA India 13.0891 77.5827
4 Jakkur Bengaluru KA India 13.0785 77.6069
In [60]:
df_neigh = df.copy().set_index(['Neighbourhood'])
df_neigh
Out[60]:
City State Country Latitude Longitude
Neighbourhood
Kempegowda Bengaluru KA India 13.109 77.6019
Chowdeshwari Bengaluru KA India 12.9252 77.588
Attur Bengaluru KA India 13.1115 77.5631
Yelahanka Satellite Town Bengaluru KA India 13.0891 77.5827
Jakkur Bengaluru KA India 13.0785 77.6069
... ... ... ... ... ...
Verdum Barcelona CAT Spain 41.444 2.17584
La Verneda i la Pau Barcelona CAT Spain 41.4232 2.20294
Vila de Gràcia Barcelona CAT Spain 41.4032 2.15717
La Vila Olímpica del Poblenou Barcelona CAT Spain 41.3899 2.19685
Vilapicina i la Torre Llobeta Barcelona CAT Spain 41.43 2.17607

481 rows × 5 columns

In [61]:
df_neigh.loc['Vishwanathnagenahalli', 'Latitude'] = 13.0388
df_neigh.loc['Vishwanathnagenahalli', 'Longitude'] = 77.6041

df_neigh.loc['Dodda Bidarkallu', 'Latitude'] = 13.0333
df_neigh.loc['Dodda Bidarkallu', 'Longitude'] = 77.4906

df_neigh.loc['Marappana Palya', 'Latitude'] = 13.0206
df_neigh.loc['Marappana Palya', 'Longitude'] = 77.5516

df_neigh.loc['Devarajeevanahalli', 'Latitude'] = 13.0109
df_neigh.loc['Devarajeevanahalli', 'Longitude'] = 77.6095

df_neigh.loc['Hosathippasandra', 'Latitude'] = 12.973936
df_neigh.loc['Hosathippasandra', 'Longitude'] = 77.6509982

df_neigh.loc['Maruthiseva Nagar', 'Latitude'] = 13.0014
df_neigh.loc['Maruthiseva Nagar', 'Longitude'] = 77.6298

df_neigh.loc['Sagayapuram', 'Latitude'] = 13.0066
df_neigh.loc['Sagayapuram', 'Longitude'] = 77.6203

df_neigh.loc['Kadumalleshwara', 'Latitude'] = 13.3826
df_neigh.loc['Kadumalleshwara', 'Longitude'] = 77.2611

df_neigh.loc['Shakthiganapathi Nagar', 'Latitude'] = 12.9923
df_neigh.loc['Shakthiganapathi Nagar', 'Longitude'] = 77.5372

df_neigh.loc['Shankaramata', 'Latitude'] = 17.4008
df_neigh.loc['Shankaramata', 'Longitude'] = 78.5080

df_neigh.loc['Dattathreya Temple', 'Latitude'] = 12.9343
df_neigh.loc['Dattathreya Temple', 'Longitude'] = 77.5659

df_neigh.loc['Pulikeshi Nagar', 'Latitude'] = 12.9970
df_neigh.loc['Pulikeshi Nagar', 'Longitude'] = 77.6144

df_neigh.loc['Kadugudi', 'Latitude'] = 12.9908
df_neigh.loc['Kadugudi', 'Longitude'] = 77.7608

df_neigh.loc['Hagadooru', 'Latitude'] = 12.9661
df_neigh.loc['Hagadooru', 'Longitude'] = 77.7570

df_neigh.loc['Vrushabhavathi', 'Latitude'] = 12.9427
df_neigh.loc['Vrushabhavathi', 'Longitude'] = 77.5680

df_neigh.loc['Govindraja Nagara', 'Latitude'] = 12.9763
df_neigh.loc['Govindraja Nagara', 'Longitude'] = 77.5354

df_neigh.loc['Sri Rammandira', 'Latitude'] = 12.9417
df_neigh.loc['Sri Rammandira', 'Longitude'] = 77.6192

df_neigh.loc['Shanthala Nagar', 'Latitude'] = 12.9717
df_neigh.loc['Shanthala Nagar', 'Longitude'] = 77.6006

df_neigh.loc['Dharmarayaswamy Temple Ward', 'Latitude'] = 12.9653
df_neigh.loc['Dharmarayaswamy Temple Ward', 'Longitude'] = 77.5832

df_neigh.loc['Binnipet', 'Latitude'] = 12.9654
df_neigh.loc['Binnipet', 'Longitude'] = 77.5617

df_neigh.loc['Jnanabharathi Ward', 'Latitude'] = 12.9779
df_neigh.loc['Jnanabharathi Ward', 'Longitude'] = 77.5027

df_neigh.loc['Nayandanahalli', 'Latitude'] = 12.9446
df_neigh.loc['Nayandanahalli', 'Longitude'] = 77.5256

df_neigh.loc['Jagareevanram Nagar', 'Latitude'] = 12.9656
df_neigh.loc['Jagareevanram Nagar', 'Longitude'] = 77.5507

df_neigh.loc['Visvesvarapuram', 'Latitude'] = 12.9501
df_neigh.loc['Visvesvarapuram', 'Longitude'] = 77.5784

df_neigh.loc['Sudduguntepalya', 'Latitude'] = 12.9828
df_neigh.loc['Sudduguntepalya', 'Longitude'] = 77.6550

df_neigh.loc['Jayangar', 'Latitude'] = 12.9308
df_neigh.loc['Jayangar', 'Longitude'] = 77.5838

df_neigh.loc['Gali Anjaneya Swamy Temple Ward', 'Latitude'] = 12.9367
df_neigh.loc['Gali Anjaneya Swamy Temple Ward', 'Longitude'] = 77.5497

df_neigh.loc['Ganeshmandira Ward', 'Latitude'] = 12.9279
df_neigh.loc['Ganeshmandira Ward', 'Longitude'] = 77.5692

df_neigh.loc['Anjanapur', 'Latitude'] = 12.8549
df_neigh.loc['Anjanapur', 'Longitude'] = 77.5543

df_neigh.loc['Butchertown (Old and New)', 'Latitude'] = 38.2569
df_neigh.loc['Butchertown (Old and New)', 'Longitude'] = -85.7287

df_neigh.loc['Ingleside Terraces', 'Latitude'] = 37.7198
df_neigh.loc['Ingleside Terraces', 'Longitude'] = -122.4538

df_neigh.loc['Lower Nob Hill', 'Latitude'] = 37.7890
df_neigh.loc['Lower Nob Hill', 'Longitude'] = -122.4109

df_neigh.loc['Anfield (suburb)', 'Latitude'] = 53.4328
df_neigh.loc['Anfield (suburb)', 'Longitude'] = -2.9546

df_neigh.loc['Sefton Park (district)', 'Latitude'] = 53.381 
df_neigh.loc['Sefton Park (district)', 'Longitude'] = -2.940

df_neigh.loc['Canyelles (neighbourhood)', 'Latitude'] = 41.4447
df_neigh.loc['Canyelles (neighbourhood)', 'Longitude'] = 2.1634

df_neigh.loc['Les Corts (neighbourhood)', 'Latitude'] = 41.3896
df_neigh.loc['Les Corts (neighbourhood)', 'Longitude'] = 2.1325

df_neigh.loc['Sagrada Família (neighborhood)', 'Latitude'] = 41.4045
df_neigh.loc['Sagrada Família (neighborhood)', 'Longitude'] = 2.1757

df_neigh.loc['Vallvidrera, el Tibidabo i les Planes', 'Latitude'] = 41.4173
df_neigh.loc['Vallvidrera, el Tibidabo i les Planes', 'Longitude'] = 2.0910

df_neigh.loc['Lake Street', 'Latitude'] = 37.7852835
df_neigh.loc['Lake Street', 'Longitude'] = -122.4916994
In [62]:
df_neigh.reset_index(inplace=True)
df_neigh.head()
Out[62]:
Neighbourhood City State Country Latitude Longitude
0 Kempegowda Bengaluru KA India 13.109 77.6019
1 Chowdeshwari Bengaluru KA India 12.9252 77.588
2 Attur Bengaluru KA India 13.1115 77.5631
3 Yelahanka Satellite Town Bengaluru KA India 13.0891 77.5827
4 Jakkur Bengaluru KA India 13.0785 77.6069
In [63]:
df_neigh[df_neigh['Latitude'].isna()]
Out[63]:
Neighbourhood City State Country Latitude Longitude
In [64]:
df_neigh.to_excel('/content/drive/My Drive/Neighbourhoods_geolocations_v2.xlsx', index=False)

Drawing Cities/Neighbourhoods Maps

Cities Map

In [65]:
df_map = pd.read_excel('/content/drive/My Drive/Neighbourhoods_geolocations_v2.xlsx')
df_map.head()
Out[65]:
Neighbourhood City State Country Latitude Longitude
0 Kempegowda Bengaluru KA India 13.109018 77.601900
1 Chowdeshwari Bengaluru KA India 12.925190 77.588020
2 Attur Bengaluru KA India 13.111482 77.563056
3 Yelahanka Satellite Town Bengaluru KA India 13.089139 77.582717
4 Jakkur Bengaluru KA India 13.078474 77.606894
In [66]:
df_map.groupby('City').count()
Out[66]:
Neighbourhood State Country Latitude Longitude
City
Barcelona 76 76 76 76 76
Bengaluru 198 198 198 198 198
Liverpool 41 41 41 41 41
San Francisco 119 119 119 119 119
Seoul 26 26 26 26 26
Vancouver 21 21 21 21 21
In [67]:
city_loca = []

for city in list(df_map.groupby('City').count().index):
    geolocator = Nominatim(user_agent='application')
    location = geolocator.geocode(city)
    city_loca.append([city, location.latitude, location.longitude])
    # time.sleep(2.0)

city_loca
Out[67]:
[['Barcelona', 41.3828939, 2.1774322],
 ['Bengaluru', 12.9791198, 77.5912997],
 ['Liverpool', 53.407154, -2.991665],
 ['San Francisco', 37.7790262, -122.4199061],
 ['Seoul', 37.5666791, 126.9782914],
 ['Vancouver', 49.2608724, -123.1139529]]
In [68]:
df_city = pd.DataFrame(city_loca, columns=['City', 'Latitude', 'Longitude'])
df_city.head()
Out[68]:
City Latitude Longitude
0 Barcelona 41.382894 2.177432
1 Bengaluru 12.979120 77.591300
2 Liverpool 53.407154 -2.991665
3 San Francisco 37.779026 -122.419906
4 Seoul 37.566679 126.978291
In [69]:
df_city.to_excel('/content/drive/My Drive/cities.xlsx', index=False)
In [70]:
cities_map = folium.Map([0,0], zoom_start=2)

for lat, lng, label in zip(df_city['Latitude'], df_city['Longitude'], df_city['City']):
    folium.CircleMarker(
        [lat, lng], 
        radius=5,
        popup=label,
        color='blue',
        fill=True,
        fill_color='blue',
        fill_opacity=0.6
    ).add_to(cities_map)

cities_map
Out[70]:
Make this Notebook Trusted to load map: File -> Trust Notebook

Neighbourhoods Maps

In [71]:
def generate_map(city, zoom):
    # Latitude and Longitude of the City
    latitude = df_city.loc[df_city['City'] == city, 'Latitude'].values[0]
    longitude = df_city.loc[df_city['City'] == city, 'Longitude'].values[0]
    # Subsetting the dataframe of the city
    sub_df = df_map[df_map['City'] == city]
    map = folium.Map(location=[latitude, longitude], zoom_start=zoom)
    for lat, lng, label in zip(sub_df['Latitude'], sub_df['Longitude'], sub_df['Neighbourhood']):
        folium.CircleMarker(
            [lat, lng],
            radius=5, 
            popup=folium.Popup(label, parse_html=True),
            color='blue',
            fill=True,
            fill_color='blue',
            fill_opacity=0.7
        ).add_to(map)
    
    return map
In [72]:
# Bengaluru Neighbourhoods Map
blr_map = generate_map('Bengaluru', 11)
blr_map
Out[72]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [73]:
# Seoul Neighbourhoods Map
seoul_map = generate_map('Seoul', 11)
seoul_map
Out[73]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [74]:
# Vancouver Neighbourhoods Map
van_map = generate_map('Vancouver', 11)
van_map
Out[74]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [75]:
# San Francisco Neighbourhoods Map
san_map = generate_map('San Francisco', 11)
san_map
Out[75]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [76]:
# Liverpool Neighbourhoods Map
lp_map = generate_map('Liverpool', 11)
lp_map
Out[76]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [77]:
# Barcelona Neighbourhoods Map
barc_map = generate_map('Barcelona', 11)
barc_map
Out[77]:
Make this Notebook Trusted to load map: File -> Trust Notebook

Foursaquare API

Getting neaby venues of each neighbourhood

In [78]:
CLIENT_ID = 'NB3KKPYAYM5EGLPGL3GQDUJS0JPE1A4NUWOA2WU4NRTL00C4'
CLIENT_SECRET = 'MJ1RROSZ1YBQZKPKX43JSI24RWOZX1RQNELXCCE5ORFCHK0L'

VERSION = '20180605'
LIMIT = 1000

Venues Request

In [79]:
df_neigh = pd.read_excel('/content/drive/My Drive/Neighbourhoods_geolocations_v2.xlsx')
df_neigh.head()
Out[79]:
Neighbourhood City State Country Latitude Longitude
0 Kempegowda Bengaluru KA India 13.109018 77.601900
1 Chowdeshwari Bengaluru KA India 12.925190 77.588020
2 Attur Bengaluru KA India 13.111482 77.563056
3 Yelahanka Satellite Town Bengaluru KA India 13.089139 77.582717
4 Jakkur Bengaluru KA India 13.078474 77.606894
In [80]:
def getNearbyVenues(neighs, latitudes, longitudes, radius=1000):
    venues_list = []
    for neigh, lat, lng in zip(neighs, latitudes, longitudes):
        print(neigh)

        url = 'https://api.foursquare.com/v2/venues/explore?&client_id={}&client_secret={}&v={}&ll={},{}&radius={}&limit={}'.format(
            CLIENT_ID,
            CLIENT_SECRET,
            VERSION,
            lat,
            lng,
            radius,
            LIMIT
        )

        result = requests.get(url).json()
        if len(result) == 0:
            print('0')

        result = result['response']['groups'][0]['items']
        venues_list.append([(
            neigh,
            lat, 
            lng, 
            v['venue']['name'],
            v['venue']['location']['lat'],
            v['venue']['location']['lng'],
            v['venue']['categories'][0]['name']) for v in result])
    
    print('Venues list: ', venues_list)
    print("Number of Neighbourhoods at the City ", len(venues_list))

    nearby_venues = pd.DataFrame([venue for neigh in venues_list for venue in neigh])
    nearby_venues.columns = ['Neighbourhood',
                             'Neighbourhood Latitude',
                             'Neighbourhood Longitude',
                             'Venue',
                             'Venue Latitude',
                             'Venue Longitude',
                             'Venue Category']

    return(nearby_venues)
In [81]:
# Bengaluru Venues 
blr_venues = getNearbyVenues(df_neigh.loc[df_neigh['City'] == 'Bengaluru', 'Neighbourhood'],
                df_neigh.loc[df_neigh['City']=='Bengaluru', 'Latitude'],
                df_neigh.loc[df_neigh['City']=='Bengaluru', 'Longitude'], 1000)
Kempegowda
Chowdeshwari
Attur
Yelahanka Satellite Town
Jakkur
Thanisandra
Byatarayanapura
Kodigehalli
Vidyaranyapura
Doddabommasandra
Kuvempu Nagar
Shettyhalli
Mallasandra
Bagalagunte
T-Dasarahalli
Jalahalli
J.P.Park
Radhakrishna Temple
Sanjay Nagar
Ganga Nagar
Hebbal
Vishwanathnagenahalli
Nagavara
HBR Layout
Horamavu
Ramamurthy Nagar
Banaswadi
Kammanahalli
Kacharakanahalli
Kadugondanahalli
Kushal Nagar
Kavalbyrasandra
Manorayanapalya
Gangenahalli
Aramane Nagar
Mathikere
Yeshwanthpur
H.M.T
Chokkasandra
Dodda Bidarkallu
Peenya Industrial Area
Lakshmidevi Nagar
Nandini Layout
Marappana Palya
Malleshwaram
Jayachamarajendra Nagar
Devarajeevanahalli
Muneshwara Nagar
Lingarajapuram
Benniganahalli
Vijinapura
K.R.Puram
Basavanapura
Hoodi
Devasandra
A.Narayanapura
C.V.Raman Nagar
Hosathippasandra
Maruthiseva Nagar
Sagayapuram
S.K.Garden
Ramaswamy Palya
Jayamahal
Rajamahal
Kadumalleshwara
Subramanya Nagar
Nagapura
Mahalakshmipuram
Laggere
Rajagopala Nagar
Hegganahalli
Herohalli
Kottigepalya
Shakthiganapathi Nagar
Shankaramata
Gayathri Nagar
Dattathreya Temple
Pulikeshi Nagar
Sarvagna Nagar
Hoysala Nagar
Vignana Nagar
Garudacharpalya
Kadugudi
Hagadooru
Doddanekkundi
Marathalli
HAL Airport
Jeevanbhima Nagar
Jogupalya
Ulsoor
Bharathi Nagar
Shivaji Nagar
Vasanth Nagar
Gandhi Nagar
Subhash Nagar
Okalipuram
Dayananda Nagar
Prakash Nagar
Rajaji Nagar
Basaveshwara Nagar
Kamakshipalya
Vrushabhavathi
Kaveripura
Govindraja Nagara
Agrahara Dasarahalli
Dr.Rajkumar Ward
Shiva Nagar
Sri Rammandira
Chickpete
Sampangiram Nagar
Shanthala Nagar
Domlur
Konena Agrahara
Agaram
Vannarpet
Neelasandra
Shanthi Nagar
Sudam Nagar
Dharmarayaswamy Temple Ward
Cottonpet
Binnipet
Kempapura Agrahara
Vijay Nagar
Hosahalli
Marenahalli
Maruthi Mandira Ward
Moodalapalya
Nagarabhavi
Jnanabharathi Ward
Ullalu
Nayandanahalli
Attiguppe
Hampi Nagar
Bapuji Nagar
Padarayanapura
Jagareevanram Nagar
Rayapuram
Chalavadipalya
K.R.Market
Chamrajpet
Azad Nagar
Sunkenahalli
Visvesvarapuram
Siddapura
Hombegowda Nagar
Lakkasandra
Adugodi
Ejipura
Varthur
Bellandur
Koramangala
Sudduguntepalya
Jayangar
Basavanagudi
Hanumantha Nagar
Sri Nagar
Gali Anjaneya Swamy Temple Ward
Deepanjali Nagar
Kengeri
Rajarajeshwari Nagar
Hosakerehalli
Giri Nagar
Katriguppe
Vidyapeetha
Ganeshmandira Ward
Karisandra
Yadiyuru
Pattabhiram Nagar
Byrasandra
Jayanagar East
Gurappanapalya
Madiwala
Jakkasandra
HSR Layout
Bommanahalli
BTM Layout
J.P.Nagar
Sarakki
Shakambari Nagar
Banashankari Temple Ward
Kumaraswamy Layout
Padmanabha Nagar
Chikkalasandra
Uttarahalli
Yelachenahalli
Jaraganahalli
Puttenahalli
Bilekahalli
Hongasandra
Mangammanapalya
Singasandra
Begur
Arakere
Gottigere
Konanakunte
Anjanapur
Vasanthapura
Hemmigepura
Venues list:  [[('Kempegowda', 13.10901775, 77.60190027360827, 'Gokul Vegetarian', 13.1045342947519, 77.60015169194216, 'Vegetarian / Vegan Restaurant'), ('Kempegowda', 13.10901775, 77.60190027360827, 'Yelahanka lake', 13.10372901214327, 77.60220522401906, 'Lake'), ('Kempegowda', 13.10901775, 77.60190027360827, 'Gobi Adda', 13.103732364111226, 77.60240106300036, 'Food Truck'), ('Kempegowda', 13.10901775, 77.60190027360827, 'Udupi Grand, Kogilu Cross', 13.10345498764244, 77.6006273089645, 'Fast Food Restaurant')], [('Chowdeshwari', 12.92519, 77.5880201, 'Krazzy Folds', 12.927194755270996, 77.58610037137068, 'Mexican Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, "Brahmin's Tiffin And Coffee", 12.923314234168767, 77.58575748058755, 'South Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cool Joint', 12.928587078677822, 77.58600576221922, 'Sandwich Place'), ('Chowdeshwari', 12.92519, 77.5880201, 'Corner House', 12.922900037024721, 77.58494023490222, 'Ice Cream Shop'), ('Chowdeshwari', 12.92519, 77.5880201, 'Taaza Thindi', 12.922836198293112, 77.59341467506862, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cakewala', 12.922560340012105, 77.59322983854665, 'Cupcake Shop'), ('Chowdeshwari', 12.92519, 77.5880201, '1947', 12.92764238042907, 77.5862157482534, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Hatti Kaapi', 12.928539378635731, 77.58175146901735, 'Coffee Shop'), ('Chowdeshwari', 12.92519, 77.5880201, 'Sichaun Court', 12.92725563730102, 77.58623108149611, 'Chinese Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Go Native', 12.918259, 77.584752, 'South Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Bhavani Chats N Juice', 12.918915805931098, 77.59210033222372, 'Fast Food Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Kedias fun food', 12.928878775709073, 77.58167421142119, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Sreeraj Lassi Bar', 12.931345507094006, 77.58350508292891, 'Juice Bar'), ('Chowdeshwari', 12.92519, 77.5880201, "Maiya's", 12.928602969980986, 77.58182126835202, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Baskin-Robbins', 12.925603506503991, 77.58599252767569, 'Ice Cream Shop'), ('Chowdeshwari', 12.92519, 77.5880201, 'Sapna Book House', 12.93072912003569, 77.58155446883902, 'Bookstore'), ('Chowdeshwari', 12.92519, 77.5880201, 'Once Upon a Rooftop', 12.92543119416865, 77.58366098334108, 'Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Caffe Pascucci', 12.92724075344209, 77.58623727743417, 'Café'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cane O La', 12.928859733095232, 77.58600936332793, 'Juice Bar'), ('Chowdeshwari', 12.92519, 77.5880201, 'Alchemy Coffee Roasters', 12.92338840768254, 77.58084636988441, 'Coffee Shop'), ('Chowdeshwari', 12.92519, 77.5880201, 'Starbucks', 12.924623871845903, 77.5838051373744, 'Coffee Shop'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cakewala @ Jayanagar 4th Block', 12.928969852923863, 77.58602759341773, 'Bakery'), ('Chowdeshwari', 12.92519, 77.5880201, 'Tangra', 12.923370898814596, 77.58534946579694, 'Chinese Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Golds Gym', 12.932006072983302, 77.58315334669344, 'Gym'), ('Chowdeshwari', 12.92519, 77.5880201, 'Tanishq Jayanagar', 12.932665167594607, 77.58611808894229, 'Jewelry Store'), ('Chowdeshwari', 12.92519, 77.5880201, 'The Sofraah', 12.923417198731041, 77.58526238478949, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cake Wala', 12.92320592777705, 77.59323163719584, 'Bakery'), ('Chowdeshwari', 12.92519, 77.5880201, 'Sri Venkateshwara Sweet-Meat Stall', 12.924863492557895, 77.5837522039717, 'Fast Food Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Subz,Cosmopolitan Club', 12.93291219046311, 77.58489731159852, 'Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cosmo Club', 12.933188804989294, 77.58557445727713, 'Lounge'), ('Chowdeshwari', 12.92519, 77.5880201, "Domino's Pizza", 12.922006719085365, 77.58593261533458, 'Pizza Place'), ('Chowdeshwari', 12.92519, 77.5880201, 'Lakshmi medicals', 12.923465898841771, 77.58832454681396, 'Pharmacy'), ('Chowdeshwari', 12.92519, 77.5880201, 'Zhangs Chinese Restaurant', 12.916822596486941, 77.59007393527229, 'Chinese Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Rooftop Cafe', 12.92900313506335, 77.58601475308517, 'Café'), ('Chowdeshwari', 12.92519, 77.5880201, 'GRT Jewellery', 12.926254766614196, 77.58588430135373, 'Jewelry Store'), ('Chowdeshwari', 12.92519, 77.5880201, 'Chefmaster', 12.923714830488187, 77.59699024934599, 'Asian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Pizza Hut', 12.930832216670389, 77.58319165978475, 'Pizza Place'), ('Chowdeshwari', 12.92519, 77.5880201, 'Krispy Kreme', 12.926934197854509, 77.58623281364709, 'Donut Shop'), ('Chowdeshwari', 12.92519, 77.5880201, 'Three Quarter Chinese', 12.933028587908323, 77.5852148381685, 'Chinese Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Vindu', 12.920842769116462, 77.58374918550169, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Meghana Foods', 12.926236959366587, 77.58458376327353, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Kuch Bhi', 12.932769240811957, 77.58355531997839, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Ganesh Darshan Restaurant', 12.931056798538824, 77.58389284982813, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Ibaco', 12.926241413221982, 77.5871766716795, 'Ice Cream Shop'), ('Chowdeshwari', 12.92519, 77.5880201, 'Four Fountain Spa', 12.916919030230435, 77.58626838748266, 'Spa'), ('Chowdeshwari', 12.92519, 77.5880201, 'Moghul Durbar', 12.928421201611625, 77.59637536150781, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cafe Coffee Day Lounge', 12.927606864694344, 77.58652210235596, 'Café'), ('Chowdeshwari', 12.92519, 77.5880201, 'Flamenco', 12.929357995152454, 77.58161522085767, 'Café'), ('Chowdeshwari', 12.92519, 77.5880201, 'Burger King', 12.928014573541478, 77.58624040649727, 'Fast Food Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Vasudev Adigas', 12.930710544995497, 77.58635878746956, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'KFC', 12.926830065951558, 77.58625817584782, 'Fast Food Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'La Casa', 12.926091207050057, 77.58485848212288, 'Gastropub'), ('Chowdeshwari', 12.92519, 77.5880201, 'Padharo Sa', 12.919792959895698, 77.58376126469575, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Eshanya', 12.923136692178891, 77.5931923682731, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Rajvardhan Foods', 12.918165191353491, 77.59256229032786, 'Snack Place'), ('Chowdeshwari', 12.92519, 77.5880201, 'Subz', 12.932917771567514, 77.58510547851132, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Brewmeister', 12.926405272791483, 77.58467628044113, 'Brewery'), ('Chowdeshwari', 12.92519, 77.5880201, 'Parivar Bar & Restaurant', 12.92689268778721, 77.58620430200305, 'Bar'), ('Chowdeshwari', 12.92519, 77.5880201, 'Nagarjuna', 12.932892192361368, 77.5840872366718, 'Andhra Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Hotel Nandhini', 12.930591863331102, 77.58139586927206, 'Hotel'), ('Chowdeshwari', 12.92519, 77.5880201, 'Jayanagar 4th Block Complex', 12.929481965020363, 77.58443282089485, 'Shopping Plaza'), ('Chowdeshwari', 12.92519, 77.5880201, 'Barista, Jayanagr', 12.927439554274295, 77.58362531661987, 'Café'), ('Chowdeshwari', 12.92519, 77.5880201, 'Grill Square', 12.926264211516623, 77.58427955434296, 'BBQ Joint'), ('Chowdeshwari', 12.92519, 77.5880201, 'Sukh Sagar', 12.928651966709431, 77.58276518430387, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Rasta Cafe', 12.919077502040215, 77.58162345090085, 'Hookah Bar'), ('Chowdeshwari', 12.92519, 77.5880201, 'Kalmane Koffee', 12.929708702746252, 77.58497446003176, 'Café'), ('Chowdeshwari', 12.92519, 77.5880201, 'Hot Chips', 12.928670169881807, 77.58534874248336, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cafe Coffee Day', 12.92205775070009, 77.59349843899435, 'Café'), ('Chowdeshwari', 12.92519, 77.5880201, 'Mainland China', 12.920149278062787, 77.5836774318061, 'Chinese Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Max', 12.931563036310646, 77.5860292658942, "Women's Store"), ('Chowdeshwari', 12.92519, 77.5880201, 'Anand Sweets', 12.930690333029228, 77.58098577651023, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Shanghai Chowk', 12.92466438246172, 77.58590040600356, 'Chinese Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Jayanagar 9th Block Market', 12.92079549538328, 77.5935432056735, 'Flea Market'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cafe Coffee Day', 12.926250934755545, 77.58388914370578, 'Café'), ('Chowdeshwari', 12.92519, 77.5880201, 'Adigas', 12.930707247393416, 77.58639616714648, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Eden Park - The Lounge', 12.923387357940952, 77.58535334094385, 'Lounge'), ('Chowdeshwari', 12.92519, 77.5880201, 'Canton Restaurant & Bar', 12.932423420150648, 77.58386669926558, 'Chinese Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, "Jimi's Beer Cafe", 12.92878743902173, 77.59133636395363, 'Pub'), ('Chowdeshwari', 12.92519, 77.5880201, 'Uphara Darshini', 12.93288585884969, 77.58449677838107, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'D Mart', 12.928695134854085, 77.59151845707169, 'Department Store'), ('Chowdeshwari', 12.92519, 77.5880201, 'Roll Over', 12.930757, 77.58125, 'Dessert Shop'), ('Chowdeshwari', 12.92519, 77.5880201, "Domino's Pizza", 12.92315227991318, 77.58578542430844, 'Pizza Place'), ('Chowdeshwari', 12.92519, 77.5880201, 'Kanti Sweets', 12.931030773686322, 77.58606847879499, 'Candy Store'), ('Chowdeshwari', 12.92519, 77.5880201, 'The High Street', 12.927382518661213, 77.58621348965147, 'Shopping Mall'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cable Car', 12.916951257909272, 77.5854893084485, 'Italian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Pier 39', 12.916972203449035, 77.58543994781168, 'Mexican Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Punjabi Raswada', 12.932222760165718, 77.58617226455291, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Inox Jayanagar', 12.928678456090095, 77.59123542996909, 'Multiplex'), ('Chowdeshwari', 12.92519, 77.5880201, 'Amoeba', 12.933150752002978, 77.58518482824731, 'Bowling Alley'), ('Chowdeshwari', 12.92519, 77.5880201, 'Chungs', 12.932899371884742, 77.58474641964841, 'Chinese Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Athityam', 12.920996271490605, 77.58374821552518, 'Asian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Pizza Corner', 12.92017337688996, 77.58372768678107, 'Italian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Ace Iyengar Home Products', 12.918667075649546, 77.58930148400886, 'Grocery Store'), ('Chowdeshwari', 12.92519, 77.5880201, 'Sri Annapurnaeswari Bajji Center', 12.920199712446045, 77.59296683332254, 'Fast Food Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Spiritz & More @ MadhuSri Wines', 12.918720245361328, 77.58361995220184, 'Liquor Store'), ('Chowdeshwari', 12.92519, 77.5880201, 'Cream Stone Icecream Concepts', 12.917494, 77.585763, 'Ice Cream Shop'), ('Chowdeshwari', 12.92519, 77.5880201, 'Pai Comforts Hotel', 12.916841013644904, 77.58995698802131, 'Hotel'), ('Chowdeshwari', 12.92519, 77.5880201, 'Uphara Sagara', 12.924785481235558, 77.59698459100352, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'City Durbar', 12.928441550251351, 77.59643061898618, 'Indian Restaurant'), ('Chowdeshwari', 12.92519, 77.5880201, 'Upahara Darshini', 12.93338400954632, 77.58457832421213, 'Indian Restaurant')], [('Attur', 13.11148165, 77.56305557563954, 'IDC KITCHEN', 13.114124213357819, 77.5616256608455, 'Food Truck'), ('Attur', 13.11148165, 77.56305557563954, 'New Annapurna fast food', 13.11592269018241, 77.56440754082148, 'Indian Restaurant'), ('Attur', 13.11148165, 77.56305557563954, 'Apollo Pharmacy', 13.115007, 77.566765, 'Medical Supply Store')], [('Yelahanka Satellite Town', 13.08913925, 77.5827165877116, 'Kanti Sweets', 13.093498229269551, 77.58242890586968, 'Dessert Shop'), ('Yelahanka Satellite Town', 13.08913925, 77.5827165877116, '9th Mile Dhaba', 13.086513431740405, 77.59126567833107, 'Indian Restaurant'), ('Yelahanka Satellite Town', 13.08913925, 77.5827165877116, 'Grub', 13.0929275192841, 77.58777934980351, 'Pizza Place'), ('Yelahanka Satellite Town', 13.08913925, 77.5827165877116, 'Sagar Deluxe', 13.096562749657465, 77.58391236518837, 'Indian Restaurant'), ('Yelahanka Satellite Town', 13.08913925, 77.5827165877116, 'Royal Orchid Resort & Convention Centre', 13.086485135332575, 77.59114729410909, 'Resort'), ('Yelahanka Satellite Town', 13.08913925, 77.5827165877116, 'Cafe 60 four', 13.097215679465606, 77.58397392459042, 'Café')], [('Jakkur', 13.0784743, 77.6068938, "Jus'Trufs Chocolate Shop and Cafe", 13.072510003080644, 77.60385853564267, 'Café'), ('Jakkur', 13.0784743, 77.6068938, "MegaJhonson's", 13.082980155944824, 77.60520935058594, 'Clothing Store'), ('Jakkur', 13.0784743, 77.6068938, "Charlie's Animal Rescue centrE", 13.08436906215076, 77.60858058929443, 'Animal Shelter')], [('Thanisandra', 13.054713, 77.6339258, 'United Pharma', 13.056347948465097, 77.63263451850116, 'Pharmacy'), ('Thanisandra', 13.054713, 77.6339258, 'Kanti Sweets', 13.050958, 77.63084, 'Indian Sweet Shop'), ('Thanisandra', 13.054713, 77.6339258, 'Thy Host', 13.05793722894773, 77.62985991364027, 'Restaurant'), ('Thanisandra', 13.054713, 77.6339258, 'Ravi Medical & General Stores', 13.060413360595703, 77.6374740600586, 'Pharmacy'), ('Thanisandra', 13.054713, 77.6339258, 'Hemavathi Wines', 13.061824798583984, 77.63331604003906, 'Liquor Store')], [('Byatarayanapura', 13.06207355, 77.59639164365345, 'The Druid Garden', 13.063945601216286, 77.59149228078782, 'Brewery'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Big Straw', 13.063414271870274, 77.59119200755669, 'Bubble Tea Shop'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Sanjay Dhaba', 13.058611505214355, 77.59376660832271, 'Indian Restaurant'), ('Byatarayanapura', 13.06207355, 77.59639164365345, "Swensen's", 13.063475844621166, 77.59079305282464, 'Ice Cream Shop'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Godrej Woodsman Estate', 13.054715064774708, 77.59581509133383, 'Building'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Shivas Kabab Corner', 13.062748315373495, 77.5917886649798, 'Indian Restaurant'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'More Mega Store', 13.057881287068907, 77.59209947130107, 'Department Store'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Swathi Gardenia', 13.05910806914535, 77.59318443884698, 'Indian Restaurant'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Freskka', 13.060854922981473, 77.58736833308511, 'Italian Restaurant'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Baskin-Robbins', 13.055481985101833, 77.59324662609335, 'Ice Cream Shop'), ('Byatarayanapura', 13.06207355, 77.59639164365345, "McDonald's", 13.06368733136137, 77.58957301551773, 'Fast Food Restaurant'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Cafe Coffee Day', 13.059461542237154, 77.58764863014221, 'Coffee Shop'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Barista Lavazza', 13.061149436428508, 77.58727974785741, 'Café'), ('Byatarayanapura', 13.06207355, 77.59639164365345, "Domino's Pizza", 13.063739964135705, 77.58988073523042, 'Pizza Place'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Tawa, Tandoor Aur Tadka', 13.063864611494068, 77.58978833872696, 'Indian Restaurant'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Nesara Grand', 13.05892873302811, 77.5906672315597, 'Indian Restaurant'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Chung Wah', 13.063910417392501, 77.58827180723152, 'Chinese Restaurant'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Le Méridien Bangalore', 13.069468350579765, 77.59295564159729, 'Hotel'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Primera Serviced Apartments', 13.055974, 77.60281, 'Hotel'), ('Byatarayanapura', 13.06207355, 77.59639164365345, 'Byatarayanapura Bus Stop', 13.070235999579115, 77.59297242918474, 'Bus Station')], [('Kodigehalli', 13.0601125, 77.5767725, 'Sri Ganga Cements', 13.062964, 77.5725766, 'Construction & Landscaping'), ('Kodigehalli', 13.0601125, 77.5767725, 'Sahakara Nagar Railway Crossing', 13.066563620681022, 77.5812171443259, 'Light Rail Station'), ('Kodigehalli', 13.0601125, 77.5767725, 'Cafè Nosh', 13.068243771523209, 77.58033626603309, 'Café'), ('Kodigehalli', 13.0601125, 77.5767725, 'Kodigehalli', 13.065875931527755, 77.56982557376614, 'Bus Station')], [('Vidyaranyapura', 13.0766407, 77.5577315, 'Cafe Coffee Day', 13.075348138431252, 77.55792711006323, 'Coffee Shop'), ('Vidyaranyapura', 13.0766407, 77.5577315, 'Baskin-Robbins', 13.074917151291823, 77.55775218507824, 'Ice Cream Shop'), ('Vidyaranyapura', 13.0766407, 77.5577315, "Domino's Pizza", 13.07876082637529, 77.55907287125524, 'Pizza Place'), ('Vidyaranyapura', 13.0766407, 77.5577315, 'Bejing Bites', 13.075301, 77.558041, 'Chinese Restaurant'), ('Vidyaranyapura', 13.0766407, 77.5577315, 'SnapFitness', 13.077049334225794, 77.5583228937006, 'Gym'), ('Vidyaranyapura', 13.0766407, 77.5577315, "Amma's Pastries", 13.078847026199712, 77.55915157743, 'Dessert Shop'), ('Vidyaranyapura', 13.0766407, 77.5577315, 'Adyar Ananda Bhavan', 13.079711164621855, 77.55919067482324, 'Indian Restaurant'), ('Vidyaranyapura', 13.0766407, 77.5577315, 'nti layout grounds', 13.073045848639143, 77.55570904123437, 'Basketball Court'), ('Vidyaranyapura', 13.0766407, 77.5577315, 'Vidyaranyapura Bus Stand', 13.083066071540639, 77.55731987699009, 'Bus Station'), ('Vidyaranyapura', 13.0766407, 77.5577315, 'Just Bake', 13.069938895588066, 77.55542915564986, 'Bakery'), ('Vidyaranyapura', 13.0766407, 77.5577315, 'KL 58 Café', 13.0697565, 77.55536, 'Restaurant')], [('Doddabommasandra', 13.0649673, 77.56296570598985, "Domino's Pizza", 13.06523456154145, 77.55532839667038, 'Pizza Place'), ('Doddabommasandra', 13.0649673, 77.56296570598985, 'Reliance Fresh', 13.063151343549244, 77.5600695694318, 'Supermarket'), ('Doddabommasandra', 13.0649673, 77.56296570598985, 'Donnae Biryani Mane', 13.063265948406547, 77.55900604143007, 'Indian Restaurant'), ('Doddabommasandra', 13.0649673, 77.56296570598985, 'Shobana Chats Corner', 13.066948614022714, 77.55836232226697, 'Snack Place'), ('Doddabommasandra', 13.0649673, 77.56296570598985, 'Kodigehalli', 13.065875931527755, 77.56982557376614, 'Bus Station'), ('Doddabommasandra', 13.0649673, 77.56296570598985, 'KL 58 Café', 13.0697565, 77.55536, 'Restaurant'), ('Doddabommasandra', 13.0649673, 77.56296570598985, 'Just Bake', 13.069938895588066, 77.55542915564986, 'Bakery')], [('Kuvempu Nagar', 13.07319265, 77.541713406882, 'Singapura Layout', 13.07569741591855, 77.540532648973, 'Outdoors & Recreation'), ('Kuvempu Nagar', 13.07319265, 77.541713406882, 'galaxy theatre', 13.074899, 77.544062, 'Movie Theater'), ('Kuvempu Nagar', 13.07319265, 77.541713406882, 'Shingapura bus stop', 13.078173283822322, 77.5420442212535, 'Bus Station')], [], [('Mallasandra', 13.05402415, 77.51517507386716, "Domino's Pizza", 13.053972294348908, 77.50755298142799, 'Pizza Place'), ('Mallasandra', 13.05402415, 77.51517507386716, 'pizza corner', 13.049729649784927, 77.5116241632091, 'Pizza Place'), ('Mallasandra', 13.05402415, 77.51517507386716, 'Bgrill', 13.060652, 77.513824, 'BBQ Joint'), ('Mallasandra', 13.05402415, 77.51517507386716, 'al lazeez', 13.06174133549035, 77.51566160159295, 'Fast Food Restaurant'), ('Mallasandra', 13.05402415, 77.51517507386716, 'krishna cake palace (kcp)', 13.051114970159349, 77.5077825842667, 'Bakery'), ('Mallasandra', 13.05402415, 77.51517507386716, 'Sai Kalyana Mantap', 13.055854298999819, 77.50736257872347, 'Concert Hall')], [('Bagalagunte', 13.0562928, 77.506941, "Domino's Pizza", 13.053972294348908, 77.50755298142799, 'Pizza Place'), ('Bagalagunte', 13.0562928, 77.506941, 'Royal Mart Supermarket', 13.059109, 77.506718, 'Department Store'), ('Bagalagunte', 13.0562928, 77.506941, 'Axis Bank ATM', 13.0497434, 77.5031424, 'ATM'), ('Bagalagunte', 13.0562928, 77.506941, 'Bonemill Bus Stop', 13.063763535834237, 77.50515052401559, 'Bus Station'), ('Bagalagunte', 13.0562928, 77.506941, 'State Bank of India ATM', 13.0484369, 77.5040495, 'ATM')], [('T-Dasarahalli', 13.04514135, 77.51478942729403, 'Rockline Mall', 13.04062578839075, 77.51810863403216, 'Shopping Mall'), ('T-Dasarahalli', 13.04514135, 77.51478942729403, 'KFC', 13.040458, 77.518285, 'Fast Food Restaurant'), ('T-Dasarahalli', 13.04514135, 77.51478942729403, 'Agarwal Bhavan', 13.042017, 77.515492, 'Karnataka Restaurant'), ('T-Dasarahalli', 13.04514135, 77.51478942729403, 'The Golden Palms Hotel & Spa', 13.04172055499885, 77.5140040852439, 'Resort'), ('T-Dasarahalli', 13.04514135, 77.51478942729403, 'Carnival Cinemas', 13.04040655054399, 77.51813765705067, 'Multiplex'), ('T-Dasarahalli', 13.04514135, 77.51478942729403, 'Metro Jalahalli', 13.04023570890435, 77.51836621333747, 'Light Rail Station'), ('T-Dasarahalli', 13.04514135, 77.51478942729403, 'reliance fresh', 13.045858057197556, 77.52272257510836, 'Department Store')], [('Jalahalli', 13.0464531, 77.5483803, 'Mezzaluna', 13.042339214023034, 77.55473783528103, 'Italian Restaurant'), ('Jalahalli', 13.0464531, 77.5483803, 'Mövenpick Hotel & Spa', 13.04197645140999, 77.55481280667854, 'Hotel'), ('Jalahalli', 13.0464531, 77.5483803, 'Kadamba Gardenia', 13.049061, 77.54846, 'Vegetarian / Vegan Restaurant'), ('Jalahalli', 13.0464531, 77.5483803, 'Kanti Sweets (Jalahalli)', 13.048806003346105, 77.54966895700024, 'Fast Food Restaurant'), ('Jalahalli', 13.0464531, 77.5483803, 'D Needs', 13.048883385724892, 77.54973053501385, 'Shopping Mall'), ('Jalahalli', 13.0464531, 77.5483803, 'New Arya Bhavan', 13.049080456414831, 77.54729537901864, 'Indian Restaurant'), ('Jalahalli', 13.0464531, 77.5483803, 'Q3 food corner', 13.043834986799906, 77.55358189347328, 'Indian Restaurant'), ('Jalahalli', 13.0464531, 77.5483803, 'BEL Market', 13.051542369559485, 77.55197531070301, 'Plaza'), ('Jalahalli', 13.0464531, 77.5483803, 'Kamath', 13.051718137713609, 77.55182416759934, 'Indian Restaurant'), ('Jalahalli', 13.0464531, 77.5483803, 'My Place @ Mövenpick Hotel & Spa, Bangalore', 13.042325211045174, 77.55475182967763, 'Restaurant'), ('Jalahalli', 13.0464531, 77.5483803, 'Gokulam Grand Hotel & Spa', 13.042017, 77.55465, 'Hotel'), ('Jalahalli', 13.0464531, 77.5483803, 'Obsidian', 13.041829945155174, 77.55490296888146, 'Hotel Bar'), ('Jalahalli', 13.0464531, 77.5483803, 'HMT Theatre', 13.049554374260527, 77.54384674829524, 'Indie Movie Theater'), ('Jalahalli', 13.0464531, 77.5483803, 'BEL Circle', 13.043933571868765, 77.5570821762085, 'Intersection')], [('J.P.Park', 41.24995505, -96.07393267496766, "Trader Joe's", 41.24825749867715, -96.0740684525458, 'Grocery Store'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Nothing Bundt Cakes', 41.24743143399847, -96.07476870284466, 'Bakery'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Sur La Table', 41.24782111032312, -96.07476250465189, 'Kitchen Supply Store'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Andrés Tortillery', 41.247032165527344, -96.07347869873047, 'Latin American Restaurant'), ('J.P.Park', 41.24995505, -96.07393267496766, 'WheatFields Eatery & Bakery', 41.24689323816367, -96.07331977608169, 'American Restaurant'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Twisted Cork Bistro', 41.24937278733924, -96.08101389319177, 'Bistro'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Bath & Body Works', 41.24736158654447, -96.073759222854, 'Cosmetics Shop'), ('J.P.Park', 41.24995505, -96.07393267496766, 'One Pacific Place', 41.24786013247214, -96.07461145574928, 'Shopping Plaza'), ('J.P.Park', 41.24995505, -96.07393267496766, "Fleming's Prime Steakhouse & Wine Bar", 41.25822780812494, -96.07249760501225, 'Steakhouse'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Subway', 41.248987039225604, -96.08125808890412, 'Sandwich Place'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Eddie Bauer', 41.24720411455734, -96.07385020663801, 'Clothing Store'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Regency Lake & Tennis Club', 41.253610237191054, -96.0757693248314, 'Tennis Court'), ('J.P.Park', 41.24995505, -96.07393267496766, 'California Pizza Kitchen', 41.247642517089844, -96.07428741455078, 'Pizza Place'), ('J.P.Park', 41.24995505, -96.07393267496766, 'U.S. Bank ATM', 41.25586101550131, -96.07512048351643, 'ATM'), ('J.P.Park', 41.24995505, -96.07393267496766, "Scooter's Coffee Drive-Thru", 41.24845744311216, -96.07421541291168, 'Coffee Shop'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Happy Hollow Country Club', 41.24199618885876, -96.07428318096972, 'Other Great Outdoors'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Runza', 41.248447, -96.077169, 'Fast Food Restaurant'), ('J.P.Park', 41.24995505, -96.07393267496766, '103rd & Pacific Streets', 41.24880016524126, -96.07293797271225, 'Intersection'), ('J.P.Park', 41.24995505, -96.07393267496766, "Chico's", 41.247386999999996, -96.074543, "Women's Store"), ('J.P.Park', 41.24995505, -96.07393267496766, 'Apricot Lane', 41.247386999999996, -96.074543, 'Boutique'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Ethan Allen', 41.249272, -96.08015, 'Furniture / Home Store'), ('J.P.Park', 41.24995505, -96.07393267496766, "Hauptman, O'Brien, Wolf & Lathrop, P.C.", 41.249916, -96.08022199999999, 'Lawyer'), ('J.P.Park', 41.24995505, -96.07393267496766, 'One Pacific Place Park', 41.24689864623306, -96.06866169900414, 'Park'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Beauty by Yon', 41.24938130378723, -96.081193, 'Cosmetics Shop'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Shaker Place', 41.249410710023604, -96.08134031295776, 'Shopping Plaza'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Bullzeye Entertainment', 41.248805, -96.081284, 'Food'), ('J.P.Park', 41.24995505, -96.07393267496766, "Christ Community Church's Loewens Field", 41.255278999999994, -96.07942299999999, 'Baseball Field'), ('J.P.Park', 41.24995505, -96.07393267496766, 'CCC Volleyball Courts', 41.25507354736328, -96.0802230834961, 'Volleyball Court'), ('J.P.Park', 41.24995505, -96.07393267496766, 'Happy Hollow Country Club Tennis Courts', 41.241741, -96.073386, 'Tennis Court')], [('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'chat street', 13.034403498840227, 77.57589458845183, 'Fast Food Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Ice N Spice by truffles', 13.028079028167316, 77.57311592249596, 'Burger Joint'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Corner House', 13.028050828556792, 77.5729703445235, 'Ice Cream Shop'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Sri Krishna Bhavan Sweets', 13.038363684040574, 77.57410165056588, 'Snack Place'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'The BEL ST', 13.030093260288147, 77.57050852320651, 'Italian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'crunch fitness regime', 13.030998193142407, 77.57037425227004, 'Gym'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Ice & Spice', 13.028078629411786, 77.57308292276954, 'Fast Food Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Naturals Ice Cream Parlour', 13.028078570635392, 77.57283396978612, 'Ice Cream Shop'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Hunan', 13.034177957710094, 77.56917870939733, 'Chinese Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, "GILLY'S", 13.027258423209096, 77.57186837621228, 'Bar'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Paratha Plaza', 13.027681017685401, 77.57951929618572, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'BBMP Park', 13.039978893249698, 77.57090908547546, 'Park'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Chung Wah', 13.027713334748974, 77.57165540730685, 'Chinese Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Polar Bear', 13.028067907424054, 77.5731405998917, 'Ice Cream Shop'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'KFC', 13.032088315306128, 77.56994022488833, 'Fast Food Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Have More', 13.027429308669463, 77.57489204406738, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, "Domino's Pizza", 13.032, 77.571, 'Pizza Place'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Subway', 13.02776960768549, 77.57166583590954, 'Sandwich Place'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Ujwal Family Restaurant', 13.031631806553102, 77.57681170630248, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'New Zealand Natural', 13.028067878014946, 77.57333484314935, 'Ice Cream Shop'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Pizza Hut', 13.027686007513845, 77.57159267519111, 'Pizza Place'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, '80 Feet Road', 13.0283650167326, 77.57336282731649, 'Trail'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Relish Restaurant', 13.029383216855765, 77.57093272638218, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, "Brahmins' Thatte Idli", 13.026904041070305, 77.5795751411318, 'Breakfast Spot'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Cafe Coffee Day', 13.027355, 77.576525, 'Café'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Sangria wine lounge', 13.030378, 77.570465, 'Chinese Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Jashn', 13.028198336230275, 77.57324529376803, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Café Coffee Day', 13.028079, 77.573404, 'Coffee Shop'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Baskin-Robbins', 13.028995345721354, 77.57079647549337, 'Ice Cream Shop'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Stoned Monkey', 13.027954, 77.57341, 'Ice Cream Shop'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Printo', 13.03324050254909, 77.56912542091506, 'Paper / Office Supplies Store'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Cream And Fudge', 13.030185911385809, 77.57060168948152, 'Ice Cream Shop'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Casino Restaurant', 13.028839442214494, 77.57114739266011, 'Asian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Freska', 13.027440899303501, 77.5764443792013, 'Italian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Eggstacy', 13.031287412429538, 77.5701223775955, 'Fast Food Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Sagar Samrat Restaurant', 13.033605457426669, 77.56888200761529, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Wangs Kitchen', 13.027047958794897, 77.57175652492465, 'Chinese Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Athithi', 13.036170959472656, 77.57484436035156, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Suggi', 13.03026197419052, 77.57038593292236, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Raja Fancy Store', 13.036435689176304, 77.57489075234022, 'Cosmetics Shop'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Beijing Bites', 13.032959949541635, 77.56933303601933, 'Chinese Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Reforma Fitness', 13.03725372388796, 77.5744625196279, 'Gym'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Food World', 13.03780339614365, 77.5743556022644, 'Grocery Store'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Black Jack Lounge Bar', 13.032012824602708, 77.57017450665512, 'German Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Foodworld', 13.038251947033295, 77.57413518759883, 'Department Store'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, "McDonald's", 13.029346472204464, 77.57093349598382, 'Fast Food Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Neel', 13.027192285308647, 77.57714424770094, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Plated Bistro', 13.028069, 77.573278, 'Bistro'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'The Egg Factory', 13.028076003934915, 77.57321730957183, 'Fast Food Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Cult - Rmv 2nd Stage', 13.02749065388583, 77.57602878106886, 'Gym / Fitness Center'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, "Chetty's Coffee", 13.028179, 77.57265, 'South Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Sree Nandhana Palace', 13.033069009352268, 77.56926587162266, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'World of Titan', 13.032833295641575, 77.56918430328369, 'Accessories Store'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Shivsagar Xpress', 13.028211, 77.57214, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Burrito Boys', 13.027451599031101, 77.57344677977639, 'Mexican Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Leon Grill', 13.028022, 77.57211, 'Burger Joint'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Mayuri restaurant', 13.034036933330215, 77.56877053288974, 'Indian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Itsy Bitsy', 13.034041628223283, 77.568644599004, 'Arts & Crafts Store'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, "Auntie  Fung's", 13.02792723921225, 77.57116325068199, 'Asian Restaurant'), ('Radhakrishna Temple', 13.0336871, 77.57566452590245, 'Health N Glow New Bel Road', 13.035913720196916, 77.5670942011189, 'Cosmetics Shop')], [('Sanjay Nagar', 12.9578658, 77.6958748, 'Hotel Mariya Circle', 12.958452885379561, 77.69947076926688, 'Indian Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Bengaluru Steak House', 12.950549, 77.69846, 'Steakhouse'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Park Plaza', 12.95021388157018, 77.6989320680093, 'Hotel'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Suchithra Biryani House', 12.956755733708182, 77.70202764332885, 'Indian Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Absolute Barbecues', 12.949924171289688, 77.6993874172532, 'BBQ Joint'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Thalassery Restaurant', 12.956742852341112, 77.70265196053191, 'Kerala Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Torq 3', 12.962902690186718, 77.7034680192233, 'Racetrack'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Melange', 12.950313125044168, 77.69840102682211, 'Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'A2B Adayar Ananda Bhavan', 12.956770288414699, 77.70236012600257, 'Vegetarian / Vegan Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Adyar Ananda Bhavan (A2B)', 12.95671565642854, 77.70287511833725, 'Vegetarian / Vegan Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Wareabouts Grill & Lounge', 12.951862349683612, 77.6997718156604, 'Lounge'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Delhiwalle', 12.961735124700393, 77.70148707021339, 'Indian Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'cafe coffee day', 12.95069462649265, 77.70089149475098, 'Coffee Shop'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Shanmukha Restaurant', 12.955468887037663, 77.70060396220337, 'Indian Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Phileas Hogg', 12.950450605270142, 77.699911491916, 'Gastropub'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Wangs Kitchen', 12.96152798105911, 77.70163507052047, 'Chinese Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Biryani Zone', 12.952457605613839, 77.70021375051905, 'Indian Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Puma Factory Outlet', 12.956933891877197, 77.69946160853061, 'Shoe Store'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Max Shoppee', 12.956892517585937, 77.69970200209735, 'Convenience Store'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Saffron', 12.950307117039284, 77.69860065987713, 'Indian Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, "Jaffa's Biryani", 12.953306561529702, 77.69817577367645, 'Indian Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Creamee n Spicee', 12.957657984082953, 77.70118348589455, 'Ice Cream Shop'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'The French Loaf', 12.959886919048841, 77.70120025729655, 'Dessert Shop'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Just Bake, Anand Nagar, Marathahalli', 12.962069874343682, 77.70125616195162, 'Dessert Shop'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'U.S Pizza', 12.961934352570324, 77.70146300893168, 'Pizza Place'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'E-Zone Club', 12.963074139604137, 77.70308017730713, 'Racetrack'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'The Globe Grub', 12.950993, 77.699333, 'Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'World of Titan', 12.950947193704526, 77.69984735609557, 'Gift Shop'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Mastkalandar', 12.94967344658342, 77.69967404938366, 'Indian Restaurant'), ('Sanjay Nagar', 12.9578658, 77.6958748, 'Sanjha Chula', 12.950586529067788, 77.7001548350828, 'Indian Restaurant')], [('Ganga Nagar', 13.0232471, 77.5883569, 'Huliyappa Donne Biryani', 13.026804162097848, 77.59075644606416, 'Indian Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Big Mataka', 13.020412423777554, 77.59317388003961, 'Bistro'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Sichi Sagar', 13.026661982855996, 77.59098417341103, 'Vegetarian / Vegan Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Pizza Hut', 13.023233524835751, 77.59273225451142, 'Pizza Place'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Moto Store & Café', 13.032086449000772, 77.59002006014283, 'Motorcycle Shop'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Sreeraj Lassi Bar', 13.020796418775396, 77.59256543182863, 'Juice Bar'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Baskin-Robbins', 13.021053079541469, 77.59239077568054, 'Ice Cream Shop'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Adyar Ananda Bhavan', 13.022835151528684, 77.5845986332479, 'Vegetarian / Vegan Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Cafe Coffee Day', 13.028160484683115, 77.58617225724288, 'Café'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Kabab Manor', 13.027214044775668, 77.59344248062042, 'Snack Place'), ('Ganga Nagar', 13.0232471, 77.5883569, "Domino's Pizza", 13.018696279538636, 77.59217221807344, 'Pizza Place'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Calcutta Victoria Chat House', 13.026284897497508, 77.59449228111632, 'Fast Food Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'New Shanthi Sagar', 13.02295840743395, 77.59260014534762, 'Indian Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Hotel Emirates', 13.022453358676922, 77.58451356723931, 'Indian Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Cafe Coffee Day', 13.02065247888546, 77.59285331716275, 'Café'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Kudla', 13.017689153700486, 77.59185446771075, 'Indian Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'KFC', 13.019473035678208, 77.59228255229047, 'Fast Food Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Kabab Studio', 13.017652931944946, 77.59185413477732, 'Indian Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Hotel Nandhini', 13.01735351503934, 77.59172768421071, 'Indian Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, "McDonald's", 13.023396754888822, 77.5927471163113, 'Fast Food Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Richies', 13.023648530434066, 77.59277769300162, 'Indian Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'J.B.Bakery', 13.020795399949254, 77.59262548520337, 'Bakery'), ('Ganga Nagar', 13.0232471, 77.5883569, 'HMT Bhavan Bus Stop', 13.020094893206275, 77.58403926045109, 'Bus Station'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Four Seasons Hotel', 13.019392, 77.58462, 'Hotel'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Mekhri Circle Bus Stop', 13.01997, 77.58376, 'Bus Station'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Adigas', 13.016846956995328, 77.59159957894036, 'Vegetarian / Vegan Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Delhi Darbar', 13.020484961508755, 77.5938118053758, 'Indian Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, "Satya's Kitchen", 13.028636592586526, 77.59358704090118, 'Indian Restaurant'), ('Ganga Nagar', 13.0232471, 77.5883569, 'RT Nagar Park', 13.021314403632767, 77.59709000587463, 'Park'), ('Ganga Nagar', 13.0232471, 77.5883569, 'Ample Technologies Pvt. Ltd.', 13.028311099741977, 77.5958430699363, 'Electronics Store')], [('Hebbal', 13.0382184, 77.5919, 'Moto Store & Café', 13.032086449000772, 77.59002006014283, 'Motorcycle Shop'), ('Hebbal', 13.0382184, 77.5919, 'Saaga - The Royal Senate Hotel', 13.036497754551151, 77.58952450942643, 'Indian Restaurant'), ('Hebbal', 13.0382184, 77.5919, "Domino's Pizza", 13.035, 77.597, 'Pizza Place'), ('Hebbal', 13.0382184, 77.5919, 'Hebbal Lake', 13.04298733184257, 77.59100826451747, 'Lake'), ('Hebbal', 13.0382184, 77.5919, 'Hebbal BMTC', 13.042877182257495, 77.59117054722324, 'Bus Station'), ('Hebbal', 13.0382184, 77.5919, 'kabab studio - coraltree', 13.034889050294924, 77.59747700829202, 'Indian Restaurant'), ('Hebbal', 13.0382184, 77.5919, 'Hindustan mess', 13.034868560505693, 77.5976263687031, 'Indian Restaurant'), ('Hebbal', 13.0382184, 77.5919, 'CCD Express', 13.03486287618761, 77.5976325203098, 'Coffee Shop'), ('Hebbal', 13.0382184, 77.5919, "Green's Departmental Stores", 13.029624664123158, 77.59090194119311, 'Grocery Store')], [('Vishwanathnagenahalli', 13.0388, 77.6041, "Domino's Pizza", 13.035, 77.597, 'Pizza Place'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'Cafe Coffee Day', 13.043567751493024, 77.60875225067139, 'Coffee Shop'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'Skin Solution Store', 13.037187, 77.60510899999997, 'Business Service'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'Kempapura Bus Stop', 13.04366629259472, 77.60071683665038, 'Bus Station'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'The Hebbal Cafe', 13.04269, 77.609524, 'Buffet'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'Courtyard By Marriott Bengaluru Hebbal', 13.04283715759656, 77.60942863558193, 'Hotel'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'Lumbini Gardens', 13.043252243947613, 77.60956853570653, 'Lake'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'Hindustan mess', 13.034868560505693, 77.5976263687031, 'Indian Restaurant'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'CCD Express', 13.03486287618761, 77.5976325203098, 'Coffee Shop'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'kabab studio - coraltree', 13.034889050294924, 77.59747700829202, 'Indian Restaurant'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'Nagavara Lake', 13.042725778122065, 77.61150999749012, 'Lake'), ('Vishwanathnagenahalli', 13.0388, 77.6041, 'CityPearl SuperMarket', 13.035202648248022, 77.5956751982175, 'Department Store')], [('Nagavara', 13.0374647, 77.623602, 'Adyar Ananda Bhavan', 13.041035192856974, 77.62451316477558, 'Vegetarian / Vegan Restaurant'), ('Nagavara', 13.0374647, 77.623602, "Domino's Pizza", 13.035, 77.624, 'Pizza Place'), ('Nagavara', 13.0374647, 77.623602, 'PVR Cinemas Elements Mall', 13.045222456643423, 77.62678891190573, 'Multiplex'), ('Nagavara', 13.0374647, 77.623602, "Domino's Pizza", 13.044879, 77.621, 'Pizza Place'), ('Nagavara', 13.0374647, 77.623602, 'Barista Lavazza', 13.044743625090405, 77.61988531507916, 'Café'), ('Nagavara', 13.0374647, 77.623602, 'Serranos', 13.044613, 77.620837, 'Mexican Restaurant')], [('HBR Layout', 13.0358698, 77.6323597, "Domino's Pizza", 13.035, 77.624, 'Pizza Place'), ('HBR Layout', 13.0358698, 77.6323597, "Domino's Pizza", 13.029474322388696, 77.63443573741105, 'Pizza Place'), ('HBR Layout', 13.0358698, 77.6323597, 'Tea Mount', 13.037118463534302, 77.6282656036598, 'Café'), ('HBR Layout', 13.0358698, 77.6323597, 'Bhima Jewellers', 13.031482596126388, 77.63077173690539, 'Jewelry Store'), ('HBR Layout', 13.0358698, 77.6323597, 'Reliance Fresh', 13.031515732699642, 77.63585711366532, 'Fruit & Vegetable Store'), ('HBR Layout', 13.0358698, 77.6323597, 'Nagawara Bus Stop', 13.03984231393498, 77.62473566500267, 'Bus Station'), ('HBR Layout', 13.0358698, 77.6323597, "Reddy's Restaurant", 13.040116262273353, 77.62486992777058, 'Diner')], [('Horamavu', 13.0273312, 77.6601508, 'Altis Arena - Indoor badminton courts', 13.029882430801115, 77.66133423029841, 'Athletics & Sports'), ('Horamavu', 13.0273312, 77.6601508, 'Nellore Mess', 13.01949246225511, 77.65604251806916, 'Andhra Restaurant'), ('Horamavu', 13.0273312, 77.6601508, 'Kamat Bakers And Sweets', 13.02223349596579, 77.65775213542908, 'Bakery'), ('Horamavu', 13.0273312, 77.6601508, 'Battledore Arena', 13.02380067835626, 77.65289924606905, 'Badminton Court'), ('Horamavu', 13.0273312, 77.6601508, 'City Pearl Supermarket', 13.025962623412125, 77.65164022687972, 'Department Store')], [('Ramamurthy Nagar', 13.0120218, 77.6777817, 'more.', 13.011560488893059, 77.6721819620065, 'Department Store'), ('Ramamurthy Nagar', 13.0120218, 77.6777817, 'A2B Adyar Anand Bhavan T C Palya', 13.019438, 77.673802, 'South Indian Restaurant'), ('Ramamurthy Nagar', 13.0120218, 77.6777817, 'Play Ground @ ITI', 13.008551013100858, 77.68587112426758, 'Playground'), ('Ramamurthy Nagar', 13.0120218, 77.6777817, 'More supermarket', 13.02089980286497, 77.67751093459735, 'Supermarket')], [('Banaswadi', 13.0141618, 77.6518539, "Domino's Pizza", 13.008433716613306, 77.65559273293411, 'Pizza Place'), ('Banaswadi', 13.0141618, 77.6518539, 'Tamarind', 13.012676074180495, 77.64771141510649, 'Indian Restaurant'), ('Banaswadi', 13.0141618, 77.6518539, 'Cafe Coffee Day', 13.018155413330874, 77.64732766979955, 'Café'), ('Banaswadi', 13.0141618, 77.6518539, 'Saffron', 13.01276296048891, 77.6478365115391, 'Vegetarian / Vegan Restaurant'), ('Banaswadi', 13.0141618, 77.6518539, 'Itsy Bitsy', 13.011358260199083, 77.65971128616323, 'Arts & Crafts Store'), ('Banaswadi', 13.0141618, 77.6518539, 'Sri Balaji Bhandar', 13.012866623510678, 77.65093352645857, 'Grocery Store'), ('Banaswadi', 13.0141618, 77.6518539, 'Nellore Mess', 13.01949246225511, 77.65604251806916, 'Andhra Restaurant'), ('Banaswadi', 13.0141618, 77.6518539, 'OvenTreats - Patisserie.Bistro', 13.021878039926628, 77.64730613653806, 'Bistro'), ('Banaswadi', 13.0141618, 77.6518539, 'OvenTreats', 13.014425808471895, 77.64771938323975, 'Bakery'), ('Banaswadi', 13.0141618, 77.6518539, 'Taste of Bengal', 13.014701072748553, 77.64699312248156, 'Indian Restaurant'), ('Banaswadi', 13.0141618, 77.6518539, 'Cafe Coffee Day', 13.01874852531858, 77.6561991142832, 'Café'), ('Banaswadi', 13.0141618, 77.6518539, 'Banaswadi Ring Road Bus Stop', 13.019482503363724, 77.65452975105957, 'Bus Station'), ('Banaswadi', 13.0141618, 77.6518539, 'Horamavu Signal', 13.019973061990113, 77.6555895063609, 'Intersection'), ('Banaswadi', 13.0141618, 77.6518539, 'Shoba Hypermart', 13.020260297930458, 77.65650305592052, 'Department Store'), ('Banaswadi', 13.0141618, 77.6518539, 'Big Bazaar', 13.017725684644425, 77.65904017902544, 'Clothing Store'), ('Banaswadi', 13.0141618, 77.6518539, 'Inchara', 13.017228073516318, 77.66039916680731, 'Indian Restaurant')], [('Kammanahalli', 13.0093455, 77.6377094, 'Al Amanah', 13.015631442695202, 77.63940801579888, 'Falafel Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, 'New Kairali Family Restaurant', 13.014340466980716, 77.63614595596495, 'Kerala Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, "Connie's", 13.014931898836439, 77.63302620476563, 'Steakhouse'), ('Kammanahalli', 13.0093455, 77.6377094, 'New Peking Restaurant', 13.017675571075321, 77.63636446402046, 'Chinese Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, 'Cafe Thulp', 13.016325609663834, 77.63466436938278, 'Burger Joint'), ('Kammanahalli', 13.0093455, 77.6377094, 'Momoz', 13.015252343038405, 77.63106809057189, 'Diner'), ('Kammanahalli', 13.0093455, 77.6377094, 'Amma Pasteries', 13.009575395653908, 77.64325521979383, 'Bakery'), ('Kammanahalli', 13.0093455, 77.6377094, 'Richies (Rahhams)', 13.015020260961402, 77.63146169289061, 'Indian Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, 'Hotel Empire', 13.014599303953851, 77.63571631538248, 'Indian Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, 'Nandhana Palace', 13.014937054596672, 77.63584370062422, 'Andhra Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, "McDonald's", 13.003075804550535, 77.63164439519004, 'Fast Food Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, 'Uttam Sagar Deluxe Restaurant', 13.009382997282144, 77.6432851772379, 'Indian Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, '18 CHINA TOWN', 13.009028806631113, 77.64252408493809, 'Chinese Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, 'tender chicken nehru road', 13.014188590684372, 77.63811080568914, 'Market'), ('Kammanahalli', 13.0093455, 77.6377094, 'Multiplex Supermarket', 13.008611015446698, 77.6427310405434, 'Department Store'), ('Kammanahalli', 13.0093455, 77.6377094, 'Airtel Relationship Center', 13.009235602617128, 77.64282053474103, 'Mobile Phone Shop'), ('Kammanahalli', 13.0093455, 77.6377094, 'S V Color Graphics', 13.012884251093594, 77.63307084125934, 'Paper / Office Supplies Store'), ('Kammanahalli', 13.0093455, 77.6377094, 'Chick Baik', 13.015843650436482, 77.63945326640177, 'Falafel Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, 'Thalassery Restaurant', 13.015041802980756, 77.63167899360441, 'Kerala Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, 'Manasa Fish Land', 13.014269, 77.64263, 'Seafood Restaurant'), ('Kammanahalli', 13.0093455, 77.6377094, 'Samovar Restaurant', 13.018005, 77.63596, 'Kerala Restaurant')], [('Kacharakanahalli', 13.0162995, 77.631138, "Connie's", 13.014931898836439, 77.63302620476563, 'Steakhouse'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Momoz', 13.015252343038405, 77.63106809057189, 'Diner'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Arirang Restaurant', 13.01965950793092, 77.63714908033157, 'Korean Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'New Peking Restaurant', 13.017675571075321, 77.63636446402046, 'Chinese Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'New Kairali Family Restaurant', 13.014340466980716, 77.63614595596495, 'Kerala Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Cafe Thulp', 13.016325609663834, 77.63466436938278, 'Burger Joint'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Al Amanah', 13.015631442695202, 77.63940801579888, 'Falafel Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Richies (Rahhams)', 13.015020260961402, 77.63146169289061, 'Indian Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Cafe Coffee Day', 13.02349906225129, 77.63525247573853, 'Café'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Hotel Empire', 13.014599303953851, 77.63571631538248, 'Indian Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Anand Sweets', 13.019472271613731, 77.63684877142488, 'Snack Place'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Burger King', 13.022918180912043, 77.63726248922379, 'Fast Food Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Thalassery Restaurant', 13.015041802980756, 77.63167899360441, 'Kerala Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Nandhana Palace', 13.014937054596672, 77.63584370062422, 'Andhra Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Reliance Digital', 13.023104256829106, 77.63646270980617, 'Electronics Store'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Regency Park', 13.02287508406585, 77.6372918967489, 'Indian Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Sukh Sagar', 13.020698419474469, 77.63689820963847, 'South Indian Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Chulha Chauki da Dhabha', 13.02489631673003, 77.63159047108822, 'Indian Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'KFC', 13.02307730016725, 77.63720879306697, 'Fast Food Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Paani Kum Chai', 13.02135975045381, 77.62869634928673, 'Tea Room'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Tashan - Punjabi Restaurant', 13.024161874787222, 77.63297835588291, 'Indian Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'S V Color Graphics', 13.012884251093594, 77.63307084125934, 'Paper / Office Supplies Store'), ('Kacharakanahalli', 13.0162995, 77.631138, "Amma's Pastries", 13.020680756556631, 77.62868603834679, 'Bakery'), ('Kacharakanahalli', 13.0162995, 77.631138, "al amal Cafe'", 13.014318359546714, 77.63658373712215, 'Fast Food Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'The Filter Coffee', 13.02415524280816, 77.63293399494982, 'South Indian Restaurant'), ('Kacharakanahalli', 13.0162995, 77.631138, 'Cafe Coffee Day', 13.02310489759356, 77.63627666985283, 'Coffee Shop'), ('Kacharakanahalli', 13.0162995, 77.631138, 'tender chicken nehru road', 13.014188590684372, 77.63811080568914, 'Market')], [('Kadugondanahalli', 13.0207029, 77.6215464, 'Paani Kum Chai', 13.02135975045381, 77.62869634928673, 'Tea Room'), ('Kadugondanahalli', 13.0207029, 77.6215464, 'New Krishna Sagar', 13.026124731358596, 77.62272170425695, 'Indian Restaurant'), ('Kadugondanahalli', 13.0207029, 77.6215464, "Amma's Pastries", 13.020680756556631, 77.62868603834679, 'Bakery'), ('Kadugondanahalli', 13.0207029, 77.6215464, 'Bangalore One @ HBR BDA Complex', 13.025364891797679, 77.62802124023438, 'Shopping Mall'), ('Kadugondanahalli', 13.0207029, 77.6215464, "Sanky's Burger House", 13.016685927226762, 77.62955804588377, 'Burger Joint')], [('Kushal Nagar', 13.0187848, 77.6151144, 'State Bank of India ATM', 13.02112, 77.6096, 'ATM'), ('Kushal Nagar', 13.0187848, 77.6151144, 'Axis Bank ATM', 13.011152267456, 77.612312316895, 'ATM'), ('Kushal Nagar', 13.0187848, 77.6151144, 'Vinayaka bakery', 13.017759, 77.606828, 'Bakery'), ('Kushal Nagar', 13.0187848, 77.6151144, 'snooker place', 13.021814554641875, 77.623102121826, 'Pool Hall'), ('Kushal Nagar', 13.0187848, 77.6151144, 'Matha Store', 13.01609736708791, 77.62380141547278, 'Department Store')], [('Kavalbyrasandra', 13.0313749, 77.6131942, 'Paprika', 13.03066545887497, 77.61015601326253, 'Fast Food Restaurant'), ('Kavalbyrasandra', 13.0313749, 77.6131942, 'Reliance Fresh', 13.030346133407297, 77.608107549653, 'Department Store'), ('Kavalbyrasandra', 13.0313749, 77.6131942, 'Lulu Provision Stores', 13.025650784017648, 77.60888328121447, 'Department Store'), ('Kavalbyrasandra', 13.0313749, 77.6131942, 'New Chithra Bakery', 13.02551105107297, 77.60881120959299, 'Bakery'), ('Kavalbyrasandra', 13.0313749, 77.6131942, 'Aswini Medicals', 13.026756009073013, 77.60650241267322, 'Pharmacy')], [('Manorayanapalya', 13.0251093, 77.59644141621582, 'Huliyappa Donne Biryani', 13.026804162097848, 77.59075644606416, 'Indian Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Big Mataka', 13.020412423777554, 77.59317388003961, 'Bistro'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Pizza Hut', 13.023233524835751, 77.59273225451142, 'Pizza Place'), ('Manorayanapalya', 13.0251093, 77.59644141621582, "Patel's Inn", 13.02119942106656, 77.59849548339844, 'Resort'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Sichi Sagar', 13.026661982855996, 77.59098417341103, 'Vegetarian / Vegan Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Kabab Manor', 13.027214044775668, 77.59344248062042, 'Snack Place'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Sreeraj Lassi Bar', 13.020796418775396, 77.59256543182863, 'Juice Bar'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Baskin-Robbins', 13.021053079541469, 77.59239077568054, 'Ice Cream Shop'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Calcutta Victoria Chat House', 13.026284897497508, 77.59449228111632, 'Fast Food Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, "Domino's Pizza", 13.018696279538636, 77.59217221807344, 'Pizza Place'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'New Shanthi Sagar', 13.02295840743395, 77.59260014534762, 'Indian Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Cafe Coffee Day', 13.02065247888546, 77.59285331716275, 'Café'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Ample Technologies Pvt. Ltd.', 13.028311099741977, 77.5958430699363, 'Electronics Store'), ('Manorayanapalya', 13.0251093, 77.59644141621582, "McDonald's", 13.023396754888822, 77.5927471163113, 'Fast Food Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Richies', 13.023648530434066, 77.59277769300162, 'Indian Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'KFC', 13.019473035678208, 77.59228255229047, 'Fast Food Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Kudla', 13.017689153700486, 77.59185446771075, 'Indian Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, "Satya's Kitchen", 13.028636592586526, 77.59358704090118, 'Indian Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, "Spencer's Express", 13.023256659507751, 77.60049104690552, 'Supermarket'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Kabab Studio', 13.017652931944946, 77.59185413477732, 'Indian Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Delhi Darbar', 13.020484961508755, 77.5938118053758, 'Indian Restaurant'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Roots Fitness Solutions', 13.020780997563385, 77.5931682841874, 'Gym'), ('Manorayanapalya', 13.0251093, 77.59644141621582, 'Coraltree', 13.01775273, 77.591862, 'Hotel')], [('Gangenahalli', 13.0174259, 77.58788259751981, 'Big Mataka', 13.020412423777554, 77.59317388003961, 'Bistro'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Sreeraj Lassi Bar', 13.020796418775396, 77.59256543182863, 'Juice Bar'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Baskin-Robbins', 13.021053079541469, 77.59239077568054, 'Ice Cream Shop'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Pizza Hut', 13.023233524835751, 77.59273225451142, 'Pizza Place'), ('Gangenahalli', 13.0174259, 77.58788259751981, "Domino's Pizza", 13.018696279538636, 77.59217221807344, 'Pizza Place'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Adyar Ananda Bhavan', 13.022835151528684, 77.5845986332479, 'Vegetarian / Vegan Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Palace Grounds', 13.010286287428332, 77.58660793304443, 'Field'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Kudla', 13.017689153700486, 77.59185446771075, 'Indian Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Sunday Soul Sante', 13.011386691348205, 77.5877681575643, 'Farmers Market'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Kabab Studio', 13.017652931944946, 77.59185413477732, 'Indian Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Hotel Nandhini', 13.01735351503934, 77.59172768421071, 'Indian Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Cafe Coffee Day', 13.02065247888546, 77.59285331716275, 'Café'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'KFC', 13.019473035678208, 77.59228255229047, 'Fast Food Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'New Shanthi Sagar', 13.02295840743395, 77.59260014534762, 'Indian Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Adigas', 13.016846956995328, 77.59159957894036, 'Vegetarian / Vegan Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Hotel Emirates', 13.022453358676922, 77.58451356723931, 'Indian Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Four Seasons Hotel', 13.019392, 77.58462, 'Hotel'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Gayathri Vihar Bus Stop', 13.013464107726188, 77.58420467376709, 'Bus Station'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'J.B.Bakery', 13.020795399949254, 77.59262548520337, 'Bakery'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Delhi Darbar', 13.020484961508755, 77.5938118053758, 'Indian Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'White Petals', 13.010391905876542, 77.58805126996526, 'Event Space'), ('Gangenahalli', 13.0174259, 77.58788259751981, "McDonald's", 13.023396754888822, 77.5927471163113, 'Fast Food Restaurant'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'TV Tower Bus Stop (Palace Grounds Compound)', 13.009770554606462, 77.59070832067195, 'Bus Station'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'TV Tower Bus Stop (DD Compound)', 13.009784522605658, 77.59107112884521, 'Bus Station'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Mini Market', 13.010280841206507, 77.58310947826587, 'Cafeteria'), ('Gangenahalli', 13.0174259, 77.58788259751981, 'Amma Bakery And Sweets', 13.026220811180348, 77.58862436066282, 'Bakery')], [('Aramane Nagar', 13.0304259, 77.569741, 'The BEL ST', 13.030093260288147, 77.57050852320651, 'Italian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Ice N Spice by truffles', 13.028079028167316, 77.57311592249596, 'Burger Joint'), ('Aramane Nagar', 13.0304259, 77.569741, 'crunch fitness regime', 13.030998193142407, 77.57037425227004, 'Gym'), ('Aramane Nagar', 13.0304259, 77.569741, 'Corner House', 13.028050828556792, 77.5729703445235, 'Ice Cream Shop'), ('Aramane Nagar', 13.0304259, 77.569741, 'Ice & Spice', 13.028078629411786, 77.57308292276954, 'Fast Food Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Naturals Ice Cream Parlour', 13.028078570635392, 77.57283396978612, 'Ice Cream Shop'), ('Aramane Nagar', 13.0304259, 77.569741, "GILLY'S", 13.027258423209096, 77.57186837621228, 'Bar'), ('Aramane Nagar', 13.0304259, 77.569741, 'Hunan', 13.034177957710094, 77.56917870939733, 'Chinese Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Chung Wah', 13.027713334748974, 77.57165540730685, 'Chinese Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'KFC', 13.032088315306128, 77.56994022488833, 'Fast Food Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Subway', 13.02776960768549, 77.57166583590954, 'Sandwich Place'), ('Aramane Nagar', 13.0304259, 77.569741, 'Pizza Hut', 13.027686007513845, 77.57159267519111, 'Pizza Place'), ('Aramane Nagar', 13.0304259, 77.569741, 'Relish Restaurant', 13.029383216855765, 77.57093272638218, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Biriyani Paradise', 13.030652439711085, 77.5622161145674, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, "Domino's Pizza", 13.032, 77.571, 'Pizza Place'), ('Aramane Nagar', 13.0304259, 77.569741, 'Polar Bear', 13.028067907424054, 77.5731405998917, 'Ice Cream Shop'), ('Aramane Nagar', 13.0304259, 77.569741, 'chat street', 13.034403498840227, 77.57589458845183, 'Fast Food Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'New Zealand Natural', 13.028067878014946, 77.57333484314935, 'Ice Cream Shop'), ('Aramane Nagar', 13.0304259, 77.569741, 'Have More', 13.027429308669463, 77.57489204406738, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, '80 Feet Road', 13.0283650167326, 77.57336282731649, 'Trail'), ('Aramane Nagar', 13.0304259, 77.569741, 'Sangria wine lounge', 13.030378, 77.570465, 'Chinese Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Baskin-Robbins', 13.028995345721354, 77.57079647549337, 'Ice Cream Shop'), ('Aramane Nagar', 13.0304259, 77.569741, "Domino's Pizza", 13.037154305456458, 77.56574938632659, 'Pizza Place'), ('Aramane Nagar', 13.0304259, 77.569741, 'Cream And Fudge', 13.030185911385809, 77.57060168948152, 'Ice Cream Shop'), ('Aramane Nagar', 13.0304259, 77.569741, 'Printo', 13.03324050254909, 77.56912542091506, 'Paper / Office Supplies Store'), ('Aramane Nagar', 13.0304259, 77.569741, 'Casino Restaurant', 13.028839442214494, 77.57114739266011, 'Asian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Jashn', 13.028198336230275, 77.57324529376803, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Café Coffee Day', 13.028079, 77.573404, 'Coffee Shop'), ('Aramane Nagar', 13.0304259, 77.569741, 'Stoned Monkey', 13.027954, 77.57341, 'Ice Cream Shop'), ('Aramane Nagar', 13.0304259, 77.569741, 'Eggstacy', 13.031287412429538, 77.5701223775955, 'Fast Food Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Cafe Coffee Day', 13.027355, 77.576525, 'Café'), ('Aramane Nagar', 13.0304259, 77.569741, 'Ujwal Family Restaurant', 13.031631806553102, 77.57681170630248, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Suggi', 13.03026197419052, 77.57038593292236, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Wangs Kitchen', 13.027047958794897, 77.57175652492465, 'Chinese Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Sagar Samrat Restaurant', 13.033605457426669, 77.56888200761529, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Beijing Bites', 13.032959949541635, 77.56933303601933, 'Chinese Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Shanthi Sagar', 13.036967574802603, 77.56598537226097, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Maha Bazaar', 13.037194021073432, 77.56582048673407, 'Department Store'), ('Aramane Nagar', 13.0304259, 77.569741, 'Black Jack Lounge Bar', 13.032012824602708, 77.57017450665512, 'German Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Freska', 13.027440899303501, 77.5764443792013, 'Italian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, "McDonald's", 13.029346472204464, 77.57093349598382, 'Fast Food Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, "Naachiyar's", 13.028362952900405, 77.57279754579872, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Mayuri restaurant', 13.034036933330215, 77.56877053288974, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Itsy Bitsy', 13.034041628223283, 77.568644599004, 'Arts & Crafts Store'), ('Aramane Nagar', 13.0304259, 77.569741, 'Burrito Boys', 13.027451599031101, 77.57344677977639, 'Mexican Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Health N Glow New Bel Road', 13.035913720196916, 77.5670942011189, 'Cosmetics Shop'), ('Aramane Nagar', 13.0304259, 77.569741, 'Ottupura', 13.03375137492506, 77.56410528755131, 'Fast Food Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Bata', 13.036334848971478, 77.56669521331787, 'Shoe Store'), ('Aramane Nagar', 13.0304259, 77.569741, 'Sanjaynagar Park', 13.032187488475593, 77.57640186668955, 'Park'), ('Aramane Nagar', 13.0304259, 77.569741, 'Cult - Rmv 2nd Stage', 13.02749065388583, 77.57602878106886, 'Gym / Fitness Center'), ('Aramane Nagar', 13.0304259, 77.569741, 'Haut Koko', 13.027314198575208, 77.57641306005388, 'Café'), ('Aramane Nagar', 13.0304259, 77.569741, 'Neel', 13.027192285308647, 77.57714424770094, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Darasuni', 13.027551168792927, 77.57673207047186, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Coffee day smoke adda', 13.036410853415891, 77.57427001937513, 'Smoke Shop'), ('Aramane Nagar', 13.0304259, 77.569741, 'Thalassery Restaurant', 13.02995294340458, 77.56211592726794, 'Kerala Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Lassi Shop', 13.030881, 77.577492, 'Juice Bar'), ('Aramane Nagar', 13.0304259, 77.569741, 'tasty hot', 13.029764955882323, 77.56191112853422, 'Fast Food Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'Msrec Bus St', 13.029881376224626, 77.5617767908879, 'Bus Station'), ('Aramane Nagar', 13.0304259, 77.569741, 'Chicken County', 13.03738571878414, 77.5659635726747, 'Indian Restaurant'), ('Aramane Nagar', 13.0304259, 77.569741, 'The Pavilion', 13.027210027282651, 77.56171521941347, 'Indian Restaurant')], [('Mathikere', 13.0328884, 77.557374, 'Biriyani Paradise', 13.030652439711085, 77.5622161145674, 'Indian Restaurant'), ('Mathikere', 13.0328884, 77.557374, 'Jp park', 13.038751321222442, 77.5551380739094, 'Park'), ('Mathikere', 13.0328884, 77.557374, 'Cafe Coffee Day', 13.031717399707885, 77.55940591512328, 'Café'), ('Mathikere', 13.0328884, 77.557374, 'New Agarwal Bhavan', 13.030533465479458, 77.56019532061102, 'Diner'), ('Mathikere', 13.0328884, 77.557374, 'Chandrappa hotel', 13.029162786530033, 77.56198389469283, 'Indian Restaurant'), ('Mathikere', 13.0328884, 77.557374, 'Ottupura', 13.03375137492506, 77.56410528755131, 'Fast Food Restaurant'), ('Mathikere', 13.0328884, 77.557374, 'Flavours Inn', 13.039774529119873, 77.55598949729067, 'Asian Restaurant'), ('Mathikere', 13.0328884, 77.557374, 'The Pavilion', 13.027210027282651, 77.56171521941347, 'Indian Restaurant'), ('Mathikere', 13.0328884, 77.557374, 'Dayfresh Basyir', 13.039910426286186, 77.55577529974789, 'Bakery'), ('Mathikere', 13.0328884, 77.557374, 'Shahi Darbar', 13.032550895101087, 77.56563104769607, 'Indian Restaurant')], [('Yeshwanthpur', 13.02183455, 77.54768594156756, 'PVR Vaishnavi', 13.024152437053164, 77.5487332275143, 'Multiplex'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'APMC Yard', 13.021780191174267, 77.54522965402538, 'Miscellaneous Shop'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Uppu Munchi', 13.02798860551011, 77.54108005190363, 'Seafood Restaurant'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'KFC', 13.02401739681734, 77.54861092954893, 'Fast Food Restaurant'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'KFC', 13.024152501415136, 77.54874528278773, 'Fast Food Restaurant'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Icon club', 13.027733373794913, 77.54104978457245, 'Bar'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'More Mega Store', 13.024164360860041, 77.54854935092798, 'Department Store'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Metro Yeshwanthpur', 13.02319233913494, 77.55012239431777, 'Light Rail Station'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Vivantha By Taj', 13.02227614415996, 77.55076616023733, 'Hotel'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Kamat Swaad', 13.023611579409428, 77.55090051092525, 'Indian Restaurant'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Platform 6, Yesvantpur Railway  Station', 13.023649677653397, 77.55090051092525, 'Train Station'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Govardhan Theatre', 13.021561220669472, 77.55185215707816, 'Movie Theater'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'VRL - Vijayanand Travels', 13.02128631644283, 77.55190813601511, 'Bus Station'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Yeshwanthpur Railway Station platform 3', 13.024116430105572, 77.55130356203475, 'Platform'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Yeswanthpur Market', 13.019800318810454, 77.55196411492446, 'Market'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Yesvanthpur Railway Station Platform No. 1', 13.02187, 77.553319, 'Train Station'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Yesvantpur Fruit & Vegetable Market', 13.019698082923579, 77.55382819683467, 'Farmers Market'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Madhura Hotel Grand Bee', 13.01996596836344, 77.5541639328003, 'Restaurant'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Yeshwantpur Fish Market', 13.020016702776829, 77.55455323095678, 'Fish Market'), ('Yeshwanthpur', 13.02183455, 77.54768594156756, 'Yeshvantpur Railway Station (YPR)', 13.023427244581349, 77.55108524286145, 'Train Station')], [('H.M.T', 1.3041353, 103.8316009, 'Singapore Marriott Tang Plaza Hotel', 1.3052151067831215, 103.8329674785042, 'Hotel'), ('H.M.T', 1.3041353, 103.8316009, 'ION Orchard', 1.3042612662371125, 103.83184647871641, 'Shopping Mall'), ('H.M.T', 1.3041353, 103.8316009, 'The Other Room', 1.3052971, 103.83286, 'Speakeasy'), ('H.M.T', 1.3041353, 103.8316009, 'SEPHORA', 1.304699226912756, 103.83172611839444, 'Cosmetics Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Books Kinokuniya 紀伊國屋書店 (Books Kinokuniya)', 1.3036033447055164, 103.83434959173653, 'Bookstore'), ('H.M.T', 1.3041353, 103.8316009, 'Isetan Scotts Supermarket', 1.3052223385864605, 103.8314164034861, 'Supermarket'), ('H.M.T', 1.3041353, 103.8316009, 'Bebek Goreng Pak Ndut', 1.304644758979596, 103.8336672319635, 'Indonesian Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'ION Sky', 1.303916252885501, 103.8317172951239, 'Scenic Lookout'), ('H.M.T', 1.3041353, 103.8316009, 'Bacha Coffee', 1.303983, 103.831428, 'Coffee Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Awfully Chocolate', 1.3037675, 103.8318738, 'Chocolate Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Jiang-Nan Chun', 1.3046871178048087, 103.82929343369483, 'Chinese Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Johan Paris', 1.305167061815458, 103.83161188712289, 'Bakery'), ('H.M.T', 1.3041353, 103.8316009, 'Genki Sushi', 1.3035787489709292, 103.8344398388811, 'Sushi Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Grand Hyatt Singapore', 1.3066028540563808, 103.83270302021603, 'Hotel'), ('H.M.T', 1.3041353, 103.8316009, 'IMAX Theatres Lido', 1.305051512817676, 103.83175649392284, 'Movie Theater'), ('H.M.T', 1.3041353, 103.8316009, 'Four Seasons Hotel Singapore', 1.3051133132689718, 103.82867574691772, 'Hotel'), ('H.M.T', 1.3041353, 103.8316009, 'Hermes', 1.305514913642026, 103.83088385840854, 'Miscellaneous Shop'), ('H.M.T', 1.3041353, 103.8316009, 'YOTEL Singapore', 1.3064156026090619, 103.83120825997078, 'Hotel'), ('H.M.T', 1.3041353, 103.8316009, 'Bistro Du Vin', 1.3066215191551553, 103.83163587293645, 'French Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Shaw Theatres', 1.3051111239718747, 103.83181030649035, 'Multiplex'), ('H.M.T', 1.3041353, 103.8316009, 'Nanbantei Japanese Restaurant', 1.3071242662642004, 103.83324974398565, 'Japanese Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Ginza Kuroson', 1.3028176464322871, 103.83370204128543, 'Sushi Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Nespresso Boutique', 1.3044225204732054, 103.83124048784526, 'Coffee Shop'), ('H.M.T', 1.3041353, 103.8316009, 'The Sushi Bar', 1.3027047937050675, 103.8343808054924, 'Sushi Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Yolé', 1.3037735799196513, 103.83314641696663, 'Frozen Yogurt Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Executive Lounge', 1.306342540220009, 103.8293700531493, 'Hotel Bar'), ('H.M.T', 1.3041353, 103.8316009, 'Massimo Dutti', 1.3047368312174676, 103.83181056126031, 'Boutique'), ('H.M.T', 1.3041353, 103.8316009, 'Ginza Sushi Ichi', 1.305124, 103.832666, 'Sushi Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Tiong Bahru Bakery', 1.3042549738999334, 103.833050375854, 'Bakery'), ('H.M.T', 1.3041353, 103.8316009, 'Dior', 1.304306, 103.832142, 'Boutique'), ('H.M.T', 1.3041353, 103.8316009, 'Chanel (ION)', 1.3049477260535132, 103.83312661226844, 'Cosmetics Shop'), ('H.M.T', 1.3041353, 103.8316009, 'COS', 1.3039171067064268, 103.83197084069252, 'Clothing Store'), ('H.M.T', 1.3041353, 103.8316009, 'ALDO', 1.3048408650426482, 103.83140444349964, 'Shoe Store'), ('H.M.T', 1.3041353, 103.8316009, 'Tory Burch', 1.3038712173193596, 103.8330329156942, 'Boutique'), ('H.M.T', 1.3041353, 103.8316009, 'Tarte by Cheryl Koh', 1.3064475675230025, 103.83190131400227, 'Bakery'), ('H.M.T', 1.3041353, 103.8316009, 'Sanpoutei Ramen 三宝亭', 1.3052239898482743, 103.83173371434225, 'Ramen Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'KOI Café', 1.303931, 103.833988, 'Bubble Tea Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Tangs', 1.3043176775649756, 103.83273399211996, 'Department Store'), ('H.M.T', 1.3041353, 103.8316009, 'Takashimaya S.C.', 1.302982230448864, 103.83485245368394, 'Shopping Mall'), ('H.M.T', 1.3041353, 103.8316009, 'Din Tai Fung 鼎泰豐 (Din Tai Fung)', 1.3033501956077214, 103.83503093692873, 'Dumpling Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'lululemon athletica', 1.3036562243824992, 103.8341922825625, 'Clothing Store'), ('H.M.T', 1.3041353, 103.8316009, 'Sun With Moon Japanese Dining & Café', 1.304582, 103.830546, 'Japanese Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'SEPHORA', 1.3030489249508699, 103.83490307324561, 'Cosmetics Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Hans im Glück', 1.3059328853464391, 103.83069029808944, 'Burger Joint'), ('H.M.T', 1.3041353, 103.8316009, 'Louis Vuitton', 1.3042559, 103.8323026, 'Boutique'), ('H.M.T', 1.3041353, 103.8316009, 'Mezza9', 1.306338, 103.833206, 'Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Prada', 1.3033734197021565, 103.83504168897178, 'Boutique'), ('H.M.T', 1.3041353, 103.8316009, 'Starbucks', 1.3048834686626891, 103.83132442122069, 'Coffee Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Louis Vuitton', 1.3073645, 103.8324041, 'Boutique'), ('H.M.T', 1.3041353, 103.8316009, 'Pure Yoga', 1.3023373948768011, 103.83508199789073, 'Yoga Studio'), ('H.M.T', 1.3041353, 103.8316009, 'TWG Tea Salon & Boutique', 1.304047488403016, 103.8320380062144, 'Tea Room'), ('H.M.T', 1.3041353, 103.8316009, 'Apple Orchard Road', 1.3028881, 103.8363884, 'Electronics Store'), ('H.M.T', 1.3041353, 103.8316009, 'boulangerie DONQ française', 1.302314, 103.835229, 'Bakery'), ('H.M.T', 1.3041353, 103.8316009, 'Royal Plaza On Scotts', 1.3067407698264968, 103.83273055210626, 'Hotel'), ('H.M.T', 1.3041353, 103.8316009, 'The Paragon', 1.3036205046160854, 103.83581483263136, 'Shopping Mall'), ('H.M.T', 1.3041353, 103.8316009, 'Lim Chee Guan 林志源', 1.3046241525611086, 103.83160434653088, 'BBQ Joint'), ('H.M.T', 1.3041353, 103.8316009, 'KOI Café', 1.3040953116178768, 103.8318759444745, 'Bubble Tea Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Innisfree', 1.3030990331127152, 103.83501707868884, 'Cosmetics Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Isetan Scotts', 1.3051330361977846, 103.83174335732755, 'Department Store'), ('H.M.T', 1.3041353, 103.8316009, 'CHANEL Boutique', 1.302467, 103.8354826, 'Boutique'), ('H.M.T', 1.3041353, 103.8316009, 'Nespresso Boutique', 1.3028994483698388, 103.83570003598898, 'Coffee Shop'), ('H.M.T', 1.3041353, 103.8316009, 'ION Art Gallery', 1.304172814261004, 103.83199932329313, 'Art Gallery'), ('H.M.T', 1.3041353, 103.8316009, 'Imperial Treasure Shanghai Cuisine', 1.3028642017098593, 103.83469486912468, 'Chinese Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Tatsuya Japanese Restaurant', 1.3083912096235848, 103.83399724960327, 'Japanese Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Les Amis', 1.3067432653691555, 103.83143576972283, 'French Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Sushi Kimura', 1.306813, 103.829563, 'Sushi Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Ishinomaki Grill & Sake', 1.3065188348454686, 103.82952587613568, 'Japanese Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Paris Baguette Café', 1.3038490943840588, 103.83322638482477, 'Café'), ('H.M.T', 1.3041353, 103.8316009, 'Marks & Spencer', 1.3048955336244372, 103.83025637774404, 'Department Store'), ('H.M.T', 1.3041353, 103.8316009, 'Imperial Treasure Super Peking Duck Restaurant', 1.303498091919392, 103.83576343338443, 'Peking Duck Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Wild Honey', 1.305744, 103.832993, 'Café'), ('H.M.T', 1.3041353, 103.8316009, 'Gong Cha 贡茶', 1.3030624366107428, 103.83501447939832, 'Bubble Tea Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Fruce', 1.3038090364968737, 103.83328632134199, 'Bubble Tea Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Laurent Bernard Chocolatier', 1.3029319495098441, 103.83566198375418, 'Dessert Shop'), ('H.M.T', 1.3041353, 103.8316009, 'PS.Cafe', 1.3069064857326376, 103.82982858934378, 'Café'), ('H.M.T', 1.3041353, 103.8316009, 'Taste Paradise 味之樓', 1.304353827615559, 103.83171532609262, 'Chinese Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Soup Restaurant 三盅兩件', 1.303436585634299, 103.83504731914732, 'Soup Place'), ('H.M.T', 1.3041353, 103.8316009, 'The St. Regis Singapore', 1.305489684133732, 103.82607416247993, 'Hotel'), ('H.M.T', 1.3041353, 103.8316009, 'Goodwood Park Hotel', 1.3086481494433175, 103.8342920126196, 'Hotel'), ('H.M.T', 1.3041353, 103.8316009, 'Crystal Jade Golden Palace', 1.3037994301435418, 103.83588751135217, 'Chinese Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Tangs Market', 1.3052588774929406, 103.83253483907535, 'Food Court'), ('H.M.T', 1.3041353, 103.8316009, 'Mothercare', 1.3036899467866316, 103.83584102454134, 'Kids Store'), ('H.M.T', 1.3041353, 103.8316009, '4Fingers Crispy Chicken', 1.304268236794956, 103.83174593688423, 'Wings Joint'), ('H.M.T', 1.3041353, 103.8316009, 'Hermès', 1.302904834789465, 103.83457660675049, 'Boutique'), ('H.M.T', 1.3041353, 103.8316009, 'MUJI', 1.3047984952919294, 103.83139495952904, 'Miscellaneous Shop'), ('H.M.T', 1.3041353, 103.8316009, 'Ngee Ann City', 1.30254551168005, 103.83456587791443, 'Shopping Mall'), ('H.M.T', 1.3041353, 103.8316009, 'Crate&Barrel', 1.304052676616768, 103.83220311633013, 'Furniture / Home Store'), ('H.M.T', 1.3041353, 103.8316009, 'Wisma Atria', 1.3037639699425692, 103.83318344548078, 'Shopping Mall'), ('H.M.T', 1.3041353, 103.8316009, 'Mandarin Orchard Singapore', 1.302153280869934, 103.83627904138824, 'Hotel'), ('H.M.T', 1.3041353, 103.8316009, 'adidas', 1.304742659424587, 103.83168410396554, 'Sporting Goods Shop'), ('H.M.T', 1.3041353, 103.8316009, 'The American Club', 1.3084451272994981, 103.83212667092013, 'Club House'), ('H.M.T', 1.3041353, 103.8316009, 'EIGHT Korean BBQ', 1.3061825161818552, 103.83196953209834, 'Korean Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Carousel', 1.3066976955081724, 103.83277639476692, 'Buffet'), ('H.M.T', 1.3041353, 103.8316009, 'Kenzo', 1.3029622162648784, 103.8354876230697, 'Boutique'), ('H.M.T', 1.3041353, 103.8316009, 'Opus Bar & Grill', 1.3058866783157643, 103.82909953594208, 'Steakhouse'), ('H.M.T', 1.3041353, 103.8316009, 'Hard Rock Café Singapore', 1.3057767643311282, 103.82811906688221, 'American Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Sari Ratu Restaurant', 1.304469620392478, 103.83454554520544, 'Indonesian Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'Uya', 1.3045332, 103.83076, 'Japanese Restaurant'), ('H.M.T', 1.3041353, 103.8316009, "Pete's Place", 1.3066947833298768, 103.83279887872074, 'Italian Restaurant'), ('H.M.T', 1.3041353, 103.8316009, 'AOKI by Les Amis', 1.3067871856932327, 103.83122651647899, 'Japanese Restaurant')], [], [('Dodda Bidarkallu', 13.0333, 77.4906, 'Axis Bank ATM', 13.03431, 77.48882, 'ATM'), ('Dodda Bidarkallu', 13.0333, 77.4906, 'Axis Bank ATM', 13.02697144, 77.48931043, 'ATM'), ('Dodda Bidarkallu', 13.0333, 77.4906, 'Ordermycake.in', 13.03662751387199, 77.49730110168456, 'Bakery')], [('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Vivanta by Taj - Yeshwantpur', 13.029151746485978, 77.54056522652739, 'Hotel'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Uppu Munchi', 13.02798860551011, 77.54108005190363, 'Seafood Restaurant'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Palette, Taj Vivanta', 13.029171387651136, 77.54068149047927, 'Restaurant'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Azure', 13.029278154402041, 77.54071212861463, 'Mediterranean Restaurant'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Cafe Coffee Day', 13.03380019886779, 77.53108206734315, 'Coffee Shop'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Icon club', 13.027733373794913, 77.54104978457245, 'Bar'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, "McDonald's", 13.033423149236361, 77.53113789181491, 'Fast Food Restaurant'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Metro Peenya', 13.032662, 77.533424, 'Train Station'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Metro Goraguntepalya Station', 13.029347938383655, 77.53954731695752, 'Light Rail Station'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Shimmer', 13.029377383442736, 77.54047106597233, 'Wine Bar'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Paranda', 13.029310787537218, 77.54068851470947, 'Punjabi Restaurant'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Red Sun', 13.027752, 77.540865, 'Chinese Restaurant'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'MORE Supermarket', 13.034901224038745, 77.53454214631073, 'Department Store'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Jiva Spa - Taj Vivanta', 13.029059924514206, 77.5408387184143, 'Spa'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Paranda', 13.029254679300681, 77.54090214627624, 'Indian Restaurant'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Shivbhoj', 13.02798864525117, 77.54122623295909, 'Food Court'), ('Peenya Industrial Area', 13.0279252, 77.53367566047707, 'Masala mantra', 13.035397315892979, 77.53348397799357, 'Indian Restaurant')], [('Lakshmidevi Nagar', 13.0155385, 77.5261972, 'Axis Bank ATM', 13.01958, 77.52145, 'ATM'), ('Lakshmidevi Nagar', 13.0155385, 77.5261972, 'MedPlus', 13.0177562, 77.5198443, 'Pharmacy'), ('Lakshmidevi Nagar', 13.0155385, 77.5261972, 'Anand Sagar', 13.012730951279897, 77.5331704447496, 'Vegetarian / Vegan Restaurant'), ('Lakshmidevi Nagar', 13.0155385, 77.5261972, 'Axis Bank ATM', 13.0079, 77.52711, 'ATM'), ('Lakshmidevi Nagar', 13.0155385, 77.5261972, 'PHD (Pizza Hut Delivery)', 13.0068403920208, 77.52785704462075, 'Pizza Place')], [('Nandini Layout', 13.0104064, 77.5378032, 'Baskin-Robbins', 13.00547999632939, 77.53946333940205, 'Ice Cream Shop'), ('Nandini Layout', 13.0104064, 77.5378032, 'Just Bake', 13.008985070191187, 77.53927357100073, 'Bakery'), ('Nandini Layout', 13.0104064, 77.5378032, 'Chapati Mane', 13.007243415290079, 77.53920014158571, 'Breakfast Spot'), ('Nandini Layout', 13.0104064, 77.5378032, 'Masala Puri Stall', 13.010556490714427, 77.5424640988738, 'Food Truck'), ('Nandini Layout', 13.0104064, 77.5378032, 'Mahalakshmi Layout Bus Stop', 13.010560748786151, 77.54249305588685, 'Bus Line'), ('Nandini Layout', 13.0104064, 77.5378032, 'Anand Sagar', 13.012730951279897, 77.5331704447496, 'Vegetarian / Vegan Restaurant'), ('Nandini Layout', 13.0104064, 77.5378032, 'Perfect Davengere Benne Dosa', 13.008733, 77.54327, 'Indian Restaurant'), ('Nandini Layout', 13.0104064, 77.5378032, 'Nandini Theatre', 13.003962374829591, 77.54317508810561, 'Indie Movie Theater'), ('Nandini Layout', 13.0104064, 77.5378032, 'Sri Mahalakhsmi Refreshments', 13.008109461493904, 77.54606938416522, 'Asian Restaurant'), ('Nandini Layout', 13.0104064, 77.5378032, 'Hotel Aditya', 13.003750897576845, 77.54361570816319, 'Hotel')], [('Marappana Palya', 13.0206, 77.5516, 'Sheraton Bangalore Hotel', 13.0125129, 77.5552546, 'Hotel'), ('Marappana Palya', 13.0206, 77.5516, 'PVR Vaishnavi', 13.024152437053164, 77.5487332275143, 'Multiplex'), ('Marappana Palya', 13.0206, 77.5516, 'Feast', 13.012277731112103, 77.55508769740138, 'Coffee Shop'), ('Marappana Palya', 13.0206, 77.5516, 'Durbar', 13.012910165763316, 77.55574024348614, 'Bar'), ('Marappana Palya', 13.0206, 77.5516, 'Shell', 13.012448893271817, 77.55391729198472, 'Gas Station'), ('Marappana Palya', 13.0206, 77.5516, 'District 6', 13.012352892038342, 77.55458483739183, 'Brewery'), ('Marappana Palya', 13.0206, 77.5516, 'APMC Yard', 13.021780191174267, 77.54522965402538, 'Miscellaneous Shop'), ('Marappana Palya', 13.0206, 77.5516, 'KFC', 13.02401739681734, 77.54861092954893, 'Fast Food Restaurant'), ('Marappana Palya', 13.0206, 77.5516, 'KFC', 13.024152501415136, 77.54874528278773, 'Fast Food Restaurant'), ('Marappana Palya', 13.0206, 77.5516, 'Cafe Coffee Day', 13.014264474295597, 77.5556698572941, 'Coffee Shop'), ('Marappana Palya', 13.0206, 77.5516, 'Big Bazaar', 13.012459103097465, 77.55333941964373, 'Convenience Store'), ('Marappana Palya', 13.0206, 77.5516, 'Halli Mane', 13.022921, 77.54994, 'Indian Restaurant'), ('Marappana Palya', 13.0206, 77.5516, 'Metro Yeshwanthpur', 13.02319233913494, 77.55012239431777, 'Light Rail Station'), ('Marappana Palya', 13.0206, 77.5516, 'Platform 6, Yesvantpur Railway  Station', 13.023649677653397, 77.55090051092525, 'Train Station'), ('Marappana Palya', 13.0206, 77.5516, 'Yeshwanthpur Railway Station platform 3', 13.024116430105572, 77.55130356203475, 'Platform'), ('Marappana Palya', 13.0206, 77.5516, 'More Mega Store', 13.024164360860041, 77.54854935092798, 'Department Store'), ('Marappana Palya', 13.0206, 77.5516, 'Vaishnavi Sapphire Mall', 13.024272293210766, 77.5486435997498, 'Shopping Mall'), ('Marappana Palya', 13.0206, 77.5516, 'Venus bar and restaurant', 13.024253138114535, 77.54797834757952, 'Asian Restaurant'), ('Marappana Palya', 13.0206, 77.5516, 'Metro Cash and Carry', 13.014283418252987, 77.55521411433591, 'Department Store'), ('Marappana Palya', 13.0206, 77.5516, 'Yeshwantpur Metro Station', 13.024708598106553, 77.54780480677714, 'Bus Station'), ('Marappana Palya', 13.0206, 77.5516, 'Big Bazaar', 13.01224483025456, 77.5533615390423, 'Grocery Store')], [('Malleshwaram', 13.0027353, 77.5703253, 'Asha Sweet Center', 12.999370572624446, 77.57132224515472, 'Snack Place'), ('Malleshwaram', 13.0027353, 77.5703253, 'Hotel Janatha', 12.999216933608858, 77.57121001217656, 'Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Shri Sagar (Formerly CTR)', 12.998309485708504, 77.56945976452197, 'Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Veena Stores', 13.00564208436113, 77.56920735021443, 'South Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Sai Shakti Veg', 12.99922045228025, 77.56798496638436, 'Vegetarian / Vegan Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Iyer Mess', 12.998894906321036, 77.57012501323105, 'Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'CTR', 12.998255692519006, 77.56955691708252, 'Breakfast Spot'), ('Malleshwaram', 13.0027353, 77.5703253, 'Cafe Coffee Day, Sampige Road', 13.004053, 77.571103, 'Coffee Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Sai Ram Chats', 13.006615096949773, 77.5641582535936, 'Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Mad Over Donuts', 13.002717893536188, 77.57006406784058, 'Donut Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Raghavendra Stores', 13.000798558901932, 77.56392365936823, 'Breakfast Spot'), ('Malleshwaram', 13.0027353, 77.5703253, 'Polar Bear', 13.004459641223235, 77.57080631784352, 'Ice Cream Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Naturals Ice Cream', 13.006587097158341, 77.56435396687141, 'Ice Cream Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Al Bek', 12.994258685516549, 77.57149064755079, 'Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Fitness One', 13.00122078478031, 77.5771036559679, 'Gym'), ('Malleshwaram', 13.0027353, 77.5703253, 'Sai Ram Chaats', 13.005391156947429, 77.57334850981687, 'Fast Food Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Chung Wah', 13.003701281404263, 77.57866302814473, 'Chinese Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, "Domino's Pizza", 12.998, 77.571, 'Pizza Place'), ('Malleshwaram', 13.0027353, 77.5703253, 'Halli Mane', 12.995585063081808, 77.57179602128052, 'Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Malleswaram Market', 13.003273257632813, 77.57119657714844, 'Flea Market'), ('Malleshwaram', 13.0027353, 77.5703253, 'Sadashivnagar Bhashyam Circle', 13.005981460666309, 77.57868529008377, 'Plaza'), ('Malleshwaram', 13.0027353, 77.5703253, "Vasudev Adiga's Sampige", 13.005477332486159, 77.5712143560557, 'Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Chowdiah Memorial Hall', 13.006501863554792, 77.57561257024477, 'Performing Arts Venue'), ('Malleshwaram', 13.0027353, 77.5703253, "Namdhari's Fresh", 13.00341636761803, 77.57842728791519, 'Department Store'), ('Malleshwaram', 13.0027353, 77.5703253, 'Bun World', 13.00751091833173, 77.56373752423768, 'Bakery'), ('Malleshwaram', 13.0027353, 77.5703253, 'Polar Bear', 13.007617855396752, 77.57792534359076, 'Ice Cream Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Amrith Ice creams', 13.001859955880118, 77.56734047512491, 'Ice Cream Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Barista Creme', 12.998495058066846, 77.57152145437017, 'Café'), ('Malleshwaram', 13.0027353, 77.5703253, 'Hallimane', 12.995645663540271, 77.57175092801235, 'Vegetarian / Vegan Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Rasa', 12.994212552593925, 77.57131082062315, 'Bar'), ('Malleshwaram', 13.0027353, 77.5703253, 'Food Camp', 13.000975247148876, 77.572331351764, 'Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, '1947', 13.005496262134418, 77.56905434961033, 'Vegetarian / Vegan Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Cafe Coffee Day', 13.008498035721395, 77.57172348534675, 'Café'), ('Malleshwaram', 13.0027353, 77.5703253, 'ccd malleswaram', 13.00406, 77.57110213149593, 'Coffee Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'chungs chinese', 13.006520180215697, 77.56927244203821, 'Chinese Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Aubree', 13.004373552479356, 77.57844463733994, 'Dessert Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Baskin-Robbins', 13.007388036693555, 77.563982147099, 'Ice Cream Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Good Food Store', 13.003748362327105, 77.57829912613018, 'Gourmet Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Adyar Ananda Bhavan (A2B)', 12.997616521190778, 77.57126824919258, 'Vegetarian / Vegan Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Ammas Pastries', 13.008176585194992, 77.57118945452443, 'Dessert Shop'), ('Malleshwaram', 13.0027353, 77.5703253, 'Maiyas', 13.001957972257731, 77.57064991381596, 'Vegetarian / Vegan Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Reliance Trends', 13.001782719666622, 77.57156622975151, "Women's Store"), ('Malleshwaram', 13.0027353, 77.5703253, 'G. K. Vale (GK Vale)', 13.004895210266113, 77.56922912597656, 'Camera Store'), ('Malleshwaram', 13.0027353, 77.5703253, 'Malleshwaram Club', 13.000568558422074, 77.56861717334368, 'Other Nightlife'), ('Malleshwaram', 13.0027353, 77.5703253, "Brahmins' Thatte Idli", 13.008074520733619, 77.56368772891088, 'South Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Brand Factory', 12.997073511693186, 77.57418573924518, 'Clothing Store'), ('Malleshwaram', 13.0027353, 77.5703253, 'Swadhista Hotel', 13.005548531412263, 77.57880867093978, 'Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Hotel Rajesh', 13.00447669098104, 77.57847262024343, 'Indian Restaurant'), ('Malleshwaram', 13.0027353, 77.5703253, 'Pet Zone', 13.005982271564998, 77.57866290380363, 'Pet Store')], [('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Big Mataka', 13.020412423777554, 77.59317388003961, 'Bistro'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Sreeraj Lassi Bar', 13.020796418775396, 77.59256543182863, 'Juice Bar'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, "Patel's Inn", 13.02119942106656, 77.59849548339844, 'Resort'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Baskin-Robbins', 13.021053079541469, 77.59239077568054, 'Ice Cream Shop'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Pizza Hut', 13.023233524835751, 77.59273225451142, 'Pizza Place'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, "Domino's Pizza", 13.018696279538636, 77.59217221807344, 'Pizza Place'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Kudla', 13.017689153700486, 77.59185446771075, 'Indian Restaurant'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Kabab Studio', 13.017652931944946, 77.59185413477732, 'Indian Restaurant'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Hotel Nandhini', 13.01735351503934, 77.59172768421071, 'Indian Restaurant'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Cafe Coffee Day', 13.02065247888546, 77.59285331716275, 'Café'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'KFC', 13.019473035678208, 77.59228255229047, 'Fast Food Restaurant'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Sunday Soul Sante', 13.011386691348205, 77.5877681575643, 'Farmers Market'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Adigas', 13.016846956995328, 77.59159957894036, 'Vegetarian / Vegan Restaurant'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'New Shanthi Sagar', 13.02295840743395, 77.59260014534762, 'Indian Restaurant'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'Delhi Darbar', 13.020484961508755, 77.5938118053758, 'Indian Restaurant'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'J.B.Bakery', 13.020795399949254, 77.59262548520337, 'Bakery'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'TV Tower Bus Stop (DD Compound)', 13.009784522605658, 77.59107112884521, 'Bus Station'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'TV Tower Bus Stop (Palace Grounds Compound)', 13.009770554606462, 77.59070832067195, 'Bus Station'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, "McDonald's", 13.023396754888822, 77.5927471163113, 'Fast Food Restaurant'), ('Jayachamarajendra Nagar', 13.01562075, 77.59522065174619, 'White Petals', 13.010391905876542, 77.58805126996526, 'Event Space')], [('Devarajeevanahalli', 13.0109, 77.6095, 'Vinayaka bakery', 13.017759, 77.606828, 'Bakery'), ('Devarajeevanahalli', 13.0109, 77.6095, 'Gym @ Mannat', 13.004463, 77.604458, 'Gym / Fitness Center')], [('Muneshwara Nagar', 13.01408115, 77.61147441571453, 'Vinayaka bakery', 13.017759, 77.606828, 'Bakery'), ('Muneshwara Nagar', 13.01408115, 77.61147441571453, 'State Bank of India ATM', 13.02112, 77.6096, 'ATM')], [('Lingarajapuram', 13.0117678, 77.6278288, "Connie's", 13.014931898836439, 77.63302620476563, 'Steakhouse'), ('Lingarajapuram', 13.0117678, 77.6278288, 'Momoz', 13.015252343038405, 77.63106809057189, 'Diner'), ('Lingarajapuram', 13.0117678, 77.6278288, 'New Kairali Family Restaurant', 13.014340466980716, 77.63614595596495, 'Kerala Restaurant'), ('Lingarajapuram', 13.0117678, 77.6278288, 'Richies (Rahhams)', 13.015020260961402, 77.63146169289061, 'Indian Restaurant'), ('Lingarajapuram', 13.0117678, 77.6278288, 'Cafe Thulp', 13.016325609663834, 77.63466436938278, 'Burger Joint'), ('Lingarajapuram', 13.0117678, 77.6278288, 'Hotel Empire', 13.014599303953851, 77.63571631538248, 'Indian Restaurant'), ('Lingarajapuram', 13.0117678, 77.6278288, 'Thalassery Restaurant', 13.015041802980756, 77.63167899360441, 'Kerala Restaurant'), ('Lingarajapuram', 13.0117678, 77.6278288, "Cafe D'Costa", 13.003890749873918, 77.62469650499851, 'Café'), ('Lingarajapuram', 13.0117678, 77.6278288, 'Nandhana Palace', 13.014937054596672, 77.63584370062422, 'Andhra Restaurant'), ('Lingarajapuram', 13.0117678, 77.6278288, 'S V Color Graphics', 13.012884251093594, 77.63307084125934, 'Paper / Office Supplies Store'), ('Lingarajapuram', 13.0117678, 77.6278288, 'Mini Bazar', 13.005981166438573, 77.62356085894868, 'Convenience Store'), ('Lingarajapuram', 13.0117678, 77.6278288, 'Lemontree', 13.005786469709063, 77.62324198090303, 'Hotel'), ('Lingarajapuram', 13.0117678, 77.6278288, 'Trust Chemists', 13.005073241477922, 77.62340635978897, 'Pharmacy'), ('Lingarajapuram', 13.0117678, 77.6278288, "Amma's Pastries", 13.020680756556631, 77.62868603834679, 'Bakery')], [('Benniganahalli', 12.9949194, 77.6626028, 'Indijoe Restaurant', 12.993790237133714, 77.66128063201904, 'Steakhouse'), ('Benniganahalli', 12.9949194, 77.6626028, 'Auchan', 12.992926197668906, 77.66184202467973, 'Convenience Store'), ('Benniganahalli', 12.9949194, 77.6626028, "Gold's Gym", 12.994386121155975, 77.66074419021606, 'Gym'), ('Benniganahalli', 12.9949194, 77.6626028, 'Corner House', 13.00195075807234, 77.66144352291998, 'Ice Cream Shop'), ('Benniganahalli', 12.9949194, 77.6626028, 'Starbucks', 12.99379170667295, 77.66099002590722, 'Coffee Shop'), ('Benniganahalli', 12.9949194, 77.6626028, "Dunkin'", 12.993196, 77.66125, 'Donut Shop'), ('Benniganahalli', 12.9949194, 77.6626028, "Gloria Jean's Coffee", 12.99323709795289, 77.66145894209183, 'Coffee Shop'), ('Benniganahalli', 12.9949194, 77.6626028, 'Baiyappanahalli Metro Station', 12.991302144537357, 77.65520811080933, 'Light Rail Station'), ('Benniganahalli', 12.9949194, 77.6626028, "Benito's", 12.993213267422414, 77.66154086120414, 'Italian Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, "McDonald's", 12.993666972488777, 77.66657643975508, 'Fast Food Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, 'Subway', 12.993785704322846, 77.66100803460287, 'Sandwich Place'), ('Benniganahalli', 12.9949194, 77.6626028, 'California Burrito', 12.993799783991712, 77.66099090588081, 'Mexican Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, 'Calcutta Victoria Chat House', 13.001055768490215, 77.66189828794946, 'Indian Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, 'Cafe Coffee Day', 12.993442987676415, 77.66093293932904, 'Café'), ('Benniganahalli', 12.9949194, 77.6626028, "Domino's Pizza", 12.995288362673673, 77.6663182084103, 'Pizza Place'), ('Benniganahalli', 12.9949194, 77.6626028, 'KFC', 12.99324905970569, 77.66148179402227, 'Fast Food Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, "McDonald's", 12.993197991853684, 77.66128981530223, 'Fast Food Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, 'cafe coffee day', 12.991260327642069, 77.65789031982422, 'Café'), ('Benniganahalli', 12.9949194, 77.6626028, 'Cuppa', 13.003605371833544, 77.66274876703207, 'Café'), ('Benniganahalli', 12.9949194, 77.6626028, 'More. Megastore', 12.993209387887438, 77.66384943320615, 'Department Store'), ('Benniganahalli', 12.9949194, 77.6626028, 'Lifestyle', 12.99255664812211, 77.66166687011719, 'Clothing Store'), ('Benniganahalli', 12.9949194, 77.6626028, 'Shoppers Stop', 12.993199601447694, 77.66181406249447, 'Department Store'), ('Benniganahalli', 12.9949194, 77.6626028, 'Gopalan Signature Mall', 12.993147772177858, 77.6616351043435, 'Shopping Mall'), ('Benniganahalli', 12.9949194, 77.6626028, 'Booster Juice', 12.994258323130426, 77.66226145662091, 'Juice Bar'), ('Benniganahalli', 12.9949194, 77.6626028, 'Sbarro', 12.993968998786888, 77.66104230342613, 'Italian Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, 'Reliance Digital', 12.993170497550624, 77.66202657492737, 'Electronics Store'), ('Benniganahalli', 12.9949194, 77.6626028, 'Reliance Trendz', 12.992841944236176, 77.66198742793055, 'Clothing Store'), ('Benniganahalli', 12.9949194, 77.6626028, "Kareem's", 12.99488116139767, 77.65896747551083, 'Mughlai Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, 'Beninganahalli Lake', 12.995651186246116, 77.66627114668178, 'Lake'), ('Benniganahalli', 12.9949194, 77.6626028, 'Sweet Chariot', 12.993632015826991, 77.66661160019268, 'Dessert Shop'), ('Benniganahalli', 12.9949194, 77.6626028, 'Hot Chips', 12.993521406041454, 77.66674648396031, 'Snack Place'), ('Benniganahalli', 12.9949194, 77.6626028, 'MedPlus', 12.993616760084405, 77.66685273554656, 'Pharmacy'), ('Benniganahalli', 12.9949194, 77.6626028, 'Zaatar', 12.995614, 77.66722, 'Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, 'Nilgiris', 12.993643879435796, 77.66720294952393, 'Department Store'), ('Benniganahalli', 12.9949194, 77.6626028, 'The Pizzeria', 13.001088609752703, 77.6611485604251, 'Pizza Place'), ('Benniganahalli', 12.9949194, 77.6626028, 'Tin Factory', 12.996619261750476, 77.66898893024967, 'Bus Station'), ('Benniganahalli', 12.9949194, 77.6626028, 'Tin Factory Bus Stop', 12.996921170948585, 77.66917906078648, 'Bus Stop'), ('Benniganahalli', 12.9949194, 77.6626028, 'Jal Vayu Tower Poolside Cafeteria', 12.997060370117804, 77.65560069185723, 'Coffee Shop'), ('Benniganahalli', 12.9949194, 77.6626028, 'New Shanti Sagar', 13.002258979776196, 77.66133568022546, 'Vegetarian / Vegan Restaurant'), ('Benniganahalli', 12.9949194, 77.6626028, 'Kimling', 13.00233223265029, 77.66150088554262, 'Chinese Restaurant')], [('Vijinapura', 13.0354741, 77.57098292199902, 'Hunan', 13.034177957710094, 77.56917870939733, 'Chinese Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Sri Krishna Bhavan Sweets', 13.038363684040574, 77.57410165056588, 'Snack Place'), ('Vijinapura', 13.0354741, 77.57098292199902, 'crunch fitness regime', 13.030998193142407, 77.57037425227004, 'Gym'), ('Vijinapura', 13.0354741, 77.57098292199902, 'The BEL ST', 13.030093260288147, 77.57050852320651, 'Italian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Ice N Spice by truffles', 13.028079028167316, 77.57311592249596, 'Burger Joint'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Corner House', 13.028050828556792, 77.5729703445235, 'Ice Cream Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, 'chat street', 13.034403498840227, 77.57589458845183, 'Fast Food Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'BBMP Park', 13.039978893249698, 77.57090908547546, 'Park'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Kanti Sweets', 13.039037941581752, 77.56435436666399, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Ice & Spice', 13.028078629411786, 77.57308292276954, 'Fast Food Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'KFC', 13.032088315306128, 77.56994022488833, 'Fast Food Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Naturals Ice Cream Parlour', 13.028078570635392, 77.57283396978612, 'Ice Cream Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, "Domino's Pizza", 13.037154305456458, 77.56574938632659, 'Pizza Place'), ('Vijinapura', 13.0354741, 77.57098292199902, "GILLY'S", 13.027258423209096, 77.57186837621228, 'Bar'), ('Vijinapura', 13.0354741, 77.57098292199902, "Domino's Pizza", 13.032, 77.571, 'Pizza Place'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Chung Wah', 13.027713334748974, 77.57165540730685, 'Chinese Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Subway', 13.02776960768549, 77.57166583590954, 'Sandwich Place'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Relish Restaurant', 13.029383216855765, 77.57093272638218, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Pizza Hut', 13.027686007513845, 77.57159267519111, 'Pizza Place'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Polar Bear', 13.028067907424054, 77.5731405998917, 'Ice Cream Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, 'New Zealand Natural', 13.028067878014946, 77.57333484314935, 'Ice Cream Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Have More', 13.027429308669463, 77.57489204406738, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Printo', 13.03324050254909, 77.56912542091506, 'Paper / Office Supplies Store'), ('Vijinapura', 13.0354741, 77.57098292199902, '80 Feet Road', 13.0283650167326, 77.57336282731649, 'Trail'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Sangria wine lounge', 13.030378, 77.570465, 'Chinese Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Shanthi Sagar', 13.036967574802603, 77.56598537226097, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Ujwal Family Restaurant', 13.031631806553102, 77.57681170630248, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Baskin-Robbins', 13.028995345721354, 77.57079647549337, 'Ice Cream Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Maha Bazaar', 13.037194021073432, 77.56582048673407, 'Department Store'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Sagar Samrat Restaurant', 13.033605457426669, 77.56888200761529, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Cream And Fudge', 13.030185911385809, 77.57060168948152, 'Ice Cream Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Jashn', 13.028198336230275, 77.57324529376803, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Eggstacy', 13.031287412429538, 77.5701223775955, 'Fast Food Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Café Coffee Day', 13.028079, 77.573404, 'Coffee Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Beijing Bites', 13.032959949541635, 77.56933303601933, 'Chinese Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Casino Restaurant', 13.028839442214494, 77.57114739266011, 'Asian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Stoned Monkey', 13.027954, 77.57341, 'Ice Cream Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Suggi', 13.03026197419052, 77.57038593292236, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Reliance Fresh', 13.034183619735295, 77.5692907224149, 'Department Store'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Mayuri restaurant', 13.034036933330215, 77.56877053288974, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Cauvery Hyderabad Biryani', 13.034933630830272, 77.56833675995728, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Black Jack Lounge Bar', 13.032012824602708, 77.57017450665512, 'German Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Wangs Kitchen', 13.027047958794897, 77.57175652492465, 'Chinese Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Coffee day smoke adda', 13.036410853415891, 77.57427001937513, 'Smoke Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Ibaco', 13.037656044393136, 77.56616665428754, 'Ice Cream Shop'), ('Vijinapura', 13.0354741, 77.57098292199902, "McDonald's", 13.029346472204464, 77.57093349598382, 'Fast Food Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Sanjaynagar Park', 13.032187488475593, 77.57640186668955, 'Park'), ('Vijinapura', 13.0354741, 77.57098292199902, "Naachiyar's", 13.028362952900405, 77.57279754579872, 'Indian Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Paradise Biryani', 13.039037590077148, 77.56438496034804, 'Hyderabadi Restaurant'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Lassi Shop', 13.030881, 77.577492, 'Juice Bar'), ('Vijinapura', 13.0354741, 77.57098292199902, 'Burrito Boys', 13.027451599031101, 77.57344677977639, 'Mexican Restaurant')], [('K.R.Puram', 13.01706845, 77.69890984331862, 'Purvi Restaurant', 13.019402665249341, 77.70734960125455, 'Indian Restaurant'), ('K.R.Puram', 13.01706845, 77.69890984331862, 'KR Inn', 13.014252084642907, 77.70077538100173, 'Hotel'), ('K.R.Puram', 13.01706845, 77.69890984331862, 'Just Bake', 13.014543491820337, 77.70466629289247, 'Bakery'), ('K.R.Puram', 13.01706845, 77.69890984331862, 'Reliance Fresh', 13.022554364373594, 77.69637162450873, 'Convenience Store')], [], [('Hoodi', 12.9919033, 77.7162015, 'Srinidhi Sagar', 12.991637676178463, 77.72047995386384, 'Indian Restaurant'), ('Hoodi', 12.9919033, 77.7162015, 'The Pallet - Brewhouse & Kitchen', 12.991019001510596, 77.72318957910197, 'Brewery'), ('Hoodi', 12.9919033, 77.7162015, 'The Zuri Whitefield', 12.990145469476358, 77.72321813148322, 'Hotel'), ('Hoodi', 12.9919033, 77.7162015, 'Cafe Coffee Day', 12.992662782611033, 77.72082106808134, 'Coffee Shop'), ('Hoodi', 12.9919033, 77.7162015, 'Kamat Yatrinivas', 12.989624169497196, 77.71307381402724, 'Indian Restaurant'), ('Hoodi', 12.9919033, 77.7162015, 'Hoodi Bus Stop', 12.992148364783805, 77.71578483086391, 'Bus Station'), ('Hoodi', 12.9919033, 77.7162015, 'Bling Bar', 12.990124619110647, 77.72323732854659, 'Cocktail Bar'), ('Hoodi', 12.9919033, 77.7162015, 'Hoodi Railway Crossing', 12.996049573652769, 77.71928953948829, 'Platform'), ('Hoodi', 12.9919033, 77.7162015, 'Wacker Neuson Equipment Pvt Ltd.', 12.9905844, 77.7227369, 'Construction & Landscaping'), ('Hoodi', 12.9919033, 77.7162015, 'Karibu @ The Zuri Whitefield', 12.990335, 77.723172, 'Diner'), ('Hoodi', 12.9919033, 77.7162015, 'Sake @ The Zuri Whitefield', 12.989891373927296, 77.72320725440102, 'Japanese Restaurant'), ('Hoodi', 12.9919033, 77.7162015, 'The Zuri Kumarakom Kerala Resort & Spa', 12.990074762638143, 77.72344809356146, 'Hotel'), ('Hoodi', 12.9919033, 77.7162015, 'Gopalan Sports Centre', 12.984214080250881, 77.71754264831543, 'Soccer Field')], [('Devasandra', 13.00119755, 77.68819335194127, 'VR Bengaluru', 12.99609462496371, 77.69539314772638, 'Shopping Mall'), ('Devasandra', 13.00119755, 77.68819335194127, 'Phoenix Marketcity', 12.9974177, 77.6965593, 'Shopping Mall'), ('Devasandra', 13.00119755, 77.68819335194127, 'PVR Market City', 12.997530930236348, 77.69581332671787, 'Multiplex'), ('Devasandra', 13.00119755, 77.68819335194127, 'Whitefield Social', 12.997342644958144, 77.69628846905438, 'Lounge'), ('Devasandra', 13.00119755, 77.68819335194127, 'PVR IMAX VR Bangalore', 12.996194303689908, 77.69536252762013, 'Movie Theater'), ('Devasandra', 13.00119755, 77.68819335194127, 'Cafe Noir', 12.997059253478586, 77.69599032859159, 'French Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'PVR bluO', 12.997666385406125, 77.69647710927578, 'Bowling Alley'), ('Devasandra', 13.00119755, 77.68819335194127, 'The Whitefield Arms Café', 12.99653898466793, 77.69592931626674, 'Lounge'), ('Devasandra', 13.00119755, 77.68819335194127, 'Krispy Kreme Doughnuts', 12.997658202404063, 77.69666483442755, 'Donut Shop'), ('Devasandra', 13.00119755, 77.68819335194127, 'The Irish House', 12.996162369127479, 77.69503542489836, 'Bar'), ('Devasandra', 13.00119755, 77.68819335194127, 'Starbucks', 12.996121967316679, 77.69537688400081, 'Coffee Shop'), ('Devasandra', 13.00119755, 77.68819335194127, 'Barley & Grapes Cafe', 12.997597914360414, 77.69660360816789, 'American Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'Blu O', 12.996910435233913, 77.69620226786674, 'Bowling Alley'), ('Devasandra', 13.00119755, 77.68819335194127, 'Shizusan Shophouse & Bar', 12.997695608812341, 77.69643160349597, 'Asian Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'Plus91 - Cafe Bar', 12.997453876161458, 77.6962873180933, 'Fast Food Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'Cafe Coffee Day', 12.996288758811389, 77.68839240074158, 'Coffee Shop'), ('Devasandra', 13.00119755, 77.68819335194127, "Swensen's", 12.99737343197501, 77.69647062198275, 'Ice Cream Shop'), ('Devasandra', 13.00119755, 77.68819335194127, "Chili's Grill & Bar", 12.997254649087745, 77.69628980611215, 'Tex-Mex Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'Café Noir', 12.997256318102112, 77.69617477796604, 'French Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'PVR  PREMIER VR', 12.996122304682844, 77.69542358608469, 'Multiplex'), ('Devasandra', 13.00119755, 77.68819335194127, 'Sbarro', 12.99758268544544, 77.69660402765474, 'Italian Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'Costa Coffee', 12.997484039043528, 77.69657125460982, 'Coffee Shop'), ('Devasandra', 13.00119755, 77.68819335194127, 'Marks & Spencer', 12.997594730776793, 77.6966223234655, 'Clothing Store'), ('Devasandra', 13.00119755, 77.68819335194127, 'Rajdhani', 12.997490351423464, 77.69659744259907, 'Rajasthani Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'Nasi and Mee', 12.996285816143244, 77.69520138856373, 'Noodle House'), ('Devasandra', 13.00119755, 77.68819335194127, 'Noodle Bar', 12.997432265125662, 77.69649056213687, 'Asian Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'KFC', 12.997168200997613, 77.69623316390108, 'Fast Food Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, 'Café Noir', 12.99612615793144, 77.69525986335425, 'French Restaurant'), ('Devasandra', 13.00119755, 77.68819335194127, "Swensen's", 12.998302542039033, 77.68233642724533, 'Ice Cream Shop'), ('Devasandra', 13.00119755, 77.68819335194127, 'B Narayanapura Bus Stop', 12.996381020481639, 77.68346588673946, 'Bus Station'), ('Devasandra', 13.00119755, 77.68819335194127, 'Whitefield Road Jn', 12.99984457332786, 77.68126287100387, 'Intersection'), ('Devasandra', 13.00119755, 77.68819335194127, 'ITI Ground', 13.008525576530754, 77.68763695996627, 'Field'), ('Devasandra', 13.00119755, 77.68819335194127, 'NCC Maple Heights Gym', 12.993808593790142, 77.68321771578105, 'Gym')], [('A.Narayanapura', 12.9931945, 77.6703770295785, "McDonald's", 12.993666972488777, 77.66657643975508, 'Fast Food Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Indijoe Restaurant', 12.993790237133714, 77.66128063201904, 'Steakhouse'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Auchan', 12.992926197668906, 77.66184202467973, 'Convenience Store'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Punjab Junction', 12.985320451476111, 77.67330986723081, 'Indian Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, "Gloria Jean's Coffee", 12.99323709795289, 77.66145894209183, 'Coffee Shop'), ('A.Narayanapura', 12.9931945, 77.6703770295785, "Dunkin'", 12.993196, 77.66125, 'Donut Shop'), ('A.Narayanapura', 12.9931945, 77.6703770295785, "Domino's Pizza", 12.995288362673673, 77.6663182084103, 'Pizza Place'), ('A.Narayanapura', 12.9931945, 77.6703770295785, "Benito's", 12.993213267422414, 77.66154086120414, 'Italian Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Pizza Hut', 12.985679077433726, 77.6681333388367, 'Pizza Place'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'KFC', 12.99324905970569, 77.66148179402227, 'Fast Food Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Cafe Coffee Day', 12.985948692414725, 77.66879202999158, 'Café'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'MedPlus', 12.993616760084405, 77.66685273554656, 'Pharmacy'), ('A.Narayanapura', 12.9931945, 77.6703770295785, "McDonald's", 12.993197991853684, 77.66128981530223, 'Fast Food Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Zaatar', 12.995614, 77.66722, 'Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'New Tandoor', 12.9852881643172, 77.66764356860676, 'Indian Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Mast Kalandar', 12.985933518020392, 77.66878761521157, 'Indian Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'More. Megastore', 12.993209387887438, 77.66384943320615, 'Department Store'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Benignahalli Bus Stop', 12.994571173192984, 77.66388883768136, 'Bus Station'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Lifestyle', 12.99255664812211, 77.66166687011719, 'Clothing Store'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'MMA Kabab Centre', 12.999456304538116, 77.6736831665039, 'Indian Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Shoppers Stop', 12.993199601447694, 77.66181406249447, 'Department Store'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Sri Krishna Grand', 12.993722182298079, 77.66230619593527, 'Multicuisine Indian Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Pizza Hut Delivery (PHD)', 12.985541170238982, 77.66831787871432, 'Pizza Place'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Reliance Trendz', 12.992841944236176, 77.66198742793055, 'Clothing Store'), ('A.Narayanapura', 12.9931945, 77.6703770295785, "Reddy's Restaurant", 12.985434532165527, 77.67321014404297, 'Indian Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Gopalan Signature Mall', 12.993147772177858, 77.6616351043435, 'Shopping Mall'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Sweet Chariot Shop bangali', 12.990613802080196, 77.66231738076107, 'Snack Place'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Khwahish Cafe And Restaurant', 12.98525980158422, 77.67342336130875, 'Indian Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'Tandooriwala', 12.993177894511467, 77.66132751935345, 'Indian Restaurant'), ('A.Narayanapura', 12.9931945, 77.6703770295785, 'indi joe', 12.992987247408552, 77.66126600225408, 'New American Restaurant')], [('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Indijoe Restaurant', 12.993790237133714, 77.66128063201904, 'Steakhouse'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Auchan', 12.992926197668906, 77.66184202467973, 'Convenience Store'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Punjab Junction', 12.985320451476111, 77.67330986723081, 'Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Pizza Hut', 12.985679077433726, 77.6681333388367, 'Pizza Place'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, "McDonald's", 12.993666972488777, 77.66657643975508, 'Fast Food Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, "Dunkin'", 12.993196, 77.66125, 'Donut Shop'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, "Gloria Jean's Coffee", 12.99323709795289, 77.66145894209183, 'Coffee Shop'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, "Benito's", 12.993213267422414, 77.66154086120414, 'Italian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'New Tandoor', 12.9852881643172, 77.66764356860676, 'Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Cafe Coffee Day', 12.985948692414725, 77.66879202999158, 'Café'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Mast Kalandar', 12.985933518020392, 77.66878761521157, 'Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Cafe Coffee Day', 12.993442987676415, 77.66093293932904, 'Café'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'cafe coffee day', 12.991260327642069, 77.65789031982422, 'Café'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'KFC', 12.99324905970569, 77.66148179402227, 'Fast Food Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Pizza Hut Delivery (PHD)', 12.985541170238982, 77.66831787871432, 'Pizza Place'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, "McDonald's", 12.993197991853684, 77.66128981530223, 'Fast Food Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Andhra Mess', 12.981548942817017, 77.66609361401404, 'Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, "Tea O' Clock", 12.980122413699588, 77.66553782779751, 'Coffee Shop'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Biriyani Mane', 12.980003790916342, 77.66634384545513, 'Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'More. Megastore', 12.993209387887438, 77.66384943320615, 'Department Store'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Lifestyle', 12.99255664812211, 77.66166687011719, 'Clothing Store'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'BTP Prison Gate', 12.979456579011261, 77.66599695737797, 'Smoke Shop'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Subway', 12.979143696608501, 77.65887240161287, 'Sandwich Place'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Yahoo! BTP Gym', 12.978985023479442, 77.66308112031423, 'Gym'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Daily Bread', 12.978352679284567, 77.66411253082366, 'Bakery'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Shoppers Stop', 12.993199601447694, 77.66181406249447, 'Department Store'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Dana Paani', 12.981380842128573, 77.65844177177068, 'Food Court'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Reliance Trendz', 12.992841944236176, 77.66198742793055, 'Clothing Store'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Kaggadasapura Lake Trail', 12.982620667241521, 77.67245596574003, 'Trail'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Gopalan Signature Mall', 12.993147772177858, 77.6616351043435, 'Shopping Mall'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, "Reddy's Restaurant", 12.985434532165527, 77.67321014404297, 'Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Hot Chips', 12.993521406041454, 77.66674648396031, 'Snack Place'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Sweet Chariot', 12.993632015826991, 77.66661160019268, 'Dessert Shop'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'MedPlus', 12.993616760084405, 77.66685273554656, 'Pharmacy'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Khwahish Cafe And Restaurant', 12.98525980158422, 77.67342336130875, 'Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Nilgiris', 12.993643879435796, 77.66720294952393, 'Department Store'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Tandooriwala', 12.993177894511467, 77.66132751935345, 'Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Life Style (Gopalan Innovation Mall)', 12.992987729772628, 77.66075149428193, 'Clothing Store'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Sri Krishna Grand', 12.993722182298079, 77.66230619593527, 'Multicuisine Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Punjaab', 12.993670510950505, 77.66100874856342, 'Indian Restaurant'), ('C.V.Raman Nagar', 12.9856478, 77.6649767, 'Benignahalli Bus Stop', 12.994571173192984, 77.66388883768136, 'Bus Station')], [('Hosathippasandra', 12.973936, 77.6509982, 'Leon Grill', 12.969111964192724, 77.64878825383457, 'Burger Joint'), ('Hosathippasandra', 12.973936, 77.6509982, 'Lazer Castle', 12.97519265797958, 77.6468948193028, 'Arcade'), ('Hosathippasandra', 12.973936, 77.6509982, 'Cafe Thulp', 12.97054539355029, 77.6471532999672, 'Burger Joint'), ('Hosathippasandra', 12.973936, 77.6509982, 'Laddoos', 12.968608630550321, 77.64964399895968, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'The Fatty Bao', 12.970429572458972, 77.6451026338787, 'Asian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Third Wave Coffee Roasters Indiranagar', 12.97855365376682, 77.64532420670389, 'Café'), ('Hosathippasandra', 12.973936, 77.6509982, 'Natural Ice Cream', 12.970349663341073, 77.64454476012666, 'Ice Cream Shop'), ('Hosathippasandra', 12.973936, 77.6509982, 'cream stone', 12.970448471279681, 77.64704458358108, 'Ice Cream Shop'), ('Hosathippasandra', 12.973936, 77.6509982, 'Monkey Bar', 12.97039919840766, 77.64527105931315, 'Pub'), ('Hosathippasandra', 12.973936, 77.6509982, 'eclipse lounge', 12.973694984076802, 77.64400073279776, 'Lounge'), ('Hosathippasandra', 12.973936, 77.6509982, 'Café Max', 12.978407737568805, 77.64427149288929, 'German Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Bombay Brasserie', 12.97033986898996, 77.64587098485183, 'Multicuisine Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, '380 Down', 12.975181956990173, 77.64685713825222, 'Bar'), ('Hosathippasandra', 12.973936, 77.6509982, 'Milano', 12.979096175904914, 77.64406308459338, 'Ice Cream Shop'), ('Hosathippasandra', 12.973936, 77.6509982, 'Sharon Tea Stall', 12.973127734576053, 77.64712691068524, 'Tea Room'), ('Hosathippasandra', 12.973936, 77.6509982, 'Sapna Book House', 12.979130482335183, 77.64661991909207, 'Bookstore'), ('Hosathippasandra', 12.973936, 77.6509982, 'Haagen Dazs', 12.97025062301479, 77.64399998700664, 'Ice Cream Shop'), ('Hosathippasandra', 12.973936, 77.6509982, "New Frosty's", 12.980580037620213, 77.64615365054266, 'Butcher'), ('Hosathippasandra', 12.973936, 77.6509982, 'Shabari Juice Junction', 12.968700528384726, 77.64888123888163, 'Juice Bar'), ('Hosathippasandra', 12.973936, 77.6509982, 'Spoonful of Sugar', 12.979302980055708, 77.64368592655504, 'Dessert Shop'), ('Hosathippasandra', 12.973936, 77.6509982, 'Tayabbs', 12.969312223213148, 77.64774785041102, 'BBQ Joint'), ('Hosathippasandra', 12.973936, 77.6509982, 'NH 8', 12.973237429724453, 77.64685947145301, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'New Punjabi Hotel', 12.972644841822078, 77.64683402752696, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Soo Ra Sang', 12.965619156409307, 77.64914251962088, 'Korean Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Monkey Bar', 12.970328689143555, 77.64510698235551, 'Bar'), ('Hosathippasandra', 12.973936, 77.6509982, 'Plantain Leaf', 12.971893328128434, 77.65479791452063, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Burrito King', 12.97091301227782, 77.64725600150057, 'Mexican Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Onesta', 12.978654093078921, 77.64352254009174, 'Pizza Place'), ('Hosathippasandra', 12.973936, 77.6509982, 'The Warehouse', 12.975192077769645, 77.64686880579796, 'Lounge'), ('Hosathippasandra', 12.973936, 77.6509982, 'Delicacy', 12.96789714445816, 77.65297959446143, 'Chinese Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, "Daddy's Deli", 12.970328188310825, 77.64279601240476, 'Deli / Bodega'), ('Hosathippasandra', 12.973936, 77.6509982, 'The Only Place', 12.973845184145466, 77.64455249123337, 'Steakhouse'), ('Hosathippasandra', 12.973936, 77.6509982, 'Lazy Suzy', 12.970913996711596, 77.64730733833757, 'Café'), ('Hosathippasandra', 12.973936, 77.6509982, 'Mast Kalandar', 12.978450839183704, 77.64398762339621, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Fossil', 12.970484128221884, 77.64681004806933, 'Accessories Store'), ('Hosathippasandra', 12.973936, 77.6509982, 'Annapoorani', 12.970449959834651, 77.64644922703366, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Breadworks', 12.97381455352682, 77.6419867358635, 'Bakery'), ('Hosathippasandra', 12.973936, 77.6509982, 'M.K.Retail', 12.978494846456329, 77.64461556113748, 'Department Store'), ('Hosathippasandra', 12.973936, 77.6509982, 'Harrys Pub', 12.971464888897806, 77.64726083881466, 'Pub'), ('Hosathippasandra', 12.973936, 77.6509982, 'Sly Granny', 12.970548151076665, 77.64640274696568, 'Speakeasy'), ('Hosathippasandra', 12.973936, 77.6509982, 'Beyond China', 12.974101566624958, 77.64626831732086, 'Chinese Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, "The People's Art Cafe", 12.973840262650604, 77.64218288702607, 'Café'), ('Hosathippasandra', 12.973936, 77.6509982, 'Cake Walk', 12.97910982224851, 77.64491255280505, 'Dessert Shop'), ('Hosathippasandra', 12.973936, 77.6509982, 'Au Bon Pain', 12.978468873331321, 77.64514300849872, 'Café'), ('Hosathippasandra', 12.973936, 77.6509982, 'Madurai Idly Shop', 12.971471724865998, 77.64718993998628, 'Vegetarian / Vegan Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Cafe Srinidhi', 12.969350382874147, 77.64772889034991, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Glocal Junction', 12.970308517014141, 77.64488469457089, 'Cocktail Bar'), ('Hosathippasandra', 12.973936, 77.6509982, 'Thippasandra Market', 12.973181239356618, 77.64794395857132, 'Flea Market'), ('Hosathippasandra', 12.973936, 77.6509982, "Bob's", 12.969481024040816, 77.65183870680515, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Chai Point', 12.974730206596313, 77.65569017578764, 'Food Truck'), ('Hosathippasandra', 12.973936, 77.6509982, 'Green pepper', 12.968723049757228, 77.64887454205679, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, "Godrej Nature's Basket", 12.978366254030572, 77.64311528919905, 'Gourmet Shop'), ('Hosathippasandra', 12.973936, 77.6509982, "Mani's Dum Biryani", 12.968847683627693, 77.64806611511081, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'The Biryanis', 12.96778592878806, 77.6543703561135, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'The French Loaf', 12.969453610141187, 77.6477042383343, 'Bakery'), ('Hosathippasandra', 12.973936, 77.6509982, 'Cafe Coffee Day', 12.967722483002703, 77.65435472554519, 'Café'), ('Hosathippasandra', 12.973936, 77.6509982, 'Barista Lavazza', 12.979603129117667, 77.65797139397279, 'Coffee Shop'), ('Hosathippasandra', 12.973936, 77.6509982, 'Beijing Bites', 12.96887755766989, 77.6480043643224, 'Chinese Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Dakshin Cafe', 12.968048153810187, 77.65224643105164, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Kaayal', 12.968258584178132, 77.65053587974201, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Mast Kalandar', 12.968614217976924, 77.64961604870123, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Malabar Hotel', 12.967760855349725, 77.65439877722774, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Dreamcatcher Cafe & Bistro', 12.969096382863247, 77.64998316764832, 'Café'), ('Hosathippasandra', 12.973936, 77.6509982, 'Spicy corner', 12.968927139562005, 77.6488724142708, 'Fast Food Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Kaati Zone', 12.96871809830792, 77.64924155717294, 'Fast Food Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Lassi Shop', 12.968861729986736, 77.64799156516025, 'Bubble Tea Shop'), ('Hosathippasandra', 12.973936, 77.6509982, 'Heritage Fresh', 12.968729585072525, 77.64788138540528, 'Department Store'), ('Hosathippasandra', 12.973936, 77.6509982, 'Amul Ice Cream', 12.967828587382018, 77.65363762016122, 'Dessert Shop'), ('Hosathippasandra', 12.973936, 77.6509982, 'Bekal', 12.967764195080635, 77.65418396385115, 'Kerala Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, "Wang's Chinese Restaurant", 12.967817628562, 77.65449891510947, 'Chinese Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Embassy Prime', 12.978443117524888, 77.65739679336548, 'Office'), ('Hosathippasandra', 12.973936, 77.6509982, 'Shreedevi', 12.98141257672265, 77.64608702412161, 'Indian Restaurant'), ('Hosathippasandra', 12.973936, 77.6509982, 'Spice Curry', 12.981177640523706, 77.64613736311134, 'Indian Restaurant')], [('Maruthiseva Nagar', 13.0014, 77.6298, 'Orion East', 13.001547220169341, 77.63261859143057, 'Shopping Mall'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Upbeat', 13.001184829743625, 77.62923942810777, 'Lounge'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Manjit Da Dhaba', 12.998009464599583, 77.62225481184558, 'Indian Restaurant'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Village Supermarket', 12.999546201161515, 77.62296275329378, 'Shopping Mall'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Cinépolis', 13.001440817072536, 77.63261545898193, 'Multiplex'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Café Coffee Day', 13.000042196141079, 77.62798030369987, 'Café'), ('Maruthiseva Nagar', 13.0014, 77.6298, "McDonald's", 13.003075804550535, 77.63164439519004, 'Fast Food Restaurant'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Cafe Coffee Day', 12.999967064138522, 77.62558599315973, 'Coffee Shop'), ('Maruthiseva Nagar', 13.0014, 77.6298, "Cafe D'Costa", 13.003890749873918, 77.62469650499851, 'Café'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Reliance Fresh', 13.001457627216238, 77.63071169477355, 'Department Store'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Delicacy', 12.999978775194048, 77.62307834573997, 'Chinese Restaurant'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Shoppers Stop - Orion East', 13.001656, 77.63275, 'Clothing Store'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Westside @ Orion East', 13.001621, 77.63283, 'Clothing Store'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Sunny side up Davis road', 13.001842620188862, 77.62353329803679, 'New American Restaurant'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Trust Chemists', 13.005073241477922, 77.62340635978897, 'Pharmacy'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Simla Stores', 13.003972404131517, 77.62286905386279, 'Convenience Store'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Evergreen Store', 13.00358475961942, 77.62249233421882, 'Convenience Store'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Mini Bazar', 13.005981166438573, 77.62356085894868, 'Convenience Store'), ('Maruthiseva Nagar', 13.0014, 77.6298, 'Lemontree', 13.005786469709063, 77.62324198090303, 'Hotel')], [('Sagayapuram', 13.0066, 77.6203, 'Corner House', 13.004834736231997, 77.61719348487793, 'Ice Cream Shop'), ('Sagayapuram', 13.0066, 77.6203, "Richard's Park", 13.004261796386444, 77.61739572327386, 'Park'), ('Sagayapuram', 13.0066, 77.6203, 'Happy Belly', 13.003507027328038, 77.61685871548279, 'Café'), ('Sagayapuram', 13.0066, 77.6203, "Chichaba's Taj", 13.000344032050712, 77.61717414213247, 'Indian Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Manjit Da Dhaba', 12.998009464599583, 77.62225481184558, 'Indian Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Lassi Shop Downtown', 13.000869, 77.613731, 'Juice Bar'), ('Sagayapuram', 13.0066, 77.6203, 'Richies - Frazer Town', 13.00093012242617, 77.61315015141524, 'Indian Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Karama Restaurant', 12.999701335578491, 77.6159954785076, 'Pakistani Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Savoury Restaurant', 12.999503910015576, 77.61588670688414, 'Middle Eastern Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Village Supermarket', 12.999546201161515, 77.62296275329378, 'Shopping Mall'), ('Sagayapuram', 13.0066, 77.6203, 'French Loaf', 13.003229888642652, 77.61637363819531, 'Bakery'), ('Sagayapuram', 13.0066, 77.6203, 'Bombay Chowpatty Kulfi', 13.000696251077127, 77.61528942135958, 'Indian Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Taj Tea House', 12.99938717332518, 77.61590165231206, 'Tea Room'), ('Sagayapuram', 13.0066, 77.6203, 'Alibaba Cafe & Restaurant', 13.000700070139045, 77.61480303926635, 'Middle Eastern Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Empire Restaurant', 12.999815232463462, 77.61597009564713, 'Indian Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Elements Heritage', 12.999614837623142, 77.61600853591362, 'Indian Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Cafe Coffee Day', 12.999967064138522, 77.62558599315973, 'Coffee Shop'), ('Sagayapuram', 13.0066, 77.6203, "Cafe D'Costa", 13.003890749873918, 77.62469650499851, 'Café'), ('Sagayapuram', 13.0066, 77.6203, 'Everest Movie Theatre', 13.000140721811599, 77.61835104348907, 'Movie Theater'), ('Sagayapuram', 13.0066, 77.6203, 'Delicacy', 12.999978775194048, 77.62307834573997, 'Chinese Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Lemontree', 13.005786469709063, 77.62324198090303, 'Hotel'), ('Sagayapuram', 13.0066, 77.6203, 'Shawarma King', 12.999651722991054, 77.61600156387885, 'Mediterranean Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Mini Bazar', 13.005981166438573, 77.62356085894868, 'Convenience Store'), ('Sagayapuram', 13.0066, 77.6203, 'Trust Chemists', 13.005073241477922, 77.62340635978897, 'Pharmacy'), ('Sagayapuram', 13.0066, 77.6203, 'Simla Stores', 13.003972404131517, 77.62286905386279, 'Convenience Store'), ('Sagayapuram', 13.0066, 77.6203, 'Evergreen Store', 13.00358475961942, 77.62249233421882, 'Convenience Store'), ('Sagayapuram', 13.0066, 77.6203, 'Ramzan food street, MM road', 13.000644043566053, 77.61492786656538, 'BBQ Joint'), ('Sagayapuram', 13.0066, 77.6203, 'indradarshini', 13.00336292345919, 77.61661246952411, 'South Indian Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Food Mart', 13.003397252266685, 77.61595229427535, 'Department Store'), ('Sagayapuram', 13.0066, 77.6203, 'Basha Departmental Stores', 13.001398263209873, 77.62359442500616, 'Department Store'), ('Sagayapuram', 13.0066, 77.6203, "Sait's", 13.0002349242568, 77.6166654378176, 'Indian Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'High Street Park', 13.000453449422587, 77.62453427055038, 'Park'), ('Sagayapuram', 13.0066, 77.6203, 'Ramazan Tent', 13.000591770111827, 77.61585158923617, 'BBQ Joint'), ('Sagayapuram', 13.0066, 77.6203, 'Zaoq', 13.00074824018385, 77.61434739686908, 'Indian Restaurant'), ('Sagayapuram', 13.0066, 77.6203, 'Sanctuary', 12.999084026753847, 77.6244000073819, 'Café')], [('S.K.Garden', 13.00556205, 77.6083560282609, 'Richies - Frazer Town', 13.00093012242617, 77.61315015141524, 'Indian Restaurant'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Corner House', 13.004834736231997, 77.61719348487793, 'Ice Cream Shop'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Lassi Shop Downtown', 13.000869, 77.613731, 'Juice Bar'), ('S.K.Garden', 13.00556205, 77.6083560282609, "Richard's Park", 13.004261796386444, 77.61739572327386, 'Park'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Taste Of Mumbai -HajiAli-', 13.000852, 77.613012, 'Fast Food Restaurant'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Savera Tea', 13.000144769140507, 77.61106160189554, 'Tea Room'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Happy Belly', 13.003507027328038, 77.61685871548279, 'Café'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Rahhams Restaurant', 13.000867217889637, 77.61311522590482, 'Indian Restaurant'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Bombay Chowpatty Kulfi', 13.000696251077127, 77.61528942135958, 'Indian Restaurant'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'French Loaf', 13.003229888642652, 77.61637363819531, 'Bakery'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Alibaba Cafe & Restaurant', 13.000700070139045, 77.61480303926635, 'Middle Eastern Restaurant'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Ramzan food street, MM road', 13.000644043566053, 77.61492786656538, 'BBQ Joint'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Rehmans Biryani', 13.000929280904373, 77.61250029796643, 'Indian Restaurant'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Aquarium Seafood Restaurant', 13.000886330341324, 77.61315489858744, 'Seafood Restaurant'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Zaoq', 13.00074824018385, 77.61434739686908, 'Indian Restaurant'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Food Mart', 13.003397252266685, 77.61595229427535, 'Department Store'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'prestige super market', 12.998773799595472, 77.60419157506315, 'Department Store'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'indradarshini', 13.00336292345919, 77.61661246952411, 'South Indian Restaurant'), ('S.K.Garden', 13.00556205, 77.6083560282609, 'Ramazan Tent', 13.000591770111827, 77.61585158923617, 'BBQ Joint')], [('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Elements Eatery', 13.001460723718173, 77.59942924093055, 'BBQ Joint'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Not Just Wine & Cheese', 13.001677200810935, 77.5944808147878, 'Wine Shop'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'The French Loaf', 12.999344947743225, 77.6000393021337, 'Bakery'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Star city, fun world', 13.006770943760651, 77.59237926624739, 'Bowling Alley'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Cafe Coffee Day', 13.00313495592613, 77.5965937716267, 'Café'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Airtel Relationship Center', 13.001860493516201, 77.59896064214512, 'Electronics Store'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Lychees', 13.001859078611666, 77.59561076734963, 'Fried Chicken Joint'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Lassi Shop', 13.001908, 77.595427, 'Juice Bar'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Vada Pav Stall', 13.001799681039266, 77.59547934756341, 'Fast Food Restaurant'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Ganesh Food Joint', 13.001609510471031, 77.5947127288781, 'Indian Restaurant'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'indira darshini', 12.999778, 77.599619, 'Vegetarian / Vegan Restaurant'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'More', 12.999719454815532, 77.5994268172037, 'Department Store'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Life', 12.999090694896536, 77.60044979694634, 'Gym / Fitness Center'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'prestige super market', 12.998773799595472, 77.60419157506315, 'Department Store'), ('Ramaswamy Palya', 13.0063072, 77.59935333542838, 'Radhakrishna theater', 13.013385201023027, 77.59377783071245, 'Movie Theater')], [('Jayamahal', 12.9988116, 77.5975789, 'Jayamahal Palace Hotel', 12.996839492188757, 77.59716251118277, 'Indian Restaurant'), ('Jayamahal', 12.9988116, 77.5975789, 'Ujwal Bar & Restaurant', 12.99227960861634, 77.59447349833962, 'Indian Restaurant'), ('Jayamahal', 12.9988116, 77.5975789, 'Elements Eatery', 13.001460723718173, 77.59942924093055, 'BBQ Joint'), ('Jayamahal', 12.9988116, 77.5975789, 'Millers 46', 12.991665958945687, 77.59420704126842, 'Steakhouse'), ('Jayamahal', 12.9988116, 77.5975789, 'Not Just Wine & Cheese', 13.001677200810935, 77.5944808147878, 'Wine Shop'), ('Jayamahal', 12.9988116, 77.5975789, 'Bangalore Palace', 12.998187926987317, 77.5919204022152, 'Monument / Landmark'), ('Jayamahal', 12.9988116, 77.5975789, 'Alliance Française', 12.99123205419195, 77.59672285626755, 'Concert Hall'), ('Jayamahal', 12.9988116, 77.5975789, 'The French Loaf', 12.999344947743225, 77.6000393021337, 'Bakery'), ('Jayamahal', 12.9988116, 77.5975789, "Watson's", 12.994217603999449, 77.59464460568408, 'Pub'), ('Jayamahal', 12.9988116, 77.5975789, 'Imperial Restaurant', 12.991149886578006, 77.59383746322487, 'Indian Restaurant'), ('Jayamahal', 12.9988116, 77.5975789, 'Jaymahal Palace Grounds', 12.995299301757033, 77.59693423002338, 'Music Venue'), ('Jayamahal', 12.9988116, 77.5975789, 'Jayamahal Palace', 12.996886575427947, 77.59721670561181, 'Event Space'), ('Jayamahal', 12.9988116, 77.5975789, 'Cafe Coffee Day', 12.995116541749379, 77.60302845987117, 'Café'), ('Jayamahal', 12.9988116, 77.5975789, 'Karnataka State Billiards Association', 12.989906017226252, 77.59659072410895, 'Pool Hall'), ('Jayamahal', 12.9988116, 77.5975789, 'Cafe Coffee Day', 13.00313495592613, 77.5965937716267, 'Café'), ('Jayamahal', 12.9988116, 77.5975789, 'Lychees', 13.001859078611666, 77.59561076734963, 'Fried Chicken Joint'), ('Jayamahal', 12.9988116, 77.5975789, 'Airtel Relationship Center', 13.001860493516201, 77.59896064214512, 'Electronics Store'), ('Jayamahal', 12.9988116, 77.5975789, 'Tibbs Frankie (Commercial Street)', 13.001937857541188, 77.59906056296246, 'Food Truck'), ('Jayamahal', 12.9988116, 77.5975789, 'Pai Vihar', 12.99317188523833, 77.59588688029433, 'Indian Restaurant'), ('Jayamahal', 12.9988116, 77.5975789, 'Retreat Restaurant', 13.006502072310152, 77.59347605564811, 'Asian Restaurant')], [('Rajamahal', 13.0017472, 77.57830632886453, "Godrej Nature's Basket", 13.00546570910896, 77.58071527104575, 'Department Store'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Chung Wah', 13.003701281404263, 77.57866302814473, 'Chinese Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Asha Sweet Center', 12.999370572624446, 77.57132224515472, 'Snack Place'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Pulimunchi', 13.006697755019108, 77.57896819629818, 'Seafood Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Fitness One', 13.00122078478031, 77.5771036559679, 'Gym'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Hotel Janatha', 12.999216933608858, 77.57121001217656, 'Indian Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Affinity Gym', 13.009358335496437, 77.57967813676564, 'Gym'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Pebble', 13.005044881730056, 77.58463910235197, 'Nightclub'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Angadi Galleria', 13.005689433815105, 77.58002845878543, "Women's Store"), ('Rajamahal', 13.0017472, 77.57830632886453, 'Starbucks', 13.009074568908774, 77.58042318321591, 'Coffee Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, "Namdhari's Fresh", 13.00341636761803, 77.57842728791519, 'Department Store'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Cafe Coffee Day', 13.00518093167234, 77.58090046759425, 'Coffee Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Sadashivnagar Bhashyam Circle', 13.005981460666309, 77.57868529008377, 'Plaza'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Iyer Mess', 12.998894906321036, 77.57012501323105, 'Indian Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Polar Bear', 13.007617855396752, 77.57792534359076, 'Ice Cream Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Baskin-Robbins', 13.003655106846175, 77.58347129210604, 'Ice Cream Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Chowdiah Memorial Hall', 13.006501863554792, 77.57561257024477, 'Performing Arts Venue'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Aubree', 13.004373552479356, 77.57844463733994, 'Dessert Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Sai Ram Chaats', 13.005391156947429, 77.57334850981687, 'Fast Food Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Café Coffee Day - Lounge', 13.007536451664945, 77.57955280498518, 'Café'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Starbucks', 13.009077740805632, 77.5803979967678, 'Coffee Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Good Food Store', 13.003748362327105, 77.57829912613018, 'Gourmet Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Halli Mane', 12.995585063081808, 77.57179602128052, 'Indian Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Cafe Coffee Day, Sampige Road', 13.004053, 77.571103, 'Coffee Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Sattvam', 13.005504044819334, 77.5807056336056, 'Indian Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, "Domino's Pizza", 12.998, 77.571, 'Pizza Place'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Mad Over Donuts', 13.002717893536188, 77.57006406784058, 'Donut Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Polar Bear', 13.004459641223235, 77.57080631784352, 'Ice Cream Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Nandhini', 12.998243651543463, 77.58396863937378, 'Indian Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Hallimane', 12.995645663540271, 77.57175092801235, 'Vegetarian / Vegan Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Malleswaram Market', 13.003273257632813, 77.57119657714844, 'Flea Market'), ('Rajamahal', 13.0017472, 77.57830632886453, "Vasudev Adiga's Sampige", 13.005477332486159, 77.5712143560557, 'Indian Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Barista Creme', 12.998495058066846, 77.57152145437017, 'Café'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Food Camp', 13.000975247148876, 77.572331351764, 'Indian Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Bhayasham Circle', 13.001239669056186, 77.57717420623068, 'Plaza'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Swadhista Hotel', 13.005548531412263, 77.57880867093978, 'Indian Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'ccd malleswaram', 13.00406, 77.57110213149593, 'Coffee Shop'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Brand Factory', 12.997073511693186, 77.57418573924518, 'Clothing Store'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Adyar Ananda Bhavan (A2B)', 12.997616521190778, 77.57126824919258, 'Vegetarian / Vegan Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Sadashivanagar Park', 13.005853996372016, 77.58210182189941, 'Park'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Roll Me', 13.007597048358285, 77.57924494564782, 'Fast Food Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Maiyas', 13.001957972257731, 77.57064991381596, 'Vegetarian / Vegan Restaurant'), ('Rajamahal', 13.0017472, 77.57830632886453, "LVDS (Lourd Vijay's Dance Studio)", 12.997577963999392, 77.58511692223212, 'Dance Studio'), ('Rajamahal', 13.0017472, 77.57830632886453, 'Tanishq Malleshwaram', 13.00595150931341, 77.57115765374036, 'Jewelry Store')], [], [('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Orion Mall', 13.011313244706537, 77.55503923754937, 'Shopping Mall'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'PVR Cinemas', 13.010800728380858, 77.55500467509675, 'Multiplex'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'PVR Gold Class, Orion', 13.010923124966338, 77.55501011161395, 'Multiplex'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, '1522 - The Pub', 13.007842516912136, 77.55735525290685, 'Pub'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'PVR bluO', 13.011197511086094, 77.55505736954053, 'Bowling Alley'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Central', 13.01126087435231, 77.5550342993936, 'Department Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Toscano', 13.011712771648241, 77.5559680946897, 'Italian Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Galaxy Club - Brigade Gateway', 13.011771985702998, 77.55678839350443, 'Gym / Fitness Center'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'The Persian Terrace @ Sheraton Bridgade Gateway', 13.012320458641893, 77.55522089158474, 'Lounge'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Starbucks', 13.011156506583225, 77.55510123373591, 'Coffee Shop'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Blue o - Orion mall', 13.011356968278331, 77.55521084441455, 'Bowling Alley'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Pvr Gold Class', 13.010713669809526, 77.55502611919496, 'Movie Theater'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Zara', 13.010861157628172, 77.55503606553525, 'Clothing Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Sheraton Bangalore Hotel', 13.0125129, 77.5552546, 'Hotel'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Krispy Kreme Doughnuts', 13.011302925409263, 77.55503642450624, 'Donut Shop'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Debenhams', 13.011302249264084, 77.55505363146068, 'Clothing Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Cafe Noir', 13.01139977289809, 77.55529496797065, 'French Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Imagine', 13.010891529457945, 77.55501346342787, 'Electronics Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, "Chili's", 13.011296998383997, 77.55511412782283, 'Mexican Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'High Ultra Lounge', 13.012204030484249, 77.55592914848897, 'Lounge'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Feast', 13.012277731112103, 77.55508769740138, 'Coffee Shop'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Dainese', 13.011164010308729, 77.55502052145634, 'Motorcycle Shop'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'blu oO', 13.011301004377723, 77.5551041482247, 'Bowling Alley'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Durbar', 13.012910165763316, 77.55574024348614, 'Bar'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Café Mangii', 13.011543627299783, 77.55552898155555, 'Italian Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Sai Ram Chats', 13.006615096949773, 77.5641582535936, 'Indian Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'The Higher Taste', 13.009436413518207, 77.55149948914038, 'Indian Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Beijing bites', 13.011309772492165, 77.55505377859491, 'Chinese Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Mad over Donuts', 13.011297648095402, 77.55507904324148, 'Donut Shop'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Shell', 13.012448893271817, 77.55391729198472, 'Gas Station'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'wow! momo', 13.011337832067086, 77.55514372993842, 'Thai Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Naturals Ice Cream', 13.006587097158341, 77.56435396687141, 'Ice Cream Shop'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Food Court', 13.010746237623888, 77.55517244338988, 'Food Court'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'GAP', 13.011252144583349, 77.55497590914901, 'Clothing Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'The Studio Bar', 13.010935035196486, 77.55501700952307, 'Lounge'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Sbarro', 13.011294316234391, 77.5550687181028, 'Italian Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Landmark', 13.010879871072403, 77.55505904146673, 'Bookstore'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'District 6', 13.012352892038342, 77.55458483739183, 'Brewery'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'UpSouth, Brigade Orion Mall', 13.011365482511655, 77.55512519910486, 'Vegetarian / Vegan Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Bun World', 13.00751091833173, 77.56373752423768, 'Bakery'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, "McDonald's", 13.011333263718605, 77.55507716295298, 'Fast Food Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Berries & Barrels', 13.011418632310654, 77.55669800813433, 'Café'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Bene', 13.012323269914626, 77.55555790305698, 'Italian Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Cafe Coffee Day', 13.011063510968768, 77.55505391648342, 'Café'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Cafe Coffee Day', 13.014264474295597, 77.5556698572941, 'Coffee Shop'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Baskin-Robbins', 13.007388036693555, 77.563982147099, 'Ice Cream Shop'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Big Bazaar', 13.012459103097465, 77.55333941964373, 'Convenience Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Cafe Coffee Day', 13.009927892527287, 77.56249642021322, 'Café'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Mr Hong', 13.010868444429585, 77.5550923041883, 'Asian Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Rajdhani', 13.011293914193411, 77.55509516911641, 'Rajasthani Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, "Brahmins' Thatte Idli", 13.008074520733619, 77.56368772891088, 'South Indian Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Mainland China', 13.010920515576789, 77.55564746646502, 'Chinese Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Kobe Sizzlers', 13.011996648002054, 77.55593294920473, 'Steakhouse'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Metro Cash and Carry', 13.014283418252987, 77.55521411433591, 'Department Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Big Bazaar', 13.01224483025456, 77.5533615390423, 'Grocery Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, "Domino's Pizza", 13.003764088497473, 77.5535990161501, 'Pizza Place'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Au Bon Pain', 13.007872, 77.562334, 'Café'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Aramane Veg', 13.004322132166632, 77.5492211158964, 'Fast Food Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Reliance Fresh', 13.006742013616929, 77.56449747033095, 'Department Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Pushyamee Medicals', 13.003823957627537, 77.56338196666506, 'Pharmacy'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Snehajeevi Gowdara Egg Rice Adda', 13.005822, 77.564894, 'Food Stand'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Stories', 13.008568, 77.549108, 'Beer Bar'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'First Block Food Adda', 13.004928307864574, 77.54967455500285, 'Food Truck'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Abaran', 13.009668758452802, 77.54889083195035, 'Jewelry Store'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Mahalakshmi Metro Station', 13.007766287922427, 77.54868930229088, 'Light Rail Station'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, '19th main smokin adda', 13.004081825582746, 77.5496017809473, 'Food & Drink Shop'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Hot Coffee', 13.006259166801899, 77.54858853732699, 'Fast Food Restaurant'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Kamalammana Gundi', 13.00957167420019, 77.54814629003894, 'Cricket Ground'), ('Subramanya Nagar', 13.0080089, 77.55724114124203, 'Vande mathram restaurant', 13.010778806900483, 77.55035750925077, 'Indian Restaurant')], [], [('Mahalakshmipuram', 13.0012021, 77.5460235, 'Chowmein', 12.997236475208771, 77.54642784961527, 'Chinese Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Hotel Nalapaka', 12.998323627537209, 77.55230263939711, 'Vegetarian / Vegan Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'KFC', 12.997278, 77.546463, 'Fast Food Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Gokul Veg', 12.998230584129786, 77.55084335803986, 'Indian Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Swathi Restaurant', 12.996995957833539, 77.55029067287353, 'Indian Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Cafe Coffee Day', 12.99730554613971, 77.5404326765398, 'Café'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Liquor mart', 12.996410342456477, 77.5401954644306, 'Liquor Store'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Sea Route', 12.997430360713654, 77.54726040501974, 'Seafood Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Cafe Coffee Day', 12.999053508960221, 77.54994885679292, 'Café'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Snap Fitness', 12.999475883776265, 77.54976124166457, 'Gym'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Baskin-Robbins', 13.00547999632939, 77.53946333940205, 'Ice Cream Shop'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Jalpan', 12.998990142110726, 77.552783466195, 'Vegetarian / Vegan Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Pizza Hut', 12.997147876494413, 77.54044587290903, 'Pizza Place'), ('Mahalakshmipuram', 13.0012021, 77.5460235, "Chung's", 12.997412595500373, 77.54685685876323, 'Chinese Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Aramane Veg', 13.004322132166632, 77.5492211158964, 'Fast Food Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Sarayu', 12.99932129766194, 77.54971238422338, 'Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Cafe Mama Mia', 12.998316429083165, 77.54078616730132, 'Café'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Burger King', 12.997318, 77.54742, 'Burger Joint'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Rajajinagar Metro Station', 12.999471868090993, 77.54996565075852, 'Light Rail Station'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Le Arabia', 12.998448, 77.542353, 'Middle Eastern Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Gajendra Fruit Juice Center', 12.999158471052297, 77.55076616023733, 'Juice Bar'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'New Sagar Fast Food', 13.004091034161306, 77.55071904005804, 'Vegetarian / Vegan Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Tango Sandwich Corner', 12.997629436350362, 77.5405852202669, 'Sandwich Place'), ('Mahalakshmipuram', 13.0012021, 77.5460235, "Domino's Pizza", 13.003764088497473, 77.5535990161501, 'Pizza Place'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Navrang KSRTC Bus Stop', 12.998460009459569, 77.55320124177216, 'Bus Station'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Stories', 13.008568, 77.549108, 'Beer Bar'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Perfect Davengere Benne Dosa', 13.008733, 77.54327, 'Indian Restaurant'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Hatti Coffee', 12.99912254813054, 77.55414727084874, 'Coffee Shop'), ('Mahalakshmipuram', 13.0012021, 77.5460235, 'Sambhav moorthy park', 12.997490967394437, 77.53785610198975, 'Park')], [('Laggere', 13.0108677, 77.5207301, 'Axis Bank ATM', 13.012439727783, 77.515167236328, 'ATM'), ('Laggere', 13.0108677, 77.5207301, 'State Bank of India ATM', 13.0050823, 77.5214706, 'ATM'), ('Laggere', 13.0108677, 77.5207301, 'Axis Bank ATM', 13.0079, 77.52711, 'ATM'), ('Laggere', 13.0108677, 77.5207301, 'MedPlus', 13.0177562, 77.5198443, 'Pharmacy'), ('Laggere', 13.0108677, 77.5207301, 'PHD (Pizza Hut Delivery)', 13.0068403920208, 77.52785704462075, 'Pizza Place'), ('Laggere', 13.0108677, 77.5207301, 'State Bank of India ATM', 13.0136196, 77.5123737, 'ATM'), ('Laggere', 13.0108677, 77.5207301, 'Axis Bank ATM', 13.01958, 77.52145, 'ATM')], [('Rajagopala Nagar', 13.017559, 77.513462, 'MedPlus', 13.0177562, 77.5198443, 'Pharmacy'), ('Rajagopala Nagar', 13.017559, 77.513462, 'Axis Bank ATM', 13.01958, 77.52145, 'ATM'), ('Rajagopala Nagar', 13.017559, 77.513462, 'Maruthi Theatre', 13.018795227914616, 77.50528335571289, 'Indie Movie Theater')], [('Hegganahalli', 12.99940895, 77.50176495237946, 'State Bank of India ATM', 12.9963752, 77.5053, 'ATM'), ('Hegganahalli', 12.99940895, 77.50176495237946, 'Axis Bank ATM', 12.99418, 77.49927, 'ATM'), ('Hegganahalli', 12.99940895, 77.50176495237946, 'Axis Bank ATM', 12.99582, 77.50705, 'ATM'), ('Hegganahalli', 12.99940895, 77.50176495237946, 'State Bank of India ATM', 12.9921902, 77.5025073, 'ATM'), ('Hegganahalli', 12.99940895, 77.50176495237946, 'Airtel Vendor', 13.006267, 77.50542, 'Mobile Phone Shop'), ('Hegganahalli', 12.99940895, 77.50176495237946, 'Sunkadkatte Market', 12.99171969609795, 77.50017520430504, 'Market')], [('Herohalli', 12.98227705, 77.48315345018108, 'State Bank of India ATM', 12.98359, 77.48628, 'ATM'), ('Herohalli', 12.98227705, 77.48315345018108, 'Shell', 12.9858617, 77.48006073, 'Gas Station'), ('Herohalli', 12.98227705, 77.48315345018108, 'Axis Bank ATM', 12.987239837647, 77.482543945312, 'ATM'), ('Herohalli', 12.98227705, 77.48315345018108, 'Fabricspa', 12.97645, 77.480353, 'Dry Cleaner')], [('Kottigepalya', 12.9845494, 77.5118053, "Domino's Pizza", 12.988, 77.507, 'Pizza Place'), ('Kottigepalya', 12.9845494, 77.5118053, 'kottigepalya Bus Stop', 12.987357099435604, 77.51265453555264, 'Bus Station'), ('Kottigepalya', 12.9845494, 77.5118053, 'Coffee Day Drive In', 12.980420423569221, 77.51039778399134, 'Café'), ('Kottigepalya', 12.9845494, 77.5118053, 'Shubh Family Restaurant', 12.980059623718262, 77.51042175292969, 'Indian Restaurant'), ('Kottigepalya', 12.9845494, 77.5118053, 'Krishnappa Cooking & Catering', 12.988186766561217, 77.51620531082153, 'Food Truck'), ('Kottigepalya', 12.9845494, 77.5118053, 'Buddha Park', 12.978958, 77.51365, 'Park'), ('Kottigepalya', 12.9845494, 77.5118053, 'Abstratics', 12.980760605315703, 77.50702987583182, 'Dance Studio'), ('Kottigepalya', 12.9845494, 77.5118053, 'Limra Catering', 12.98811358607193, 77.51775026321411, 'Restaurant'), ('Kottigepalya', 12.9845494, 77.5118053, 'Durga Sri Grand', 12.978024260819527, 77.51487764416152, 'Breakfast Spot'), ('Kottigepalya', 12.9845494, 77.5118053, 'Axis Bank ATM', 12.98938, 77.50438, 'ATM'), ('Kottigepalya', 12.9845494, 77.5118053, 'Sangam Sweets', 12.97730236874006, 77.51717350426884, 'Fast Food Restaurant')], [('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Polar Bear', 12.991461009778394, 77.5388324589418, 'Ice Cream Shop'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Priyadarshini Grand', 12.990234880192782, 77.53801956889775, 'Fast Food Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Natural Ice Cream', 12.985484062294457, 77.54315786791148, 'Ice Cream Shop'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, "Gold's gym", 12.991854848089247, 77.53849247800039, 'Gym'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Liquor mart', 12.996410342456477, 77.5401954644306, 'Liquor Store'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Baskin-Robbins', 12.991217980867413, 77.53890348744645, 'Ice Cream Shop'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Cafe Coffee Day', 12.99730554613971, 77.5404326765398, 'Café'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, "Domino's Pizza", 12.991721498974792, 77.537746906468, 'Pizza Place'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Pizza Hut', 12.997147876494413, 77.54044587290903, 'Pizza Place'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Bansuri Sweets', 12.986912248332752, 77.53969847640103, 'Indian Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Shanthi Sagar', 12.989074360387077, 77.53775224633185, 'Fast Food Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Cave-n-Dine', 12.986423107031287, 77.54056471282732, 'Indian Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Airtel Relationship Centre', 12.991595373635281, 77.53837162553435, 'Mobile Phone Shop'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Suggi', 12.992313637332158, 77.53864595462083, 'Indian Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Talwalkars Gym', 12.991134618851598, 77.53889382995412, 'Gym / Fitness Center'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, "McDonald's", 12.988596695430404, 77.53766402759227, 'Fast Food Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, "Adiga's", 12.991270499600878, 77.54069500399665, 'Fast Food Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Golden Grill', 12.988735707495747, 77.53771659218066, 'Indian Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Cafe Mama Mia', 12.998316429083165, 77.54078616730132, 'Café'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Prashanth Hotel', 12.986922, 77.537251, 'Karnataka Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Tango Sandwich Corner', 12.997629436350362, 77.5405852202669, 'Sandwich Place'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Masala Munch', 12.986617593475396, 77.54047186572991, 'Burger Joint'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'ibaco', 12.985033323182806, 77.53725508567445, 'Ice Cream Shop'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Real Cane', 12.986182530223688, 77.54134442177153, 'Juice Bar'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Shankar Mutt Bus Stop', 12.99922875052853, 77.54113352799146, 'Bus Station'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Le Arabia', 12.998448, 77.542353, 'Middle Eastern Restaurant'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Ram Bhavan Chats', 13.000559236374249, 77.53615457433654, 'Snack Place'), ('Shakthiganapathi Nagar', 12.9923, 77.5372, 'Chopstick world', 12.985662595137764, 77.54259845938456, 'Asian Restaurant')], [('Shankaramata', 17.4008, 78.508, 'Baskin-Robbins', 17.40431074716108, 78.51003422489116, 'Ice Cream Shop'), ('Shankaramata', 17.4008, 78.508, 'Subway', 17.40417263478385, 78.51494973189583, 'Sandwich Place'), ('Shankaramata', 17.4008, 78.508, 'Daily Bread', 17.40355366585779, 78.51496082757942, 'Café'), ('Shankaramata', 17.4008, 78.508, 'Raghavendra Tiffins', 17.39915723229006, 78.51219825690798, 'Indian Restaurant'), ('Shankaramata', 17.4008, 78.508, 'Om Chat Bhandar', 17.39898833674683, 78.50623548030853, 'Food Court'), ('Shankaramata', 17.4008, 78.508, "Domino's Pizza", 17.392507623220204, 78.51082690804496, 'Pizza Place'), ('Shankaramata', 17.4008, 78.508, 'Papaji Da Dhaba', 17.397484150519947, 78.51177631665453, 'Indian Restaurant'), ('Shankaramata', 17.4008, 78.508, 'Sundarayya park', 17.397675724293737, 78.50384234501207, 'Park'), ('Shankaramata', 17.4008, 78.508, 'cafe coffee day', 17.40555783021761, 78.51589735169442, 'Coffee Shop'), ('Shankaramata', 17.4008, 78.508, 'Srinivasa Textiles', 17.407338279175168, 78.50990821254551, 'Clothing Store'), ('Shankaramata', 17.4008, 78.508, 'Reign Gym & Spa', 17.407340401054167, 78.50992028753066, 'Gym'), ('Shankaramata', 17.4008, 78.508, 'Kwality Walls Express', 17.407347427475777, 78.50995570421219, 'Ice Cream Shop'), ('Shankaramata', 17.4008, 78.508, 'turnhalle gym', 17.407347070667573, 78.50994101658654, 'Gym')], [('Gayathri Nagar', 12.9993857, 77.5606403, 'Albek', 12.996487384978787, 77.56150245666504, 'Indian Restaurant'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Raghavendra Stores', 13.000798558901932, 77.56392365936823, 'Breakfast Spot'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Shri Sagar (Formerly CTR)', 12.998309485708504, 77.56945976452197, 'Indian Restaurant'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Sagar Fast Food', 12.996622810426281, 77.55417938115737, 'Fast Food Restaurant'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Sai Shakti Veg', 12.99922045228025, 77.56798496638436, 'Vegetarian / Vegan Restaurant'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Sai Ram Chats', 13.006615096949773, 77.5641582535936, 'Indian Restaurant'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'CTR', 12.998255692519006, 77.56955691708252, 'Breakfast Spot'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Naturals Ice Cream', 13.006587097158341, 77.56435396687141, 'Ice Cream Shop'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Hotel Nalapaka', 12.998323627537209, 77.55230263939711, 'Vegetarian / Vegan Restaurant'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Bun World', 13.00751091833173, 77.56373752423768, 'Bakery'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Cafe Coffee Day', 12.995895, 77.554804, 'Café'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Jalpan', 12.998990142110726, 77.552783466195, 'Vegetarian / Vegan Restaurant'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Amrith Ice creams', 13.001859955880118, 77.56734047512491, 'Ice Cream Shop'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Baskin-Robbins', 13.007388036693555, 77.563982147099, 'Ice Cream Shop'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Malleswaram Railway Station', 13.000811951538296, 77.56381429226143, 'Train Station'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Oven fresh', 13.000624656677246, 77.5654067993164, 'Bakery'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Pushyamee Medicals', 13.003823957627537, 77.56338196666506, 'Pharmacy'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Sri Sai Ram Chats (Eat Out)', 13.003502, 77.565544, 'Snack Place'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Cane Crush', 12.99913114923137, 77.55408009744667, 'Juice Bar'), ('Gayathri Nagar', 12.9993857, 77.5606403, "Domino's Pizza", 13.003764088497473, 77.5535990161501, 'Pizza Place'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Snehajeevi Gowdara Egg Rice Adda', 13.005822, 77.564894, 'Food Stand'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Reliance Fresh', 13.006742013616929, 77.56449747033095, 'Department Store'), ('Gayathri Nagar', 12.9993857, 77.5606403, "Vani's Ecoffee", 13.005417865320817, 77.56689270380667, 'Café'), ('Gayathri Nagar', 12.9993857, 77.5606403, 'Au Bon Pain', 13.007872, 77.562334, 'Café')], [('Dattathreya Temple', 12.9343, 77.5659, 'South Kitchen', 12.937889968186969, 77.56871372271516, 'Breakfast Spot'), ('Dattathreya Temple', 12.9343, 77.5659, 'Krishna Rao Park', 12.93581935977021, 77.56729682526243, 'Park'), ('Dattathreya Temple', 12.9343, 77.5659, 'Dwaraka Hotel', 12.93782284520445, 77.56774160202704, 'Indian Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'UD - Upahara Darshini', 12.939425484210648, 77.57138548760742, 'Indian Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'Szechuan Dragon', 12.94009328211034, 77.56440880013726, 'Szechuan Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'Sri Guru Kottureshwara Davangere Benne Dose Hotel', 12.938810170494127, 77.5708674119335, 'Fast Food Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'Harshi super sandwich', 12.938899871400027, 77.57061404688208, 'Sandwich Place'), ('Dattathreya Temple', 12.9343, 77.5659, 'Ibaco', 12.925807739871065, 77.56433981372709, 'Ice Cream Shop'), ('Dattathreya Temple', 12.9343, 77.5659, 'Casablanca', 12.92626050831024, 77.56434254457193, 'Burger Joint'), ('Dattathreya Temple', 12.9343, 77.5659, "Shiva's Chats", 12.94162322051774, 77.56061042550876, 'Snack Place'), ('Dattathreya Temple', 12.9343, 77.5659, 'Anand Sweets And Savouries', 12.926310395077955, 77.5645978480224, 'Snack Place'), ('Dattathreya Temple', 12.9343, 77.5659, 'Puliyogere Point', 12.940677264715706, 77.57040942849967, 'Indian Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'Ranganna Military Hotel', 12.929589554979838, 77.5736500023408, 'Indian Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'SLV Swadista', 12.926623080501914, 77.56463402290825, 'Indian Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'cafe coffee day', 12.930137421121257, 77.55976438522339, 'Café'), ('Dattathreya Temple', 12.9343, 77.5659, 'Netkallappa Circle', 12.937044814121018, 77.57154384206305, 'Plaza'), ('Dattathreya Temple', 12.9343, 77.5659, 'Punjabi Dhaba', 12.940163807939063, 77.56441274059542, 'Indian Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'Kamat Bugle Rock', 12.939907196342359, 77.5667547457004, 'Indian Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'J Cubez', 12.925806523905111, 77.56402306251381, 'Pub'), ('Dattathreya Temple', 12.9343, 77.5659, 'Srinivasa Cool Corner', 12.938406171592048, 77.57014153341257, 'Fast Food Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'The Platter', 12.927046301156498, 77.56153917171547, 'Asian Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'Pure and Natural', 12.935656612501178, 77.5683703424394, 'Salad Place'), ('Dattathreya Temple', 12.9343, 77.5659, 'Cafe Coffee Day', 12.925870490866172, 77.56414217222608, 'Café'), ('Dattathreya Temple', 12.9343, 77.5659, 'Chandrodaya', 12.935548492163056, 77.56145437983874, 'Indie Movie Theater'), ('Dattathreya Temple', 12.9343, 77.5659, 'Chocolateria San Churro', 12.927783411142952, 77.56207842869215, 'Dessert Shop'), ('Dattathreya Temple', 12.9343, 77.5659, 'Gustoes', 12.927094644003276, 77.56146154456184, 'Arcade'), ('Dattathreya Temple', 12.9343, 77.5659, "Ragoo's", 12.93375645334808, 77.57379604285563, 'Italian Restaurant'), ('Dattathreya Temple', 12.9343, 77.5659, 'GELATO ITALIANO', 12.926797537315391, 77.56499525320547, 'Dessert Shop'), ('Dattathreya Temple', 12.9343, 77.5659, 'Itsy Bitsy', 12.92674529372276, 77.56469966489016, 'Arts & Crafts Store'), ('Dattathreya Temple', 12.9343, 77.5659, 'Sri Ganesha Fruit Juice Centre', 12.940447921022892, 77.56121550485241, 'Juice Bar'), ('Dattathreya Temple', 12.9343, 77.5659, 'Prasad Ice Cream', 12.940048643386806, 77.56009755687607, 'Ice Cream Shop'), ('Dattathreya Temple', 12.9343, 77.5659, 'heritage fresh', 12.92729108418725, 77.56140176411597, 'Department Store'), ('Dattathreya Temple', 12.9343, 77.5659, 'Patanjali Chikitsalaya', 12.931013589455416, 77.5741687683611, 'Pharmacy'), ('Dattathreya Temple', 12.9343, 77.5659, 'Bugle Rock Park', 12.942422748072405, 77.56970803654549, 'Park')], [('Pulikeshi Nagar', 12.997, 77.6144, 'Shahi Kabab', 12.995927086481263, 77.61352546424193, 'BBQ Joint'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Naturals Icecream', 12.996912126452083, 77.6112682794649, 'Ice Cream Shop'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Paradise', 12.998117022455647, 77.61506832474646, 'Hyderabadi Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Komala Refreshments', 12.995970904136334, 77.61712274258188, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Richies - Frazer Town', 13.00093012242617, 77.61315015141524, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Karama Restaurant', 12.999701335578491, 77.6159954785076, 'Pakistani Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Lassi Shop Downtown', 13.000869, 77.613731, 'Juice Bar'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Shankar Bhel House', 12.994936251057098, 77.6161154933661, 'Snack Place'), ('Pulikeshi Nagar', 12.997, 77.6144, "Chichaba's Taj", 13.000344032050712, 77.61717414213247, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Savoury Restaurant', 12.999503910015576, 77.61588670688414, 'Middle Eastern Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Albert Bakery', 12.996995033361847, 77.61430781984627, 'Bakery'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Pista House Haleem', 12.996758302886766, 77.61415077941633, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, "Thom's Bakery and Stores", 12.99148884145578, 77.61432761833794, 'Department Store'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Taj Tea House', 12.99938717332518, 77.61590165231206, 'Tea Room'), ('Pulikeshi Nagar', 12.997, 77.6144, "Domino's Pizza", 12.997, 77.612, 'Pizza Place'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Taste Of Mumbai -HajiAli-', 13.000852, 77.613012, 'Fast Food Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, "Watson's", 12.990805824871202, 77.61937349741783, 'Pub'), ('Pulikeshi Nagar', 12.997, 77.6144, "Richard's Park", 13.004261796386444, 77.61739572327386, 'Park'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Corner House', 13.004834736231997, 77.61719348487793, 'Ice Cream Shop'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Bombay Chowpatty Kulfi', 13.000696251077127, 77.61528942135958, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Mangalore Pearl - Seafood Restaurant', 12.990852612543895, 77.61930942535399, 'Seafood Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Manjit Da Dhaba', 12.998009464599583, 77.62225481184558, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Baskin-Robbins', 12.997139178905016, 77.61435149308763, 'Ice Cream Shop'), ('Pulikeshi Nagar', 12.997, 77.6144, "Smally's RestoCafe", 12.990707856573666, 77.61930440298327, 'Café'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Rahhams Restaurant', 13.000867217889637, 77.61311522590482, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Savera Tea', 13.000144769140507, 77.61106160189554, 'Tea Room'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Happy Belly', 13.003507027328038, 77.61685871548279, 'Café'), ('Pulikeshi Nagar', 12.997, 77.6144, 'KFC Frazer Town', 12.997676439468204, 77.61472118229169, 'Fast Food Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Siddque Kabab Center', 12.993345433093097, 77.60874816009351, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Village Supermarket', 12.999546201161515, 77.62296275329378, 'Shopping Mall'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Coles Park', 12.993957502968545, 77.60956764221191, 'Park'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Alibaba Cafe & Restaurant', 13.000700070139045, 77.61480303926635, 'Middle Eastern Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Empire Restaurant', 12.999815232463462, 77.61597009564713, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'French Loaf', 13.003229888642652, 77.61637363819531, 'Bakery'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Subway', 12.997323672733962, 77.61451295721737, 'Sandwich Place'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Chung Wah', 12.996069171529504, 77.61137243896988, 'Chinese Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Elements Heritage', 12.999614837623142, 77.61600853591362, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Cafe Coffee Day', 12.99590257851938, 77.61340586774357, 'Café'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Beijing Bites', 12.997177979632765, 77.61417049443405, 'Chinese Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Zaks Arabian Food Joint', 12.995371154148783, 77.61412251085949, 'Middle Eastern Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Sherlock Holmes', 12.99478378514896, 77.6151336460519, 'Pub'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Bangalore Agarwal Bhavan', 12.99640576838401, 77.61162266419207, 'Snack Place'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Snap Fitness', 12.998082179172405, 77.6150538902165, 'Gym'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Barista, Frazer Town', 12.996864874695992, 77.61416151043277, 'Coffee Shop'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Shawarma King', 12.999651722991054, 77.61600156387885, 'Mediterranean Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'YMIA', 12.990265091992358, 77.61933011476826, 'Bar'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Pizza Hut', 12.995618274245667, 77.61377452770706, 'Pizza Place'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Ramzan food street, MM road', 13.000644043566053, 77.61492786656538, 'BBQ Joint'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Everest Movie Theatre', 13.000140721811599, 77.61835104348907, 'Movie Theater'), ('Pulikeshi Nagar', 12.997, 77.6144, 'ibaco', 12.99635979382966, 77.6125562468861, 'Ice Cream Shop'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Cafe Arabica', 12.999733860222337, 77.61585158923617, 'Bakery'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Rehmans Biryani', 13.000929280904373, 77.61250029796643, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Delicacy', 12.999978775194048, 77.62307834573997, 'Chinese Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Cuppa', 12.996127557443506, 77.62027133674333, 'Coffee Shop'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Wangs Kitchen', 13.003128646629312, 77.61639427643787, 'Chinese Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Food Mart', 13.003397252266685, 77.61595229427535, 'Department Store'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Best of bengal', 12.995798612135848, 77.60762704047796, 'Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'indradarshini', 13.00336292345919, 77.61661246952411, 'South Indian Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Khan Saheb', 12.99588036855579, 77.6067765767045, 'Pakistani Restaurant'), ('Pulikeshi Nagar', 12.997, 77.6144, 'Cafe Thulp', 12.990752442512465, 77.61937621201959, 'Burger Joint'), ('Pulikeshi Nagar', 12.997, 77.6144, 'bodycraft', 12.989488362972537, 77.61946758964649, 'Spa')], [('Sarvagna Nagar', 12.99068895, 77.63335853715392, 'Café Coffee Day', 12.98565331756019, 77.62997738821826, 'Café'), ('Sarvagna Nagar', 12.99068895, 77.63335853715392, 'Jeevanahalli Football Ground', 12.994952319503268, 77.62973125086637, 'Soccer Field'), ('Sarvagna Nagar', 12.99068895, 77.63335853715392, 'Triveni Cinema Hall', 12.997602476489968, 77.62871872563785, 'Indie Movie Theater'), ('Sarvagna Nagar', 12.99068895, 77.63335853715392, 'Raghavendra Stores', 12.99438, 77.625237, 'Convenience Store')], [('Hoysala Nagar', 12.9802093, 77.6273767, 'Conrad Bengaluru', 12.975762259278598, 77.62104337610005, 'Hotel'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Retro Lounge Bar', 12.972614445679424, 77.6267001093147, 'Bar'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Citi Nest Sports Centre', 12.97474834941584, 77.6330400749446, 'Athletics & Sports'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'M.K. Retail', 12.978260724348612, 77.63480492778383, 'Department Store'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Carnival-De-Goa', 12.974940560849392, 77.62009617214915, 'Seafood Restaurant'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'The Grill House', 12.974886686867837, 77.62008666505012, 'Steakhouse'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Ulsoor Metro Station', 12.976108422537322, 77.62637477866377, 'Light Rail Station'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Hyatt Centric Mg Road Bangalore', 12.973439259576594, 77.62167627268919, 'Hotel'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Ulsoor Lake Running Trail', 12.982976506606494, 77.61879997171275, 'Trail'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Au Bon Pain', 12.98216964258371, 77.62498570492356, 'Café'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Au Bon Pain', 12.982879, 77.624741, 'Café'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Xian', 12.977627976939583, 77.61898544404033, 'Chinese Restaurant'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Gokul Kuteera', 12.978280223975139, 77.63574635771003, 'Diner'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'The Bull Ring Arena', 12.982316365317239, 77.63389313723755, 'Soccer Field'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Annapoorani', 12.97247222, 77.62935175, 'Indian Restaurant'), ('Hoysala Nagar', 12.9802093, 77.6273767, "Ammi's Biriyani", 12.978119705742627, 77.63541464862233, 'Indian Restaurant'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'butter sponge', 12.978394314838267, 77.63628167714423, 'Bakery'), ('Hoysala Nagar', 12.9802093, 77.6273767, 'Coastal delight', 12.978291439170395, 77.63636558277511, 'Karnataka Restaurant')], [('Vignana Nagar', 15.8031414, 78.0415184, 'Pepe Jeans London', 15.808033594554459, 78.03988552996832, 'Clothing Store'), ('Vignana Nagar', 15.8031414, 78.0415184, 'Samsung SmartCafé (Sri Sai Balaji Mobiles)', 15.80263, 78.04698, 'Mobile Phone Shop'), ('Vignana Nagar', 15.8031414, 78.0415184, 'Apollo Pharmacy', 15.8015908, 78.0480556, 'Pharmacy'), ('Vignana Nagar', 15.8031414, 78.0415184, "Spencer's", 15.809652075830998, 78.04395943843157, 'Department Store')], [('Garudacharpalya', 12.993425, 77.7005156, 'Decathlon Sports India (DSI) HQ', 12.994772326527803, 77.70106608600994, 'Office'), ('Garudacharpalya', 12.993425, 77.7005156, 'Decathlon', 12.994829948194463, 77.70100963135611, 'Sporting Goods Shop'), ('Garudacharpalya', 12.993425, 77.7005156, 'Masala Chai', 12.992017953117452, 77.70298259854835, 'Café'), ('Garudacharpalya', 12.993425, 77.7005156, 'BelgYum', 12.997361986513575, 77.69674382065826, 'Creperie'), ('Garudacharpalya', 12.993425, 77.7005156, 'Phoenix Marketcity', 12.9974177, 77.6965593, 'Shopping Mall'), ('Garudacharpalya', 12.993425, 77.7005156, 'VR Bengaluru', 12.99609462496371, 77.69539314772638, 'Shopping Mall'), ('Garudacharpalya', 12.993425, 77.7005156, 'Whitefield Social', 12.997342644958144, 77.69628846905438, 'Lounge'), ('Garudacharpalya', 12.993425, 77.7005156, 'PVR IMAX VR Bangalore', 12.996194303689908, 77.69536252762013, 'Movie Theater'), ('Garudacharpalya', 12.993425, 77.7005156, 'Toscano', 12.995941913361872, 77.69579541534833, 'Italian Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'PVR Market City', 12.997530930236348, 77.69581332671787, 'Multiplex'), ('Garudacharpalya', 12.993425, 77.7005156, 'Hamleys', 12.997499160896615, 77.69665464915404, 'Toy / Game Store'), ('Garudacharpalya', 12.993425, 77.7005156, 'Zara', 12.996190438555647, 77.69628612859735, 'Clothing Store'), ('Garudacharpalya', 12.993425, 77.7005156, 'Mad Over Donuts', 12.997412806563757, 77.69669743349078, 'Donut Shop'), ('Garudacharpalya', 12.993425, 77.7005156, 'CounterCulture', 12.99737622619676, 77.70116634636258, 'Performing Arts Venue'), ('Garudacharpalya', 12.993425, 77.7005156, 'Cafe Noir', 12.997059253478586, 77.69599032859159, 'French Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'The Whitefield Arms Café', 12.99653898466793, 77.69592931626674, 'Lounge'), ('Garudacharpalya', 12.993425, 77.7005156, 'Zara Men', 12.99699947368094, 77.69671225086135, "Men's Store"), ('Garudacharpalya', 12.993425, 77.7005156, 'PVR bluO', 12.997666385406125, 77.69647710927578, 'Bowling Alley'), ('Garudacharpalya', 12.993425, 77.7005156, 'Krispy Kreme Doughnuts', 12.997658202404063, 77.69666483442755, 'Donut Shop'), ('Garudacharpalya', 12.993425, 77.7005156, 'Kalmane Koffees', 12.99746030988021, 77.69665928067198, 'Café'), ('Garudacharpalya', 12.993425, 77.7005156, 'Starbucks', 12.996121967316679, 77.69537688400081, 'Coffee Shop'), ('Garudacharpalya', 12.993425, 77.7005156, 'Barley & Grapes Cafe', 12.997597914360414, 77.69660360816789, 'American Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Blu O', 12.996910435233913, 77.69620226786674, 'Bowling Alley'), ('Garudacharpalya', 12.993425, 77.7005156, 'The Irish House', 12.996162369127479, 77.69503542489836, 'Bar'), ('Garudacharpalya', 12.993425, 77.7005156, 'Lifestyle', 12.995831, 77.696292, 'Clothing Store'), ('Garudacharpalya', 12.993425, 77.7005156, 'Starbucks', 12.995783380106202, 77.69626737133763, 'Coffee Shop'), ('Garudacharpalya', 12.993425, 77.7005156, 'Shizusan Shophouse & Bar', 12.997695608812341, 77.69643160349597, 'Asian Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Plus91 - Cafe Bar', 12.997453876161458, 77.6962873180933, 'Fast Food Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Costa Coffee', 12.992465348456706, 77.70308981909739, 'Coffee Shop'), ('Garudacharpalya', 12.993425, 77.7005156, "Dunkin'", 12.996037718658279, 77.6964162929003, 'Donut Shop'), ('Garudacharpalya', 12.993425, 77.7005156, "Swensen's", 12.99737343197501, 77.69647062198275, 'Ice Cream Shop'), ('Garudacharpalya', 12.993425, 77.7005156, "Chili's Grill & Bar", 12.997254649087745, 77.69628980611215, 'Tex-Mex Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Café Noir', 12.997256318102112, 77.69617477796604, 'French Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'PVR  PREMIER VR', 12.996122304682844, 77.69542358608469, 'Multiplex'), ('Garudacharpalya', 12.993425, 77.7005156, "Gloria Jean's Coffee", 12.997488994784968, 77.69672136476062, 'Café'), ('Garudacharpalya', 12.993425, 77.7005156, 'Costa Coffee', 12.997484039043528, 77.69657125460982, 'Coffee Shop'), ('Garudacharpalya', 12.993425, 77.7005156, 'Sbarro', 12.99758268544544, 77.69660402765474, 'Italian Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Marks & Spencer', 12.997594730776793, 77.6966223234655, 'Clothing Store'), ('Garudacharpalya', 12.993425, 77.7005156, "Harry's", 12.997092806768142, 77.6965734997533, 'Gastropub'), ('Garudacharpalya', 12.993425, 77.7005156, 'Wow! Momo', 12.997440846637224, 77.69668142522788, 'Dim Sum Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Manchester United Showroom', 12.996981506653725, 77.69672779407146, 'Sporting Goods Shop'), ('Garudacharpalya', 12.993425, 77.7005156, 'Madurai Idly Shop', 12.994293515370007, 77.7002144672378, 'Breakfast Spot'), ('Garudacharpalya', 12.993425, 77.7005156, 'Rajdhani', 12.997490351423464, 77.69659744259907, 'Rajasthani Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Cafe Coffee Day', 12.996580666886507, 77.69658668729585, 'Café'), ('Garudacharpalya', 12.993425, 77.7005156, 'Burger King', 12.99696559810539, 77.69665173326374, 'Fast Food Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Max', 12.997014541164303, 77.69680012357063, 'Clothing Store'), ('Garudacharpalya', 12.993425, 77.7005156, 'Noodle Bar', 12.997432265125662, 77.69649056213687, 'Asian Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Hanoi', 12.995700582144725, 77.69624738229824, 'Vietnamese Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Nasi and Mee', 12.996285816143244, 77.69520138856373, 'Noodle House'), ('Garudacharpalya', 12.993425, 77.7005156, 'KFC', 12.997168200997613, 77.69623316390108, 'Fast Food Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Udipi Park', 12.994512912962596, 77.6992469310038, 'Fast Food Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Tandoor Box', 12.992469, 77.702759, 'BBQ Joint'), ('Garudacharpalya', 12.993425, 77.7005156, 'tibbs frankie', 12.992132134627703, 77.70294446932684, 'Snack Place'), ('Garudacharpalya', 12.993425, 77.7005156, 'India Garage Service', 12.996080342622358, 77.70133442842166, 'Auto Workshop'), ('Garudacharpalya', 12.993425, 77.7005156, 'Daily Bread @ Brigade Metropolis', 12.991302901430817, 77.70280470975334, 'Bakery'), ('Garudacharpalya', 12.993425, 77.7005156, 'Café Noir', 12.99612615793144, 77.69525986335425, 'French Restaurant'), ('Garudacharpalya', 12.993425, 77.7005156, 'Pantaloons', 12.997457290755452, 77.69625153600802, 'Clothing Store'), ('Garudacharpalya', 12.993425, 77.7005156, 'PVR Gold, VR Bengaluru', 12.993301, 77.695419, 'Movie Theater'), ('Garudacharpalya', 12.993425, 77.7005156, 'Pheonix Market City - Barley', 12.996178390355706, 77.69368082579086, 'American Restaurant')], [('Kadugudi', 12.9908, 77.7608, "Domino's Pizza", 12.997, 77.756, 'Pizza Place'), ('Kadugudi', 12.9908, 77.7608, 'White Field railway station', 12.996363342784337, 77.75987908799556, 'Platform'), ('Kadugudi', 12.9908, 77.7608, 'Whitefield Railway Station', 12.99653363074443, 77.76148269315856, 'Train Station'), ('Kadugudi', 12.9908, 77.7608, 'State Bank of India ATM', 12.9834704, 77.7620593, 'ATM'), ('Kadugudi', 12.9908, 77.7608, 'ME (Meat And Eat)', 12.983647346496582, 77.76630401611328, 'Burger Joint')], [('Hagadooru', 12.9661, 77.757, 'Herbs and Spices', 12.968145444339365, 77.75086162627093, 'Eastern European Restaurant'), ('Hagadooru', 12.9661, 77.757, '153 Biere Street', 12.9627165778515, 77.75081535322659, 'Brewery'), ('Hagadooru', 12.9661, 77.757, 'The Biere Club', 12.962715532153524, 77.75084512698882, 'Brewery'), ('Hagadooru', 12.9661, 77.757, 'Royal Orchid Suites', 12.966774389552356, 77.75126172144326, 'Hotel'), ('Hagadooru', 12.9661, 77.757, "Chef Baker's", 12.969729807571616, 77.75130192049029, 'Bakery'), ('Hagadooru', 12.9661, 77.757, 'Golds Gym', 12.97221731296144, 77.75052890663683, 'Gym / Fitness Center'), ('Hagadooru', 12.9661, 77.757, 'Cafe Coffee Day', 12.963940124607525, 77.7485630938307, 'Café'), ('Hagadooru', 12.9661, 77.757, 'Mustard & Cress', 12.962879833853098, 77.7507878281204, 'Restaurant'), ('Hagadooru', 12.9661, 77.757, 'The river side bar and kitchen', 12.967297991535775, 77.74961434744236, 'Hotel Bar'), ('Hagadooru', 12.9661, 77.757, 'Cheenavala', 12.966435104932492, 77.7493684737628, 'Kerala Restaurant'), ('Hagadooru', 12.9661, 77.757, 'refresh', 12.965621480928588, 77.74923436060024, 'Café')], [('Doddanekkundi', 12.9763947, 77.6941175, 'X-Torque', 12.977570175403066, 77.69348269553484, 'Motorcycle Shop'), ('Doddanekkundi', 12.9763947, 77.6941175, 'The Brew and Barbeque', 12.979946025888285, 77.692965894289, 'BBQ Joint'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Jalsa', 12.97768337190332, 77.6954755254431, 'Indian Restaurant'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Kabab Magic', 12.978704486487107, 77.6955324411392, 'Fried Chicken Joint'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Subway', 12.980264900489397, 77.69409454746737, 'Sandwich Place'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Flechazo', 12.974379037496897, 77.69740013340697, 'Mediterranean Restaurant'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Cafe Coffee Day', 12.979549808570274, 77.69434613422327, 'Coffee Shop'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Lumiere', 12.977280073519045, 77.695229478726, 'Restaurant'), ('Doddanekkundi', 12.9763947, 77.6941175, 'CineMAX', 12.979686530427296, 77.69391005015251, 'Multiplex'), ('Doddanekkundi', 12.9763947, 77.6941175, 'cinemax, soul space arena', 12.979033141440048, 77.69329505689967, 'Movie Theater'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Spice Pavilion', 12.97771502547523, 77.69293165020251, 'Diner'), ('Doddanekkundi', 12.9763947, 77.6941175, 'SBX Sports & Music Cafe', 12.979570877721429, 77.69453015980629, 'Sports Bar'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Cafe Coffee Day', 12.982808108506525, 77.69389886848724, 'Coffee Shop'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Wells Fargo Centre', 12.97862226450362, 77.69458094801693, 'Office'), ('Doddanekkundi', 12.9763947, 77.6941175, 'spree hotels', 12.978960706711176, 77.69455858481979, 'Indian Restaurant'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Kaati Zone', 12.979742514934472, 77.69367523494691, 'Fast Food Restaurant'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Samsung Cafeteria Phoenix bldg', 12.98024688162327, 77.69708559773024, 'Cafeteria'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Callista Bar & Kitchen', 12.980595589219849, 77.69348810593283, 'Food'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Alpine Eco Joggers Track', 12.973116401318523, 77.7001696753979, 'Park'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Alpine Mart super market', 12.974003623548185, 77.7009990003061, 'Department Store'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Gateway super Bazar', 12.972868069874243, 77.70082569538432, 'Department Store'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Gopal Dhaba', 12.968975858301599, 77.69358019055653, 'Indian Restaurant'), ('Doddanekkundi', 12.9763947, 77.6941175, 'Dial A Chaat', 12.973583624735237, 77.70131206657868, 'Breakfast Spot')], [('Marathalli', 12.9646477, 77.7017686, 'Torq 3', 12.962902690186718, 77.7034680192233, 'Racetrack'), ('Marathalli', 12.9646477, 77.7017686, '6000 Miles To Isle Of Man', 12.965865067373674, 77.70188788260579, 'Motorcycle Shop'), ('Marathalli', 12.9646477, 77.7017686, 'Hotel Mariya Circle', 12.958452885379561, 77.69947076926688, 'Indian Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Suchithra Biryani House', 12.956755733708182, 77.70202764332885, 'Indian Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Thalassery Restaurant', 12.956742852341112, 77.70265196053191, 'Kerala Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Delhiwalle', 12.961735124700393, 77.70148707021339, 'Indian Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'A2B Adayar Ananda Bhavan', 12.956770288414699, 77.70236012600257, 'Vegetarian / Vegan Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Wangs Kitchen', 12.96152798105911, 77.70163507052047, 'Chinese Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Adyar Ananda Bhavan (A2B)', 12.95671565642854, 77.70287511833725, 'Vegetarian / Vegan Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Cafe Coffee day', 12.966507, 77.709676, 'Coffee Shop'), ('Marathalli', 12.9646477, 77.7017686, 'Malgudi', 12.96507759962336, 77.70194937731307, 'Indian Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'E-Zone Club', 12.963074139604137, 77.70308017730713, 'Racetrack'), ('Marathalli', 12.9646477, 77.7017686, 'Paprica Restaurant (Infusion)', 12.965509810530877, 77.70191181658679, 'Indian Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Shogun', 12.964884458389655, 77.70205559545244, 'Chinese Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Cafe Coffee Day', 12.968912953115707, 77.70100376862472, 'Coffee Shop'), ('Marathalli', 12.9646477, 77.7017686, 'CCD lounge', 12.962184149543084, 77.70156922750202, 'Café'), ('Marathalli', 12.9646477, 77.7017686, 'The French Loaf', 12.959886919048841, 77.70120025729655, 'Dessert Shop'), ('Marathalli', 12.9646477, 77.7017686, 'Salt & Pepper', 12.958599183929076, 77.69920706748962, 'Indian Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Ganesh Bhavan', 12.963422, 77.708841, 'Udupi Restaurant'), ('Marathalli', 12.9646477, 77.7017686, 'Creamee n Spicee', 12.957657984082953, 77.70118348589455, 'Ice Cream Shop'), ('Marathalli', 12.9646477, 77.7017686, 'Ragam Supermarket', 12.966714267531824, 77.70960449672553, 'Department Store'), ('Marathalli', 12.9646477, 77.7017686, 'Max Shoppee', 12.956892517585937, 77.69970200209735, 'Convenience Store'), ('Marathalli', 12.9646477, 77.7017686, 'Max outlet, marathahalli', 12.956978196022979, 77.69939452186136, 'Clothing Store'), ('Marathalli', 12.9646477, 77.7017686, 'Puma Factory Outlet', 12.956933891877197, 77.69946160853061, 'Shoe Store'), ('Marathalli', 12.9646477, 77.7017686, "Levi's Factory Outlet", 12.956960404079114, 77.69909822192265, 'Clothing Store'), ('Marathalli', 12.9646477, 77.7017686, 'Gateway super Bazar', 12.972868069874243, 77.70082569538432, 'Department Store'), ('Marathalli', 12.9646477, 77.7017686, 'Alpine Eco Joggers Track', 12.973116401318523, 77.7001696753979, 'Park'), ('Marathalli', 12.9646477, 77.7017686, 'Nike Factory Store', 12.956793071646793, 77.69791301429488, 'Clothing Store'), ('Marathalli', 12.9646477, 77.7017686, 'Dial A Chaat', 12.973583624735237, 77.70131206657868, 'Breakfast Spot'), ('Marathalli', 12.9646477, 77.7017686, 'Thulasi Theatre', 12.95634096598896, 77.69825963292323, 'Movie Theater')], [('HAL Airport', 12.95146575, 77.6706174862667, 'Glassy', 12.947507415966216, 77.67187440599595, 'Lounge'), ('HAL Airport', 12.95146575, 77.6706174862667, 'HAL Airport, Bangalore', 12.954375086560455, 77.67600059509277, 'Airport Terminal'), ('HAL Airport', 12.95146575, 77.6706174862667, 'Thar', 12.958394117789945, 77.66655634929111, 'Antique Shop'), ('HAL Airport', 12.95146575, 77.6706174862667, 'Manjushree Sweets & Contiments', 12.945065451278158, 77.67700209298754, 'Tea Room'), ('HAL Airport', 12.95146575, 77.6706174862667, 'The Donut Bakers', 12.94508278627795, 77.67708037646287, 'Donut Shop'), ('HAL Airport', 12.95146575, 77.6706174862667, 'HAL Main Gate', 12.958626684485127, 77.66507440624318, 'Bus Stop')], [('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'The Leela Palace', 12.9609277177971, 77.64855594251874, 'Hotel'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Citrus - The Leela Palace', 12.961605849068574, 77.64845462485508, 'Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Leon Grill', 12.969111964192724, 77.64878825383457, 'Burger Joint'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Laddoos', 12.968608630550321, 77.64964399895968, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Soo Ra Sang', 12.965619156409307, 77.64914251962088, 'Korean Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Jamavar', 12.960902279713261, 77.64865414567983, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Big Pitcher', 12.960101221571014, 77.64694579372205, 'Brewery'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Cafe Thulp', 12.97054539355029, 77.6471532999672, 'Burger Joint'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Le Cirque Signature', 12.960797349702151, 77.64859701290223, 'French Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'The Fatty Bao', 12.970429572458972, 77.6451026338787, 'Asian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Natural Ice Cream', 12.970349663341073, 77.64454476012666, 'Ice Cream Shop'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'cream stone', 12.970448471279681, 77.64704458358108, 'Ice Cream Shop'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Monkey Bar', 12.97039919840766, 77.64527105931315, 'Pub'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Anand Sweets', 12.960165704974667, 77.64516797876391, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Shabari Juice Junction', 12.968700528384726, 77.64888123888163, 'Juice Bar'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Zaitoon', 12.959949337707123, 77.64697783077756, 'Middle Eastern Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Bombay Brasserie', 12.97033986898996, 77.64587098485183, 'Multicuisine Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Shebestan', 12.959361273611702, 77.64873818018701, 'Middle Eastern Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Library Bar', 12.961287933488943, 77.648628628446, 'Bar'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Sri Udupi Park', 12.962163225946858, 77.64931899121386, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Delicacy', 12.96789714445816, 77.65297959446143, 'Chinese Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Haagen Dazs', 12.97025062301479, 77.64399998700664, 'Ice Cream Shop'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Tayabbs', 12.969312223213148, 77.64774785041102, 'BBQ Joint'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Cha Bar & Oxford Book Store', 12.960354704649463, 77.64870002730515, 'Bar'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Zen', 12.960905154296638, 77.64873198647008, 'Asian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'The Leela Spa & Fitness Centre', 12.961123751793446, 77.6485144563571, 'Spa'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'New Punjabi Hotel', 12.95929598977082, 77.65554308650674, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Monkey Bar', 12.970328689143555, 77.64510698235551, 'Bar'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Leela Galleria', 12.960111770896194, 77.64853527891889, 'Shopping Mall'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Burrito King', 12.97091301227782, 77.64725600150057, 'Mexican Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Fossil', 12.970484128221884, 77.64681004806933, 'Accessories Store'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'New Punjabi Hotel', 12.972644841822078, 77.64683402752696, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Plantain Leaf', 12.971893328128434, 77.65479791452063, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Lazy Suzy', 12.970913996711596, 77.64730733833757, 'Café'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Annapoorani', 12.970449959834651, 77.64644922703366, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Hyderabad Biryaani House', 12.959209291766507, 77.65649019333365, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "Domino's Pizza", 12.96, 77.656, 'Pizza Place'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Barista', 12.959914018001854, 77.64862072523194, 'Café'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'cafe coffee day', 12.959424714856727, 77.65300605699187, 'Café'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, '20 Char', 12.959319965573068, 77.64877733181137, 'Coffee Shop'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Cafe Coffee Day', 12.960813664786022, 77.64613283526276, 'Café'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Srinidhi Sagar', 12.960529038276217, 77.64568217577056, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Eclipse (Athena)', 12.960164300279923, 77.64794395857132, 'Nightclub'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Cafe Srinidhi', 12.969350382874147, 77.64772889034991, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Sly Granny', 12.970548151076665, 77.64640274696568, 'Speakeasy'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Lavazza', 12.960311577013915, 77.64860953903933, 'Café'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'The Biryanis', 12.96778592878806, 77.6543703561135, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Cafe Coffee Day', 12.967722483002703, 77.65435472554519, 'Café'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Glocal Junction', 12.970308517014141, 77.64488469457089, 'Cocktail Bar'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Green pepper', 12.968723049757228, 77.64887454205679, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Harrys Pub', 12.971464888897806, 77.64726083881466, 'Pub'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "Bob's", 12.969481024040816, 77.65183870680515, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Dakshin Cafe', 12.968048153810187, 77.65224643105164, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "Mani's Dum Biryani", 12.968847683627693, 77.64806611511081, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Kaayal', 12.968258584178132, 77.65053587974201, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Madurai Idly Shop', 12.971471724865998, 77.64718993998628, 'Vegetarian / Vegan Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Rahhams (Richies)', 12.96014695663371, 77.64586329500514, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Matthan Hotel', 12.959336842916526, 77.64853076653228, 'Hotel'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Malabar Hotel', 12.967760855349725, 77.65439877722774, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "McDonald's", 12.958693284292194, 77.65674233436584, 'Fast Food Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'The French Loaf', 12.969453610141187, 77.6477042383343, 'Bakery'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'KFC', 12.959232583061564, 77.65692743951291, 'Fast Food Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Beijing Bites', 12.96887755766989, 77.6480043643224, 'Chinese Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "Sterling's MAC Hotel", 12.959434042925109, 77.64866919869183, 'Roof Deck'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Amoeba Sports Bar', 12.960256286344748, 77.64853123565982, 'Sports Bar'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, '6 Ballygunge Place', 12.970518280140235, 77.64686107635498, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Mast Kalandar', 12.968614217976924, 77.64961604870123, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Coastal Junction', 12.970790087576837, 77.64717769717635, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Empire Restaurant', 12.969966745324829, 77.64748339044358, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Bootlegger Indiranagar', 12.970865857149422, 77.64753505354435, 'Pub'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Rahams  Families', 12.960125606610273, 77.64596412427946, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "McDonald's", 12.95928679303521, 77.65686315831108, 'Fast Food Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Thippasandra Market', 12.973181239356618, 77.64794395857132, 'Flea Market'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Manipal Hospital', 12.959238002772027, 77.64920827561428, 'Hospital'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "Chung's Pavilion", 12.971832013033177, 77.64710880702951, 'Chinese Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Paratha House', 12.95989408881786, 77.64458969098906, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Cafe Coffee Day', 12.959231825701037, 77.65474834021752, 'Coffee Shop'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Isro Signal', 12.959299512186826, 77.65437587337914, 'Intersection'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Maduri Grand', 12.95912447354423, 77.65410217493216, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Shri Udupi Park', 12.959302945535505, 77.65607553064976, 'Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Crunch Pizza', 12.971303519361149, 77.6505111757588, 'Italian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "FAASO'S", 12.9602415946053, 77.64529278373925, 'Burrito Place'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "Sethji's", 12.964210978293035, 77.64388271352537, 'Diner'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'The Urban Hotel', 12.958411882754463, 77.64953798923008, 'Hotel'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'HAL bus stand', 12.959262529951918, 77.65553357886255, 'Bus Station'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Goli vada pau', 12.959006297139199, 77.65529868306467, 'Fast Food Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Juicy', 12.958884, 77.655339, 'Juice Bar'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Sai Bhavan', 12.972174141022814, 77.65277818287917, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Delhi6', 12.95763654, 77.65383471, 'Chinese Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, '612East', 12.970429719901292, 77.6456927625323, 'Pub'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Treat', 12.971864080210318, 77.64711517351377, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Clay Pot', 12.960031596718116, 77.64473140239716, 'Indian Restaurant'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'More', 12.971677996822837, 77.65558838776997, 'Grocery Store'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, 'Citi Food Centre', 12.956743981745745, 77.64951889099638, 'Department Store'), ('Jeevanbhima Nagar', 12.96486115, 77.65119960878225, "Watta's Multi Cuisine Restaurant", 12.956713011248427, 77.65390607643931, 'Indian Restaurant')], [('Jogupalya', 12.97326665, 77.63378071643349, 'Citi Nest Sports Centre', 12.97474834941584, 77.6330400749446, 'Athletics & Sports'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Khan Saheb', 12.971306924993241, 77.63504312226704, 'Indian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Corner House', 12.96997259210254, 77.6374526658063, 'Ice Cream Shop'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Imperial Restaurant', 12.975519642815073, 77.63618619009051, 'Indian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Ooty Chocolates', 12.971345326874788, 77.63532402975615, 'Candy Store'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Infinitea', 12.968967609084716, 77.63611108440232, 'Tea Room'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Kim Lee', 12.973632563930007, 77.6359129577451, 'Chinese Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'League of Extraordinary Gamers', 12.967098531603707, 77.63691851929147, 'Gaming Cafe'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Vero Moda', 12.972807530900655, 77.64122460428416, 'Boutique'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Chinita Real Mexican Food', 12.980976546862369, 77.63720542741842, 'Mexican Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Terra', 12.980417464598965, 77.63716110610339, 'Café'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Bodycraft', 12.968497086164833, 77.64128911181118, 'Spa'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Retro Lounge Bar', 12.972614445679424, 77.6267001093147, 'Bar'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Smoor Chocolates by Bliss', 12.969912874955153, 77.6412832983829, 'Chocolate Shop'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Mamagoto', 12.970113448717763, 77.63917316666122, 'Asian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Krispy Kreme Doughnuts', 12.970094327976001, 77.64067091504293, 'Bakery'), ('Jogupalya', 12.97326665, 77.63378071643349, 'The Humming Tree - Music Venue and Bar', 12.970124587896086, 77.639161198021, 'Music Venue'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Yogisthan', 12.981036630519014, 77.63834821382211, 'Café'), ('Jogupalya', 12.97326665, 77.63378071643349, "Glen's Bakehouse", 12.979147820281199, 77.64063514790993, 'Bakery'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Mother Cluckers', 12.9701761233072, 77.64024335293145, 'Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'California Burrito', 12.967528006998045, 77.63672184058419, 'Burrito Place'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Esplanade Calcutta Cuisine', 12.97877939551506, 77.63673500999263, 'Bengali Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Phobidden Fruit', 12.9699592658647, 77.63961973169945, 'Vietnamese Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Stoner', 12.976362702040921, 77.64118809071226, 'Dessert Shop'), ('Jogupalya', 12.97326665, 77.63378071643349, 'The Black Rabbit', 12.969891020052852, 77.64125114874344, 'Pub'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Nagarjuna', 12.977510782422614, 77.63655622217226, 'Andhra Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Bite Me Cupcakes', 12.97071129751499, 77.64131050643094, 'Cupcake Shop'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Annapoorani', 12.974672134695787, 77.63603075896815, 'Indian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'LOFT 38', 12.971166660789011, 77.64120278594287, 'Lounge'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Tandoori Taal', 12.9685143298792, 77.63625497669454, 'Indian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Doff Pub', 12.977381959533586, 77.64081675463058, 'Pub'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Bangalore Mandarin', 12.977584014966176, 77.63658361681532, 'Chinese Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Bliss Chocolate Lounge', 12.97056979924098, 77.64204864494035, 'Cupcake Shop'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Take 5', 12.975553933859773, 77.64118445763896, 'Pub'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Creme & Crust', 12.974955917759535, 77.64108735574453, 'Café'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Cream Centre', 12.971448298683102, 77.64118124658971, 'Indian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Sri Udupi Park', 12.973616953966802, 77.64110378070436, 'Udupi Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'M.K. Retail', 12.978260724348612, 77.63480492778383, 'Department Store'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Hotel Shalimar Bar and Restaurant', 12.978253448591232, 77.63736833055371, 'Bar'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Chianti Ristorante & Wine Bar', 12.970166816699923, 77.6403456189779, 'Italian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Bricklane Grill', 12.96991956114483, 77.64109337508981, 'Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Vapour - Pub and Brewery', 12.969400042480276, 77.64126770694673, 'Brewery'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Meghana Foods', 12.978259479034643, 77.63784974571173, 'Andhra Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Hangover', 12.970077919399797, 77.63839880639964, 'Lounge'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Loft38 Lounge', 12.971279579190945, 77.64117494877276, 'Cocktail Bar'), ('Jogupalya', 12.97326665, 77.63378071643349, 'B Flat', 12.968858716822131, 77.64110987804845, 'Lounge'), ('Jogupalya', 12.97326665, 77.63378071643349, 'The Kitchen Of Joy', 12.968546587252069, 77.63633025468197, 'Fast Food Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, '1131 Bar N Kitchen', 12.969915566801303, 77.64134445399704, 'Cocktail Bar'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Bhartiya Jalpan', 12.968684148808519, 77.6414819251013, 'Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, "Namdhari's Fresh", 12.970208211865616, 77.6407850128964, 'Grocery Store'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Breadworks', 12.97381455352682, 77.6419867358635, 'Bakery'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Chaipatty Teafe', 12.96954625703495, 77.6412825626295, 'Tea Room'), ('Jogupalya', 12.97326665, 77.63378071643349, "Domino's Pizza", 12.969042146242634, 77.62907673511619, 'Pizza Place'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Blistering Barnacles', 12.975468847802725, 77.64124762205996, 'Pub'), ('Jogupalya', 12.97326665, 77.63378071643349, "The People's Art Cafe", 12.973840262650604, 77.64218288702607, 'Café'), ('Jogupalya', 12.97326665, 77.63378071643349, 'High Note Bar and Dining', 12.968883137056034, 77.64116267019021, 'Diner'), ('Jogupalya', 12.97326665, 77.63378071643349, "Chili's Grill & Bar", 12.969236716608249, 77.64141442037109, 'Tex-Mex Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Esplanade', 12.969199004595144, 77.64147271369525, 'Indian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Vietnamese Kitchen', 12.966451631457387, 77.63733788165581, 'Vietnamese Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, "Vasudev Adiga's", 12.98121776875185, 77.63708119567669, 'Indian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Ulsoor Metro Station', 12.976108422537322, 77.62637477866377, 'Light Rail Station'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Terrazzo', 12.969337035463994, 77.64140372132545, 'Italian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Annapoorani', 12.97247222, 77.62935175, 'Indian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Aaha Andhra', 12.969154, 77.636017, 'Andhra Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Tea Journey', 12.968956, 77.636168, 'Café'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Figurine Fitness', 12.968898906657259, 77.63614396519804, 'Gym / Fitness Center'), ('Jogupalya', 12.97326665, 77.63378071643349, "Namdhari's Fresh", 12.966155476607463, 77.6375836931685, 'Food & Drink Shop'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Allen Solly', 12.968050940787577, 77.64123939345225, 'Clothing Store'), ('Jogupalya', 12.97326665, 77.63378071643349, 'The Beer Joint', 12.981301125964004, 77.63663939432324, 'Pub'), ('Jogupalya', 12.97326665, 77.63378071643349, 'sk donne Biryani', 12.981123534666727, 77.63693054572487, 'Indian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'Curry Meen', 12.981354901500612, 77.63728854057882, 'Asian Restaurant'), ('Jogupalya', 12.97326665, 77.63378071643349, 'New Shahi', 12.98145, 77.637327, 'Falafel Restaurant')], [('Ulsoor', 12.9778793, 77.6246697, 'Conrad Bengaluru', 12.975762259278598, 77.62104337610005, 'Hotel'), ('Ulsoor', 12.9778793, 77.6246697, 'Foodhall', 12.973485690482145, 77.62011698527735, 'Department Store'), ('Ulsoor', 12.9778793, 77.6246697, 'Vivanta by Taj', 12.973365292763003, 77.61995066928176, 'Hotel'), ('Ulsoor', 12.9778793, 77.6246697, 'Marks & Spencer', 12.973272296191876, 77.62016592436319, 'Clothing Store'), ('Ulsoor', 12.9778793, 77.6246697, 'Yauatcha', 12.973317763148415, 77.62007163708287, 'Asian Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'The Oberoi', 12.973457334267048, 77.61828850236205, 'Hotel'), ('Ulsoor', 12.9778793, 77.6246697, 'Retro Lounge Bar', 12.972614445679424, 77.6267001093147, 'Bar'), ('Ulsoor', 12.9778793, 77.6246697, 'Häagen-Dazs', 12.973017727941384, 77.61991382607145, 'Ice Cream Shop'), ('Ulsoor', 12.9778793, 77.6246697, 'Teppan', 12.975726856353143, 77.6168786042435, 'Japanese Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'i-BAR', 12.973822826489533, 77.61932763072113, 'Hotel Bar'), ('Ulsoor', 12.9778793, 77.6246697, 'Ice Bar', 12.973554439392961, 77.61995933760171, 'Bar'), ('Ulsoor', 12.9778793, 77.6246697, 'Graze', 12.973510863911436, 77.61993663874567, 'Modern European Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'TGIF', 12.97309949659914, 77.6213983640739, 'Pub'), ('Ulsoor', 12.9778793, 77.6246697, 'Citi Nest Sports Centre', 12.97474834941584, 77.6330400749446, 'Athletics & Sports'), ('Ulsoor', 12.9778793, 77.6246697, 'Barbeque Nation (Lido Mall)', 12.973060755218478, 77.62153704171425, 'BBQ Joint'), ('Ulsoor', 12.9778793, 77.6246697, 'Being Human', 12.972778845178517, 77.6200699343011, 'Clothing Store'), ('Ulsoor', 12.9778793, 77.6246697, 'Marzipan Cafe & Bakery', 12.974775676411495, 77.61946513734968, 'Mediterranean Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Benjarong', 12.975615243466907, 77.61691626671352, 'Thai Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Carnival-De-Goa', 12.974940560849392, 77.62009617214915, 'Seafood Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'The Coffee Bean & Tea Leaf', 12.973468860307642, 77.62007900468181, 'Café'), ('Ulsoor', 12.9778793, 77.6246697, 'Monsoon @ The Park', 12.973696614596705, 77.61963523943452, 'Diner'), ('Ulsoor', 12.9778793, 77.6246697, 'Aqua', 12.973761172729041, 77.6192035799538, 'Nightclub'), ('Ulsoor', 12.9778793, 77.6246697, 'Cafe Mozaic', 12.973641828898975, 77.61976239834883, 'Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Le Jardin', 12.973562356848221, 77.61786429068648, 'French Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'The Bombay Store', 12.973301848239167, 77.61996923294485, 'Arts & Crafts Store'), ('Ulsoor', 12.9778793, 77.6246697, 'The Grill House', 12.974886686867837, 77.62008666505012, 'Steakhouse'), ('Ulsoor', 12.9778793, 77.6246697, 'Starbucks', 12.972374, 77.618546, 'Coffee Shop'), ('Ulsoor', 12.9778793, 77.6246697, 'The Tao Terraces', 12.973372054162013, 77.6203488538162, 'Thai Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Rim Naam', 12.973580471422371, 77.61789370553934, 'Asian Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Szechwan Court', 12.973511212766514, 77.61808187181983, 'Chinese Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Ente Keralam', 12.975569263752478, 77.61694306426837, 'Indian Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, '1 MG Road', 12.973476023616385, 77.62013652801762, 'Shopping Mall'), ('Ulsoor', 12.9778793, 77.6246697, 'Chai Point', 12.973211491075135, 77.61680162910571, 'Café'), ('Ulsoor', 12.9778793, 77.6246697, 'Hyatt Centric Mg Road Bangalore', 12.973439259576594, 77.62167627268919, 'Hotel'), ('Ulsoor', 12.9778793, 77.6246697, "Domino's Pizza", 12.973, 77.617, 'Pizza Place'), ('Ulsoor', 12.9778793, 77.6246697, 'Ulsoor Metro Station', 12.976108422537322, 77.62637477866377, 'Light Rail Station'), ('Ulsoor', 12.9778793, 77.6246697, 'Polo Club', 12.973412, 77.618002, 'Bar'), ('Ulsoor', 12.9778793, 77.6246697, 'Cafe Coffee Day Ulsoor Lake', 12.979497759846694, 77.61815099851535, 'Café'), ('Ulsoor', 12.9778793, 77.6246697, 'TGI Fridays', 12.972714205431535, 77.61972866822914, 'American Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Cafe Coffee Day', 12.973148379008727, 77.62161226219017, 'Café'), ('Ulsoor', 12.9778793, 77.6246697, 'Ulsoor Lake Running Trail', 12.982976506606494, 77.61879997171275, 'Trail'), ('Ulsoor', 12.9778793, 77.6246697, 'Memories Of China', 12.973100905341456, 77.61991146090455, 'Chinese Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Oxford book store', 12.973419544452739, 77.6201187836756, 'Bookstore'), ('Ulsoor', 12.9778793, 77.6246697, 'Fort Kochi', 12.973640384761852, 77.61984615338709, 'Kerala Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Xian', 12.977627976939583, 77.61898544404033, 'Chinese Restaurant'), ('Ulsoor', 12.9778793, 77.6246697, 'Au Bon Pain', 12.98216964258371, 77.62498570492356, 'Café'), ('Ulsoor', 12.9778793, 77.6246697, 'The Park Hotel', 12.97373919262414, 77.61976618750536, 'Hotel'), ('Ulsoor', 12.9778793, 77.6246697, 'Au Bon Pain', 12.982879, 77.624741, 'Café'), ('Ulsoor', 12.9778793, 77.6246697, 'The French Loaf', 12.975461279933576, 77.61706963459889, 'Bakery'), ('Ulsoor', 12.9778793, 77.6246697, 'ALDO', 12.973300750224091, 77.62000839459411, 'Shoe Store'), ('Ulsoor', 12.9778793, 77.6246697, 'Nilgris Ulsoor', 12.977302374333313, 77.6179216191629, 'Department Store'), ('Ulsoor', 12.9778793, 77.6246697, 'Annapoorani', 12.97247222, 77.62935175, 'Indian Restaurant')], [('Bharathi Nagar', 13.13847625, 77.62049897098888, 'cafe coffee day', 13.145366004172379, 77.61790616731058, 'Coffee Shop'), ('Bharathi Nagar', 13.13847625, 77.62049897098888, 'Hunasamaranahalli Lake', 13.144022364455145, 77.6176642661624, 'Lake'), ('Bharathi Nagar', 13.13847625, 77.62049897098888, 'Parika', 13.145124232284816, 77.6180279169697, 'Indian Restaurant'), ('Bharathi Nagar', 13.13847625, 77.62049897098888, 'Bhagini Grand', 13.14583290168925, 77.61819575537689, 'Indian Restaurant')], [('Shivaji Nagar', 19.1114309, 72.8673102, 'Spirit Kitchen and Bar', 19.11125788546854, 72.86982004017375, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Peshawri Restaurant, Itc, Mumbai', 19.10928336415873, 72.8698912957299, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'The Leela', 19.10909511511734, 72.87411353592037, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'ITC Maratha', 19.10402335643933, 72.86963760852814, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Courtyard Mumbai International Airport', 19.1141672, 72.8641313, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Peshawari', 19.10395400387377, 72.86987902868673, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Citrus Café', 19.10914485064099, 72.8741480606626, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Le Cirque Signature', 19.1099863404606, 72.87355461310726, 'Italian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Gajalee Coastal Food Annexure', 19.117567194128657, 72.86748485224203, 'Seafood Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Glass House @ Hyatt Hotel', 19.10368684595821, 72.87161592088513, 'Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Hyatt Regency', 19.103543148622148, 72.8714396060434, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Pan Asian', 19.104424065333735, 72.86975055081648, 'Asian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, "Domino's Pizza", 19.112, 72.867, 'Pizza Place'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Club Lounge', 19.103784396623094, 72.87165695023954, 'Lounge'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Pizza Hut', 19.112927868699387, 72.86443418302402, 'Pizza Place'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Hilton', 19.104275947619968, 72.87089179498523, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Glass House (Hyatt Regency)', 19.103660573437836, 72.87156508863428, 'Coffee Shop'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Hit & Run', 19.107787469190956, 72.86333266520172, 'Falafel Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, "Faaso's", 19.113938442040993, 72.86232968704125, 'Fast Food Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Stax', 19.103658594428307, 72.87161375246681, 'Italian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Club Prana', 19.10383143317477, 72.8717329784309, 'Spa'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Great Wall', 19.109154003104717, 72.87415004470053, 'Chinese Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Regency Club @ Hyatt Regency Mumbai', 19.103887045464226, 72.87191412580304, 'Lounge'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'China Gate', 19.11859711445652, 72.86988816192876, 'Asian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Dum Pukth', 19.10406987143994, 72.86982150430973, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Sai Palace Hotel', 19.115372776619047, 72.8605712200513, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Apna Dhaba', 19.11124744999861, 72.87098020097504, 'Hotel Bar'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Cafe Coffee Day', 19.110732921876288, 72.87422958048617, 'Coffee Shop'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Poolside', 19.109102405279387, 72.87408370586947, 'Pool'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'MoMo Cafe', 19.11368176337387, 72.86411674564665, 'Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'The Lobby Lounge @ Leela Kempinsky', 19.109093617620843, 72.87403862835063, 'Lounge'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Cafe Coffee Day', 19.112272267401284, 72.86110550627025, 'Café'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Caravan Serai', 19.118810756285704, 72.87009984669132, 'Diner'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Gopal Krishna Veg. Restaurant', 19.111768365794262, 72.86773023694177, 'Vegetarian / Vegan Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Persian Darbar', 19.10961186785835, 72.87576522184452, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Bon Bon Supermarket JB Nagar', 19.11090498100229, 72.86681757577537, 'Department Store'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'The Mirador Mumbai', 19.11146199640433, 72.86066732390752, 'Asian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Upper Crust Lounge', 19.10403991098959, 72.86983764356485, 'Hotel Bar'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Red box Cafe', 19.11867169633385, 72.86998080717008, 'Diner'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Kohinoor Continental', 19.112325414617082, 72.86794283329434, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Bombay High', 19.10426151602542, 72.8698212979368, 'Bar'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'The Peshwa Pavilion', 19.1040177034789, 72.86986770672287, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'VITS Hotel ★★★★☆ Mumbai', 19.11163156436596, 72.87131389426189, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Hotel Tunga International', 19.117857580329467, 72.86515943512828, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Executive Lounge At Hilton Mumbai', 19.104404170084624, 72.87080539955278, 'Café'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Ganesh Palace Restaurant', 19.119313256630917, 72.86359770759731, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, '6 Degrees', 19.109111971886453, 72.87410544132116, 'Lounge'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Somethings Fishy Level 1', 19.117869067878974, 72.86513899619112, 'Seafood Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'NH1 Kitchen and Bar', 19.1113345026096, 72.85863942166638, 'Cocktail Bar'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Burgs', 19.112473368052136, 72.8662509993865, 'Burger Joint'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Nagpal Fish n Fry', 19.10785995351046, 72.86331215176456, 'Seafood Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Sangam BIG Cinemas', 19.112427116974573, 72.86491627091543, 'Multiplex'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Shree', 19.112256197260013, 72.8611131409699, 'Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Buckets And Tuckets', 19.114375753655438, 72.8616298787184, 'Fast Food Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'T24 Residency & Bistro', 19.11065882021481, 72.87493892778313, 'Bistro'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Big Cinemas', 19.112661639462562, 72.85912024440914, 'Multiplex'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Jamavar', 19.109179189824307, 72.87416423063223, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, "Smokin' Joe's", 19.111394296755645, 72.86321641573117, 'Pizza Place'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Cafe Coffee Day', 19.10691087388167, 72.86401581009459, 'Café'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Planet health,j.b.nagar', 19.106449281096538, 72.86645124408435, 'Gym'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Grapevine Gourmet Cuisine', 19.11183953537912, 72.86074876785278, 'Vegetarian / Vegan Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Hotel Oriental Aster', 19.107942690669464, 72.86160103249473, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Hotel Suba International', 19.10614013007769, 72.86021774649141, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Hotel Legrand', 19.105716425903825, 72.86235680242152, 'Hotel'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Dakshin', 19.104109582091276, 72.87004129091733, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Cafe 9T9', 19.11176451970293, 72.85907985927673, 'Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Samsonite India Pvt. Ltd.', 19.11894663882336, 72.87015142716525, 'Luggage Store'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Anna Punjabi', 19.112745009707986, 72.85891254937084, 'South Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'La Brasserie', 19.104300066238213, 72.87136475838507, 'Pub'), ('Shivaji Nagar', 19.1114309, 72.8673102, '24/7- The 24 Hour Café', 19.10427445541721, 72.87172584586129, 'Café'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Krishna Dining Bar', 19.11909837762999, 72.86353083726476, 'Indian Restaurant'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Air India Lounge', 19.103745208845176, 72.87135086033132, 'Airport Lounge'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Cafe MOJO', 19.119745018670965, 72.87023163165121, 'Pub'), ('Shivaji Nagar', 19.1114309, 72.8673102, 'Hyatt Regency Mumbai Gym Zone', 19.103772815080887, 72.87184699490815, 'Gym')], [('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Taj West End', 12.984572066608893, 77.58489294114838, 'Hotel'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Bangalore Golf Club', 12.989680857980485, 77.58593261533458, 'Golf Course'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Chitra Kala Parishad', 12.989294925620966, 77.58111476898193, 'Art Gallery'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Masala Klub', 12.984992722558056, 77.585114632884, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'ITC Windsor', 12.994131079730277, 77.58589579893851, 'Hotel'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'The Sugar Factory', 12.990041405869428, 77.58632017966434, 'Nightclub'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Bangalore Turf Club', 12.983914323470175, 77.58314007165988, 'Racetrack'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Shangri-La Hotel, Bengaluru', 12.99211243040235, 77.58844611108599, 'Hotel'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Blue Ginger', 12.984804350441769, 77.58404455380764, 'Vietnamese Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Desserted', 12.993038920209258, 77.58937582405173, 'French Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Aromas Of South', 12.984895354942472, 77.58098545675414, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Corner House', 12.98830366372137, 77.57712961194349, 'Ice Cream Shop'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'National Gallery of Modern Arts', 12.989789993304006, 77.58838932516419, 'Art Museum'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'The Blue Bar', 12.984871848883593, 77.5839726692939, 'Hotel Bar'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Mynt', 12.984629089996135, 77.5849890280425, 'Coffee Shop'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'The Raj Pavilion', 12.994108009647913, 77.58560983094429, 'Café'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Dum Pukht Jolly Nabobs', 12.994141931687635, 77.58630756083495, 'Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Janardhan Hotel', 12.985753649668615, 77.57914631666371, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Kabab Studio', 12.985324856309296, 77.57946451639165, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Dublin', 12.99430093752093, 77.58571184063106, 'Pub'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'The Royal Afghan', 12.994082750067209, 77.58549051379526, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Hotel Chalukya', 12.984577415527921, 77.58784547233438, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Oko @ Lalit Ashok', 12.992372007664631, 77.58244940287616, 'Asian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Raintree', 12.994228562247534, 77.58431585845292, 'Art Gallery'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Richie Rich', 12.986810188470278, 77.57993552448508, 'Fast Food Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, '24/7 @ Lalit Ashok', 12.991838164771204, 77.58185396281732, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Chowmein', 12.989124373446728, 77.57834713433805, 'Chinese Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Fat Buddha', 12.989882118854355, 77.5912540122119, 'Chinese Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Le Meridien', 12.990263, 77.586466, 'Hotel'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Umesh Dosa Point', 12.988905011478305, 77.57773600534023, 'Karnataka Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'La Brasserie', 12.990219179680775, 77.58631175795396, 'Coffee Shop'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, "Chetty's Corner", 12.992465446218658, 77.57841549534524, 'Food & Drink Shop'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Imperial Restaurant', 12.991149886578006, 77.59383746322487, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Pasta Street - Cunningham Road', 12.988385129794183, 77.59389142600642, 'Italian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, "Ramana's", 12.988734023699127, 77.5940574616001, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Samrat Restaurant', 12.984634394639572, 77.58778214784162, 'Indian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Cafe @ Raintree', 12.994091880226808, 77.58449997629533, 'Café'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Sutra', 12.991907599378855, 77.5822964188521, 'Lounge'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, "Gullu's Chat", 12.99243043883085, 77.57836433849415, 'Chaat Place'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Cafe Coffee Day', 12.988458, 77.59205, 'Coffee Shop'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Jawaharlal Nehru Planetarium', 12.984570044084577, 77.59016327148883, 'Planetarium'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Sana-di-ge', 12.985438169736728, 77.5796049178182, 'Seafood Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'The Lalit Ashok', 12.992156829617846, 77.58256924261771, 'Hotel'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'The London Curry House', 12.985377235675857, 77.57907247873233, 'Vegetarian / Vegan Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Gold Finch Hotel', 12.985300141470223, 77.57947463203604, 'Hotel'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Cafe Coffee Day', 12.988330631269658, 77.57709458941461, 'Café'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Cafe Coffee Day', 12.989304961550355, 77.59288289535611, 'Coffee Shop'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Hotel Chandrika', 12.98965, 77.59297, 'Vegetarian / Vegan Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Cafe Coffee Day', 12.986128287719138, 77.5770958531842, 'Arcade'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Casa Raviera', 12.989019782378223, 77.59342889070933, 'Italian Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Sreeraj Lassi Bar', 12.983183237086276, 77.5876329178736, 'Juice Bar'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Baskin-Robbins', 12.988274307384168, 77.57712943306791, 'Ice Cream Shop'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Atria Hotel', 12.980226955229458, 77.58606746792793, 'Hotel'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, "Domino's Pizza", 12.988320482792965, 77.59400417472338, 'Pizza Place'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Yataii', 12.99190705180659, 77.58791925270019, 'Japanese Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Cafe Coffee Day', 12.992710818465119, 77.58885350887968, 'Coffee Shop'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Chungs', 12.989102438265864, 77.59402695478403, 'Chinese Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'KFC', 12.988550451776677, 77.59386808727444, 'Fast Food Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Bangalore Bistro', 12.988101433291202, 77.59411957508252, 'Mediterranean Restaurant'), ('Vasanth Nagar', 12.98872125, 77.58516877601824, 'Kumara Park West Park', 12.99253763031361, 77.57845023392119, 'Park')], [('Gandhi Nagar', 12.9771534, 77.5784005, 'Hotel Fishland', 12.975568890049333, 77.57859164076424, 'Seafood Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Sangam Sweets', 12.976923576115686, 77.57789057442537, 'Dessert Shop'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Sapna Book House', 12.976355227501642, 77.57846142706263, 'Bookstore'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Udupi Sri Krishna Bhavan', 12.97156265323936, 77.57415757477479, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Freedom Park', 12.97800804978846, 77.58237336924304, 'Park'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Hotel Annapoorna', 12.979087566298864, 77.57862372776252, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Bangalore Turf Club', 12.983914323470175, 77.58314007165988, 'Racetrack'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Aromas Of South', 12.984895354942472, 77.58098545675414, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Hotel Empire', 12.979648013741157, 77.57497051453586, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Mavalli Tiffin Rooms (MTR 1924)', 12.979072175993936, 77.5771394336105, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'SGS Donne Biriyani', 12.970324618320749, 77.57264765624994, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Janardhan Hotel', 12.985753649668615, 77.57914631666371, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'The Citadel Hotel', 12.980752354313825, 77.57557380900305, 'Bed & Breakfast'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Kabab Studio', 12.985324856309296, 77.57946451639165, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Vasudev Adigas', 12.973707466751653, 77.57925702237114, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Sukh Sagar GandhiNagar', 12.976707716721643, 77.57782914668401, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Adigas Hotel', 12.973553782214829, 77.57916099748974, 'Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'National Market', 12.976377523937252, 77.57749955731605, 'Flea Market'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Chicken County', 12.97760791036761, 77.57714342463389, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Kamat Yatrinivas', 12.975985, 77.578125, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Sukh Sagar Food Court', 12.976401486772465, 77.57769469294772, 'Asian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'The London Curry House', 12.985377235675857, 77.57907247873233, 'Vegetarian / Vegan Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Sana-di-ge', 12.985438169736728, 77.5796049178182, 'Seafood Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Gold Finch Hotel', 12.985300141470223, 77.57947463203604, 'Hotel'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Atria Hotel', 12.980226955229458, 77.58606746792793, 'Hotel'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Fortune Park JP Celestial', 12.98124239713509, 77.5761715544753, 'Hotel'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Talk Of The Town', 12.976961986716145, 77.57715181965152, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Race View', 12.980177882321017, 77.58051535350074, 'Bed & Breakfast'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Brigade Plaza', 12.980416865994632, 77.57488030122387, 'Shopping Mall'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Hotel Shreeragavendra', 12.977855036355214, 77.57223397493362, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Swathi Deluxe Andhra Style Restaurant', 12.976349914824251, 77.5720867422601, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Sachin Light House', 12.972864339048252, 77.57320051905079, 'Miscellaneous Shop'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Mantri mall Coffeeday', 12.978003279296122, 77.57150466359761, 'Café'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'BNR Coffee Bar', 12.976312096591018, 77.5709841484129, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'OVS Bangalore Mantri Mall', 12.974584972319116, 77.57085541848201, 'Clothing Store'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Hare Krishna Restaurant', 12.977527407140618, 77.57022855759651, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'K R Circle', 12.976307190861766, 77.58664892804451, 'Plaza'), ('Gandhi Nagar', 12.9771534, 77.5784005, '1498 AD', 12.980157506859067, 77.58619004073732, 'Indian Restaurant'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'K R Market', 12.968636355533683, 77.57789611816406, 'Flower Shop'), ('Gandhi Nagar', 12.9771534, 77.5784005, 'Dakshen - PURE VEGETARIAN RESTAURANT', 12.977646618352857, 77.56959609622191, 'Indian Restaurant')], [('Subhash Nagar', 12.98266705, 77.56953949797777, 'Hotel Empire', 12.979648013741157, 77.57497051453586, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'The Citadel Hotel', 12.980752354313825, 77.57557380900305, 'Bed & Breakfast'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Mavalli Tiffin Rooms (MTR 1924)', 12.979072175993936, 77.5771394336105, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Sanman Restaurant', 12.986500843041476, 77.5745202463872, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Hotel Swathi', 12.989055449185772, 77.57206614566185, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Lifestyle', 12.991519426626484, 77.57112292300272, 'Clothing Store'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'New Samrat Restaurant', 12.989394635631218, 77.57276446433143, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Cafe Coffee Day', 12.986128287719138, 77.5770958531842, 'Arcade'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Platform 8 @ Bangalore City Junction', 12.980211386895133, 77.56851321513388, 'Platform'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Fortune Park JP Celestial', 12.98124239713509, 77.5761715544753, 'Hotel'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Spar Hypermarket', 12.991498003431461, 77.57120209004938, 'Department Store'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Pantaloons', 12.991542170356308, 77.57103684159512, 'Clothing Store'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Platform 3 @ Bangalore City Junction', 12.977956677967198, 77.56887967553081, 'Platform'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Mantri mall Coffeeday', 12.978003279296122, 77.57150466359761, 'Café'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Chicken County', 12.97760791036761, 77.57714342463389, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Brigade Plaza', 12.980416865994632, 77.57488030122387, 'Shopping Mall'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Platform 1 @ Bangalore City Junction Railway Station', 12.977015, 77.569, 'Platform'), ('Subhash Nagar', 12.98266705, 77.56953949797777, '(VRL) Vijayanand Roadlines', 12.980617213856682, 77.57559594154775, 'Bus Station'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Pizza Hut', 12.991494808536192, 77.57102332705847, 'American Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'BNR Coffee Bar', 12.976312096591018, 77.5709841484129, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Pai Refreshments', 12.98041114489235, 77.57594293779856, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Swathi Deluxe Andhra Style Restaurant', 12.976349914824251, 77.5720867422601, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Lush', 12.984587, 77.57647, 'Buffet'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'platform number 2', 12.976848558412167, 77.5736594590628, 'Bus Station'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Hotel Maurya', 12.981099356718834, 77.57708465988742, 'Diner'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Bangalore City Metro Station', 12.9758625, 77.5657, 'Metro Station'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Hotel Sangam', 12.976730900428594, 77.57489634909727, 'Fast Food Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'OVS Bangalore Mantri Mall', 12.974584972319116, 77.57085541848201, 'Clothing Store'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'navayuga', 12.97693213002009, 77.5756407153173, 'Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'South Ruchis Square', 12.983861, 77.57795, 'Karnataka Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Kamat Hotel', 12.97610814471497, 77.5750445545657, 'South Indian Restaurant'), ('Subhash Nagar', 12.98266705, 77.56953949797777, 'Croma', 12.98294872418254, 77.5604501980819, 'Electronics Store')], [('Okalipuram', 12.98204705, 77.5642294415321, 'The Kava - Fairfield By Marriott', 12.983389972203558, 77.5600695694318, 'Indian Restaurant'), ('Okalipuram', 12.98204705, 77.5642294415321, 'Fairfield by Marriott Bengaluru Rajajinagar', 12.9830936, 77.5593393, 'Hotel'), ('Okalipuram', 12.98204705, 77.5642294415321, 'KFC', 12.974282086640057, 77.56613731384277, 'Fast Food Restaurant'), ('Okalipuram', 12.98204705, 77.5642294415321, 'Platform 8 @ Bangalore City Junction', 12.980211386895133, 77.56851321513388, 'Platform'), ('Okalipuram', 12.98204705, 77.5642294415321, 'Platform 3 @ Bangalore City Junction', 12.977956677967198, 77.56887967553081, 'Platform'), ('Okalipuram', 12.98204705, 77.5642294415321, 'Bangalore City Metro Station', 12.9758625, 77.5657, 'Metro Station'), ('Okalipuram', 12.98204705, 77.5642294415321, 'Coastal Spice Multicuisine Restaurant', 12.987023958584409, 77.5601535317439, 'Indian Restaurant'), ('Okalipuram', 12.98204705, 77.5642294415321, 'Platform 1 @ Bangalore City Junction Railway Station', 12.977015, 77.569, 'Platform'), ('Okalipuram', 12.98204705, 77.5642294415321, 'Mantri mall Coffeeday', 12.978003279296122, 77.57150466359761, 'Café'), ('Okalipuram', 12.98204705, 77.5642294415321, 'Yamaha-Bangalore Wheels', 12.988921925286443, 77.5592915157153, 'Motorcycle Shop'), ('Okalipuram', 12.98204705, 77.5642294415321, 'BNR Coffee Bar', 12.976312096591018, 77.5709841484129, 'Indian Restaurant')], [('Dayananda Nagar', 12.99102465, 77.56451930692046, "Swensen's", 12.99162264662317, 77.57069395613192, 'Ice Cream Shop'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Albek', 12.996487384978787, 77.56150245666504, 'Indian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Shri Sagar (Formerly CTR)', 12.998309485708504, 77.56945976452197, 'Indian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Mantri Square', 12.991575965814693, 77.57108539767026, 'Shopping Mall'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Mavalli Tiffin Room (MTR)', 12.993694874301262, 77.57142459327149, 'Karnataka Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'INOX', 12.991698836501671, 77.57056913374885, 'Multiplex'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Krispy Kreme Doughnuts', 12.991562442110716, 77.57110303908739, 'Donut Shop'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Mad Over Donuts', 12.991577102584209, 77.57099777083349, 'Donut Shop'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'New Krishna Bhavan', 12.99289778546701, 77.57148884016746, 'Indian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Kalmane Koffees', 12.991542298881146, 77.57117511887564, 'Coffee Shop'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Starbucks', 12.991589767359908, 77.57113148619194, 'Coffee Shop'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Rajdhani', 12.991699115184144, 77.57052926806347, 'Rajasthani Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Marks & Spencer', 12.991539707403318, 77.57122995517241, 'Clothing Store'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Subway', 12.991628170727196, 77.57078172514093, 'Sandwich Place'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Al Bek', 12.994258685516549, 77.57149064755079, 'Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Sai Shakti Veg', 12.99922045228025, 77.56798496638436, 'Vegetarian / Vegan Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Gelato Italiano', 12.99156980534757, 77.5711335169108, 'Dessert Shop'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Amoeba', 12.99157021165877, 77.57102590162296, 'Arcade'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Bliss Chocolate Lounge', 12.99167290948131, 77.5705081785261, 'Bakery'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'CTR', 12.998255692519006, 77.56955691708252, 'Breakfast Spot'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'KFC', 12.991547344565374, 77.57116558783362, 'Fast Food Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Shoppers Stop', 12.99156395548015, 77.57112247292112, 'Miscellaneous Shop'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Baskin-Robbins', 12.991681, 77.570593, 'Ice Cream Shop'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Halli Mane', 12.995585063081808, 77.57179602128052, 'Indian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Lifestyle', 12.991519426626484, 77.57112292300272, 'Clothing Store'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Cafe Coffee Day', 12.989817640442567, 77.55946397781372, 'Café'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'The Kava - Fairfield By Marriott', 12.983389972203558, 77.5600695694318, 'Indian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Rasa', 12.994212552593925, 77.57131082062315, 'Bar'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Hotel Swathi', 12.989055449185772, 77.57206614566185, 'Indian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Pizza Hut @ Mantri Mall', 12.991581241266264, 77.57097063379967, 'Pizza Place'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'The Great Kabab Factory', 12.991584019480761, 77.57102607640877, 'Indian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Reliance Digital', 12.991581089619693, 77.57100429737585, 'Electronics Store'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Cafe Coffee Day', 12.993100264374014, 77.57017135620117, 'Café'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Hallimane', 12.995645663540271, 77.57175092801235, 'Vegetarian / Vegan Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Reliance Trends', 12.991621746680627, 77.57125187197221, 'Clothing Store'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Food Court', 12.991646212171805, 77.57061710566572, 'Food Court'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'New Samrat Restaurant', 12.989394635631218, 77.57276446433143, 'Indian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Pantaloons', 12.991542170356308, 77.57103684159512, 'Clothing Store'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Spar Hypermarket', 12.991498003431461, 77.57120209004938, 'Department Store'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Oval Bar', 12.991576356850796, 77.57096735756065, 'Cocktail Bar'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, "McDonald's", 12.991638795756195, 77.57132454420075, 'Fast Food Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Pizza Hut', 12.991494808536192, 77.57102332705847, 'American Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Sbarro', 12.991616045479297, 77.57052596076036, 'Italian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Imagine', 12.991669401242829, 77.57059254930996, 'Electronics Store'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Yamaha-Bangalore Wheels', 12.988921925286443, 77.5592915157153, 'Motorcycle Shop'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Coastal Spice Multicuisine Restaurant', 12.987023958584409, 77.5601535317439, 'Indian Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Ambika Veg Restaurant', 12.988834034071596, 77.55604490302417, 'Vegetarian / Vegan Restaurant'), ('Dayananda Nagar', 12.99102465, 77.56451930692046, 'Croma', 12.98294872418254, 77.5604501980819, 'Electronics Store')], [('Prakash Nagar', 15.3328313, 76.4547704, 'Hampi', 15.336225760332216, 76.46032761907831, 'Historic Site'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Laughing Buddha', 15.338599903739706, 76.45643576231295, 'Café'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Shanti Guest House', 15.341532856743383, 76.45307897277215, 'Boarding House'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Gopi Roof Restaurant', 15.336163426889655, 76.46025890885605, 'Indian Restaurant'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Mowgli Guest House', 15.340747002952966, 76.45301635977565, 'Resort'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Laughing Buddha Guest house & Restaurant', 15.33865445943804, 76.45644705959799, 'Restaurant'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Ever Green Cafe', 15.339529, 76.458222, 'Indian Restaurant'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Funky monkey', 15.336225154402158, 76.4615250900836, 'Indian Restaurant'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Hema Guest House & Garden Restaurant', 15.339513368629769, 76.45685940983246, 'Indian Restaurant'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Mango Tree Restaurant', 15.335543790666422, 76.46033682004163, 'Indian Restaurant'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Archana Roof Restaurant', 15.336336804042496, 76.46028399467468, 'Restaurant'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Sasivekalu Ganesha', 15.330210147466342, 76.46068912091893, 'Historic Site'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Hemakuta Hill', 15.335065607462038, 76.46089811371297, 'Mountain'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Chill Out', 15.336204817568648, 76.46092070750846, 'Café'), ('Prakash Nagar', 15.3328313, 76.4547704, 'Nargila Restaurant', 15.339885209118815, 76.4557183827071, 'Gastropub'), ('Prakash Nagar', 15.3328313, 76.4547704, 'German Bakery', 15.336133478695425, 76.46124266866849, 'Bakery')], [('Rajaji Nagar', 13.1115156, 80.2116057, 'Villivakkam Railway Crossing  - 2nd Gate', 13.109607877950118, 80.2128438235687, 'Light Rail Station'), ('Rajaji Nagar', 13.1115156, 80.2116057, 'Villivakkam Railway Station', 13.110398308024761, 80.2095522061275, 'Train Station'), ('Rajaji Nagar', 13.1115156, 80.2116057, 'Kumar Tea Shop', 13.112098801732285, 80.21389910698396, 'Smoke Shop'), ('Rajaji Nagar', 13.1115156, 80.2116057, 'Thayagam1', 13.110451608889727, 80.20898222923279, 'Train Station'), ('Rajaji Nagar', 13.1115156, 80.2116057, 'Kebab Kadai', 13.107937315968584, 80.21491226254876, 'Food Truck'), ('Rajaji Nagar', 13.1115156, 80.2116057, 'Kanchi Bakery', 13.105286112454813, 80.20788529054748, 'Bakery'), ('Rajaji Nagar', 13.1115156, 80.2116057, 'Villivakkam Bus Terminus', 13.106705070493716, 80.20564634280676, 'Bus Station')], [('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Polar Bear', 12.991461009778394, 77.5388324589418, 'Ice Cream Shop'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Priyadarshini Grand', 12.990234880192782, 77.53801956889775, 'Fast Food Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Natural Ice Cream', 12.985484062294457, 77.54315786791148, 'Ice Cream Shop'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, "Gold's gym", 12.991854848089247, 77.53849247800039, 'Gym'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Liquor mart', 12.996410342456477, 77.5401954644306, 'Liquor Store'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Cafe Coffee Day', 12.99730554613971, 77.5404326765398, 'Café'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Baskin-Robbins', 12.991217980867413, 77.53890348744645, 'Ice Cream Shop'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, "Domino's Pizza", 12.991721498974792, 77.537746906468, 'Pizza Place'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Chowmein', 12.997236475208771, 77.54642784961527, 'Chinese Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Pizza Hut', 12.997147876494413, 77.54044587290903, 'Pizza Place'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'KFC', 12.997278, 77.546463, 'Fast Food Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Bansuri Sweets', 12.986912248332752, 77.53969847640103, 'Indian Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Suggi', 12.992313637332158, 77.53864595462083, 'Indian Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Airtel Relationship Centre', 12.991595373635281, 77.53837162553435, 'Mobile Phone Shop'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Cave-n-Dine', 12.986423107031287, 77.54056471282732, 'Indian Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Talwalkars Gym', 12.991134618851598, 77.53889382995412, 'Gym / Fitness Center'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Shanthi Sagar', 12.989074360387077, 77.53775224633185, 'Fast Food Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, "Adiga's", 12.991270499600878, 77.54069500399665, 'Fast Food Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Cafe Mama Mia', 12.998316429083165, 77.54078616730132, 'Café'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, "McDonald's", 12.988596695430404, 77.53766402759227, 'Fast Food Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Tango Sandwich Corner', 12.997629436350362, 77.5405852202669, 'Sandwich Place'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, "Chung's", 12.997412595500373, 77.54685685876323, 'Chinese Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Golden Grill', 12.988735707495747, 77.53771659218066, 'Indian Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Le Arabia', 12.998448, 77.542353, 'Middle Eastern Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Shankar Mutt Bus Stop', 12.99922875052853, 77.54113352799146, 'Bus Station'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Prashanth Hotel', 12.986922, 77.537251, 'Karnataka Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Masala Munch', 12.986617593475396, 77.54047186572991, 'Burger Joint'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Real Cane', 12.986182530223688, 77.54134442177153, 'Juice Bar'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Ram Bhavan Chats', 13.000559236374249, 77.53615457433654, 'Snack Place'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, "Pappana's biryani", 13.001377738624393, 77.54092454001356, 'Indian Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'Chopstick world', 12.985662595137764, 77.54259845938456, 'Asian Restaurant'), ('Basaveshwara Nagar', 12.9933829, 77.5389467, 'ibaco', 12.985033323182806, 77.53725508567445, 'Ice Cream Shop')], [('Kamakshipalya', 12.9823617, 77.5226376, 'sumanahalli Bus Stop', 12.987367286875237, 77.52122754428049, 'Bus Station'), ('Kamakshipalya', 12.9823617, 77.5226376, 'Axis Bank ATM', 12.98729038, 77.52684784, 'ATM'), ('Kamakshipalya', 12.9823617, 77.5226376, 'Sangam Sweets', 12.97730236874006, 77.51717350426884, 'Fast Food Restaurant'), ('Kamakshipalya', 12.9823617, 77.5226376, 'Limra Catering', 12.98811358607193, 77.51775026321411, 'Restaurant'), ('Kamakshipalya', 12.9823617, 77.5226376, 'Krishnappa Cooking & Catering', 12.988186766561217, 77.51620531082153, 'Food Truck'), ('Kamakshipalya', 12.9823617, 77.5226376, 'Durga Sri Grand', 12.978024260819527, 77.51487764416152, 'Breakfast Spot')], [('Vrushabhavathi', 12.9427, 77.568, 'By 2 Coffee', 12.942161177597033, 77.57058753917934, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'UD - Upahara Darshini', 12.939425484210648, 77.57138548760742, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Vidyarthi Bhavan', 12.945081590068911, 77.57141473329507, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'South Kitchen', 12.937889968186969, 77.56871372271516, 'Breakfast Spot'), ('Vrushabhavathi', 12.9427, 77.568, 'Mahalakshmi Tiffin Room', 12.946963396829972, 77.57152984973779, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Dwaraka Hotel', 12.93782284520445, 77.56774160202704, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Szechuan Dragon', 12.94009328211034, 77.56440880013726, 'Szechuan Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Gandhi Bazaar', 12.945310993584059, 77.57133115880193, 'Farmers Market'), ('Vrushabhavathi', 12.9427, 77.568, 'Puliyogere Point', 12.940677264715706, 77.57040942849967, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Sri Guru Kottureshwara Davangere Benne Dose Hotel', 12.938810170494127, 77.5708674119335, 'Fast Food Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Cane-O-La', 12.944367569603447, 77.56778781411066, 'Juice Bar'), ('Vrushabhavathi', 12.9427, 77.568, 'Harshi super sandwich', 12.938899871400027, 77.57061404688208, 'Sandwich Place'), ('Vrushabhavathi', 12.9427, 77.568, 'South Thindies', 12.938533002449914, 77.57543728531792, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, "Domino's Pizza", 12.945000666334863, 77.56789069038514, 'Pizza Place'), ('Vrushabhavathi', 12.9427, 77.568, "Shiva's Chats", 12.94162322051774, 77.56061042550876, 'Snack Place'), ('Vrushabhavathi', 12.9427, 77.568, 'Krishna Rao Park', 12.93581935977021, 77.56729682526243, 'Park'), ('Vrushabhavathi', 12.9427, 77.568, 'Red Berrys', 12.947376995413485, 77.57157844120222, 'Ice Cream Shop'), ('Vrushabhavathi', 12.9427, 77.568, 'Gokul', 12.944348110053669, 77.57107929652862, 'Asian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'SLV Corner', 12.9481638082219, 77.56872282394623, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Butter Sponge', 12.948072980542193, 77.57196920738669, 'Bakery'), ('Vrushabhavathi', 12.9427, 77.568, 'Baskin-Robbins', 12.948185374202158, 77.56998788687031, 'Ice Cream Shop'), ('Vrushabhavathi', 12.9427, 77.568, 'Subway', 12.94461894971747, 77.56784981282803, 'Sandwich Place'), ('Vrushabhavathi', 12.9427, 77.568, 'K H Kala Soudha', 12.944178547577048, 77.56308480852299, 'Art Gallery'), ('Vrushabhavathi', 12.9427, 77.568, 'Soho Bar & Grill', 12.944685555278602, 77.57296676838308, 'Hookah Bar'), ('Vrushabhavathi', 12.9427, 77.568, 'Kamat Bugle Rock', 12.939907196342359, 77.5667547457004, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Roti Ghar', 12.944929395877233, 77.57186671405238, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Cool Corner', 12.947539566700232, 77.57376594358566, 'Fast Food Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Punjabi Dhaba', 12.940163807939063, 77.56441274059542, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Cafe Coffee Day', 12.950590455055343, 77.56770964176006, 'Coffee Shop'), ('Vrushabhavathi', 12.9427, 77.568, 'Cafe Coffee Day', 12.946983044643895, 77.56910355748363, 'Coffee Shop'), ('Vrushabhavathi', 12.9427, 77.568, 'Netkallappa Circle', 12.937044814121018, 77.57154384206305, 'Plaza'), ('Vrushabhavathi', 12.9427, 77.568, 'Baisakhi', 12.946152164857445, 77.57022533506577, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Shiv Sagar', 12.944307532099034, 77.57273124448047, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, "McDonald's", 12.947580352181127, 77.56786607108185, 'Fast Food Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Mysore Mylari Hotel', 12.943658887919407, 77.5714123142746, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Srinivasa Cool Corner', 12.938406171592048, 77.57014153341257, 'Fast Food Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Udupi Sri Krishna Bhavan', 12.946095034787962, 77.57052631690827, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Mangala Hotel', 12.944308250059997, 77.56001569358078, 'Breakfast Spot'), ('Vrushabhavathi', 12.9427, 77.568, 'Bugle Rock Park', 12.942422748072405, 77.56970803654549, 'Park'), ('Vrushabhavathi', 12.9427, 77.568, 'KFC', 12.948053956273753, 77.56891401126546, 'Fast Food Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Tagore Circle Underpass', 12.943070211162889, 77.57343092206766, 'Metro Station'), ('Vrushabhavathi', 12.9427, 77.568, 'GK Stores', 12.94249035443097, 77.56122824384643, 'Department Store'), ('Vrushabhavathi', 12.9427, 77.568, 'The Kaggis Bake Shop & Cafe', 12.942870080194451, 77.56102835854486, 'Bakery'), ('Vrushabhavathi', 12.9427, 77.568, 'K. H. Kalasouda', 12.944027226989919, 77.56105472331126, 'Theater'), ('Vrushabhavathi', 12.9427, 77.568, 'Sri Ganesha Fruit Juice Centre', 12.940447921022892, 77.56121550485241, 'Juice Bar'), ('Vrushabhavathi', 12.9427, 77.568, 'Pure and Natural', 12.935656612501178, 77.5683703424394, 'Salad Place'), ('Vrushabhavathi', 12.9427, 77.568, 'UK', 12.94779514717926, 77.57378732474525, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Brahmins Coffee Bar', 12.943772312707365, 77.56011434933932, 'South Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Matrusagar', 12.944251697201407, 77.56000666428861, 'Indian Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'Prasad Ice Cream', 12.940048643386806, 77.56009755687607, 'Ice Cream Shop'), ('Vrushabhavathi', 12.9427, 77.568, 'The Rogue Elephant', 12.941624, 77.577034, 'Mediterranean Restaurant'), ('Vrushabhavathi', 12.9427, 77.568, 'The Bakery World', 12.949072707842806, 77.57439263985503, 'Bakery')], [('Kaveripura', 12.9798837, 77.52574915557008, 'Adigas', 12.981914716758661, 77.53289050362284, 'Indian Restaurant'), ('Kaveripura', 12.9798837, 77.52574915557008, 'Mangalore kebab corner', 12.972851, 77.528532, 'Fried Chicken Joint'), ('Kaveripura', 12.9798837, 77.52574915557008, 'sumanahalli Bus Stop', 12.987367286875237, 77.52122754428049, 'Bus Station'), ('Kaveripura', 12.9798837, 77.52574915557008, 'khb Colony Bust Stop', 12.980764329479065, 77.5348724719699, 'Bus Station'), ('Kaveripura', 12.9798837, 77.52574915557008, 'Baskin robbins', 12.972374173186418, 77.53071813706286, 'Dessert Shop')], [('Govindraja Nagara', 12.9763, 77.5354, 'Park View', 12.972910294178202, 77.53945662117336, 'Indian Restaurant'), ('Govindraja Nagara', 12.9763, 77.5354, 'Indraprastha', 12.971886144405921, 77.53759763439746, 'Indian Restaurant'), ('Govindraja Nagara', 12.9763, 77.5354, 'vijayanagar water tank', 12.971430698481988, 77.53733028868986, 'Food Truck'), ('Govindraja Nagara', 12.9763, 77.5354, 'New Shanti Sagar', 12.976081652474411, 77.54278032744055, 'Indian Restaurant'), ('Govindraja Nagara', 12.9763, 77.5354, 'cafe coffee day', 12.980093609195144, 77.53782296537516, 'Café'), ('Govindraja Nagara', 12.9763, 77.5354, 'Vijayanagar Market', 12.972274989162289, 77.53827085139581, 'Miscellaneous Shop'), ('Govindraja Nagara', 12.9763, 77.5354, 'Adigas', 12.981914716758661, 77.53289050362284, 'Indian Restaurant'), ('Govindraja Nagara', 12.9763, 77.5354, 'Square Plate', 12.978752277021064, 77.54064292676242, 'Indian Restaurant'), ('Govindraja Nagara', 12.9763, 77.5354, 'sree sagar veg restatrant', 12.975249362335829, 77.53675922895111, 'Indian Restaurant'), ('Govindraja Nagara', 12.9763, 77.5354, 'Food Camp @ Water Tank', 12.973414751846136, 77.53817007721217, 'Snack Place'), ('Govindraja Nagara', 12.9763, 77.5354, 'khb Colony Bust Stop', 12.980764329479065, 77.5348724719699, 'Bus Station'), ('Govindraja Nagara', 12.9763, 77.5354, 'Asha Sweets', 12.97687832433544, 77.54054344833314, 'Bakery'), ('Govindraja Nagara', 12.9763, 77.5354, 'by2coffee', 12.97687962683994, 77.54055158054624, 'Breakfast Spot'), ('Govindraja Nagara', 12.9763, 77.5354, 'Akshata Nati Style', 12.972988440488349, 77.53953611995371, 'Indian Restaurant'), ('Govindraja Nagara', 12.9763, 77.5354, 'Sagar Restaurants And Caterers', 12.973075831795692, 77.54021353669881, 'Fast Food Restaurant'), ('Govindraja Nagara', 12.9763, 77.5354, 'Pizza Hut', 12.967792161406459, 77.53565912215969, 'Pizza Place'), ('Govindraja Nagara', 12.9763, 77.5354, 'Gandhi Park', 12.972363291413458, 77.54304072827681, 'Playground'), ('Govindraja Nagara', 12.9763, 77.5354, 'Chat street Vijayanagar', 12.973075235171223, 77.54372932071966, 'Deli / Bodega')], [('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Natural Ice Cream', 12.985484062294457, 77.54315786791148, 'Ice Cream Shop'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Park View', 12.972910294178202, 77.53945662117336, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, '1947', 12.982884591952303, 77.5488088370366, 'Asian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Indraprastha', 12.971886144405921, 77.53759763439746, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Veeresh Theater', 12.97694093033139, 77.5458576786489, 'Indie Movie Theater'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'New Shanti Sagar', 12.976081652474411, 77.54278032744055, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'cafe coffee day', 12.980093609195144, 77.53782296537516, 'Café'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'vijayanagar water tank', 12.971430698481988, 77.53733028868986, 'Food Truck'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'D-Mart', 12.974411941889466, 77.54736815455266, 'Department Store'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Square Plate', 12.978752277021064, 77.54064292676242, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Vijayanagar Market', 12.972274989162289, 77.53827085139581, 'Miscellaneous Shop'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Bansuri Sweets', 12.986912248332752, 77.53969847640103, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Adigas', 12.981914716758661, 77.53289050362284, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'by2coffee', 12.97687962683994, 77.54055158054624, 'Breakfast Spot'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Cave-n-Dine', 12.986423107031287, 77.54056471282732, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'sree sagar veg restatrant', 12.975249362335829, 77.53675922895111, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'khb Colony Bust Stop', 12.980764329479065, 77.5348724719699, 'Bus Station'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Sagar Restaurants And Caterers', 12.973075831795692, 77.54021353669881, 'Fast Food Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Vijaynagar Chat Street', 12.973531062782065, 77.53808050006538, 'Snack Place'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Food Camp @ Water Tank', 12.973414751846136, 77.53817007721217, 'Snack Place'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Akshata Nati Style', 12.972988440488349, 77.53953611995371, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Shree Sagar', 12.974811715025622, 77.53604819958097, 'Indian Restaurant'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Hosahalli Metro', 12.974216740371759, 77.54518643860162, 'Metro Station'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Chat street Vijayanagar', 12.973075235171223, 77.54372932071966, 'Deli / Bodega'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Naturals', 12.985435667560477, 77.5429567533031, 'Market'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Polar bear', 12.972925259504116, 77.5373907967147, 'Ice Cream Shop'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Durga Chats', 12.972445685893454, 77.5384668010067, 'Snack Place'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Gandhi Park', 12.972363291413458, 77.54304072827681, 'Playground'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Real Cane', 12.986182530223688, 77.54134442177153, 'Juice Bar'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'reliance fresh', 12.974824636712556, 77.54830303611028, 'Department Store'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Toll Gate', 12.975000842774037, 77.5486165276037, 'Toll Plaza'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'tollgate bus stop', 12.97484129893325, 77.54855494898582, 'Bus Station'), ('Agrahara Dasarahalli', 12.9790631, 77.5406823, 'Vijaynagar Metro Station', 12.970734454583726, 77.53733524403269, 'Platform')], [('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Barbeque Nation', 12.96268432799919, 77.64159912496677, 'BBQ Joint'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Lavonne', 12.963908917512304, 77.63857909555004, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Smoke House Deli', 12.965584187974008, 77.64149811290692, 'Deli / Bodega'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'League of Extraordinary Gamers', 12.967098531603707, 77.63691851929147, 'Gaming Cafe'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Starbucks', 12.965648550083586, 77.64171789183723, 'Coffee Shop'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Bodycraft', 12.968497086164833, 77.64128911181118, 'Spa'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Drops Total Spirits', 12.964526940755547, 77.64163609332793, 'Liquor Store'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Little Italy', 12.96639726249987, 77.64164576981047, 'Italian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Anand Sweets', 12.960165704974667, 77.64516797876391, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Big Pitcher', 12.960101221571014, 77.64694579372205, 'Brewery'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Puma Social Club', 12.967254184484323, 77.64121209338596, 'Nightclub'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, "Murphy's", 12.953659355081632, 77.63939655746383, 'Irish Pub'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Tipsy Bull', 12.964824110364718, 77.64178306379425, 'Pub'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'California Burrito', 12.967528006998045, 77.63672184058419, 'Burrito Place'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, "Bob's Bar", 12.967081570328242, 77.64139470111513, 'Karnataka Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, "Harry's Singapore", 12.964480895955553, 77.6416910954984, 'Sports Bar'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Karnataka Golf Association', 12.955999799438098, 77.64503316656774, 'Golf Course'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Infinitea', 12.968967609084716, 77.63611108440232, 'Tea Room'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, "Domino's Pizza", 12.961, 77.639, 'Pizza Place'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'The Paul Bangalore', 12.953636209395706, 77.63951665240795, 'Hotel'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Zaitoon', 12.959949337707123, 77.64697783077756, 'Middle Eastern Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Sidewalk Café & Bar', 12.953709994928795, 77.63942892980386, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Mainland China', 12.962457669794661, 77.64172707439545, 'Chinese Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Phobidden Fruit', 12.9699592658647, 77.63961973169945, 'Vietnamese Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Tandoori Taal', 12.9685143298792, 77.63625497669454, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Cafe 42', 12.963698354237229, 77.6420391954426, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Vapour - Pub and Brewery', 12.969400042480276, 77.64126770694673, 'Brewery'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'B Flat', 12.968858716822131, 77.64110987804845, 'Lounge'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Hotel Royal Orchid', 12.957208484767675, 77.64422244043912, 'Hotel'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Bhartiya Jalpan', 12.968684148808519, 77.6414819251013, 'Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'flying spaghetti monster', 12.967053, 77.64157, 'Italian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Sree Nandhini Palace', 12.961989653930361, 77.64181260219313, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, "Geoffrey's", 12.957250976074215, 77.64415895743561, 'Pub'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Spaghetti Kitchen', 12.96453930395614, 77.64165710460685, 'Italian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Rajdhani', 12.963833882354622, 77.641642801897, 'Rajasthani Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Chaipatty Teafe', 12.96954625703495, 77.6412825626295, 'Tea Room'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Lime Light', 12.957065273348734, 77.64409831195849, 'Coffee Shop'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'The Kitchen Of Joy', 12.968546587252069, 77.63633025468197, 'Fast Food Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Barista', 12.966273474482174, 77.64143228530884, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'High Note Bar and Dining', 12.968883137056034, 77.64116267019021, 'Diner'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Mother Earth', 12.952490592997513, 77.64025873512664, 'Furniture / Home Store'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Srinidhi Sagar', 12.960529038276217, 77.64568217577056, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Cafe Coffee Day', 12.960813664786022, 77.64613283526276, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Rajans Cafe', 12.954443070412331, 77.64244718100218, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Vietnamese Kitchen', 12.966451631457387, 77.63733788165581, 'Vietnamese Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Srinidhi Sagar', 12.95934816148329, 77.63838706241823, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Raenss Cafe', 12.96587686311702, 77.64127674983253, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, "Chili's Grill & Bar", 12.969236716608249, 77.64141442037109, 'Tex-Mex Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Esplanade', 12.969199004595144, 77.64147271369525, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Rahhams (Richies)', 12.96014695663371, 77.64586329500514, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'CCD Indiranagar', 12.953178123678635, 77.64082927197778, 'Arcade'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Vembanad', 12.953541350342334, 77.6391634838788, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Barista Lavazza', 12.953791266125574, 77.64341582912175, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Troika', 12.96513995350749, 77.64174100622184, 'Lounge'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, "Namdhari's Fresh", 12.966155476607463, 77.6375836931685, 'Food & Drink Shop'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Subway', 12.963811997701667, 77.64066031212336, 'Sandwich Place'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Cafe Coffee Day', 12.952179753353775, 77.64024195458713, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Madurai Idly Shop', 12.954644571981449, 77.64125498046182, 'Breakfast Spot'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Barbecue Nation Pan Stall', 12.962460037256712, 77.64170744558335, 'Smoke Shop'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Allen Solly', 12.968050940787577, 77.64123939345225, 'Clothing Store'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Paratha House', 12.95989408881786, 77.64458969098906, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Java Diamond District', 12.957960745342602, 77.64436394227398, 'Food'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Pizza Hut', 12.955856146079977, 77.64132457960159, 'Pizza Place'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Nandhini Paradise', 12.965095323722327, 77.6385246453569, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Rahams  Families', 12.960125606610273, 77.64596412427946, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Terrazzo', 12.969337035463994, 77.64140372132545, 'Italian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Muse Bar & Kitchen', 12.965077421412994, 77.64142777320598, 'Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Big Mummy', 12.962483316723581, 77.64327439528063, 'Breakfast Spot'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'The Paramount Hotel', 12.955928268463168, 77.64158130000955, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Chokidhani', 12.955890390812437, 77.64134946481546, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Ginseng', 12.957228307899607, 77.64369065233625, 'Chinese Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'DD Cafe', 12.959160895770761, 77.64356445249739, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Chai Angadi', 12.960120290539662, 77.64411456445825, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, "Sethji's", 12.964210978293035, 77.64388271352537, 'Diner'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, "FAASO'S", 12.9602415946053, 77.64529278373925, 'Burrito Place'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Clay Pot', 12.960031596718116, 77.64473140239716, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Ramji Chaiwale', 12.960142396997593, 77.64487940524187, 'Coffee Shop'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Sree Krishna Sagar', 12.954938389832282, 77.64116601931988, 'Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'The Lawns', 12.957194, 77.644283, 'Hotel'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Food Corner', 12.965165212807795, 77.64413595199585, 'Convenience Store'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Loveshack', 12.952691686440184, 77.64019347742666, 'Lounge'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Open Kitchen', 12.954609841244272, 77.64105301112807, 'North Indian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Matteo Cafe', 12.96462351709785, 77.64563397219784, 'Café'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Kga', 12.956389069673788, 77.64496837407884, 'Golf Course'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Tandoori Hippie', 12.95265202217939, 77.6404433208957, 'Asian Restaurant'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Ginger Hotel', 12.952422826270238, 77.64024195458713, 'Hotel'), ('Dr.Rajkumar Ward', 12.9610523, 77.6387513, 'Cafeteria @ Goldman Sachs SunRiver', 12.952467520389364, 77.64114810013193, 'Restaurant')], [('Shiva Nagar', 13.0328037, 77.6717238, 'Yash Ply Agencies', 13.031963348388672, 77.67407989501953, 'Furniture / Home Store'), ('Shiva Nagar', 13.0328037, 77.6717238, 'Kalkare Park', 13.03371045971308, 77.67430127952503, 'Park'), ('Shiva Nagar', 13.0328037, 77.6717238, 'Kashish Fantasy Sports Club', 13.036244, 77.672278, 'Sports Club'), ('Shiva Nagar', 13.0328037, 77.6717238, 'Shop@Rite Super Market', 13.030493, 77.66771, 'Market'), ('Shiva Nagar', 13.0328037, 77.6717238, 'Bed And Coffee', 13.02990436553955, 77.67748260498047, 'Breakfast Spot'), ('Shiva Nagar', 13.0328037, 77.6717238, 'Dhe Thattukada', 13.028205, 77.679405, 'Kerala Restaurant'), ('Shiva Nagar', 13.0328037, 77.6717238, 'vibgyor High', 13.02440923943337, 77.6690057064865, 'Pool'), ('Shiva Nagar', 13.0328037, 77.6717238, 'Fabricspa', 13.028517, 77.66365, 'Dry Cleaner')], [('Sri Rammandira', 12.9417, 77.6192, 'Sree Krishna Kafe', 12.937064442898347, 77.61972922183011, 'Breakfast Spot'), ('Sri Rammandira', 12.9417, 77.6192, 'The Workouts Fitness Center', 12.940904272666105, 77.62062155822836, 'Gym'), ('Sri Rammandira', 12.9417, 77.6192, 'Dyu Art Cafe', 12.937289153464818, 77.61759086840642, 'Financial or Legal Service'), ('Sri Rammandira', 12.9417, 77.6192, 'Juice Maker', 12.941639314166977, 77.6215510970966, 'Juice Bar'), ('Sri Rammandira', 12.9417, 77.6192, 'Anand Sweets', 12.937231176489325, 77.61955102132941, 'Indian Sweet Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Corner House', 12.93616368444804, 77.61520965483324, 'Dessert Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Lakeview Milk Bar', 12.9407850355469, 77.62051417750617, 'Ice Cream Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'China Pearl', 12.936079658346152, 77.6213771941108, 'Chinese Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Zingron - Naga Kitchen', 12.936271352945331, 77.61505057580554, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Kota Kachori', 12.936175734396235, 77.6254861410792, 'Fast Food Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Juicy Juice Corner', 12.936157017141545, 77.61587457295032, 'Juice Bar'), ('Sri Rammandira', 12.9417, 77.6192, 'Chai Point', 12.938738031326512, 77.62593279542986, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'Chai Chowk', 12.936329106669804, 77.61466686221277, 'Tea Room'), ('Sri Rammandira', 12.9417, 77.6192, 'Koramangala Social', 12.93551830266139, 77.61409673299354, 'Lounge'), ('Sri Rammandira', 12.9417, 77.6192, 'IRepair India', 12.934414212287377, 77.61764645576477, 'Mobile Phone Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Lot Like Crêpes', 12.936421260003776, 77.61328358031345, 'Creperie'), ('Sri Rammandira', 12.9417, 77.6192, 'XOOX Brewmill', 12.935507381039018, 77.61498159677937, 'Brewery'), ('Sri Rammandira', 12.9417, 77.6192, 'a 1oōo yoga', 12.933552473024575, 77.62176581506846, 'Yoga Studio'), ('Sri Rammandira', 12.9417, 77.6192, 'Chianti', 12.933537109665405, 77.6218620764095, 'Italian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Bayleaf', 12.94048022713192, 77.61664044296613, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Thalassery Restaurant', 12.93706099792532, 77.61977369414831, 'Kerala Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Ooty Chocolates', 12.934957208807058, 77.62470384746618, 'Candy Store'), ('Sri Rammandira', 12.9417, 77.6192, 'Meghana Foods', 12.934542734262369, 77.61619424504872, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Polar Bear', 12.936700647875838, 77.62050871540843, 'Dessert Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Pizza Hut', 12.939886421356348, 77.62537558723905, 'Pizza Place'), ('Sri Rammandira', 12.9417, 77.6192, 'Khawa Karpo', 12.934051447731592, 77.61664019427404, 'Chinese Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Papa Johns', 12.942396300164294, 77.6228198602275, 'Pizza Place'), ('Sri Rammandira', 12.9417, 77.6192, 'Shyam Thali', 12.936908240143742, 77.62008671785173, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Khan Saheb Grills and Rolls', 12.93606131255464, 77.61475256967852, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Hello paanwala', 12.934862488450134, 77.61600382456629, 'Smoke Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Nagarjuna', 12.933693481714693, 77.62115620899334, 'Andhra Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, "Gold's Gym", 12.933582851700306, 77.6215586723311, 'Gym'), ('Sri Rammandira', 12.9417, 77.6192, "Domino's Pizza", 12.940170446926473, 77.62513326539266, 'Pizza Place'), ('Sri Rammandira', 12.9417, 77.6192, 'Meghna Hyderbad Restaurant', 12.934547362010413, 77.61615195572733, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Sapphire Toys', 12.937305202578477, 77.62709219060181, 'Toy / Game Store'), ('Sri Rammandira', 12.9417, 77.6192, 'Hunan', 12.934672056213419, 77.61615995412053, 'Chinese Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, "Fenny's Lounge & Kitchen", 12.935145679916033, 77.61353649944414, 'Lounge'), ('Sri Rammandira', 12.9417, 77.6192, 'Banchharam Sweets', 12.936550015173987, 77.61421232232478, 'Dessert Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Kargeens', 12.935270522729706, 77.62417468483564, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, '99 Varieties', 12.938904188748866, 77.61916921341388, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Food Street', 12.939091777734193, 77.61935942836304, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'cafe medley', 12.933869823025992, 77.6193650229155, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'Anand Purani Dilli', 12.937227179453801, 77.61955449156574, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Calvins', 12.93453319242303, 77.6161673371577, 'Dessert Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Shree Thali Vegetarian Mess', 12.936396035829121, 77.61988925832028, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Om Made Cafe', 12.933790479359715, 77.62146627154289, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'coast II coast', 12.936923694160532, 77.62476145559141, 'Seafood Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'My Bar- quarter deck', 12.933637032774023, 77.62048164854184, 'Bar'), ('Sri Rammandira', 12.9417, 77.6192, "Cafe D'hide", 12.93357543894524, 77.62244184849017, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'Udupi Upahar', 12.935825831539116, 77.61494579927691, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Madhuloka Liquor Boutique', 12.937065961495154, 77.61971254277661, 'Liquor Store'), ('Sri Rammandira', 12.9417, 77.6192, 'Builders NGV Club', 12.942139087576845, 77.62565749024039, 'General Entertainment'), ('Sri Rammandira', 12.9417, 77.6192, 'Atta Galatta Bakery Cafe Bookstore', 12.934129031406039, 77.61691720482489, 'Bookstore'), ('Sri Rammandira', 12.9417, 77.6192, 'The Edge Ice Creams', 12.935216011472608, 77.61709401862251, 'Ice Cream Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Goli Vada Pav No. 1', 12.934224356227798, 77.61659357422748, 'Snack Place'), ('Sri Rammandira', 12.9417, 77.6192, 'Sapna Book House', 12.936313997188135, 77.6165122736092, 'Bookstore'), ('Sri Rammandira', 12.9417, 77.6192, 'The Flying Squirrel - Micro Roastery & Cafe', 12.93361977348849, 77.6214462332161, 'Coffee Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Baskins Robbins', 12.938254135293356, 77.62623212633954, 'Ice Cream Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'TimTai', 12.933726701576264, 77.62257092482736, 'Thai Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'California Burrito', 12.934590670041345, 77.61610051430903, 'Mexican Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Bon South', 12.933607097271379, 77.62231245268157, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Momoz', 12.93582289298111, 77.61618088908803, 'Chinese Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Vicky’s la terrazza', 12.937015637615596, 77.62005874526598, 'Italian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Bhojohori Manna', 12.937478970568803, 77.62420886854935, 'Bengali Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Madurai Idli Shop', 12.937327032870545, 77.62439593638473, 'South Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Burger King', 12.935007692473109, 77.61358585277809, 'Fast Food Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'OM Pure Vegetarian Restaurant', 12.934796423509189, 77.61328270733807, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Carrots', 12.93889255041211, 77.62581112339912, 'Vegetarian / Vegan Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Imperial Restaurant', 12.936480876920148, 77.62513701644708, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'The Smoke Co.', 12.93769877742871, 77.62430125872447, 'Gastropub'), ('Sri Rammandira', 12.9417, 77.6192, 'Blue Moustache', 12.935279420769527, 77.61380087716859, 'Bowling Alley'), ('Sri Rammandira', 12.9417, 77.6192, 'Hatti Kaapi', 12.93395068360737, 77.61704562433654, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'Indian Coffee House', 12.933739306559627, 77.61586772571819, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Sufi', 12.934928746371096, 77.61579271855588, 'Persian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Friends', 12.936063998329697, 77.61469347481342, 'Eastern European Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Starbucks', 12.935018056571355, 77.61354682861754, 'Coffee Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Over The Top', 12.934432960693455, 77.6234803949894, 'Lounge'), ('Sri Rammandira', 12.9417, 77.6192, 'chai point', 12.938753473765624, 77.62589927032616, 'Tea Room'), ('Sri Rammandira', 12.9417, 77.6192, 'Naati Mane', 12.934628529141165, 77.61995262418685, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Cup O Joe', 12.93388312459835, 77.6189474650823, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'barista, koramangala', 12.948603431777327, 77.62033939361572, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'Bathinda Junction', 12.933937521470861, 77.61547372088812, 'Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Habañero Koramangala', 12.933882146374716, 77.61947691390635, 'Mexican Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'BonSouth', 12.933680836553842, 77.62234578225225, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Hotel Tibet', 12.934244277941083, 77.6160622255841, 'Asian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Barleyz - The Brew House', 12.937644409043696, 77.62702167074663, 'Beer Garden'), ('Sri Rammandira', 12.9417, 77.6192, 'Raahath', 12.933475155269544, 77.61557713643984, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Cafe 132', 12.933548952528009, 77.62214442481894, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'The Local - Terrace Drinkery', 12.940829838856931, 77.62445461983086, 'Bar'), ('Sri Rammandira', 12.9417, 77.6192, 'Barista Lavazza', 12.933712733704025, 77.62006735703564, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'Juice Junction', 12.934110282478876, 77.61670689303014, 'Snack Place'), ('Sri Rammandira', 12.9417, 77.6192, 'Tandoor Hut', 12.93372589511646, 77.6193918062634, 'Indian Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Royal Treat', 12.933533193107476, 77.61565277642278, 'Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'The Momo Hut', 12.934200423244976, 77.6157475629117, 'Chinese Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Hokey Pokey Icecream', 12.933618773987817, 77.62082581318481, 'Ice Cream Shop'), ('Sri Rammandira', 12.9417, 77.6192, 'Shaap (Authentic Kerala Shaap Cuisine)', 12.933690211408482, 77.6182964583504, 'Kerala Restaurant'), ('Sri Rammandira', 12.9417, 77.6192, 'Brooks And Bonds', 12.934148240772732, 77.62339561196282, 'Brewery'), ('Sri Rammandira', 12.9417, 77.6192, 'Enigma - The Pub', 12.934193313970827, 77.62364843581581, 'Pub'), ('Sri Rammandira', 12.9417, 77.6192, 'Java City', 12.93355838341186, 77.62129618411687, 'Café'), ('Sri Rammandira', 12.9417, 77.6192, 'Happy Brew', 12.933894283733421, 77.61531065227621, 'Bar')], [('Chickpete', 12.9708285, 77.57651913586389, 'Udupi Sri Krishna Bhavan', 12.97156265323936, 77.57415757477479, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'SGS Donne Biriyani', 12.970324618320749, 77.57264765624994, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Hotel Fishland', 12.975568890049333, 77.57859164076424, 'Seafood Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Lakshmi Nataraj Refreshments', 12.967475971604863, 77.57946797795475, 'South Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Chikkana Tiffin Room', 12.9685566929753, 77.58428172109788, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Sapna Book House', 12.976355227501642, 77.57846142706263, 'Bookstore'), ('Chickpete', 12.9708285, 77.57651913586389, 'Sangam Sweets', 12.976923576115686, 77.57789057442537, 'Dessert Shop'), ('Chickpete', 12.9708285, 77.57651913586389, 'Vasudev Adigas', 12.973707466751653, 77.57925702237114, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Hotel Empire', 12.979648013741157, 77.57497051453586, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Adigas Hotel', 12.973553782214829, 77.57916099748974, 'Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Hotel Annapoorna', 12.979087566298864, 77.57862372776252, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Mavalli Tiffin Rooms (MTR 1924)', 12.979072175993936, 77.5771394336105, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Sukh Sagar GandhiNagar', 12.976707716721643, 77.57782914668401, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Nagarathpeth', 12.96758241399591, 77.57936247296446, 'Miscellaneous Shop'), ('Chickpete', 12.9708285, 77.57651913586389, 'National Market', 12.976377523937252, 77.57749955731605, 'Flea Market'), ('Chickpete', 12.9708285, 77.57651913586389, 'K R Market', 12.968636355533683, 77.57789611816406, 'Flower Shop'), ('Chickpete', 12.9708285, 77.57651913586389, 'Bangalore Fort', 12.962529430768752, 77.57581613091389, 'Historic Site'), ('Chickpete', 12.9708285, 77.57651913586389, 'Kamat Yatrinivas', 12.975985, 77.578125, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Chicken County', 12.97760791036761, 77.57714342463389, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Sukh Sagar Food Court', 12.976401486772465, 77.57769469294772, 'Asian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Avenue Road Dosa', 12.967709914130392, 77.5790098906482, 'Diner'), ('Chickpete', 12.9708285, 77.57651913586389, 'Talk Of The Town', 12.976961986716145, 77.57715181965152, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'The Signature Inn', 12.97311542197954, 77.57039646710255, 'Hotel'), ('Chickpete', 12.9708285, 77.57651913586389, 'Taj Restaurant', 12.964279070528265, 77.57809205216282, 'Middle Eastern Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Narayan Idly', 12.964024421288924, 77.57800810314914, 'Food Truck'), ('Chickpete', 12.9708285, 77.57651913586389, 'Swathi Deluxe Andhra Style Restaurant', 12.976349914824251, 77.5720867422601, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Kamat Restaurant', 12.963629111639932, 77.57695034023962, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Kempegowda Metro Station', 12.97613377217214, 77.57148227589698, 'Metro Station'), ('Chickpete', 12.9708285, 77.57651913586389, 'hotel golden residency', 12.978168107407408, 77.57961431680322, 'Hotel'), ('Chickpete', 12.9708285, 77.57651913586389, 'Hotel Kanishka', 12.97816101456345, 77.57997249374132, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Hotel Shreeragavendra', 12.977855036355214, 77.57223397493362, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'New Prashanth Hotel', 12.979096, 77.578351, 'Indian Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Bangarpet pani puri angadi', 12.9655, 77.5835, 'Fast Food Restaurant'), ('Chickpete', 12.9708285, 77.57651913586389, 'Mantri mall Coffeeday', 12.978003279296122, 77.57150466359761, 'Café')], [('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Cubbon Park', 12.977042175203783, 77.59527683258057, 'Park'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'JW Marriott Hotel Bengaluru', 12.972361772490226, 77.59505132638924, 'Hotel'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'UB City', 12.971708980695311, 77.59590528412356, 'Shopping Mall'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'J W Kitchen', 12.972410384127292, 77.59459191743764, 'Asian Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Spice Terrace', 12.972254412315774, 77.59520025975598, 'Lounge'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Toscano', 12.97198038085137, 77.59606565238312, 'Italian Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Shiro', 12.971899559077535, 77.59623643170688, 'Japanese Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Café Noir', 12.971994746343674, 77.59600119604778, 'French Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Bengaluru Baking Co.', 12.97176075574658, 77.59512829674657, 'Bakery'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Skyye', 12.971645639193747, 77.5962418409012, 'Lounge'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Bliss Luxe Chocolate Lounge', 12.971525048534971, 77.5962009156297, 'Cupcake Shop'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Smoke House Deli', 12.971656175823421, 77.59825417986832, 'Deli / Bodega'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Diesel Store', 12.97176214892316, 77.595946990362, 'Clothing Store'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Venkatappa Art Gallery', 12.97457482475825, 77.59579181671143, 'Art Gallery'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Sanchez', 12.97201760365161, 77.59602465951777, 'Mexican Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'JW Marriott Executive Lounge', 12.972119689569265, 77.5948038156033, 'Lounge'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'M. Chinnaswamy Stadium', 12.978144481391702, 77.599222834094, 'Cricket Ground'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'The Biere Club', 12.971061104390301, 77.59765717697385, 'Brewery'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, "Sunny's", 12.972023446176495, 77.59845399703514, 'Italian Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Good Earth - Bunglow Store', 12.971606323283227, 77.59783835355319, 'Furniture / Home Store'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Vidhana Soudha', 12.979027085191566, 77.59188123080901, 'Capitol Building'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Coffee Day Square', 12.97167103862426, 77.59413157765854, 'Coffee Shop'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Margarita Lounge Bar', 12.970741094860404, 77.59755312661356, 'Cocktail Bar'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Shiro, UB City', 12.97674783766511, 77.5990661585226, 'Lounge'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Palate Corner', 12.967920920706332, 77.59144353198293, 'Indian Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Louis Vuitton', 12.971504833704968, 77.59607705364621, 'Boutique'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Alba', 12.97254127003947, 77.59459436597112, 'Italian Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Rice Bowl', 12.974596409912373, 77.59947005546034, 'Chinese Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Chevron Hotel', 12.983618517251454, 77.59437895678766, 'Hotel'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Bootlegger', 12.971159134540759, 77.597574285437, 'Pub'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Harley Davidson', 12.970504569733336, 77.59758403466574, 'Motorcycle Shop'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Mahatma Gandhi Circle (ಮಹಾತ್ಮಾ ಗಾಂಧಿ ವೃತ್)', 12.976555172485348, 77.59960032068489, 'Plaza'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Freedom Park', 12.97800804978846, 77.58237336924304, 'Park'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'BBC by JW Marriott', 12.97184679431227, 77.59508813894038, 'Café'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Soda Bottle Openerwala', 12.970747078789008, 77.59760732403524, 'Parsi Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Fava', 12.972285753909956, 77.59596593828104, 'Mediterranean Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Kanteerava Outdoor Stadium', 12.968888073780606, 77.59305077122657, 'Track Stadium'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Good Earth', 12.97191866546351, 77.59602623632595, 'Arts & Crafts Store'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Le Cristaal', 12.971138252121813, 77.59754822547778, 'Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Konark Kanteerava', 12.970280628781897, 77.59216531513023, 'Karnataka Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, "Sancho's", 12.97198108680943, 77.59599671844332, 'Mexican Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'The Glass House - Deli Bistro Bar', 12.970084081682407, 77.59744343445422, 'Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Kanteerava Indoor Stadium', 12.96961914015977, 77.5938606262207, 'Stadium'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Subway', 12.976016121904996, 77.59793857190844, 'Sandwich Place'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Oriental Spice', 12.98389271843625, 77.59359116991038, 'Chinese Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Farzi Cafe', 12.972135871318413, 77.59580288658609, 'Bistro'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, "Glen's Bakehouse", 12.969915744578222, 77.59751662357434, 'Café'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Rasovara', 12.971994968390815, 77.59607864029057, 'Rajasthani Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Visvesvaraya Industrial and Technological Museum', 12.974883980915532, 77.59652574568754, 'Science Museum'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'cafe coffee day', 12.972391588890256, 77.59410838347151, 'Coffee Shop'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'KSLTA Tennis stadium', 12.975093740594403, 77.5944388379795, 'Tennis Stadium'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Imagine Store UB City', 12.971968370342033, 77.59609906096726, 'Electronics Store'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'UB City Amphitheatre', 12.972285566352205, 77.59584132123707, 'Concert Hall'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'The Tower Kitchen', 12.971671379872115, 77.5963634706781, 'Italian Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Atria Hotel', 12.980226955229458, 77.58606746792793, 'Hotel'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Jawaharlal Nehru Planetarium', 12.984570044084577, 77.59016327148883, 'Planetarium'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Cafe Mangii', 12.971984856069145, 77.59597131547177, 'Italian Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Oakwood Premier Prestige Bangalore', 12.972002119343369, 77.59605643496121, 'Hotel'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Barista Lavazza', 12.971333940741555, 77.59780155487574, 'Café'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, "Domino's Pizza", 12.972, 77.595, 'Pizza Place'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Nisarga Garden Restaurant', 12.983331536725942, 77.5944306645044, 'Indian Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Sreeraj Lassi Bar', 12.983183237086276, 77.5876329178736, 'Juice Bar'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Apple Store', 12.97199420654759, 77.59600174295512, 'Electronics Store'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Sing Kong', 12.971985441320765, 77.59601059525673, 'Cantonese Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Sanchos', 12.972001743903009, 77.59604959870336, 'Mexican Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Cafe Coffee Day', 12.971302894104564, 77.59788491030018, 'Café'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, "McDonald's", 12.976011104578486, 77.59839079671238, 'Fast Food Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Matsuri', 12.975798763144716, 77.59943925538127, 'Japanese Restaurant'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'DIESEL - For Successful Living', 12.971846073935406, 77.59564697742462, 'Clothing Store'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Shri M Visvesvaraya Metro Station', 12.974097, 77.584015, 'Metro Station'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Cubbon Park Metro Station', 12.980436826078725, 77.59787765529515, 'Metro Station'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Tonique', 12.976657, 77.599224, 'Beer Store'), ('Sampangiram Nagar', 12.97587815, 77.59060119917152, 'Chancery Pan Walla', 12.97623432579275, 77.59951939797283, 'Food Truck')], [('Shanthala Nagar', 12.9717, 77.6006, 'Truffles - Ice & Spice', 12.971801622357315, 77.60103059863826, 'Burger Joint'), ('Shanthala Nagar', 12.9717, 77.6006, 'Smoke House Deli', 12.971656175823421, 77.59825417986832, 'Deli / Bodega'), ('Shanthala Nagar', 12.9717, 77.6006, 'Corner House', 12.972979021383468, 77.59997124258985, 'Ice Cream Shop'), ('Shanthala Nagar', 12.9717, 77.6006, 'Airlines Hotel', 12.972947919226808, 77.59983134872871, 'Breakfast Spot'), ('Shanthala Nagar', 12.9717, 77.6006, 'Natural Ice Cream', 12.971377630166776, 77.60098865044374, 'Ice Cream Shop'), ('Shanthala Nagar', 12.9717, 77.6006, "Sunny's", 12.972023446176495, 77.59845399703514, 'Italian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Big Straw', 12.972729368910825, 77.60120119003396, 'Bubble Tea Shop'), ('Shanthala Nagar', 12.9717, 77.6006, 'Oh Calcutta', 12.97140529286284, 77.6009353892218, 'Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'The Biere Club', 12.971061104390301, 77.59765717697385, 'Brewery'), ('Shanthala Nagar', 12.9717, 77.6006, 'MTR 1924', 12.9721959784241, 77.60099037631942, 'Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Good Earth - Bunglow Store', 12.971606323283227, 77.59783835355319, 'Furniture / Home Store'), ('Shanthala Nagar', 12.9717, 77.6006, 'Harima', 12.967754615278329, 77.60007264264614, 'Sushi Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'The Ritz-Carlton', 12.967478847122125, 77.60175515707783, 'Hotel'), ('Shanthala Nagar', 12.9717, 77.6006, 'UB City', 12.971708980695311, 77.59590528412356, 'Shopping Mall'), ('Shanthala Nagar', 12.9717, 77.6006, 'MTR Restaurant', 12.972158540297588, 77.60103860908832, 'South Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Shiro', 12.971899559077535, 77.59623643170688, 'Japanese Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'The Only Place', 12.973304749768188, 77.60351382365401, 'Steakhouse'), ('Shanthala Nagar', 12.9717, 77.6006, 'Hard Rock Cafe Bengaluru', 12.9763894, 77.6014683, 'American Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Toscano', 12.97198038085137, 77.59606565238312, 'Italian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Margarita Lounge Bar', 12.970741094860404, 77.59755312661356, 'Cocktail Bar'), ('Shanthala Nagar', 12.9717, 77.6006, 'Skyye', 12.971645639193747, 77.5962418409012, 'Lounge'), ('Shanthala Nagar', 12.9717, 77.6006, 'Church Street Social', 12.975559069066918, 77.60257885565107, 'Pub'), ('Shanthala Nagar', 12.9717, 77.6006, 'Café Noir', 12.971994746343674, 77.59600119604778, 'French Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Bliss Luxe Chocolate Lounge', 12.971525048534971, 77.5962009156297, 'Cupcake Shop'), ('Shanthala Nagar', 12.9717, 77.6006, 'The Egg Factory', 12.972216885631681, 77.60097774961763, 'Breakfast Spot'), ('Shanthala Nagar', 12.9717, 77.6006, 'Konark', 12.969011723581469, 77.60215558367422, 'Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'JW Marriott Hotel Bengaluru', 12.972361772490226, 77.59505132638924, 'Hotel'), ('Shanthala Nagar', 12.9717, 77.6006, 'The Entertainment Store', 12.975412545526549, 77.60304487409013, 'Toy / Game Store'), ('Shanthala Nagar', 12.9717, 77.6006, 'M.G Road Boulevard', 12.9757705183477, 77.60397895324303, 'Plaza'), ('Shanthala Nagar', 12.9717, 77.6006, 'The 13th Floor', 12.975363633712803, 77.60499494028885, 'Lounge'), ('Shanthala Nagar', 12.9717, 77.6006, 'Kenko Reflexology & Fish Spa', 12.97094992436029, 77.59893746056908, 'Spa'), ('Shanthala Nagar', 12.9717, 77.6006, 'Chai Point', 12.967752839226035, 77.60013477089373, 'Café'), ('Shanthala Nagar', 12.9717, 77.6006, 'Blossom Book House', 12.975041955414428, 77.60481252972643, 'Bookstore'), ('Shanthala Nagar', 12.9717, 77.6006, 'Brik Oven', 12.974756704916391, 77.60544131076117, 'Pizza Place'), ('Shanthala Nagar', 12.9717, 77.6006, 'Bangalore Brew Works', 12.968364852145388, 77.60166199226902, 'Brewery'), ('Shanthala Nagar', 12.9717, 77.6006, 'Equilibrium Climbing Station', 12.96758299429699, 77.60008603334427, 'Athletics & Sports'), ('Shanthala Nagar', 12.9717, 77.6006, 'Diesel Store', 12.97176214892316, 77.595946990362, 'Clothing Store'), ('Shanthala Nagar', 12.9717, 77.6006, 'Sky Bar', 12.969237506665461, 77.60036096366744, 'Bar'), ('Shanthala Nagar', 12.9717, 77.6006, 'Spice Terrace', 12.972254412315774, 77.59520025975598, 'Lounge'), ('Shanthala Nagar', 12.9717, 77.6006, 'ZELA', 12.966769227044788, 77.59961843320848, 'Gym / Fitness Center'), ('Shanthala Nagar', 12.9717, 77.6006, 'Sanchez', 12.97201760365161, 77.59602465951777, 'Mexican Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Rice Bowl', 12.974596409912373, 77.59947005546034, 'Chinese Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'M. Chinnaswamy Stadium', 12.978144481391702, 77.599222834094, 'Cricket Ground'), ('Shanthala Nagar', 12.9717, 77.6006, 'ITC Gardenia', 12.967010443286327, 77.59561763159581, 'Hotel'), ('Shanthala Nagar', 12.9717, 77.6006, 'Bengaluru Baking Co.', 12.97176075574658, 77.59512829674657, 'Bakery'), ('Shanthala Nagar', 12.9717, 77.6006, 'Bang', 12.967505348132486, 77.60175724365959, 'Lounge'), ('Shanthala Nagar', 12.9717, 77.6006, 'Harley Davidson', 12.970504569733336, 77.59758403466574, 'Motorcycle Shop'), ('Shanthala Nagar', 12.9717, 77.6006, 'Cubbon Park', 12.977042175203783, 77.59527683258057, 'Park'), ('Shanthala Nagar', 12.9717, 77.6006, 'J W Kitchen', 12.972410384127292, 77.59459191743764, 'Asian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Shiro, UB City', 12.97674783766511, 77.5990661585226, 'Lounge'), ('Shanthala Nagar', 12.9717, 77.6006, 'Soda Bottle Openerwala', 12.970747078789008, 77.59760732403524, 'Parsi Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Starbucks', 12.974435613139992, 77.60730764890275, 'Coffee Shop'), ('Shanthala Nagar', 12.9717, 77.6006, 'Coast 2 Coast', 12.975304562473212, 77.6056246129467, 'Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Plan B', 12.967779043693422, 77.60730657768812, 'Pub'), ('Shanthala Nagar', 12.9717, 77.6006, 'Kebabs & Kurries', 12.966995168539182, 77.59561272109826, 'Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Green Theory', 12.96831482138685, 77.6028114844309, 'Vegetarian / Vegan Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Hysteria', 12.97484337251026, 77.60542605852555, 'Music Store'), ('Shanthala Nagar', 12.9717, 77.6006, "Smally's RestoCafe", 12.974411986951955, 77.60723447212474, 'Café'), ('Shanthala Nagar', 12.9717, 77.6006, 'Louis Vuitton', 12.971504833704968, 77.59607705364621, 'Boutique'), ('Shanthala Nagar', 12.9717, 77.6006, 'Fitness First', 12.971153055867344, 77.60700961067565, 'Gym'), ('Shanthala Nagar', 12.9717, 77.6006, 'On The Edge', 12.975423660018444, 77.60504538523642, 'Lounge'), ('Shanthala Nagar', 12.9717, 77.6006, 'Matteo', 12.974496161362197, 77.60711549239568, 'Café'), ('Shanthala Nagar', 12.9717, 77.6006, 'Venkatappa Art Gallery', 12.97457482475825, 77.59579181671143, 'Art Gallery'), ('Shanthala Nagar', 12.9717, 77.6006, 'JW Marriott Executive Lounge', 12.972119689569265, 77.5948038156033, 'Lounge'), ('Shanthala Nagar', 12.9717, 77.6006, "Gold's Gym", 12.966438118385152, 77.60366005755068, 'Gym'), ('Shanthala Nagar', 12.9717, 77.6006, 'Hotel Ballal Residency', 12.971476261187934, 77.60813638954173, 'Hotel'), ('Shanthala Nagar', 12.9717, 77.6006, 'Communiti', 12.972617926460163, 77.60822458087569, 'Brewery'), ('Shanthala Nagar', 12.9717, 77.6006, 'Nagarjuna', 12.973144974771415, 77.60926282792666, 'Andhra Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Khan Saheb', 12.97158679203988, 77.6068562640885, 'Fast Food Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Art of Delight', 12.9731979331182, 77.60925423250211, 'Ice Cream Shop'), ('Shanthala Nagar', 12.9717, 77.6006, 'Karavalli', 12.971936640516144, 77.60886915365143, 'Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Kentacky Chicken Corner', 12.96626031294609, 77.59521667672887, 'Fried Chicken Joint'), ('Shanthala Nagar', 12.9717, 77.6006, 'The Lotus Pavillion', 12.967003738562806, 77.59606053210842, 'Arcade'), ('Shanthala Nagar', 12.9717, 77.6006, 'Kudla', 12.966511836813652, 77.59500694847208, 'Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Coffee Day Square', 12.97167103862426, 77.59413157765854, 'Coffee Shop'), ('Shanthala Nagar', 12.9717, 77.6006, 'Adarsh Hamilton', 12.964578586528466, 77.59839305059354, 'Bed & Breakfast'), ('Shanthala Nagar', 12.9717, 77.6006, 'The Cubbon Pavilion', 12.967028625451945, 77.5961203862797, 'Wine Bar'), ('Shanthala Nagar', 12.9717, 77.6006, 'Mahesh Lunch Home', 12.965882303664166, 77.59815471599859, 'Seafood Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Brigade Road', 12.97386709238053, 77.60695400750225, 'Road'), ('Shanthala Nagar', 12.9717, 77.6006, 'Samsung Opera House', 12.97230972989983, 77.60744386851238, 'Electronics Store'), ('Shanthala Nagar', 12.9717, 77.6006, 'Konark Coffee Shop', 12.966561173478867, 77.59970964608847, 'Breakfast Spot'), ('Shanthala Nagar', 12.9717, 77.6006, 'EDO', 12.967045535958023, 77.5961802989597, 'Japanese Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Khazana Food Paradise', 12.96427551232876, 77.60555941430088, 'Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Hae Kum Gang', 12.967771730864545, 77.6073779986234, 'Korean Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'The Elanza Hotel', 12.965258026120997, 77.60216832457864, 'Hotel'), ('Shanthala Nagar', 12.9717, 77.6006, 'Corner House', 12.97365009469787, 77.60936184815533, 'Dessert Shop'), ('Shanthala Nagar', 12.9717, 77.6006, 'Khazana', 12.964263523095827, 77.60549527374609, 'Indian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Good Earth', 12.97191866546351, 77.59602623632595, 'Arts & Crafts Store'), ('Shanthala Nagar', 12.9717, 77.6006, 'Fava', 12.972285753909956, 77.59596593828104, 'Mediterranean Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Alba', 12.97254127003947, 77.59459436597112, 'Italian Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Guzzlers Inn', 12.973722472653884, 77.60697151460171, 'Pub'), ('Shanthala Nagar', 12.9717, 77.6006, 'Kazé', 12.96551110599901, 77.5965419084478, 'Sushi Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Sunheri Restaurant', 12.964787516750432, 77.59498692156059, 'Vegetarian / Vegan Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, "Sancho's", 12.97198108680943, 77.59599671844332, 'Mexican Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Chung Wah', 12.974099097898877, 77.60938644245661, 'Chinese Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'BBC by JW Marriott', 12.97184679431227, 77.59508813894038, 'Café'), ('Shanthala Nagar', 12.9717, 77.6006, 'Green Onion Chinese Restaurant', 12.973165470207077, 77.60915869834479, 'Chinese Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Olive Beach', 12.966900765506626, 77.60813082237091, 'Mediterranean Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Rasovara', 12.971994968390815, 77.59607864029057, 'Rajasthani Restaurant'), ('Shanthala Nagar', 12.9717, 77.6006, 'Bang Rooftop Bar', 12.967479607539346, 77.60174257146157, 'Bar')], [('Domlur', 12.9624669, 77.6381958, 'Barbeque Nation', 12.96268432799919, 77.64159912496677, 'BBQ Joint'), ('Domlur', 12.9624669, 77.6381958, 'League of Extraordinary Gamers', 12.967098531603707, 77.63691851929147, 'Gaming Cafe'), ('Domlur', 12.9624669, 77.6381958, 'Lavonne', 12.963908917512304, 77.63857909555004, 'Café'), ('Domlur', 12.9624669, 77.6381958, 'Smoke House Deli', 12.965584187974008, 77.64149811290692, 'Deli / Bodega'), ('Domlur', 12.9624669, 77.6381958, 'Starbucks', 12.965648550083586, 77.64171789183723, 'Coffee Shop'), ('Domlur', 12.9624669, 77.6381958, 'Bodycraft', 12.968497086164833, 77.64128911181118, 'Spa'), ('Domlur', 12.9624669, 77.6381958, 'Corner House', 12.96997259210254, 77.6374526658063, 'Ice Cream Shop'), ('Domlur', 12.9624669, 77.6381958, 'Little Italy', 12.96639726249987, 77.64164576981047, 'Italian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Drops Total Spirits', 12.964526940755547, 77.64163609332793, 'Liquor Store'), ('Domlur', 12.9624669, 77.6381958, 'Puma Social Club', 12.967254184484323, 77.64121209338596, 'Nightclub'), ('Domlur', 12.9624669, 77.6381958, 'California Burrito', 12.967528006998045, 77.63672184058419, 'Burrito Place'), ('Domlur', 12.9624669, 77.6381958, 'Infinitea', 12.968967609084716, 77.63611108440232, 'Tea Room'), ('Domlur', 12.9624669, 77.6381958, 'Smoor Chocolates by Bliss', 12.969912874955153, 77.6412832983829, 'Chocolate Shop'), ('Domlur', 12.9624669, 77.6381958, 'Anand Sweets', 12.960165704974667, 77.64516797876391, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, "Bob's Bar", 12.967081570328242, 77.64139470111513, 'Karnataka Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Tipsy Bull', 12.964824110364718, 77.64178306379425, 'Pub'), ('Domlur', 12.9624669, 77.6381958, 'Krispy Kreme Doughnuts', 12.970094327976001, 77.64067091504293, 'Bakery'), ('Domlur', 12.9624669, 77.6381958, 'Big Pitcher', 12.960101221571014, 77.64694579372205, 'Brewery'), ('Domlur', 12.9624669, 77.6381958, "Harry's Singapore", 12.964480895955553, 77.6416910954984, 'Sports Bar'), ('Domlur', 12.9624669, 77.6381958, 'The Black Rabbit', 12.969891020052852, 77.64125114874344, 'Pub'), ('Domlur', 12.9624669, 77.6381958, 'Mamagoto', 12.970113448717763, 77.63917316666122, 'Asian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'The Humming Tree - Music Venue and Bar', 12.970124587896086, 77.639161198021, 'Music Venue'), ('Domlur', 12.9624669, 77.6381958, 'Mother Cluckers', 12.9701761233072, 77.64024335293145, 'Restaurant'), ('Domlur', 12.9624669, 77.6381958, "Domino's Pizza", 12.961, 77.639, 'Pizza Place'), ('Domlur', 12.9624669, 77.6381958, "Murphy's", 12.953659355081632, 77.63939655746383, 'Irish Pub'), ('Domlur', 12.9624669, 77.6381958, 'Phobidden Fruit', 12.9699592658647, 77.63961973169945, 'Vietnamese Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Bite Me Cupcakes', 12.97071129751499, 77.64131050643094, 'Cupcake Shop'), ('Domlur', 12.9624669, 77.6381958, 'Mainland China', 12.962457669794661, 77.64172707439545, 'Chinese Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Zaitoon', 12.959949337707123, 77.64697783077756, 'Middle Eastern Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Tandoori Taal', 12.9685143298792, 77.63625497669454, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Bliss Chocolate Lounge', 12.97056979924098, 77.64204864494035, 'Cupcake Shop'), ('Domlur', 12.9624669, 77.6381958, 'The Paul Bangalore', 12.953636209395706, 77.63951665240795, 'Hotel'), ('Domlur', 12.9624669, 77.6381958, 'Vapour - Pub and Brewery', 12.969400042480276, 77.64126770694673, 'Brewery'), ('Domlur', 12.9624669, 77.6381958, 'B Flat', 12.968858716822131, 77.64110987804845, 'Lounge'), ('Domlur', 12.9624669, 77.6381958, 'Sidewalk Café & Bar', 12.953709994928795, 77.63942892980386, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Bhartiya Jalpan', 12.968684148808519, 77.6414819251013, 'Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Bricklane Grill', 12.96991956114483, 77.64109337508981, 'Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Chianti Ristorante & Wine Bar', 12.970166816699923, 77.6403456189779, 'Italian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Cafe 42', 12.963698354237229, 77.6420391954426, 'Café'), ('Domlur', 12.9624669, 77.6381958, 'flying spaghetti monster', 12.967053, 77.64157, 'Italian Restaurant'), ('Domlur', 12.9624669, 77.6381958, '1131 Bar N Kitchen', 12.969915566801303, 77.64134445399704, 'Cocktail Bar'), ('Domlur', 12.9624669, 77.6381958, 'The Kitchen Of Joy', 12.968546587252069, 77.63633025468197, 'Fast Food Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Hotel Royal Orchid', 12.957208484767675, 77.64422244043912, 'Hotel'), ('Domlur', 12.9624669, 77.6381958, 'Chaipatty Teafe', 12.96954625703495, 77.6412825626295, 'Tea Room'), ('Domlur', 12.9624669, 77.6381958, "Namdhari's Fresh", 12.970208211865616, 77.6407850128964, 'Grocery Store'), ('Domlur', 12.9624669, 77.6381958, 'Spaghetti Kitchen', 12.96453930395614, 77.64165710460685, 'Italian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Hangover', 12.970077919399797, 77.63839880639964, 'Lounge'), ('Domlur', 12.9624669, 77.6381958, 'Sree Nandhini Palace', 12.961989653930361, 77.64181260219313, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Rajdhani', 12.963833882354622, 77.641642801897, 'Rajasthani Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Barista', 12.966273474482174, 77.64143228530884, 'Café'), ('Domlur', 12.9624669, 77.6381958, 'High Note Bar and Dining', 12.968883137056034, 77.64116267019021, 'Diner'), ('Domlur', 12.9624669, 77.6381958, "Jimi's Beer Cafe", 12.970072650700706, 77.6384866075003, 'Pub'), ('Domlur', 12.9624669, 77.6381958, "Geoffrey's", 12.957250976074215, 77.64415895743561, 'Pub'), ('Domlur', 12.9624669, 77.6381958, 'Lime Light', 12.957065273348734, 77.64409831195849, 'Coffee Shop'), ('Domlur', 12.9624669, 77.6381958, 'Vietnamese Kitchen', 12.966451631457387, 77.63733788165581, 'Vietnamese Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Srinidhi Sagar', 12.960529038276217, 77.64568217577056, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Cafe Coffee Day', 12.960813664786022, 77.64613283526276, 'Café'), ('Domlur', 12.9624669, 77.6381958, "Chili's Grill & Bar", 12.969236716608249, 77.64141442037109, 'Tex-Mex Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Esplanade', 12.969199004595144, 77.64147271369525, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Raenss Cafe', 12.96587686311702, 77.64127674983253, 'Café'), ('Domlur', 12.9624669, 77.6381958, 'Escape Hotel & Spa', 12.969983177464986, 77.64114575299904, 'Hotel'), ('Domlur', 12.9624669, 77.6381958, 'Cirrus', 12.97085767105968, 77.64122376053821, 'Pub'), ('Domlur', 12.9624669, 77.6381958, 'Costa Coffee', 12.97021662678486, 77.6408353100379, 'Coffee Shop'), ('Domlur', 12.9624669, 77.6381958, "Namdhari's Fresh", 12.966155476607463, 77.6375836931685, 'Food & Drink Shop'), ('Domlur', 12.9624669, 77.6381958, 'Troika', 12.96513995350749, 77.64174100622184, 'Lounge'), ('Domlur', 12.9624669, 77.6381958, 'Subway', 12.963811997701667, 77.64066031212336, 'Sandwich Place'), ('Domlur', 12.9624669, 77.6381958, 'Srinidhi Sagar', 12.95934816148329, 77.63838706241823, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Rahhams (Richies)', 12.96014695663371, 77.64586329500514, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Allen Solly', 12.968050940787577, 77.64123939345225, 'Clothing Store'), ('Domlur', 12.9624669, 77.6381958, 'Nandhini Paradise', 12.965095323722327, 77.6385246453569, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Terrazzo', 12.969337035463994, 77.64140372132545, 'Italian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Vembanad', 12.953541350342334, 77.6391634838788, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Barbecue Nation Pan Stall', 12.962460037256712, 77.64170744558335, 'Smoke Shop'), ('Domlur', 12.9624669, 77.6381958, 'Muse Bar & Kitchen', 12.965077421412994, 77.64142777320598, 'Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Madurai Idly Shop', 12.954644571981449, 77.64125498046182, 'Breakfast Spot'), ('Domlur', 12.9624669, 77.6381958, 'Paratha House', 12.95989408881786, 77.64458969098906, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Big Mummy', 12.962483316723581, 77.64327439528063, 'Breakfast Spot'), ('Domlur', 12.9624669, 77.6381958, 'Rahams  Families', 12.960125606610273, 77.64596412427946, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Java Diamond District', 12.957960745342602, 77.64436394227398, 'Food'), ('Domlur', 12.9624669, 77.6381958, "Sethji's", 12.964210978293035, 77.64388271352537, 'Diner'), ('Domlur', 12.9624669, 77.6381958, 'Pizza Hut', 12.955856146079977, 77.64132457960159, 'Pizza Place'), ('Domlur', 12.9624669, 77.6381958, 'Xtreme Sports Bar', 12.970794875650837, 77.641164363067, 'Sports Bar'), ('Domlur', 12.9624669, 77.6381958, 'Habanero', 12.970073475455017, 77.63904993998749, 'Mexican Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Aachis Chettinad Restaurant', 12.9699914037871, 77.63602460933862, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'DD Cafe', 12.959160895770761, 77.64356445249739, 'Café'), ('Domlur', 12.9624669, 77.6381958, 'Chai Angadi', 12.960120290539662, 77.64411456445825, 'Café'), ('Domlur', 12.9624669, 77.6381958, "FAASO'S", 12.9602415946053, 77.64529278373925, 'Burrito Place'), ('Domlur', 12.9624669, 77.6381958, 'Food Corner', 12.965165212807795, 77.64413595199585, 'Convenience Store'), ('Domlur', 12.9624669, 77.6381958, 'Ginseng', 12.957228307899607, 77.64369065233625, 'Chinese Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'The Paramount Hotel', 12.955928268463168, 77.64158130000955, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Chokidhani', 12.955890390812437, 77.64134946481546, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Golds Gym', 12.970166126786397, 77.64078814197084, 'Gym'), ('Domlur', 12.9624669, 77.6381958, 'Clay Pot', 12.960031596718116, 77.64473140239716, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'Ramji Chaiwale', 12.960142396997593, 77.64487940524187, 'Coffee Shop'), ('Domlur', 12.9624669, 77.6381958, 'Matteo Cafe', 12.96462351709785, 77.64563397219784, 'Café'), ('Domlur', 12.9624669, 77.6381958, 'Sree Krishna Sagar', 12.954938389832282, 77.64116601931988, 'Indian Restaurant'), ('Domlur', 12.9624669, 77.6381958, 'The Lawns', 12.957194, 77.644283, 'Hotel'), ('Domlur', 12.9624669, 77.6381958, 'Avirate', 12.969669737103484, 77.6418137209041, "Women's Store"), ('Domlur', 12.9624669, 77.6381958, 'HAL 2nd Stage 12th Main bus stop', 12.970124264670227, 77.6411928478706, 'Bus Station'), ('Domlur', 12.9624669, 77.6381958, 'Open Kitchen', 12.954609841244272, 77.64105301112807, 'North Indian Restaurant')], [('Konena Agrahara', 12.9586061, 77.6623373, 'HAL Market', 12.960848583125971, 77.66619844786123, 'Farmers Market'), ('Konena Agrahara', 12.9586061, 77.6623373, 'New Punjabi Hotel', 12.95929598977082, 77.65554308650674, 'Indian Restaurant'), ('Konena Agrahara', 12.9586061, 77.6623373, 'SWAT food Truck', 12.953728127750606, 77.65957706505726, 'Food Truck'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Hyderabad Biryaani House', 12.959209291766507, 77.65649019333365, 'Indian Restaurant'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Cafe Coffee Day', 12.956340386410343, 77.6581733263563, 'Café'), ('Konena Agrahara', 12.9586061, 77.6623373, "Domino's Pizza", 12.96, 77.656, 'Pizza Place'), ('Konena Agrahara', 12.9586061, 77.6623373, "McDonald's", 12.958693284292194, 77.65674233436584, 'Fast Food Restaurant'), ('Konena Agrahara', 12.9586061, 77.6623373, 'KFC', 12.959232583061564, 77.65692743951291, 'Fast Food Restaurant'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Sathkar hotel', 12.958685874938965, 77.66282653808594, 'Indian Restaurant'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Cha Bar', 12.95876538056457, 77.66271444135312, 'Café'), ('Konena Agrahara', 12.9586061, 77.6623373, "McDonald's", 12.95928679303521, 77.65686315831108, 'Fast Food Restaurant'), ('Konena Agrahara', 12.9586061, 77.6623373, 'HAL Main Gate', 12.958626684485127, 77.66507440624318, 'Bus Stop'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Shri Udupi Park', 12.959302945535505, 77.65607553064976, 'Restaurant'), ('Konena Agrahara', 12.9586061, 77.6623373, 'HAL bus stand', 12.959262529951918, 77.65553357886255, 'Bus Station'), ('Konena Agrahara', 12.9586061, 77.6623373, 'New Top In Town', 12.955655833469397, 77.6561599652502, 'Department Store'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Palki Restaurant', 12.956942064005732, 77.65563984108557, 'Indian Restaurant'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Juicy', 12.958884, 77.655339, 'Juice Bar'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Goli vada pau', 12.959006297139199, 77.65529868306467, 'Fast Food Restaurant'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Cafe Coffee Day', 12.959231825701037, 77.65474834021752, 'Coffee Shop'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Isro Signal', 12.959299512186826, 77.65437587337914, 'Intersection'), ('Konena Agrahara', 12.9586061, 77.6623373, 'Maduri Grand', 12.95912447354423, 77.65410217493216, 'Indian Restaurant')], [('Agaram', 12.94570355, 77.63788569275825, 'Ministry of Food', 12.948474983379796, 77.64551608842699, 'Restaurant'), ('Agaram', 12.94570355, 77.63788569275825, "Murphy's", 12.953659355081632, 77.63939655746383, 'Irish Pub'), ('Agaram', 12.94570355, 77.63788569275825, 'The Paul Bangalore', 12.953636209395706, 77.63951665240795, 'Hotel'), ('Agaram', 12.94570355, 77.63788569275825, 'Hilton', 12.948375239218151, 77.64568176215869, 'Hotel'), ('Agaram', 12.94570355, 77.63788569275825, 'Sidewalk Café & Bar', 12.953709994928795, 77.63942892980386, 'Indian Restaurant'), ('Agaram', 12.94570355, 77.63788569275825, 'California Burrito, EGL', 12.949113099128594, 77.64403379187203, 'Mexican Restaurant'), ('Agaram', 12.94570355, 77.63788569275825, 'Origin Espresso Bar', 12.949896205060401, 77.64233509565149, 'Coffee Shop'), ('Agaram', 12.94570355, 77.63788569275825, 'Mother Earth', 12.952490592997513, 77.64025873512664, 'Furniture / Home Store'), ('Agaram', 12.94570355, 77.63788569275825, "Domino's Pizza", 12.949282639829313, 77.64375462617014, 'Pizza Place'), ('Agaram', 12.94570355, 77.63788569275825, 'Cafe Coffee Day', 12.952179753353775, 77.64024195458713, 'Café'), ('Agaram', 12.94570355, 77.63788569275825, 'Tea Mount', 12.949004686078323, 77.64388263894615, 'Tea Room'), ('Agaram', 12.94570355, 77.63788569275825, 'CCD Indiranagar', 12.953178123678635, 77.64082927197778, 'Arcade'), ('Agaram', 12.94570355, 77.63788569275825, 'Subway', 12.949064667378618, 77.64394178770526, 'Sandwich Place'), ('Agaram', 12.94570355, 77.63788569275825, 'Vembanad', 12.953541350342334, 77.6391634838788, 'Indian Restaurant'), ('Agaram', 12.94570355, 77.63788569275825, 'Loveshack', 12.952691686440184, 77.64019347742666, 'Lounge'), ('Agaram', 12.94570355, 77.63788569275825, 'KFC', 12.949085619411015, 77.6438347469038, 'Fast Food Restaurant'), ('Agaram', 12.94570355, 77.63788569275825, 'Yahoo! EGL Gym', 12.949953704486127, 77.64239203197094, 'Gym'), ('Agaram', 12.94570355, 77.63788569275825, 'Sindbad', 12.949940037967801, 77.64332393827337, 'Indian Restaurant'), ('Agaram', 12.94570355, 77.63788569275825, 'Beijing Bites', 12.949243862023259, 77.64382749795914, 'Chinese Restaurant'), ('Agaram', 12.94570355, 77.63788569275825, '[24]7 Food Court', 12.946924, 77.645314, 'Food Court'), ('Agaram', 12.94570355, 77.63788569275825, 'Deli Shop, Crystal Downs (Goldman Sachs)', 12.950192741361588, 77.64423251152039, 'Juice Bar'), ('Agaram', 12.94570355, 77.63788569275825, 'Hilton Bangalore Embassy Golflinks Executive Lounge', 12.948851843888583, 77.64546402372028, 'Hotel'), ('Agaram', 12.94570355, 77.63788569275825, 're:cess at Hilton Bangalore Residences', 12.94893018071039, 77.64550532749102, 'Café'), ('Agaram', 12.94570355, 77.63788569275825, 'Au Bon Pain Cafe India Limited', 12.94622903873162, 77.64644592193203, 'Café'), ('Agaram', 12.94570355, 77.63788569275825, 'Intel Security Cafeteria', 12.946523670005053, 77.64652329461569, 'Cafeteria'), ('Agaram', 12.94570355, 77.63788569275825, 'Ejipura Signal', 12.938640368914674, 77.63250585890295, 'Intersection')], [('Vannarpet', 12.96283185, 77.61671609118008, 'Toast and Tonic', 12.966741280202402, 77.60873291751892, 'Cocktail Bar'), ('Vannarpet', 12.96283185, 77.61671609118008, 'KSFA Bangalore Football Stadium', 12.968579498144074, 77.61125262983968, 'Soccer Stadium'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Lifestyle', 12.96693422426199, 77.61155261348122, 'Shopping Mall'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Sapphire Toys', 12.967094298468194, 77.61086595555555, 'Toy / Game Store'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Chaitanya Delicacy', 12.96373910639745, 77.61457856368243, 'Indian Restaurant'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Hyderabad Biryani', 12.966384647512777, 77.61423205952964, 'Indian Restaurant'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Portland Steakhouse & Cafe', 12.97028194685382, 77.61477904119671, 'Steakhouse'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Little Chef', 12.964428442343943, 77.61368011489583, 'Italian Restaurant'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Chaaye Stall', 12.967959286304133, 77.61107053124557, 'Tea Room'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Mad Over Donuts', 12.966088793468831, 77.61520259904584, 'Donut Shop'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Welcom Hotel - ITC Hotel', 12.968666623928728, 77.61449497354123, 'Hotel'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Cafe Coffee Day,', 12.965509366800466, 77.61849786396556, 'Café'), ('Vannarpet', 12.96283185, 77.61671609118008, 'ITC My Fortune Hotel', 12.968613288975035, 77.61450357629745, 'Hotel'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Hotel Ajanta', 12.971666877201681, 77.61554717828224, 'Hotel'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Hotel Empire', 12.967169822149659, 77.60901841982923, 'Indian Restaurant'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Reliance Trends', 12.966858152604553, 77.61044772508941, 'Clothing Store'), ('Vannarpet', 12.96283185, 77.61671609118008, 'Shri Balaji Theatre', 12.956654435129469, 77.61956691741943, 'Indie Movie Theater')], [('Neelasandra', 12.9521793, 77.6140918, 'barista, koramangala', 12.948603431777327, 77.62033939361572, 'Café'), ('Neelasandra', 12.9521793, 77.6140918, 'Bodycraft Spa & Salon', 12.94928854557866, 77.61418994308924, 'Spa'), ('Neelasandra', 12.9521793, 77.6140918, 'Shri Balaji Theatre', 12.956654435129469, 77.61956691741943, 'Indie Movie Theater'), ('Neelasandra', 12.9521793, 77.6140918, 'Thanco fresh fruitz ice cream', 12.943901575998197, 77.61324441632544, 'Ice Cream Shop'), ('Neelasandra', 12.9521793, 77.6140918, 'NGV Park', 12.948046776454838, 77.62203918715953, 'Park')], [('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Plan B', 12.96211048113096, 77.6014703382431, 'Pub'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Hockey Club', 12.961752893780158, 77.60112926322857, 'Hockey Arena'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Khazana Food Paradise', 12.96427551232876, 77.60555941430088, 'Indian Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Khazana', 12.964263523095827, 77.60549527374609, 'Indian Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Siddique Kabab Centre', 12.963019289958178, 77.60580636873325, 'BBQ Joint'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'ZELA', 12.966769227044788, 77.59961843320848, 'Gym / Fitness Center'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Adarsh Hamilton', 12.964578586528466, 77.59839305059354, 'Bed & Breakfast'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Toms Hotel', 12.964937903045959, 77.6068504138698, 'Hotel'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Makkah', 12.963980326682087, 77.60663814873249, 'Tea Room'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, "Gold's Gym", 12.966438118385152, 77.60366005755068, 'Gym'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Fanoos', 12.964384001093539, 77.60672835642133, 'Middle Eastern Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'The Elanza Hotel', 12.965258026120997, 77.60216832457864, 'Hotel'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Mahesh Lunch Home', 12.965882303664166, 77.59815471599859, 'Seafood Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Konark Coffee Shop', 12.966561173478867, 77.59970964608847, 'Breakfast Spot'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Aromas of China', 12.964286898466197, 77.59662629838962, 'Chinese Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, "Nature's Basket", 12.962222856717714, 77.60155693045321, 'Health Food Store'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Koshys Bakery', 12.965536613440756, 77.60465825754187, 'Bakery'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Pizza Hut', 12.962299412432339, 77.59919089431314, 'Pizza Place'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Richmond Park', 12.963269149622992, 77.60129876487682, 'Park'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Cafe Coffee Day', 12.96542585301969, 77.60326834583037, 'Coffee Shop'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Beijing Bites', 12.965739460744535, 77.6014579552782, 'Chinese Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, "Domino's Pizza", 12.962043383013679, 77.60135350277051, 'Pizza Place'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'The Pride Hotel', 12.96494867279741, 77.5994904471071, 'Indian Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Just Juice', 12.96144197332585, 77.60152258262616, 'Juice Bar'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Sandhya Sagar', 12.960334142460843, 77.60157693827733, 'Indian Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'The Chancery Pavilion Hotel', 12.966104646310798, 77.59857604631883, 'Hotel'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Fatima Bakery & Supermarket', 12.964937294516828, 77.60683750192102, 'Bakery'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Johnson Market', 12.964044884254541, 77.60660312606831, 'Market'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Cafe Coffee Day', 12.965366052458782, 77.60117753005413, 'Coffee Shop'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'In  Wok', 12.965235838641963, 77.60275916768684, 'Chinese Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Hyderabad House', 12.965274356333987, 77.60109467307906, 'Indian Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'UNO-IN', 12.961327694486616, 77.59511002826267, 'Hotel'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, '1, Shanti Road', 12.960674476102131, 77.59467700195692, 'Indie Theater'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'The Bangalore Cafe', 12.96151, 77.594883, 'Indian Restaurant'), ('Shanthi Nagar', 12.95825395, 77.6025706924521, 'Red Onion', 12.961057067370364, 77.59421470373123, 'Indian Restaurant')], [('Sudam Nagar', 19.0063025, 72.8191266, 'Worli Sea Face', 19.009216497075652, 72.8150224685669, 'Scenic Lookout'), ('Sudam Nagar', 19.0063025, 72.8191266, 'And Chillies, Pan Asian Cuisine', 19.006001212477063, 72.8244652350638, 'Thai Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'SMAAASH', 19.00447181182, 72.82611441943598, 'Athletics & Sports'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Bombay Canteen', 19.00341017043938, 72.82781561443936, 'Indian Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Starbucks Coffee: A Tata Alliance', 19.012850878278595, 72.82388641753305, 'Coffee Shop'), ('Sudam Nagar', 19.0063025, 72.8191266, 'City Bakery', 18.99980472153933, 72.81687633219049, 'Bakery'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Tamasha', 19.006162183127746, 72.827481012909, 'Lounge'), ('Sudam Nagar', 19.0063025, 72.8191266, "Koko's Kitchen", 19.002569280154802, 72.82767186449271, 'Asian Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Naturals', 19.001953952393034, 72.81496609572918, 'Ice Cream Shop'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Flea Bazaar Café', 19.005490722045188, 72.82646806251825, 'Flea Market'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Baskin-Robbins', 19.001550103286498, 72.81531574263262, 'Ice Cream Shop'), ('Sudam Nagar', 19.0063025, 72.8191266, 'D:OH', 19.00599691622973, 72.8269962654072, 'Café'), ('Sudam Nagar', 19.0063025, 72.8191266, "The Baker's Dozen Prabhadevi", 19.01256873996749, 72.82527603726814, 'Bakery'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Playboy', 19.005584, 72.826455, 'Nightclub'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Cafe Haqq Se', 19.006055161532963, 72.82697784964829, 'Lounge'), ('Sudam Nagar', 19.0063025, 72.8191266, 'London Taxi', 19.00334, 72.82792, 'Molecular Gastronomy Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Mi Maratha', 18.998910125987525, 72.82424926757812, 'Indian Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Kode', 19.005877522186946, 72.82627380377443, 'Molecular Gastronomy Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Farzi Cafe', 19.003511804450433, 72.827986679171, 'Indian Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Sealord Family Restaurant & Bar', 19.00224282210837, 72.81437532698422, 'Diner'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Subway', 19.002122773988514, 72.81444280841107, 'Sandwich Place'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Worli Drive', 19.012062567594988, 72.81561002987874, 'Scenic Lookout'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Kalpana', 18.999321410454336, 72.81712185289446, 'Indian Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, "Please Don't Tell- PDT", 19.00608174350107, 72.8270620501123, 'Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, "Godrej Nature's Basket", 19.002250353270078, 72.8133595890085, 'Gourmet Shop'), ('Sudam Nagar', 19.0063025, 72.8191266, 'SaffronArt', 19.005868443658684, 72.8177039704604, 'Art Gallery'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Old Wild West', 19.005958251535457, 72.82668119021682, 'Bar'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Luna nudo gusta', 19.005851140949666, 72.81769289811777, 'Lounge'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Cafe Coffee Day', 19.013105237523757, 72.82428268921284, 'Café'), ('Sudam Nagar', 19.0063025, 72.8191266, 'China Valley', 19.012652046865274, 72.82514618763528, 'Chinese Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Cafe Coffee Day', 19.002084054291778, 72.81455650676708, 'Café'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Worli Sea Face Kebab rolls', 19.00743037110337, 72.81434632332045, 'Arcade'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Hiltop Hotel Worli', 19.011301150735022, 72.81779697695784, 'Hotel'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Google India Ltd', 19.011500653291304, 72.82046946899631, 'Yoga Studio'), ('Sudam Nagar', 19.0063025, 72.8191266, "Pop Tate's", 19.00342101859211, 72.82776596846278, 'Pub'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Copper Chimney', 19.001824918042658, 72.81592739808104, 'Indian Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Sandwich Guy', 19.011255878264162, 72.82164572553488, 'Sandwich Place'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Kwality', 19.01177075000227, 72.82143222832494, 'Indian Restaurant'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Century Bazaar, Worli', 19.0127363416952, 72.82394886016846, 'Scenic Lookout'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Mini Forest Garden', 19.012861986606566, 72.81689310632666, 'Garden'), ('Sudam Nagar', 19.0063025, 72.8191266, 'Sea Corner', 19.013527405349436, 72.8166198363671, 'Scenic Lookout')], [('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Chikkana Tiffin Room', 12.9685566929753, 77.58428172109788, 'Indian Restaurant'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Ravindra Kalakshetra', 12.962176250925962, 77.58452795770042, 'Theater'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Lakshmi Nataraj Refreshments', 12.967475971604863, 77.57946797795475, 'South Indian Restaurant'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Palate Corner', 12.967920920706332, 77.59144353198293, 'Indian Restaurant'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Au Bon Pain', 12.964394, 77.589647, 'Bagel Shop'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Siddappa Hotel', 12.966093872260256, 77.5907048260409, 'Breakfast Spot'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Springs Hotel and Spa', 12.956703136089297, 77.58353012347467, 'Hotel'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'A.D.A. Rangamandira', 12.96208182211036, 77.58419084791578, 'Theater'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Nagarathpeth', 12.96758241399591, 77.57936247296446, 'Miscellaneous Shop'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Bangalore Fort', 12.962529430768752, 77.57581613091389, 'Historic Site'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Pai vihar', 12.965361461581216, 77.58606692431351, 'Indian Restaurant'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Unity Kamat', 12.964433871413775, 77.58664115555503, 'Indian Restaurant'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Avenue Road Dosa', 12.967709914130392, 77.5790098906482, 'Diner'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Rajdhani', 12.968836688735983, 77.587527524153, 'Rajasthani Restaurant'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'K R Market', 12.968636355533683, 77.57789611816406, 'Flower Shop'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Kamat Restaurant', 12.963629111639932, 77.57695034023962, 'Indian Restaurant'), ('Dharmarayaswamy Temple Ward', 12.9653, 77.5832, 'Platform 6 @ Bangalore City Junction Railway Station', 12.970943177991018, 77.58687277483527, 'Platform')], [('Cottonpet', 12.9678052, 77.5702672, 'SGS Donne Biriyani', 12.970324618320749, 77.57264765624994, 'Indian Restaurant'), ('Cottonpet', 12.9678052, 77.5702672, 'Udupi Sri Krishna Bhavan', 12.97156265323936, 77.57415757477479, 'Indian Restaurant'), ('Cottonpet', 12.9678052, 77.5702672, 'Karnataka Bhel House', 12.959412433420795, 77.56726435409732, 'Fast Food Restaurant'), ('Cottonpet', 12.9678052, 77.5702672, 'Lakshmi Nataraj Refreshments', 12.967475971604863, 77.57946797795475, 'South Indian Restaurant'), ('Cottonpet', 12.9678052, 77.5702672, 'Cinepolis - ETA Mall', 12.9658300426705, 77.56185010129978, 'Multiplex'), ('Cottonpet', 12.9678052, 77.5702672, 'KFC', 12.974282086640057, 77.56613731384277, 'Fast Food Restaurant'), ('Cottonpet', 12.9678052, 77.5702672, 'Bangalore Fort', 12.962529430768752, 77.57581613091389, 'Historic Site'), ('Cottonpet', 12.9678052, 77.5702672, 'Nagarathpeth', 12.96758241399591, 77.57936247296446, 'Miscellaneous Shop'), ('Cottonpet', 12.9678052, 77.5702672, 'Sultanpet', 12.96955846866376, 77.57360349086828, 'Paper / Office Supplies Store'), ('Cottonpet', 12.9678052, 77.5702672, 'The Signature Inn', 12.97311542197954, 77.57039646710255, 'Hotel'), ('Cottonpet', 12.9678052, 77.5702672, 'Carrefour Wholesale Cash & Carry India Pvt. Ltd.', 12.965155654342851, 77.56182157012104, 'Department Store'), ('Cottonpet', 12.9678052, 77.5702672, 'ETA Mall', 12.965803819615283, 77.56181104663334, 'Shopping Mall'), ('Cottonpet', 12.9678052, 77.5702672, 'Belli Basavana Temple Mamulpet', 12.967827, 77.577271, 'Plaza'), ('Cottonpet', 12.9678052, 77.5702672, 'Kamat Restaurant', 12.963629111639932, 77.57695034023962, 'Indian Restaurant'), ('Cottonpet', 12.9678052, 77.5702672, 'Prithvi Book Store', 12.961388393114532, 77.57528812140237, 'Bookstore'), ('Cottonpet', 12.9678052, 77.5702672, 'Decathlon sports ETA', 12.96563514412163, 77.56204515502799, 'Sporting Goods Shop'), ('Cottonpet', 12.9678052, 77.5702672, 'Taj Restaurant', 12.964279070528265, 77.57809205216282, 'Middle Eastern Restaurant'), ('Cottonpet', 12.9678052, 77.5702672, 'Kempegowda Metro Station', 12.97613377217214, 77.57148227589698, 'Metro Station'), ('Cottonpet', 12.9678052, 77.5702672, 'Narayan Idly', 12.964024421288924, 77.57800810314914, 'Food Truck'), ('Cottonpet', 12.9678052, 77.5702672, 'Avenue Road Dosa', 12.967709914130392, 77.5790098906482, 'Diner'), ('Cottonpet', 12.9678052, 77.5702672, 'Coffee Tree', 12.96582289508392, 77.56174320645145, 'Coffee Shop'), ('Cottonpet', 12.9678052, 77.5702672, 'Swathi Deluxe Andhra Style Restaurant', 12.976349914824251, 77.5720867422601, 'Indian Restaurant'), ('Cottonpet', 12.9678052, 77.5702672, 'METRO Cash & Carry', 12.965225562931169, 77.56148975907335, 'Big Box Store'), ('Cottonpet', 12.9678052, 77.5702672, 'KIMS Canteen', 12.960002009874302, 77.57473963979548, 'Snack Place')], [('Binnipet', 12.9654, 77.5617, 'Karnataka Bhel House', 12.959412433420795, 77.56726435409732, 'Fast Food Restaurant'), ('Binnipet', 12.9654, 77.5617, 'Cinepolis - ETA Mall', 12.9658300426705, 77.56185010129978, 'Multiplex'), ('Binnipet', 12.9654, 77.5617, 'Carrefour Wholesale Cash & Carry India Pvt. Ltd.', 12.965155654342851, 77.56182157012104, 'Department Store'), ('Binnipet', 12.9654, 77.5617, 'ETA Mall', 12.965803819615283, 77.56181104663334, 'Shopping Mall'), ('Binnipet', 12.9654, 77.5617, 'METRO Cash & Carry', 12.965225562931169, 77.56148975907335, 'Big Box Store'), ('Binnipet', 12.9654, 77.5617, 'Decathlon sports ETA', 12.96563514412163, 77.56204515502799, 'Sporting Goods Shop'), ('Binnipet', 12.9654, 77.5617, 'Coffee Tree', 12.96582289508392, 77.56174320645145, 'Coffee Shop'), ('Binnipet', 12.9654, 77.5617, 'Ganesh Grand', 12.961309, 77.562301, 'Vegetarian / Vegan Restaurant'), ('Binnipet', 12.9654, 77.5617, 'Nalanda Theatre', 12.960789094605849, 77.55804326010988, 'Movie Theater')], [('Kempapura Agrahara', 12.9706228, 77.5553763, 'The Cinema GT World Mall', 12.973696779611087, 77.5516042499798, 'Multiplex'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'D-Mart', 12.974411941889466, 77.54736815455266, 'Department Store'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'Al Bek', 12.97795727102248, 77.55318273782342, 'Indian Restaurant'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'Cinepolis - ETA Mall', 12.9658300426705, 77.56185010129978, 'Multiplex'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'Burger King', 12.973726, 77.551779, 'Fast Food Restaurant'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'G T World Mall', 12.97370009969299, 77.55161354650603, 'Shopping Mall'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'Magadi Road Metro Station', 12.975671984649798, 77.5559642968908, 'Metro Station'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'Carrefour Wholesale Cash & Carry India Pvt. Ltd.', 12.965155654342851, 77.56182157012104, 'Department Store'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'ETA Mall', 12.965803819615283, 77.56181104663334, 'Shopping Mall'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'Coffee Tree', 12.96582289508392, 77.56174320645145, 'Coffee Shop'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'tollgate bus stop', 12.97484129893325, 77.54855494898582, 'Bus Station'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'Toll Gate', 12.975000842774037, 77.5486165276037, 'Toll Plaza'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'METRO Cash & Carry', 12.965225562931169, 77.56148975907335, 'Big Box Store'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'reliance fresh', 12.974824636712556, 77.54830303611028, 'Department Store'), ('Kempapura Agrahara', 12.9706228, 77.5553763, 'Decathlon sports ETA', 12.96563514412163, 77.56204515502799, 'Sporting Goods Shop')], [('Vijay Nagar', 16.5065516, 75.30306670435931, 'Hotel Annapuraneshwari', 16.504602, 75.296036, 'Hotel')], [('Hosahalli', 12.9680122, 77.54516412700417, 'By 2 coffee', 12.964765741776635, 77.53886512623342, 'Coffee Shop'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Park View', 12.972910294178202, 77.53945662117336, 'Indian Restaurant'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Indraprastha', 12.971886144405921, 77.53759763439746, 'Indian Restaurant'), ('Hosahalli', 12.9680122, 77.54516412700417, 'D-Mart', 12.974411941889466, 77.54736815455266, 'Department Store'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Veeresh Theater', 12.97694093033139, 77.5458576786489, 'Indie Movie Theater'), ('Hosahalli', 12.9680122, 77.54516412700417, 'vijayanagar water tank', 12.971430698481988, 77.53733028868986, 'Food Truck'), ('Hosahalli', 12.9680122, 77.54516412700417, 'The Cinema GT World Mall', 12.973696779611087, 77.5516042499798, 'Multiplex'), ('Hosahalli', 12.9680122, 77.54516412700417, 'New Shanti Sagar', 12.976081652474411, 77.54278032744055, 'Indian Restaurant'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Vijayangar Club', 12.967574304857798, 77.53965928693498, 'Gym Pool'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Vijayanagar Market', 12.972274989162289, 77.53827085139581, 'Miscellaneous Shop'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Cafe Coffee Day', 12.965751367329933, 77.53623869426585, 'Coffee Shop'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Sri Ganesh Juice Center', 12.96481800079346, 77.53878784179688, 'Juice Bar'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Nisarga Andhra Style', 12.968365310365014, 77.53783416254772, 'Indian Restaurant'), ('Hosahalli', 12.9680122, 77.54516412700417, 'FOOD WORLD', 12.968322700048558, 77.53729820251465, 'Restaurant'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Durga Chats', 12.972445685893454, 77.5384668010067, 'Snack Place'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Lassi Shop', 12.968792, 77.537037, 'Juice Bar'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Vijaynagar Metro Station', 12.970734454583726, 77.53733524403269, 'Platform'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Udupi Ruchi', 12.96981197037965, 77.536871201675, 'Indian Restaurant'), ('Hosahalli', 12.9680122, 77.54516412700417, 'G T World Mall', 12.97370009969299, 77.55161354650603, 'Shopping Mall'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Burger King', 12.973726, 77.551779, 'Fast Food Restaurant'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Food Camp @ Water Tank', 12.973414751846136, 77.53817007721217, 'Snack Place'), ('Hosahalli', 12.9680122, 77.54516412700417, 'Vijaynagar Chat Street', 12.973531062782065, 77.53808050006538, 'Snack Place')], [('Marenahalli', 12.9182594, 77.5916651, 'Corner House', 12.917455111168643, 77.59328023350446, 'Ice Cream Shop'), ('Marenahalli', 12.9182594, 77.5916651, 'Bhavani Chats N Juice', 12.918915805931098, 77.59210033222372, 'Fast Food Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Rajdhani', 12.916624502010599, 77.59228808607949, 'Rajasthani Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, "McDonald's", 12.916796163232728, 77.59211672021073, 'Fast Food Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Taaza Thindi', 12.922836198293112, 77.59341467506862, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Zhangs Chinese Restaurant', 12.916822596486941, 77.59007393527229, 'Chinese Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Cakewala', 12.922560340012105, 77.59322983854665, 'Cupcake Shop'), ('Marenahalli', 12.9182594, 77.5916651, 'Snap Fitness 24x7', 12.91458147132803, 77.58574752607338, 'Gym / Fitness Center'), ('Marenahalli', 12.9182594, 77.5916651, 'Rangashankara', 12.911471798108657, 77.58699744484541, 'Performing Arts Venue'), ('Marenahalli', 12.9182594, 77.5916651, 'Go Native', 12.918259, 77.584752, 'South Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Village', 12.916679858776622, 77.59195971347921, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, "Brahmin's Tiffin And Coffee", 12.923314234168767, 77.58575748058755, 'South Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Corner House', 12.922900037024721, 77.58494023490222, 'Ice Cream Shop'), ('Marenahalli', 12.9182594, 77.5916651, 'Rajvardhan Foods', 12.918165191353491, 77.59256229032786, 'Snack Place'), ('Marenahalli', 12.9182594, 77.5916651, 'Kabab Magic', 12.916248346432486, 77.5968989296639, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Four Fountain Spa', 12.916919030230435, 77.58626838748266, 'Spa'), ('Marenahalli', 12.9182594, 77.5916651, 'Cake Wala', 12.92320592777705, 77.59323163719584, 'Bakery'), ('Marenahalli', 12.9182594, 77.5916651, 'Chefmaster', 12.923714830488187, 77.59699024934599, 'Asian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Namma Kudla', 12.912731731006103, 77.5861278000468, 'Seafood Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'SLV Ragigudda', 12.91529424070946, 77.59509659843424, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Bangalore Central', 12.916586625814507, 77.59230646528935, 'Shopping Mall'), ('Marenahalli', 12.9182594, 77.5916651, 'Chulha Chauki da Dhabha', 12.91226379859375, 77.5860554314123, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Subway, Central Mall Food Court', 12.916617293354905, 77.59238532840483, 'Sandwich Place'), ('Marenahalli', 12.9182594, 77.5916651, 'Cafe Coffee Day', 12.9164134749177, 77.5950330865754, 'Café'), ('Marenahalli', 12.9182594, 77.5916651, 'Tasty Bites', 12.913830519598307, 77.58576011199844, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, "Domino's Pizza", 12.922006719085365, 77.58593261533458, 'Pizza Place'), ('Marenahalli', 12.9182594, 77.5916651, 'Vindu', 12.920842769116462, 77.58374918550169, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Tangra', 12.923370898814596, 77.58534946579694, 'Chinese Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'The Sofraah', 12.923417198731041, 77.58526238478949, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Lakshmi medicals', 12.923465898841771, 77.58832454681396, 'Pharmacy'), ('Marenahalli', 12.9182594, 77.5916651, 'Eshanya', 12.923136692178891, 77.5931923682731, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Jayanagar 9th Block Market', 12.92079549538328, 77.5935432056735, 'Flea Market'), ('Marenahalli', 12.9182594, 77.5916651, 'Inox JP Nagar', 12.916265714148292, 77.59245756981134, 'Movie Theater'), ('Marenahalli', 12.9182594, 77.5916651, 'Cafe Coffee Day', 12.92205775070009, 77.59349843899435, 'Café'), ('Marenahalli', 12.9182594, 77.5916651, 'Khaana Khazana', 12.910674810990548, 77.59320014944183, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, '3654 Chinese Hut', 12.911939759797354, 77.58616070306971, 'Chinese Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Southern Spice', 12.914549032285594, 77.58574943286126, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Bhojohori Manna', 12.912104553269552, 77.58625148913103, 'Bengali Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Padharo Sa', 12.919792959895698, 77.58376126469575, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Kai Ruchi', 12.910224553158669, 77.59239090568211, 'Fast Food Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Raghavendra Upahara', 12.916975145906877, 77.5933037037059, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Up South', 12.916987795201436, 77.59343296766738, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Croma', 12.916786874963346, 77.59139405030567, 'Electronics Store'), ('Marenahalli', 12.9182594, 77.5916651, 'Hint', 12.916789484638226, 77.59209688854892, 'Nightclub'), ('Marenahalli', 12.9182594, 77.5916651, 'Dal Roti', 12.914028074144772, 77.58590565174367, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Adithya Pure Veg Restaurant', 12.911837133718336, 77.58682119860238, 'Vegetarian / Vegan Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Cafe Coffee Day', 12.911294, 77.589759, 'Café'), ('Marenahalli', 12.9182594, 77.5916651, 'Biriyani Mane', 12.916882421373458, 77.59308482597854, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'The Biryanis', 12.916919071312526, 77.59688946468884, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Mainland China', 12.920149278062787, 77.5836774318061, 'Chinese Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Cable Car', 12.916951257909272, 77.5854893084485, 'Italian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Cafe Coffee Day', 12.912362, 77.5857, 'Coffee Shop'), ('Marenahalli', 12.9182594, 77.5916651, 'Pier 39', 12.916972203449035, 77.58543994781168, 'Mexican Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Taco Bell', 12.914266293802351, 77.59980584984606, 'Fast Food Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Cafe Coffee Day', 12.914326102072836, 77.59978611825744, 'Café'), ('Marenahalli', 12.9182594, 77.5916651, 'Curry Leaves', 12.922911247350612, 77.5969935840166, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Delhi Zaika', 12.91211635995625, 77.58589344185233, 'Diner'), ('Marenahalli', 12.9182594, 77.5916651, "Woody's", 12.91657322216949, 77.59141000703433, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Mandi', 12.914971633701445, 77.58587593110627, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Pantaloons', 12.914261700194592, 77.59984025738412, 'Clothing Store'), ('Marenahalli', 12.9182594, 77.5916651, "Chung's", 12.91679770495848, 77.59836811022203, 'Chinese Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Kamat Swaad', 12.913698605451273, 77.59508204947852, 'South Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Mockaholic Restro Beer Cafe', 12.915569204158189, 77.5857175211511, 'Beer Garden'), ('Marenahalli', 12.9182594, 77.5916651, 'Go Bowling', 12.914428553346248, 77.59976497960969, 'Bowling Alley'), ('Marenahalli', 12.9182594, 77.5916651, 'Eden Park - The Lounge', 12.923387357940952, 77.58535334094385, 'Lounge'), ('Marenahalli', 12.9182594, 77.5916651, 'KFC', 12.915089586271229, 77.58582996878046, 'Fast Food Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Royal Enfield', 12.916835171738361, 77.59729523464395, 'Motorcycle Shop'), ('Marenahalli', 12.9182594, 77.5916651, 'Shanghai Chowk', 12.92466438246172, 77.58590040600356, 'Chinese Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, "Domino's Pizza", 12.92315227991318, 77.58578542430844, 'Pizza Place'), ('Marenahalli', 12.9182594, 77.5916651, 'Al Bek', 12.91660926116376, 77.59836035957692, 'Afghan Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Mini Forest park', 12.913606666657918, 77.59754520511183, 'Park'), ('Marenahalli', 12.9182594, 77.5916651, 'Athityam', 12.920996271490605, 77.58374821552518, 'Asian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Jayadeva Institute of Cardiology', 12.918018152022583, 77.59960333100456, 'Hospital'), ('Marenahalli', 12.9182594, 77.5916651, 'Spiritz & More @ MadhuSri Wines', 12.918720245361328, 77.58361995220184, 'Liquor Store'), ('Marenahalli', 12.9182594, 77.5916651, 'Nandini Milk Parlour', 12.916770690559025, 77.58368851253468, 'Convenience Store'), ('Marenahalli', 12.9182594, 77.5916651, 'Pizza Corner', 12.92017337688996, 77.58372768678107, 'Italian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Madras central', 12.91040261704898, 77.5889377405671, 'Vegetarian / Vegan Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Uphara Sagara', 12.924785481235558, 77.59698459100352, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'eZone, Bangalore Central', 12.92656182752409, 77.5908235977066, 'Electronics Store'), ('Marenahalli', 12.9182594, 77.5916651, 'Varamahalakshmi Silks', 12.917162255055159, 77.58309530085877, "Women's Store"), ('Marenahalli', 12.9182594, 77.5916651, "Jasbir Singh's Punjabi Dhaba (Min Mini Punjabi Dhaba)", 12.920030507030512, 77.60019645598267, 'Indian Restaurant'), ('Marenahalli', 12.9182594, 77.5916651, 'Deja Vu Restobar', 12.914121781066637, 77.59982308261016, 'Pub'), ('Marenahalli', 12.9182594, 77.5916651, 'Waffle Stories', 12.924526, 77.585112, 'Ice Cream Shop'), ('Marenahalli', 12.9182594, 77.5916651, 'Reliance Footprint', 12.91433156036933, 77.59993906250718, 'Shoe Store')], [('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'By 2 coffee', 12.964765741776635, 77.53886512623342, 'Coffee Shop'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Indraprastha', 12.971886144405921, 77.53759763439746, 'Indian Restaurant'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Park View', 12.972910294178202, 77.53945662117336, 'Indian Restaurant'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'vijayanagar water tank', 12.971430698481988, 77.53733028868986, 'Food Truck'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Vijayangar Club', 12.967574304857798, 77.53965928693498, 'Gym Pool'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Cafe Coffee Day', 12.965751367329933, 77.53623869426585, 'Coffee Shop'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Vijayanagar Market', 12.972274989162289, 77.53827085139581, 'Miscellaneous Shop'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Pizza Hut', 12.967792161406459, 77.53565912215969, 'Pizza Place'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Gokul - Veg', 12.963770619212319, 77.5353819554273, 'Indian Restaurant'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Maruthi medicals', 12.96330056285508, 77.53441897378542, 'Pharmacy'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Food Camp @ Water Tank', 12.973414751846136, 77.53817007721217, 'Snack Place'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Attiguppe Metro Station', 12.962062365640355, 77.53371352857057, 'Train Station'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Beijing Bites', 12.961965863683368, 77.53360748291016, 'Chinese Restaurant'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Chats Corner', 12.964382743482783, 77.53039899724364, 'Snack Place'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'sree sagar veg restatrant', 12.975249362335829, 77.53675922895111, 'Indian Restaurant'), ('Maruthi Mandira Ward', 12.9676387, 77.5363051, 'Bangalore University Shopping Complex', 12.9591549749066, 77.53654648047193, 'Smoke Shop')], [('Moodalapalya', 12.9706816, 77.5248635, 'cafe coffee day', 12.969061329038635, 77.52450314801446, 'Café'), ('Moodalapalya', 12.9706816, 77.5248635, 'Byraveshwara Nagar Bus Stop', 12.966633449079778, 77.52210104782179, 'Bus Station'), ('Moodalapalya', 12.9706816, 77.5248635, 'moodalpalya', 12.969010975031589, 77.51814316458292, 'Supermarket'), ('Moodalapalya', 12.9706816, 77.5248635, 'Karanth Vihara', 12.976171809674243, 77.53049075603485, 'Bakery'), ('Moodalapalya', 12.9706816, 77.5248635, 'Ayodya foodline', 12.97587813649769, 77.53118844674367, 'Indian Restaurant'), ('Moodalapalya', 12.9706816, 77.5248635, 'Chats Corner', 12.964382743482783, 77.53039899724364, 'Snack Place')], [], [('Jnanabharathi Ward', 12.9779, 77.5027, 'Abstratics', 12.980760605315703, 77.50702987583182, 'Dance Studio'), ('Jnanabharathi Ward', 12.9779, 77.5027, 'State Bank of India ATM', 12.9717855, 77.4995922, 'ATM'), ('Jnanabharathi Ward', 12.9779, 77.5027, 'State Bank of India ATM', 12.9778038, 77.4949043, 'ATM'), ('Jnanabharathi Ward', 12.9779, 77.5027, 'Shubh Family Restaurant', 12.980059623718262, 77.51042175292969, 'Indian Restaurant'), ('Jnanabharathi Ward', 12.9779, 77.5027, 'Ram Bhavan Sweets And Chats', 12.973971584963673, 77.50966979009029, 'Bakery'), ('Jnanabharathi Ward', 12.9779, 77.5027, 'Coffee Day Drive In', 12.980420423569221, 77.51039778399134, 'Café')], [('Ullalu', 12.94620565, 77.48747115419911, 'MedPlus', 12.9524169, 77.4844197, 'Pharmacy'), ('Ullalu', 12.94620565, 77.48747115419911, 'Apollo Pharmacy', 12.9512884, 77.4923734, 'Pharmacy')], [('Nayandanahalli', 12.9446, 77.5256, 'Nayandahalli', 12.945008622905249, 77.53014144515788, 'Train Station'), ('Nayandanahalli', 12.9446, 77.5256, 'Mysore Highway Road', 12.939501021923752, 77.52597013999046, 'Road'), ('Nayandanahalli', 12.9446, 77.5256, 'Mysore Road Metro Station', 12.946737524752354, 77.5304034763503, 'Metro Station'), ('Nayandanahalli', 12.9446, 77.5256, 'World of Titan', 12.940331089428911, 77.51785105414459, 'Miscellaneous Shop'), ('Nayandanahalli', 12.9446, 77.5256, 'Floor Arts', 12.951970246650399, 77.52033591270447, 'Construction & Landscaping')], [], [('Hampi Nagar', 12.9609115, 77.5358407, 'By 2 coffee', 12.964765741776635, 77.53886512623342, 'Coffee Shop'), ('Hampi Nagar', 12.9609115, 77.5358407, 'KFC', 12.960916180639444, 77.5281295778429, 'Fried Chicken Joint'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Subway', 12.960867, 77.528058, 'Sandwich Place'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Cafe Coffee Day', 12.965751367329933, 77.53623869426585, 'Coffee Shop'), ('Hampi Nagar', 12.9609115, 77.5358407, "Domino's Pizza", 12.961044909098101, 77.52710863215812, 'Pizza Place'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Cafe Coffee day', 12.960790047296951, 77.52842255000499, 'Café'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Vijayangar Club', 12.967574304857798, 77.53965928693498, 'Gym Pool'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Polar bear', 12.960338536077488, 77.53023612979298, 'Ice Cream Shop'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Beijing Bites', 12.961965863683368, 77.53360748291016, 'Chinese Restaurant'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Cibo Esca', 12.96100776733636, 77.52867450694457, 'Restaurant'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Pizza Hut', 12.967792161406459, 77.53565912215969, 'Pizza Place'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Reliance Digital', 12.965165212807795, 77.53458380699158, 'Electronics Store'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Sri Ganesh Juice Center', 12.96481800079346, 77.53878784179688, 'Juice Bar'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Goli Vadapav', 12.958925977573287, 77.52980270728024, 'Sandwich Place'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Chats Corner', 12.964382743482783, 77.53039899724364, 'Snack Place'), ('Hampi Nagar', 12.9609115, 77.5358407, 'FOOD WORLD', 12.968322700048558, 77.53729820251465, 'Restaurant'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Nisarga Andhra Style', 12.968365310365014, 77.53783416254772, 'Indian Restaurant'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Lassi Shop', 12.968792, 77.537037, 'Juice Bar'), ('Hampi Nagar', 12.9609115, 77.5358407, 'The Fitt Club', 12.964886301429983, 77.52823778122811, 'Gym'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Cane Crush', 12.960920315838667, 77.52721309661865, 'Juice Bar'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Deepanjali Nagar Metro Station', 12.952166, 77.5369, 'Metro Station'), ('Hampi Nagar', 12.9609115, 77.5358407, 'Udupi Ruchi', 12.96981197037965, 77.536871201675, 'Indian Restaurant'), ('Hampi Nagar', 12.9609115, 77.5358407, 'village hypermarket', 12.96112903068624, 77.5266328162349, 'Farmers Market')], [('Bapuji Nagar', 12.9556699, 77.5402492, 'Cafe Coffee Day', 12.95508019575722, 77.53486127450564, 'Café'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'haffele', 12.953239440917969, 77.54200744628906, 'Furniture / Home Store'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'biryani mahal', 12.952470834087439, 77.54126044554407, 'Indian Restaurant'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'Agra Chats', 12.952634575096509, 77.54190986008729, 'Food Truck'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'KSRTC Satellite Bus Stand', 12.95367195833007, 77.54325906291791, 'Bus Station'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'Satellite Bus Stop Mysore Road', 12.953278, 77.54333, 'Bus Stop'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'bridgeway', 12.954335196702454, 77.54399803858948, 'Indian Restaurant'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'Deepanjali Nagar Metro Station', 12.952166, 77.5369, 'Metro Station'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'Deepanjali Nagar', 12.95161427632939, 77.53726870395408, 'Travel & Transport'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'Maruthi Medicals', 12.963728632505049, 77.53959210496174, 'Pharmacy'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'State Bank of India ATM', 12.94818, 77.53545, 'ATM'), ('Bapuji Nagar', 12.9556699, 77.5402492, 'Ibaco', 12.964534679897628, 77.53978805227267, 'Ice Cream Shop')], [('Padarayanapura', 12.9638007, 77.5475230634653, 'By 2 coffee', 12.964765741776635, 77.53886512623342, 'Coffee Shop'), ('Padarayanapura', 12.9638007, 77.5475230634653, "Domino's Pizza", 12.961, 77.551, 'Pizza Place'), ('Padarayanapura', 12.9638007, 77.5475230634653, "McDonald's", 12.958069526527929, 77.55358749128288, 'Fast Food Restaurant'), ('Padarayanapura', 12.9638007, 77.5475230634653, 'Cafe Coffee Day', 12.95808454092377, 77.55413047750196, 'Café'), ('Padarayanapura', 12.9638007, 77.5475230634653, 'Vijayangar Club', 12.967574304857798, 77.53965928693498, 'Gym Pool'), ('Padarayanapura', 12.9638007, 77.5475230634653, 'Sri Ganesh Juice Center', 12.96481800079346, 77.53878784179688, 'Juice Bar'), ('Padarayanapura', 12.9638007, 77.5475230634653, 'Gopalan Mall', 12.958114791322226, 77.55386178361525, 'Shopping Mall'), ('Padarayanapura', 12.9638007, 77.5475230634653, 'Gopalan cinemas', 12.95812756288092, 77.553699447417, 'Multiplex')], [('Jagareevanram Nagar', 12.9656, 77.5507, "Domino's Pizza", 12.961, 77.551, 'Pizza Place'), ('Jagareevanram Nagar', 12.9656, 77.5507, 'The Cinema GT World Mall', 12.973696779611087, 77.5516042499798, 'Multiplex'), ('Jagareevanram Nagar', 12.9656, 77.5507, 'Cafe Coffee Day', 12.95808454092377, 77.55413047750196, 'Café'), ('Jagareevanram Nagar', 12.9656, 77.5507, "McDonald's", 12.958069526527929, 77.55358749128288, 'Fast Food Restaurant'), ('Jagareevanram Nagar', 12.9656, 77.5507, 'G T World Mall', 12.97370009969299, 77.55161354650603, 'Shopping Mall'), ('Jagareevanram Nagar', 12.9656, 77.5507, 'Burger King', 12.973726, 77.551779, 'Fast Food Restaurant'), ('Jagareevanram Nagar', 12.9656, 77.5507, 'Nalanda Theatre', 12.960789094605849, 77.55804326010988, 'Movie Theater')], [('Rayapuram', 12.96486985, 77.55656232652723, 'Cinepolis - ETA Mall', 12.9658300426705, 77.56185010129978, 'Multiplex'), ('Rayapuram', 12.96486985, 77.55656232652723, "Domino's Pizza", 12.961, 77.551, 'Pizza Place'), ('Rayapuram', 12.96486985, 77.55656232652723, 'Cafe Coffee Day', 12.95808454092377, 77.55413047750196, 'Café'), ('Rayapuram', 12.96486985, 77.55656232652723, "McDonald's", 12.958069526527929, 77.55358749128288, 'Fast Food Restaurant'), ('Rayapuram', 12.96486985, 77.55656232652723, 'Carrefour Wholesale Cash & Carry India Pvt. Ltd.', 12.965155654342851, 77.56182157012104, 'Department Store'), ('Rayapuram', 12.96486985, 77.55656232652723, 'ETA Mall', 12.965803819615283, 77.56181104663334, 'Shopping Mall'), ('Rayapuram', 12.96486985, 77.55656232652723, 'Nalanda Theatre', 12.960789094605849, 77.55804326010988, 'Movie Theater'), ('Rayapuram', 12.96486985, 77.55656232652723, 'METRO Cash & Carry', 12.965225562931169, 77.56148975907335, 'Big Box Store'), ('Rayapuram', 12.96486985, 77.55656232652723, 'Coffee Tree', 12.96582289508392, 77.56174320645145, 'Coffee Shop'), ('Rayapuram', 12.96486985, 77.55656232652723, 'Decathlon sports ETA', 12.96563514412163, 77.56204515502799, 'Sporting Goods Shop'), ('Rayapuram', 12.96486985, 77.55656232652723, 'Ganesh Grand', 12.961309, 77.562301, 'Vegetarian / Vegan Restaurant')], [('Chalavadipalya', 12.96479515, 77.56506010032729, 'Karnataka Bhel House', 12.959412433420795, 77.56726435409732, 'Fast Food Restaurant'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'Davengere Benne Dosa', 12.957863336258592, 77.56735400148817, 'Indian Restaurant'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'Cinepolis - ETA Mall', 12.9658300426705, 77.56185010129978, 'Multiplex'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'Carrefour Wholesale Cash & Carry India Pvt. Ltd.', 12.965155654342851, 77.56182157012104, 'Department Store'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'ETA Mall', 12.965803819615283, 77.56181104663334, 'Shopping Mall'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'Decathlon sports ETA', 12.96563514412163, 77.56204515502799, 'Sporting Goods Shop'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'Coffee Tree', 12.96582289508392, 77.56174320645145, 'Coffee Shop'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'METRO Cash & Carry', 12.965225562931169, 77.56148975907335, 'Big Box Store'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'Ganesh Grand', 12.961309, 77.562301, 'Vegetarian / Vegan Restaurant'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'Nalanda Theatre', 12.960789094605849, 77.55804326010988, 'Movie Theater'), ('Chalavadipalya', 12.96479515, 77.56506010032729, 'slv coffee bar', 12.957710266113281, 77.56953430175781, 'Indian Restaurant')], [('K.R.Market', 12.9639785, 77.5766596, 'Lakshmi Nataraj Refreshments', 12.967475971604863, 77.57946797795475, 'South Indian Restaurant'), ('K.R.Market', 12.9639785, 77.5766596, 'SGS Donne Biriyani', 12.970324618320749, 77.57264765624994, 'Indian Restaurant'), ('K.R.Market', 12.9639785, 77.5766596, 'Udupi Sri Krishna Bhavan', 12.97156265323936, 77.57415757477479, 'Indian Restaurant'), ('K.R.Market', 12.9639785, 77.5766596, 'Chikkana Tiffin Room', 12.9685566929753, 77.58428172109788, 'Indian Restaurant'), ('K.R.Market', 12.9639785, 77.5766596, 'Ravindra Kalakshetra', 12.962176250925962, 77.58452795770042, 'Theater'), ('K.R.Market', 12.9639785, 77.5766596, 'Bangalore City Institute', 12.956924698511424, 77.57291528705157, 'General Entertainment'), ('K.R.Market', 12.9639785, 77.5766596, 'Bangalore Fort', 12.962529430768752, 77.57581613091389, 'Historic Site'), ('K.R.Market', 12.9639785, 77.5766596, 'Mayuri Restaurant', 12.95612026676884, 77.58084503644635, 'Indian Restaurant'), ('K.R.Market', 12.9639785, 77.5766596, 'Nagarathpeth', 12.96758241399591, 77.57936247296446, 'Miscellaneous Shop'), ('K.R.Market', 12.9639785, 77.5766596, 'A.D.A. Rangamandira', 12.96208182211036, 77.58419084791578, 'Theater'), ('K.R.Market', 12.9639785, 77.5766596, 'Kamat Restaurant', 12.963629111639932, 77.57695034023962, 'Indian Restaurant'), ('K.R.Market', 12.9639785, 77.5766596, 'Avenue Road Dosa', 12.967709914130392, 77.5790098906482, 'Diner'), ('K.R.Market', 12.9639785, 77.5766596, 'K R Market', 12.968636355533683, 77.57789611816406, 'Flower Shop'), ('K.R.Market', 12.9639785, 77.5766596, 'Sri Bhagyalakshmi Trading Co', 12.962799, 77.571726, 'Market'), ('K.R.Market', 12.9639785, 77.5766596, 'Prakash cafe', 12.96049019646807, 77.57102892400674, 'Indian Restaurant'), ('K.R.Market', 12.9639785, 77.5766596, 'Makkala Koota', 12.95807213858129, 77.57207554846788, 'Park')], [('Chamrajpet', 12.9569966, 77.5633682, 'Brahmins Coffee Bar', 12.953983362173314, 77.56886209640857, 'Breakfast Spot'), ('Chamrajpet', 12.9569966, 77.5633682, 'Karnataka Bhel House', 12.959412433420795, 77.56726435409732, 'Fast Food Restaurant'), ('Chamrajpet', 12.9569966, 77.5633682, 'Davengere Benne Dosa', 12.957863336258592, 77.56735400148817, 'Indian Restaurant'), ('Chamrajpet', 12.9569966, 77.5633682, 'More Mega Store', 12.952239330436152, 77.56745895810809, 'Department Store'), ('Chamrajpet', 12.9569966, 77.5633682, 'Cafe Coffee Day', 12.950590455055343, 77.56770964176006, 'Coffee Shop'), ('Chamrajpet', 12.9569966, 77.5633682, 'Cinepolis - ETA Mall', 12.9658300426705, 77.56185010129978, 'Multiplex'), ('Chamrajpet', 12.9569966, 77.5633682, 'BANGARPET PANI PURI', 12.955206352914015, 77.5645978480224, 'Fast Food Restaurant'), ('Chamrajpet', 12.9569966, 77.5633682, 'Ganesh Grand', 12.961309, 77.562301, 'Vegetarian / Vegan Restaurant'), ('Chamrajpet', 12.9569966, 77.5633682, 'Shanti Sagar', 12.953753919678189, 77.56742443205002, 'Indian Restaurant'), ('Chamrajpet', 12.9569966, 77.5633682, 'Carrefour Wholesale Cash & Carry India Pvt. Ltd.', 12.965155654342851, 77.56182157012104, 'Department Store'), ('Chamrajpet', 12.9569966, 77.5633682, 'slv coffee bar', 12.957710266113281, 77.56953430175781, 'Indian Restaurant'), ('Chamrajpet', 12.9569966, 77.5633682, 'Srinathji', 12.9522345577013, 77.5674971946681, 'Indian Restaurant'), ('Chamrajpet', 12.9569966, 77.5633682, 'Nalanda Theatre', 12.960789094605849, 77.55804326010988, 'Movie Theater'), ('Chamrajpet', 12.9569966, 77.5633682, 'ETA Mall', 12.965803819615283, 77.56181104663334, 'Shopping Mall'), ('Chamrajpet', 12.9569966, 77.5633682, 'Coffee Day', 12.950526575402915, 77.56764831687944, 'Café'), ('Chamrajpet', 12.9569966, 77.5633682, 'Puliyogare Point', 12.949668687396986, 77.56670799762226, 'Indian Restaurant'), ('Chamrajpet', 12.9569966, 77.5633682, 'METRO Cash & Carry', 12.965225562931169, 77.56148975907335, 'Big Box Store'), ('Chamrajpet', 12.9569966, 77.5633682, 'Decathlon sports ETA', 12.96563514412163, 77.56204515502799, 'Sporting Goods Shop'), ('Chamrajpet', 12.9569966, 77.5633682, 'Coffee Tree', 12.96582289508392, 77.56174320645145, 'Coffee Shop')], [('Azad Nagar', 12.9570583, 77.5512819, "Domino's Pizza", 12.961, 77.551, 'Pizza Place'), ('Azad Nagar', 12.9570583, 77.5512819, "McDonald's", 12.958069526527929, 77.55358749128288, 'Fast Food Restaurant'), ('Azad Nagar', 12.9570583, 77.5512819, 'Cafe Coffee Day', 12.95808454092377, 77.55413047750196, 'Café'), ('Azad Nagar', 12.9570583, 77.5512819, 'Nalanda Theatre', 12.960789094605849, 77.55804326010988, 'Movie Theater'), ('Azad Nagar', 12.9570583, 77.5512819, 'KSRTC Satellite Bus Stand', 12.95367195833007, 77.54325906291791, 'Bus Station'), ('Azad Nagar', 12.9570583, 77.5512819, 'Kadamba Veg', 12.952745622888212, 77.54344940559598, 'Indian Restaurant')], [('Sunkenahalli', 12.9482391, 77.56900000448547, 'Mahalakshmi Tiffin Room', 12.946963396829972, 77.57152984973779, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Vidyarthi Bhavan', 12.945081590068911, 77.57141473329507, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Brahmins Coffee Bar', 12.953983362173314, 77.56886209640857, 'Breakfast Spot'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Hari Super Sandwich', 12.94906312668569, 77.57493507592291, 'Sandwich Place'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Corner House', 12.947282345541405, 77.57682384041209, 'Dessert Shop'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Gandhi Bazaar', 12.945310993584059, 77.57133115880193, 'Farmers Market'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Red Berrys', 12.947376995413485, 77.57157844120222, 'Ice Cream Shop'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'By 2 Coffee', 12.942161177597033, 77.57058753917934, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'VB Bakery', 12.951686782803248, 77.57712392383637, 'Bakery'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'SLV Corner', 12.9481638082219, 77.56872282394623, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Butter Sponge', 12.948072980542193, 77.57196920738669, 'Bakery'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Baskin-Robbins', 12.948185374202158, 77.56998788687031, 'Ice Cream Shop'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Food Street', 12.950955903168275, 77.5777977324465, 'Snack Place'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Ganesh Chat Centre', 12.948113594397082, 77.5760884520387, 'Food Truck'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Cane-O-La', 12.944367569603447, 77.56778781411066, 'Juice Bar'), ('Sunkenahalli', 12.9482391, 77.56900000448547, "Domino's Pizza", 12.945000666334863, 77.56789069038514, 'Pizza Place'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Cafe Coffee Day', 12.950590455055343, 77.56770964176006, 'Coffee Shop'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'More Mega Store', 12.952239330436152, 77.56745895810809, 'Department Store'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Gokul', 12.944348110053669, 77.57107929652862, 'Asian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Puliyogere Point', 12.940677264715706, 77.57040942849967, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Pizza Stop', 12.947423415194319, 77.5767208771391, 'Fast Food Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Cool Corner', 12.947539566700232, 77.57376594358566, 'Fast Food Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Soho Bar & Grill', 12.944685555278602, 77.57296676838308, 'Hookah Bar'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Cafe Coffee Day', 12.946983044643895, 77.56910355748363, 'Coffee Shop'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Subway', 12.94461894971747, 77.56784981282803, 'Sandwich Place'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Roti Ghar', 12.944929395877233, 77.57186671405238, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Basavanagudi Aquatic Center', 12.951581952169786, 77.57217458501533, 'Pool'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'K H Kala Soudha', 12.944178547577048, 77.56308480852299, 'Art Gallery'), ('Sunkenahalli', 12.9482391, 77.56900000448547, "McDonald's", 12.947580352181127, 77.56786607108185, 'Fast Food Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Baisakhi', 12.946152164857445, 77.57022533506577, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Udupi Sri Krishna Bhavan', 12.946095034787962, 77.57052631690827, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Shiv Sagar', 12.944307532099034, 77.57273124448047, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'KFC', 12.948053956273753, 77.56891401126546, 'Fast Food Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Kamat Bugle Rock', 12.939907196342359, 77.5667547457004, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Mysore Mylari Hotel', 12.943658887919407, 77.5714123142746, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'UK', 12.94779514717926, 77.57378732474525, 'Indian Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'National College Metro', 12.950734475112881, 77.57373541581437, 'Metro Station'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'The Bakery World', 12.949072707842806, 77.57439263985503, 'Bakery'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Bugle Rock Park', 12.942422748072405, 77.56970803654549, 'Park'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Ramesh Adds', 12.948952029946659, 77.57532170182253, 'Smoke Shop'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'DVG Road', 12.942024886142388, 77.57109608736428, 'Road'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Tagore Circle Underpass', 12.943070211162889, 77.57343092206766, 'Metro Station'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Bakery adda @seshmahal', 12.948451210483968, 77.57611083882827, 'Smoke Shop'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Burger King', 12.94957517510114, 77.57611083882827, 'Fast Food Restaurant'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Ice & Spice', 12.950391064543473, 77.57605487184604, 'Café'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Just Bake', 12.949225901077089, 77.57676565046354, 'Bakery'), ('Sunkenahalli', 12.9482391, 77.56900000448547, "BMS B'ball Court", 12.940940771488481, 77.56580125380347, 'Basketball Court'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Basavanagudi Restaurant', 12.940537433475354, 77.56678801624675, 'Breakfast Spot'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'football ground at bmsce', 12.941089436194227, 77.56522890185337, 'Athletics & Sports'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'BITree', 12.954817309105742, 77.57415757477479, 'Garden Center'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Ganesh Chats', 12.948957598689812, 77.57757716389833, 'Snack Place'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'K. H. Kalasouda', 12.944027226989919, 77.56105472331126, 'Theater'), ('Sunkenahalli', 12.9482391, 77.56900000448547, 'Vasavi Avarebele Mela', 12.950829797360603, 77.57771148280194, 'Fast Food Restaurant')], [('Visvesvarapuram', 12.9501, 77.5784, 'VB Bakery', 12.951686782803248, 77.57712392383637, 'Bakery'), ('Visvesvarapuram', 12.9501, 77.5784, 'Corner House', 12.947282345541405, 77.57682384041209, 'Dessert Shop'), ('Visvesvarapuram', 12.9501, 77.5784, 'Food Street', 12.950955903168275, 77.5777977324465, 'Snack Place'), ('Visvesvarapuram', 12.9501, 77.5784, 'Hari Super Sandwich', 12.94906312668569, 77.57493507592291, 'Sandwich Place'), ('Visvesvarapuram', 12.9501, 77.5784, 'Lalbagh West Gate', 12.94825843458619, 77.58002845878543, 'Park'), ('Visvesvarapuram', 12.9501, 77.5784, 'Shivanna Gulkhan Store', 12.95087148838746, 77.57787565010015, 'Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Ganesh Chat Centre', 12.948113594397082, 77.5760884520387, 'Food Truck'), ('Visvesvarapuram', 12.9501, 77.5784, 'Mahalakshmi Tiffin Room', 12.946963396829972, 77.57152984973779, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Pizza Stop', 12.947423415194319, 77.5767208771391, 'Fast Food Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Mavalli Tiffin Room (MTR)', 12.955122296207755, 77.58555184054242, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Lalbagh Botanical Garden', 12.948948480114318, 77.58695125579834, 'Botanical Garden'), ('Visvesvarapuram', 12.9501, 77.5784, 'NMH Tiffin House', 12.954300016820962, 77.5788060159709, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Vidyarthi Bhavan', 12.945081590068911, 77.57141473329507, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Ibaco', 12.947785578378024, 77.57995010771593, 'Ice Cream Shop'), ('Visvesvarapuram', 12.9501, 77.5784, 'Rogue Elephant', 12.941541392293871, 77.57723352370775, 'Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Gandhi Bazaar', 12.945310993584059, 77.57133115880193, 'Farmers Market'), ('Visvesvarapuram', 12.9501, 77.5784, 'Red Berrys', 12.947376995413485, 77.57157844120222, 'Ice Cream Shop'), ('Visvesvarapuram', 12.9501, 77.5784, 'Butter Sponge', 12.948072980542193, 77.57196920738669, 'Bakery'), ('Visvesvarapuram', 12.9501, 77.5784, 'Cool Corner', 12.947539566700232, 77.57376594358566, 'Fast Food Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Urvashi Cinemas', 12.95563087836909, 77.58561667344257, 'Movie Theater'), ('Visvesvarapuram', 12.9501, 77.5784, 'Mayuri Restaurant', 12.95612026676884, 77.58084503644635, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Cafe Coffee Day', 12.94781179903133, 77.57980353973873, 'Café'), ('Visvesvarapuram', 12.9501, 77.5784, 'Springs Hotel and Spa', 12.956703136089297, 77.58353012347467, 'Hotel'), ('Visvesvarapuram', 12.9501, 77.5784, 'Maiyas', 12.952717840674431, 77.57722824811935, 'Vegetarian / Vegan Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Hotel Nandhini', 12.955307313850327, 77.5794984145012, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Bangalore City Institute', 12.956924698511424, 77.57291528705157, 'General Entertainment'), ('Visvesvarapuram', 12.9501, 77.5784, 'Baskin-Robbins', 12.948185374202158, 77.56998788687031, 'Ice Cream Shop'), ('Visvesvarapuram', 12.9501, 77.5784, 'Soho Bar & Grill', 12.944685555278602, 77.57296676838308, 'Hookah Bar'), ('Visvesvarapuram', 12.9501, 77.5784, 'Basavanagudi Aquatic Center', 12.951581952169786, 77.57217458501533, 'Pool'), ('Visvesvarapuram', 12.9501, 77.5784, 'Roti Ghar', 12.944929395877233, 77.57186671405238, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Shiv Sagar', 12.944307532099034, 77.57273124448047, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Baisakhi', 12.946152164857445, 77.57022533506577, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'Lalbagh Lake', 12.947858107796213, 77.58130445427742, 'Lake'), ('Visvesvarapuram', 12.9501, 77.5784, 'Udupi Sri Krishna Bhavan', 12.946095034787962, 77.57052631690827, 'Indian Restaurant'), ('Visvesvarapuram', 12.9501, 77.5784, 'National College Grounds', 12.949997247214048, 77.57275277090439, 'Playground'), ('Visvesvarapuram', 12.9501, 77.5784, 'Beetle Juice Bar', 12.95649237204395, 77.58352875709534, 'Other Nightlife'), ('Visvesvarapuram', 12.9501, 77.5784, 'Akshaya Lalbagh Inn', 12.943401508808316, 77.58374333381653, 'Hotel'), ('Visvesvarapuram', 12.9501, 77.5784, 'Tagore Circle Underpass', 12.943070211162889, 77.57343092206766, 'Metro Station'), ('Visvesvarapuram', 12.9501, 77.5784, 'The Rogue Elephant', 12.941624, 77.577034, 'Mediterranean Restaurant')], [('Siddapura', 12.9434594, 77.59315081925534, 'Lalbagh Botanical Garden', 12.948948480114318, 77.58695125579834, 'Botanical Garden'), ('Siddapura', 12.9434594, 77.59315081925534, 'Lalbagh Glass House', 12.949594992044965, 77.5877401769614, 'Park'), ('Siddapura', 12.9434594, 77.59315081925534, "Domino's Pizza", 12.942, 77.598, 'Pizza Place'), ('Siddapura', 12.9434594, 77.59315081925534, 'Bodycraft Salon & Spa', 12.942119911673984, 77.58528052770883, 'Salon / Barbershop'), ('Siddapura', 12.9434594, 77.59315081925534, 'Cafe Coffee Day', 12.943540884140871, 77.60002859073917, 'Café'), ('Siddapura', 12.9434594, 77.59315081925534, 'Costa Coffee', 12.948889199332454, 77.59759451664563, 'Coffee Shop'), ('Siddapura', 12.9434594, 77.59315081925534, 'Cafe Coffee Day', 12.949943253445102, 77.592996055573, 'Café'), ('Siddapura', 12.9434594, 77.59315081925534, 'Body Craft', 12.942121843703998, 77.5854202810365, 'Salon / Barbershop'), ('Siddapura', 12.9434594, 77.59315081925534, 'Ashoka Pillar', 12.943342083431615, 77.58512445375504, 'Historic Site'), ('Siddapura', 12.9434594, 77.59315081925534, 'Wilson Garden - Food Street', 12.948874864118995, 77.59800813176311, 'Southern / Soul Food Restaurant'), ('Siddapura', 12.9434594, 77.59315081925534, 'Cafe Coffee Day', 12.942964838149017, 77.58523868306752, 'Café'), ('Siddapura', 12.9434594, 77.59315081925534, 'Adigas', 12.94237598525042, 77.5852667740006, 'Indian Restaurant'), ('Siddapura', 12.9434594, 77.59315081925534, 'Movenpick Icecreams', 12.943208587018274, 77.59819884338879, 'Ice Cream Shop'), ('Siddapura', 12.9434594, 77.59315081925534, 'Hotel Janatha', 12.943297983411389, 77.59840028491739, 'Fast Food Restaurant'), ('Siddapura', 12.9434594, 77.59315081925534, 'Family Supermarket', 12.943099, 77.598755, 'Grocery Store'), ('Siddapura', 12.9434594, 77.59315081925534, 'Lal Bagh Top Of The Rock', 12.948800764080579, 77.58948043726254, 'Scenic Lookout'), ('Siddapura', 12.9434594, 77.59315081925534, 'Cafe Coffee Day', 12.943245347005115, 77.585120891051, 'Café'), ('Siddapura', 12.9434594, 77.59315081925534, 'Airtel Express', 12.947710288732099, 77.59874679663633, 'Mobile Phone Shop'), ('Siddapura', 12.9434594, 77.59315081925534, 'Foodies Junction', 12.948815964447473, 77.5978966804217, 'Breakfast Spot'), ('Siddapura', 12.9434594, 77.59315081925534, 'Srinivasa Mess', 12.950630295976369, 77.59664885071149, 'Indian Restaurant'), ('Siddapura', 12.9434594, 77.59315081925534, 'Cuppa', 12.940991671665268, 77.58508208738466, 'Coffee Shop'), ('Siddapura', 12.9434594, 77.59315081925534, 'More', 12.951656133300766, 77.59574234693498, 'Supermarket'), ('Siddapura', 12.9434594, 77.59315081925534, 'Nimhans Bus Stop', 12.938014455446671, 77.60003978176317, 'Bus Station')], [('Hombegowda Nagar', 12.9791198, 77.5912997, 'Cubbon Park', 12.977042175203783, 77.59527683258057, 'Park'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'JW Marriott Hotel Bengaluru', 12.972361772490226, 77.59505132638924, 'Hotel'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Taj West End', 12.984572066608893, 77.58489294114838, 'Hotel'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Vidhana Soudha', 12.979027085191566, 77.59188123080901, 'Capitol Building'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'M. Chinnaswamy Stadium', 12.978144481391702, 77.599222834094, 'Cricket Ground'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'UB City', 12.971708980695311, 77.59590528412356, 'Shopping Mall'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Infinitea', 12.987156756402875, 77.59483450996156, 'Tea Room'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Toscano', 12.97198038085137, 77.59606565238312, 'Italian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Shiro', 12.971899559077535, 77.59623643170688, 'Japanese Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'J W Kitchen', 12.972410384127292, 77.59459191743764, 'Asian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Spice Terrace', 12.972254412315774, 77.59520025975598, 'Lounge'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Café Noir', 12.971994746343674, 77.59600119604778, 'French Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Masala Klub', 12.984992722558056, 77.585114632884, 'Indian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Chevron Hotel', 12.983618517251454, 77.59437895678766, 'Hotel'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Venkatappa Art Gallery', 12.97457482475825, 77.59579181671143, 'Art Gallery'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Skyye', 12.971645639193747, 77.5962418409012, 'Lounge'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Bengaluru Baking Co.', 12.97176075574658, 77.59512829674657, 'Bakery'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Bliss Luxe Chocolate Lounge', 12.971525048534971, 77.5962009156297, 'Cupcake Shop'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Shiro, UB City', 12.97674783766511, 77.5990661585226, 'Lounge'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Dolci', 12.98645048861501, 77.59482957745334, 'Dessert Shop'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Diesel Store', 12.97176214892316, 77.595946990362, 'Clothing Store'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Sanchez', 12.97201760365161, 77.59602465951777, 'Mexican Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Hammered', 12.986382382721553, 77.59515375121238, 'Hookah Bar'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'JW Marriott Executive Lounge', 12.972119689569265, 77.5948038156033, 'Lounge'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Eden Park Restaurant', 12.983455524060558, 77.59870692295682, 'Indian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Hotel Chalukya', 12.984577415527921, 77.58784547233438, 'Indian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Coffee Day Square', 12.97167103862426, 77.59413157765854, 'Coffee Shop'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Oriental Spice', 12.98389271843625, 77.59359116991038, 'Chinese Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Mynt', 12.984629089996135, 77.5849890280425, 'Coffee Shop'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Mahatma Gandhi Circle (ಮಹಾತ್ಮಾ ಗಾಂಧಿ ವೃತ್)', 12.976555172485348, 77.59960032068489, 'Plaza'), ('Hombegowda Nagar', 12.9791198, 77.5912997, "Banjara's Melting Pot", 12.986476197279055, 77.59558567845365, 'Indian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Louis Vuitton', 12.971504833704968, 77.59607705364621, 'Boutique'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Freedom Park', 12.97800804978846, 77.58237336924304, 'Park'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Alba', 12.97254127003947, 77.59459436597112, 'Italian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Subway', 12.976016121904996, 77.59793857190844, 'Sandwich Place'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'BBC by JW Marriott', 12.97184679431227, 77.59508813894038, 'Café'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Fava', 12.972285753909956, 77.59596593828104, 'Mediterranean Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Good Earth', 12.97191866546351, 77.59602623632595, 'Arts & Crafts Store'), ('Hombegowda Nagar', 12.9791198, 77.5912997, "Sancho's", 12.97198108680943, 77.59599671844332, 'Mexican Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Samrat Restaurant', 12.984634394639572, 77.58778214784162, 'Indian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Konark Kanteerava', 12.970280628781897, 77.59216531513023, 'Karnataka Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Jawaharlal Nehru Planetarium', 12.984570044084577, 77.59016327148883, 'Planetarium'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Farzi Cafe', 12.972135871318413, 77.59580288658609, 'Bistro'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Rasovara', 12.971994968390815, 77.59607864029057, 'Rajasthani Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Visvesvaraya Industrial and Technological Museum', 12.974883980915532, 77.59652574568754, 'Science Museum'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Atria Hotel', 12.980226955229458, 77.58606746792793, 'Hotel'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'KSLTA Tennis stadium', 12.975093740594403, 77.5944388379795, 'Tennis Stadium'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Nisarga Garden Restaurant', 12.983331536725942, 77.5944306645044, 'Indian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'cafe coffee day', 12.972391588890256, 77.59410838347151, 'Coffee Shop'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Shezan', 12.987163496099882, 77.59484021516408, 'Indian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Imagine Store UB City', 12.971968370342033, 77.59609906096726, 'Electronics Store'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Barista, Cunningham Road', 12.985865889116075, 77.59566307067871, 'Café'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'UB City Amphitheatre', 12.972285566352205, 77.59584132123707, 'Concert Hall'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'The Tower Kitchen', 12.971671379872115, 77.5963634706781, 'Italian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Sreeraj Lassi Bar', 12.983183237086276, 77.5876329178736, 'Juice Bar'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Pizza Stop', 12.98642070767535, 77.59480897617073, 'Pizza Place'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Cafe Mangii', 12.971984856069145, 77.59597131547177, 'Italian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Oakwood Premier Prestige Bangalore', 12.972002119343369, 77.59605643496121, 'Hotel'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'The Banjara', 12.986494358166347, 77.5955311817437, 'Indian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, "Domino's Pizza", 12.972, 77.595, 'Pizza Place'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Cafe Coffee Day', 12.985428833454286, 77.59627020904797, 'Café'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Apple Store', 12.97199420654759, 77.59600174295512, 'Electronics Store'), ('Hombegowda Nagar', 12.9791198, 77.5912997, "Rahham's Families Restaurant", 12.985081126305708, 77.5965503045038, 'Indian Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Sing Kong', 12.971985441320765, 77.59601059525673, 'Cantonese Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Cafe Coffee Day', 12.987448449012476, 77.59460640907776, 'Coffee Shop'), ('Hombegowda Nagar', 12.9791198, 77.5912997, "McDonald's", 12.976011104578486, 77.59839079671238, 'Fast Food Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Sanchos', 12.972001743903009, 77.59604959870336, 'Mexican Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Matsuri', 12.975798763144716, 77.59943925538127, 'Japanese Restaurant'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Cubbon Park Metro Station', 12.980436826078725, 77.59787765529515, 'Metro Station'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Tonique', 12.976657, 77.599224, 'Beer Store'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'French Loaf', 12.985530419819224, 77.59669361614147, 'Bakery'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'DIESEL - For Successful Living', 12.971846073935406, 77.59564697742462, 'Clothing Store'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Chancery Pan Walla', 12.97623432579275, 77.59951939797283, 'Food Truck'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Minsk Square', 12.985157729472261, 77.59758892101252, 'Intersection'), ('Hombegowda Nagar', 12.9791198, 77.5912997, 'Shri M Visvesvaraya Metro Station', 12.974097, 77.584015, 'Metro Station')], [], [('Adugodi', 12.9428472, 77.6104155, 'Lot Like Crêpes', 12.936421260003776, 77.61328358031345, 'Creperie'), ('Adugodi', 12.9428472, 77.6104155, 'Tommy Hilfiger', 12.93455174548577, 77.61134704464612, 'Clothing Store'), ('Adugodi', 12.9428472, 77.6104155, 'PVR IMAX', 12.93459496686202, 77.61132108374153, 'Movie Theater'), ('Adugodi', 12.9428472, 77.6104155, 'Corner House', 12.93616368444804, 77.61520965483324, 'Dessert Shop'), ('Adugodi', 12.9428472, 77.6104155, 'Zingron - Naga Kitchen', 12.936271352945331, 77.61505057580554, 'Indian Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Koramangala Social', 12.93551830266139, 77.61409673299354, 'Lounge'), ('Adugodi', 12.9428472, 77.6104155, 'Dyu Art Cafe', 12.937289153464818, 77.61759086840642, 'Financial or Legal Service'), ('Adugodi', 12.9428472, 77.6104155, 'Chai Chowk', 12.936329106669804, 77.61466686221277, 'Tea Room'), ('Adugodi', 12.9428472, 77.6104155, 'PVR Cinemas', 12.934388755127028, 77.61118429140798, 'Multiplex'), ('Adugodi', 12.9428472, 77.6104155, 'The Chocolate Room', 12.9355054209139, 77.60868922101831, 'Café'), ('Adugodi', 12.9428472, 77.6104155, 'Juicy Juice Corner', 12.936157017141545, 77.61587457295032, 'Juice Bar'), ('Adugodi', 12.9428472, 77.6104155, 'XOOX Brewmill', 12.935507381039018, 77.61498159677937, 'Brewery'), ('Adugodi', 12.9428472, 77.6104155, "Fenny's Lounge & Kitchen", 12.935145679916033, 77.61353649944414, 'Lounge'), ('Adugodi', 12.9428472, 77.6104155, 'Mad Over Donuts', 12.934483915405886, 77.612699538142, 'Donut Shop'), ('Adugodi', 12.9428472, 77.6104155, 'The Forum Mall', 12.93460274090953, 77.61131217243408, 'Shopping Mall'), ('Adugodi', 12.9428472, 77.6104155, 'Kalmane Koffees', 12.934587576001189, 77.61126116948016, 'Coffee Shop'), ('Adugodi', 12.9428472, 77.6104155, 'PVR GOLD', 12.934578298604686, 77.61131928861845, 'Multiplex'), ('Adugodi', 12.9428472, 77.6104155, 'Khan Saheb Grills and Rolls', 12.93606131255464, 77.61475256967852, 'Indian Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Bliss Chocolate Lounge', 12.934123083301174, 77.61097442244447, 'Dessert Shop'), ('Adugodi', 12.9428472, 77.6104155, 'Banchharam Sweets', 12.936550015173987, 77.61421232232478, 'Dessert Shop'), ('Adugodi', 12.9428472, 77.6104155, 'Flight 4 Fantasy', 12.934876778775964, 77.61191283263237, 'Gaming Cafe'), ('Adugodi', 12.9428472, 77.6104155, 'Landmark', 12.93465901957933, 77.61143088754382, 'Bookstore'), ('Adugodi', 12.9428472, 77.6104155, 'The Raymond Shop', 12.934009397641757, 77.61096169178785, "Men's Store"), ('Adugodi', 12.9428472, 77.6104155, 'Bayleaf', 12.94048022713192, 77.61664044296613, 'Indian Restaurant'), ('Adugodi', 12.9428472, 77.6104155, "Harry's Bar + cafe", 12.934393691114687, 77.61261629868129, 'Lounge'), ('Adugodi', 12.9428472, 77.6104155, 'Krispy Kreme', 12.93455242150727, 77.61130764687303, 'Donut Shop'), ('Adugodi', 12.9428472, 77.6104155, 'OM Pure Vegetarian Restaurant', 12.934796423509189, 77.61328270733807, 'Indian Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Udupi Upahar', 12.935825831539116, 77.61494579927691, 'Indian Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Burger King', 12.935007692473109, 77.61358585277809, 'Fast Food Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Punjabi By Nature', 12.934953917563254, 77.6089088561613, 'Brewery'), ('Adugodi', 12.9428472, 77.6104155, 'Cafe Coffee Day', 12.936360659948681, 77.61058325361016, 'Café'), ('Adugodi', 12.9428472, 77.6104155, 'Blue Moustache', 12.935279420769527, 77.61380087716859, 'Bowling Alley'), ('Adugodi', 12.9428472, 77.6104155, 'Whooppeezz', 12.934833506967324, 77.61316997134637, 'Pizza Place'), ('Adugodi', 12.9428472, 77.6104155, 'Starbucks', 12.935018056571355, 77.61354682861754, 'Coffee Shop'), ('Adugodi', 12.9428472, 77.6104155, 'The Body Shop', 12.934573246428824, 77.61131829690954, 'Cosmetics Shop'), ('Adugodi', 12.9428472, 77.6104155, "Tibetan Mother's Kitchen", 12.934644686022153, 77.61282175824414, 'Tibetan Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Cafe Aloha', 12.9356509603896, 77.60807832349703, 'Café'), ('Adugodi', 12.9428472, 77.6104155, 'Punjab Grill', 12.934146562895489, 77.61260575135606, 'Punjabi Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Sapna Book House', 12.936313997188135, 77.6165122736092, 'Bookstore'), ('Adugodi', 12.9428472, 77.6104155, 'Momoz', 12.93582289298111, 77.61618088908803, 'Chinese Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Friends', 12.936063998329697, 77.61469347481342, 'Eastern European Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Food Court (Forum Mall)', 12.934075717726687, 77.61101449428529, 'Food Court'), ('Adugodi', 12.9428472, 77.6104155, 'Malabar Bay', 12.935272605914147, 77.60761824581886, 'Kerala Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'Bodycraft Spa & Salon', 12.94928854557866, 77.61418994308924, 'Spa'), ('Adugodi', 12.9428472, 77.6104155, 'TechTeaShop', 12.93599038, 77.60743916, 'Tea Room'), ('Adugodi', 12.9428472, 77.6104155, 'Taste of india', 12.93541021813401, 77.60749835229264, 'Indian Restaurant'), ('Adugodi', 12.9428472, 77.6104155, 'SEPHORA', 12.934057, 77.610901, 'Cosmetics Shop')], [('Ejipura', 12.945245, 77.6269144, 'Peppers', 12.943494620692814, 77.62840055069803, 'Indian Restaurant'), ('Ejipura', 12.945245, 77.6269144, 'Fitness Cafe', 12.943174546076301, 77.62897592325405, 'Gym / Fitness Center'), ('Ejipura', 12.945245, 77.6269144, 'Chai Point', 12.938738031326512, 77.62593279542986, 'Café'), ('Ejipura', 12.945245, 77.6269144, 'Marks & Spencer', 12.938554274857314, 77.62897365578651, 'Clothing Store'), ('Ejipura', 12.945245, 77.6269144, 'Pizza Hut', 12.939886421356348, 77.62537558723905, 'Pizza Place'), ('Ejipura', 12.945245, 77.6269144, 'Juice Maker', 12.941639314166977, 77.6215510970966, 'Juice Bar'), ('Ejipura', 12.945245, 77.6269144, 'Builders NGV Club', 12.942139087576845, 77.62565749024039, 'General Entertainment'), ('Ejipura', 12.945245, 77.6269144, 'Sapphire Toys', 12.937305202578477, 77.62709219060181, 'Toy / Game Store'), ('Ejipura', 12.945245, 77.6269144, 'The Workouts Fitness Center', 12.940904272666105, 77.62062155822836, 'Gym'), ('Ejipura', 12.945245, 77.6269144, "Domino's Pizza", 12.940170446926473, 77.62513326539266, 'Pizza Place'), ('Ejipura', 12.945245, 77.6269144, 'Papa Johns', 12.942396300164294, 77.6228198602275, 'Pizza Place'), ('Ejipura', 12.945245, 77.6269144, 'Baskins Robbins', 12.938254135293356, 77.62623212633954, 'Ice Cream Shop'), ('Ejipura', 12.945245, 77.6269144, 'Bak Bak Bar', 12.937858626004623, 77.62797743918208, 'Lounge'), ('Ejipura', 12.945245, 77.6269144, 'Lakeview Milk Bar', 12.9407850355469, 77.62051417750617, 'Ice Cream Shop'), ('Ejipura', 12.945245, 77.6269144, 'Fitness First', 12.937854088028592, 77.6279355506993, 'Gym / Fitness Center'), ('Ejipura', 12.945245, 77.6269144, 'paradigm shift vegan cafe', 12.936814522973053, 77.62755514947541, 'Café'), ('Ejipura', 12.945245, 77.6269144, 'Carrots', 12.93889255041211, 77.62581112339912, 'Vegetarian / Vegan Restaurant'), ('Ejipura', 12.945245, 77.6269144, 'coast II coast', 12.936923694160532, 77.62476145559141, 'Seafood Restaurant'), ('Ejipura', 12.945245, 77.6269144, 'Imperial Restaurant', 12.936480876920148, 77.62513701644708, 'Indian Restaurant'), ('Ejipura', 12.945245, 77.6269144, 'Madurai Idli Shop', 12.937327032870545, 77.62439593638473, 'South Indian Restaurant'), ('Ejipura', 12.945245, 77.6269144, 'chai point', 12.938753473765624, 77.62589927032616, 'Tea Room'), ('Ejipura', 12.945245, 77.6269144, 'Bhojohori Manna', 12.937478970568803, 77.62420886854935, 'Bengali Restaurant'), ('Ejipura', 12.945245, 77.6269144, 'Lifestyle International Pvt. Ltd.', 12.937658254349556, 77.62775289458538, 'Clothing Store'), ('Ejipura', 12.945245, 77.6269144, 'The Smoke Co.', 12.93769877742871, 77.62430125872447, 'Gastropub'), ('Ejipura', 12.945245, 77.6269144, 'barista, koramangala', 12.948603431777327, 77.62033939361572, 'Café'), ('Ejipura', 12.945245, 77.6269144, 'Barleyz - The Brew House', 12.937644409043696, 77.62702167074663, 'Beer Garden'), ('Ejipura', 12.945245, 77.6269144, 'The Local - Terrace Drinkery', 12.940829838856931, 77.62445461983086, 'Bar'), ('Ejipura', 12.945245, 77.6269144, 'Star Bazaar', 12.94598655430393, 77.62314687674956, 'Department Store'), ('Ejipura', 12.945245, 77.6269144, 'NGV Park', 12.948046776454838, 77.62203918715953, 'Park'), ('Ejipura', 12.945245, 77.6269144, 'Malabar Food Plaza', 12.950425726401685, 77.6244727332847, 'Fast Food Restaurant'), ('Ejipura', 12.945245, 77.6269144, 'ASC Centre, Domlur', 12.950481903713944, 77.6337112159782, 'Golf Course'), ('Ejipura', 12.945245, 77.6269144, 'Pure', 12.938400606576003, 77.6321198792246, 'Convenience Store'), ('Ejipura', 12.945245, 77.6269144, 'Ejipura Signal', 12.938640368914674, 77.63250585890295, 'Intersection')], [('Varthur', 12.9406152, 77.7469937, 'MedPlus', 12.942745, 77.749775, 'Pharmacy'), ('Varthur', 12.9406152, 77.7469937, 'Varthur Lake', 12.947360610879533, 77.74534500831317, 'Lake'), ('Varthur', 12.9406152, 77.7469937, 'Unique Hypermarket', 12.939105, 77.739296, 'Supermarket'), ('Varthur', 12.9406152, 77.7469937, 'Ramagondanahalli Bus Stop', 12.94788819893744, 77.74205906990859, 'Bus Station')], [('Bellandur', 12.9791198, 77.5912997, 'Cubbon Park', 12.977042175203783, 77.59527683258057, 'Park'), ('Bellandur', 12.9791198, 77.5912997, 'JW Marriott Hotel Bengaluru', 12.972361772490226, 77.59505132638924, 'Hotel'), ('Bellandur', 12.9791198, 77.5912997, 'Taj West End', 12.984572066608893, 77.58489294114838, 'Hotel'), ('Bellandur', 12.9791198, 77.5912997, 'Vidhana Soudha', 12.979027085191566, 77.59188123080901, 'Capitol Building'), ('Bellandur', 12.9791198, 77.5912997, 'M. Chinnaswamy Stadium', 12.978144481391702, 77.599222834094, 'Cricket Ground'), ('Bellandur', 12.9791198, 77.5912997, 'UB City', 12.971708980695311, 77.59590528412356, 'Shopping Mall'), ('Bellandur', 12.9791198, 77.5912997, 'Infinitea', 12.987156756402875, 77.59483450996156, 'Tea Room'), ('Bellandur', 12.9791198, 77.5912997, 'Toscano', 12.97198038085137, 77.59606565238312, 'Italian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Shiro', 12.971899559077535, 77.59623643170688, 'Japanese Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'J W Kitchen', 12.972410384127292, 77.59459191743764, 'Asian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Spice Terrace', 12.972254412315774, 77.59520025975598, 'Lounge'), ('Bellandur', 12.9791198, 77.5912997, 'Café Noir', 12.971994746343674, 77.59600119604778, 'French Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Masala Klub', 12.984992722558056, 77.585114632884, 'Indian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Chevron Hotel', 12.983618517251454, 77.59437895678766, 'Hotel'), ('Bellandur', 12.9791198, 77.5912997, 'Venkatappa Art Gallery', 12.97457482475825, 77.59579181671143, 'Art Gallery'), ('Bellandur', 12.9791198, 77.5912997, 'Skyye', 12.971645639193747, 77.5962418409012, 'Lounge'), ('Bellandur', 12.9791198, 77.5912997, 'Bengaluru Baking Co.', 12.97176075574658, 77.59512829674657, 'Bakery'), ('Bellandur', 12.9791198, 77.5912997, 'Bliss Luxe Chocolate Lounge', 12.971525048534971, 77.5962009156297, 'Cupcake Shop'), ('Bellandur', 12.9791198, 77.5912997, 'Shiro, UB City', 12.97674783766511, 77.5990661585226, 'Lounge'), ('Bellandur', 12.9791198, 77.5912997, 'Dolci', 12.98645048861501, 77.59482957745334, 'Dessert Shop'), ('Bellandur', 12.9791198, 77.5912997, 'Diesel Store', 12.97176214892316, 77.595946990362, 'Clothing Store'), ('Bellandur', 12.9791198, 77.5912997, 'Sanchez', 12.97201760365161, 77.59602465951777, 'Mexican Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Hammered', 12.986382382721553, 77.59515375121238, 'Hookah Bar'), ('Bellandur', 12.9791198, 77.5912997, 'JW Marriott Executive Lounge', 12.972119689569265, 77.5948038156033, 'Lounge'), ('Bellandur', 12.9791198, 77.5912997, 'Eden Park Restaurant', 12.983455524060558, 77.59870692295682, 'Indian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Hotel Chalukya', 12.984577415527921, 77.58784547233438, 'Indian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Coffee Day Square', 12.97167103862426, 77.59413157765854, 'Coffee Shop'), ('Bellandur', 12.9791198, 77.5912997, 'Oriental Spice', 12.98389271843625, 77.59359116991038, 'Chinese Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Mynt', 12.984629089996135, 77.5849890280425, 'Coffee Shop'), ('Bellandur', 12.9791198, 77.5912997, 'Mahatma Gandhi Circle (ಮಹಾತ್ಮಾ ಗಾಂಧಿ ವೃತ್)', 12.976555172485348, 77.59960032068489, 'Plaza'), ('Bellandur', 12.9791198, 77.5912997, "Banjara's Melting Pot", 12.986476197279055, 77.59558567845365, 'Indian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Louis Vuitton', 12.971504833704968, 77.59607705364621, 'Boutique'), ('Bellandur', 12.9791198, 77.5912997, 'Freedom Park', 12.97800804978846, 77.58237336924304, 'Park'), ('Bellandur', 12.9791198, 77.5912997, 'Alba', 12.97254127003947, 77.59459436597112, 'Italian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Subway', 12.976016121904996, 77.59793857190844, 'Sandwich Place'), ('Bellandur', 12.9791198, 77.5912997, 'BBC by JW Marriott', 12.97184679431227, 77.59508813894038, 'Café'), ('Bellandur', 12.9791198, 77.5912997, 'Fava', 12.972285753909956, 77.59596593828104, 'Mediterranean Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Good Earth', 12.97191866546351, 77.59602623632595, 'Arts & Crafts Store'), ('Bellandur', 12.9791198, 77.5912997, "Sancho's", 12.97198108680943, 77.59599671844332, 'Mexican Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Samrat Restaurant', 12.984634394639572, 77.58778214784162, 'Indian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Konark Kanteerava', 12.970280628781897, 77.59216531513023, 'Karnataka Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Jawaharlal Nehru Planetarium', 12.984570044084577, 77.59016327148883, 'Planetarium'), ('Bellandur', 12.9791198, 77.5912997, 'Farzi Cafe', 12.972135871318413, 77.59580288658609, 'Bistro'), ('Bellandur', 12.9791198, 77.5912997, 'Rasovara', 12.971994968390815, 77.59607864029057, 'Rajasthani Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Visvesvaraya Industrial and Technological Museum', 12.974883980915532, 77.59652574568754, 'Science Museum'), ('Bellandur', 12.9791198, 77.5912997, 'Atria Hotel', 12.980226955229458, 77.58606746792793, 'Hotel'), ('Bellandur', 12.9791198, 77.5912997, 'KSLTA Tennis stadium', 12.975093740594403, 77.5944388379795, 'Tennis Stadium'), ('Bellandur', 12.9791198, 77.5912997, 'Nisarga Garden Restaurant', 12.983331536725942, 77.5944306645044, 'Indian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'cafe coffee day', 12.972391588890256, 77.59410838347151, 'Coffee Shop'), ('Bellandur', 12.9791198, 77.5912997, 'Shezan', 12.987163496099882, 77.59484021516408, 'Indian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Imagine Store UB City', 12.971968370342033, 77.59609906096726, 'Electronics Store'), ('Bellandur', 12.9791198, 77.5912997, 'Barista, Cunningham Road', 12.985865889116075, 77.59566307067871, 'Café'), ('Bellandur', 12.9791198, 77.5912997, 'UB City Amphitheatre', 12.972285566352205, 77.59584132123707, 'Concert Hall'), ('Bellandur', 12.9791198, 77.5912997, 'The Tower Kitchen', 12.971671379872115, 77.5963634706781, 'Italian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Sreeraj Lassi Bar', 12.983183237086276, 77.5876329178736, 'Juice Bar'), ('Bellandur', 12.9791198, 77.5912997, 'Pizza Stop', 12.98642070767535, 77.59480897617073, 'Pizza Place'), ('Bellandur', 12.9791198, 77.5912997, 'Cafe Mangii', 12.971984856069145, 77.59597131547177, 'Italian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Oakwood Premier Prestige Bangalore', 12.972002119343369, 77.59605643496121, 'Hotel'), ('Bellandur', 12.9791198, 77.5912997, 'The Banjara', 12.986494358166347, 77.5955311817437, 'Indian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, "Domino's Pizza", 12.972, 77.595, 'Pizza Place'), ('Bellandur', 12.9791198, 77.5912997, 'Cafe Coffee Day', 12.985428833454286, 77.59627020904797, 'Café'), ('Bellandur', 12.9791198, 77.5912997, 'Apple Store', 12.97199420654759, 77.59600174295512, 'Electronics Store'), ('Bellandur', 12.9791198, 77.5912997, "Rahham's Families Restaurant", 12.985081126305708, 77.5965503045038, 'Indian Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Sing Kong', 12.971985441320765, 77.59601059525673, 'Cantonese Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Cafe Coffee Day', 12.987448449012476, 77.59460640907776, 'Coffee Shop'), ('Bellandur', 12.9791198, 77.5912997, "McDonald's", 12.976011104578486, 77.59839079671238, 'Fast Food Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Sanchos', 12.972001743903009, 77.59604959870336, 'Mexican Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Matsuri', 12.975798763144716, 77.59943925538127, 'Japanese Restaurant'), ('Bellandur', 12.9791198, 77.5912997, 'Cubbon Park Metro Station', 12.980436826078725, 77.59787765529515, 'Metro Station'), ('Bellandur', 12.9791198, 77.5912997, 'Tonique', 12.976657, 77.599224, 'Beer Store'), ('Bellandur', 12.9791198, 77.5912997, 'French Loaf', 12.985530419819224, 77.59669361614147, 'Bakery'), ('Bellandur', 12.9791198, 77.5912997, 'DIESEL - For Successful Living', 12.971846073935406, 77.59564697742462, 'Clothing Store'), ('Bellandur', 12.9791198, 77.5912997, 'Chancery Pan Walla', 12.97623432579275, 77.59951939797283, 'Food Truck'), ('Bellandur', 12.9791198, 77.5912997, 'Minsk Square', 12.985157729472261, 77.59758892101252, 'Intersection'), ('Bellandur', 12.9791198, 77.5912997, 'Shri M Visvesvaraya Metro Station', 12.974097, 77.584015, 'Metro Station')], [('Koramangala', 12.9340114, 77.6222304, 'a 1oōo yoga', 12.933552473024575, 77.62176581506846, 'Yoga Studio'), ('Koramangala', 12.9340114, 77.6222304, 'Chianti', 12.933537109665405, 77.6218620764095, 'Italian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Kota Kachori', 12.936175734396235, 77.6254861410792, 'Fast Food Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Sree Krishna Kafe', 12.937064442898347, 77.61972922183011, 'Breakfast Spot'), ('Koramangala', 12.9340114, 77.6222304, 'China Pearl', 12.936079658346152, 77.6213771941108, 'Chinese Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Ooty Chocolates', 12.934957208807058, 77.62470384746618, 'Candy Store'), ('Koramangala', 12.9340114, 77.6222304, "Gold's Gym", 12.933582851700306, 77.6215586723311, 'Gym'), ('Koramangala', 12.9340114, 77.6222304, 'Nagarjuna', 12.933693481714693, 77.62115620899334, 'Andhra Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'The Hole in the Wall Cafe', 12.934609045102926, 77.62552918399028, 'Breakfast Spot'), ('Koramangala', 12.9340114, 77.6222304, 'Cake Walk', 12.933662058484686, 77.62684576441147, 'Bakery'), ('Koramangala', 12.9340114, 77.6222304, 'Kargeens', 12.935270522729706, 77.62417468483564, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'Dyu Art Cafe', 12.937289153464818, 77.61759086840642, 'Financial or Legal Service'), ('Koramangala', 12.9340114, 77.6222304, "Cafe D'hide", 12.93357543894524, 77.62244184849017, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'Ibaco', 12.933792011419657, 77.62663143399512, 'Ice Cream Shop'), ('Koramangala', 12.9340114, 77.6222304, 'IRepair India', 12.934414212287377, 77.61764645576477, 'Mobile Phone Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Om Made Cafe', 12.933790479359715, 77.62146627154289, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'Anand Sweets', 12.937231176489325, 77.61955102132941, 'Indian Sweet Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Onestà', 12.93361066169291, 77.62698962902192, 'Pizza Place'), ('Koramangala', 12.9340114, 77.6222304, 'My Bar- quarter deck', 12.933637032774023, 77.62048164854184, 'Bar'), ('Koramangala', 12.9340114, 77.6222304, 'cafe medley', 12.933869823025992, 77.6193650229155, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'TimTai', 12.933726701576264, 77.62257092482736, 'Thai Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'The Flying Squirrel - Micro Roastery & Cafe', 12.93361977348849, 77.6214462332161, 'Coffee Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Chai Point', 12.938738031326512, 77.62593279542986, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'Bon South', 12.933607097271379, 77.62231245268157, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Corner House', 12.93616368444804, 77.61520965483324, 'Dessert Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Khawa Karpo', 12.934051447731592, 77.61664019427404, 'Chinese Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Truffles Ice & Spice', 12.93344282897595, 77.61426454051069, 'Burger Joint'), ('Koramangala', 12.9340114, 77.6222304, 'Polar Bear', 12.936700647875838, 77.62050871540843, 'Dessert Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Meghana Foods', 12.934542734262369, 77.61619424504872, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Sapphire Toys', 12.937305202578477, 77.62709219060181, 'Toy / Game Store'), ('Koramangala', 12.9340114, 77.6222304, 'Juicy Juice Corner', 12.936157017141545, 77.61587457295032, 'Juice Bar'), ('Koramangala', 12.9340114, 77.6222304, 'Zingron - Naga Kitchen', 12.936271352945331, 77.61505057580554, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, "Gilly's Rest-O-Bar", 12.932986638171963, 77.6147554627817, 'Bar'), ('Koramangala', 12.9340114, 77.6222304, 'Koramangala Social', 12.93551830266139, 77.61409673299354, 'Lounge'), ('Koramangala', 12.9340114, 77.6222304, 'Thalassery Restaurant', 12.93706099792532, 77.61977369414831, 'Kerala Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Marks & Spencer', 12.938554274857314, 77.62897365578651, 'Clothing Store'), ('Koramangala', 12.9340114, 77.6222304, 'XOOX Brewmill', 12.935507381039018, 77.61498159677937, 'Brewery'), ('Koramangala', 12.9340114, 77.6222304, 'Gilly’s Redefined', 12.933387554638834, 77.62352536231694, 'Pub'), ('Koramangala', 12.9340114, 77.6222304, 'Chai Chowk', 12.936329106669804, 77.61466686221277, 'Tea Room'), ('Koramangala', 12.9340114, 77.6222304, 'Shyam Thali', 12.936908240143742, 77.62008671785173, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'coast II coast', 12.936923694160532, 77.62476145559141, 'Seafood Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Meghna Hyderbad Restaurant', 12.934547362010413, 77.61615195572733, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Over The Top', 12.934432960693455, 77.6234803949894, 'Lounge'), ('Koramangala', 12.9340114, 77.6222304, 'Hello paanwala', 12.934862488450134, 77.61600382456629, 'Smoke Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Hunan', 12.934672056213419, 77.61615995412053, 'Chinese Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'The Workouts Fitness Center', 12.940904272666105, 77.62062155822836, 'Gym'), ('Koramangala', 12.9340114, 77.6222304, 'Third Wave Coffee Roasters', 12.93472830541671, 77.62946060985223, 'Coffee Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Stoner', 12.932759028279904, 77.6141324446232, 'Ice Cream Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Atta Galatta Bakery Cafe Bookstore', 12.934129031406039, 77.61691720482489, 'Bookstore'), ('Koramangala', 12.9340114, 77.6222304, 'Via Milano', 12.936248961165813, 77.62759763832022, 'Italian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Pizza Hut', 12.939886421356348, 77.62537558723905, 'Pizza Place'), ('Koramangala', 12.9340114, 77.6222304, 'Lassi Shop', 12.934096040686056, 77.6292567381134, 'Juice Bar'), ('Koramangala', 12.9340114, 77.6222304, 'Shree Thali Vegetarian Mess', 12.936396035829121, 77.61988925832028, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Imperial Restaurant', 12.936480876920148, 77.62513701644708, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Calvins', 12.93453319242303, 77.6161673371577, 'Dessert Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Grand Mercure Bangalore', 12.928977, 77.627413, 'Hotel'), ('Koramangala', 12.9340114, 77.6222304, 'Cupcake Noggins', 12.934814638746314, 77.62807345024756, 'Cupcake Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Juice Maker', 12.941639314166977, 77.6215510970966, 'Juice Bar'), ('Koramangala', 12.9340114, 77.6222304, 'Ice & Spice, Koramangla', 12.93328435371435, 77.61384731227452, 'Bakery'), ('Koramangala', 12.9340114, 77.6222304, 'Khan Saheb Grills and Rolls', 12.93606131255464, 77.61475256967852, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Goli Vada Pav No. 1', 12.934224356227798, 77.61659357422748, 'Snack Place'), ('Koramangala', 12.9340114, 77.6222304, 'paradigm shift vegan cafe', 12.936814522973053, 77.62755514947541, 'Café'), ('Koramangala', 12.9340114, 77.6222304, "Fenny's Lounge & Kitchen", 12.935145679916033, 77.61353649944414, 'Lounge'), ('Koramangala', 12.9340114, 77.6222304, 'BonSouth', 12.933680836553842, 77.62234578225225, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, "Chechi's Mess", 12.926052682893918, 77.61793948768472, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Nasi and Mee', 12.935061992464211, 77.62908336167129, 'Asian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Madurai Idli Shop', 12.937327032870545, 77.62439593638473, 'South Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'The Edge Ice Creams', 12.935216011472608, 77.61709401862251, 'Ice Cream Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Anand Purani Dilli', 12.937227179453801, 77.61955449156574, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Baskins Robbins', 12.938254135293356, 77.62623212633954, 'Ice Cream Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Bhojohori Manna', 12.937478970568803, 77.62420886854935, 'Bengali Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Cafe 132', 12.933548952528009, 77.62214442481894, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'Naati Mane', 12.934628529141165, 77.61995262418685, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Cafe Coffee Day', 12.93438002601041, 77.62565032691057, 'Coffee Shop'), ('Koramangala', 12.9340114, 77.6222304, "Domino's Pizza", 12.940170446926473, 77.62513326539266, 'Pizza Place'), ('Koramangala', 12.9340114, 77.6222304, 'Cup O Joe', 12.93388312459835, 77.6189474650823, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'A Hole Lotta Love Cafe', 12.933455789849086, 77.61549700520787, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'Madhuloka Liquor Boutique', 12.937065961495154, 77.61971254277661, 'Liquor Store'), ('Koramangala', 12.9340114, 77.6222304, 'California Burrito', 12.934590670041345, 77.61610051430903, 'Mexican Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Hatti Kaapi', 12.93395068360737, 77.61704562433654, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'Habañero Koramangala', 12.933882146374716, 77.61947691390635, 'Mexican Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Serafina Bangalore', 12.932807761676468, 77.6311862419505, 'Italian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Banchharam Sweets', 12.936550015173987, 77.61421232232478, 'Dessert Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Lakeview Milk Bar', 12.9407850355469, 77.62051417750617, 'Ice Cream Shop'), ('Koramangala', 12.9340114, 77.6222304, 'Bak Bak Bar', 12.937858626004623, 77.62797743918208, 'Lounge'), ('Koramangala', 12.9340114, 77.6222304, 'The Smoke Co.', 12.93769877742871, 77.62430125872447, 'Gastropub'), ('Koramangala', 12.9340114, 77.6222304, 'Fitness First', 12.937854088028592, 77.6279355506993, 'Gym / Fitness Center'), ('Koramangala', 12.9340114, 77.6222304, 'Indian Coffee House', 12.933739306559627, 77.61586772571819, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Vicky’s la terrazza', 12.937015637615596, 77.62005874526598, 'Italian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Udupi Upahar', 12.935825831539116, 77.61494579927691, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, "Vasudev Adiga's", 12.934103931825202, 77.62996518095774, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Smoked Out', 12.934276026828355, 77.6257525903187, 'BBQ Joint'), ('Koramangala', 12.9340114, 77.6222304, 'Sapna Book House', 12.936313997188135, 77.6165122736092, 'Bookstore'), ('Koramangala', 12.9340114, 77.6222304, 'Carrots', 12.93889255041211, 77.62581112339912, 'Vegetarian / Vegan Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Momoz', 12.93582289298111, 77.61618088908803, 'Chinese Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Barista Lavazza', 12.933712733704025, 77.62006735703564, 'Café'), ('Koramangala', 12.9340114, 77.6222304, 'Cafe Coffee Day Lounge', 12.93264235091151, 77.62306067263394, 'Coffee Shop'), ('Koramangala', 12.9340114, 77.6222304, 'By The Blue', 12.929157543698361, 77.62828007053234, 'Indian Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'Burger King', 12.935007692473109, 77.61358585277809, 'Fast Food Restaurant'), ('Koramangala', 12.9340114, 77.6222304, 'OM Pure Vegetarian Restaurant', 12.934796423509189, 77.61328270733807, 'Indian Restaurant')], [('Sudduguntepalya', 12.9828, 77.655, "New Frosty's", 12.980580037620213, 77.64615365054266, 'Butcher'), ('Sudduguntepalya', 12.9828, 77.655, 'Baiyappanahalli Metro Station', 12.991302144537357, 77.65520811080933, 'Light Rail Station'), ('Sudduguntepalya', 12.9828, 77.655, 'Sapna Book House', 12.979130482335183, 77.64661991909207, 'Bookstore'), ('Sudduguntepalya', 12.9828, 77.655, 'Barista Lavazza', 12.979603129117667, 77.65797139397279, 'Coffee Shop'), ('Sudduguntepalya', 12.9828, 77.655, 'cafe coffee day', 12.991260327642069, 77.65789031982422, 'Café'), ('Sudduguntepalya', 12.9828, 77.655, 'Subway', 12.979143696608501, 77.65887240161287, 'Sandwich Place'), ('Sudduguntepalya', 12.9828, 77.655, 'Chai Point', 12.974730206596313, 77.65569017578764, 'Food Truck'), ('Sudduguntepalya', 12.9828, 77.655, 'Embassy Prime', 12.978443117524888, 77.65739679336548, 'Office'), ('Sudduguntepalya', 12.9828, 77.655, 'Bus Stand', 12.987298061852904, 77.64896190357075, 'Bus Station'), ('Sudduguntepalya', 12.9828, 77.655, 'Chakum Chukum', 12.979158, 77.646972, 'Snack Place'), ('Sudduguntepalya', 12.9828, 77.655, 'Swami Vivekananda Road Metro Station', 12.986760106230797, 77.64698193612666, 'Light Rail Station'), ('Sudduguntepalya', 12.9828, 77.655, 'Baiyappanahalli Railway station', 12.99110376597505, 77.6520100902141, 'Platform')], [('Jayangar', 12.9308, 77.5838, 'Hari Super Sandwich', 12.932947240497668, 77.5825363305544, 'Sandwich Place'), ('Jayangar', 12.9308, 77.5838, 'Sapna Book House', 12.93072912003569, 77.58155446883902, 'Bookstore'), ('Jayangar', 12.9308, 77.5838, 'Sreeraj Lassi Bar', 12.931345507094006, 77.58350508292891, 'Juice Bar'), ('Jayangar', 12.9308, 77.5838, 'Golds Gym', 12.932006072983302, 77.58315334669344, 'Gym'), ('Jayangar', 12.9308, 77.5838, 'Cool Joint', 12.928587078677822, 77.58600576221922, 'Sandwich Place'), ('Jayangar', 12.9308, 77.5838, 'Hatti Kaapi', 12.928539378635731, 77.58175146901735, 'Coffee Shop'), ('Jayangar', 12.9308, 77.5838, 'Kedias fun food', 12.928878775709073, 77.58167421142119, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Lassi Park', 12.932975110649434, 77.58243058939671, 'Juice Bar'), ('Jayangar', 12.9308, 77.5838, 'Subz,Cosmopolitan Club', 12.93291219046311, 77.58489731159852, 'Restaurant'), ('Jayangar', 12.9308, 77.5838, "Maiya's", 12.928602969980986, 77.58182126835202, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Krazzy Folds', 12.927194755270996, 77.58610037137068, 'Mexican Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Au Bon Pain', 12.933912184564619, 77.58403563120292, 'Café'), ('Jayangar', 12.9308, 77.5838, 'Tanishq Jayanagar', 12.932665167594607, 77.58611808894229, 'Jewelry Store'), ('Jayangar', 12.9308, 77.5838, 'Cosmo Club', 12.933188804989294, 77.58557445727713, 'Lounge'), ('Jayangar', 12.9308, 77.5838, 'Kuch Bhi', 12.932769240811957, 77.58355531997839, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Pizza Hut', 12.930832216670389, 77.58319165978475, 'Pizza Place'), ('Jayangar', 12.9308, 77.5838, 'Three Quarter Chinese', 12.933028587908323, 77.5852148381685, 'Chinese Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Café Toscano', 12.937023965911811, 77.5850801295083, 'Bistro'), ('Jayangar', 12.9308, 77.5838, 'Ganesh Darshan Restaurant', 12.931056798538824, 77.58389284982813, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Fab India', 12.937257866283808, 77.58524543144964, 'Boutique'), ('Jayangar', 12.9308, 77.5838, '1947', 12.92764238042907, 77.5862157482534, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Cane O La', 12.928859733095232, 77.58600936332793, 'Juice Bar'), ('Jayangar', 12.9308, 77.5838, 'Cakewala @ Jayanagar 4th Block', 12.928969852923863, 77.58602759341773, 'Bakery'), ('Jayangar', 12.9308, 77.5838, 'Helios', 12.938120429161511, 77.58515100625296, 'Shop & Service'), ('Jayangar', 12.9308, 77.5838, "Brahmin's Tiffin And Coffee", 12.923314234168767, 77.58575748058755, 'South Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Corner House', 12.922900037024721, 77.58494023490222, 'Ice Cream Shop'), ('Jayangar', 12.9308, 77.5838, 'Polar Bear', 12.92757510101327, 77.57808260788559, 'Ice Cream Shop'), ('Jayangar', 12.9308, 77.5838, 'Sichaun Court', 12.92725563730102, 77.58623108149611, 'Chinese Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Flamenco', 12.929357995152454, 77.58161522085767, 'Café'), ('Jayangar', 12.9308, 77.5838, 'Rooftop Cafe', 12.92900313506335, 77.58601475308517, 'Café'), ('Jayangar', 12.9308, 77.5838, 'Java City', 12.934986706734506, 77.58273460799764, 'Coffee Shop'), ('Jayangar', 12.9308, 77.5838, 'Nagarjuna', 12.932892192361368, 77.5840872366718, 'Andhra Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Little Italy', 12.927385559283024, 77.57710955924806, 'Italian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Alchemy Coffee Roasters', 12.92338840768254, 77.58084636988441, 'Coffee Shop'), ('Jayangar', 12.9308, 77.5838, 'Once Upon a Rooftop', 12.92543119416865, 77.58366098334108, 'Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Subz', 12.932917771567514, 77.58510547851132, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Hotel Nandhini', 12.930591863331102, 77.58139586927206, 'Hotel'), ('Jayangar', 12.9308, 77.5838, 'Gufha', 12.93330594366965, 77.58334021458388, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Caffe Pascucci', 12.92724075344209, 77.58623727743417, 'Café'), ('Jayangar', 12.9308, 77.5838, 'Karnataka Bhel House', 12.939404798055124, 77.58404552437128, 'Snack Place'), ('Jayangar', 12.9308, 77.5838, 'Vasudev Adigas', 12.930710544995497, 77.58635878746956, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Starbucks', 12.924623871845903, 77.5838051373744, 'Coffee Shop'), ('Jayangar', 12.9308, 77.5838, 'Pure and Natural', 12.92434114972981, 77.57800196839275, 'Salad Place'), ('Jayangar', 12.9308, 77.5838, 'Sri Venkateshwara Sweet-Meat Stall', 12.924863492557895, 77.5837522039717, 'Fast Food Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Baskin-Robbins', 12.925603506503991, 77.58599252767569, 'Ice Cream Shop'), ('Jayangar', 12.9308, 77.5838, 'Eurasia', 12.927330954461297, 77.57713492102685, 'Italian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Jayanagar 4th Block Complex', 12.929481965020363, 77.58443282089485, 'Shopping Plaza'), ('Jayangar', 12.9308, 77.5838, 'Anand Sweets', 12.930690333029228, 77.58098577651023, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Madhavan Park', 12.935887639381715, 77.58510996935603, 'Park'), ('Jayangar', 12.9308, 77.5838, 'Canton Restaurant & Bar', 12.932423420150648, 77.58386669926558, 'Chinese Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Sukh Sagar', 12.928651966709431, 77.58276518430387, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'GRT Jewellery', 12.926254766614196, 77.58588430135373, 'Jewelry Store'), ('Jayangar', 12.9308, 77.5838, 'Meghana Foods', 12.926236959366587, 77.58458376327353, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Kalmane Koffee', 12.929708702746252, 77.58497446003176, 'Café'), ('Jayangar', 12.9308, 77.5838, 'Krispy Kreme', 12.926934197854509, 77.58623281364709, 'Donut Shop'), ('Jayangar', 12.9308, 77.5838, 'Uphara Darshini', 12.93288585884969, 77.58449677838107, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Tangra', 12.923370898814596, 77.58534946579694, 'Chinese Restaurant'), ('Jayangar', 12.9308, 77.5838, 'The Sofraah', 12.923417198731041, 77.58526238478949, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Max', 12.931563036310646, 77.5860292658942, "Women's Store"), ('Jayangar', 12.9308, 77.5838, 'Burger King', 12.928014573541478, 77.58624040649727, 'Fast Food Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Chung Wah OPUS', 12.935001499424883, 77.58277530900763, 'Chinese Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Roll Over', 12.930757, 77.58125, 'Dessert Shop'), ('Jayangar', 12.9308, 77.5838, 'Barista, Jayanagr', 12.927439554274295, 77.58362531661987, 'Café'), ('Jayangar', 12.9308, 77.5838, 'La Marvella', 12.936733762364138, 77.58058719520027, 'Hotel'), ('Jayangar', 12.9308, 77.5838, 'Cafe Coffee Day Lounge', 12.927606864694344, 77.58652210235596, 'Café'), ('Jayangar', 12.9308, 77.5838, 'Hot Chips', 12.928670169881807, 77.58534874248336, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Adigas', 12.930707247393416, 77.58639616714648, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Ibaco', 12.926241413221982, 77.5871766716795, 'Ice Cream Shop'), ('Jayangar', 12.9308, 77.5838, 'Adyar Anand Bhavan', 12.936672527626115, 77.57800418548804, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'La Casa', 12.926091207050057, 77.58485848212288, 'Gastropub'), ('Jayangar', 12.9308, 77.5838, 'Level 5', 12.934179, 77.582948, 'Lounge'), ('Jayangar', 12.9308, 77.5838, 'Brewmeister', 12.926405272791483, 77.58467628044113, 'Brewery'), ('Jayangar', 12.9308, 77.5838, 'KFC', 12.926830065951558, 77.58625817584782, 'Fast Food Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Lakshmi medicals', 12.923465898841771, 77.58832454681396, 'Pharmacy'), ('Jayangar', 12.9308, 77.5838, 'Kanti Sweets', 12.931030773686322, 77.58606847879499, 'Candy Store'), ('Jayangar', 12.9308, 77.5838, 'Punjabi Raswada', 12.932222760165718, 77.58617226455291, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Grill Square', 12.926264211516623, 77.58427955434296, 'BBQ Joint'), ('Jayangar', 12.9308, 77.5838, 'Jalpaan', 12.925178731378228, 77.57691211340907, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Pai Viceroy', 12.936097509956449, 77.58393002250345, 'Hotel'), ('Jayangar', 12.9308, 77.5838, 'Cafe Coffee Day', 12.927348757583038, 77.57807906803023, 'Coffee Shop'), ('Jayangar', 12.9308, 77.5838, 'Chungs', 12.932899371884742, 77.58474641964841, 'Chinese Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Parivar Bar & Restaurant', 12.92689268778721, 77.58620430200305, 'Bar'), ('Jayangar', 12.9308, 77.5838, 'Amoeba', 12.933150752002978, 77.58518482824731, 'Bowling Alley'), ('Jayangar', 12.9308, 77.5838, 'Ferghana', 12.934286837880078, 77.5830492186804, 'Asian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Cafe Coffee Day', 12.926250934755545, 77.58388914370578, 'Café'), ('Jayangar', 12.9308, 77.5838, 'Empire Jayanagar', 12.932936432553435, 77.58149723455745, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, "Jimi's Beer Cafe", 12.92878743902173, 77.59133636395363, 'Pub'), ('Jayangar', 12.9308, 77.5838, 'The High Street', 12.927382518661213, 77.58621348965147, 'Shopping Mall'), ('Jayangar', 12.9308, 77.5838, 'Rajathadri Food Fort', 12.927925313352993, 77.57810379326521, 'Indian Restaurant'), ('Jayangar', 12.9308, 77.5838, 'Shanghai Chowk', 12.92466438246172, 77.58590040600356, 'Chinese Restaurant'), ('Jayangar', 12.9308, 77.5838, 'D Mart', 12.928695134854085, 77.59151845707169, 'Department Store'), ('Jayangar', 12.9308, 77.5838, 'Eden Park - The Lounge', 12.923387357940952, 77.58535334094385, 'Lounge'), ('Jayangar', 12.9308, 77.5838, 'Jayanagar Sports Club', 12.937258269873738, 77.58569923236747, 'Basketball Court'), ('Jayangar', 12.9308, 77.5838, "Domino's Pizza", 12.92315227991318, 77.58578542430844, 'Pizza Place'), ('Jayangar', 12.9308, 77.5838, 'Inox Jayanagar', 12.928678456090095, 77.59123542996909, 'Multiplex'), ('Jayangar', 12.9308, 77.5838, 'Desi', 12.937188296175137, 77.5797206507001, 'Miscellaneous Shop'), ('Jayangar', 12.9308, 77.5838, 'Yediyur Lake', 12.933692704981652, 77.57663011550903, 'Lake'), ('Jayangar', 12.9308, 77.5838, 'iPlanet', 12.938473201132075, 77.58517712435423, 'Electronics Store'), ('Jayangar', 12.9308, 77.5838, 'Croma', 12.93969053187016, 77.58507639184198, 'Electronics Store')], [('Basavanagudi', 12.9417261, 77.5755021, 'Rogue Elephant', 12.941541392293871, 77.57723352370775, 'Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'UD - Upahara Darshini', 12.939425484210648, 77.57138548760742, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'South Thindies', 12.938533002449914, 77.57543728531792, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Corner House', 12.947282345541405, 77.57682384041209, 'Dessert Shop'), ('Basavanagudi', 12.9417261, 77.5755021, 'Vidyarthi Bhavan', 12.945081590068911, 77.57141473329507, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'By 2 Coffee', 12.942161177597033, 77.57058753917934, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Mahalakshmi Tiffin Room', 12.946963396829972, 77.57152984973779, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Hari Super Sandwich', 12.94906312668569, 77.57493507592291, 'Sandwich Place'), ('Basavanagudi', 12.9417261, 77.5755021, 'Sri Guru Kottureshwara Davangere Benne Dose Hotel', 12.938810170494127, 77.5708674119335, 'Fast Food Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'South Kitchen', 12.937889968186969, 77.56871372271516, 'Breakfast Spot'), ('Basavanagudi', 12.9417261, 77.5755021, 'Gandhi Bazaar', 12.945310993584059, 77.57133115880193, 'Farmers Market'), ('Basavanagudi', 12.9417261, 77.5755021, 'Harshi super sandwich', 12.938899871400027, 77.57061404688208, 'Sandwich Place'), ('Basavanagudi', 12.9417261, 77.5755021, 'Puliyogere Point', 12.940677264715706, 77.57040942849967, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Ganesh Chat Centre', 12.948113594397082, 77.5760884520387, 'Food Truck'), ('Basavanagudi', 12.9417261, 77.5755021, 'Lalbagh West Gate', 12.94825843458619, 77.58002845878543, 'Park'), ('Basavanagudi', 12.9417261, 77.5755021, 'Dwaraka Hotel', 12.93782284520445, 77.56774160202704, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Pizza Stop', 12.947423415194319, 77.5767208771391, 'Fast Food Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Karnataka Bhel House', 12.939404798055124, 77.58404552437128, 'Snack Place'), ('Basavanagudi', 12.9417261, 77.5755021, 'Red Berrys', 12.947376995413485, 77.57157844120222, 'Ice Cream Shop'), ('Basavanagudi', 12.9417261, 77.5755021, 'Gokul', 12.944348110053669, 77.57107929652862, 'Asian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Soho Bar & Grill', 12.944685555278602, 77.57296676838308, 'Hookah Bar'), ('Basavanagudi', 12.9417261, 77.5755021, 'Butter Sponge', 12.948072980542193, 77.57196920738669, 'Bakery'), ('Basavanagudi', 12.9417261, 77.5755021, 'Chai Point', 12.938621010399673, 77.57854709907132, 'Tea Room'), ('Basavanagudi', 12.9417261, 77.5755021, 'Ibaco', 12.947785578378024, 77.57995010771593, 'Ice Cream Shop'), ('Basavanagudi', 12.9417261, 77.5755021, 'Cane-O-La', 12.944367569603447, 77.56778781411066, 'Juice Bar'), ('Basavanagudi', 12.9417261, 77.5755021, 'Cool Corner', 12.947539566700232, 77.57376594358566, 'Fast Food Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Adyar Anand Bhavan', 12.936672527626115, 77.57800418548804, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Baskin-Robbins', 12.948185374202158, 77.56998788687031, 'Ice Cream Shop'), ('Basavanagudi', 12.9417261, 77.5755021, "Domino's Pizza", 12.945000666334863, 77.56789069038514, 'Pizza Place'), ('Basavanagudi', 12.9417261, 77.5755021, 'Roti Ghar', 12.944929395877233, 77.57186671405238, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'La Marvella', 12.936733762364138, 77.58058719520027, 'Hotel'), ('Basavanagudi', 12.9417261, 77.5755021, 'Netkallappa Circle', 12.937044814121018, 77.57154384206305, 'Plaza'), ('Basavanagudi', 12.9417261, 77.5755021, 'Shiv Sagar', 12.944307532099034, 77.57273124448047, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Cafe Mondo', 12.939682363892148, 77.57759581928839, 'Café'), ('Basavanagudi', 12.9417261, 77.5755021, 'Vaibhav Restaurant', 12.93682616763877, 77.5754390966951, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Subway', 12.94461894971747, 77.56784981282803, 'Sandwich Place'), ('Basavanagudi', 12.9417261, 77.5755021, 'Cafe Coffee Day', 12.94781179903133, 77.57980353973873, 'Café'), ('Basavanagudi', 12.9417261, 77.5755021, 'Mysore Mylari Hotel', 12.943658887919407, 77.5714123142746, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Kamat Bugle Rock', 12.939907196342359, 77.5667547457004, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Baisakhi', 12.946152164857445, 77.57022533506577, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Srinivasa Cool Corner', 12.938406171592048, 77.57014153341257, 'Fast Food Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Cafe Coffee Day', 12.946983044643895, 77.56910355748363, 'Coffee Shop'), ('Basavanagudi', 12.9417261, 77.5755021, 'Udupi Sri Krishna Bhavan', 12.946095034787962, 77.57052631690827, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Presto', 12.937155771342617, 77.57527707138578, 'Indian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Bugle Rock Park', 12.942422748072405, 77.56970803654549, 'Park'), ('Basavanagudi', 12.9417261, 77.5755021, "Ragoo's", 12.93375645334808, 77.57379604285563, 'Italian Restaurant'), ('Basavanagudi', 12.9417261, 77.5755021, 'Desi', 12.937188296175137, 77.5797206507001, 'Miscellaneous Shop'), ('Basavanagudi', 12.9417261, 77.5755021, 'Yediyur Lake', 12.933692704981652, 77.57663011550903, 'Lake'), ('Basavanagudi', 12.9417261, 77.5755021, 'Lalbagh Lake', 12.947858107796213, 77.58130445427742, 'Lake'), ('Basavanagudi', 12.9417261, 77.5755021, 'National College Grounds', 12.949997247214048, 77.57275277090439, 'Playground')], [('Hanumantha Nagar', 12.940641, 77.5635429, 'Szechuan Dragon', 12.94009328211034, 77.56440880013726, 'Szechuan Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, "Shiva's Chats", 12.94162322051774, 77.56061042550876, 'Snack Place'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'South Kitchen', 12.937889968186969, 77.56871372271516, 'Breakfast Spot'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Dwaraka Hotel', 12.93782284520445, 77.56774160202704, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'UD - Upahara Darshini', 12.939425484210648, 77.57138548760742, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'By 2 Coffee', 12.942161177597033, 77.57058753917934, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Vidyarthi Bhavan', 12.945081590068911, 77.57141473329507, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Krishna Rao Park', 12.93581935977021, 77.56729682526243, 'Park'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Sri Guru Kottureshwara Davangere Benne Dose Hotel', 12.938810170494127, 77.5708674119335, 'Fast Food Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Harshi super sandwich', 12.938899871400027, 77.57061404688208, 'Sandwich Place'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Puliyogere Point', 12.940677264715706, 77.57040942849967, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Cane-O-La', 12.944367569603447, 77.56778781411066, 'Juice Bar'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Gandhi Bazaar', 12.945310993584059, 77.57133115880193, 'Farmers Market'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'K H Kala Soudha', 12.944178547577048, 77.56308480852299, 'Art Gallery'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Punjabi Dhaba', 12.940163807939063, 77.56441274059542, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, "Domino's Pizza", 12.945000666334863, 77.56789069038514, 'Pizza Place'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Kamat Bugle Rock', 12.939907196342359, 77.5667547457004, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Gokul', 12.944348110053669, 77.57107929652862, 'Asian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Subway', 12.94461894971747, 77.56784981282803, 'Sandwich Place'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Mangala Hotel', 12.944308250059997, 77.56001569358078, 'Breakfast Spot'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Netkallappa Circle', 12.937044814121018, 77.57154384206305, 'Plaza'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Cafe Coffee Day', 12.946983044643895, 77.56910355748363, 'Coffee Shop'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Srinivasa Cool Corner', 12.938406171592048, 77.57014153341257, 'Fast Food Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, "McDonald's", 12.947580352181127, 77.56786607108185, 'Fast Food Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Baisakhi', 12.946152164857445, 77.57022533506577, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Chaatimes', 12.943580836412139, 77.564306789821, 'Fast Food Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'The Kaggis Bake Shop & Cafe', 12.942870080194451, 77.56102835854486, 'Bakery'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'K. H. Kalasouda', 12.944027226989919, 77.56105472331126, 'Theater'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Brahmins Coffee Bar', 12.943772312707365, 77.56011434933932, 'South Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Mysore Mylari Hotel', 12.943658887919407, 77.5714123142746, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Matrusagar', 12.944251697201407, 77.56000666428861, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Udupi Sri Krishna Bhavan', 12.946095034787962, 77.57052631690827, 'Indian Restaurant'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Bugle Rock Park', 12.942422748072405, 77.56970803654549, 'Park'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Pure and Natural', 12.935656612501178, 77.5683703424394, 'Salad Place'), ('Hanumantha Nagar', 12.940641, 77.5635429, 'Snap Fitness', 12.947574999310774, 77.56788179627439, 'Gym')], [('Sri Nagar', 12.9759033, 77.6022279, 'Hard Rock Cafe Bengaluru', 12.9763894, 77.6014683, 'American Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'M.G Road Boulevard', 12.9757705183477, 77.60397895324303, 'Plaza'), ('Sri Nagar', 12.9759033, 77.6022279, 'Church Street Social', 12.975559069066918, 77.60257885565107, 'Pub'), ('Sri Nagar', 12.9759033, 77.6022279, 'The 13th Floor', 12.975363633712803, 77.60499494028885, 'Lounge'), ('Sri Nagar', 12.9759033, 77.6022279, 'The Entertainment Store', 12.975412545526549, 77.60304487409013, 'Toy / Game Store'), ('Sri Nagar', 12.9759033, 77.6022279, 'Blossom Book House', 12.975041955414428, 77.60481252972643, 'Bookstore'), ('Sri Nagar', 12.9759033, 77.6022279, 'Brik Oven', 12.974756704916391, 77.60544131076117, 'Pizza Place'), ('Sri Nagar', 12.9759033, 77.6022279, 'M. Chinnaswamy Stadium', 12.978144481391702, 77.599222834094, 'Cricket Ground'), ('Sri Nagar', 12.9759033, 77.6022279, 'Corner House', 12.972979021383468, 77.59997124258985, 'Ice Cream Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'The Only Place', 12.973304749768188, 77.60351382365401, 'Steakhouse'), ('Sri Nagar', 12.9759033, 77.6022279, 'Truffles - Ice & Spice', 12.971801622357315, 77.60103059863826, 'Burger Joint'), ('Sri Nagar', 12.9759033, 77.6022279, 'Airlines Hotel', 12.972947919226808, 77.59983134872871, 'Breakfast Spot'), ('Sri Nagar', 12.9759033, 77.6022279, 'Coast 2 Coast', 12.975304562473212, 77.6056246129467, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Big Straw', 12.972729368910825, 77.60120119003396, 'Bubble Tea Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'Natural Ice Cream', 12.971377630166776, 77.60098865044374, 'Ice Cream Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'Shiro, UB City', 12.97674783766511, 77.5990661585226, 'Lounge'), ('Sri Nagar', 12.9759033, 77.6022279, 'Smoke House Deli', 12.971656175823421, 77.59825417986832, 'Deli / Bodega'), ('Sri Nagar', 12.9759033, 77.6022279, 'Hysteria', 12.97484337251026, 77.60542605852555, 'Music Store'), ('Sri Nagar', 12.9759033, 77.6022279, 'On The Edge', 12.975423660018444, 77.60504538523642, 'Lounge'), ('Sri Nagar', 12.9759033, 77.6022279, 'Peppa Zzing', 12.979700117783468, 77.60590748359836, 'Burger Joint'), ('Sri Nagar', 12.9759033, 77.6022279, 'Starbucks', 12.974435613139992, 77.60730764890275, 'Coffee Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'MTR 1924', 12.9721959784241, 77.60099037631942, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, "Sunny's", 12.972023446176495, 77.59845399703514, 'Italian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Samarkand', 12.980616230542605, 77.60466776400496, 'Afghan Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, "Smally's RestoCafe", 12.974411986951955, 77.60723447212474, 'Café'), ('Sri Nagar', 12.9759033, 77.6022279, 'MTR Restaurant', 12.972158540297588, 77.60103860908832, 'South Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Oh Calcutta', 12.97140529286284, 77.6009353892218, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Rice Bowl', 12.974596409912373, 77.59947005546034, 'Chinese Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Cubbon Park', 12.977042175203783, 77.59527683258057, 'Park'), ('Sri Nagar', 12.9759033, 77.6022279, 'Matteo', 12.974496161362197, 77.60711549239568, 'Café'), ('Sri Nagar', 12.9759033, 77.6022279, 'UB City', 12.971708980695311, 77.59590528412356, 'Shopping Mall'), ('Sri Nagar', 12.9759033, 77.6022279, 'Shiro', 12.971899559077535, 77.59623643170688, 'Japanese Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Good Earth - Bunglow Store', 12.971606323283227, 77.59783835355319, 'Furniture / Home Store'), ('Sri Nagar', 12.9759033, 77.6022279, 'The Egg Factory', 12.972216885631681, 77.60097774961763, 'Breakfast Spot'), ('Sri Nagar', 12.9759033, 77.6022279, 'The Biere Club', 12.971061104390301, 77.59765717697385, 'Brewery'), ('Sri Nagar', 12.9759033, 77.6022279, 'Toscano', 12.97198038085137, 77.59606565238312, 'Italian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'JW Marriott Hotel Bengaluru', 12.972361772490226, 77.59505132638924, 'Hotel'), ('Sri Nagar', 12.9759033, 77.6022279, 'Café Noir', 12.971994746343674, 77.59600119604778, 'French Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Skyye', 12.971645639193747, 77.5962418409012, 'Lounge'), ('Sri Nagar', 12.9759033, 77.6022279, 'The Ritz-Carlton', 12.967478847122125, 77.60175515707783, 'Hotel'), ('Sri Nagar', 12.9759033, 77.6022279, 'Bliss Luxe Chocolate Lounge', 12.971525048534971, 77.5962009156297, 'Cupcake Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'Harima', 12.967754615278329, 77.60007264264614, 'Sushi Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Nagarjuna', 12.973144974771415, 77.60926282792666, 'Andhra Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Unicorn Bar and Restaurant', 12.97978994263921, 77.60571008213338, 'Bar'), ('Sri Nagar', 12.9759033, 77.6022279, 'Art of Delight', 12.9731979331182, 77.60925423250211, 'Ice Cream Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'Communiti', 12.972617926460163, 77.60822458087569, 'Brewery'), ('Sri Nagar', 12.9759033, 77.6022279, 'Margarita Lounge Bar', 12.970741094860404, 77.59755312661356, 'Cocktail Bar'), ('Sri Nagar', 12.9759033, 77.6022279, 'Spice Terrace', 12.972254412315774, 77.59520025975598, 'Lounge'), ('Sri Nagar', 12.9759033, 77.6022279, 'Fitness First', 12.971153055867344, 77.60700961067565, 'Gym'), ('Sri Nagar', 12.9759033, 77.6022279, 'Konark', 12.969011723581469, 77.60215558367422, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Diesel Store', 12.97176214892316, 77.595946990362, 'Clothing Store'), ('Sri Nagar', 12.9759033, 77.6022279, 'Brigade Road', 12.97386709238053, 77.60695400750225, 'Road'), ('Sri Nagar', 12.9759033, 77.6022279, 'Hotel Ballal Residency', 12.971476261187934, 77.60813638954173, 'Hotel'), ('Sri Nagar', 12.9759033, 77.6022279, 'Sanchez', 12.97201760365161, 77.59602465951777, 'Mexican Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Karavalli', 12.971936640516144, 77.60886915365143, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Bengaluru Baking Co.', 12.97176075574658, 77.59512829674657, 'Bakery'), ('Sri Nagar', 12.9759033, 77.6022279, 'J W Kitchen', 12.972410384127292, 77.59459191743764, 'Asian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Venkatappa Art Gallery', 12.97457482475825, 77.59579181671143, 'Art Gallery'), ('Sri Nagar', 12.9759033, 77.6022279, 'Khan Saheb', 12.97158679203988, 77.6068562640885, 'Fast Food Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Kenko Reflexology & Fish Spa', 12.97094992436029, 77.59893746056908, 'Spa'), ('Sri Nagar', 12.9759033, 77.6022279, 'Corner House', 12.97365009469787, 77.60936184815533, 'Dessert Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'Bangalore Brew Works', 12.968364852145388, 77.60166199226902, 'Brewery'), ('Sri Nagar', 12.9759033, 77.6022279, 'Chai Point', 12.967752839226035, 77.60013477089373, 'Café'), ('Sri Nagar', 12.9759033, 77.6022279, 'Samsung Opera House', 12.97230972989983, 77.60744386851238, 'Electronics Store'), ('Sri Nagar', 12.9759033, 77.6022279, 'Equilibrium Climbing Station', 12.96758299429699, 77.60008603334427, 'Athletics & Sports'), ('Sri Nagar', 12.9759033, 77.6022279, 'Guzzlers Inn', 12.973722472653884, 77.60697151460171, 'Pub'), ('Sri Nagar', 12.9759033, 77.6022279, 'Sky Bar', 12.969237506665461, 77.60036096366744, 'Bar'), ('Sri Nagar', 12.9759033, 77.6022279, 'Chung Wah', 12.974099097898877, 77.60938644245661, 'Chinese Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Bang', 12.967505348132486, 77.60175724365959, 'Lounge'), ('Sri Nagar', 12.9759033, 77.6022279, 'Harley Davidson', 12.970504569733336, 77.59758403466574, 'Motorcycle Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'Eden Park Restaurant', 12.983455524060558, 77.59870692295682, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Krispy Kreme', 12.982630085691335, 77.60702667362864, 'Donut Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'Commercial Street', 12.982042065566514, 77.60732742687324, 'Market'), ('Sri Nagar', 12.9759033, 77.6022279, 'JW Marriott Executive Lounge', 12.972119689569265, 77.5948038156033, 'Lounge'), ('Sri Nagar', 12.9759033, 77.6022279, 'Green Theory', 12.96831482138685, 77.6028114844309, 'Vegetarian / Vegan Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Louis Vuitton', 12.971504833704968, 77.59607705364621, 'Boutique'), ('Sri Nagar', 12.9759033, 77.6022279, 'Soda Bottle Openerwala', 12.970747078789008, 77.59760732403524, 'Parsi Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Green Onion Chinese Restaurant', 12.973165470207077, 77.60915869834479, 'Chinese Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Meghanas Biriyani', 12.973045076353861, 77.60916345413696, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Splash', 12.974874671238128, 77.60831337496394, 'Clothing Store'), ('Sri Nagar', 12.9759033, 77.6022279, 'Coffee Day Square', 12.97167103862426, 77.59413157765854, 'Coffee Shop'), ('Sri Nagar', 12.9759033, 77.6022279, 'Cauvery Emporium', 12.974950828568849, 77.60803275525083, 'Arts & Crafts Store'), ('Sri Nagar', 12.9759033, 77.6022279, 'Shiv Sagar', 12.981878892708366, 77.60832185643622, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Ullas Refreshments', 12.97460512059971, 77.60931429681425, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Empire Restaurant', 12.979717110452233, 77.60265468004356, 'Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'C. Krishniah Chetty & Sons - The Diamond Experience', 12.980602958547944, 77.6074779234965, 'Jewelry Store'), ('Sri Nagar', 12.9759033, 77.6022279, 'Fava', 12.972285753909956, 77.59596593828104, 'Mediterranean Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Alba', 12.97254127003947, 77.59459436597112, 'Italian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Good Earth', 12.97191866546351, 77.59602623632595, 'Arts & Crafts Store'), ('Sri Nagar', 12.9759033, 77.6022279, "Sancho's", 12.97198108680943, 77.59599671844332, 'Mexican Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'MTR  1924 commercial street', 12.98206161031047, 77.60731388030852, 'South Indian Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'BBC by JW Marriott', 12.97184679431227, 77.59508813894038, 'Café'), ('Sri Nagar', 12.9759033, 77.6022279, 'Sapna Book House', 12.97308963263944, 77.6083070471474, 'Bookstore'), ('Sri Nagar', 12.9759033, 77.6022279, 'Rasovara', 12.971994968390815, 77.59607864029057, 'Rajasthani Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Farzi Cafe', 12.972135871318413, 77.59580288658609, 'Bistro'), ('Sri Nagar', 12.9759033, 77.6022279, 'KFC', 12.982456870667862, 77.60754653264502, 'Fast Food Restaurant'), ('Sri Nagar', 12.9759033, 77.6022279, 'Bang Rooftop Bar', 12.967479607539346, 77.60174257146157, 'Bar'), ('Sri Nagar', 12.9759033, 77.6022279, 'Ramada Bangalore', 12.984246462727246, 77.60044692108382, 'Hotel'), ('Sri Nagar', 12.9759033, 77.6022279, 'fabindia', 12.982026491165609, 77.60883376982564, 'Clothing Store'), ('Sri Nagar', 12.9759033, 77.6022279, 'Cafe Coffee Day Crossword', 12.972734750862465, 77.60793685913086, 'Coffee Shop')], [('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, 'Slv supreme fastfood', 12.934932251251041, 77.54731217337678, 'Breakfast Spot'), ('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, "Domino's Pizza", 12.931, 77.543, 'Pizza Place'), ('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, 'Barista', 12.943336934688098, 77.55250151104914, 'Coffee Shop'), ('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, 'Cafe Coffee Day', 12.943156242129977, 77.55242314093947, 'Café'), ('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, 'New Sagar Fast Food', 12.939021068792043, 77.55154967039009, 'Vegetarian / Vegan Restaurant'), ('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, 'Seetha Circle', 12.936795034620003, 77.54650204268523, 'Bus Station'), ('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, 'Sri Ganesh Fruit Juice Centre', 12.938351006732296, 77.55385058802283, 'Juice Bar'), ('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, 'sri vasavi chats', 12.941898345947266, 77.54963684082031, 'Indian Restaurant'), ('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, 'Adyar Ananda Bhavan', 12.929355886378815, 77.55216165222299, 'Fast Food Restaurant'), ('Gali Anjaneya Swamy Temple Ward', 12.9367, 77.5497, 'Cuppa', 12.93048100979954, 77.54362295305391, 'Coffee Shop')], [('Deepanjali Nagar', 12.9526939, 77.535647, 'Deepanjali Nagar', 12.95161427632939, 77.53726870395408, 'Travel & Transport'), ('Deepanjali Nagar', 12.9526939, 77.535647, 'Big Bazaar', 12.953858621227537, 77.5432310713207, 'Department Store'), ('Deepanjali Nagar', 12.9526939, 77.535647, 'KSRTC Satellite Bus Stand', 12.95367195833007, 77.54325906291791, 'Bus Station'), ('Deepanjali Nagar', 12.9526939, 77.535647, 'Kadamba Veg', 12.952745622888212, 77.54344940559598, 'Indian Restaurant'), ('Deepanjali Nagar', 12.9526939, 77.535647, 'Imperial Restaurant', 12.953831, 77.543369, 'Indian Restaurant'), ('Deepanjali Nagar', 12.9526939, 77.535647, 'Mysore Road Metro Station', 12.946737524752354, 77.5304034763503, 'Metro Station'), ('Deepanjali Nagar', 12.9526939, 77.535647, 'Goli Vadapav', 12.958925977573287, 77.52980270728024, 'Sandwich Place'), ('Deepanjali Nagar', 12.9526939, 77.535647, 'Adyar Anand Bhavan', 12.954188193276499, 77.54378927773395, 'Indian Restaurant')], [('Kengeri', 12.9199402, 77.4833485, 'Cafe Coffee Day', 12.915288335289906, 77.48176574707031, 'Café'), ('Kengeri', 12.9199402, 77.4833485, 'Kengeri Railway Station', 12.917703263428418, 77.48394622604503, 'Train Station'), ('Kengeri', 12.9199402, 77.4833485, 'Sathkar Juice And Ice Creams', 12.921960076049288, 77.48485565185547, 'Ice Cream Shop'), ('Kengeri', 12.9199402, 77.4833485, 'Kengeri Upanagar', 12.921071505934814, 77.47803677363397, 'Bus Station'), ('Kengeri', 12.9199402, 77.4833485, 'Food  World', 12.924866749472551, 77.48695404812914, 'Grocery Store'), ('Kengeri', 12.9199402, 77.4833485, "Shopper's Choice", 12.924866749472551, 77.48695404812914, 'Department Store'), ('Kengeri', 12.9199402, 77.4833485, 'Hotel kadamba veg', 12.913646632560322, 77.48652276378618, 'Indian Restaurant'), ('Kengeri', 12.9199402, 77.4833485, 'Kengeri BMTC Bus Station', 12.913313875581633, 77.48577221313006, 'Bus Station')], [('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Chung Wah', 12.928485242559685, 77.51782536506653, 'Indian Chinese Restaurant'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Polar Bear', 12.925558689778532, 77.51805260634887, 'Ice Cream Shop'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Subway', 12.931221657621851, 77.51531442110993, 'Sandwich Place'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Pizza Hut', 12.928891, 77.51845, 'Pizza Place'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Pizza Hut', 12.925379991808336, 77.51729109585851, 'Pizza Place'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, "Domino's Pizza", 12.928831573301917, 77.51843500768965, 'Pizza Place'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Cafe Coffee Day', 12.920845861020364, 77.520570258593, 'Café'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, "Captain's Food Court", 12.927899657659573, 77.51777172088623, 'Food Court'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'THE CLUB', 12.928789, 77.518406, 'Nightclub'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, "McDonald's", 12.928847695027919, 77.51844359221995, 'Fast Food Restaurant'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Raja Rajeshwari Arch', 12.928796132897766, 77.51838989872887, 'Arcade'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Gopalan Cinemas', 12.928849524034502, 77.51845184533943, 'Multiplex'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Cafe Coffee Day', 12.92883726592916, 77.51845500605293, 'Coffee Shop'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'CAFE COFFEE DAY', 12.93604702207655, 77.51782305629563, 'Coffee Shop'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, "Cheffu 'n' Stuffu", 12.92625, 77.51475, 'Diner'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Snap Fitness', 12.930120959011765, 77.51512690299687, 'Gym'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Queen Star Football Club', 12.930385027708398, 77.5155496080043, 'Soccer Field'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Best Club', 12.928831, 77.518336, 'Beer Garden'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Uttarahalli Lake', 12.924260634987855, 77.51485347747803, 'Lake'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Mookambika Bakery', 12.928965628115249, 77.51847820415816, 'Dessert Shop'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'KFC Restaurant', 12.93598303272241, 77.5177576270583, 'Fried Chicken Joint'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'Trident Auto Honda', 12.935974312931263, 77.51616557138011, 'Auto Garage'), ('Rajarajeshwari Nagar', 12.9274413, 77.5155224, 'brand factory', 12.935866740666137, 77.51783425543603, 'Clothing Store')], [('Hosakerehalli', 12.9301881, 77.5378332, "Domino's Pizza", 12.931, 77.543, 'Pizza Place'), ('Hosakerehalli', 12.9301881, 77.5378332, "Domino's Pizza", 12.925, 77.542, 'Pizza Place'), ('Hosakerehalli', 12.9301881, 77.5378332, "McDonald's", 12.937063155000782, 77.53407185049639, 'Fast Food Restaurant'), ('Hosakerehalli', 12.9301881, 77.5378332, 'Hoskerehalli Halli Park', 12.932690411880737, 77.54070060244159, 'Park'), ('Hosakerehalli', 12.9301881, 77.5378332, 'NICE Road Toll', 12.928741134171016, 77.53182672105777, 'Toll Booth'), ('Hosakerehalli', 12.9301881, 77.5378332, 'Roti Land Dhaba', 12.932669448718961, 77.54563795024607, 'Indian Restaurant'), ('Hosakerehalli', 12.9301881, 77.5378332, 'Ibaco', 12.93039487159203, 77.54697628574199, 'Ice Cream Shop')], [('Giri Nagar', 28.0485998, 81.6256781, 'mubarak biryani', 28.055216, 81.62748, 'Halal Restaurant')], [('Katriguppe', 12.9280952, 77.5488835, 'Anna Kuteera', 12.926093730901176, 77.55036657260705, 'Indian Restaurant'), ('Katriguppe', 12.9280952, 77.5488835, 'Slv supreme fastfood', 12.934932251251041, 77.54731217337678, 'Breakfast Spot'), ('Katriguppe', 12.9280952, 77.5488835, 'My Tea House', 12.92308552482382, 77.55603208723464, 'Tea Room'), ('Katriguppe', 12.9280952, 77.5488835, 'Kavali', 12.928059087942644, 77.55600974949745, 'Breakfast Spot'), ('Katriguppe', 12.9280952, 77.5488835, "Domino's Pizza", 12.931, 77.543, 'Pizza Place'), ('Katriguppe', 12.9280952, 77.5488835, 'Pizza Hut', 12.924959064094104, 77.5507554121229, 'Pizza Place'), ('Katriguppe', 12.9280952, 77.5488835, 'Reliance Trends', 12.926890897848056, 77.55106844906148, 'Clothing Store'), ('Katriguppe', 12.9280952, 77.5488835, 'cafe coffee day', 12.92489627789363, 77.54587344768795, 'Café'), ('Katriguppe', 12.9280952, 77.5488835, "Domino's Pizza", 12.925, 77.542, 'Pizza Place'), ('Katriguppe', 12.9280952, 77.5488835, 'Croma', 12.924129203384094, 77.55299827510812, 'Electronics Store'), ('Katriguppe', 12.9280952, 77.5488835, 'Cafe coffee day', 12.92601985435143, 77.55030576213845, 'Café'), ('Katriguppe', 12.9280952, 77.5488835, 'Kamakya theatre', 12.923319721194279, 77.5533826526988, 'Movie Theater'), ('Katriguppe', 12.9280952, 77.5488835, 'Big Bazaar', 12.926529481743703, 77.55080212278027, 'Miscellaneous Shop'), ('Katriguppe', 12.9280952, 77.5488835, 'Adyar Ananda Bhavan', 12.929355886378815, 77.55216165222299, 'Fast Food Restaurant'), ('Katriguppe', 12.9280952, 77.5488835, 'Nandhini Deluxe', 12.925741666103754, 77.54942283760184, 'Indian Restaurant'), ('Katriguppe', 12.9280952, 77.5488835, 'Ibaco', 12.93039487159203, 77.54697628574199, 'Ice Cream Shop'), ('Katriguppe', 12.9280952, 77.5488835, 'Homemart', 12.930618814331032, 77.54715962451712, 'Department Store'), ('Katriguppe', 12.9280952, 77.5488835, '1947', 12.922877726081163, 77.55638895550058, 'Indian Restaurant'), ('Katriguppe', 12.9280952, 77.5488835, 'Cake of the Day', 12.92288594375253, 77.55619044282425, 'Bakery'), ('Katriguppe', 12.9280952, 77.5488835, 'Max', 12.924993114318113, 77.5506335032852, 'Accessories Store'), ('Katriguppe', 12.9280952, 77.5488835, 'Corner Adda', 12.932192230333511, 77.55107447757649, 'Smoke Shop'), ('Katriguppe', 12.9280952, 77.5488835, 'Roti Land Dhaba', 12.932669448718961, 77.54563795024607, 'Indian Restaurant'), ('Katriguppe', 12.9280952, 77.5488835, 'Hotel Prashanth', 12.923641020190196, 77.55327961134444, 'Restaurant'), ('Katriguppe', 12.9280952, 77.5488835, 'Sapphire Toys', 12.921399340110632, 77.55334118739896, 'Toy / Game Store'), ('Katriguppe', 12.9280952, 77.5488835, 'South Kitchen', 12.921312709705155, 77.55329640481716, 'South Indian Restaurant')], [('Vidyapeetha', 12.3021842, 76.6827572, 'Sand Sculpture Museum', 12.295042327520964, 76.68197529044505, 'Art Museum'), ('Vidyapeetha', 12.3021842, 76.6827572, 'more', 12.302833557128906, 76.68141174316406, 'Convenience Store'), ('Vidyapeetha', 12.3021842, 76.6827572, 'Melody World Wax Museum', 12.302927166155353, 76.6814226935964, 'Art Museum'), ('Vidyapeetha', 12.3021842, 76.6827572, 'Ashtanga Yoga Mysore', 12.301842261219292, 76.68195273551888, 'Athletics & Sports'), ('Vidyapeetha', 12.3021842, 76.6827572, "Hotel Ramani's", 12.306940775406941, 76.68479462455201, 'Indian Restaurant'), ('Vidyapeetha', 12.3021842, 76.6827572, '18+ Ice Cafe', 12.307585513338799, 76.68256735581915, 'Café'), ('Vidyapeetha', 12.3021842, 76.6827572, 'Little Woods', 12.297114957549741, 76.68052910339986, 'Fast Food Restaurant'), ('Vidyapeetha', 12.3021842, 76.6827572, 'Mysore Sports Club', 12.299256141802339, 76.67527686457507, 'Sports Club'), ('Vidyapeetha', 12.3021842, 76.6827572, 'Lalitha Mahal Helipad', 12.298748203232226, 76.69060789307483, 'Heliport')], [('Ganeshmandira Ward', 12.9279, 77.5692, 'Stoned Monkey', 12.923578781425212, 77.56968858452328, 'Ice Cream Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, "Vinny's", 12.92443909349938, 77.56484835514232, 'Pizza Place'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Corner House', 12.922646994597416, 77.57356049304346, 'Ice Cream Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'SLV Coffee bar', 12.924121068866075, 77.56651085293741, 'Fast Food Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Poonam Sweet Centre', 12.924889627385436, 77.56492634911892, 'Fast Food Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Ibaco', 12.925807739871065, 77.56433981372709, 'Ice Cream Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Ranganna Military Hotel', 12.929589554979838, 77.5736500023408, 'Indian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Casablanca', 12.92626050831024, 77.56434254457193, 'Burger Joint'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Anand Sweets And Savouries', 12.926310395077955, 77.5645978480224, 'Snack Place'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Hara', 12.924390740165533, 77.56513666587851, 'Indian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Natural Ice Cream', 12.923862865279158, 77.57651335842165, 'Ice Cream Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Fluid Studio Café', 12.920480387168718, 77.56933987140656, 'Café'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Little Italy', 12.927385559283024, 77.57710955924806, 'Italian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Smacznego', 12.92402228255212, 77.56421469013702, 'Fast Food Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Polar Bear', 12.92757510101327, 77.57808260788559, 'Ice Cream Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Roving Feast', 12.924467942925864, 77.5650192771883, 'Indian Chinese Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'SLV Swadista', 12.926623080501914, 77.56463402290825, 'Indian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Krishna Rao Park', 12.93581935977021, 77.56729682526243, 'Park'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Eurasia', 12.927330954461297, 77.57713492102685, 'Italian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'The Krishna Grand', 12.921366752370881, 77.57122480945641, 'Indian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'J Cubez', 12.925806523905111, 77.56402306251381, 'Pub'), ('Ganeshmandira Ward', 12.9279, 77.5692, "Domino's Pizza", 12.924333719545517, 77.5654659183963, 'Pizza Place'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Jalpaan', 12.925178731378228, 77.57691211340907, 'Indian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Pizza Hut', 12.924515007459718, 77.56449671551313, 'Pizza Place'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Namma MTR', 12.92848962621496, 77.57359602448304, 'Ice Cream Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, "McDonald's", 12.924456204852282, 77.56496838639369, 'Fast Food Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Cafe Coffee Day', 12.927348757583038, 77.57807906803023, 'Coffee Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Cafe Coffee Day', 12.925870490866172, 77.56414217222608, 'Café'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'The Platter', 12.927046301156498, 77.56153917171547, 'Asian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Banashankari BDA Shopping Complex', 12.925118110624176, 77.56461381912231, 'Shopping Mall'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'GELATO ITALIANO', 12.926797537315391, 77.56499525320547, 'Dessert Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Chocolateria San Churro', 12.927783411142952, 77.56207842869215, 'Dessert Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Itsy Bitsy', 12.92674529372276, 77.56469966489016, 'Arts & Crafts Store'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Gustoes', 12.927094644003276, 77.56146154456184, 'Arcade'), ('Ganeshmandira Ward', 12.9279, 77.5692, "Ragoo's", 12.93375645334808, 77.57379604285563, 'Italian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, "Shastry's Bakery", 12.9240426, 77.57346, 'Bakery'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Patanjali Chikitsalaya', 12.931013589455416, 77.5741687683611, 'Pharmacy'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Upahar Sagara', 12.92376170330829, 77.57355844974326, 'Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Rajathadri Food Fort', 12.927925313352993, 77.57810379326521, 'Indian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Figurine fitness', 12.923267329846261, 77.57479001066615, 'Gym'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'jayanagar 7th block Park', 12.926334375114955, 77.5765473803395, 'Park'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Gayatri Refreshment', 12.929589134795322, 77.5765529770146, 'Food'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Channammakere Grounds', 12.933441328322836, 77.56420044144554, 'Basketball Court'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'heritage fresh', 12.92729108418725, 77.56140176411597, 'Department Store'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Eat Street - Jalpaan', 12.925295251687801, 77.57697226045642, 'Indian Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'nandi chats', 12.926121054329563, 77.56106032075202, 'Snack Place'), ('Ganeshmandira Ward', 12.9279, 77.5692, "Iyer's Home Needs", 12.935998943624224, 77.56739644641523, 'Convenience Store'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Vodafone', 12.925684504343932, 77.56099315144459, 'Mobile Phone Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Penthouse Cafe', 12.925759, 77.56084, 'Café'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Channel9', 12.9272826212083, 77.577882046234, 'Mobile Phone Shop'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Renee', 12.92783175094735, 77.57813122834787, 'Restaurant'), ('Ganeshmandira Ward', 12.9279, 77.5692, 'Srinivasa Chats', 12.936590986911542, 77.57114086291384, 'Fast Food Restaurant')], [], [('Yadiyuru', 12.9767055, 76.8614233, 'Karnataka Hindu Military Hotel', 12.983648300170898, 76.86563110351562, 'Indian Restaurant')], [('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Krazzy Folds', 12.927194755270996, 77.58610037137068, 'Mexican Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, "Brahmin's Tiffin And Coffee", 12.923314234168767, 77.58575748058755, 'South Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Taaza Thindi', 12.922836198293112, 77.59341467506862, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cool Joint', 12.928587078677822, 77.58600576221922, 'Sandwich Place'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Corner House', 12.922900037024721, 77.58494023490222, 'Ice Cream Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cakewala', 12.922560340012105, 77.59322983854665, 'Cupcake Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, '1947', 12.92764238042907, 77.5862157482534, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Hatti Kaapi', 12.928539378635731, 77.58175146901735, 'Coffee Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Bhavani Chats N Juice', 12.918915805931098, 77.59210033222372, 'Fast Food Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Corner House', 12.917455111168643, 77.59328023350446, 'Ice Cream Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Sichaun Court', 12.92725563730102, 77.58623108149611, 'Chinese Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Go Native', 12.918259, 77.584752, 'South Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Kedias fun food', 12.928878775709073, 77.58167421142119, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Sreeraj Lassi Bar', 12.931345507094006, 77.58350508292891, 'Juice Bar'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, "Maiya's", 12.928602969980986, 77.58182126835202, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Baskin-Robbins', 12.925603506503991, 77.58599252767569, 'Ice Cream Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Sapna Book House', 12.93072912003569, 77.58155446883902, 'Bookstore'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Once Upon a Rooftop', 12.92543119416865, 77.58366098334108, 'Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cane O La', 12.928859733095232, 77.58600936332793, 'Juice Bar'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Caffe Pascucci', 12.92724075344209, 77.58623727743417, 'Café'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Alchemy Coffee Roasters', 12.92338840768254, 77.58084636988441, 'Coffee Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cakewala @ Jayanagar 4th Block', 12.928969852923863, 77.58602759341773, 'Bakery'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Starbucks', 12.924623871845903, 77.5838051373744, 'Coffee Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cake Wala', 12.92320592777705, 77.59323163719584, 'Bakery'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Tangra', 12.923370898814596, 77.58534946579694, 'Chinese Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Tanishq Jayanagar', 12.932665167594607, 77.58611808894229, 'Jewelry Store'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Golds Gym', 12.932006072983302, 77.58315334669344, 'Gym'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'The Sofraah', 12.923417198731041, 77.58526238478949, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Subz,Cosmopolitan Club', 12.93291219046311, 77.58489731159852, 'Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Sri Venkateshwara Sweet-Meat Stall', 12.924863492557895, 77.5837522039717, 'Fast Food Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Zhangs Chinese Restaurant', 12.916822596486941, 77.59007393527229, 'Chinese Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Lakshmi medicals', 12.923465898841771, 77.58832454681396, 'Pharmacy'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, "Domino's Pizza", 12.922006719085365, 77.58593261533458, 'Pizza Place'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Chefmaster', 12.923714830488187, 77.59699024934599, 'Asian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cosmo Club', 12.933188804989294, 77.58557445727713, 'Lounge'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Rooftop Cafe', 12.92900313506335, 77.58601475308517, 'Café'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'GRT Jewellery', 12.926254766614196, 77.58588430135373, 'Jewelry Store'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Pizza Hut', 12.930832216670389, 77.58319165978475, 'Pizza Place'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Three Quarter Chinese', 12.933028587908323, 77.5852148381685, 'Chinese Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Krispy Kreme', 12.926934197854509, 77.58623281364709, 'Donut Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Vindu', 12.920842769116462, 77.58374918550169, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Moghul Durbar', 12.928421201611625, 77.59637536150781, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Ibaco', 12.926241413221982, 77.5871766716795, 'Ice Cream Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Four Fountain Spa', 12.916919030230435, 77.58626838748266, 'Spa'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Ganesh Darshan Restaurant', 12.931056798538824, 77.58389284982813, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Meghana Foods', 12.926236959366587, 77.58458376327353, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cafe Coffee Day Lounge', 12.927606864694344, 77.58652210235596, 'Café'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Flamenco', 12.929357995152454, 77.58161522085767, 'Café'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Burger King', 12.928014573541478, 77.58624040649727, 'Fast Food Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Vasudev Adigas', 12.930710544995497, 77.58635878746956, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Eshanya', 12.923136692178891, 77.5931923682731, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'KFC', 12.926830065951558, 77.58625817584782, 'Fast Food Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Rajvardhan Foods', 12.918165191353491, 77.59256229032786, 'Snack Place'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Padharo Sa', 12.919792959895698, 77.58376126469575, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'La Casa', 12.926091207050057, 77.58485848212288, 'Gastropub'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Subz', 12.932917771567514, 77.58510547851132, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Brewmeister', 12.926405272791483, 77.58467628044113, 'Brewery'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Nagarjuna', 12.932892192361368, 77.5840872366718, 'Andhra Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Parivar Bar & Restaurant', 12.92689268778721, 77.58620430200305, 'Bar'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Hotel Nandhini', 12.930591863331102, 77.58139586927206, 'Hotel'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Jayanagar 4th Block Complex', 12.929481965020363, 77.58443282089485, 'Shopping Plaza'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Barista, Jayanagr', 12.927439554274295, 77.58362531661987, 'Café'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cafe Coffee Day', 12.92205775070009, 77.59349843899435, 'Café'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Grill Square', 12.926264211516623, 77.58427955434296, 'BBQ Joint'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Rasta Cafe', 12.919077502040215, 77.58162345090085, 'Hookah Bar'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Sukh Sagar', 12.928651966709431, 77.58276518430387, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Kalmane Koffee', 12.929708702746252, 77.58497446003176, 'Café'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Hot Chips', 12.928670169881807, 77.58534874248336, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Mainland China', 12.920149278062787, 77.5836774318061, 'Chinese Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Jayanagar 9th Block Market', 12.92079549538328, 77.5935432056735, 'Flea Market'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Max', 12.931563036310646, 77.5860292658942, "Women's Store"), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Shanghai Chowk', 12.92466438246172, 77.58590040600356, 'Chinese Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cafe Coffee Day', 12.926250934755545, 77.58388914370578, 'Café'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Adigas', 12.930707247393416, 77.58639616714648, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, "Jimi's Beer Cafe", 12.92878743902173, 77.59133636395363, 'Pub'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Eden Park - The Lounge', 12.923387357940952, 77.58535334094385, 'Lounge'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Canton Restaurant & Bar', 12.932423420150648, 77.58386669926558, 'Chinese Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Uphara Darshini', 12.93288585884969, 77.58449677838107, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'D Mart', 12.928695134854085, 77.59151845707169, 'Department Store'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, "Domino's Pizza", 12.92315227991318, 77.58578542430844, 'Pizza Place'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Kanti Sweets', 12.931030773686322, 77.58606847879499, 'Candy Store'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cable Car', 12.916951257909272, 77.5854893084485, 'Italian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Pier 39', 12.916972203449035, 77.58543994781168, 'Mexican Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'The High Street', 12.927382518661213, 77.58621348965147, 'Shopping Mall'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Curry Leaves', 12.922911247350612, 77.5969935840166, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Punjabi Raswada', 12.932222760165718, 77.58617226455291, 'Indian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Inox Jayanagar', 12.928678456090095, 77.59123542996909, 'Multiplex'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Amoeba', 12.933150752002978, 77.58518482824731, 'Bowling Alley'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Chungs', 12.932899371884742, 77.58474641964841, 'Chinese Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Croma', 12.916786874963346, 77.59139405030567, 'Electronics Store'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Athityam', 12.920996271490605, 77.58374821552518, 'Asian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Ace Iyengar Home Products', 12.918667075649546, 77.58930148400886, 'Grocery Store'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Sri Annapurnaeswari Bajji Center', 12.920199712446045, 77.59296683332254, 'Fast Food Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Pizza Corner', 12.92017337688996, 77.58372768678107, 'Italian Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Slimsins', 12.923376, 77.581535, 'Restaurant'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Benki Coffee', 12.92337446991319, 77.58143659141297, 'Coffee Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Spiritz & More @ MadhuSri Wines', 12.918720245361328, 77.58361995220184, 'Liquor Store'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Cream Stone Icecream Concepts', 12.917494, 77.585763, 'Ice Cream Shop'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'g.k. vale', 12.930753151516717, 77.58264199549903, 'Camera Store'), ('Pattabhiram Nagar', 12.9250436, 77.58840637492821, 'Pai Comforts Hotel', 12.916841013644904, 77.58995698802131, 'Hotel')], [], [('Jayanagar East', 12.933659, 77.5909242, 'Hari Super Sandwich', 12.932947240497668, 77.5825363305544, 'Sandwich Place'), ('Jayanagar East', 12.933659, 77.5909242, 'Tanishq Jayanagar', 12.932665167594607, 77.58611808894229, 'Jewelry Store'), ('Jayanagar East', 12.933659, 77.5909242, 'Café Toscano', 12.937023965911811, 77.5850801295083, 'Bistro'), ('Jayanagar East', 12.933659, 77.5909242, 'Cool Joint', 12.928587078677822, 77.58600576221922, 'Sandwich Place'), ('Jayanagar East', 12.933659, 77.5909242, 'Fab India', 12.937257866283808, 77.58524543144964, 'Boutique'), ('Jayanagar East', 12.933659, 77.5909242, 'Cosmo Club', 12.933188804989294, 77.58557445727713, 'Lounge'), ('Jayanagar East', 12.933659, 77.5909242, 'Subz,Cosmopolitan Club', 12.93291219046311, 77.58489731159852, 'Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Helios', 12.938120429161511, 77.58515100625296, 'Shop & Service'), ('Jayanagar East', 12.933659, 77.5909242, 'Krazzy Folds', 12.927194755270996, 77.58610037137068, 'Mexican Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Au Bon Pain', 12.933912184564619, 77.58403563120292, 'Café'), ('Jayanagar East', 12.933659, 77.5909242, 'Sreeraj Lassi Bar', 12.931345507094006, 77.58350508292891, 'Juice Bar'), ('Jayanagar East', 12.933659, 77.5909242, 'Three Quarter Chinese', 12.933028587908323, 77.5852148381685, 'Chinese Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Golds Gym', 12.932006072983302, 77.58315334669344, 'Gym'), ('Jayanagar East', 12.933659, 77.5909242, 'Lassi Park', 12.932975110649434, 77.58243058939671, 'Juice Bar'), ('Jayanagar East', 12.933659, 77.5909242, 'Kuch Bhi', 12.932769240811957, 77.58355531997839, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Karnataka Bhel House', 12.939404798055124, 77.58404552437128, 'Snack Place'), ('Jayanagar East', 12.933659, 77.5909242, '1947', 12.92764238042907, 77.5862157482534, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Moghul Durbar', 12.928421201611625, 77.59637536150781, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Cane O La', 12.928859733095232, 77.58600936332793, 'Juice Bar'), ('Jayanagar East', 12.933659, 77.5909242, 'Cakewala @ Jayanagar 4th Block', 12.928969852923863, 77.58602759341773, 'Bakery'), ('Jayanagar East', 12.933659, 77.5909242, 'Pizza Hut', 12.930832216670389, 77.58319165978475, 'Pizza Place'), ('Jayanagar East', 12.933659, 77.5909242, 'Sichaun Court', 12.92725563730102, 77.58623108149611, 'Chinese Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Ganesh Darshan Restaurant', 12.931056798538824, 77.58389284982813, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Rooftop Cafe', 12.92900313506335, 77.58601475308517, 'Café'), ('Jayanagar East', 12.933659, 77.5909242, 'Java City', 12.934986706734506, 77.58273460799764, 'Coffee Shop'), ('Jayanagar East', 12.933659, 77.5909242, 'Subz', 12.932917771567514, 77.58510547851132, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Madhavan Park', 12.935887639381715, 77.58510996935603, 'Park'), ('Jayanagar East', 12.933659, 77.5909242, 'Vasudev Adigas', 12.930710544995497, 77.58635878746956, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Caffe Pascucci', 12.92724075344209, 77.58623727743417, 'Café'), ('Jayanagar East', 12.933659, 77.5909242, 'Nagarjuna', 12.932892192361368, 77.5840872366718, 'Andhra Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Gufha', 12.93330594366965, 77.58334021458388, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Max', 12.931563036310646, 77.5860292658942, "Women's Store"), ('Jayanagar East', 12.933659, 77.5909242, 'GRT Jewellery', 12.926254766614196, 77.58588430135373, 'Jewelry Store'), ('Jayanagar East', 12.933659, 77.5909242, 'Krispy Kreme', 12.926934197854509, 77.58623281364709, 'Donut Shop'), ('Jayanagar East', 12.933659, 77.5909242, 'Uphara Darshini', 12.93288585884969, 77.58449677838107, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Burger King', 12.928014573541478, 77.58624040649727, 'Fast Food Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Jayanagar 4th Block Complex', 12.929481965020363, 77.58443282089485, 'Shopping Plaza'), ('Jayanagar East', 12.933659, 77.5909242, 'Chung Wah OPUS', 12.935001499424883, 77.58277530900763, 'Chinese Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Canton Restaurant & Bar', 12.932423420150648, 77.58386669926558, 'Chinese Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Cafe Coffee Day Lounge', 12.927606864694344, 77.58652210235596, 'Café'), ('Jayanagar East', 12.933659, 77.5909242, 'Kalmane Koffee', 12.929708702746252, 77.58497446003176, 'Café'), ('Jayanagar East', 12.933659, 77.5909242, 'Adigas', 12.930707247393416, 77.58639616714648, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Ibaco', 12.926241413221982, 77.5871766716795, 'Ice Cream Shop'), ('Jayanagar East', 12.933659, 77.5909242, 'Punjabi Raswada', 12.932222760165718, 77.58617226455291, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Pai Viceroy', 12.936097509956449, 77.58393002250345, 'Hotel'), ('Jayanagar East', 12.933659, 77.5909242, "Jimi's Beer Cafe", 12.92878743902173, 77.59133636395363, 'Pub'), ('Jayanagar East', 12.933659, 77.5909242, 'Hot Chips', 12.928670169881807, 77.58534874248336, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Kanti Sweets', 12.931030773686322, 77.58606847879499, 'Candy Store'), ('Jayanagar East', 12.933659, 77.5909242, 'D Mart', 12.928695134854085, 77.59151845707169, 'Department Store'), ('Jayanagar East', 12.933659, 77.5909242, 'KFC', 12.926830065951558, 77.58625817584782, 'Fast Food Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Level 5', 12.934179, 77.582948, 'Lounge'), ('Jayanagar East', 12.933659, 77.5909242, 'Amoeba', 12.933150752002978, 77.58518482824731, 'Bowling Alley'), ('Jayanagar East', 12.933659, 77.5909242, 'byrasandra park', 12.933661233047063, 77.58886499173822, 'Park'), ('Jayanagar East', 12.933659, 77.5909242, 'Parivar Bar & Restaurant', 12.92689268778721, 77.58620430200305, 'Bar'), ('Jayanagar East', 12.933659, 77.5909242, 'Chungs', 12.932899371884742, 77.58474641964841, 'Chinese Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Jayanagar Swimming Pool', 12.933169872296874, 77.58720874786377, 'Gym Pool'), ('Jayanagar East', 12.933659, 77.5909242, 'Ferghana', 12.934286837880078, 77.5830492186804, 'Asian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Inox Jayanagar', 12.928678456090095, 77.59123542996909, 'Multiplex'), ('Jayanagar East', 12.933659, 77.5909242, 'Reliance Fresh', 12.932887382417197, 77.58528949693749, 'Department Store'), ('Jayanagar East', 12.933659, 77.5909242, 'Upahara Darshini', 12.93338400954632, 77.58457832421213, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Pai International', 12.937291387444679, 77.58565280444918, 'Electronics Store'), ('Jayanagar East', 12.933659, 77.5909242, 'The High Street', 12.927382518661213, 77.58621348965147, 'Shopping Mall'), ('Jayanagar East', 12.933659, 77.5909242, 'City Durbar', 12.928441550251351, 77.59643061898618, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, "MqQueen's Restaurant", 12.928229805679242, 77.597477008292, 'Fast Food Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Chung Wah Jayanagar 3rd Block', 12.935064, 77.582826, 'Chinese Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'Black Mug Cafe', 12.932981101953981, 77.58261961000207, 'Café'), ('Jayanagar East', 12.933659, 77.5909242, 'Dakhani Degh', 12.928255191512767, 77.59747624397278, 'Indian Restaurant'), ('Jayanagar East', 12.933659, 77.5909242, 'g.k. vale', 12.930753151516717, 77.58264199549903, 'Camera Store')], [('Gurappanapalya', 12.9198614, 77.6001827, 'Corner House', 12.917455111168643, 77.59328023350446, 'Ice Cream Shop'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Taaza Thindi', 12.922836198293112, 77.59341467506862, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Chefmaster', 12.923714830488187, 77.59699024934599, 'Asian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Cakewala', 12.922560340012105, 77.59322983854665, 'Cupcake Shop'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Bhavani Chats N Juice', 12.918915805931098, 77.59210033222372, 'Fast Food Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Kabab Magic', 12.916248346432486, 77.5968989296639, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Rajdhani', 12.916624502010599, 77.59228808607949, 'Rajasthani Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, "McDonald's", 12.916796163232728, 77.59211672021073, 'Fast Food Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Cake Wala', 12.92320592777705, 77.59323163719584, 'Bakery'), ('Gurappanapalya', 12.9198614, 77.6001827, 'MTR 1924', 12.911735072257436, 77.59911823577959, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'SLV Ragigudda', 12.91529424070946, 77.59509659843424, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Ashirwad Departmental Store', 12.91523657993885, 77.60605703454323, 'Department Store'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Village', 12.916679858776622, 77.59195971347921, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Rajvardhan Foods', 12.918165191353491, 77.59256229032786, 'Snack Place'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Cafe Coffee Day', 12.916634025996075, 77.60648562709862, 'Café'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Cafe Coffee Day', 12.9164134749177, 77.5950330865754, 'Café'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Udupi Gokul Cafe', 12.916289204505134, 77.6030389361417, 'Vegetarian / Vegan Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Sri Ram Sweets Centre', 12.914264371638499, 77.60065990867294, 'Dessert Shop'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Taco Bell', 12.914266293802351, 77.59980584984606, 'Fast Food Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Cafe Coffee Day', 12.914326102072836, 77.59978611825744, 'Café'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Punjabi Sanjhaa Chullah', 12.916514667275667, 77.6053553926602, 'Asian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Absolute Barbecues', 12.916580723208021, 77.60482036990406, 'BBQ Joint'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Eshanya', 12.923136692178891, 77.5931923682731, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Curry Leaves', 12.922911247350612, 77.5969935840166, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'The Biryanis', 12.916919071312526, 77.59688946468884, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Bangalore Central', 12.916586625814507, 77.59230646528935, 'Shopping Mall'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Subway, Central Mall Food Court', 12.916617293354905, 77.59238532840483, 'Sandwich Place'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Cafe Coffee Day', 12.92205775070009, 77.59349843899435, 'Café'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Jayanagar 9th Block Market', 12.92079549538328, 77.5935432056735, 'Flea Market'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Pantaloons', 12.914261700194592, 77.59984025738412, 'Clothing Store'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Brewz Coffee', 12.916329902220491, 77.60413161529857, 'Coffee Shop'), ('Gurappanapalya', 12.9198614, 77.6001827, "Chung's", 12.91679770495848, 77.59836811022203, 'Chinese Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Go Bowling', 12.914428553346248, 77.59976497960969, 'Bowling Alley'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Inox JP Nagar', 12.916265714148292, 77.59245756981134, 'Movie Theater'), ('Gurappanapalya', 12.9198614, 77.6001827, "Narmadha's Hyderabad Biriyani", 12.916625145521555, 77.60625482515547, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Up South', 12.916987795201436, 77.59343296766738, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Raghavendra Upahara', 12.916975145906877, 77.5933037037059, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Cuppa', 12.911194993661297, 77.59892626943575, 'Café'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Shoppers Stop', 12.912168219827283, 77.60012710778368, 'Shopping Mall'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Parkview', 12.911358723314525, 77.59888739000803, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Daana Paani', 12.916713751760737, 77.60666434394153, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Biriyani Mane', 12.916882421373458, 77.59308482597854, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Hint', 12.916789484638226, 77.59209688854892, 'Nightclub'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Deja Vu Restobar', 12.914121781066637, 77.59982308261016, 'Pub'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Park View', 12.911343881177432, 77.59887878703218, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Kamat Swaad', 12.913698605451273, 77.59508204947852, 'South Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Hotel Junior Kuppanna', 12.915905952453613, 77.59515380859375, 'South Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Nandhana Palace', 12.911478263515981, 77.60008328969325, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Punjabi Times', 12.911884703129259, 77.59996211601671, 'Indian Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Sri Annapurnaeswari Bajji Center', 12.920199712446045, 77.59296683332254, 'Fast Food Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, "Papa John's", 12.911838764812272, 77.59993906250718, 'Pizza Place'), ('Gurappanapalya', 12.9198614, 77.6001827, 'M A R Chats', 12.914343824605032, 77.59505071322438, 'Snack Place'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Sri Annapurna Veg', 12.916499411221368, 77.59265906047396, 'Food'), ('Gurappanapalya', 12.9198614, 77.6001827, "MqQueen's Restaurant", 12.928229805679242, 77.597477008292, 'Fast Food Restaurant'), ('Gurappanapalya', 12.9198614, 77.6001827, "Namdhari's Fresh", 12.914130806346044, 77.60638491359856, 'Grocery Store'), ('Gurappanapalya', 12.9198614, 77.6001827, 'Cuppa', 12.911220461754752, 77.59894865167838, 'Café')], [('Madiwala', 12.9212269, 77.6179508, 'Sandhya Digital 4K', 12.920966354083413, 77.61818754995869, 'Indie Movie Theater'), ('Madiwala', 12.9212269, 77.6179508, 'Fabindia', 12.92493814274987, 77.61913871753138, 'Furniture / Home Store'), ('Madiwala', 12.9212269, 77.6179508, "Chechi's Mess", 12.926052682893918, 77.61793948768472, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Cafe Coffee Day', 12.916658716756702, 77.620248958712, 'Café'), ('Madiwala', 12.9212269, 77.6179508, 'Savoury', 12.926060143244218, 77.61700713693132, 'Halal Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Sanjeevanam', 12.925457924671166, 77.619413942688, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Baskin-Robbins', 12.925383732601617, 77.61830205295567, 'Ice Cream Shop'), ('Madiwala', 12.9212269, 77.6179508, 'BTM Park', 12.919745151271332, 77.61025672339319, 'Park'), ('Madiwala', 12.9212269, 77.6179508, 'Ibaco', 12.915003468321885, 77.61358010720942, 'Ice Cream Shop'), ('Madiwala', 12.9212269, 77.6179508, 'New Friends rooftop euro restaurant', 12.916650981924922, 77.61240911304623, 'Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Cafe Coffee Day', 12.916699101429206, 77.62031609279266, 'Coffee Shop'), ('Madiwala', 12.9212269, 77.6179508, 'Gyani Da Punjabi Dhaba', 12.916176394478867, 77.61219972307423, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Seashell', 12.926776261597501, 77.6162114237389, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, "Domino's Pizza", 12.919762611708501, 77.6116163013481, 'Pizza Place'), ('Madiwala', 12.9212269, 77.6179508, 'Subway', 12.916788672214087, 77.61236602044585, 'Sandwich Place'), ('Madiwala', 12.9212269, 77.6179508, 'Serengeti', 12.92166422677929, 77.62036469501815, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, "Domino's Pizza", 12.9198065, 77.61234, 'Pizza Place'), ('Madiwala', 12.9212269, 77.6179508, 'Malabar Mess', 12.924764860637838, 77.61465495997487, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Muthashi Family Restaurant', 12.92075399321644, 77.61326428119887, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, "Vasudev Adiga's", 12.921515990941915, 77.62011469043053, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Kairali Restuarant', 12.926540389496617, 77.61579315537918, 'Diner'), ('Madiwala', 12.9212269, 77.6179508, 'Ambur Star Biryani', 12.916593775732338, 77.62032238658927, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'KFC', 12.921841406105857, 77.6198069916814, 'Fast Food Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'FRIENDS', 12.916709822582963, 77.61234151285973, 'Italian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Mr Beans The Coffee Lounge', 12.929124087031168, 77.62170726370013, 'Café'), ('Madiwala', 12.9212269, 77.6179508, 'The Kabsa', 12.924312920171936, 77.6098895072937, 'Indian Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Savoury', 12.926799925400703, 77.6163159506115, 'Fast Food Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Oottupura', 12.926713406642742, 77.61582231015042, 'Kerala Restaurant'), ('Madiwala', 12.9212269, 77.6179508, 'Cafe at Fabindia', 12.92455275246412, 77.61955523753377, 'Café'), ('Madiwala', 12.9212269, 77.6179508, 'AXA Tea Stop', 12.916411947450076, 77.61527533089118, 'Tea Room'), ('Madiwala', 12.9212269, 77.6179508, 'Madiwala Park', 12.927113999474768, 77.62052308928935, 'Park'), ('Madiwala', 12.9212269, 77.6179508, 'the cigarette shop', 12.914469942039087, 77.62015944654215, 'Convenience Store'), ('Madiwala', 12.9212269, 77.6179508, 'Heritage Fresh', 12.925720475881889, 77.62525711005986, 'Department Store')], [('Jakkasandra', 12.92065895, 77.62954849720025, 'iService', 12.926712798335737, 77.63348489999771, 'Mobile Phone Shop'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Barbeque Nation', 12.925490021298652, 77.63710122327919, 'BBQ Joint'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'La Traviata', 12.925106490215201, 77.63581180445317, 'Italian Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Pingara', 12.925159721161938, 77.63352142661893, 'Indian Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Grand Mercure Bangalore', 12.928977, 77.627413, 'Hotel'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'By The Blue', 12.929157543698361, 77.62828007053234, 'Indian Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, '154 breakfast club', 12.929116371440736, 77.62915894896055, 'Breakfast Spot'), ('Jakkasandra', 12.92065895, 77.62954849720025, "Sathya's", 12.929161556238974, 77.62904110741958, 'Hotel Bar'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Cafe Coffee Day', 12.926393861608354, 77.63338565826416, 'Café'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Dont tell mama', 12.91575434037632, 77.63443304036173, 'Bar'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Arusuvai Arasu Madhuram', 12.91558883975243, 77.63232786887717, 'Indian Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Udupi Upahar', 12.925259684735545, 77.63360289335553, 'Indian Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Spencers', 12.927237982675095, 77.63328627008747, 'Department Store'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Juicy', 12.926305633081164, 77.6334993018079, 'Dessert Shop'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Swathi Andhra Style Restaurant', 12.91649385277222, 77.63561026031917, 'Indian Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, '12th Main Restaurant', 12.928916567649734, 77.6273066650608, 'Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Magnolia', 12.926028865012546, 77.63342095119002, 'Thai Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Heritage Fresh', 12.925720475881889, 77.62525711005986, 'Department Store'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Mustard Cafe', 12.926868760106078, 77.63342675070916, 'Café'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Mugal Garden', 12.917037829437946, 77.63675154787006, 'Indian Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Hornbill Cafe', 12.928836242207908, 77.62809218612337, 'Chinese Restaurant'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Fitness plus', 12.925161244762593, 77.63707038760049, 'Gym'), ('Jakkasandra', 12.92065895, 77.62954849720025, 'Sweet Chariot', 12.912413123929534, 77.63250585890295, 'Bakery')], [('HSR Layout', 12.9116225, 77.6388622, 'House of Commons', 12.911993951538978, 77.63893839495603, 'Pub'), ('HSR Layout', 12.9116225, 77.6388622, 'Shree Sweets', 12.914205804805183, 77.6409858894298, 'Snack Place'), ('HSR Layout', 12.9116225, 77.6388622, 'Cream Stone', 12.912336259572271, 77.63858101632954, 'Ice Cream Shop'), ('HSR Layout', 12.9116225, 77.6388622, 'Here & Now', 12.913617873412562, 77.63824265968887, 'Burger Joint'), ('HSR Layout', 12.9116225, 77.6388622, 'Calvins', 12.912182357202179, 77.6376609572448, 'Café'), ('HSR Layout', 12.9116225, 77.6388622, 'Once Upon A Flame', 12.91192776488194, 77.63805414341695, 'Steakhouse'), ('HSR Layout', 12.9116225, 77.6388622, 'Anjappar', 12.914337555485753, 77.63715891761294, 'Chettinad Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Agara Lake Trail', 12.916410222108041, 77.63894110720983, 'Trail'), ('HSR Layout', 12.9116225, 77.6388622, 'The Punjabi Rasoi', 12.911959008177734, 77.63842481946776, 'Punjabi Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, "Northam's Pizza Pita", 12.908749, 77.646835, 'Pizza Place'), ('HSR Layout', 12.9116225, 77.6388622, 'Baskin-Robbins', 12.911906479727753, 77.63827861415575, 'Ice Cream Shop'), ('HSR Layout', 12.9116225, 77.6388622, '49ParanthaGali', 12.912309452984541, 77.63856948157061, 'North Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Leon Grill', 12.911856080432864, 77.64377622016352, 'Kebab Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Café Coffee Day', 12.909285707816219, 77.63967275619507, 'Coffee Shop'), ('HSR Layout', 12.9116225, 77.6388622, 'Sector 7 Cafe', 12.912301721380308, 77.63365801581732, 'Café'), ('HSR Layout', 12.9116225, 77.6388622, 'Cafe Coffee Day', 12.912312, 77.641245, 'Café'), ('HSR Layout', 12.9116225, 77.6388622, 'Jarokha', 12.912202292767502, 77.6379863475401, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, "Domino's Pizza", 12.912, 77.645, 'Pizza Place'), ('HSR Layout', 12.9116225, 77.6388622, 'Drops Total Spirits', 12.914411131760744, 77.63827698264879, 'Liquor Store'), ('HSR Layout', 12.9116225, 77.6388622, 'MK Ahmed Super Market', 12.912461639989539, 77.63671324617263, 'Department Store'), ('HSR Layout', 12.9116225, 77.6388622, 'Grapevine', 12.909401610261101, 77.63816757885431, 'Mediterranean Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, "The Moghul's", 12.91228533379858, 77.64207017111667, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'SAFA Fruits N Vegetables', 12.913395287317098, 77.63703918077869, 'Farmers Market'), ('HSR Layout', 12.9116225, 77.6388622, 'Parika', 12.912007744765054, 77.63934474352479, 'Seafood Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Gold Bean', 12.912273478307078, 77.64085435241307, 'Café'), ('HSR Layout', 12.9116225, 77.6388622, 'Pappu Chai Walla', 12.91311844081052, 77.64461143949057, 'Café'), ('HSR Layout', 12.9116225, 77.6388622, 'Mumbai Tiffin', 12.913404876416857, 77.6445623279477, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Dont tell mama', 12.91575434037632, 77.63443304036173, 'Bar'), ('HSR Layout', 12.9116225, 77.6388622, 'Mast Kalander', 12.914779604874248, 77.63812499435045, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Purnabramha Maharashtrian Restaurant', 12.912537057400575, 77.64457140138857, 'Maharashtrian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Vasudev Adigas', 12.911720096884176, 77.63245035213414, 'Vegetarian / Vegan Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Snap Fitness', 12.911908265488748, 77.64417258274864, 'Gym'), ('HSR Layout', 12.9116225, 77.6388622, 'Subway', 12.911947644973107, 77.63810077808505, 'Sandwich Place'), ('HSR Layout', 12.9116225, 77.6388622, 'The Deck', 12.911831694909655, 77.63884933401974, 'Lounge'), ('HSR Layout', 12.9116225, 77.6388622, 'Pizza Hut', 12.912318394247272, 77.63784153282775, 'Pizza Place'), ('HSR Layout', 12.9116225, 77.6388622, 'Bangalore Agarwal Bhavan', 12.913228596735953, 77.63526425747744, 'Snack Place'), ('HSR Layout', 12.9116225, 77.6388622, 'Nandhini Cool Joint', 12.91171280966049, 77.64451250539756, 'Snack Place'), ('HSR Layout', 12.9116225, 77.6388622, 'Adyar Ananda Bhavan', 12.913715219870335, 77.63747899676768, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'HSR Club', 12.909721121545761, 77.643044269923, 'General Entertainment'), ('HSR Layout', 12.9116225, 77.6388622, 'California Burrito', 12.910343, 77.637985, 'Mexican Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Arusuvai Arasu Madhuram', 12.91558883975243, 77.63232786887717, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Mustard Food Court', 12.910819061901945, 77.64437614737409, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Samaikya', 12.912269258681839, 77.6415564225861, 'Andhra Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Star Biriyani', 12.91450467740667, 77.63672917311816, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Swathi Andhra Style Restaurant', 12.91649385277222, 77.63561026031917, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, "Dragon's Kitchen", 12.908937509683257, 77.6445923330344, 'Chinese Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'South Inn', 12.910577256503444, 77.63262937814369, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Chinnaswamy Naidu Biryani', 12.912454206636436, 77.63490561585681, 'South Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Rasoiya Street', 12.912239, 77.642896, 'Vegetarian / Vegan Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'My Mark@ Marketing Freshness', 12.912414165744904, 77.64291682080407, 'Farmers Market'), ('HSR Layout', 12.9116225, 77.6388622, "Reddy's Restaurant", 12.912321, 77.634224, 'Andhra Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Polar Bear', 12.90909134698039, 77.64319524991593, 'Ice Cream Shop'), ('HSR Layout', 12.9116225, 77.6388622, 'Priya Bakery', 12.90848286905921, 77.64311391819116, 'Bakery'), ('HSR Layout', 12.9116225, 77.6388622, 'Food Court Restaurant', 12.910836303304235, 77.64435870509548, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Zee5', 12.912444, 77.64454, 'Café'), ('HSR Layout', 12.9116225, 77.6388622, 'BDA Park', 12.909395513271754, 77.63358682394028, 'Park'), ('HSR Layout', 12.9116225, 77.6388622, 'Mugal Garden', 12.917037829437946, 77.63675154787006, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'Cult - The Workout Station HSR layout', 12.913380972715654, 77.64470443929, 'Gym / Fitness Center'), ('HSR Layout', 12.9116225, 77.6388622, 'Nilgiris', 12.913833982758156, 77.64459921711773, 'Department Store'), ('HSR Layout', 12.9116225, 77.6388622, 'Sri Muthahalli veg', 12.914670708384698, 77.64461343338355, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'The Tandoori Chai', 12.907649, 77.644567, 'Tea Room'), ('HSR Layout', 12.9116225, 77.6388622, 'Silbatti', 12.915973, 77.64477, 'Indian Restaurant'), ('HSR Layout', 12.9116225, 77.6388622, 'HSR Layout BMTC Depot', 12.918657565884383, 77.64207101863245, 'Bus Station'), ('HSR Layout', 12.9116225, 77.6388622, 'The 19th Main Cafe', 12.906082486651293, 77.64461599700594, 'Bistro'), ('HSR Layout', 12.9116225, 77.6388622, "Ruchi's Biryani", 12.917882317381142, 77.64508023958491, 'Restaurant')], [('Bommanahalli', 12.9089453, 77.6239038, 'Cafe Coffee Day', 12.916658716756702, 77.620248958712, 'Café'), ('Bommanahalli', 12.9089453, 77.6239038, 'Sardarji ka dhaba', 12.912220609260222, 77.62611185077701, 'Indian Restaurant'), ('Bommanahalli', 12.9089453, 77.6239038, 'Cafe Coffee Day', 12.916699101429206, 77.62031609279266, 'Coffee Shop'), ('Bommanahalli', 12.9089453, 77.6239038, 'Vasudev Adigas', 12.911720096884176, 77.63245035213414, 'Vegetarian / Vegan Restaurant'), ('Bommanahalli', 12.9089453, 77.6239038, 'Ambur Star Biryani', 12.916593775732338, 77.62032238658927, 'Indian Restaurant'), ('Bommanahalli', 12.9089453, 77.6239038, 'Ananda Honda', 12.909017541259598, 77.62717474696483, 'Auto Garage'), ('Bommanahalli', 12.9089453, 77.6239038, 'South Inn', 12.910577256503444, 77.63262937814369, 'Indian Restaurant'), ('Bommanahalli', 12.9089453, 77.6239038, 'the cigarette shop', 12.914469942039087, 77.62015944654215, 'Convenience Store'), ('Bommanahalli', 12.9089453, 77.6239038, 'Chai Point', 12.906294797812665, 77.63111114501953, 'Tea Room'), ('Bommanahalli', 12.9089453, 77.6239038, 'Asha Tiffins', 12.911624, 77.63211, 'South Indian Restaurant')], [('BTM Layout', 12.9151772, 77.6102821, 'Core Fitness', 12.913980437677816, 77.60938154390725, 'Gym'), ('BTM Layout', 12.9151772, 77.6102821, "McDonald's", 12.915873694787143, 77.61011931804437, 'Fast Food Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Ginger Tea House', 12.912497546997349, 77.60637334170193, 'Bakery'), ('BTM Layout', 12.9151772, 77.6102821, 'Gelato Italiano', 12.914058440666066, 77.60985388233051, 'Ice Cream Shop'), ('BTM Layout', 12.9151772, 77.6102821, 'Ibaco', 12.915003468321885, 77.61358010720942, 'Ice Cream Shop'), ('BTM Layout', 12.9151772, 77.6102821, 'Adyar Ananda Bhavan (A2B)', 12.916652783966867, 77.60974528618067, 'Vegetarian / Vegan Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'New Friends rooftop euro restaurant', 12.916650981924922, 77.61240911304623, 'Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Gyani Da Punjabi Dhaba', 12.916176394478867, 77.61219972307423, 'Indian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'BTM Park', 12.919745151271332, 77.61025672339319, 'Park'), ('BTM Layout', 12.9151772, 77.6102821, 'Flavours of China', 12.913776163475877, 77.60766226436323, 'Chinese Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, "Balaji's Veg", 12.913809983666008, 77.6081796888305, 'Vegetarian / Vegan Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Momoz', 12.913854447261592, 77.60892801164833, 'Dim Sum Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Marwa Restuarant', 12.914572061318863, 77.6100918571155, 'Indian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Subway', 12.916788672214087, 77.61236602044585, 'Sandwich Place'), ('BTM Layout', 12.9151772, 77.6102821, 'Cafe Coffee Day', 12.914730536317068, 77.6100664930708, 'Coffee Shop'), ('BTM Layout', 12.9151772, 77.6102821, "Amma's Pastries", 12.913940673133226, 77.609944148674, 'Bakery'), ('BTM Layout', 12.9151772, 77.6102821, 'Baskin-Robbins', 12.913696604939178, 77.60702243283617, 'Ice Cream Shop'), ('BTM Layout', 12.9151772, 77.6102821, 'Ashirwad Departmental Store', 12.91523657993885, 77.60605703454323, 'Department Store'), ('BTM Layout', 12.9151772, 77.6102821, 'Cafe Coffee Day', 12.916634025996075, 77.60648562709862, 'Café'), ('BTM Layout', 12.9151772, 77.6102821, "Domino's Pizza", 12.919762611708501, 77.6116163013481, 'Pizza Place'), ('BTM Layout', 12.9151772, 77.6102821, 'Nandi Chat House', 12.913761726965527, 77.607803287084, 'Snack Place'), ('BTM Layout', 12.9151772, 77.6102821, 'Beijing Bites', 12.913109146733584, 77.61006995312864, 'Chinese Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'FRIENDS', 12.916709822582963, 77.61234151285973, 'Italian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Cafe Coffee Day', 12.912062368073105, 77.60615551029039, 'Café'), ('BTM Layout', 12.9151772, 77.6102821, 'Laddoos', 12.913935949778182, 77.60974042756658, 'Snack Place'), ('BTM Layout', 12.9151772, 77.6102821, "Domino's Pizza", 12.9198065, 77.61234, 'Pizza Place'), ('BTM Layout', 12.9151772, 77.6102821, 'Punjabi Sanjhaa Chullah', 12.916514667275667, 77.6053553926602, 'Asian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, "Leo's Paratha Rolls", 12.913787269436522, 77.60781464804911, 'Snack Place'), ('BTM Layout', 12.9151772, 77.6102821, "Faaso's", 12.91370875021411, 77.60711484114036, 'Fast Food Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Shaan-e-Punjab', 12.914004431026989, 77.60990519684091, 'Indian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Absolute Barbecues', 12.916580723208021, 77.60482036990406, 'BBQ Joint'), ('BTM Layout', 12.9151772, 77.6102821, 'Udupi Gokul Cafe', 12.916289204505134, 77.6030389361417, 'Vegetarian / Vegan Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Subway', 12.91398050905831, 77.60989936445148, 'Sandwich Place'), ('BTM Layout', 12.9151772, 77.6102821, "Narmadha's Hyderabad Biriyani", 12.916625145521555, 77.60625482515547, 'Indian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Muthashi Family Restaurant', 12.92075399321644, 77.61326428119887, 'Indian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Brewz Coffee', 12.916329902220491, 77.60413161529857, 'Coffee Shop'), ('BTM Layout', 12.9151772, 77.6102821, 'Swadishta Aahar', 12.913976250247863, 77.61002270984167, 'Indian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Golmaal Paratha', 12.913876572503353, 77.60901553628965, 'Indian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Daana Paani', 12.916713751760737, 77.60666434394153, 'Indian Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, 'Cuppa', 12.913754233474105, 77.60781136005453, 'Coffee Shop'), ('BTM Layout', 12.9151772, 77.6102821, 'Mast Kalandar', 12.91098100453867, 77.60998771522982, 'Vegetarian / Vegan Restaurant'), ('BTM Layout', 12.9151772, 77.6102821, "Namdhari's Fresh", 12.914130806346044, 77.60638491359856, 'Grocery Store'), ('BTM Layout', 12.9151772, 77.6102821, 'AXA Tea Stop', 12.916411947450076, 77.61527533089118, 'Tea Room'), ('BTM Layout', 12.9151772, 77.6102821, '99 Dosa Point', 12.909236955125843, 77.60643527035984, 'Food Truck'), ('BTM Layout', 12.9151772, 77.6102821, 'Madiwala Boating Club', 12.908276348761758, 77.61310454482854, 'Park'), ('BTM Layout', 12.9151772, 77.6102821, 'Shree Ganesha Condiments', 12.907187, 77.607758, 'Bakery')], [('J.P.Nagar', 12.9094922, 77.59673855731768, 'Barbeque Nation', 12.906395763399892, 77.59678089842397, 'Mediterranean Restaurant'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Uru Brewpark', 12.905577, 77.600966, 'Brewery'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'BBMP Park (Mini forest)', 12.908937451905127, 77.5990885407604, 'Garden'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Spice Up', 12.909331511894216, 77.59326355528685, 'Diner'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Vega City Mall', 12.907603, 77.60114, 'Shopping Mall'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'PVR Cinemas', 12.90762219988017, 77.6010821476588, 'Multiplex'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Starbucks', 12.906087779350827, 77.59367687947805, 'Coffee Shop'), ('J.P.Nagar', 12.9094922, 77.59673855731768, "Gold's Gym", 12.906512762429573, 77.59683499252858, 'Gym'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Corner House', 12.917455111168643, 77.59328023350446, 'Ice Cream Shop'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Brewsky', 12.906520949015652, 77.58960361689267, 'Brewery'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Cafe Pascucci', 12.906439457874848, 77.5918362242764, 'Café'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'The Egg Factory', 12.906303157262725, 77.59039115402068, 'Breakfast Spot'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Starbucks', 12.907550394224893, 77.60122921299332, 'Coffee Shop'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Nagarjuna', 12.904842770569617, 77.60173321379207, 'Andhra Restaurant'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Onesta', 12.906054589592852, 77.5969034484713, 'Italian Restaurant'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Rajdhani', 12.916624502010599, 77.59228808607949, 'Rajasthani Restaurant'), ('J.P.Nagar', 12.9094922, 77.59673855731768, "McDonald's", 12.916796163232728, 77.59211672021073, 'Fast Food Restaurant'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Pvr Imax', 12.907846582007714, 77.60141378236234, 'Multiplex'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Kabab Magic', 12.916248346432486, 77.5968989296639, 'Indian Restaurant'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Khaana Khazana', 12.910674810990548, 77.59320014944183, 'Indian Restaurant'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'SLV Ragigudda', 12.91529424070946, 77.59509659843424, 'Indian Restaurant'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Watsons', 12.906357158834668, 77.59253817843954, 'Bar'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Take A Break', 12.90627801313265, 77.58886333832453, 'Bakery'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Village', 12.916679858776622, 77.59195971347921, 'Indian Restaurant'), ('J.P.Nagar', 12.9094922, 77.59673855731768, 'Seasons Restaurant', 12.902124566500865, 77.60120392196268, 'Middle Eastern Restaurant')], [('Sarakki', 12.9079686, 77.58312689612467, 'S N Refreshments', 12.9083716531078, 77.58722416064232, 'Snack Place'), ('Sarakki', 12.9079686, 77.58312689612467, 'Rangashankara', 12.911471798108657, 77.58699744484541, 'Performing Arts Venue'), ('Sarakki', 12.9079686, 77.58312689612467, 'The Pump House', 12.906654113952998, 77.58218444836054, 'Brewery'), ('Sarakki', 12.9079686, 77.58312689612467, 'Paradise', 12.910401106721118, 77.585888749444, 'Hyderabadi Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Subway', 12.904060894268778, 77.58568840262973, 'Sandwich Place'), ('Sarakki', 12.9079686, 77.58312689612467, 'Brewsky', 12.906520949015652, 77.58960361689267, 'Brewery'), ('Sarakki', 12.9079686, 77.58312689612467, 'Snap Fitness 24x7', 12.91458147132803, 77.58574752607338, 'Gym / Fitness Center'), ('Sarakki', 12.9079686, 77.58312689612467, 'Fujian on 24th', 12.903671218217521, 77.58586546078527, 'Chinese Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Namma Kudla', 12.912731731006103, 77.5861278000468, 'Seafood Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Chulha Chauki da Dhabha', 12.91226379859375, 77.5860554314123, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'The Egg Factory', 12.906303157262725, 77.59039115402068, 'Breakfast Spot'), ('Sarakki', 12.9079686, 77.58312689612467, 'Take A Break', 12.90627801313265, 77.58886333832453, 'Bakery'), ('Sarakki', 12.9079686, 77.58312689612467, 'Cafe Pascucci', 12.906439457874848, 77.5918362242764, 'Café'), ('Sarakki', 12.9079686, 77.58312689612467, 'Prasidhi Food Corner', 12.910857635645522, 77.57912096790515, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, "McDonald's", 12.906195432655993, 77.58557459049263, 'Fast Food Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Tasty Bites', 12.913830519598307, 77.58576011199844, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, '3654 Chinese Hut', 12.911939759797354, 77.58616070306971, 'Chinese Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, '24th Main', 12.908630019592398, 77.5857480645687, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Bhojohori Manna', 12.912104553269552, 77.58625148913103, 'Bengali Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'KFC', 12.911337784891616, 77.58575353644773, 'Fast Food Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Sree Krishna Sagar', 12.900036334886964, 77.58588198912229, 'South Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'We Fitness, Health And Wellness Center', 12.90044276366464, 77.5860666989362, 'Gym / Fitness Center'), ('Sarakki', 12.9079686, 77.58312689612467, 'Bee Vee Bakery', 12.902532545351294, 77.58500839972486, 'Bakery'), ('Sarakki', 12.9079686, 77.58312689612467, 'Adithya Pure Veg Restaurant', 12.911837133718336, 77.58682119860238, 'Vegetarian / Vegan Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Southern Spice', 12.914549032285594, 77.58574943286126, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Fujian', 12.90370715996, 77.58578625279456, 'Chinese Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Zaitoon', 12.903095439850073, 77.58579143810182, 'Middle Eastern Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Cafe Coffee Day', 12.912362, 77.5857, 'Coffee Shop'), ('Sarakki', 12.9079686, 77.58312689612467, 'Polar Bear', 12.901947696321821, 77.58586221135745, 'Ice Cream Shop'), ('Sarakki', 12.9079686, 77.58312689612467, 'Aurick Boutique Hotel', 12.906363, 77.578484, 'Boarding House'), ('Sarakki', 12.9079686, 77.58312689612467, 'Delhi Zaika', 12.91211635995625, 77.58589344185233, 'Diner'), ('Sarakki', 12.9079686, 77.58312689612467, 'Dal Roti', 12.914028074144772, 77.58590565174367, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Baskin-Robbins', 12.90076691828163, 77.58589590414736, 'Ice Cream Shop'), ('Sarakki', 12.9079686, 77.58312689612467, 'Cafe Coffee Day', 12.911294, 77.589759, 'Café'), ('Sarakki', 12.9079686, 77.58312689612467, 'Cafe Coffee Day', 12.906195, 77.59189, 'Coffee Shop'), ('Sarakki', 12.9079686, 77.58312689612467, 'Chung Wah OPUS', 12.906572714496509, 77.58442487775667, 'Chinese Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Reliance Digital', 12.91048465740822, 77.58610543933177, 'Electronics Store'), ('Sarakki', 12.9079686, 77.58312689612467, 'Inchara', 12.90260178872124, 77.5838214250641, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Mandi', 12.914971633701445, 77.58587593110627, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Dilli Chat Walla', 12.906327432851109, 77.58819602007426, 'Fast Food Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Kakori Grill House', 12.901744807554207, 77.58583405977242, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Thayee Touch', 12.905456969011377, 77.58549611005078, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Rajwada', 12.910514029009233, 77.58593261533458, 'Fast Food Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Reliance Fresh', 12.910814348339914, 77.57954386640932, 'Department Store'), ('Sarakki', 12.9079686, 77.58312689612467, 'JP Nagar 6th Phase Last Bus Stop', 12.906420809878359, 77.5783606885879, 'Bus Station'), ('Sarakki', 12.9079686, 77.58312689612467, 'Skyline Pizzeria', 12.906272, 77.577623, 'Pizza Place'), ('Sarakki', 12.9079686, 77.58312689612467, 'KFC', 12.915089586271229, 77.58582996878046, 'Fast Food Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Kabab Palace', 12.913514978786786, 77.58607252051752, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Grills N Rolls', 12.900485351725736, 77.58583685789537, 'Indian Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Shanthi Sagar', 12.913706381769675, 77.5857759213241, 'Restaurant'), ('Sarakki', 12.9079686, 77.58312689612467, 'Mockaholic Restro Beer Cafe', 12.915569204158189, 77.5857175211511, 'Beer Garden'), ('Sarakki', 12.9079686, 77.58312689612467, 'Genesis', 12.912542618765071, 77.58810952036167, 'Gym'), ('Sarakki', 12.9079686, 77.58312689612467, 'Taaza Mithai', 12.914156037319692, 77.58589903806491, 'Restaurant')], [('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Go Native', 12.918259, 77.584752, 'South Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Angadi Silks', 12.917198948341982, 77.58211275929794, "Women's Store"), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Snap Fitness 24x7', 12.91458147132803, 77.58574752607338, 'Gym / Fitness Center'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Shivaji Military Hotel', 12.917918586021823, 77.57392499315985, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Corner House', 12.922646994597416, 77.57356049304346, 'Ice Cream Shop'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Rangashankara', 12.911471798108657, 77.58699744484541, 'Performing Arts Venue'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Alchemy Coffee Roasters', 12.92338840768254, 77.58084636988441, 'Coffee Shop'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Corner House', 12.922900037024721, 77.58494023490222, 'Ice Cream Shop'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Natural Ice Cream', 12.923862865279158, 77.57651335842165, 'Ice Cream Shop'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, "Brahmin's Tiffin And Coffee", 12.923314234168767, 77.58575748058755, 'South Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, "Vasudev Adiga's Foodline", 12.919935069055256, 77.57566943075047, 'South Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Namma Kudla', 12.912731731006103, 77.5861278000468, 'Seafood Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Pure and Natural', 12.92434114972981, 77.57800196839275, 'Salad Place'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Four Fountain Spa', 12.916919030230435, 77.58626838748266, 'Spa'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Paradise', 12.910401106721118, 77.585888749444, 'Hyderabadi Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Chulha Chauki da Dhabha', 12.91226379859375, 77.5860554314123, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Rasta Cafe', 12.919077502040215, 77.58162345090085, 'Hookah Bar'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Vindu', 12.920842769116462, 77.58374918550169, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Tasty Bites', 12.913830519598307, 77.58576011199844, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Prasidhi Food Corner', 12.910857635645522, 77.57912096790515, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Padharo Sa', 12.919792959895698, 77.58376126469575, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Starbucks', 12.924623871845903, 77.5838051373744, 'Coffee Shop'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Tangra', 12.923370898814596, 77.58534946579694, 'Chinese Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, "Domino's Pizza", 12.922006719085365, 77.58593261533458, 'Pizza Place'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Sri Venkateshwara Sweet-Meat Stall', 12.924863492557895, 77.5837522039717, 'Fast Food Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'The Sofraah', 12.923417198731041, 77.58526238478949, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Southern Spice', 12.914549032285594, 77.58574943286126, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, '3654 Chinese Hut', 12.911939759797354, 77.58616070306971, 'Chinese Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'C. Krishniah Chetty & Sons', 12.917094661067233, 77.58178548888525, 'Jewelry Store'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Bhojohori Manna', 12.912104553269552, 77.58625148913103, 'Bengali Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Mainland China', 12.920149278062787, 77.5836774318061, 'Chinese Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'KFC', 12.911337784891616, 77.58575353644773, 'Fast Food Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Jalpaan', 12.925178731378228, 77.57691211340907, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Dal Roti', 12.914028074144772, 77.58590565174367, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Cafe Coffee Day', 12.919996297791087, 77.57553922805337, 'Café'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Cafe Coffee Day', 12.912362, 77.5857, 'Coffee Shop'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Cable Car', 12.916951257909272, 77.5854893084485, 'Italian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Adithya Pure Veg Restaurant', 12.911837133718336, 77.58682119860238, 'Vegetarian / Vegan Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Pier 39', 12.916972203449035, 77.58543994781168, 'Mexican Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Delhi Zaika', 12.91211635995625, 77.58589344185233, 'Diner'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'MORE MEGASTORE', 12.917383149180855, 77.57818103802711, 'Convenience Store'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Mandi', 12.914971633701445, 77.58587593110627, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Cane Fresh', 12.91789431712416, 77.5758589871903, 'Juice Bar'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Mockaholic Restro Beer Cafe', 12.915569204158189, 77.5857175211511, 'Beer Garden'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Athityam', 12.920996271490605, 77.58374821552518, 'Asian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'KFC', 12.915089586271229, 77.58582996878046, 'Fast Food Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Adigas Fastfood', 12.920051047232475, 77.57576943980615, 'Fast Food Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Eden Park - The Lounge', 12.923387357940952, 77.58535334094385, 'Lounge'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Bon Aroma', 12.921160179184369, 77.58366612724494, 'Italian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Cream Stone Icecream Concepts', 12.917494, 77.585763, 'Ice Cream Shop'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Reliance Fresh', 12.910814348339914, 77.57954386640932, 'Department Store'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Benki Coffee', 12.92337446991319, 77.58143659141297, 'Coffee Shop'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Slimsins', 12.923376, 77.581535, 'Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Taaza Mithai', 12.914156037319692, 77.58589903806491, 'Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Shanthi Sagar', 12.913706381769675, 77.5857759213241, 'Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Kabab Palace', 12.913514978786786, 77.58607252051752, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Wine Baron', 12.914514533359469, 77.57282553009868, 'Liquor Store'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, "Domino's Pizza", 12.92315227991318, 77.58578542430844, 'Pizza Place'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Krishna Grand Express', 12.924346, 77.578027, 'South Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Figurine fitness', 12.923267329846261, 77.57479001066615, 'Gym'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Eat Street - Jalpaan', 12.925295251687801, 77.57697226045642, 'Indian Restaurant'), ('Shakambari Nagar', 12.9170298, 77.57974111840721, 'Rajwada', 12.910514029009233, 77.58593261533458, 'Fast Food Restaurant')], [('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Davanagere benne dosa', 12.908932292982024, 77.57298261081958, 'Breakfast Spot'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Shivaji Military Hotel', 12.917918586021823, 77.57392499315985, 'Indian Restaurant'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Fluid Studio Café', 12.920480387168718, 77.56933987140656, 'Café'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Tree Shade', 12.90687039145804, 77.56334272781385, 'Burger Joint'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Sea Spice', 12.91881431359624, 77.56877353132131, 'Seafood Restaurant'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'The Krishna Grand', 12.921366752370881, 77.57122480945641, 'Indian Restaurant'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Pizza Hut', 12.904774067087066, 77.57336505154383, 'Pizza Place'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Cafe Coffee Day', 12.908553616213238, 77.56617066882794, 'Café'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Polar Bear', 12.908911705653743, 77.56256005172379, 'Ice Cream Shop'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Banashankari Metro Station', 12.915297, 77.573656, 'Metro Station'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Jaya Prakash Nagar Metro station', 12.90750751804109, 77.57297741433952, 'Metro Station'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Eat & Drink', 12.909602653478657, 77.56483826362948, 'Indian Restaurant'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Banashankari Donne Biriyani JP Nagar', 12.911284, 77.576167, 'Buffet'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Total Fitness', 12.91781590526685, 77.57460942188031, 'Gym / Fitness Center'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Roll N Rock', 12.90775860626229, 77.56394296601792, 'Fast Food Restaurant'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Cane Fresh', 12.91789431712416, 77.5758589871903, 'Juice Bar'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Njac', 12.907779799559522, 77.56321907043457, 'Café'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Ande ka funda', 12.911294823084637, 77.57836952527556, 'Fast Food Restaurant'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Chai shop near bangalore airport', 12.90570484769151, 77.56525272624198, 'Food Truck'), ('Banashankari Temple Ward', 12.91265135, 77.57003228177197, 'Kadamba', 12.92163027446391, 77.57041325803947, 'Indian Restaurant')], [('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Kanti Sweets', 12.911081427702225, 77.55168981800485, 'Bakery'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Tree Shade', 12.90687039145804, 77.56334272781385, 'Burger Joint'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, "Domino's Pizza", 12.91090105570454, 77.55144764757166, 'Pizza Place'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Polar Bear', 12.908911705653743, 77.56256005172379, 'Ice Cream Shop'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Masala', 12.910110301321483, 77.5507309731067, 'Indian Restaurant'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Slv refreshment', 12.905312892826212, 77.56277312464276, 'Breakfast Spot'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Stop N Joy', 12.906862278935467, 77.55948183150616, 'Sandwich Place'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'More 4 U', 12.908711098118479, 77.54975852500898, 'Department Store'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Kaggis Bake Shop', 12.909197563109, 77.54932427943118, 'Bakery'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Shanti Sagar', 12.908890290181773, 77.5488037865357, 'Indian Restaurant'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Goli Vadapav', 12.908603599736473, 77.5487508808359, 'Fast Food Restaurant'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'kona kafe', 12.906967227272393, 77.54882365543695, 'Paintball Field'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Vishal Mega Mart', 12.907890434808744, 77.5486165276037, 'Department Store'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Royal Mart', 12.910966012348096, 77.54924910601716, 'Department Store'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Greens Veg', 12.901832800171857, 77.55798032958768, 'Fast Food Restaurant'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Bda Park', 12.914899097438491, 77.55718682567047, 'Park'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Moksha', 12.903011030243192, 77.56021499633789, 'Chinese Restaurant'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Njac', 12.907779799559522, 77.56321907043457, 'Café'), ('Kumaraswamy Layout', 12.9081487, 77.5553179, 'Roll N Rock', 12.90775860626229, 77.56394296601792, 'Fast Food Restaurant')], [('Padmanabha Nagar', 12.916279, 77.5560752, 'Kanti Sweets', 12.911081427702225, 77.55168981800485, 'Bakery'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'My Tea House', 12.92308552482382, 77.55603208723464, 'Tea Room'), ('Padmanabha Nagar', 12.916279, 77.5560752, "Maiya's Express", 12.91819673239357, 77.55612526156226, 'Snack Place'), ('Padmanabha Nagar', 12.916279, 77.5560752, "Domino's Pizza", 12.91090105570454, 77.55144764757166, 'Pizza Place'), ('Padmanabha Nagar', 12.916279, 77.5560752, '1947', 12.922877726081163, 77.55638895550058, 'Indian Restaurant'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Cake of the Day', 12.92288594375253, 77.55619044282425, 'Bakery'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Bda Park', 12.914899097438491, 77.55718682567047, 'Park'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Kamakya theatre', 12.923319721194279, 77.5533826526988, 'Movie Theater'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Croma', 12.924129203384094, 77.55299827510812, 'Electronics Store'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Shoprite Super Market', 12.920235195715327, 77.5600096555235, 'Convenience Store'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Green Gardenia', 12.917452922960775, 77.55953220916201, 'Indian Restaurant'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Masala', 12.910110301321483, 77.5507309731067, 'Indian Restaurant'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Megamart', 12.923020190873505, 77.56038875604312, 'Shopping Mall'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Tanishq', 12.922338597972688, 77.55555230539213, 'Jewelry Store'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'World Of Titan', 12.9222214495124, 77.55845188341286, 'Accessories Store'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Airtel Relationship Center', 12.923358349614832, 77.5553339943938, 'Electronics Store'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Hotel Prashanth', 12.923641020190196, 77.55327961134444, 'Restaurant'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Polar Bear', 12.914597021107362, 77.56460344528817, 'Ice Cream Shop'), ('Padmanabha Nagar', 12.916279, 77.5560752, 'Royal Mart', 12.910966012348096, 77.54924910601716, 'Department Store')], [('Chikkalasandra', 12.9121916, 77.5476337, 'Kanti Sweets', 12.911081427702225, 77.55168981800485, 'Bakery'), ('Chikkalasandra', 12.9121916, 77.5476337, 'Rajatadhri Palace', 12.907450348767261, 77.54068696519278, 'Restaurant'), ('Chikkalasandra', 12.9121916, 77.5476337, 'Cafe Coffee Day', 12.906877321694868, 77.54568765755995, 'Café'), ('Chikkalasandra', 12.9121916, 77.5476337, "Domino's Pizza", 12.91090105570454, 77.55144764757166, 'Pizza Place'), ('Chikkalasandra', 12.9121916, 77.5476337, 'Masala', 12.910110301321483, 77.5507309731067, 'Indian Restaurant'), ('Chikkalasandra', 12.9121916, 77.5476337, 'Royal Mart', 12.910966012348096, 77.54924910601716, 'Department Store'), ('Chikkalasandra', 12.9121916, 77.5476337, 'More 4 U', 12.908711098118479, 77.54975852500898, 'Department Store'), ('Chikkalasandra', 12.9121916, 77.5476337, 'Vishal Mega Mart', 12.907890434808744, 77.5486165276037, 'Department Store'), ('Chikkalasandra', 12.9121916, 77.5476337, 'kona kafe', 12.906967227272393, 77.54882365543695, 'Paintball Field'), ('Chikkalasandra', 12.9121916, 77.5476337, 'Reliance Fresh', 12.905684476036866, 77.54387487631139, 'Department Store'), ('Chikkalasandra', 12.9121916, 77.5476337, 'Uttarahalli Bus Stop', 12.905588173623451, 77.54380573741298, 'Bus Station'), ('Chikkalasandra', 12.9121916, 77.5476337, 'Television Cultural and Sports Club', 12.90443498304745, 77.55200889803206, 'Sports Bar')], [('Uttarahalli', 12.9055682, 77.5455438, 'Rajatadhri Palace', 12.907450348767261, 77.54068696519278, 'Restaurant'), ('Uttarahalli', 12.9055682, 77.5455438, 'Cafe Coffee Day', 12.906877321694868, 77.54568765755995, 'Café'), ('Uttarahalli', 12.9055682, 77.5455438, 'Kanti Sweets', 12.911081427702225, 77.55168981800485, 'Bakery'), ('Uttarahalli', 12.9055682, 77.5455438, "Domino's Pizza", 12.91090105570454, 77.55144764757166, 'Pizza Place'), ('Uttarahalli', 12.9055682, 77.5455438, 'Uttarahalli Bus Stop', 12.905588173623451, 77.54380573741298, 'Bus Station'), ('Uttarahalli', 12.9055682, 77.5455438, 'Masala', 12.910110301321483, 77.5507309731067, 'Indian Restaurant'), ('Uttarahalli', 12.9055682, 77.5455438, 'Vishal Mega Mart', 12.907890434808744, 77.5486165276037, 'Department Store'), ('Uttarahalli', 12.9055682, 77.5455438, 'More 4 U', 12.908711098118479, 77.54975852500898, 'Department Store'), ('Uttarahalli', 12.9055682, 77.5455438, 'Television Cultural and Sports Club', 12.90443498304745, 77.55200889803206, 'Sports Bar'), ('Uttarahalli', 12.9055682, 77.5455438, 'Royal Mart', 12.910966012348096, 77.54924910601716, 'Department Store'), ('Uttarahalli', 12.9055682, 77.5455438, 'Janatha Hotel', 12.910298954490681, 77.55082871120368, 'Indian Restaurant'), ('Uttarahalli', 12.9055682, 77.5455438, 'fitness cube', 12.910351753234863, 77.551025390625, 'Gym'), ('Uttarahalli', 12.9055682, 77.5455438, 'new biriyani mane', 12.910917587342801, 77.55115241803642, 'Indian Restaurant')], [('Yelachenahalli', 12.897971, 77.5700846, 'Metro Cash And Carry', 12.892819007788184, 77.56666091218938, 'Department Store'), ('Yelachenahalli', 12.897971, 77.5700846, "Domino's Pizza", 12.893958506207284, 77.56815765318929, 'Pizza Place'), ('Yelachenahalli', 12.897971, 77.5700846, 'Pizza Hut', 12.904774067087066, 77.57336505154383, 'Pizza Place'), ('Yelachenahalli', 12.897971, 77.5700846, 'HSR Services, Kanakapura Road', 12.896796, 77.5724, 'Motorcycle Shop'), ('Yelachenahalli', 12.897971, 77.5700846, 'Sri Krishna Sagar Restaurant', 12.894009686227198, 77.56826819566781, 'Indian Restaurant'), ('Yelachenahalli', 12.897971, 77.5700846, 'Coffee Day Xpress', 12.893054885475712, 77.56675958633423, 'Café'), ('Yelachenahalli', 12.897971, 77.5700846, 'The Sports Club', 12.890087691283494, 77.57052457563535, 'Athletics & Sports'), ('Yelachenahalli', 12.897971, 77.5700846, 'Ice cafe', 12.899233936285148, 77.56175999867094, 'Café')], [('Jaraganahalli', 12.9002301, 77.57839574754473, 'The Pump House', 12.906654113952998, 77.58218444836054, 'Brewery'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Subway', 12.904060894268778, 77.58568840262973, 'Sandwich Place'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Fujian on 24th', 12.903671218217521, 77.58586546078527, 'Chinese Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Sree Krishna Sagar', 12.900036334886964, 77.58588198912229, 'South Indian Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'We Fitness, Health And Wellness Center', 12.90044276366464, 77.5860666989362, 'Gym / Fitness Center'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Pizza Hut', 12.904774067087066, 77.57336505154383, 'Pizza Place'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Bee Vee Bakery', 12.902532545351294, 77.58500839972486, 'Bakery'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Veekes & Thomas', 12.895986860277102, 77.58617298564238, 'Eastern European Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Cafe Coffee Day', 12.89236187836904, 77.58185714374198, 'Coffee Shop'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Polar Bear', 12.901947696321821, 77.58586221135745, 'Ice Cream Shop'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Baskin-Robbins', 12.90076691828163, 77.58589590414736, 'Ice Cream Shop'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Zaitoon', 12.903095439850073, 77.58579143810182, 'Middle Eastern Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Aurick Boutique Hotel', 12.906363, 77.578484, 'Boarding House'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Fujian', 12.90370715996, 77.58578625279456, 'Chinese Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Inchara', 12.90260178872124, 77.5838214250641, 'Indian Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, "Bengalooru Tiffany's", 12.891850267045752, 77.57904381972102, 'South Indian Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Kakori Grill House', 12.901744807554207, 77.58583405977242, 'Indian Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Big Market', 12.897156812778187, 77.5859876937897, 'Shopping Mall'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Grills N Rolls', 12.900485351725736, 77.58583685789537, 'Indian Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Adithya Veg Restaurant', 12.892888783314278, 77.58181566635902, 'Vegetarian / Vegan Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Skyline Pizzeria', 12.906272, 77.577623, 'Pizza Place'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'JP Nagar 6th Phase Last Bus Stop', 12.906420809878359, 77.5783606885879, 'Bus Station'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Donut Baker', 12.898999836526588, 77.58470703852902, 'Donut Shop'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'HSR Services, Kanakapura Road', 12.896796, 77.5724, 'Motorcycle Shop'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Mudpipe, JP Nagara', 12.901325, 77.58532, 'Café'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Chung Wah OPUS', 12.906572714496509, 77.58442487775667, 'Chinese Restaurant'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Igate Sarakki Bus Stop', 12.906436764474218, 77.57390491919939, 'Bus Stop'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'More', 12.90280068125747, 77.58645865792376, 'Department Store'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Yelachenahalli Metro Station', 12.896217111934673, 77.5701571959078, 'Metro Station'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'SLV Hotel', 12.895589850042853, 77.58628962429603, 'Breakfast Spot'), ('Jaraganahalli', 12.9002301, 77.57839574754473, 'Jaya Prakash Nagar Metro station', 12.90750751804109, 77.57297741433952, 'Metro Station')], [('Puttenahalli', 12.895432, 77.5806991, 'SLV Refreshments', 12.890905419953146, 77.58192661674394, 'Indian Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'Hakuna Matata', 12.894028445429306, 77.58650905555963, 'Lounge'), ('Puttenahalli', 12.895432, 77.5806991, 'Brahma Brews', 12.893477, 77.58662, 'Brewery'), ('Puttenahalli', 12.895432, 77.5806991, 'Sree Krishna Sagar', 12.900036334886964, 77.58588198912229, 'South Indian Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'Cafe Coffee Day', 12.89236187836904, 77.58185714374198, 'Coffee Shop'), ('Puttenahalli', 12.895432, 77.5806991, 'Woodrose Club', 12.892514780591748, 77.58317036910324, 'General Entertainment'), ('Puttenahalli', 12.895432, 77.5806991, 'We Fitness, Health And Wellness Center', 12.90044276366464, 77.5860666989362, 'Gym / Fitness Center'), ('Puttenahalli', 12.895432, 77.5806991, 'Cafe Pascucci', 12.889747412554243, 77.58190602064133, 'Café'), ('Puttenahalli', 12.895432, 77.5806991, 'Veekes & Thomas', 12.895986860277102, 77.58617298564238, 'Eastern European Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'Mango Tree', 12.889485722862545, 77.58461156952421, 'Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'Bee Vee Bakery', 12.902532545351294, 77.58500839972486, 'Bakery'), ('Puttenahalli', 12.895432, 77.5806991, 'Kabab Mahal', 12.886661391039604, 77.58206771732551, 'Indian Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'Baskin-Robbins', 12.90076691828163, 77.58589590414736, 'Ice Cream Shop'), ('Puttenahalli', 12.895432, 77.5806991, 'Polar Bear', 12.901947696321821, 77.58586221135745, 'Ice Cream Shop'), ('Puttenahalli', 12.895432, 77.5806991, "Bengalooru Tiffany's", 12.891850267045752, 77.57904381972102, 'South Indian Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'Adithya Veg Restaurant', 12.892888783314278, 77.58181566635902, 'Vegetarian / Vegan Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, "Domino's Pizza", 12.888, 77.585, 'Pizza Place'), ('Puttenahalli', 12.895432, 77.5806991, 'Big Market', 12.897156812778187, 77.5859876937897, 'Shopping Mall'), ('Puttenahalli', 12.895432, 77.5806991, 'Kakori Grill House', 12.901744807554207, 77.58583405977242, 'Indian Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'Donut Baker', 12.898999836526588, 77.58470703852902, 'Donut Shop'), ('Puttenahalli', 12.895432, 77.5806991, 'Inchara', 12.90260178872124, 77.5838214250641, 'Indian Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'SLV Hotel', 12.895589850042853, 77.58628962429603, 'Breakfast Spot'), ('Puttenahalli', 12.895432, 77.5806991, 'Grills N Rolls', 12.900485351725736, 77.58583685789537, 'Indian Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'Liquor Mart', 12.889828017333363, 77.58192565739823, 'Wine Shop'), ('Puttenahalli', 12.895432, 77.5806991, 'Just Books', 12.90177982553136, 77.58192006098895, 'Bookstore'), ('Puttenahalli', 12.895432, 77.5806991, 'Puttenahalli', 12.902049946375813, 77.58141740769639, 'Bus Station'), ('Puttenahalli', 12.895432, 77.5806991, 'Mudpipe, JP Nagara', 12.901325, 77.58532, 'Café'), ('Puttenahalli', 12.895432, 77.5806991, "Ammi's Biryani", 12.902133871558794, 77.58451676513921, 'Indian Restaurant'), ('Puttenahalli', 12.895432, 77.5806991, 'HSR Services, Kanakapura Road', 12.896796, 77.5724, 'Motorcycle Shop')], [('Bilekahalli', 12.8995934, 77.610317336124, 'Chai Point', 12.905726078974782, 77.605538135396, 'Tea Room'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Greens Garden', 12.905542072721252, 77.61054865790946, 'Bar'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Namana Garden', 12.892679430267643, 77.61024059659474, 'Indian Restaurant'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Heritage Fresh', 12.905170582878002, 77.61133253574371, 'Department Store'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Cafe Coffee Day', 12.90564864000125, 77.60600079047842, 'Café'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Medplus', 12.896578904103345, 77.61107359112745, 'Pharmacy'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Sana Super Market', 12.89502744840001, 77.61097235991308, 'Department Store'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Bangalore Horticulture', 12.902877069768476, 77.60633001068118, 'Farmers Market'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Heritage Fresh', 12.894513947106876, 77.60939508936637, 'Convenience Store'), ('Bilekahalli', 12.8995934, 77.610317336124, 'polar bear', 12.894363, 77.61101, 'Ice Cream Shop'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Trust Medicals', 12.89400842850153, 77.61045254838965, 'Pharmacy'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Shanghai Court', 12.893552, 77.61073, 'Asian Restaurant'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Elite Mess Kerala Style', 12.905850097257098, 77.61073229779429, 'Indian Restaurant'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Disney bakery', 12.90624487035036, 77.61076027266284, 'Bakery'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Pooja Super Market', 12.902859355429863, 77.60396776260981, 'Department Store'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Breadcrumbs', 12.892637651234798, 77.61122465505964, 'Bakery'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Elite mess', 12.899191768640211, 77.60264166471191, 'Indian Restaurant'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Kanti Sweets', 12.892919215951343, 77.60665348273211, 'Dessert Shop'), ('Bilekahalli', 12.8995934, 77.610317336124, 'BBMP Park', 12.891981362819735, 77.60842154689055, 'Park'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Shree Ganesha Condiments', 12.907187, 77.607758, 'Bakery'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Nilgiris', 12.906197077095069, 77.60525871914683, 'Department Store'), ('Bilekahalli', 12.8995934, 77.610317336124, 'Kalpavruksha', 12.90346, 77.60231, 'Indian Restaurant')], [('Hongasandra', 12.8975365, 77.62807526594204, 'Pizza Hut', 12.899474279638833, 77.63143741915844, 'Pizza Place'), ('Hongasandra', 12.8975365, 77.62807526594204, 'Pizza Hut', 12.896178, 77.635172, 'Pizza Place'), ('Hongasandra', 12.8975365, 77.62807526594204, 'Hotel Ibis', 12.901014773407669, 77.63212547314244, 'Hotel Bar'), ('Hongasandra', 12.8975365, 77.62807526594204, "Faaso's", 12.899974590155443, 77.62262100527339, 'Indian Restaurant'), ('Hongasandra', 12.8975365, 77.62807526594204, 'Coupons', 12.898302294675066, 77.6340513625584, "Men's Store"), ('Hongasandra', 12.8975365, 77.62807526594204, 'Hemadri Ceramics', 12.903000626419335, 77.63182899511291, 'Furniture / Home Store'), ('Hongasandra', 12.8975365, 77.62807526594204, 'Karim Darbar', 12.903476421420455, 77.6244727332847, 'Indian Restaurant'), ('Hongasandra', 12.8975365, 77.62807526594204, 'Adda', 12.8945552652529, 77.62006433978367, 'Indian Restaurant'), ('Hongasandra', 12.8975365, 77.62807526594204, 'Fooday kabab center', 12.905932870493457, 77.62922778642283, 'Indian Restaurant'), ('Hongasandra', 12.8975365, 77.62807526594204, 'Pepe Jeans London', 12.906063396436238, 77.6290991229256, 'Clothing Store'), ('Hongasandra', 12.8975365, 77.62807526594204, 'GB Palya', 12.89450385743019, 77.63660051820823, 'Bus Station')], [('Mangammanapalya', 12.8957595, 77.64570119478071, 'Mughal Treat', 12.90368049969952, 77.64954191416928, 'Middle Eastern Restaurant'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'cafe coffee day', 12.891632546744693, 77.64119625091553, 'Coffee Shop'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'Shopon Supermarket', 12.89976943302705, 77.64942053511247, 'Department Store'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'Kitchen Amalgamated', 12.899443165713565, 77.6500749207729, 'Indian Restaurant'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'Families Supermarket', 12.899800425999395, 77.65110969543457, 'Department Store'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'Krishna Sagar Greens', 12.890108748469912, 77.63968260183535, 'Indian Restaurant'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'Sri Krishna Sagar', 12.889988569566658, 77.63957073095065, 'Indian Restaurant'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'Melange', 12.889850234983834, 77.63965463412461, 'Indian Restaurant'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'Namma Shuttle', 12.903919, 77.64757, 'Badminton Court'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'Eeka Melange', 12.889854, 77.639615, 'Asian Restaurant'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'kudlu gate', 12.889163832475063, 77.64018601943732, 'Bus Station'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'Prerana Motors', 12.890918771815617, 77.63841845435307, 'Automotive Shop'), ('Mangammanapalya', 12.8957595, 77.64570119478071, 'GB Palya', 12.89450385743019, 77.63660051820823, 'Bus Station')], [('Singasandra', 12.88027485, 77.65475374894244, 'Zaika E Delhi', 12.87419590180733, 77.64924715023788, 'Indian Restaurant'), ('Singasandra', 12.88027485, 77.65475374894244, 'Nila Cafe', 12.884373488135486, 77.6493813837126, 'Kerala Restaurant'), ('Singasandra', 12.88027485, 77.65475374894244, 'Accenture Bang 7 Gym', 12.874602067575621, 77.65859836463207, 'Gym'), ('Singasandra', 12.88027485, 77.65475374894244, 'Bangalore', 12.886818, 77.657875, 'Hotel'), ('Singasandra', 12.88027485, 77.65475374894244, 'E-city bar', 12.8741975116744, 77.64969619253888, 'Bar'), ('Singasandra', 12.88027485, 77.65475374894244, 'Kotae Gardens', 12.873219, 77.65033, 'Indian Restaurant'), ('Singasandra', 12.88027485, 77.65475374894244, 'Unlock Bar', 12.879802676245246, 77.64594719346242, 'Bar')], [('Begur', 12.8633887, 77.61301120503904, 'SNN Raj Serenity Playground', 12.8592446449281, 77.61477180176821, 'Playground'), ('Begur', 12.8633887, 77.61301120503904, 'Axis Bank ATM', 12.86014, 77.60627, 'ATM'), ('Begur', 12.8633887, 77.61301120503904, 'Eagle ridge resort', 12.856541325475543, 77.60846630764857, 'Resort'), ('Begur', 12.8633887, 77.61301120503904, 'Magic Lake', 12.868627, 77.605747, 'Lake')], [('Arakere', 12.87847015, 77.60417911152601, 'Ingu Tengu', 12.88326792286104, 77.6075135133043, 'South Indian Restaurant'), ('Arakere', 12.87847015, 77.60417911152601, 'Swensens', 12.876071367527341, 77.59554190286784, 'Ice Cream Shop'), ('Arakere', 12.87847015, 77.60417911152601, 'Cinepolis', 12.876119022912667, 77.5954554873148, 'Multiplex'), ('Arakere', 12.87847015, 77.60417911152601, 'Simply Indian', 12.879522855385888, 77.60974757680994, 'Indian Restaurant'), ('Arakere', 12.87847015, 77.60417911152601, 'The Pint Room', 12.875989181614791, 77.59560191084213, 'Beer Garden'), ('Arakere', 12.87847015, 77.60417911152601, 'Amoeba', 12.876073339647956, 77.59552145317512, 'Bowling Alley'), ('Arakere', 12.87847015, 77.60417911152601, 'Cinepolis Audi - 6', 12.876054780483328, 77.5955712354189, 'Multiplex'), ('Arakere', 12.87847015, 77.60417911152601, "Domino's Pizza", 12.885, 77.604, 'Pizza Place'), ('Arakere', 12.87847015, 77.60417911152601, 'Cafe Coffee Day', 12.875987398706526, 77.59558566653209, 'Café'), ('Arakere', 12.87847015, 77.60417911152601, 'Royal Meenakshi Mall', 12.876093387219726, 77.59547934754069, 'Shopping Mall'), ('Arakere', 12.87847015, 77.60417911152601, 'Hulimavu Lake', 12.880224148487953, 77.60375514036774, 'Lake'), ('Arakere', 12.87847015, 77.60417911152601, 'Seed Cafe & Momo Adda', 12.883400199530042, 77.60548967853308, 'Dumpling Restaurant'), ('Arakere', 12.87847015, 77.60417911152601, 'Sports Alley', 12.876764, 77.60522, 'Badminton Court'), ('Arakere', 12.87847015, 77.60417911152601, 'Kalmane Koffees', 12.876041521744403, 77.59550777620548, 'Café'), ('Arakere', 12.87847015, 77.60417911152601, 'Intalia', 12.876084981635836, 77.59552375472182, 'Italian Restaurant'), ('Arakere', 12.87847015, 77.60417911152601, 'Big Bazaar', 12.876129683669557, 77.59561586079359, 'Supermarket'), ('Arakere', 12.87847015, 77.60417911152601, 'Guru Palace', 12.876641113476484, 77.59547638509554, 'Dive Bar'), ('Arakere', 12.87847015, 77.60417911152601, 'Shoppers Stop', 12.875724969099693, 77.59925640740242, 'Department Store'), ('Arakere', 12.87847015, 77.60417911152601, 'Krishna Kuteer', 12.878848, 77.60997, 'South Indian Restaurant'), ('Arakere', 12.87847015, 77.60417911152601, "Amma's Pastries", 12.879938, 77.60983, 'Bakery'), ('Arakere', 12.87847015, 77.60417911152601, 'Barista Lavazza', 12.87608039549676, 77.59557720117378, 'Café'), ('Arakere', 12.87847015, 77.60417911152601, "McDonald's", 12.876004039267125, 77.59558185286112, 'Fast Food Restaurant'), ('Arakere', 12.87847015, 77.60417911152601, 'Croma', 12.876043796040257, 77.5955380063035, 'Electronics Store'), ('Arakere', 12.87847015, 77.60417911152601, 'Max', 12.87600407935001, 77.59562405645968, 'Clothing Store'), ('Arakere', 12.87847015, 77.60417911152601, 'Cinepolis - Audi 4', 12.876418828137721, 77.5963634706781, 'Movie Theater'), ('Arakere', 12.87847015, 77.60417911152601, 'Cinepolis - Audi 1', 12.877943834174463, 77.59596617570477, 'Movie Theater'), ('Arakere', 12.87847015, 77.60417911152601, 'Home Stop', 12.876030809019495, 77.59587104853183, 'Furniture / Home Store'), ('Arakere', 12.87847015, 77.60417911152601, 'Reliance Digital', 12.879269193843411, 77.59550417862826, 'Electronics Store'), ('Arakere', 12.87847015, 77.60417911152601, 'Mamacita', 12.876007205623536, 77.59570598602295, 'Mexican Restaurant'), ('Arakere', 12.87847015, 77.60417911152601, 'Sapna Book House', 12.875542540588409, 77.5958206870549, 'Bookstore'), ('Arakere', 12.87847015, 77.60417911152601, 'Health n Glow', 12.875923533168478, 77.59557723999023, 'Cosmetics Shop'), ('Arakere', 12.87847015, 77.60417911152601, 'Cinepolis - Audi 7', 12.875954829479747, 77.59555279156916, 'Multiplex'), ('Arakere', 12.87847015, 77.60417911152601, 'Kabab Magic', 12.882240096262503, 77.59602213282785, 'Indian Restaurant')], [('Gottigere', 12.8565317, 77.5877237, 'Apoorva Garden', 12.854202357867175, 77.58902727752296, 'Indian Restaurant'), ('Gottigere', 12.8565317, 77.5877237, 'Guru Greens', 12.854075392604482, 77.58917277492488, 'Indian Restaurant'), ('Gottigere', 12.8565317, 77.5877237, 'Uphara Banashree', 12.853602317107171, 77.58847326646982, 'Indian Restaurant'), ('Gottigere', 12.8565317, 77.5877237, 'DMart Gottigere', 12.853606, 77.58863, 'Department Store'), ('Gottigere', 12.8565317, 77.5877237, 'Grasshopper', 12.86404050978269, 77.59004509702267, 'Italian Restaurant'), ('Gottigere', 12.8565317, 77.5877237, 'Panipuriwala @ Food World', 12.849774648684944, 77.58842849778124, 'Food Truck'), ('Gottigere', 12.8565317, 77.5877237, 'M K Ahmed Bazaar', 12.862962887246544, 77.5908963452742, 'Department Store')], [('Konanakunte', 12.8792861, 77.5697529, 'Reliance Fresh', 12.882915464627487, 77.56618186320381, 'Department Store'), ('Konanakunte', 12.8792861, 77.5697529, 'Ice and Juice', 12.879974611184796, 77.56420044144554, 'Juice Bar'), ('Konanakunte', 12.8792861, 77.5697529, 'Surabhi Restaurant', 12.885096292465297, 77.56726211527199, 'Indian Restaurant'), ('Konanakunte', 12.8792861, 77.5697529, 'Kai Kai Ruchi', 12.886424, 77.566039, 'Vegetarian / Vegan Restaurant')], [('Anjanapur', 12.8549, 77.5543, 'capital club resorts', 12.855978909708034, 77.55565306417272, 'Pool'), ('Anjanapur', 12.8549, 77.5543, 'Vajramuni Nursery', 12.85999870300293, 77.54788970947266, 'Flower Shop')], [('Vasanthapura', 12.88929715, 77.55955229173568, 'Metro Cash And Carry', 12.892819007788184, 77.56666091218938, 'Department Store'), ('Vasanthapura', 12.88929715, 77.55955229173568, 'ISRO Layout', 12.898286264860383, 77.55931390582492, 'Neighborhood'), ('Vasanthapura', 12.88929715, 77.55955229173568, 'Konanakunte Cross', 12.889549143635849, 77.56350637591234, 'Bus Station'), ('Vasanthapura', 12.88929715, 77.55955229173568, 'Kai Kai Ruchi', 12.886424, 77.566039, 'Vegetarian / Vegan Restaurant'), ('Vasanthapura', 12.88929715, 77.55955229173568, 'Coffee Day Xpress', 12.893054885475712, 77.56675958633423, 'Café')], [('Hemmigepura', 12.93104555, 77.50858049727903, 'Subway', 12.931221657621851, 77.51531442110993, 'Sandwich Place'), ('Hemmigepura', 12.93104555, 77.50858049727903, 'Coffee Day Global Village', 12.92274685502277, 77.50641349383126, 'Café'), ('Hemmigepura', 12.93104555, 77.50858049727903, 'Snap Fitness', 12.930120959011765, 77.51512690299687, 'Gym'), ('Hemmigepura', 12.93104555, 77.50858049727903, 'Queen Star Football Club', 12.930385027708398, 77.5155496080043, 'Soccer Field'), ('Hemmigepura', 12.93104555, 77.50858049727903, 'METRO Cash & Carry', 12.92656, 77.502599, 'Big Box Store'), ('Hemmigepura', 12.93104555, 77.50858049727903, "Cheffu 'n' Stuffu", 12.92625, 77.51475, 'Diner'), ('Hemmigepura', 12.93104555, 77.50858049727903, 'Hot & Cool Corner - Chinese Fast Food', 12.928924430333163, 77.51714944839478, 'Chinese Restaurant'), ('Hemmigepura', 12.93104555, 77.50858049727903, 'Oasis Restaurant', 12.922658549701193, 77.5063630926423, 'Indian Restaurant'), ('Hemmigepura', 12.93104555, 77.50858049727903, 'Trident Auto Honda', 12.935974312931263, 77.51616557138011, 'Auto Garage')]]
Number of Neighbourhoods at the City  198
In [82]:
blr_venues.head()
Out[82]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Kempegowda 13.109018 77.60190 Gokul Vegetarian 13.104534 77.600152 Vegetarian / Vegan Restaurant
1 Kempegowda 13.109018 77.60190 Yelahanka lake 13.103729 77.602205 Lake
2 Kempegowda 13.109018 77.60190 Gobi Adda 13.103732 77.602401 Food Truck
3 Kempegowda 13.109018 77.60190 Udupi Grand, Kogilu Cross 13.103455 77.600627 Fast Food Restaurant
4 Chowdeshwari 12.925190 77.58802 Krazzy Folds 12.927195 77.586100 Mexican Restaurant
In [83]:
# Seoul Venues
seoul_venues = getNearbyVenues(df_neigh.loc[df_neigh['City'] == 'Seoul', 'Neighbourhood'],
                               df_neigh.loc[df_neigh['City'] == 'Seoul', 'Latitude'], 
                               df_neigh.loc[df_neigh['City'] == 'Seoul', 'Longitude'])
Dobong-gu
Dongdaemun-gu
Dongjak-gu
Eunpyeong-gu
Gangbuk-gu
Gangdong-gu
Gangnam-gu
Gangseo-gu
Geumcheon-gu
Guro-gu
Gwanak-gu
Gwangjin-gu
Jongno-gu
Jung-gu
Jungnang-gu
Mapo-gu
Nowon-gu
Seocho-gu
Seodaemun-gu
Seongbuk-gu
Seongdong-gu
Songpa-gu
Yangcheon-gu
Yeongdeungpo-gu
Yongsan-gu
Seoul
Venues list:  [[('Dobong-gu', 37.6792077, 127.0455468, '무수옥', 37.67721037319791, 127.04416162788739, 'Korean Restaurant'), ('Dobong-gu', 37.6792077, 127.0455468, '서울창포원', 37.685423078420506, 127.04809219139601, 'Park'), ('Dobong-gu', 37.6792077, 127.0455468, '삼오집', 37.677561, 127.04461097716916, 'Korean Restaurant'), ('Dobong-gu', 37.6792077, 127.0455468, 'PARIS BAGUETTE', 37.683948387163234, 127.04593045772125, 'Bakery'), ('Dobong-gu', 37.6792077, 127.0455468, 'LOTTE CINEMA Suraksan (롯데시네마 수락산)', 37.676849085200374, 127.05547928810121, 'Multiplex'), ('Dobong-gu', 37.6792077, 127.0455468, 'Baskin-Robbins', 37.67719822332733, 127.05547622372755, 'Ice Cream Shop'), ('Dobong-gu', 37.6792077, 127.0455468, 'EDIYA COFFEE', 37.67801098831229, 127.04503669096334, 'Café'), ('Dobong-gu', 37.6792077, 127.0455468, 'CAFE BEGINNING', 37.676469, 127.04792, 'Café'), ('Dobong-gu', 37.6792077, 127.0455468, '평양칼국수', 37.675750612749994, 127.05552750425782, 'Korean Restaurant'), ('Dobong-gu', 37.6792077, 127.0455468, '도봉한신아파트 버스정류장 (10-003)', 37.6853142504504, 127.04816041990588, 'Bus Stop'), ('Dobong-gu', 37.6792077, 127.0455468, '춘천집 닭갈비', 37.678694026950915, 127.05529281114872, 'Korean Restaurant'), ('Dobong-gu', 37.6792077, 127.0455468, 'May Dining', 37.677930305470845, 127.03526808099275, 'Garden'), ('Dobong-gu', 37.6792077, 127.0455468, '은행골', 37.670862295362234, 127.04667091369629, 'Sushi Restaurant'), ('Dobong-gu', 37.6792077, 127.0455468, '하이마트', 37.67490661590292, 127.05487847328186, 'Electronics Store')], [('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'COFFEE D.N.A', 37.59893164610092, 127.05779867710676, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '경희대학교 평화의 전당', 37.598481832084495, 127.05292489209467, 'College Theater'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'ALOCASIA', 37.591561091680376, 127.0488487087194, 'Café'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '영화장', 37.59651374636148, 127.06084689230043, 'Chinese Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '8번가', 37.59270175676385, 127.05203670858874, 'Café'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '홍릉수목원 (국립산림과학원)', 37.59192544570752, 127.04302407848633, 'Forest'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Starbucks (스타벅스)', 37.5916249169009, 127.05222498550957, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Starbucks', 37.590781970192666, 127.05646820724976, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '스시해나루', 37.591881107943365, 127.05239378279546, 'Sushi Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Starbucks (스타벅스)', 37.59534982432037, 127.05927433208207, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'CIBO', 37.59914131700725, 127.05782296913695, 'Italian Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'PARIS BAGUETTE', 37.59846952741363, 127.05760468709177, 'Bakery'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Starbucks (스타벅스)', 37.592952401960616, 127.05257516311153, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Baskin-Robbins (배스킨라빈스)', 37.59262903072585, 127.05249702201111, 'Ice Cream Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '설 (雪)', 37.592344111727286, 127.0524460720616, 'Japanese Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'The Coffee Bean & Tea Leaf (커피빈)', 37.592438, 127.052574, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'PARIS BAGUETTE', 37.592559088722545, 127.05236862805559, 'Bakery'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'The Coffee Bean & Tea Leaf (커피빈)', 37.596163964585955, 127.06000039804036, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '낙서파전', 37.589394617655536, 127.0562379519533, 'Korean Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, "McDonald's (맥도날드)", 37.595738582913526, 127.06183848257575, 'Fast Food Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, "Dunkin'", 37.5926096684525, 127.05245710840008, 'Donut Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '이모네파전', 37.589283012685584, 127.05623772054626, 'Korean Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '회기왕족발보쌈', 37.59094127884838, 127.05369232954901, 'Korean Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Starbucks (스타벅스)', 37.59582999356954, 127.06152414378478, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Baskin-Robbins (배스킨라빈스)', 37.59550913, 127.062199, 'Ice Cream Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'artisée (아티제)', 37.596162112752815, 127.05989362402875, 'Café'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'PARIS BAGUETTE', 37.59610661365115, 127.06131374210301, 'Bakery'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'PARIS BAGUETTE', 37.589987563199436, 127.05726763722473, 'Bakery'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, "Dunkin'", 37.59626153752458, 127.06071138029723, 'Donut Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '봉추(鳳雛)찜닭', 37.59243200678063, 127.05297052961002, 'Korean Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Nova Italiano', 37.59319574504951, 127.05283260931562, 'Italian Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '아비꼬 (あびこ) (아비꼬)', 37.592684715789446, 127.05209852784567, 'Japanese Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'emart (이마트)', 37.59822774421141, 127.06162268564347, 'Supermarket'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Benikea Hotel KP', 37.58955224347105, 127.05701877660381, 'Hotel'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'TWOSOME+ COFFEE', 37.592275260662774, 127.05236468796218, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '스시래', 37.591218695774494, 127.05651015382233, 'Sushi Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '민들레영토', 37.59194197928792, 127.05046103299492, 'Coffee Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '농촌경제연구원 (06-272)', 37.59149909404116, 127.0491626987163, 'Bus Stop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Kaffee Tasse', 37.591547571157946, 127.04893072822543, 'Café'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, "One's May", 37.59014, 127.055649, 'Café'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Pizza School (피자스쿨)', 37.5958952775921, 127.06160072851493, 'Pizza Place'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '육회지존', 37.590013, 127.056302, 'Korean Restaurant'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'Home plus express (홈플러스 익스프레스)', 37.59931446261023, 127.06192157161735, 'Supermarket'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, '베스킨라빈스31 외대역점', 37.595595, 127.062306, 'Ice Cream Shop'), ('Dongdaemun-gu', 37.5971213, 127.0519867234501, 'OLIVE YOUNG (올리브영)', 37.59551714625356, 127.06246127804144, 'Cosmetics Shop')], [('Dongjak-gu', 37.5029727, 126.9803578, '동작대교 구름카페', 37.505905, 126.981031, 'Café'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Humming Way (허밍웨이)', 37.502424901574734, 126.98181198710517, 'Trail'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Seoul Memorial Cemetery (국립서울현충원)', 37.50241284320865, 126.97363355000778, 'Cemetery'), ('Dongjak-gu', 37.5029727, 126.9803578, '동작대교 노을카페', 37.50597825397601, 126.9800544609759, 'Café'), ('Dongjak-gu', 37.5029727, 126.9803578, '맷돌로만', 37.50096586432692, 126.98648047242744, 'Korean Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Cafe L’EMBELLIR (카페 람베리)', 37.498143, 126.985315, 'Café'), ('Dongjak-gu', 37.5029727, 126.9803578, 'COFFEE PRESIDENT (커피프레지던트)', 37.49678341928089, 126.98359950567507, 'Coffee Shop'), ('Dongjak-gu', 37.5029727, 126.9803578, '흥미면옥', 37.502360355225214, 126.98604191660857, 'Korean Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, 'h + y', 37.503570431117076, 126.98813226515337, 'Café'), ('Dongjak-gu', 37.5029727, 126.9803578, '동작대교 전망카페', 37.50586988630176, 126.980969591383, 'Café'), ('Dongjak-gu', 37.5029727, 126.9803578, '동작대교 남단 자전거도로', 37.505671866392916, 126.98053728135515, 'Outdoors & Recreation'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Iron Pub', 37.502841486262845, 126.98590511662802, 'Bar'), ('Dongjak-gu', 37.5029727, 126.9803578, '돈키', 37.50255220392999, 126.98626937090516, 'Japanese Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, '댓짱돈까스', 37.49751620989649, 126.98582755679011, 'Japanese Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Apple House (애플하우스)', 37.501926378865264, 126.99007921083137, 'Bunsik Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, 'ROLLING PIN', 37.49789950674687, 126.98512958336532, 'Bakery'), ('Dongjak-gu', 37.5029727, 126.9803578, '희객', 37.495215115296986, 126.98383315286429, 'Chinese Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, '반포치킨', 37.50181832772573, 126.9893553246109, 'Fried Chicken Joint'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Bottayasan (봇타야산)', 37.498341, 126.985316, 'Japanese Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, '박종근 과자점', 37.50155037573111, 126.98813370748151, 'Dessert Shop'), ('Dongjak-gu', 37.5029727, 126.9803578, 'HANSSEM', 37.49755055025844, 126.98597281764087, 'Furniture / Home Store'), ('Dongjak-gu', 37.5029727, 126.9803578, '버거킹', 37.496845, 126.985693, 'Fast Food Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, 'PARIS CROISSANT Café (파리크라상)', 37.501795923324835, 126.98919093527378, 'Bakery'), ('Dongjak-gu', 37.5029727, 126.9803578, '스마일포차', 37.50210841936958, 126.99038298020203, 'Pub'), ('Dongjak-gu', 37.5029727, 126.9803578, '왕금성', 37.501726325968164, 126.98885250352683, 'Chinese Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Café Contigo (카페꼰띠고)', 37.49847108313509, 126.98487484027333, 'Coffee Shop'), ('Dongjak-gu', 37.5029727, 126.9803578, 'HOLLYS COFFEE', 37.501277771068395, 126.98668430720929, 'Coffee Shop'), ('Dongjak-gu', 37.5029727, 126.9803578, '스노우볼', 37.50198019907719, 126.99007530189844, 'Café'), ('Dongjak-gu', 37.5029727, 126.9803578, '루안', 37.49825945281217, 126.98506883150912, 'Chinese Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, '소운빙', 37.501963471458716, 126.99007580004636, 'Dessert Shop'), ('Dongjak-gu', 37.5029727, 126.9803578, 'The Coffee Bean & Tea Leaf (커피빈)', 37.501534474247094, 126.9874010035366, 'Coffee Shop'), ('Dongjak-gu', 37.5029727, 126.9803578, '이담 커피창고', 37.501779990459816, 126.9817228108838, 'Café'), ('Dongjak-gu', 37.5029727, 126.9803578, 'ID 20-133 (국립현충원)', 37.50223483686867, 126.97970844839186, 'Bus Stop'), ('Dongjak-gu', 37.5029727, 126.9803578, '한샘본사 (한샘)', 37.4979767383514, 126.9866238700335, 'Office'), ('Dongjak-gu', 37.5029727, 126.9803578, '국립현충원교차로', 37.50398758317485, 126.97557091712952, 'Intersection'), ('Dongjak-gu', 37.5029727, 126.9803578, '코니돈부리', 37.502459989492316, 126.98598216519653, 'Japanese Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, 'levain BAKERY', 37.50092572135538, 126.98625566048293, 'Bakery'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Caffé bene', 37.50148760718318, 126.98703427683797, 'Coffee Shop'), ('Dongjak-gu', 37.5029727, 126.9803578, '흑석동 입구 한강 쉼터', 37.506330763477614, 126.97432295090675, 'Park'), ('Dongjak-gu', 37.5029727, 126.9803578, "Jay's Diner", 37.503510918344084, 126.98785473368473, 'Steakhouse'), ('Dongjak-gu', 37.5029727, 126.9803578, '요리왕', 37.503609795839424, 126.98788095979293, 'Chinese Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, 'The Coffee Bean & Tea Leaf (커피빈)', 37.495826407423955, 126.98571520531758, 'Coffee Shop'), ('Dongjak-gu', 37.5029727, 126.9803578, 'bouvardia', 37.503557579953096, 126.98817469156084, 'Café'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Pho Bay', 37.497933, 126.985175, 'Asian Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, '샛집 남원 추어탕', 37.503698953622234, 126.98886180947108, 'Korean Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Bakersfield', 37.50171932714892, 126.98898432104203, 'Bakery'), ('Dongjak-gu', 37.5029727, 126.9803578, 'Dino Meat Grill House (공룡고기)', 37.501743349599494, 126.98949771206526, 'Korean Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, '12BL', 37.50395299430984, 126.98979795783129, 'Café'), ('Dongjak-gu', 37.5029727, 126.9803578, '한강산책로 입구', 37.50673758667971, 126.97174487759462, 'River'), ('Dongjak-gu', 37.5029727, 126.9803578, '흑석2동한강현대APT (20-131)', 37.50578956393359, 126.97113990783691, 'Bus Station'), ('Dongjak-gu', 37.5029727, 126.9803578, 'EDIYA COFFEE', 37.50226036013872, 126.99041960244756, 'Coffee Shop'), ('Dongjak-gu', 37.5029727, 126.9803578, '밥', 37.50215627, 126.990416, 'Asian Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, "Mom's Touch (맘스터치)", 37.50214708449013, 126.9905664633694, 'Fast Food Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, '엔야', 37.50209193569622, 126.99077968475174, 'Japanese Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, '독도참치', 37.50209520862267, 126.99078150918587, 'Sushi Restaurant'), ('Dongjak-gu', 37.5029727, 126.9803578, '총각네 야채가게', 37.49655378840936, 126.98817993676023, 'Fruit & Vegetable Store')], [('Eunpyeong-gu', 37.627176, 126.925664, '연신내문고', 37.61995160826412, 126.92031978525318, 'Bookstore'), ('Eunpyeong-gu', 37.627176, 126.925664, 'Burger King (버거킹)', 37.627325, 126.919389, 'Fast Food Restaurant'), ('Eunpyeong-gu', 37.627176, 126.925664, '은평구민체육센터', 37.63105589113398, 126.92380873463927, 'Gym'), ('Eunpyeong-gu', 37.627176, 126.925664, 'Starbucks (스타벅스)', 37.61891290137277, 126.92162671800706, 'Coffee Shop'), ('Eunpyeong-gu', 37.627176, 126.925664, 'PARIS BAGUETTE', 37.62111505954903, 126.92618608474731, 'Bakery'), ('Eunpyeong-gu', 37.627176, 126.925664, 'PARIS BAGUETTE', 37.634234, 126.925086, 'Bakery'), ('Eunpyeong-gu', 37.627176, 126.925664, 'LOTTE Super (롯데슈퍼)', 37.618717244167605, 126.92212772347202, 'Supermarket'), ('Eunpyeong-gu', 37.627176, 126.925664, 'Starbucks (스타벅스)', 37.620171, 126.920103, 'Coffee Shop'), ('Eunpyeong-gu', 37.627176, 126.925664, '연서시장', 37.619509, 126.922249, 'Market'), ('Eunpyeong-gu', 37.627176, 126.925664, '갈현동 할머니 떡볶이', 37.623464, 126.918818, 'Bunsik Restaurant'), ('Eunpyeong-gu', 37.627176, 126.925664, '애슐리 (Ashley)', 37.618718695446155, 126.92225840923625, 'Buffet'), ('Eunpyeong-gu', 37.627176, 126.925664, 'EDIYA COFFEE', 37.621058, 126.920249, 'Coffee Shop'), ('Eunpyeong-gu', 37.627176, 126.925664, '할머니떡볶이', 37.623559483636356, 126.9172356675041, 'Korean Restaurant'), ('Eunpyeong-gu', 37.627176, 126.925664, '치킨마루', 37.6348169960988, 126.92800846889442, 'Fried Chicken Joint'), ('Eunpyeong-gu', 37.627176, 126.925664, '스시웨이', 37.63297488617578, 126.91887373936784, 'Japanese Restaurant'), ('Eunpyeong-gu', 37.627176, 126.925664, '북한산 둘레길 8구간 구름정원길', 37.62455421595089, 126.93578259163162, 'Trail'), ('Eunpyeong-gu', 37.627176, 126.925664, '알파문구', 37.619609, 126.920387, 'Paper / Office Supplies Store')], [('Gangbuk-gu', 37.6386227, 127.0148565069853, '엘림 들깨수제비칼국수', 37.64002465584329, 127.01194480928193, 'Korean Restaurant'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, '다래함박스텍', 37.632802504707, 127.01884741173764, 'Korean Restaurant'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, 'Baskin-Robbins', 37.63741187390356, 127.02511610557863, 'Ice Cream Shop'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, "McDonald's (맥도날드)", 37.637887, 127.025939, 'Fast Food Restaurant'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, '수유리 우동집', 37.6347697383422, 127.02450082018979, 'Udon Restaurant'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, '서당골 시골집', 37.647023, 127.017244, 'Korean Restaurant'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, "Dunkin'", 37.63681790171274, 127.0245043812611, 'Donut Shop'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, "Dunkin'", 37.6378201178635, 127.02537417411804, 'Donut Shop'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, 'PENELOPE', 37.63776772630541, 127.02304817607667, 'Brewery'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, 'Starbucks (스타벅스)', 37.63814296602947, 127.02595353126526, 'Coffee Shop'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, 'PARIS BAGUETTE', 37.63776597424828, 127.02563997455256, 'Bakery'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, 'Gaori Stn. (가오리역)', 37.64205951229774, 127.01655775308608, 'Light Rail Station'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, 'TOUS les JOURS', 37.634370652526364, 127.0178371667862, 'Bakery'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, '옛가칼국수', 37.64357377511375, 127.02194071181844, 'Noodle House'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, '설빙', 37.63785563044491, 127.02606665496583, 'Dessert Shop'), ('Gangbuk-gu', 37.6386227, 127.0148565069853, '북한산 둘레길 흰구름길 입구', 37.642129590586485, 127.0044854384592, 'Trail')], [('Gangdong-gu', 37.5695007, 127.1779406121543, 'Starbucks (스타벅스)', 37.569468, 127.184191, 'Coffee Shop'), ('Gangdong-gu', 37.5695007, 127.1779406121543, 'Baskin-Robbins', 37.56492947021853, 127.17483167694941, 'Ice Cream Shop'), ('Gangdong-gu', 37.5695007, 127.1779406121543, 'Dunkin Donuts (던킨도너츠)', 37.569469, 127.184184, 'Donut Shop'), ('Gangdong-gu', 37.5695007, 127.1779406121543, 'PARIS BAGUETTE (파리바게뜨)', 37.565681564980906, 127.17442360215158, 'Bakery'), ('Gangdong-gu', 37.5695007, 127.1779406121543, "Dunkin'", 37.56578564066689, 127.17414108747599, 'Donut Shop'), ('Gangdong-gu', 37.5695007, 127.1779406121543, 'GS supermarket (하남미사점)', 37.574723, 127.182943, 'Big Box Store'), ('Gangdong-gu', 37.5695007, 127.1779406121543, 'Laspo Gym (라스포짐)', 37.566039725006114, 127.17347665044652, 'Gym'), ('Gangdong-gu', 37.5695007, 127.1779406121543, 'LOTTERIA (롯데리아)', 37.5659765137014, 127.1732883049771, 'Fast Food Restaurant'), ('Gangdong-gu', 37.5695007, 127.1779406121543, 'BnR', 37.564945532021476, 127.1738638034764, 'Café'), ('Gangdong-gu', 37.5695007, 127.1779406121543, '강일IC', 37.57168782076523, 127.16905563389105, 'Road'), ('Gangdong-gu', 37.5695007, 127.1779406121543, '강동공영차고지', 37.561199603420086, 127.17946159448306, 'Bus Station')], [('Gangnam-gu', 37.51787265, 127.056771901232, 'Gilmok (길목)', 37.51913550240111, 127.05673047523192, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, '청국장과 보리밥', 37.52010576776749, 127.0557415422746, 'Vegetarian / Vegan Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '곰바위', 37.515010201086724, 127.05898913599573, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'The Round (더라운드)', 37.51999782572965, 127.0576234945805, 'Chinese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Boutique M', 37.51345946808332, 127.05852290088627, 'Multiplex'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.52207560550944, 127.05632990995647, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'InterContinental Seoul Coex Lobby Lounge (인터컨티넨탈호텔 서울코엑스 로비라운지)', 37.513480969260385, 127.05743855515918, 'Hotel Bar'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'InterContinental Seoul COEX Hotel (인터컨티넨탈 서울 코엑스)', 37.51331205599119, 127.05739973520738, 'Hotel'), ('Gangnam-gu', 37.51787265, 127.056771901232, '삼성원조양곱창', 37.52092132235157, 127.05782296178864, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Cosmopolitan Fitness Club (코스모폴리탄 피트니스클럽)', 37.513451913206005, 127.05744533660442, 'Gym / Fitness Center'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Papaho (파파호)', 37.52224492078675, 127.0556335207111, 'Vietnamese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'STEM COFFEE (스템커피)', 37.51342437984608, 127.05887806733442, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, '청담스포피아', 37.52224717384669, 127.05233194400752, 'Golf Course'), ('Gangnam-gu', 37.51787265, 127.056771901232, '청담미역', 37.52192671318722, 127.05515312277174, 'Gukbap Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'MEGABOX Coex (메가박스 코엑스)', 37.51341343861896, 127.05883735743147, 'Multiplex'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'SOVS with salmon (소브스위드살몬)', 37.51522191869278, 127.06135487550287, 'Seafood Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Brooklyn The Burger Joint (브루클린 더 버거 조인트)', 37.51274081994346, 127.05547625187137, 'Burger Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.51511846845809, 127.05987542911562, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, '켄마', 37.5121718261606, 127.05569842556105, 'Japanese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '꽃지', 37.514346, 127.061474, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'MEGABOX Coex Dolby Cinema (메가박스 코엑스 Dolby Cinema관)', 37.51342766241839, 127.0588222210302, 'Movie Theater'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.51864447032948, 127.05154180526733, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, '아야진 생태찌개', 37.51194003497334, 127.05473186026418, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'NO BRAND (노브랜드)', 37.5163407301457, 127.05141857536881, 'Warehouse Store'), ('Gangnam-gu', 37.51787265, 127.056771901232, '홍백', 37.512598, 127.053347, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Aloft Seoul Gangnam (알로프트 서울 강남)', 37.52360329367624, 127.05595403909683, 'Hotel'), ('Gangnam-gu', 37.51787265, 127.056771901232, '오발탄', 37.513607, 127.053406, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '청담공원', 37.52122284431987, 127.05258250236511, 'Park'), ('Gangnam-gu', 37.51787265, 127.056771901232, '하동관', 37.511384138926196, 127.05995295055575, 'Gukbap Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Oakwood Premier Coex Center, Seoul (오크우드프리미어 코엑스센터 서울)', 37.51083768714948, 127.05793379445069, 'Hotel'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Chai Lyn (차이린)', 37.51455986047533, 127.05301356193628, 'Chinese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'SMTOWN CAFE', 37.51801879714334, 127.05086775752156, 'Café'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Gangnam Style Sculpture (강남스타일)', 37.512803, 127.060306, 'Outdoor Sculpture'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'PLAN PLAN (플랑플랑)', 37.51318530780247, 127.05069064927223, 'Dessert Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Intercontinental Seoul Hotel Sky Lounge (스카이 라운지)', 37.51353149724611, 127.05742678328079, 'Lounge'), ('Gangnam-gu', 37.51787265, 127.056771901232, '초밥집', 37.52085792925692, 127.05785805742366, 'Sushi Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'ホルモン(호루몬) (호루몬)', 37.524172, 127.053237, 'Japanese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Espresso Bar 是 (에스프레소바 시)', 37.51100022685777, 127.05591585784445, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Villa Guerrero (비야게레로)', 37.511955, 127.052864, 'Mexican Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '뜨락', 37.524408, 127.055572, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, '외고집설렁탕', 37.511137, 127.054347, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'The Laville (더라빌)', 37.514517184605886, 127.05529689788818, 'Event Space'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.51367598012824, 127.05966844210361, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, '명인등심', 37.51154161265267, 127.05728518965414, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, '설빙', 37.52025346149315, 127.04940884633073, 'Dessert Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, '봉산집', 37.511948797131616, 127.05394668750488, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, '등심팩토리', 37.510401641160655, 127.05748932968055, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, '고봉삼계탕', 37.51259816336914, 127.05991405755964, 'Samgyetang Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '청담영양센타', 37.51907610635448, 127.05104098798068, 'Samgyetang Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '명인등심', 37.52398269662018, 127.05200744766304, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Cipolla Rosso', 37.51510286146837, 127.06052685442478, 'Italian Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'PIYANGOK (피양옥)', 37.51929783238831, 127.04845311072042, 'Noodle House'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Avenue JUNO (애비뉴준오)', 37.520646331463034, 127.04925641178784, 'Salon / Barbershop'), ('Gangnam-gu', 37.51787265, 127.056771901232, '전주 현대옥', 37.51481136876209, 127.06366470067857, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Chloris Tea & Coffee', 37.51201021656239, 127.05909759984307, 'Tea Room'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Hotel Prima Fitness & Sauna', 37.52400595722704, 127.05257995788727, 'Gym / Fitness Center'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Oakwood Premier Health & Fitness Club (오크우드 프리미어 헬스&피트니스클럽)', 37.51157957323779, 127.05742216605805, 'Gym / Fitness Center'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'exquisine (익스퀴진)', 37.521263, 127.049746, 'Modern European Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'COCOTTE (꼬꼬트)', 37.51128384048259, 127.05632689321195, 'Bistro'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'LeBresson (르브레쏭)', 37.51008675551799, 127.0553612502456, 'Bakery'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Paul Bassett (폴바셋)', 37.51945369343588, 127.04989652573204, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Korean Air CALT (도심공항터미널 대한항공)', 37.509370805791804, 127.05874484398394, 'Airport Service'), ('Gangnam-gu', 37.51787265, 127.056771901232, '새벽집', 37.525365574630776, 127.05272692080953, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, '백세주마을', 37.51525018529497, 127.06565236231019, 'Gastropub'), ('Gangnam-gu', 37.51787265, 127.056771901232, '청담반점', 37.518817018011944, 127.04680292214572, 'Cantonese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '하나샤부정', 37.51052811919366, 127.0558466446329, 'Shabu-Shabu Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '성북동 청국장', 37.51406545765171, 127.06187951808907, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Luna Asia (루나 아시아)', 37.50987240512466, 127.05678100026506, 'Indian Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '금복당', 37.511385, 127.050159, 'Dive Bar'), ('Gangnam-gu', 37.51787265, 127.056771901232, '서백자 간장게장', 37.51013187322626, 127.05494170577731, 'Seafood Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '신의주찹쌀순대', 37.522263, 127.055504, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Coex Square (코엑스정문앞 광장)', 37.5114577399423, 127.06110119819641, 'Pedestrian Plaza'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'UNIQLO (유니클로)', 37.5104663945448, 127.05896323180177, 'Clothing Store'), ('Gangnam-gu', 37.51787265, 127.056771901232, '에이뿔램', 37.52455104433918, 127.05298701350613, 'Steakhouse'), ('Gangnam-gu', 37.51787265, 127.056771901232, '경평면옥', 37.510892311719026, 127.05567562780294, 'Noodle House'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Cafe In The City', 37.510323, 127.057785, 'Café'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'ZARA (자라)', 37.51134377138346, 127.06098284522731, 'Clothing Store'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.51354906399532, 127.05300431493394, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, '한아람', 37.52414362606375, 127.05308001365573, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'COFFEE M STABLE (커피엠스테이블)', 37.52384154716057, 127.05150693655014, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, '복이오', 37.52402048350474, 127.05263589698941, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '영천영화', 37.52407619270283, 127.04948176972891, 'Korean BBQ Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '테라로사커피', 37.510371336016156, 127.06074384802264, 'Coffee Shop'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Fukuchan (후꾸짱)', 37.525524576155846, 127.05084136908091, 'Japanese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Top Cloud 52', 37.510259676144024, 127.06071854495424, 'Buffet'), ('Gangnam-gu', 37.51787265, 127.056771901232, '무교동 유정낙지', 37.523176623586934, 127.05542983110506, 'Seafood Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '원주추어탕', 37.514934947898425, 127.06435681367958, 'Korean Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Just Guinness (저스트기네스)', 37.510815611679895, 127.05458294384292, 'Pub'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Gourmet Lamb (고메램)', 37.508924, 127.057221, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'LE FOUR DORÉ (르푸도레 베이커리)', 37.51073998359415, 127.05800211570339, 'Bakery'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Terra 13 (테라13)', 37.523533686242196, 127.04899382703414, 'Italian Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Ranjuku (란주쿠 (와라야키))', 37.51118, 127.055603, 'Japanese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'GIN-ZA (긴자)', 37.52477198936163, 127.05208329473889, 'Japanese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Ronnefeldt Teehaus 1823 (로네펠트 티하우스 1823)', 37.50998119845173, 127.06035381628342, 'Tea Room'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'CJ FOODWORLD', 37.51138498326443, 127.05868222987239, 'Food Court'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Katsurou (카츠로우)', 37.522374, 127.047439, 'Japanese Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'Trattoria MORO (트리토리아모로)', 37.51066272967849, 127.05074231015435, 'Italian Restaurant'), ('Gangnam-gu', 37.51787265, 127.056771901232, '잔비워', 37.525513556408214, 127.05091912236641, 'Pub'), ('Gangnam-gu', 37.51787265, 127.056771901232, '봉피양', 37.52061335052464, 127.0466658409043, 'BBQ Joint'), ('Gangnam-gu', 37.51787265, 127.056771901232, 'A TWOSOME PLACE (투썸플레이스)', 37.51134696891842, 127.05876185059833, 'Coffee Shop')], [('Gangseo-gu', 37.56297495, 126.8215962585588, 'Starbucks (스타벅스)', 37.560525303619265, 126.82955919422687, 'Coffee Shop'), ('Gangseo-gu', 37.56297495, 126.8215962585588, 'Starbucks (스타벅스)', 37.56816153441333, 126.82635361994349, 'Coffee Shop'), ('Gangseo-gu', 37.56297495, 126.8215962585588, 'Bavarian Motors (바바리안모터스)', 37.56136, 126.813791, 'Auto Workshop'), ('Gangseo-gu', 37.56297495, 126.8215962585588, 'Ramada Encore Seoul Magok Hotel (라마다앙코르 마곡)', 37.56779869096467, 126.82633329459877, 'Hotel'), ('Gangseo-gu', 37.56297495, 126.8215962585588, '차돌집', 37.564075, 126.81193, 'Korean Restaurant'), ('Gangseo-gu', 37.56297495, 126.8215962585588, '방신시장', 37.568468982225596, 126.81278574281428, 'Farmers Market'), ('Gangseo-gu', 37.56297495, 126.8215962585588, 'Courtyard by Marriott Seoul Botanic Park (코트야드 메리어트 서울 보타닉파크)', 37.5670894, 126.8292268, 'Hotel'), ('Gangseo-gu', 37.56297495, 126.8215962585588, 'Magok Stn. (마곡역)', 37.560207190536836, 126.82500962186094, 'Metro Station'), ('Gangseo-gu', 37.56297495, 126.8215962585588, '수초밥', 37.56741861553506, 126.81745973134977, 'Sushi Restaurant'), ('Gangseo-gu', 37.56297495, 126.8215962585588, 'Emoi', 37.567687, 126.826103, 'Vietnamese Restaurant'), ('Gangseo-gu', 37.56297495, 126.8215962585588, 'Hotel Airport (호텔에어포트)', 37.561242354057555, 126.8142954398748, 'Hotel'), ('Gangseo-gu', 37.56297495, 126.8215962585588, '석봉토스트', 37.56131514076408, 126.81245976182498, 'Sandwich Place'), ('Gangseo-gu', 37.56297495, 126.8215962585588, '사이공윤다이', 37.569039, 126.827028, 'Vietnamese Restaurant')], [('Geumcheon-gu', 37.4546862, 126.8945614, '동흥관', 37.455069467536966, 126.89862755067261, 'Chinese Restaurant'), ('Geumcheon-gu', 37.4546862, 126.8945614, '떡볶이랑 걸레만두랑', 37.45391591967451, 126.9020765168072, 'Korean Restaurant'), ('Geumcheon-gu', 37.4546862, 126.8945614, '강강술래', 37.45087970385289, 126.90182367238292, 'BBQ Joint'), ('Geumcheon-gu', 37.4546862, 126.8945614, 'PARIS BAGUETTE (파리바게뜨)', 37.455387, 126.894117, 'Bakery'), ('Geumcheon-gu', 37.4546862, 126.8945614, "McDonald's (맥도날드)", 37.45026670827853, 126.90247169033375, 'Fast Food Restaurant'), ('Geumcheon-gu', 37.4546862, 126.8945614, 'Paris Baguette', 37.452295195255864, 126.90126488328191, 'Bakery'), ('Geumcheon-gu', 37.4546862, 126.8945614, 'The Coffee Bean & Tea Leaf (커피빈)', 37.45167502581882, 126.90124154090881, 'Coffee Shop'), ('Geumcheon-gu', 37.4546862, 126.8945614, "DUNKIN' DONUTS (던킨도너츠)", 37.452105030000006, 126.901514, 'Donut Shop'), ('Geumcheon-gu', 37.4546862, 126.8945614, 'Geumcheon-gu Office Stn. (금천구청역)', 37.45578242033924, 126.89413075809797, 'Metro Station'), ('Geumcheon-gu', 37.4546862, 126.8945614, '청학골', 37.451267, 126.890736, 'Korean Restaurant'), ('Geumcheon-gu', 37.4546862, 126.8945614, '금천구청 (ID:18-008)', 37.457724699946496, 126.8992567062378, 'Bus Station'), ('Geumcheon-gu', 37.4546862, 126.8945614, '기아오토큐 시흥서비스센터', 37.451585600164236, 126.8993615063303, 'Auto Workshop'), ('Geumcheon-gu', 37.4546862, 126.8945614, '롯데마트', 37.459708, 126.897146, 'Grocery Store'), ('Geumcheon-gu', 37.4546862, 126.8945614, 'CAFfE LaMU', 37.44759858226243, 126.89158352191045, 'Café'), ('Geumcheon-gu', 37.4546862, 126.8945614, '금천폭포공원 (ID:18-011, ID:86-055)', 37.449156535043706, 126.90266847610472, 'Bus Station')], [('Guro-gu', 37.5034468, 126.8825086, '라마다 호텔', 37.506263865943545, 126.88538213482752, 'Hotel'), ('Guro-gu', 37.5034468, 126.8825086, 'Starbucks (스타벅스)', 37.505506, 126.883884, 'Coffee Shop'), ('Guro-gu', 37.5034468, 126.8825086, 'KYOBO Book Centre (교보문고)', 37.50829592670545, 126.88832019192468, 'Bookstore'), ('Guro-gu', 37.5034468, 126.8825086, 'Sheraton Seoul D-Cube City Hotel (쉐라톤서울디큐브시티호텔)', 37.508863946681124, 126.88972646326408, 'Hotel'), ('Guro-gu', 37.5034468, 126.8825086, 'Sheraton Club Lounge (쉐라톤 클럽 라운지)', 37.50856101980157, 126.89133144851674, 'Hotel Bar'), ('Guro-gu', 37.5034468, 126.8825086, 'Fun it', 37.50149922875129, 126.8828618070125, 'Arcade'), ('Guro-gu', 37.5034468, 126.8825086, 'D-CUBE ARTS CENTER (디큐브아트센터)', 37.50856136354502, 126.89133230875363, 'Theater'), ('Guro-gu', 37.5034468, 126.8825086, 'D-Cube Park (디큐브파크)', 37.509589024054414, 126.89043513805436, 'Plaza'), ('Guro-gu', 37.5034468, 126.8825086, 'LOBBY LOUNGE BAR (로비 라운지)', 37.509077692681245, 126.8897532206484, 'Lounge'), ('Guro-gu', 37.5034468, 126.8825086, '구로 안양천 물놀이장', 37.50592936946063, 126.87287832635481, 'Pool'), ('Guro-gu', 37.5034468, 126.8825086, 'Outback Steakhouse', 37.50126, 126.882385, 'Steakhouse'), ('Guro-gu', 37.5034468, 126.8825086, '한우리', 37.50629410908454, 126.89111850537289, 'Video Game Store'), ('Guro-gu', 37.5034468, 126.8825086, 'Popeyes Louisiana Kitchen (파파이스)', 37.505995758965696, 126.89129715548218, 'Fried Chicken Joint'), ('Guro-gu', 37.5034468, 126.8825086, '강촌숯불닭갈비', 37.504515052070246, 126.89162028677237, 'Korean Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, 'PARIS BAGUETTE (파리바게뜨)', 37.50199591162601, 126.88321709632874, 'Bakery'), ('Guro-gu', 37.5034468, 126.8825086, 'PARIS BAGUETTE (파리바게뜨)', 37.505316, 126.883741, 'Bakery'), ('Guro-gu', 37.5034468, 126.8825086, 'A TWOSOME PLACE', 37.509436021526064, 126.88903648383133, 'Coffee Shop'), ('Guro-gu', 37.5034468, 126.8825086, 'PARIS BAGUETTE (파리바게뜨)', 37.50557159971728, 126.87702119350433, 'Bakery'), ('Guro-gu', 37.5034468, 126.8825086, 'HYUNDAI Department Store (현대백화점)', 37.5088, 126.88920000000002, 'Department Store'), ('Guro-gu', 37.5034468, 126.8825086, 'Feast (피스트)', 37.50906515621536, 126.88973128468331, 'Buffet'), ('Guro-gu', 37.5034468, 126.8825086, '구로거리공원', 37.4994512458855, 126.89224003453238, 'Park'), ('Guro-gu', 37.5034468, 126.8825086, 'Starbucks (스타벅스)', 37.508968391322036, 126.88930034637451, 'Coffee Shop'), ('Guro-gu', 37.5034468, 126.8825086, 'CGV Guro (CGV 구로)', 37.501366, 126.882427, 'Multiplex'), ('Guro-gu', 37.5034468, 126.8825086, 'Starbucks (스타벅스)', 37.50960929036193, 126.88999566170142, 'Coffee Shop'), ('Guro-gu', 37.5034468, 126.8825086, '테크노마트 푸드코트', 37.50647186278809, 126.89112043949336, 'Food Court'), ('Guro-gu', 37.5034468, 126.8825086, 'GONG CHA (공차)', 37.50849211934189, 126.89008665119209, 'Bubble Tea Shop'), ('Guro-gu', 37.5034468, 126.8825086, '경복궁', 37.508774, 126.889565, 'Korean Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, 'Sapporo (삿뽀로)', 37.50887307439575, 126.88898151153171, 'Japanese Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, 'The Coffee Bean & Tea Leaf (커피빈)', 37.509260074747665, 126.88872217931488, 'Coffee Shop'), ('Guro-gu', 37.5034468, 126.8825086, "McDonald's (맥도날드)", 37.50962957913037, 126.88995843154188, 'Fast Food Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, 'PARIS BAGUETTE', 37.50903863649548, 126.88951940800331, 'Bakery'), ('Guro-gu', 37.5034468, 126.8825086, 'ZARA', 37.50898940002722, 126.88863461360977, 'Clothing Store'), ('Guro-gu', 37.5034468, 126.8825086, "McDonald's (맥도날드)", 37.506840135110465, 126.89116067311107, 'Fast Food Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, 'PARIS BAGUETTE', 37.50625980906927, 126.89106300683027, 'Bakery'), ('Guro-gu', 37.5034468, 126.8825086, 'The Coffee Bean & Tea Leaf', 37.50925259993449, 126.8888156001807, 'Coffee Shop'), ('Guro-gu', 37.5034468, 126.8825086, 'Paul Bassett (폴바셋)', 37.508767470154055, 126.88931560295649, 'Coffee Shop'), ('Guro-gu', 37.5034468, 126.8825086, "T.G.I. Friday's", 37.508785410284744, 126.88862979412079, 'American Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, '구로아트밸리 예술극장', 37.4963975820737, 126.88928253008473, 'Theater'), ('Guro-gu', 37.5034468, 126.8825086, '후쿠오카 함바그', 37.500762457175, 126.88300630203257, 'Japanese Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, 'Bean Brothers (빈브라더스)', 37.509498582124515, 126.88908021164382, 'Coffee Shop'), ('Guro-gu', 37.5034468, 126.8825086, 'emart (이마트)', 37.507017213667616, 126.89089757228095, 'Supermarket'), ('Guro-gu', 37.5034468, 126.8825086, 'Korean Food Street (디큐브씨티 한식저잣거리)', 37.508384072512506, 126.88823270547721, 'Korean Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, '바르미 샤브샤브 칼국수', 37.50938991611755, 126.88998160648758, 'Shabu-Shabu Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, '애슐리 (Ashley)', 37.509713440196585, 126.88942049010349, 'Buffet'), ('Guro-gu', 37.5034468, 126.8825086, '사보텐 / Saboten (사보텐)', 37.50859243424216, 126.88984504814715, 'Japanese Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, 'Home plus (홈플러스)', 37.509749, 126.888316, 'Supermarket'), ('Guro-gu', 37.5034468, 126.8825086, 'Circle Gym (써클짐)', 37.499462023697966, 126.881530469956, 'Gym'), ('Guro-gu', 37.5034468, 126.8825086, 'UNIQLO', 37.50884185585793, 126.88905229483251, 'Clothing Store'), ('Guro-gu', 37.5034468, 126.8825086, '김밥세상', 37.505668, 126.890321, 'Korean Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, '커피 봄', 37.50494332000409, 126.89063813342648, 'Café'), ('Guro-gu', 37.5034468, 126.8825086, '구씨네 매운집', 37.503877, 126.891166, 'Korean Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, '도야미리', 37.51039265935187, 126.88266487329658, 'Korean Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, '경성팥집 옥루몽', 37.509175986091094, 126.88871580598847, 'Dessert Shop'), ('Guro-gu', 37.5034468, 126.8825086, '새마을휘트니스', 37.501503392078305, 126.89123688087905, 'Gym'), ('Guro-gu', 37.5034468, 126.8825086, '정성본 샤브샤브', 37.5094462826312, 126.88790694279668, 'Japanese Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, '구로올레길', 37.507824249049804, 126.8750164539835, 'Trail'), ('Guro-gu', 37.5034468, 126.8825086, '라도맨션', 37.504159, 126.892129, 'BBQ Joint'), ('Guro-gu', 37.5034468, 126.8825086, '팥이야기', 37.49645344011778, 126.8881905711634, 'Korean Restaurant'), ('Guro-gu', 37.5034468, 126.8825086, '마노핀', 37.50955452296268, 126.89009715565429, 'Café'), ('Guro-gu', 37.5034468, 126.8825086, '제주 돈사돈', 37.49599368715279, 126.88796471903424, 'BBQ Joint'), ('Guro-gu', 37.5034468, 126.8825086, 'BBQ 치킨앤비어', 37.510069535598895, 126.88976101211921, 'Fried Chicken Joint'), ('Guro-gu', 37.5034468, 126.8825086, 'EV Chain Guro Parkside', 37.49657813481675, 126.8895141557311, 'Hotel'), ('Guro-gu', 37.5034468, 126.8825086, '구로아트벨리', 37.496544, 126.889446, 'Concert Hall'), ('Guro-gu', 37.5034468, 126.8825086, '느티나무', 37.496517, 126.889435, 'Café')], [('Gwanak-gu', 37.45811495, 126.9521606983197, '서울대학교 자하연 식당', 37.460786680595284, 126.95259489598186, 'College Cafeteria'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'eyagi (까페 이야기)', 37.461714391061726, 126.95170081544954, 'Coffee Shop'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'THE LAB 24/7', 37.456042041340304, 126.9499123662958, 'Coffee Shop'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '서울대학교 미술관 MoA', 37.466393, 126.949684, 'Art Museum'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'HOLLYS COFFEE', 37.46183895670597, 126.95285005660384, 'Café'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'BBQ Café', 37.45601181319298, 126.94975086839085, 'Fried Chicken Joint'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'PARIS BAGUETTE', 37.458927154541016, 126.95210266113281, 'Bakery'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'CAFFÉ PASCUCCI (파스쿠찌)', 37.45927269543528, 126.95505112596602, 'Coffee Shop'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '그랑 / Gran (그랑)', 37.46220184049052, 126.95770197672437, 'Café'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '서울대학교 대운동장', 37.465220737454615, 126.9491819609254, 'Playground'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'A TWOSOME PLACE', 37.46017919984553, 126.94823969285603, 'Coffee Shop'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '느티나무', 37.4668108673186, 126.9533810019493, 'Café'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '락구정', 37.455078592790734, 126.95043172377497, 'Korean Restaurant'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '소담마루', 37.46505586444931, 126.95149225523969, 'Asian Restaurant'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '두레미담', 37.45639477808604, 126.94854944678052, 'Korean Restaurant'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '느티나무', 37.45909052492639, 126.95150374949138, 'Bakery'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '롯데리아 (Lotteria)', 37.45892095125392, 126.95247569873148, 'Fast Food Restaurant'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'CU', 37.456110963410126, 126.95031552003832, 'Convenience Store'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '솔밭식당', 37.457226088944076, 126.95510761198386, 'Korean Restaurant'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '관악산 호수공원', 37.45454128499961, 126.95288590521335, 'Lake'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '하유재', 37.454499592048215, 126.95293337993827, 'Garden'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '카페 두레미담 (cafe duremidam)', 37.46066648592523, 126.9556680978149, 'Coffee Shop'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'PhoPho in (포포인)', 37.466121355465894, 126.95377335538349, 'Vietnamese Restaurant'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'CU', 37.462789856671016, 126.95069546824082, 'Convenience Store'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '느티나무', 37.46292324347318, 126.95297616618035, 'Café'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '서울대학교 900동 체육관', 37.46157114500589, 126.95773045260866, 'Basketball Court'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '서울대학교 220동 식당', 37.464267783479436, 126.95409392356038, 'Food Court'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '관악산 제2광장', 37.455000609960685, 126.94492046122888, 'Trail'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'T-Lounge', 37.465375991532675, 126.95186301303616, 'College Cafeteria'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'SNUCO (스누코)', 37.465429, 126.951662, 'Grocery Store'), ('Gwanak-gu', 37.45811495, 126.9521606983197, "Seoul Nat'l University - College of Engineering Restaurant (서울대학교 제1공학관 식당)", 37.450390422957426, 126.95248871415447, 'College Cafeteria'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '서울대학교 테니스 코트', 37.465741, 126.95381, 'Tennis Court'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'Global House (글로벌하우스)', 37.46388396714692, 126.95890865617469, 'College Cafeteria'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '텐카이핀 (Tenkaippin)', 37.46599566318506, 126.95414115236932, 'Japanese Restaurant'), ('Gwanak-gu', 37.45811495, 126.9521606983197, 'School Store', 37.46620186171037, 126.95361113843082, 'Restaurant'), ('Gwanak-gu', 37.45811495, 126.9521606983197, '관악산 중턱', 37.451036490892875, 126.94678528576662, 'Trail')], [('Gwangjin-gu', 37.5516981, 127.0897955, '신토불이떡볶이', 37.552517, 127.090478, 'Bunsik Restaurant'), ('Gwangjin-gu', 37.5516981, 127.0897955, '아차산 할아버지 손두부', 37.55444620087546, 127.09428241708615, 'Korean Restaurant'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'Pain De Mie', 37.55549592692172, 127.09250519453587, 'Bakery'), ('Gwangjin-gu', 37.5516981, 127.0897955, "Children's Grand Park Zoo (어린이대공원 동물원)", 37.54864041013311, 127.0824171175536, 'Zoo'), ('Gwangjin-gu', 37.5516981, 127.0897955, "Children's Grand Park (어린이대공원)", 37.54928136307649, 127.08117485046387, 'Park'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'Seobuk Noodle House (서북면옥)', 37.54520468541317, 127.08533227443695, 'Noodle House'), ('Gwangjin-gu', 37.5516981, 127.0897955, '아차산생태공원', 37.55207720402284, 127.10012600973938, 'Park'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'Starbucks (스타벅스)', 37.550642, 127.090122, 'Coffee Shop'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'Starbucks (스타벅스)', 37.54502497490536, 127.08704325302534, 'Coffee Shop'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'Universal Arts Center (유니버설아트센터)', 37.55149600806153, 127.08791199884864, 'Performing Arts Venue'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'PARIS BAGUETTE', 37.55246701989303, 127.0897857091159, 'Bakery'), ('Gwangjin-gu', 37.5516981, 127.0897955, '어린이대공원 놀이동산', 37.55124625483802, 127.08397507667542, 'Theme Park'), ('Gwangjin-gu', 37.5516981, 127.0897955, "Dunkin'", 37.55262325267952, 127.08935163836098, 'Donut Shop'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'Baskin-Robbins', 37.55239829480717, 127.0894203361139, 'Ice Cream Shop'), ('Gwangjin-gu', 37.5516981, 127.0897955, '망향비빔국수', 37.54969289243357, 127.09146566725921, 'Korean Restaurant'), ('Gwangjin-gu', 37.5516981, 127.0897955, '스시산(すし山) (스시산)', 37.55369972468142, 127.08961957015305, 'Sushi Restaurant'), ('Gwangjin-gu', 37.5516981, 127.0897955, '청주명문도너츠', 37.546095, 127.08664, 'Donut Shop'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'PARIS BAGUETTE', 37.55774803296703, 127.08791199884864, 'Bakery'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'Paris Baguette', 37.54490380664555, 127.08863484069238, 'Bakery'), ('Gwangjin-gu', 37.5516981, 127.0897955, '정립회관', 37.55059845128055, 127.09740540869593, 'Gym'), ('Gwangjin-gu', 37.5516981, 127.0897955, '아차산 배수지 체육공원 축구장', 37.54866375833409, 127.09652277643725, 'Soccer Field'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'HIGHWAY MART', 37.5448929305244, 127.08679711242362, 'Grocery Store'), ('Gwangjin-gu', 37.5516981, 127.0897955, '한방삼계탕', 37.55619665209954, 127.08240140232917, 'Korean Restaurant'), ('Gwangjin-gu', 37.5516981, 127.0897955, '어린이대공원 식물원', 37.54838242770494, 127.08097613809471, 'Garden'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'Anistory (어린이대공원 애니스토리)', 37.547098521555554, 127.08194042089569, 'Park'), ('Gwangjin-gu', 37.5516981, 127.0897955, '어린이대공원 돔아트홀', 37.550403560751946, 127.08000709247936, 'General Entertainment'), ('Gwangjin-gu', 37.5516981, 127.0897955, '어린이대공원 숲속의무대', 37.54904794172186, 127.08042571916225, 'Park'), ('Gwangjin-gu', 37.5516981, 127.0897955, '어린이대공원 물놀이장', 37.54773222885094, 127.08086653232577, 'Water Park'), ('Gwangjin-gu', 37.5516981, 127.0897955, '메카참치', 37.556590964087675, 127.0811756043248, 'Seafood Restaurant'), ('Gwangjin-gu', 37.5516981, 127.0897955, 'Timor Peace Coffee', 37.54915573794304, 127.0791639934602, 'Café'), ('Gwangjin-gu', 37.5516981, 127.0897955, '도보길 아차산 생태공원', 37.55102510077652, 127.10089445114136, 'Trail'), ('Gwangjin-gu', 37.5516981, 127.0897955, '군자역 5번출구, 용마초등학교 (05-004)', 37.556716, 127.080447, 'Bus Stop')], [('Jongno-gu', 37.58752, 126.96933, '중국채중국', 37.58625212237082, 126.9698548446705, 'Chinese Restaurant'), ('Jongno-gu', 37.58752, 126.96933, '윤동주 시인의 언덕', 37.59129166676213, 126.96636757327377, 'Park'), ('Jongno-gu', 37.58752, 126.96933, '사진위주 류가헌 (流歌軒)', 37.58516777108195, 126.97034131227156, 'Art Gallery'), ('Jongno-gu', 37.58752, 126.96933, '9 coffee roasters', 37.58478291660953, 126.97023904781946, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, '윤동주문학관', 37.592119, 126.967133, 'Museum'), ('Jongno-gu', 37.58752, 126.96933, 'Changuimun (창의문)', 37.59257874095049, 126.96671007678951, 'Historic Site'), ('Jongno-gu', 37.58752, 126.96933, '청운공원', 37.588955054959804, 126.96591067000479, 'Park'), ('Jongno-gu', 37.58752, 126.96933, 'CLUB ESPRESSO (클럽 에스프레소)', 37.59256502422376, 126.96593374013901, 'Café'), ('Jongno-gu', 37.58752, 126.96933, 'Cafe BEAR', 37.582937901105524, 126.97118702923599, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, '자하손만두', 37.59315082708272, 126.9660375189149, 'Dumpling Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'DUOMO (두오모 북스앤쿡스)', 37.58156203051925, 126.97140011772616, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'Cheongwadae Sarangchae (청와대 사랑채)', 37.58310642403492, 126.97323967700306, 'Government Building'), ('Jongno-gu', 37.58752, 126.96933, '사이치킨', 37.592655, 126.965856, 'Fried Chicken Joint'), ('Jongno-gu', 37.58752, 126.96933, '오무사', 37.58222017474353, 126.96758021566248, 'Tea Room'), ('Jongno-gu', 37.58752, 126.96933, 'Inwangsan (인왕산)', 37.58181652060104, 126.96195972355397, 'Mountain'), ('Jongno-gu', 37.58752, 126.96933, 'WHANKI Museum (환기미술관)', 37.59412162010607, 126.96610252002725, 'Art Museum'), ('Jongno-gu', 37.58752, 126.96933, '라카페갤러리', 37.59416751973201, 126.96714533275296, 'Art Gallery'), ('Jongno-gu', 37.58752, 126.96933, 'moulin', 37.58158823286973, 126.97184119109775, 'French Restaurant'), ('Jongno-gu', 37.58752, 126.96933, '북악산', 37.59310354799122, 126.97375039218414, 'Mountain'), ('Jongno-gu', 37.58752, 126.96933, 'SCOFF (스코프)', 37.59312154638658, 126.96373296464878, 'Bakery'), ('Jongno-gu', 37.58752, 126.96933, 'SCOFF', 37.58045000892444, 126.96751869503602, 'Bakery'), ('Jongno-gu', 37.58752, 126.96933, '인왕산 자락길', 37.58306, 126.962762, 'Trail'), ('Jongno-gu', 37.58752, 126.96933, 'Pak No-soo Art Museum (종로구립 박노수미술관)', 37.58115892692021, 126.96666597676585, 'Art Museum'), ('Jongno-gu', 37.58752, 126.96933, 'Gallina Daisy (갈리나데이지)', 37.57990744400802, 126.9710532017434, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, "Ca' del Lupo (까델루뽀)", 37.58169648959326, 126.97138743253697, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'normalcyclecofe', 37.581789668728405, 126.96814695958884, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, 'Art for Life', 37.59497940883813, 126.96958217107552, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, '참', 37.579101, 126.970443, 'Cocktail Bar'), ('Jongno-gu', 37.58752, 126.96933, 'LUMBERJACK (럼버잭)', 37.59328212974582, 126.96380514797421, 'Café'), ('Jongno-gu', 37.58752, 126.96933, '효자베이커리', 37.580947, 126.968618, 'Bakery'), ('Jongno-gu', 37.58752, 126.96933, 'NUHA NO MORI (누하의숲)', 37.578813, 126.968789, 'Japanese Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'THE BOOK SOCIETY (더북소사이어티)', 37.579406148816915, 126.97272844518301, 'Bookstore'), ('Jongno-gu', 37.58752, 126.96933, '시청각', 37.58120847760841, 126.97061682604892, 'Art Gallery'), ('Jongno-gu', 37.58752, 126.96933, '온지음', 37.58044, 126.97354, 'Korean Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'OkIn Pizza (옥인 피자)', 37.580956889070606, 126.96734112058797, 'Pizza Place'), ('Jongno-gu', 37.58752, 126.96933, '마라샹궈', 37.578752613016654, 126.97113535906739, 'Chinese Restaurant'), ('Jongno-gu', 37.58752, 126.96933, '천진포자 (天津包子) (천진포자)', 37.592691990312, 126.96585302853248, 'Dumpling Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'Café Piu', 37.578790536074976, 126.97067840178609, 'Café'), ('Jongno-gu', 37.58752, 126.96933, '기차바위', 37.58770191790003, 126.95872744918752, 'Trail'), ('Jongno-gu', 37.58752, 126.96933, '공기식당', 37.580351, 126.969563, 'Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'mk2', 37.579442647546514, 126.97254533810248, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, '통인스윗', 37.57958956086746, 126.96955168176646, 'Dessert Shop'), ('Jongno-gu', 37.58752, 126.96933, '나뭇잎스시', 37.59255641956237, 126.964006057143, 'Japanese Restaurant'), ('Jongno-gu', 37.58752, 126.96933, '통인동 커피공방', 37.57973187956718, 126.97128710863525, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, '소소한 풍경', 37.59367698386572, 126.96602093688678, 'Korean Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'SEOUL MUSEUM (서울미술관)', 37.594825914458106, 126.96360049943979, 'Art Gallery'), ('Jongno-gu', 37.58752, 126.96933, '계열사', 37.5928721662518, 126.96576767643482, 'Fried Chicken Joint'), ('Jongno-gu', 37.58752, 126.96933, 'demitasse (데미타스)', 37.59250008279502, 126.96573546108166, 'Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'TAPAS Gourmet (타빠스 구르메)', 37.579486236626735, 126.97099362225886, 'Tapas Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'spectre (스펙터)', 37.580286, 126.969704, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, '부빙', 37.592718949816884, 126.9656378359465, 'Dessert Shop'), ('Jongno-gu', 37.58752, 126.96933, 'CAFE 사이좋은', 37.58096062487496, 126.96705057186908, 'Café'), ('Jongno-gu', 37.58752, 126.96933, '청하식당', 37.57940846234898, 126.97303539849118, 'Korean Restaurant'), ('Jongno-gu', 37.58752, 126.96933, "song's kitchen (송스키친)", 37.57924009676532, 126.96874292420578, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, '용금옥', 37.57978208525261, 126.97099616758739, 'Asian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, '애월식당', 37.579401, 126.970648, 'BBQ Joint'), ('Jongno-gu', 37.58752, 126.96933, 'Sanmotoonge (산모퉁이)', 37.595425447841244, 126.96796656092465, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, '통인시장', 37.58073159477043, 126.96999434330229, 'Market'), ('Jongno-gu', 37.58752, 126.96933, 'Slow Recipe Cafe (슬로우레시피)', 37.5793920063584, 126.97202818435146, 'Breakfast Spot'), ('Jongno-gu', 37.58752, 126.96933, '밥+', 37.58058442433682, 126.96800829514412, 'Korean Restaurant'), ('Jongno-gu', 37.58752, 126.96933, '카페누하191 / Cafe Nuha 191', 37.57924270629883, 126.96886444091797, 'Café'), ('Jongno-gu', 37.58752, 126.96933, 'astarte & relax', 37.58028727979859, 126.96872644441804, 'Café'), ('Jongno-gu', 37.58752, 126.96933, 'Gallery Factory (갤러리팩토리)', 37.57946392065369, 126.97242473104805, 'Art Gallery'), ('Jongno-gu', 37.58752, 126.96933, '이상의 집', 37.578644794527676, 126.9708376517311, 'Historic Site'), ('Jongno-gu', 37.58752, 126.96933, '정영선멸치국수 돈까스&카레', 37.593279, 126.965606, 'Japanese Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'Cafe dimi', 37.579215, 126.973675, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'Rabia (라비아)', 37.59278823179536, 126.96578554974137, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'dropp ORGANIC COFFEE (드롭)', 37.59479230400481, 126.96331858634949, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, '파란대문', 37.594749863420745, 126.96361778286584, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'Adela Bailey (아델라베일리)', 37.595106714320806, 126.9700774141787, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'The Stage (더스테이지)', 37.59522931756831, 126.96381862468678, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, '인왕산 둘레길', 37.5860765622256, 126.96417395889429, 'Trail'), ('Jongno-gu', 37.58752, 126.96933, 'CAFFE STAMMTISCH+carenin (카페 스탐티쉬)', 37.59269834815933, 126.96580813869575, 'Café'), ('Jongno-gu', 37.58752, 126.96933, 'Cafe After U', 37.591962854040396, 126.964006057143, 'Café'), ('Jongno-gu', 37.58752, 126.96933, '무계원', 37.591829652427926, 126.96376469769977, 'Historic Site'), ('Jongno-gu', 37.58752, 126.96933, "Emil's (에밀즈)", 37.592602009152586, 126.96449839287418, 'Café'), ('Jongno-gu', 37.58752, 126.96933, '어쨌거나 1mm', 37.592223, 126.963806, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, '동양방아간', 37.59343545477582, 126.96590542320558, 'Korean Restaurant'), ('Jongno-gu', 37.58752, 126.96933, "O'WALL (오월)", 37.592501, 126.96385, 'Italian Restaurant'), ('Jongno-gu', 37.58752, 126.96933, 'Goodthing Coffee', 37.58220848337094, 126.96421593427185, 'Coffee Shop'), ('Jongno-gu', 37.58752, 126.96933, '제비꽃다방', 37.592972, 126.964434, 'Café'), ('Jongno-gu', 37.58752, 126.96933, 'HIVER', 37.582038, 126.964128, 'Café'), ('Jongno-gu', 37.58752, 126.96933, '자하미술관', 37.5896664246851, 126.96094702958828, 'Art Museum'), ('Jongno-gu', 37.58752, 126.96933, 'cafe soma', 37.593278981692606, 126.96399031633405, 'Tea Room'), ('Jongno-gu', 37.58752, 126.96933, '인왕산길', 37.58239115955421, 126.96284647514295, 'Trail'), ('Jongno-gu', 37.58752, 126.96933, '다움223.1', 37.59427490189361, 126.96354741909938, 'Café'), ('Jongno-gu', 37.58752, 126.96933, 'Art Korea (아트코리아)', 37.59442204457428, 126.96349185563031, 'Cosmetics Shop'), ('Jongno-gu', 37.58752, 126.96933, '부암아트홀', 37.595240163266915, 126.96383881086973, 'Concert Hall')], [('Jung-gu', 37.6870262, 127.5397506, '송산터널', 37.6888636666522, 127.53870606422423, 'Tunnel'), ('Jung-gu', 37.6870262, 127.5397506, '송산송어양식장', 37.685110895687096, 127.529872246807, 'Seafood Restaurant'), ('Jung-gu', 37.6870262, 127.5397506, 'O2리조트', 37.694217681884766, 127.53387451171875, 'Hotel'), ('Jung-gu', 37.6870262, 127.5397506, '별장', 37.67822, 127.541241, 'Plaza')], [('Jungnang-gu', 37.6174165, 127.0910968, '봉화산 커피', 37.617423943384786, 127.09127291871464, 'Coffee Shop'), ('Jungnang-gu', 37.6174165, 127.0910968, '바네하임', 37.621915194993896, 127.08212808005707, 'German Restaurant'), ('Jungnang-gu', 37.6174165, 127.0910968, 'Starbucks (스타벅스)', 37.626159570228715, 127.09344412266925, 'Coffee Shop'), ('Jungnang-gu', 37.6174165, 127.0910968, 'PARIS BAGUETTE', 37.616295, 127.093436, 'Bakery'), ('Jungnang-gu', 37.6174165, 127.0910968, "Dunkin'", 37.616080669574494, 127.0927779472223, 'Donut Shop'), ('Jungnang-gu', 37.6174165, 127.0910968, 'PARIS BAGUETTE', 37.624821614053836, 127.0887081720708, 'Bakery'), ('Jungnang-gu', 37.6174165, 127.0910968, 'Bonghwasan Stn. (봉화산역)', 37.61667785140344, 127.09287328498299, 'Metro Station'), ('Jungnang-gu', 37.6174165, 127.0910968, 'LOTTERIA (롯데리아)', 37.61612346337439, 127.09359501738061, 'Fast Food Restaurant'), ('Jungnang-gu', 37.6174165, 127.0910968, 'Home plus (홈플러스)', 37.61623188185991, 127.09376675524946, 'Supermarket'), ('Jungnang-gu', 37.6174165, 127.0910968, '요미요미', 37.62250750110053, 127.08615200595149, 'Asian Restaurant'), ('Jungnang-gu', 37.6174165, 127.0910968, '이마트에브리데이', 37.620792137405715, 127.08364248275757, 'Grocery Store'), ('Jungnang-gu', 37.6174165, 127.0910968, '띠아모', 37.621013, 127.083256, 'Café'), ('Jungnang-gu', 37.6174165, 127.0910968, 'KEYWEST COFFEE', 37.621188469124064, 127.08328668799861, 'Coffee Shop'), ('Jungnang-gu', 37.6174165, 127.0910968, 'Green Plate', 37.613254044819946, 127.10027264915853, 'Buffet'), ('Jungnang-gu', 37.6174165, 127.0910968, '무봉리순대국 신내점', 37.61462595246802, 127.10158203926645, 'Korean Restaurant'), ('Jungnang-gu', 37.6174165, 127.0910968, '안시성', 37.619305, 127.080046, 'Chinese Restaurant')], [('Mapo-gu', 37.5683021, 126.8972476647034, 'MEGABOX Sangam Worldcup Stadium (메가박스 상암월드컵경기장)', 37.56955813625086, 126.89765892810885, 'Multiplex'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'Seoul World Cup Park (월드컵공원)', 37.56492279935918, 126.8950813535026, 'Park'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'Seoul World Cup Stadium (서울월드컵경기장)', 37.56832417063367, 126.89719676971436, 'Soccer Stadium'), ('Mapo-gu', 37.5683021, 126.8972476647034, '성산왕갈비', 37.56968904644884, 126.90289186664621, 'BBQ Joint'), ('Mapo-gu', 37.5683021, 126.8972476647034, '마포농수산물시장', 37.56512661175874, 126.8984842300415, 'Farmers Market'), ('Mapo-gu', 37.5683021, 126.8972476647034, '평화의공원', 37.56254125104276, 126.8942356109619, 'Park'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'Haneul Park (하늘공원)', 37.567448992451936, 126.8886002546491, 'Park'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'Home Plus Food Court (홈플러스 푸드코트)', 37.56699668081041, 126.896041045185, 'Food Court'), ('Mapo-gu', 37.5683021, 126.8972476647034, '일미락', 37.57638884053105, 126.89740255434126, 'BBQ Joint'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'cafe tank 6', 37.571266, 126.893157, 'Café'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'Seoul World Cup Dog Park (평화의공원 반려견놀이터)', 37.56641749929011, 126.89329356062008, 'Dog Run'), ('Mapo-gu', 37.5683021, 126.8972476647034, '교통안전공단 성산자동차검사소', 37.567699835890615, 126.90072905716673, 'Auto Workshop'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'Oil Tank Culture Park (문화비축기지)', 37.571724, 126.893863, 'Park'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'Home Plus (홈플러스)', 37.56788632737537, 126.89886203787935, 'Supermarket'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'Trattoria molto (트라토리아 몰토)', 37.57642676027372, 126.8947341733905, 'Italian Restaurant'), ('Mapo-gu', 37.5683021, 126.8972476647034, '서동한우', 37.57550443604191, 126.89511687685034, 'Korean Restaurant'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'The Bread Pantry', 37.57657255837903, 126.89610242843627, 'Bakery'), ('Mapo-gu', 37.5683021, 126.8972476647034, '최강어묵', 37.577211, 126.897963, 'Bunsik Restaurant'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'RIMINI Pasta & Pizza', 37.56735824482512, 126.89593320254829, 'Italian Restaurant'), ('Mapo-gu', 37.5683021, 126.8972476647034, '시간돼지 (전 바람맛돼지)', 37.57721495659528, 126.89643107279964, 'BBQ Joint'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'World Cup Spa Land (월드컵 스파랜드)', 37.56676198499598, 126.89733437302404, 'Spa'), ('Mapo-gu', 37.5683021, 126.8972476647034, "Dunkin'", 37.56711330230829, 126.89360556198984, 'Donut Shop'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'KFC', 37.56818810709471, 126.89721822738646, 'Fast Food Restaurant'), ('Mapo-gu', 37.5683021, 126.8972476647034, '도시의어부', 37.57653957700594, 126.89518639091395, 'Seafood Restaurant'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'A TWOSOME PLACE', 37.56589, 126.90306, 'Coffee Shop'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'GS25', 37.569743, 126.899275, 'Convenience Store'), ('Mapo-gu', 37.5683021, 126.8972476647034, 'ZOO COFFEE (주커피)', 37.57692498465065, 126.89796063709542, 'Coffee Shop'), ('Mapo-gu', 37.5683021, 126.8972476647034, '난지연못', 37.56400754328946, 126.89506119372257, 'Lake'), ('Mapo-gu', 37.5683021, 126.8972476647034, '성산아파트 (ID: 14-163)', 37.5701745164669, 126.90368867098057, 'Bus Stop'), ('Mapo-gu', 37.5683021, 126.8972476647034, '하늘공원전망대', 37.56653771957561, 126.88615262449555, 'Scenic Lookout')], [('Nowon-gu', 37.632972, 127.075034, '핏짜굽는언니', 37.629615617334856, 127.07464290395421, 'Italian Restaurant'), ('Nowon-gu', 37.632972, 127.075034, "McDonald's (맥도날드)", 37.62994138506571, 127.07621684233442, 'Fast Food Restaurant'), ('Nowon-gu', 37.632972, 127.075034, 'Starbucks (스타벅스)', 37.626416804249004, 127.07240293365473, 'Coffee Shop'), ('Nowon-gu', 37.632972, 127.075034, '참누렁소', 37.634927808000796, 127.07061915006625, 'Korean Restaurant'), ('Nowon-gu', 37.632972, 127.075034, '계절밥상', 37.63960426123492, 127.06877231597902, 'Asian Restaurant'), ('Nowon-gu', 37.632972, 127.075034, 'Baskin-Robbins', 37.62798176606697, 127.07791194706432, 'Ice Cream Shop'), ('Nowon-gu', 37.632972, 127.075034, "McDonald's (맥도날드)", 37.63673461555123, 127.06815136340643, 'Fast Food Restaurant'), ('Nowon-gu', 37.632972, 127.075034, 'CGV Junggae (CGV 중계)', 37.63975808060352, 127.068653046932, 'Multiplex'), ('Nowon-gu', 37.632972, 127.075034, '버거킹', 37.626776, 127.07211, 'Fast Food Restaurant'), ('Nowon-gu', 37.632972, 127.075034, '공릉동 원조 멸치국수', 37.627632, 127.0709, 'Noodle House'), ('Nowon-gu', 37.632972, 127.075034, '서울시립과학관', 37.641674, 127.07677, 'Science Museum'), ('Nowon-gu', 37.632972, 127.075034, '멍텅구리 즉석떡볶이', 37.62875311362633, 127.07655202073717, 'Bunsik Restaurant'), ('Nowon-gu', 37.632972, 127.075034, '장위동 유성집', 37.64077175, 127.070345, 'Korean Restaurant'), ('Nowon-gu', 37.632972, 127.075034, "Dunkin'", 37.62592671475432, 127.07313908961873, 'Donut Shop'), ('Nowon-gu', 37.632972, 127.075034, 'Home plus (홈플러스)', 37.639239974850156, 127.06893314187327, 'Supermarket'), ('Nowon-gu', 37.632972, 127.075034, '빕스 (VIPS) (빕스)', 37.62710628419424, 127.0722636361446, 'Steakhouse'), ('Nowon-gu', 37.632972, 127.075034, '향림', 37.63933300000001, 127.0754435975532, 'Chinese Restaurant'), ('Nowon-gu', 37.632972, 127.075034, 'PARIS BAGUETTE', 37.636442, 127.065364, 'Bakery'), ('Nowon-gu', 37.632972, 127.075034, '세이브존', 37.636616789943474, 127.06855848128035, 'Big Box Store'), ('Nowon-gu', 37.632972, 127.075034, 'Ashley (애슐리)', 37.63953855733881, 127.06871864784047, 'Buffet'), ('Nowon-gu', 37.632972, 127.075034, '오색찬연', 37.63649499640892, 127.07051447875541, 'Restaurant'), ('Nowon-gu', 37.632972, 127.075034, '커피 니', 37.62854143997526, 127.07047377258777, 'Café'), ('Nowon-gu', 37.632972, 127.075034, '하계역 버스정류장', 37.63648004657348, 127.06882741506013, 'Bus Station'), ('Nowon-gu', 37.632972, 127.075034, '푸드코트', 37.636676, 127.068669, 'Food Court'), ('Nowon-gu', 37.632972, 127.075034, 'A TWOSOME PLACE', 37.626508185641434, 127.07593167892774, 'Café'), ('Nowon-gu', 37.632972, 127.075034, 'The Lga Coffee', 37.639492709528994, 127.07338030138918, 'Coffee Shop'), ('Nowon-gu', 37.632972, 127.075034, '충숙근린공원', 37.639836507088745, 127.07716280436574, 'Park'), ('Nowon-gu', 37.632972, 127.075034, '스시 준', 37.638985718407696, 127.06998531082465, 'Japanese Restaurant'), ('Nowon-gu', 37.632972, 127.075034, '상상과자점', 37.625823, 127.077232, 'Café'), ('Nowon-gu', 37.632972, 127.075034, 'AGORA', 37.62600648560458, 127.07198087344973, 'Coffee Shop'), ('Nowon-gu', 37.632972, 127.075034, '한국전력공사 KEPCO Academy 대운동장', 37.63116054222547, 127.0843081580298, 'Soccer Field'), ('Nowon-gu', 37.632972, 127.075034, '제일제면소', 37.63940069786113, 127.06894792091057, 'Noodle House'), ('Nowon-gu', 37.632972, 127.075034, 'Rimini (리미니)', 37.639449299913345, 127.06878026054244, 'Italian Restaurant'), ('Nowon-gu', 37.632972, 127.075034, 'S핫요가 중계점', 37.63873660910611, 127.06730797629896, 'Yoga Studio')], [('Seocho-gu', 37.50548585, 127.005494649923, 'Marquis Thermal Spa & Fitness Club (마르퀴스 더말 스파 & 휘트니스 클럽)', 37.50395452624881, 127.00427710304794, 'Gym / Fitness Center'), ('Seocho-gu', 37.50548585, 127.005494649923, 'JW Marriott Hotel Seoul (JW메리어트호텔 서울)', 37.50390180580815, 127.00474813988114, 'Hotel'), ('Seocho-gu', 37.50548585, 127.005494649923, '신세계 Gourmet 식품관', 37.50522134704516, 127.00407735987733, 'Deli / Bodega'), ('Seocho-gu', 37.50548585, 127.005494649923, '담은', 37.50610339929504, 127.00378797958632, 'Dive Bar'), ('Seocho-gu', 37.50548585, 127.005494649923, 'JW Marriott Hotel Seoul Executive Lounge', 37.5033063113829, 127.00498366443514, 'Hotel Bar'), ('Seocho-gu', 37.50548585, 127.005494649923, '강남고속터미널 꽃도매상가', 37.50516175261584, 127.00492069136624, 'Flower Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'SHINSEGAE Department Store (신세계백화점)', 37.50520505283834, 127.00411239650064, 'Department Store'), ('Seocho-gu', 37.50548585, 127.005494649923, '한가람문구센터', 37.50591652759582, 127.0057852835141, 'Paper / Office Supplies Store'), ('Seocho-gu', 37.50548585, 127.005494649923, 'CHICOR (시코르)', 37.50464797904765, 127.00374981880715, 'Cosmetics Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '베테랑 칼국수', 37.5048074407191, 127.00360421644777, 'Noodle House'), ('Seocho-gu', 37.50548585, 127.005494649923, 'BAKE CHEESE TART (베이크 치즈타르트)', 37.50522774984367, 127.00404765802693, 'Pie Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Texas de Brazil (텍사스데브라질)', 37.503872281702456, 127.00631652218924, 'Brazilian Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'THE MÉNAGERIE (더 메나쥬리)', 37.50527964884459, 127.00406208832125, 'Bakery'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Famille Station (파미에스테이션)', 37.50316843404435, 127.00437664223713, 'Shopping Mall'), ('Seocho-gu', 37.50548585, 127.005494649923, 'JAJU TABLE (자주테이블)', 37.504719053806326, 127.00431505180197, 'Café'), ('Seocho-gu', 37.50548585, 127.005494649923, 'The Lounge', 37.50329357493191, 127.00509399752066, 'Hotel Bar'), ('Seocho-gu', 37.50548585, 127.005494649923, '모던눌랑', 37.504073137172746, 127.00678982390866, 'Chinese Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Gelati Gelati (젤라띠젤라띠)', 37.50318218031201, 127.00442642352, 'Ice Cream Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '파미에스트리트', 37.504524116413165, 127.00401871859877, 'Shopping Mall'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Starbucks Reserve (스타벅스 리저브)', 37.503144799787776, 127.0043976784216, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Soi Yeonnam (소이연남)', 37.50394566207628, 127.0054639449171, 'Thai Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'COFFEE LIBRE (커피리브레)', 37.50442937011308, 127.00365038736301, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Collage', 37.50482311181988, 127.00433328653155, 'Bistro'), ('Seocho-gu', 37.50548585, 127.005494649923, "Molly's Pet Shop (몰리스펫샵)", 37.503731632022635, 127.00542970665634, 'Pet Service'), ('Seocho-gu', 37.50548585, 127.005494649923, '마루심 (〇心) (마루심)', 37.50191318586081, 127.01079476849455, 'Japanese Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'STREET CHURROS (스트릿츄러스)', 37.50384262639137, 127.00403130424964, 'Dessert Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '담장옆에국화꽃', 37.50312858155604, 127.00439385596376, 'Dessert Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'NewCore Outlet (뉴코아아울렛)', 37.5086735725406, 127.0079749632157, 'Outlet Store'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Salvatore Cuomo (살바토레 쿠오모)', 37.50481672534272, 127.00432616968142, 'Italian Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, '아웃백스테이크하우스', 37.50386942204562, 127.00402093715016, 'Steakhouse'), ('Seocho-gu', 37.50548585, 127.005494649923, 'HIGHWAY MART (하이웨이마트)', 37.50815020016819, 127.00345598838014, 'Supermarket'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Starbucks (스타벅스)', 37.50463742777574, 127.00630633723321, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Pastel Golf Club (파스텔 골프클럽)', 37.51015318266802, 127.00979235252542, 'Golf Course'), ('Seocho-gu', 37.50548585, 127.005494649923, 'MEGABOX Central (메가박스 센트럴시티)', 37.50502286119636, 127.0030904084178, 'Multiplex'), ('Seocho-gu', 37.50548585, 127.005494649923, '초마 (炒馬) (초마)', 37.508555509565504, 127.00814921002755, 'Chinese Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, '영양센타', 37.503495461341885, 127.0109695506805, 'Korean Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'JO MALONE', 37.505025195830875, 127.00416030808573, 'Cosmetics Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Crystal Jade Shanghai Delight (크리스탈 제이드 상하이 딜라이트)', 37.503227777027405, 127.00357566711222, 'Dim Sum Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, "Kim's Club (킴스클럽)", 37.509585277733066, 127.00753925140113, 'Supermarket'), ('Seocho-gu', 37.50548585, 127.005494649923, '베키아에누보', 37.50495915906773, 127.0043068266659, 'Bakery'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Paul Bassett (폴바셋)', 37.50955790517958, 127.00750363299113, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'halff coffee (하프커피)', 37.50370230327375, 127.00530861782305, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '바르다 김선생', 37.503144984966, 127.0043992840644, 'Korean Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'TAMAYURA (타마유라)', 37.50390009489397, 127.00475362726138, 'Japanese Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, '스시마이우', 37.505119758015056, 127.00122290135252, 'Sushi Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Flavors (플레이버즈)', 37.50389583923718, 127.00474289842532, 'Buffet'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Starbucks (스타벅스)', 37.50158982496291, 127.01173563088189, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '서래오뎅', 37.49943774528173, 126.9989778713822, 'Sake Bar'), ('Seocho-gu', 37.50548585, 127.005494649923, 'DEAN & DELUCA (딘앤델루카)', 37.50536127350505, 127.00404850086143, 'Café'), ('Seocho-gu', 37.50548585, 127.005494649923, '올반 프리미엄 (올반프리미엄)', 37.5031229949774, 127.00435271016477, 'Korean Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Starbucks (스타벅스)', 37.504509954017806, 127.00442011101443, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Sheraton Seoul Palace Gangnam Hotel (쉐라톤서울팔래스강남호텔)', 37.500925738601566, 127.00179406999723, 'Hotel'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Shake Shack (쉐이크쉑)', 37.50443300267575, 127.00443131867749, 'Burger Joint'), ('Seocho-gu', 37.50548585, 127.005494649923, 'GONG CHA (공차)', 37.50887167703337, 127.0089971666318, 'Bubble Tea Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '잠원스포츠파크', 37.51124769731413, 127.00509898698733, 'Gym'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Berlin Kranz (베를린크란츠)', 37.50213, 127.011444, 'Bakery'), ('Seocho-gu', 37.50548585, 127.005494649923, '잠원 스포츠파크 (실내테니스장)', 37.51094837771675, 127.00527203820245, 'Tennis Court'), ('Seocho-gu', 37.50548585, 127.005494649923, "Devil's Door Brewery (데블스도어)", 37.50487573501955, 127.00901787741383, 'Beer Bar'), ('Seocho-gu', 37.50548585, 127.005494649923, 'TOM N TOMS COFFEE (탐앤탐스)', 37.50759559996812, 127.01012223432073, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '차돌가', 37.49987203640793, 126.99883667459588, 'BBQ Joint'), ('Seocho-gu', 37.50548585, 127.005494649923, '한강공원 반포나들목', 37.51287443457819, 127.00191582013926, 'Trail'), ('Seocho-gu', 37.50548585, 127.005494649923, 'HôTEL DOUCE (오뗄두스)', 37.49961758394669, 126.99905155034222, 'Dessert Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '김영모 과자점', 37.50288, 126.99541, 'Bakery'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Parlor M', 37.49742875105879, 127.00051560223486, 'Frozen Yogurt Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Starbucks (스타벅스)', 37.51025869429812, 127.0074737627792, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'GONG CHA (공차)', 37.50504077464052, 127.0011110984876, 'Bubble Tea Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'PARIS CROISSANT Café (파리크라상)', 37.49936328728656, 127.01265996912177, 'Bakery'), ('Seocho-gu', 37.50548585, 127.005494649923, '거목정육식당', 37.5122193655815, 127.01025363942135, 'Korean Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Sandeulhae (산들해)', 37.50459071126859, 127.00066940827952, 'Korean Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Red Bean Flower Tree House (팥꽃나무집)', 37.50545296820456, 127.00399293523398, 'Dessert Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '영스타', 37.49866, 126.998474, 'BBQ Joint'), ('Seocho-gu', 37.50548585, 127.005494649923, 'artisée (아티제)', 37.51285252380292, 127.00637801451282, 'Café'), ('Seocho-gu', 37.50548585, 127.005494649923, '토박이 별당', 37.49822438615133, 127.00216807213701, 'Korean Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, '바이킹 메종', 37.50504864987997, 127.00972811106914, 'Japanese Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'SOOSA (수사)', 37.50817230664248, 127.00809360256861, 'Japanese Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, '로운', 37.50850852103424, 127.00766648661957, 'Shabu-Shabu Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, '㚖 Sushi Go (스시고)', 37.498925391602604, 126.99781298325712, 'Sushi Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'SOIGNÉ (스와니예)', 37.498023963779445, 127.0020144161101, 'French Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Sheraton Club (쉐라톤 클럽)', 37.50080730150745, 127.00141473911592, 'Lounge'), ('Seocho-gu', 37.50548585, 127.005494649923, 'GS Supermarket (GS수퍼마켓)', 37.502916490559485, 127.01227432442661, 'Grocery Store'), ('Seocho-gu', 37.50548585, 127.005494649923, '청담이상', 37.49954929009303, 126.99831963402903, 'Sake Bar'), ('Seocho-gu', 37.50548585, 127.005494649923, '후쿠오카 함바그', 37.50900636491858, 127.00792019493437, 'Steakhouse'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Seoul Bamdokkaebi Night Market @Banpo (서울 밤도깨비 야시장)', 37.51163, 126.998854, 'Night Market'), ('Seocho-gu', 37.50548585, 127.005494649923, '경복궁', 37.49911932601814, 127.01248239182385, 'Korean Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Home Plus Express (홈플러스 익스프레스)', 37.49933120632976, 127.01275711347773, 'Supermarket'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Starbucks (스타벅스)', 37.50858, 127.01171, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Liquid Soul (리퀴드소울)', 37.499140710003715, 126.99844151564625, 'Whisky Bar'), ('Seocho-gu', 37.50548585, 127.005494649923, 'artisée (아티제)', 37.510183972170054, 127.00991076965106, 'Dessert Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Dr. Robbin', 37.50363781554783, 127.01038472959118, 'Italian Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, '로얄맨션', 37.499327430859054, 126.99776848436744, 'Italian Restaurant'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Baskin-Robbins (배스킨라빈스)', 37.502854632523224, 127.0107444147792, 'Ice Cream Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '도야진가', 37.499679511806804, 126.99894899277663, 'BBQ Joint'), ('Seocho-gu', 37.50548585, 127.005494649923, '담장옆에국화꽃', 37.4993686869005, 126.99872403459955, 'Dessert Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Baskin-Robbins', 37.498636920111636, 126.99840383953831, 'Ice Cream Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '폴바셋', 37.509746055726445, 127.00743556022644, 'Coffee Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, '조선면옥', 37.5044039669985, 127.01008864416377, 'Noodle House'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Pizza Mall', 37.50810588028478, 127.00817189591277, 'Pizza Place'), ('Seocho-gu', 37.50548585, 127.005494649923, 'Baskin-Robbins (배스킨라빈스)', 37.50913379999683, 127.01188660882417, 'Ice Cream Shop'), ('Seocho-gu', 37.50548585, 127.005494649923, 'PARIS BAGUETTE (파리바게뜨)', 37.50709775859662, 127.01352033615197, 'Bakery'), ('Seocho-gu', 37.50548585, 127.005494649923, '늘봄웰봄', 37.49931960551642, 127.0128747584766, 'Korean Restaurant')], [('Seodaemun-gu', 37.564786, 126.9621702536008, '오카와리 (おかわLee) (오카와리)', 37.56446, 126.96430499999997, 'Ramen Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '철길떡볶이', 37.56236504932699, 126.96366226794103, 'Snack Place'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '고릴라', 37.561158002728845, 126.96360352184661, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Yellow Bowl (옐로우볼)', 37.56021875142723, 126.96262681550374, 'Italian Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '복성각', 37.566393, 126.965767, 'Chinese Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'The Spoon', 37.56248944744599, 126.96670723465986, 'Asian Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '삼오쭈꾸미', 37.56431266274725, 126.96710311449202, 'Seafood Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '물뛴다', 37.5632016395488, 126.96233816134564, 'Dive Bar'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '영천시장', 37.57089207087572, 126.96114642121917, 'Market'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '한옥집', 37.56662839649854, 126.96491354171076, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '두툼', 37.55841447367645, 126.96644209668233, 'BBQ Joint'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Starbucks (스타벅스)', 37.55993772650235, 126.96449274754694, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '도마', 37.55806022368578, 126.96714221706443, 'Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'San Damiano', 37.567567805407045, 126.9698925600355, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '대성집', 37.57256545245568, 126.96086307505468, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Gyeonghuigung (경희궁)', 37.571079403820086, 126.96862936019897, 'Palace'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Starbucks (스타벅스)', 37.56144092748465, 126.96340424214158, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '아웃백스테이크하우스', 37.565402861835096, 126.96733984000673, 'Steakhouse'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Jeongdong Theatre (정동극장)', 37.56580310063754, 126.97293241363695, 'Theater'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Paul Bassett (폴바셋)', 37.563365, 126.968876, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Fanta-Stick Theatre (판타스틱 서울전용관)', 37.568067576288776, 126.97018930544024, 'Theater'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '허수아비', 37.567874, 126.969573, 'Japanese Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'The Coffee Bean & Tea Leaf (커피빈)', 37.56236725890618, 126.96911589884448, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Café MAMAS (카페마마스)', 37.562328, 126.970163, 'Sandwich Place'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Independence Gate (독립문)', 37.57244, 126.959553, 'Monument / Landmark'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '남도식당 정동집', 37.56588730988589, 126.9725968750041, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '현대수산', 37.56063269586463, 126.96792185278045, 'Seafood Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Seoul Museum of History (서울역사박물관)', 37.570439177823964, 126.97057639063624, 'History Museum'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '서대문 족발', 37.56472594312489, 126.96746995201018, 'Bossam/Jokbal Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Brown Stone Seoul (브라운스톤 서울)', 37.56110223993514, 126.9677006746605, 'Building'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '중림장', 37.56033667979413, 126.96804360070303, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Lusso Lab (루소랩)', 37.56694381092261, 126.97050303939983, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'A TWOSOME PLACE (투썸플레이스)', 37.56059102058978, 126.96286431051693, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'VABIEN II', 37.565143620413714, 126.9675350189209, 'Hotel'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Starbucks (스타벅스)', 37.563388097160264, 126.96870379526396, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Donuimun Museum village (돈의문 박물관마을)', 37.5687431147981, 126.96863178982959, 'Historic Site'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '경교장 (京橋莊) (경교장)', 37.5682351019277, 126.96818798371508, 'Historic Site'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Siloam Sauna (실로암사우나찜질방)', 37.55779087183168, 126.96842702305842, 'Bath House'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '구 러시아공사관 (구러시아공사관)', 37.56796575085298, 126.97134853627675, 'Historic Site'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Jungmyeongjeon (중명전)', 37.56640494665199, 126.97247779315435, 'History Museum'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '청송옥', 37.563514578761016, 126.97298301274819, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Korea Ginseng Chicken Soup (고려삼계탕)', 37.562971, 126.972917, 'Samgyetang Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Hello Beirut (헬로 베이루트)', 37.563815, 126.969778, 'Lebanese Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '세양원', 37.55981492351769, 126.96275601642357, 'Chinese Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '배재학당 역사박물관', 37.5639764839654, 126.97254022443646, 'History Museum'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '호수집', 37.558994, 126.96864, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'emu Cinema (에무시네마)', 37.572104, 126.968396, 'Indie Movie Theater'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Fraser Place Central Seoul (프레이저플레이스 센트럴서울)', 37.56239079935927, 126.96930531525342, 'Hotel'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Starbucks (스타벅스)', 37.57126866580565, 126.9614339406177, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Jengdong-gugsi (정동국시)', 37.56788, 126.969806, 'Noodle House'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '소호정', 37.560987541837136, 126.96662145633407, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'coffee naru (가배나루)', 37.56012653146813, 126.96427760528526, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Le Pul (르풀)', 37.56612529050545, 126.97220394813071, 'Café'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Kkanbu Chicken (깐부치킨)', 37.5604065599351, 126.96625292301178, 'Fried Chicken Joint'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '덕수정', 37.56591518901845, 126.9724613534583, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '전광수 Coffee House (전광수커피하우스)', 37.565879650102936, 126.97243438855479, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'PARIS BAGUETTE', 37.560600424039265, 126.9659576629857, 'Bakery'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '#52 LAB', 37.563454, 126.973092, 'Café'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'BEANS BINS COFFEE', 37.559724415976405, 126.96244599787705, 'Dessert Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, "it's crispy", 37.56078854425849, 126.97147631231572, 'Bakery'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '새문순대국', 37.562693, 126.964102, 'Asian Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Paris Baguette', 37.55935908427097, 126.96433661334805, 'Bakery'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Starbucks (스타벅스)', 37.55829597902376, 126.9562763148654, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'PARIS BAGUETTE (파리바게뜨)', 37.55818022587014, 126.95632413958677, 'Bakery'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '해주면가', 37.5602573738287, 126.9652347042069, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '현상소', 37.556777, 126.96715, 'Café'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '밥해주는남자', 37.560477200553855, 126.96797625557586, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '토리톤스시', 37.56086942519751, 126.9629724034904, 'Japanese Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '더 플레이트 X 외계인방앗간', 37.56066102194847, 126.96302487357114, 'Italian Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'HOLLYS COFFEE', 37.5585213661779, 126.96619159051941, 'Coffee Shop'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '거북이의 주방', 37.55858572343744, 126.96610109014654, 'Japanese Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '세느강 포장마차', 37.56071475628644, 126.96799361952922, 'Korean Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '스시현', 37.558594158008205, 126.96606807380586, 'Sushi Restaurant'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '홍파동 홍난파 가옥', 37.571673, 126.965233, 'Historic Site'), ('Seodaemun-gu', 37.564786, 126.9621702536008, '경희궁 숭정전 (慶熙宮 崇政殿) (경희궁 숭정전)', 37.57100463589287, 126.96851303598, 'Historic Site'), ('Seodaemun-gu', 37.564786, 126.9621702536008, 'Lunarich (루나리치)', 37.5578550712985, 126.96767881988325, 'Pizza Place')], [('Seongbuk-gu', 37.59148715, 126.9984470125847, '간송미술관', 37.593450614146995, 126.9974727207922, 'Art Museum'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'MOZZA (모짜)', 37.592986, 126.997585, 'Italian Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '구포국수', 37.59241547513685, 127.00256517789545, 'Noodle House'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '명륜손칼국수', 37.58973684430891, 126.9988172814703, 'Noodle House'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Wood & Brick Le Gourmet (우드앤브릭)', 37.59363007263214, 126.99602853211927, 'Bakery'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '쌍다리돼지불백', 37.59348958279804, 126.99623970627151, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '수연산방', 37.59504025846524, 126.9947202344281, 'Tea Room'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '사흘', 37.587003170486774, 126.99998743753608, 'Café'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Chapeau Blanc 샤뽀블랑', 37.59292495032112, 127.00226718145973, 'Bakery'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Napoleon (나폴레옹과자점)', 37.58901169350702, 127.00549221120619, 'Bakery'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '혜화칼국수', 37.586562, 127.001507, 'Noodle House'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Due Cose (두에꼬제)', 37.59290555205801, 126.99706624527785, 'Italian Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'ALEX THE COFFEE (알렉스더커피)', 37.595011937674414, 126.9934978872644, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '일상 (日常) (일상)', 37.592911788125775, 126.99726930068003, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '하단', 37.590029000723774, 127.00496427666286, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북동집', 37.594726369943054, 126.99373243880385, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Waryong Park (와룡공원)', 37.591026789246136, 126.989966824193, 'Park'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북동 누룽지백숙', 37.59489769041322, 126.99062195758563, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '나누미떡볶이', 37.58382345011376, 126.99800968594573, 'Bunsik Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '우리밀국시', 37.59263042333673, 126.99841717283367, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '국시집', 37.58844085142162, 127.00437717943568, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북동돼지갈비집', 37.59336119498091, 126.99626195248896, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북동 올레국수', 37.592287214968465, 127.00287167589343, 'Noodle House'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Mix & Malt (믹스앤몰트)', 37.583137856047586, 126.99832415166426, 'Cocktail Bar'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '심우장', 37.59365659652642, 126.99182161681165, 'Historic Site'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '클류치', 37.58444685711639, 126.9965424148618, 'Café'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Hyehwamun (혜화문)', 37.587906223505634, 127.00390577316284, 'Historic Site'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'PARIS BAGUETTE (파리바게뜨)', 37.58534313522625, 127.0008822406742, 'Bakery'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '독일주택', 37.58299027691109, 127.00061400101197, 'Beer Garden'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Starbucks (스타벅스)', 37.5892440864786, 127.00523520508439, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Backpackers INSIDE Hostel (인사이드)', 37.58454835031508, 126.9978061271221, 'Bed & Breakfast'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'MAO (마오)', 37.59306829089897, 126.9988407403506, 'Chinese Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Mobel Lab', 37.59676111949711, 126.99675533344353, 'Furniture / Home Store'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Soma Coffee Roasters', 37.59303381367432, 126.99934611124, 'Café'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'cafe 205℃', 37.584533006816564, 126.99774714067996, 'Café'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '인생의단맛', 37.584197248552265, 126.9970934528677, 'Cocktail Bar'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Boulanger Maison Bukak (블랑제메종북악)', 37.594646, 126.99248, 'Bakery'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북동 콩집', 37.59247794032262, 127.00231962330264, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Dan Vi E (단비)', 37.583104203852784, 126.99831138845656, 'Sports Bar'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '손가네 곰국수', 37.59327654334792, 127.00037901423943, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '알라딘 중고서점', 37.58272432679989, 126.99864335874953, 'Used Bookstore'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, "J's Cake", 37.594522764251046, 126.9887840136719, 'Dessert Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Dos Tacos', 37.58330196948369, 126.99831235862924, 'Mexican Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Sub (서브)', 37.58858082043262, 127.00838383436623, 'Pizza Place'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '안동할매청국장', 37.58897561538842, 127.00458046372393, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성너머집', 37.59265465210566, 126.98880580970915, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '돈가래', 37.58998295692598, 127.0087152828498, 'BBQ Joint'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, "Witch's Coffee", 37.58598969543599, 127.00048293270764, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북천 분수광장', 37.58840377887577, 127.00657582529875, 'Fountain'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '꼬치오뎅', 37.58351057661694, 126.99938171783106, 'Dive Bar'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Persian Palace (페르시안궁전)', 37.58509, 126.99741, 'Middle Eastern Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북면사무소', 37.59286577238558, 126.99812930859407, 'Japanese Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '바오쯔', 37.58637705149918, 127.00163312807774, 'Dim Sum Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Starbucks (스타벅스)', 37.58896334979698, 127.0072011001586, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북동 디너쑈', 37.58823031885964, 127.00462702703949, 'Italian Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'The Doors 1 (더도어스)', 37.58405892802743, 126.99731996074618, 'Rock Club'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '송림원', 37.58985903512427, 127.00879516223907, 'Chinese Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '이마트 에브리데이', 37.59388793662443, 126.99607353451421, 'Grocery Store'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '국화정원', 37.59454088227574, 126.99288601840176, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Slow Garden (슬로우가든)', 37.59299976682508, 126.99698942048066, 'Café'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'MANOKAMANA (머노까머나)', 37.58290259919302, 126.9988025875142, 'Indian Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북동빵공장', 37.59570105950757, 126.9885117353779, 'Café'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, "McDonald's (맥도날드)", 37.58921028892558, 127.00760441071564, 'Fast Food Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '조셉의 커피나무', 37.594650228190105, 126.9886382171533, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '천향록', 37.58389115380365, 126.99792586725, 'Chinese Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '금문', 37.58531534503478, 127.00099597958094, 'Chinese Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Dong Soong Art Center (동숭아트센터)', 37.583407256979825, 127.00342465454781, 'Theater'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Nouveautes (누브티스)', 37.5961827917409, 126.99713643159642, 'Café'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Starbucks (스타벅스)', 37.58346274442757, 127.00266076486636, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '미정국수0410', 37.58292404461335, 127.00169026851653, 'Noodle House'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '동양예술극장', 37.584410377106764, 127.0025292737254, 'Theater'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '진아춘 (進雅春) (진아춘)', 37.58297168647265, 127.00067505624506, 'Chinese Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, "McDuck's Taphouse", 37.58277169914396, 126.99971846242633, 'Pub'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Cafe The Snow', 37.58297799368446, 127.00183151537722, 'Dessert Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Bong House', 37.58420167150314, 126.99700954680569, 'Hostel'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'LOTTERIA (롯데리아)', 37.585745, 127.000634, 'Fast Food Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'EDIYA COFFEE', 37.58609090629988, 127.00065413928887, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '성북동 만두집', 37.594773, 126.99371874332428, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Gong Cha (공차)', 37.58377325624195, 127.00153005838148, 'Bubble Tea Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Casa 14-2', 37.58659072975249, 126.99661055840326, 'Café'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Backpacker Mr. Sea', 37.58342806097632, 126.99895066106639, 'Hostel'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '오박사네 돈까스', 37.59251600360758, 126.99889796974581, 'Japanese Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '순대실록', 37.5833, 127.003031, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Bodystar Fitness (바디스타)', 37.582604041631924, 126.99853055659828, 'Gym / Fitness Center'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '선돌극장', 37.58689956395004, 127.0000016577559, 'Theater'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Istanbul (이스탄불)', 37.58272275979078, 127.00072001355316, 'Turkish Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Moonshine', 37.58294817607963, 127.00137201301196, 'Wine Bar'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '동숭아트센터 동숭홀', 37.5835014503243, 127.00349262859676, 'Performing Arts Venue'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Baskin Robbins 31 (배스킨라빈스)', 37.5891135602267, 127.00715984294885, 'Ice Cream Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'PARIS BAGUETTE', 37.58521623071898, 126.99624660715376, 'Bakery'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '버거킹', 37.583398, 127.002193, 'Fast Food Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '서울왕돈까스', 37.592589920621535, 126.99905174331018, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '금왕돈까스', 37.5947271214493, 126.99447087261288, 'Korean Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Comfortzone (컴포트존)', 37.58305440885866, 126.99831156415604, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '고오베겐뻬이', 37.58389001183844, 127.00237144076229, 'Japanese Restaurant'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'Baskin-Robbins (배스킨라빈스)', 37.583795593226235, 127.00159148921851, 'Ice Cream Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'The Coffee Bean & Tea Leaf (커피빈)', 37.587661, 127.007192, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '연우소극장', 37.58695820140445, 127.00191826134228, 'Theater'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, 'TOM N TOMS COFFEE (탐앤탐스)', 37.58268277425064, 126.99835732600921, 'Coffee Shop'), ('Seongbuk-gu', 37.59148715, 126.9984470125847, '아트센터K 세모극장', 37.584454804398476, 127.00246855788453, 'Theater')], [('Seongdong-gu', 37.5435916, 127.0447397, 'Seoul Forest (서울숲)', 37.54344737440033, 127.04170851261104, 'Park'), ('Seongdong-gu', 37.5435916, 127.0447397, '비사벌 전주콩나물국밥', 37.54616117084781, 127.04511602136792, 'Korean Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'CoW&DoG (카우앤독)', 37.542896078107454, 127.0468659437209, 'Coworking Space'), ('Seongdong-gu', 37.5435916, 127.0447397, '빵의정석', 37.54633883130809, 127.0435522662623, 'Bakery'), ('Seongdong-gu', 37.5435916, 127.0447397, 'meal° (밀도)', 37.546229135706525, 127.04465418536076, 'Bakery'), ('Seongdong-gu', 37.5435916, 127.0447397, '서울숲 거울연못', 37.54414135254573, 127.04127430915833, 'Other Great Outdoors'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Pizzeria Darobe (다로베)', 37.54777878831659, 127.04267909442211, 'Pizza Place'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Amazing Brewing Company (어메이징 브루잉컴퍼니)', 37.542868561517714, 127.04956552152909, 'Brewery'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Health Club Official (헬스클럽)', 37.54429776332926, 127.04767695150082, 'Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Seoul Snack: Korean Snack & Pub (서울스낵)', 37.54654210204091, 127.04478082923852, 'Snack Place'), ('Seongdong-gu', 37.5435916, 127.0447397, 'cafe Mesh (메쉬커피)', 37.548114, 127.042799, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '하노이102', 37.547369, 127.043611, 'Vietnamese Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Momento Brewers (모멘토브루어스)', 37.547492, 127.04041, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'or.er. (오르에르)', 37.54352271663211, 127.05143662045883, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Seoul Forest Butterfly Garden (서울숲 나비정원)', 37.541534058477964, 127.03949314731334, 'Garden'), ('Seongdong-gu', 37.5435916, 127.0447397, 'positive zero lounge (포지티브제로 라운지)', 37.543681, 127.050979, 'Lounge'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Starbucks (스타벅스)', 37.541839, 127.044496, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '일미락', 37.547578016277185, 127.04990376562337, 'BBQ Joint'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Starbucks (스타벅스)', 37.546526480535505, 127.04909736751122, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '커피식탁', 37.5453541052592, 127.04885894026037, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'à côté du parc (아꼬떼 뒤 파르크)', 37.54657482864369, 127.04156407145862, 'Bakery'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Lowkey (로우키)', 37.544394, 127.051388, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '연탄불꼼장어', 37.54494131977735, 127.0493183829616, 'BBQ Joint'), ('Seongdong-gu', 37.5435916, 127.0447397, 'FAGP (팩피)', 37.54988753794087, 127.04453712907458, 'Italian Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Prunus Garden (푸르너스가든)', 37.54595555423894, 127.04373633939058, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Blue Bottle Coffee (블루보틀)', 37.548129, 127.045572, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '성수우동', 37.540721, 127.048258, 'Udon Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Mau loa', 37.54030268826374, 127.05053964367097, 'Bistro'), ('Seongdong-gu', 37.5435916, 127.0447397, 'emart (이마트)', 37.53994734991234, 127.05296468583775, 'Supermarket'), ('Seongdong-gu', 37.5435916, 127.0447397, '소문난 성수감자탕', 37.54291669491552, 127.0543620980786, 'Korean Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Cafe Orot (카페 오롯)', 37.548457, 127.049667, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, '닭다리 칼국수 (닭칼)', 37.545567, 127.051902, 'Noodle House'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Mauritia Coffee', 37.546891309364426, 127.05227953819247, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'A TWOSOME PLACE', 37.54488617173485, 127.05443862646615, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'CHEDDA & OLI (체다앤올리)', 37.5454874564305, 127.0418330672019, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Haru & One Day (하루앤원데이)', 37.545004431314965, 127.05441175724499, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '뚝떡', 37.54708552297505, 127.04395764726421, 'Bunsik Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'BRINNER (브리너)', 37.543841, 127.043786, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, 'MELLOWER (멜로워)', 37.542491006890046, 127.05340781331469, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, 'MATCHACHA (맛차차)', 37.546818, 127.040535, 'Tea Room'), ('Seongdong-gu', 37.5435916, 127.0447397, '성수족발', 37.54592852950622, 127.05438445943646, 'Bossam/Jokbal Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, '먹거리집', 37.54637760500403, 127.04615385314145, 'Korean Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, '대성갈비', 37.54704655264892, 127.04414486036616, 'BBQ Joint'), ('Seongdong-gu', 37.5435916, 127.0447397, '소녀방앗간', 37.546561313904895, 127.04421511664754, 'Korean Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, '하남돼지집', 37.545500289256026, 127.05351054668427, 'BBQ Joint'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Starbucks (스타벅스)', 37.53975946446838, 127.05281908840605, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Café 성수', 37.54742644461122, 127.04240247503024, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, 'A-STORE', 37.539698923128164, 127.05278484436609, 'Electronics Store'), ('Seongdong-gu', 37.5435916, 127.0447397, '서울숲 사슴우리', 37.54318364561479, 127.03487347653568, 'Zoo'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Urban source', 37.54478603716127, 127.05127491137814, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, '할머니의 레시피', 37.547529599390245, 127.04349526686565, 'Korean Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Taphouse SUUP (탭하우스숲)', 37.54678, 127.041504, 'Beer Bar'), ('Seongdong-gu', 37.5435916, 127.0447397, '사진창고', 37.54154732282647, 127.05432857740237, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, '도치피자', 37.543987, 127.050352, 'Pizza Place'), ('Seongdong-gu', 37.5435916, 127.0447397, '할아버지공장', 37.541141, 127.054812, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, '성동구민종합체육센터', 37.54565416058751, 127.04452359453356, 'Gym / Fitness Center'), ('Seongdong-gu', 37.5435916, 127.0447397, '김종욱커피', 37.5497421960275, 127.04934999301152, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '포메인 (PhõMēin) (포메인)', 37.54555385660061, 127.04166385036862, 'Vietnamese Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, '성수아트홀', 37.54532885614899, 127.04707671027104, 'Theater'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Bonanza Bakery', 37.5469142826064, 127.04426253193033, 'Bakery'), ('Seongdong-gu', 37.5435916, 127.0447397, '재주식탁', 37.541345116249396, 127.05097986188494, 'Bistro'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Center Coffee (센터커피)', 37.546513174999156, 127.04155388879893, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Baskin-Robbins (배스킨라빈스)', 37.547527, 127.04442, 'Ice Cream Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Baskin-Robbins', 37.54061826364777, 127.05293253951179, 'Ice Cream Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '프랑스포차', 37.54351397903995, 127.05478191375731, 'French Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, '강남면옥', 37.547550150241115, 127.05081378597919, 'Korean Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'PARIS BAGUETTE', 37.544221021638464, 127.04937619698032, 'Bakery'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Dorrell (도렐)', 37.543744, 127.05443, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '소바식당', 37.543057, 127.054994, 'Soba Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'PARIS BAGUETTE', 37.547442, 127.048395, 'Bakery'), ('Seongdong-gu', 37.5435916, 127.0447397, '달아래,면', 37.542344, 127.055462, 'Ramen Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'PARIS BAGUETTE', 37.54169985489697, 127.05388837948001, 'Bakery'), ('Seongdong-gu', 37.5435916, 127.0447397, 'PARIS BAGUETTE', 37.54575548587544, 127.05445736646652, 'Bakery'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Fingertips (핑거팁스)', 37.54312626144123, 127.05512603719865, 'Burger Joint'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Baskin-Robbins (배스킨라빈스)', 37.545837998168544, 127.05442290518155, 'Ice Cream Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'funnyzoo kitchen', 37.54618755800278, 127.04502275928134, 'Japanese Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'School Food (스쿨푸드)', 37.545574195614265, 127.04170809771003, 'Bunsik Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, "Dunkin'", 37.54592774309966, 127.05418646335602, 'Donut Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, "McDonald's (맥도날드)", 37.53991027256709, 127.05293943490554, 'Fast Food Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, '성일정육점식당', 37.54862742789382, 127.04760196529755, 'Korean Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Grand Mago', 37.5464027703973, 127.04316035088155, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'MEGABOX Seongsu (메가박스 성수)', 37.541919, 127.044457, 'Multiplex'), ('Seongdong-gu', 37.5435916, 127.0447397, '골목길다방', 37.547070682067826, 127.04398156640947, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Cafe Sming Studio', 37.541252, 127.0463, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Seoul Forest Insect Garden (서울숲 곤충식물원)', 37.54168845006843, 127.03926115116676, 'Botanical Garden'), ('Seongdong-gu', 37.5435916, 127.0447397, '서울숲 가족마당', 37.545399, 127.03889, 'Forest'), ('Seongdong-gu', 37.5435916, 127.0447397, '서울숲호수', 37.544732474640966, 127.03811231820418, 'Lake'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Mimanchi', 37.547655, 127.039682, 'Italian Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, '춘하추우동', 37.543625, 127.05195, 'Udon Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Greyt Coffee (그레이트커피)', 37.547653, 127.039669, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, '묘사', 37.54789, 127.03974, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, 'cumulus (큐뮬러스)', 37.539541, 127.050569, 'Sandwich Place'), ('Seongdong-gu', 37.5435916, 127.0447397, '서울숲 습지생태원', 37.54884206450199, 127.0395280800909, 'Garden'), ('Seongdong-gu', 37.5435916, 127.0447397, '뚝섬, 서울숲 (ID: 04-223)', 37.543138966907456, 127.03606115705767, 'Bus Station'), ('Seongdong-gu', 37.5435916, 127.0447397, 'COFFEERADIO x MEMOGE', 37.54288587190291, 127.05366303903509, 'Coffee Shop'), ('Seongdong-gu', 37.5435916, 127.0447397, "Molly's Pet Shop", 37.54008391529646, 127.05268306199332, 'Pet Store'), ('Seongdong-gu', 37.5435916, 127.0447397, "the caffe'", 37.541398393600254, 127.05388837948003, 'Café'), ('Seongdong-gu', 37.5435916, 127.0447397, '한국교통안전공단 성우자동차출장검사소', 37.55109430741483, 127.0466823795425, 'Auto Workshop'), ('Seongdong-gu', 37.5435916, 127.0447397, '일일향', 37.54428, 127.055148, 'Chinese Restaurant'), ('Seongdong-gu', 37.5435916, 127.0447397, 'Kona Beans 코나빈스', 37.54649380231126, 127.05457487745697, 'Coffee Shop')], [('Songpa-gu', 37.4766087, 127.1374928, '롯데시네마 위례', 37.47279383934101, 127.14124645779368, 'Movie Theater'), ('Songpa-gu', 37.4766087, 127.1374928, 'Starbucks (스타벅스)', 37.47850723102641, 127.14323662854987, 'Coffee Shop'), ('Songpa-gu', 37.4766087, 127.1374928, '버거킹', 37.47531601064177, 127.13219046592712, 'Fast Food Restaurant'), ('Songpa-gu', 37.4766087, 127.1374928, 'tennote', 37.4680824473272, 127.13754084622683, 'Café'), ('Songpa-gu', 37.4766087, 127.1374928, 'Starbucks (스타벅스)', 37.472818017740394, 127.14091486014566, 'Coffee Shop'), ('Songpa-gu', 37.4766087, 127.1374928, '맥도날드', 37.47531258226747, 127.14237205302908, 'Fast Food Restaurant'), ('Songpa-gu', 37.4766087, 127.1374928, 'Starbucks Reserve (스타벅스 리저브)', 37.48057990307921, 127.14756911225304, 'Coffee Shop'), ('Songpa-gu', 37.4766087, 127.1374928, 'PARIS BAGUETTE', 37.47728938805159, 127.12751623905142, 'Bakery'), ('Songpa-gu', 37.4766087, 127.1374928, 'COFFEE BAY (커피베이)', 37.477084625744595, 127.12754487991332, 'Coffee Shop'), ('Songpa-gu', 37.4766087, 127.1374928, '이디야 커피', 37.478374, 127.147792, 'Coffee Shop'), ('Songpa-gu', 37.4766087, 127.1374928, "아임홈 I'm Home (아임홈)", 37.468253771699, 127.13850438594817, 'Café'), ('Songpa-gu', 37.4766087, 127.1374928, 'Flapjack Pantry (플랩잭팬트리)', 37.46806, 127.13868, 'Breakfast Spot'), ('Songpa-gu', 37.4766087, 127.1374928, 'About Time (어바웃 타임)', 37.481632, 127.12827, 'Café')], [('Yangcheon-gu', 37.5205342, 126.8344194, '원조우리분식멸치국수', 37.521304, 126.839663, 'Noodle House'), ('Yangcheon-gu', 37.5205342, 126.8344194, 'Bon Pi Yang (봉피양)', 37.516040682894406, 126.83651031407206, 'Korean Restaurant'), ('Yangcheon-gu', 37.5205342, 126.8344194, 'West Seoul Lake Park (서서울호수공원)', 37.52787251993028, 126.8312065874277, 'Park'), ('Yangcheon-gu', 37.5205342, 126.8344194, 'PARIS BAGUETTE', 37.52203122705934, 126.8332314491272, 'Bakery'), ('Yangcheon-gu', 37.5205342, 126.8344194, 'PARIS BAGUETTE', 37.51255983529498, 126.83808088302612, 'Bakery'), ('Yangcheon-gu', 37.5205342, 126.8344194, "McDonald's (맥도날드)", 37.5196347966502, 126.83839774918138, 'Fast Food Restaurant'), ('Yangcheon-gu', 37.5205342, 126.8344194, '신월문화체육센터', 37.519831899069665, 126.8356909980944, 'Gym / Fitness Center'), ('Yangcheon-gu', 37.5205342, 126.8344194, '식자재왕 도매마트(신월점)', 37.52618, 126.83641, 'Warehouse Store'), ('Yangcheon-gu', 37.5205342, 126.8344194, '신월동곱창', 37.52203876830223, 126.84169768391912, 'Korean Restaurant'), ('Yangcheon-gu', 37.5205342, 126.8344194, '신월야구공원', 37.526397103052894, 126.83254170964526, 'Baseball Field'), ('Yangcheon-gu', 37.5205342, 126.8344194, '경창시장', 37.52472703071265, 126.84166614979387, 'Farmers Market')], [('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Conrad Seoul (콘래드 서울)', 37.525614772309716, 126.92664646520612, 'Hotel'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'CGV Yeouido (CGV 여의도)', 37.52547001349701, 126.92559890079659, 'Multiplex'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'BAS BURGER (바스버거)', 37.52512481380004, 126.92748733942877, 'Burger Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '투뿔등심', 37.5243693716453, 126.92487716674805, 'BBQ Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'New Origin (뉴오리진)', 37.5249294965056, 126.92606630589803, 'Café'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Jinkawa (진가와)', 37.524189, 126.925543, 'Japanese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, "Devil's Door (데블스도어)", 37.524821, 126.925778, 'Beer Bar'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Yeouido Park (여의도공원)', 37.525970903888016, 126.92231833934783, 'Park'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '37 Grill & Bar (37그릴&바)', 37.52557333766546, 126.92655763569145, 'Wine Bar'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Paul Bassett (폴바셋)', 37.52430322816747, 126.92402342420483, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'IFC Mall (IFC몰)', 37.52478614165027, 126.92571059647521, 'Shopping Mall'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Reebok Crossfit Sentinel IFC', 37.525915, 126.926091, 'Gym / Fitness Center'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'SMOOTHIE KiNG', 37.5254798912311, 126.92554081022284, 'Smoothie Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '10G', 37.5254634053539, 126.92627248105076, 'Café'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Yamaya (야마야)', 37.524380997516964, 126.92411864129907, 'Japanese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'MANGO', 37.52504100009772, 126.92561682653987, 'Clothing Store'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks (스타벅스)', 37.52541627865984, 126.92470587383116, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'OK Burger (오케이버거)', 37.523643995338944, 126.9244307539263, 'Burger Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks Reserve (스타벅스 리저브)', 37.52934587201284, 126.92548607197082, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Taco Bell (타코벨)', 37.52462386560247, 126.92647034410697, 'Taco Place'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks Reserve (스타벅스 리저브)', 37.52532957215813, 126.92591136756835, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '여의도공원 잔디마당', 37.52680489296393, 126.92379298518284, 'Garden'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '동해도씨푸드', 37.523745820405615, 126.92547261714937, 'Buffet'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'OLIVE YOUNG (올리브영)', 37.5231459299446, 126.92604660987854, 'Cosmetics Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '삼거리 푸줏간', 37.524753197932725, 126.92617321497004, 'BBQ Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Paul & Paulina (폴앤폴리나)', 37.521157075202055, 126.92407122508138, 'Food & Drink Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Yeouido Hangang Park (여의도한강공원)', 37.52747288114985, 126.93265939366837, 'Park'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Changgo43 (창고43)', 37.52072504638093, 126.92701756954193, 'BBQ Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Bread05 (브레드05)', 37.522952090155876, 126.93201590258752, 'Bakery'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks (스타벅스)', 37.522496622241704, 126.92911697797425, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'UNIQLO (유니클로)', 37.52549869549801, 126.92554579988816, 'Clothing Store'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '에덴식당', 37.52026633540401, 126.92649722099304, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '百味堂 1964 백미당 (1964 백미당)', 37.52487113510466, 126.92582947385249, 'Ice Cream Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '별미볶음점', 37.520876333302105, 126.92730440733789, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks (스타벅스)', 37.52260532858535, 126.92999316721178, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'The Coffee Bean & Tea Leaf (커피빈)', 37.530588213446414, 126.9252462207018, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'District Y (디스트릭트 와이)', 37.51996968541031, 126.927827100169, 'Food Court'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '물빛광장', 37.53050916475828, 126.92825519579615, 'Plaza'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Hollister', 37.52588954404132, 126.92612200000008, 'Clothing Store'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '서궁', 37.520730373233846, 126.93128934373556, 'Chinese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '농부와 닭동네', 37.52595575239662, 126.93105288704665, 'Fried Chicken Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '구이구이', 37.52578931058703, 126.9196902354728, 'Japanese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '계절밥상', 37.52546149969751, 126.92558475577918, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Mad for Garlic', 37.52393842183453, 126.9248710351736, 'Italian Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '진주집', 37.520962140499634, 126.92701694734072, 'Noodle House'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '가양칼국수 버섯매운탕', 37.52106675516945, 126.93155102971762, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '커피기업', 37.52899772183453, 126.92175329863886, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '리샨', 37.525053633254785, 126.91900279874514, 'Chinese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'ON THE BORDER (온더보더)', 37.52543756544358, 126.92560537560018, 'Mexican Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '스시아이', 37.52999723145808, 126.92259076668701, 'Sushi Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '다미', 37.519982997418616, 126.92746823943172, 'Japanese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks Reserve (스타벅스 리저브)', 37.523246134771355, 126.92342247079311, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '대원 로바다야끼', 37.51992353460894, 126.92707023090067, 'Japanese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '해동복국', 37.5204880891267, 126.9297874594856, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '엠파이어 Fitness (유어짐)', 37.521845778895916, 126.92678007152934, 'Gym / Fitness Center'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '진진', 37.52978741284804, 126.9207107715734, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Soo Fitness & Spa (수휘트니스)', 37.52129091899356, 126.91810727119446, 'Gym / Fitness Center'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'GLAD Hotel (글래드 여의도)', 37.527677649517464, 126.91790648972938, 'Hotel'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '강강술래', 37.52061399618614, 126.9297183598698, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, "Elie's pie (엘리스파이)", 37.520647171496485, 126.93079531809458, 'Pie Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '정인면옥', 37.53065484933336, 126.92146003246307, 'Noodle House'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'GREY ESPRESSO', 37.51918083875977, 126.93118192781459, 'Café'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Marriott Executive Apartments Seoul (메리어트 이그제큐티브아파트먼트 서울)', 37.52125517995345, 126.91831567886766, 'Hotel'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '스시란', 37.53019934670891, 126.92251033056765, 'Japanese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '산하', 37.51928052124329, 126.93153161791402, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Paul Bassett (폴바셋)', 37.528670946051186, 126.91979123183015, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Kale-O (카레오)', 37.51881727113053, 126.92693970704445, 'Japanese Curry Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks (스타벅스)', 37.529462, 126.920261, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Bread Fit (브레드피트)', 37.52026595553821, 126.93176869428977, 'Bakery'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '구이구이 2호점', 37.526072912009475, 126.91809090082992, 'Japanese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '단디만', 37.52105276768838, 126.92677594678969, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'the Box (더박스)', 37.529459267023576, 126.91844888045122, 'Café'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '평가옥', 37.51931416686133, 126.93079374217872, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks Reserve (스타벅스 리저브)', 37.526582, 126.918373, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '서강대교 남단 하부', 37.53335566599766, 126.92271151441365, 'Park'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '쿠마 (くま) (쿠마)', 37.51986234180324, 126.93167438908847, 'Japanese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '현대카드·캐피탈 Fitness Center', 37.529480424567296, 126.91838915033982, 'Gym'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '희정식당', 37.526236553454886, 126.93124566702983, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks (스타벅스)', 37.52041853665064, 126.92907771489844, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '은호식당', 37.51904523980643, 126.93034306353779, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '한양원', 37.51905245074095, 126.9303247007405, 'BBQ Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '하동관', 37.52741429100378, 126.91984064691805, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Häagen-Dazs (하겐다즈)', 37.52100127300225, 126.92454370550811, 'Ice Cream Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '창고43', 37.5308969686775, 126.92487773253129, 'BBQ Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '주빈커피 Origin', 37.520006853363974, 126.92584967942383, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'KBS Hall (KBS홀)', 37.52656426046513, 126.91618560218953, 'Concert Hall'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '진진', 37.52011662729173, 126.92698854101751, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Yeouido Saetgang Ecological Park (여의도 샛강생태공원)', 37.518053, 126.921568, 'Park'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '왕왕샤브샤브', 37.52973793999005, 126.92051481843477, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '라무진', 37.519702, 126.929353, 'Japanese Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '창고43', 37.51878195231913, 126.93087496739378, 'BBQ Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Ola!', 37.5253228120513, 126.91946806848784, 'Italian Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Steamers Coffeebar (스티머스)', 37.52799542331835, 126.91975455982531, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'NEWYORK NEWYORK (뉴욕뉴욕)', 37.53029324731003, 126.92195892333983, 'American Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '만가옥', 37.5230415490405, 126.93219695701295, 'Korean Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Starbucks (스타벅스)', 37.530247731585206, 126.92122075513208, 'Coffee Shop'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '흑돈가', 37.520612, 126.931233, 'BBQ Joint'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Ola!', 37.52097137442799, 126.91837258233808, 'Italian Restaurant'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, 'Smith Barney Specialty Coffee', 37.52012131972996, 126.93137333226797, 'Café'), ('Yeongdeungpo-gu', 37.52538915, 126.9266335261698, '교대 이층집', 37.519238072729046, 126.928178342994, 'BBQ Joint')], [('Yongsan-gu', 37.5530979, 126.9726135, 'Seoul Station - KTX/Korail (서울역 KTX/코레일)', 37.55379181899738, 126.97087397330964, 'Train Station'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Four Points by Sheraton Seoul, Namsan (포 포인츠 바이 쉐라톤 서울, 남산)', 37.551079, 126.972728, 'Hotel'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Executive Lounge', 37.5552524321005, 126.97553873062132, 'Lounge'), ('Yongsan-gu', 37.5530979, 126.9726135, '도동집', 37.55300782116337, 126.97654273635177, 'Korean Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'coffee@works (커피앳웍스)', 37.55092250719559, 126.97233355862741, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Seasons (시즌즈)', 37.55519610130976, 126.97526021470752, 'French Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Starbucks (스타벅스)', 37.55165552868252, 126.97251145272561, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Cafe 395', 37.55512687529061, 126.9747509915241, 'Buffet'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Culture Station Seoul 284 (문화역서울284)', 37.55610026165336, 126.97216458679547, 'Historic Site'), ('Yongsan-gu', 37.5530979, 126.9726135, '일미장어', 37.552217486077616, 126.97405882938912, 'Janguh Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'COFFEE FAKTORY', 37.553497, 126.976817, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Manri 199 Taproom & Bottle (만리199)', 37.55534621887722, 126.96801129838352, 'Beer Bar'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Seoul Namsan Fortress Wall Trail (서울성곽 남산)', 37.55495505633092, 126.97882714732475, 'Trail'), ('Yongsan-gu', 37.5530979, 126.9726135, '양평 민물 매운탕', 37.54906676659317, 126.9699522798886, 'Seafood Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Millennium Hilton Seoul (밀레니엄힐튼서울)', 37.55527, 126.975919, 'Hotel'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Seoullo 7017 (서울로 7017)', 37.55671349557089, 126.97095751762392, 'Park'), ('Yongsan-gu', 37.5530979, 126.9726135, '금자네생등심', 37.55742544499508, 126.97200944450675, 'Korean Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Starbucks (스타벅스)', 37.5566890523777, 126.97518068894537, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, '커피를 사랑한 소믈리愛', 37.553945232124356, 126.97657613415961, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, 'THE PLACE', 37.55615287394447, 126.97340198002708, 'Bistro'), ('Yongsan-gu', 37.5530979, 126.9726135, 'LOTTE Mart (롯데마트)', 37.555893, 126.970507, 'Supermarket'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Seoulista (서울리스타)', 37.55712573453626, 126.97494509934046, 'Beer Bar'), ('Yongsan-gu', 37.5530979, 126.9726135, '광식이네 아구찜', 37.550792, 126.976446, 'Korean Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'zerocomplex (제로콤플렉스)', 37.55696, 126.978138, 'French Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Burger Guys (버거운녀석들)', 37.554948, 126.976641, 'Burger Joint'), ('Yongsan-gu', 37.5530979, 126.9726135, '백범광장', 37.55497667199727, 126.97964549866842, 'Park'), ('Yongsan-gu', 37.5530979, 126.9726135, '참숯고깃골', 37.550166589835364, 126.97645797798555, 'BBQ Joint'), ('Yongsan-gu', 37.5530979, 126.9726135, '투뿔등심', 37.555621358091734, 126.97333831556364, 'BBQ Joint'), ('Yongsan-gu', 37.5530979, 126.9726135, 'THE HOUSE 1932 (더하우스 1932)', 37.555491132130285, 126.96741123911785, 'Café'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Millenium Seoul Hilton Oak Room (오크룸)', 37.555223, 126.97536, 'Hotel Bar'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Sowol-gil KOFFE & MARIAGE FRÈRE (소월길, 그 집)', 37.553721285283764, 126.97605440865712, 'Tea Room'), ('Yongsan-gu', 37.5530979, 126.9726135, '도마', 37.55806022368578, 126.96714221706443, 'Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '유즈라멘', 37.556896, 126.96825, 'Ramen Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Namsan Samsoon Stairs (남산 삼순이계단)', 37.554381031169534, 126.98158026549001, 'Park'), ('Yongsan-gu', 37.5530979, 126.9726135, '동서골프프라자', 37.547431339489684, 126.9707903973783, 'Golf Driving Range'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Il Ponte (일폰테)', 37.555190180888786, 126.97529180057865, 'Italian Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Sungnyemun (숭례문)', 37.559985567814955, 126.97529733181, 'Monument / Landmark'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Siloam Sauna (실로암사우나찜질방)', 37.55779087183168, 126.96842702305842, 'Bath House'), ('Yongsan-gu', 37.5530979, 126.9726135, '국립극단 백성희장민호극장', 37.55296682244608, 126.96830962851483, 'Theater'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Namdaemun Market (남대문시장)', 37.55890118321769, 126.97723388671875, 'Market'), ('Yongsan-gu', 37.5530979, 126.9726135, "Sticky Ricky's Icecream (스티키리키)", 37.545654, 126.97392, 'Ice Cream Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Piknic (피크닉)', 37.55692825030945, 126.97809385985857, 'Art Gallery'), ('Yongsan-gu', 37.5530979, 126.9726135, '두툼', 37.55841447367645, 126.96644209668233, 'BBQ Joint'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Kafe Piknic (카페피크닉)', 37.55692826884092, 126.97807351598898, 'Café'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Starbucks (스타벅스)', 37.55981686543084, 126.9718858906631, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, '안중근의사기념관', 37.553862953238934, 126.98098316861363, 'History Museum'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Alpha (알파문구)', 37.56008500898128, 126.9765919272866, 'Paper / Office Supplies Store'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Gubock Dumplings (구복만두)', 37.545148, 126.973322, 'Dim Sum Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'café 후암동', 37.548893943087684, 126.97797206528871, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, '회현체육센터', 37.55662145922775, 126.98162730350153, 'Gym / Fitness Center'), ('Yongsan-gu', 37.5530979, 126.9726135, '진주집', 37.56005195795432, 126.97718184260982, 'Korean Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Fraser Place Namdaemun (프레이저플레이스 남대문서울)', 37.56130826924483, 126.97628744565466, 'Hotel'), ('Yongsan-gu', 37.5530979, 126.9726135, '토끼정', 37.55514, 126.971076, 'Japanese Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Tmark Grand Hotel Myeongdong (티마크그랜드호텔 명동)', 37.558526325517086, 126.97853403147492, 'Hotel'), ('Yongsan-gu', 37.5530979, 126.9726135, '원조감자탕 일미집', 37.546078, 126.978299, 'Korean Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Courtyard Marriott Seoul Namdaemun (코트야드 메리어트 서울 남대문)', 37.561153, 126.976972, 'Hotel'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Millenium Seoul Hilton Fitness Club (밀레니엄 힐튼 휘트니스 클럽)', 37.55527098969227, 126.97539295843258, 'Gym / Fitness Center'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Executive Lounge Courtyard Marriott', 37.56101466652657, 126.97685023303896, 'Café'), ('Yongsan-gu', 37.5530979, 126.9726135, 'caffe b (카페b)', 37.556889788851976, 126.97508047041872, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, '한일관', 37.5572265723559, 126.9732420726995, 'Korean Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '후암시장', 37.55014165036186, 126.97627476761807, 'Market'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Paris Baguette (파리바게뜨)', 37.55504355244236, 126.97170806399483, 'Bakery'), ('Yongsan-gu', 37.5530979, 126.9726135, '숭례문 수입상가', 37.55986463750117, 126.97644548289311, 'Shopping Mall'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Hotel Manu (호텔 마누)', 37.55697036387149, 126.9751160769457, 'Hotel'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Starbucks (스타벅스)', 37.558624694045086, 126.97602510839656, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Chang Surin (창수린)', 37.54596146517803, 126.97826123773447, 'Thai Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, "Le Salon by maison M'O (르 살롱 by 메종 엠오)", 37.55981975334052, 126.97983014925707, 'Tea Room'), ('Yongsan-gu', 37.5530979, 126.9726135, 'VERY STREET KITCHEN (베리스트릿키친)', 37.55577757840423, 126.96812101113706, 'Bistro'), ('Yongsan-gu', 37.5530979, 126.9726135, '쌍대포 소금구이', 37.54562364816281, 126.97038166005336, 'BBQ Joint'), ('Yongsan-gu', 37.5530979, 126.9726135, '야스노야', 37.546742, 126.978315, 'Japanese Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'STARBUCKS (스타벅스)', 37.55725054830799, 126.97340250241363, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, '포대포', 37.54920906087641, 126.97007775306702, 'BBQ Joint'), ('Yongsan-gu', 37.5530979, 126.9726135, 'IL VINO ROSSO (일비노로소)', 37.55030236081843, 126.98285100472533, 'Italian Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Starbucks Reserve (스타벅스 리저브)', 37.560995, 126.973599, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, 'T Won (티원)', 37.55505802991994, 126.9725318303681, 'Chinese Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Momo Cafe (모모카페)', 37.56099186499415, 126.97696540352443, 'Buffet'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Palais de Chine (팔레드신)', 37.55983245602151, 126.9797803467367, 'Chinese Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '후쿠오카 모츠나베', 37.556637570590695, 126.97525385376657, 'Japanese Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Genji (겐지)', 37.555101360122826, 126.9749458146266, 'Japanese Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '호수집', 37.558994, 126.96864, 'Korean Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Samsung Digital Plaza (삼성디지털프라자)', 37.54770678709768, 126.97414161985408, 'Electronics Store'), ('Yongsan-gu', 37.5530979, 126.9726135, 'L’Escape Hotel (레스케이프 호텔)', 37.559763576391894, 126.97977022780073, 'Hotel'), ('Yongsan-gu', 37.5530979, 126.9726135, '한입소반', 37.545127868652344, 126.97071838378906, 'Bunsik Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'UNIQLO', 37.555760800520396, 126.97037362656647, 'Clothing Store'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Benares (베나레스)', 37.54458544373058, 126.96894744296826, 'Indian Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '현대수산', 37.56063269586463, 126.96792185278045, 'Seafood Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '청파맨션', 37.54564893724639, 126.9670397901926, 'Café'), ('Yongsan-gu', 37.5530979, 126.9726135, '중림장', 37.56033667979413, 126.96804360070303, 'Korean Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '효자손 왕만두', 37.559507, 126.977301, 'Dumpling Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '구이가', 37.54720259725774, 126.97794058968523, 'BBQ Joint'), ('Yongsan-gu', 37.5530979, 126.9726135, 'L’amant Secret (라망 시크레)', 37.559846, 126.979482, 'French Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '가메골 옛날 손 왕만두', 37.558429347237336, 126.97728632145612, 'Dumpling Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'AVEC EL (아베크엘)', 37.55077763950278, 126.97953603631687, 'Coffee Shop'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Yummy Thai', 37.54520451414436, 126.97259728441125, 'Thai Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '남대문 야채 호떡', 37.56082180930825, 126.97731632074705, 'Food Truck'), ('Yongsan-gu', 37.5530979, 126.9726135, '막내횟집', 37.559453971090115, 126.97672670196927, 'Seafood Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Brown Stone Seoul (브라운스톤 서울)', 37.56110223993514, 126.9677006746605, 'Building'), ('Yongsan-gu', 37.5530979, 126.9726135, '후암연어식당', 37.551914, 126.977164, 'Seafood Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, 'Emòi (에머이)', 37.55655, 126.975403, 'Vietnamese Restaurant'), ('Yongsan-gu', 37.5530979, 126.9726135, '야래향', 37.558968109344114, 126.98050110369662, 'Chinese Restaurant')], [('Seoul', 37.51787265, 127.056771901232, 'Gilmok (길목)', 37.51913550240111, 127.05673047523192, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, '청국장과 보리밥', 37.52010576776749, 127.0557415422746, 'Vegetarian / Vegan Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '곰바위', 37.515010201086724, 127.05898913599573, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'The Round (더라운드)', 37.51999782572965, 127.0576234945805, 'Chinese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Boutique M', 37.51345946808332, 127.05852290088627, 'Multiplex'), ('Seoul', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.52207560550944, 127.05632990995647, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, 'InterContinental Seoul Coex Lobby Lounge (인터컨티넨탈호텔 서울코엑스 로비라운지)', 37.513480969260385, 127.05743855515918, 'Hotel Bar'), ('Seoul', 37.51787265, 127.056771901232, 'InterContinental Seoul COEX Hotel (인터컨티넨탈 서울 코엑스)', 37.51331205599119, 127.05739973520738, 'Hotel'), ('Seoul', 37.51787265, 127.056771901232, '삼성원조양곱창', 37.52092132235157, 127.05782296178864, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, 'Cosmopolitan Fitness Club (코스모폴리탄 피트니스클럽)', 37.513451913206005, 127.05744533660442, 'Gym / Fitness Center'), ('Seoul', 37.51787265, 127.056771901232, 'Papaho (파파호)', 37.52224492078675, 127.0556335207111, 'Vietnamese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'STEM COFFEE (스템커피)', 37.51342437984608, 127.05887806733442, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, '청담스포피아', 37.52224717384669, 127.05233194400752, 'Golf Course'), ('Seoul', 37.51787265, 127.056771901232, '청담미역', 37.52192671318722, 127.05515312277174, 'Gukbap Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'MEGABOX Coex (메가박스 코엑스)', 37.51341343861896, 127.05883735743147, 'Multiplex'), ('Seoul', 37.51787265, 127.056771901232, 'SOVS with salmon (소브스위드살몬)', 37.51522191869278, 127.06135487550287, 'Seafood Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Brooklyn The Burger Joint (브루클린 더 버거 조인트)', 37.51274081994346, 127.05547625187137, 'Burger Joint'), ('Seoul', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.51511846845809, 127.05987542911562, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, '켄마', 37.5121718261606, 127.05569842556105, 'Japanese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '꽃지', 37.514346, 127.061474, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'MEGABOX Coex Dolby Cinema (메가박스 코엑스 Dolby Cinema관)', 37.51342766241839, 127.0588222210302, 'Movie Theater'), ('Seoul', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.51864447032948, 127.05154180526733, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, '아야진 생태찌개', 37.51194003497334, 127.05473186026418, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'NO BRAND (노브랜드)', 37.5163407301457, 127.05141857536881, 'Warehouse Store'), ('Seoul', 37.51787265, 127.056771901232, '홍백', 37.512598, 127.053347, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Aloft Seoul Gangnam (알로프트 서울 강남)', 37.52360329367624, 127.05595403909683, 'Hotel'), ('Seoul', 37.51787265, 127.056771901232, '오발탄', 37.513607, 127.053406, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '청담공원', 37.52122284431987, 127.05258250236511, 'Park'), ('Seoul', 37.51787265, 127.056771901232, '하동관', 37.511384138926196, 127.05995295055575, 'Gukbap Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Oakwood Premier Coex Center, Seoul (오크우드프리미어 코엑스센터 서울)', 37.51083768714948, 127.05793379445069, 'Hotel'), ('Seoul', 37.51787265, 127.056771901232, 'Chai Lyn (차이린)', 37.51455986047533, 127.05301356193628, 'Chinese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'SMTOWN CAFE', 37.51801879714334, 127.05086775752156, 'Café'), ('Seoul', 37.51787265, 127.056771901232, 'Gangnam Style Sculpture (강남스타일)', 37.512803, 127.060306, 'Outdoor Sculpture'), ('Seoul', 37.51787265, 127.056771901232, 'PLAN PLAN (플랑플랑)', 37.51318530780247, 127.05069064927223, 'Dessert Shop'), ('Seoul', 37.51787265, 127.056771901232, 'Intercontinental Seoul Hotel Sky Lounge (스카이 라운지)', 37.51353149724611, 127.05742678328079, 'Lounge'), ('Seoul', 37.51787265, 127.056771901232, '초밥집', 37.52085792925692, 127.05785805742366, 'Sushi Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'ホルモン(호루몬) (호루몬)', 37.524172, 127.053237, 'Japanese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Espresso Bar 是 (에스프레소바 시)', 37.51100022685777, 127.05591585784445, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, 'Villa Guerrero (비야게레로)', 37.511955, 127.052864, 'Mexican Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '뜨락', 37.524408, 127.055572, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, '외고집설렁탕', 37.511137, 127.054347, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'The Laville (더라빌)', 37.514517184605886, 127.05529689788818, 'Event Space'), ('Seoul', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.51367598012824, 127.05966844210361, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, '명인등심', 37.51154161265267, 127.05728518965414, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, '설빙', 37.52025346149315, 127.04940884633073, 'Dessert Shop'), ('Seoul', 37.51787265, 127.056771901232, '봉산집', 37.511948797131616, 127.05394668750488, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, '등심팩토리', 37.510401641160655, 127.05748932968055, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, '고봉삼계탕', 37.51259816336914, 127.05991405755964, 'Samgyetang Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '청담영양센타', 37.51907610635448, 127.05104098798068, 'Samgyetang Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '명인등심', 37.52398269662018, 127.05200744766304, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, 'Cipolla Rosso', 37.51510286146837, 127.06052685442478, 'Italian Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'PIYANGOK (피양옥)', 37.51929783238831, 127.04845311072042, 'Noodle House'), ('Seoul', 37.51787265, 127.056771901232, 'Avenue JUNO (애비뉴준오)', 37.520646331463034, 127.04925641178784, 'Salon / Barbershop'), ('Seoul', 37.51787265, 127.056771901232, '전주 현대옥', 37.51481136876209, 127.06366470067857, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Chloris Tea & Coffee', 37.51201021656239, 127.05909759984307, 'Tea Room'), ('Seoul', 37.51787265, 127.056771901232, 'Hotel Prima Fitness & Sauna', 37.52400595722704, 127.05257995788727, 'Gym / Fitness Center'), ('Seoul', 37.51787265, 127.056771901232, 'Oakwood Premier Health & Fitness Club (오크우드 프리미어 헬스&피트니스클럽)', 37.51157957323779, 127.05742216605805, 'Gym / Fitness Center'), ('Seoul', 37.51787265, 127.056771901232, 'exquisine (익스퀴진)', 37.521263, 127.049746, 'Modern European Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'COCOTTE (꼬꼬트)', 37.51128384048259, 127.05632689321195, 'Bistro'), ('Seoul', 37.51787265, 127.056771901232, 'LeBresson (르브레쏭)', 37.51008675551799, 127.0553612502456, 'Bakery'), ('Seoul', 37.51787265, 127.056771901232, 'Paul Bassett (폴바셋)', 37.51945369343588, 127.04989652573204, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, 'Korean Air CALT (도심공항터미널 대한항공)', 37.509370805791804, 127.05874484398394, 'Airport Service'), ('Seoul', 37.51787265, 127.056771901232, '새벽집', 37.525365574630776, 127.05272692080953, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, '백세주마을', 37.51525018529497, 127.06565236231019, 'Gastropub'), ('Seoul', 37.51787265, 127.056771901232, '청담반점', 37.518817018011944, 127.04680292214572, 'Cantonese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '하나샤부정', 37.51052811919366, 127.0558466446329, 'Shabu-Shabu Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '성북동 청국장', 37.51406545765171, 127.06187951808907, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Luna Asia (루나 아시아)', 37.50987240512466, 127.05678100026506, 'Indian Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '금복당', 37.511385, 127.050159, 'Dive Bar'), ('Seoul', 37.51787265, 127.056771901232, '서백자 간장게장', 37.51013187322626, 127.05494170577731, 'Seafood Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '신의주찹쌀순대', 37.522263, 127.055504, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Coex Square (코엑스정문앞 광장)', 37.5114577399423, 127.06110119819641, 'Pedestrian Plaza'), ('Seoul', 37.51787265, 127.056771901232, 'UNIQLO (유니클로)', 37.5104663945448, 127.05896323180177, 'Clothing Store'), ('Seoul', 37.51787265, 127.056771901232, '에이뿔램', 37.52455104433918, 127.05298701350613, 'Steakhouse'), ('Seoul', 37.51787265, 127.056771901232, '경평면옥', 37.510892311719026, 127.05567562780294, 'Noodle House'), ('Seoul', 37.51787265, 127.056771901232, 'Cafe In The City', 37.510323, 127.057785, 'Café'), ('Seoul', 37.51787265, 127.056771901232, 'ZARA (자라)', 37.51134377138346, 127.06098284522731, 'Clothing Store'), ('Seoul', 37.51787265, 127.056771901232, 'Starbucks (스타벅스)', 37.51354906399532, 127.05300431493394, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, '한아람', 37.52414362606375, 127.05308001365573, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, 'COFFEE M STABLE (커피엠스테이블)', 37.52384154716057, 127.05150693655014, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, '복이오', 37.52402048350474, 127.05263589698941, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '영천영화', 37.52407619270283, 127.04948176972891, 'Korean BBQ Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '테라로사커피', 37.510371336016156, 127.06074384802264, 'Coffee Shop'), ('Seoul', 37.51787265, 127.056771901232, 'Fukuchan (후꾸짱)', 37.525524576155846, 127.05084136908091, 'Japanese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Top Cloud 52', 37.510259676144024, 127.06071854495424, 'Buffet'), ('Seoul', 37.51787265, 127.056771901232, '무교동 유정낙지', 37.523176623586934, 127.05542983110506, 'Seafood Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '원주추어탕', 37.514934947898425, 127.06435681367958, 'Korean Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Just Guinness (저스트기네스)', 37.510815611679895, 127.05458294384292, 'Pub'), ('Seoul', 37.51787265, 127.056771901232, 'Gourmet Lamb (고메램)', 37.508924, 127.057221, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, 'LE FOUR DORÉ (르푸도레 베이커리)', 37.51073998359415, 127.05800211570339, 'Bakery'), ('Seoul', 37.51787265, 127.056771901232, 'Terra 13 (테라13)', 37.523533686242196, 127.04899382703414, 'Italian Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Ranjuku (란주쿠 (와라야키))', 37.51118, 127.055603, 'Japanese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'GIN-ZA (긴자)', 37.52477198936163, 127.05208329473889, 'Japanese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Ronnefeldt Teehaus 1823 (로네펠트 티하우스 1823)', 37.50998119845173, 127.06035381628342, 'Tea Room'), ('Seoul', 37.51787265, 127.056771901232, 'CJ FOODWORLD', 37.51138498326443, 127.05868222987239, 'Food Court'), ('Seoul', 37.51787265, 127.056771901232, 'Katsurou (카츠로우)', 37.522374, 127.047439, 'Japanese Restaurant'), ('Seoul', 37.51787265, 127.056771901232, 'Trattoria MORO (트리토리아모로)', 37.51066272967849, 127.05074231015435, 'Italian Restaurant'), ('Seoul', 37.51787265, 127.056771901232, '잔비워', 37.525513556408214, 127.05091912236641, 'Pub'), ('Seoul', 37.51787265, 127.056771901232, '봉피양', 37.52061335052464, 127.0466658409043, 'BBQ Joint'), ('Seoul', 37.51787265, 127.056771901232, 'A TWOSOME PLACE (투썸플레이스)', 37.51134696891842, 127.05876185059833, 'Coffee Shop')]]
Number of Neighbourhoods at the City  26
In [84]:
seoul_venues.head()
Out[84]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Dobong-gu 37.679208 127.045547 무수옥 37.677210 127.044162 Korean Restaurant
1 Dobong-gu 37.679208 127.045547 서울창포원 37.685423 127.048092 Park
2 Dobong-gu 37.679208 127.045547 삼오집 37.677561 127.044611 Korean Restaurant
3 Dobong-gu 37.679208 127.045547 PARIS BAGUETTE 37.683948 127.045930 Bakery
4 Dobong-gu 37.679208 127.045547 LOTTE CINEMA Suraksan (롯데시네마 수락산) 37.676849 127.055479 Multiplex
In [88]:
# Vancouver Venues
van_venues = getNearbyVenues(df_neigh.loc[df_neigh['City'] == 'Vancouver', 'Neighbourhood'],
                            df_neigh.loc[df_neigh['City'] == 'Vancouver', 'Latitude'], 
                            df_neigh.loc[df_neigh['City'] == 'Vancouver', 'Longitude'])
Arbutus Ridge
Downtown
Dunbar-Southlands
Fairview
Grandview-Woodland
Hastings-Sunrise
Kensington-Cedar Cottage
Kerrisdale
Killarney
Kitsilano
Marpole
Mount Pleasant
Oakridge
Renfrew-Collingwood
Riley Park
Shaughnessy
South Cambie
Strathcona
Sunset
Victoria-Fraserview
West End
Venues list:  [[('Arbutus Ridge', 49.24630515, -123.1596359603123, 'The Arbutus Club', 49.24850716362166, -123.15215193077867, 'Event Space'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'The Patty Shop', 49.250680286551926, -123.16791618888072, 'Caribbean Restaurant'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Quilchena Park', 49.24519378222783, -123.15121143638962, 'Park'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Butter Baked Goods', 49.242209327685536, -123.17038089631828, 'Bakery'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'La Buca', 49.25054949418862, -123.16793319878863, 'Italian Restaurant'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Starbucks', 49.24476762328613, -123.15389126943143, 'Coffee Shop'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Subway', 49.244558336641234, -123.15397490622523, 'Sandwich Place'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Dollarama', 49.24888489703194, -123.15404872082745, 'Discount Store'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Wakwak Burger', 49.252430278119675, -123.15995440067987, 'Food Truck'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, '7-Eleven', 49.23842033767125, -123.1559388022502, 'Convenience Store'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'BC Liquor Store', 49.24873267954043, -123.15467133920458, 'Liquor Store'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'M&M Food Market', 49.24469498960779, -123.15388257947018, 'Grocery Store'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Finest at Sea', 49.24461483893927, -123.15376871679226, 'Seafood Restaurant'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Arbutus Club Gymnasium', 49.24823712261379, -123.15261949306645, 'Basketball Court'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Arbutus Club Lounge', 49.24851863455038, -123.1521003152604, 'Lounge'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Barktholomews Pet Supplies', 49.24274622156807, -123.17019281603234, 'Pet Store'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Magic Box Hobbies', 49.238527, -123.155476, 'Hobby Shop'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Comebuy', 49.238042, -123.155616, 'Bubble Tea Shop'), ('Arbutus Ridge', 49.24630515, -123.1596359603123, 'Sushi King House', 49.23773908677557, -123.15545797701616, 'Sushi Restaurant')], [('Downtown', 49.283393, -123.1174563, 'Rosewood Hotel Georgia', 49.28342914255638, -123.1189107326352, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'Gotham Steakhouse & Cocktail Bar', 49.28283023000359, -123.11586538996016, 'Steakhouse'), ('Downtown', 49.283393, -123.1174563, 'Hawksworth Restaurant', 49.28336228267866, -123.11946181255522, 'Lounge'), ('Downtown', 49.283393, -123.1174563, 'SEPHORA', 49.284091751548736, -123.11720430855082, 'Cosmetics Shop'), ('Downtown', 49.283393, -123.1174563, 'Abercrombie & Fitch', 49.282273835204236, -123.11868545380594, 'Clothing Store'), ('Downtown', 49.283393, -123.1174563, 'The Keg Steakhouse + Bar - Dunsmuir', 49.28343784084837, -123.11636252876394, 'Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Hyatt Regency Vancouver', 49.284933576325365, -123.12040717326492, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'Vancouver Art Gallery', 49.28282718363111, -123.12045708766203, 'Art Gallery'), ('Downtown', 49.283393, -123.1174563, 'Disney store', 49.281689, -123.11985, 'Toy / Game Store'), ('Downtown', 49.283393, -123.1174563, 'Kokoro Tokyo Mazesoba', 49.28339141050529, -123.11516030750509, 'Noodle House'), ('Downtown', 49.283393, -123.1174563, 'The Fairmont Hotel Vancouver', 49.2839753036525, -123.12059786677693, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'Medina Café', 49.28056540642322, -123.11685919761656, 'Breakfast Spot'), ('Downtown', 49.283393, -123.1174563, "L'Hermitage", 49.2801392339119, -123.11748032945334, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'Cartems Donuterie', 49.283833446719726, -123.1135544398471, 'Donut Shop'), ('Downtown', 49.283393, -123.1174563, "Victoria's Secret", 49.28337166041721, -123.12249106575216, 'Lingerie Store'), ('Downtown', 49.283393, -123.1174563, 'Commodore Ballroom', 49.28068562197917, -123.12050972144668, 'Concert Hall'), ('Downtown', 49.283393, -123.1174563, 'Tiffany & Co.', 49.2842568, -123.1217898, 'Jewelry Store'), ('Downtown', 49.283393, -123.1174563, 'Wedgewood Hotel', 49.28216333727451, -123.12223713622552, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'CF Pacific Centre', 49.282744956530095, -123.11851615541963, 'Shopping Mall'), ('Downtown', 49.283393, -123.1174563, 'The Poke Guy', 49.28393736225851, -123.11216716613504, 'Poke Place'), ('Downtown', 49.283393, -123.1174563, 'Orpheum Theatre', 49.28010297415788, -123.12018430593969, 'Concert Hall'), ('Downtown', 49.283393, -123.1174563, 'Glowbal', 49.28160784713172, -123.11695431743689, 'Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Rocky Mountain Chocolate Factory', 49.28362580682297, -123.12330593304087, 'Dessert Shop'), ('Downtown', 49.283393, -123.1174563, 'Trees Organic Coffee', 49.28492513095138, -123.11446725654999, 'Café'), ('Downtown', 49.283393, -123.1174563, 'Hubbub Sandwiches', 49.282078, -123.12287, 'Sandwich Place'), ('Downtown', 49.283393, -123.1174563, 'Meat & Bread', 49.28702890977933, -123.11861855376539, 'Sandwich Place'), ('Downtown', 49.283393, -123.1174563, 'Cactus Club Cafe', 49.285698787096095, -123.11924946282534, 'American Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Bangtown Hair Salon', 49.283206919767736, -123.11273582273496, 'Salon / Barbershop'), ('Downtown', 49.283393, -123.1174563, 'Indigo', 49.28391782500941, -123.12372330286925, 'Bookstore'), ('Downtown', 49.283393, -123.1174563, 'Finch’s Tea & Coffee House', 49.28272404338896, -123.11194051344484, 'Sandwich Place'), ('Downtown', 49.283393, -123.1174563, 'Thierry Chocolaterie Patisserie', 49.2848919057975, -123.12295083232155, 'Dessert Shop'), ('Downtown', 49.283393, -123.1174563, 'Five Guys', 49.28107849735972, -123.11894014307133, 'Burger Joint'), ('Downtown', 49.283393, -123.1174563, 'Mink Chocolate and Coffee', 49.28683087483629, -123.11562992705996, 'Dessert Shop'), ('Downtown', 49.283393, -123.1174563, 'Bella Gelateria', 49.28769718513222, -123.11634386060418, 'Ice Cream Shop'), ('Downtown', 49.283393, -123.1174563, "MacLeod's Books", 49.28349534177548, -123.1128127453969, 'Bookstore'), ('Downtown', 49.283393, -123.1174563, 'Fairmont Pacific Rim', 49.28822730314015, -123.11693176354468, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'The Fairmont Waterfront', 49.28722057168015, -123.11377415456752, 'Hotel'), ('Downtown', 49.283393, -123.1174563, "49th Parallel & Lucky's Doughnuts", 49.28590822730904, -123.12288619354298, 'Donut Shop'), ('Downtown', 49.283393, -123.1174563, 'Queen Elizabeth Theatre', 49.280228950296475, -123.11273011968323, 'Theater'), ('Downtown', 49.283393, -123.1174563, 'JJ Bean', 49.287473, -123.116787, 'Coffee Shop'), ('Downtown', 49.283393, -123.1174563, 'Holt Renfrew', 49.28401479999999, -123.1165937, 'Clothing Store'), ('Downtown', 49.283393, -123.1174563, 'The Vancouver Club', 49.287333255617725, -123.11541317847865, 'Building'), ('Downtown', 49.283393, -123.1174563, 'Japadog', 49.280271906961346, -123.11825983307145, 'Hot Dog Joint'), ('Downtown', 49.283393, -123.1174563, 'La Taqueria', 49.2830218479258, -123.11042386683688, 'Taco Place'), ('Downtown', 49.283393, -123.1174563, 'Robson Square', 49.281880886701984, -123.12367137102376, 'Plaza'), ('Downtown', 49.283393, -123.1174563, 'Harbour Dance Centre', 49.2800743967742, -123.12186000799825, 'Dance Studio'), ('Downtown', 49.283393, -123.1174563, 'Tacofino Cantina', 49.28156749591369, -123.12399329550023, 'Food Truck'), ('Downtown', 49.283393, -123.1174563, 'Miku Restaurant', 49.28671261, -123.11204401, 'Japanese Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Pholicious', 49.284309027597644, -123.11228960276179, 'Vietnamese Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Sutton Place Hotel Vancouver', 49.28264004904225, -123.12387529266849, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'Joe Fortes Seafood & Chop House', 49.28501742069146, -123.12440986218266, 'Seafood Restaurant'), ('Downtown', 49.283393, -123.1174563, 'New Amsterdam Cafe', 49.28289691979302, -123.11006472134046, 'Café'), ('Downtown', 49.283393, -123.1174563, 'Coast Restaurant', 49.28484285594679, -123.1231064922824, 'Seafood Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Meat & Bread', 49.2826459299748, -123.10949864447797, 'Sandwich Place'), ('Downtown', 49.283393, -123.1174563, 'Revolver', 49.2831867506594, -123.10928769992123, 'Coffee Shop'), ('Downtown', 49.283393, -123.1174563, 'Chipotle Mexican Grill', 49.28155, -123.12095, 'Mexican Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Le Crocodile Restaurant', 49.28265806764619, -123.12528669834137, 'French Restaurant'), ('Downtown', 49.283393, -123.1174563, 'lululemon athletica', 49.2830358, -123.1229085, 'Clothing Store'), ('Downtown', 49.283393, -123.1174563, 'Scoozis', 49.28585824273327, -123.11522454504599, 'Mediterranean Restaurant'), ('Downtown', 49.283393, -123.1174563, 'JJ Bean', 49.27938179808702, -123.11518086597503, 'Coffee Shop'), ('Downtown', 49.283393, -123.1174563, 'Homer St. Cafe and Bar', 49.278591060474405, -123.11838476992322, 'Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Timbertrain Coffee Roasters', 49.28385800135924, -123.10962180383702, 'Coffee Shop'), ('Downtown', 49.283393, -123.1174563, 'Steamworks Brewing Company', 49.28510690657561, -123.11144729314218, 'Brewery'), ('Downtown', 49.283393, -123.1174563, 'Robert Lee YMCA', 49.28175183686333, -123.12519293179268, 'Gym'), ('Downtown', 49.283393, -123.1174563, 'Nemesis Coffee', 49.28259043571836, -123.11011993958962, 'Coffee Shop'), ('Downtown', 49.283393, -123.1174563, 'Equinox West Georgia Street', 49.286166751822236, -123.12405050693361, 'Gym'), ('Downtown', 49.283393, -123.1174563, 'Caffè Artigiano', 49.28303732378452, -123.12107269550187, 'Café'), ('Downtown', 49.283393, -123.1174563, 'Scotiabank Theatres', 49.28195011448096, -123.12422359113701, 'Movie Theater'), ('Downtown', 49.283393, -123.1174563, 'Indigo Age', 49.28356580138236, -123.11269883375374, 'Vegetarian / Vegan Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Tractor', 49.28751753249862, -123.11659484141016, 'Cafeteria'), ('Downtown', 49.283393, -123.1174563, 'MUJI 無印良品', 49.28531661686063, -123.12514399719639, 'Miscellaneous Shop'), ('Downtown', 49.283393, -123.1174563, 'Nero Belgian Waffle Bar', 49.278451, -123.122024, 'Dessert Shop'), ('Downtown', 49.283393, -123.1174563, 'Fanny Bay Oyster Bar', 49.27860106769942, -123.1144109990253, 'Seafood Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Pan Pacific Vancouver', 49.287373, -123.113064, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'JOEY Burrard', 49.282864441203294, -123.12349536756916, 'New American Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Loden Hotel', 49.28769003824368, -123.12357426652729, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'Shangri-La Hotel', 49.28593423238485, -123.12408050709615, 'Hotel'), ('Downtown', 49.283393, -123.1174563, 'PureBread', 49.282422416796415, -123.10920307592875, 'Bakery'), ('Downtown', 49.283393, -123.1174563, 'Jinya Ramen Bar', 49.28031515071204, -123.11793364707334, 'Ramen Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Bombay Brow Bar', 49.285529031396614, -123.12396600606039, 'Cosmetics Shop'), ('Downtown', 49.283393, -123.1174563, 'Pacifico Pizzeria Ristorante', 49.28206768119204, -123.12407877967489, 'Italian Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Pourhouse', 49.284221965846754, -123.1083297558511, 'Restaurant'), ('Downtown', 49.283393, -123.1174563, 'The Dirty Apron Cooking School', 49.28069252156226, -123.1093934542754, 'Trade School'), ('Downtown', 49.283393, -123.1174563, 'Granville Square', 49.2865011087249, -123.11262911407391, 'Plaza'), ('Downtown', 49.283393, -123.1174563, "Victoria's Health and Organic Bar", 49.28194576193919, -123.12281350310322, 'Health Food Store'), ('Downtown', 49.283393, -123.1174563, 'SEPHORA', 49.2841638, -123.1238947, 'Cosmetics Shop'), ('Downtown', 49.283393, -123.1174563, 'Chambar', 49.279925416078164, -123.1100781115385, 'Belgian Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Dutil Denim', 49.28373098438669, -123.10924095520078, 'Boutique'), ('Downtown', 49.283393, -123.1174563, 'Shizen Ya', 49.28088036111347, -123.12455177307127, 'Japanese Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Joyeaux Cafe & Restaurant', 49.28480798806257, -123.11667913355883, 'Vietnamese Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Koala Kebabs Donairs', 49.28360413828359, -123.113167645129, 'Falafel Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Jack Poole Plaza', 49.28965628946816, -123.11762094497679, 'Plaza'), ('Downtown', 49.283393, -123.1174563, 'Jam Cafe', 49.280398288146756, -123.10983626871001, 'Breakfast Spot'), ('Downtown', 49.283393, -123.1174563, 'Vegan Pudding & Co.', 49.28387349939742, -123.1123363859816, 'Vegetarian / Vegan Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Guu Original', 49.28415096995824, -123.12550872715728, 'Japanese Restaurant'), ('Downtown', 49.283393, -123.1174563, 'CinCin', 49.28540195093551, -123.12603469495473, 'Italian Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Five Sails Restaurant', 49.288405964258025, -123.11279594630598, 'Financial or Legal Service'), ('Downtown', 49.283393, -123.1174563, 'Pokerrito', 49.28057612571095, -123.12488281884048, 'Hawaiian Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Gyu-Kaku Japanese BBQ', 49.28027716380092, -123.12483759025491, 'Japanese Restaurant'), ('Downtown', 49.283393, -123.1174563, 'Ladurée', 49.285381, -123.125571, 'Dessert Shop')], [('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Crépe Café', 49.234682694583626, -123.18206639507531, 'Café'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Red Tuna', 49.234745797914634, -123.18495243168344, 'Japanese Restaurant'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Blaq Sheep Coffee House And Bistro', 49.23550077892422, -123.18532438677896, 'Coffee Shop'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Dunbar Theater', 49.24561315512162, -123.18542830775695, 'Indie Movie Theater'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Save-On-Foods', 49.2350055, -123.1841188, 'Grocery Store'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Dunbar Community Centre', 49.24354640195617, -123.18562235162956, 'Gym'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Handi Cuisine of India', 49.24675755239661, -123.18525036850964, 'Indian Restaurant'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, "Stong's Market", 49.2457976131043, -123.18498586261883, 'Grocery Store'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Cheshire Cheese Inn', 49.245436823336554, -123.18526962240448, 'Restaurant'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Subway', 49.246301522296704, -123.1850144327346, 'Sandwich Place'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Dunbar Public House', 49.246293911047175, -123.18548583884973, 'Pub'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Starbucks', 49.24648, -123.18542, 'Coffee Shop'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'New District Store', 49.23488, -123.18523, 'Liquor Store'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'The Dailey Method Vancouver', 49.234779989180936, -123.18422341309454, 'Gym / Fitness Center'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, "Bosley's", 49.23487830194734, -123.18237088156542, 'Pet Store'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Village VQA Wines', 49.23477717548503, -123.18261562006191, 'Liquor Store'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, '30 Minute Hit', 49.23476772821521, -123.18261928086895, 'Gym'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Sushi Inn', 49.24682, -123.185225, 'Sushi Restaurant'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Shaughnessy Golf Course', 49.233950813848345, -123.1928202676498, 'Golf Course'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Bigsby The Bakehouse', 49.242538936623845, -123.17397923461648, 'Bakery'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Bus Stop 50377 (22,41,43,480)', 49.23473066452076, -123.17252688947772, 'Bus Stop'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'The Heights Market', 49.237902279469225, -123.17094856723284, 'Grocery Store'), ('Dunbar-Southlands', 49.23786405, -123.1843543864146, 'Point Grey Golf Club', 49.22931300505431, -123.18055629730225, 'Golf Course')], [('Fairview', 49.2619557, -123.1304084171883, 'CRESCENT nail and spa', 49.26331681687313, -123.12804400920868, 'Nail Salon'), ('Fairview', 49.2619557, -123.1304084171883, 'Gyu-Kaku Japanese BBQ', 49.263361993540684, -123.1255335332362, 'BBQ Joint'), ('Fairview', 49.2619557, -123.1304084171883, 'Finlandia Pharmacy', 49.26350975654056, -123.12922695835749, 'Pharmacy'), ('Fairview', 49.2619557, -123.1304084171883, 'Wild Birds Unlimited', 49.263439800248655, -123.13382670774912, 'Pet Store'), ('Fairview', 49.2619557, -123.1304084171883, "Salmon 'n' Bannock", 49.263480291863836, -123.12980510579953, 'Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Shi Zen Ya', 49.26336437906223, -123.12908127182062, 'Japanese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Stanley Industrial Alliance Stage (Arts Club Theatre Company)', 49.2613945047059, -123.13844463331534, 'Theater'), ('Fairview', 49.2619557, -123.1304084171883, 'Charleson Park', 49.26688043290664, -123.124680519104, 'Park'), ('Fairview', 49.2619557, -123.1304084171883, 'Masa Japanese Restaurant', 49.26342120932526, -123.13653621279559, 'Japanese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Sparkle Nails', 49.2635013827622, -123.13192865209075, 'Salon / Barbershop'), ('Fairview', 49.2619557, -123.1304084171883, 'Broadway Camera', 49.26359, -123.127947, 'Camera Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Small Victory', 49.25832720585841, -123.13871839115846, 'Bakery'), ('Fairview', 49.2619557, -123.1304084171883, 'Choklit Park', 49.265328169837105, -123.13019336774444, 'Park'), ('Fairview', 49.2619557, -123.1304084171883, 'Williams-Sonoma', 49.25971045384434, -123.13888069707461, 'Kitchen Supply Store'), ('Fairview', 49.2619557, -123.1304084171883, 'GoodLife Fitness Vancouver Hemlock and 8th', 49.26478, -123.136546, 'Gym'), ('Fairview', 49.2619557, -123.1304084171883, 'Heirloom Vegetarian Restaurant', 49.26082782498289, -123.1392124848986, 'Vegetarian / Vegan Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Indigo', 49.263174171729545, -123.13868144346168, 'Bookstore'), ('Fairview', 49.2619557, -123.1304084171883, 'Beau Photo Supplies Inc.', 49.26598448205958, -123.13929334517245, 'Camera Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Beaucoup Bakery', 49.2664033736241, -123.14074768329154, 'Bakery'), ('Fairview', 49.2619557, -123.1304084171883, 'Cheesecake, Etc.', 49.266446012691404, -123.13866696135571, 'Dessert Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'Café Salade de Fruits', 49.2653751495079, -123.13996762246784, 'French Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'B-Bin', 49.25782698101887, -123.12698129817278, 'Japanese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, "Slickity Jim's Chat & Choux", 49.26540180852967, -123.13574999570845, 'Breakfast Spot'), ('Fairview', 49.2619557, -123.1304084171883, 'SushiVan', 49.262946438074394, -123.13830614089966, 'Sushi Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Corduroy Pie Company', 49.257052576172846, -123.12126486471963, 'Pizza Place'), ('Fairview', 49.2619557, -123.1304084171883, "Lin's Chinese Cuisine and Tea House", 49.26377576063986, -123.13969820737837, 'Chinese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Red Ginger Asian Cuisine', 49.26339306483952, -123.12563666618209, 'Asian Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Starbucks', 49.266451, -123.132132, 'Coffee Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'The Stable House', 49.2597465603877, -123.13930056614679, 'Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Suika', 49.263539747387014, -123.14165149806806, 'Japanese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Performance Works Theatre', 49.26911759488219, -123.13201933082645, 'Theater'), ('Fairview', 49.2619557, -123.1304084171883, 'Granville Island Water Park', 49.269478608871616, -123.13471399394355, 'Water Park'), ('Fairview', 49.2619557, -123.1304084171883, 'The Farmer’s Apprentice', 49.26625367954802, -123.13954061112955, 'Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Anthropologie', 49.25946706676094, -123.13863434661786, "Women's Store"), ('Fairview', 49.2619557, -123.1304084171883, 'Brisa Spa', 49.267543, -123.135351, 'Spa'), ('Fairview', 49.2619557, -123.1304084171883, 'Pottery Barn', 49.262543257619, -123.13845105230553, 'Furniture / Home Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Kaya Malay Bistro', 49.2635118489938, -123.12818043679115, 'Asian Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, "Paul's Place Omelettery Restaurant", 49.265958398188204, -123.13866555690765, 'Breakfast Spot'), ('Fairview', 49.2619557, -123.1304084171883, "Max's Bakery & Delicatessen", 49.25765804000249, -123.12737812594314, 'Bakery'), ('Fairview', 49.2619557, -123.1304084171883, 'Granville Liquor', 49.26220815248778, -123.13864561833022, 'Liquor Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Rogue Kitchen & Wetbar', 49.26307475870531, -123.11770383130002, 'Bar'), ('Fairview', 49.2619557, -123.1304084171883, 'Breakfast Table', 49.25852058158176, -123.13864946365355, 'Breakfast Spot'), ('Fairview', 49.2619557, -123.1304084171883, 'Vancouver Lawn Tennis & Badminton Club', 49.257850661681, -123.14192511481122, 'Tennis Court'), ('Fairview', 49.2619557, -123.1304084171883, 'West Elm Market', 49.25956049818269, -123.13898220362277, 'Furniture / Home Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Heirloom Juice Co.', 49.26024046008955, -123.13884170638671, 'Juice Bar'), ('Fairview', 49.2619557, -123.1304084171883, 'Banana Leaf', 49.2633437788506, -123.12245349665747, 'Malay Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Deja Brew', 49.263359893601155, -123.12517240839992, 'Coffee Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'De Dutch', 49.25715012766437, -123.12708242706299, 'Breakfast Spot'), ('Fairview', 49.2619557, -123.1304084171883, 'Caffè Cittadella', 49.264825384675746, -123.11734283669146, 'Café'), ('Fairview', 49.2619557, -123.1304084171883, 'Off the Tracks Espresso Bar & Bistro', 49.270269676944494, -123.13407704197316, 'Café'), ('Fairview', 49.2619557, -123.1304084171883, 'Granville Island Hotel', 49.2697671, -123.1321867, 'Hotel'), ('Fairview', 49.2619557, -123.1304084171883, 'Royal Seoul House Korean Restaurant', 49.263542190039615, -123.13161831718548, 'Korean Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'EQ3', 49.26530004751511, -123.13854205618041, 'Furniture / Home Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Bin 4', 49.25899877348598, -123.13867764535703, 'Burger Joint'), ('Fairview', 49.2619557, -123.1304084171883, 'Dose Espresso Bar', 49.263577089729644, -123.1389942403467, 'Coffee Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'Granville Loop Park', 49.26722212630528, -123.13464949183103, 'Park'), ('Fairview', 49.2619557, -123.1304084171883, 'Inspiration Furniture', 49.26647841558316, -123.13297279302401, 'Furniture / Home Store'), ('Fairview', 49.2619557, -123.1304084171883, 'YYoga South Granville', 49.26368861359006, -123.14161193616964, 'Yoga Studio'), ('Fairview', 49.2619557, -123.1304084171883, 'Elysian Coffee', 49.263168, -123.117331, 'Coffee Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'Opus Art Supplies', 49.269978569348524, -123.13283132180096, 'Arts & Crafts Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Sutcliffe Park', 49.26919121717249, -123.13496055867284, 'Park'), ('Fairview', 49.2619557, -123.1304084171883, "The University Women's Club of Vancouver at Hycroft", 49.257311733982625, -123.1366391800151, 'Historic Site'), ('Fairview', 49.2619557, -123.1304084171883, 'Grapes & Soda', 49.266246914193246, -123.13966794294305, 'Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'A Taste of Vietnam', 49.26336087265259, -123.1270594377728, 'Vietnamese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Body Energy Club', 49.26100706323804, -123.11703809047192, 'Food'), ('Fairview', 49.2619557, -123.1304084171883, 'liquids+solids', 49.26348555183469, -123.14004421234131, 'Café'), ('Fairview', 49.2619557, -123.1304084171883, 'Raga Restaurant', 49.263478, -123.130517, 'Indian Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Yanaki Sushi', 49.26583664148601, -123.12211255834363, 'Sushi Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Urban Barn', 49.264856842629264, -123.13851581374189, 'Furniture / Home Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Dynasty Seafood Restaurant 皇朝海鮮酒家', 49.26377874942212, -123.12145216754466, 'Chinese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Tandem Bike Cafe', 49.25709035738032, -123.12022281134827, 'Café'), ('Fairview', 49.2619557, -123.1304084171883, 'DeSerres', 49.26384883076617, -123.13703158712094, 'Arts & Crafts Store'), ('Fairview', 49.2619557, -123.1304084171883, "Vivanty's", 49.263398998411866, -123.12210104357068, 'Sandwich Place'), ('Fairview', 49.2619557, -123.1304084171883, 'Cactus Club Cafe', 49.26345069134782, -123.11726272098706, 'American Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Dockside Restaurant', 49.26934778168365, -123.13073066767618, 'Seafood Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Cactus Club Cafe', 49.263445643623356, -123.13953459262846, 'American Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Heather Park', 49.25512292177379, -123.1219636587691, 'Park'), ('Fairview', 49.2619557, -123.1304084171883, 'West Elm', 49.25931423874856, -123.13887206623572, 'Furniture / Home Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Bump n Grind', 49.25866090262515, -123.13864222076613, 'Coffee Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'Book Warehouse', 49.263265238186946, -123.11831532735566, 'Bookstore'), ('Fairview', 49.2619557, -123.1304084171883, 'Pekoe Tea Lounge', 49.263432859528436, -123.12418538193197, 'Coffee Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'Jitlada', 49.26374075363754, -123.13748806715013, 'Thai Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Chatime', 49.26368552288524, -123.14007596601772, 'Bubble Tea Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'Wicked Cafe', 49.265345786007956, -123.13599123934763, 'Coffee Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'Hachibei', 49.257046185979725, -123.12152320384365, 'Japanese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Trees Organic', 49.26368584761132, -123.14084904900788, 'Coffee Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'Freshii', 49.26339376280352, -123.11701744597087, 'Salad Place'), ('Fairview', 49.2619557, -123.1304084171883, 'Caffé Barney', 49.259191366000884, -123.13896170109825, 'Breakfast Spot'), ('Fairview', 49.2619557, -123.1304084171883, 'Sushi Dragon', 49.263301305003985, -123.1181112071847, 'Japanese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, "Duke's On Broadway", 49.26334015457884, -123.12099500841784, 'Diner'), ('Fairview', 49.2619557, -123.1304084171883, 'Osake Artisan Sake Maker', 49.27013948051285, -123.13393599542451, 'Brewery'), ('Fairview', 49.2619557, -123.1304084171883, 'Subway', 49.26329406093473, -123.1329304969679, 'Sandwich Place'), ('Fairview', 49.2619557, -123.1304084171883, 'Semperviva Yoga', 49.2705871332524, -123.13173058358873, 'Yoga Studio'), ('Fairview', 49.2619557, -123.1304084171883, 'Restoration Hardware', 49.2628067, -123.1388333, 'Furniture / Home Store'), ('Fairview', 49.2619557, -123.1304084171883, 'Donair Spot', 49.2633409483466, -123.12219302220768, 'Falafel Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Aveda Tonic', 49.261567044941636, -123.13840569561114, 'Salon / Barbershop'), ('Fairview', 49.2619557, -123.1304084171883, 'Bubble Queen', 49.2570489115265, -123.12713257125272, 'Café'), ('Fairview', 49.2619557, -123.1304084171883, 'Shaolin Noodle House', 49.26317139428527, -123.11878184200874, 'Chinese Restaurant'), ('Fairview', 49.2619557, -123.1304084171883, 'Starbucks', 49.263049, -123.119606, 'Coffee Shop'), ('Fairview', 49.2619557, -123.1304084171883, 'Storm Crow Alehouse', 49.26369709017841, -123.14163981595675, 'Bar')], [('Grandview-Woodland', 49.2758495, -123.0669344234413, 'The Downlow Chicken Shack', 49.276319472211284, -123.06965126630708, 'Fried Chicken Joint'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Via Tevere', 49.2738535806043, -123.0656016660482, 'Pizza Place'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Biercraft Tap And Tapas', 49.273928020601524, -123.06969766764506, 'Tapas Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'The Cultch', 49.27670995261058, -123.06592209711177, 'Theater'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Kin Kao', 49.2764021105725, -123.0696330026042, 'Thai Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Havana', 49.2736852934453, -123.06948003021795, 'Cuban Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Sula Indian Restaurant', 49.27445799803321, -123.06949410108248, 'Indian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Sweet Cherubim', 49.27463695825924, -123.06954129593325, 'Grocery Store'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'East Vancouver Brewing Co.', 49.27686237480922, -123.07111207238309, 'Brewery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Sunrise Pizza & Steak House', 49.2758992346515, -123.06958437056261, 'Pizza Place'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Pepino’s', 49.279134, -123.070567, 'Italian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Britannia Arena', 49.27581265172305, -123.07062970358378, 'Athletics & Sports'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Grandview Park', 49.27348782226023, -123.07022797161501, 'Park'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Ginger Sushi', 49.271731917528406, -123.06965325066676, 'Sushi Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Fets Whisky Kitchen', 49.27354614998026, -123.06940781262395, 'Cajun / Creole Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Absinthe Bistro', 49.27338541953661, -123.06961379683436, 'French Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Tandoori Palace', 49.27165264180813, -123.06972111815101, 'Indian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Scandilicious', 49.27247322343805, -123.06944661068711, 'Scandinavian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Eternal Abundance', 49.275437411171964, -123.0696679622815, 'Vegetarian / Vegan Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Bump n Grind Specialty Coffee', 49.276378, -123.069391, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Moja Coffee', 49.274754697447456, -123.0694548714014, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Famoso Neapolitan Pizzeria', 49.27221750226922, -123.06943412886213, 'Pizza Place'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'A. Bosa And Company Ltd. Import Euro', 49.27934351874284, -123.06552670702415, 'Deli / Bodega'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Joes Cafe', 49.27402726485113, -123.0695462229833, 'Café'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Storm Crow Tavern', 49.27284465538591, -123.0696889172701, 'Pub'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Pallet Coffee Roasters', 49.281489, -123.063803, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Uprising Breads Bakery', 49.27672035310502, -123.07051824950355, 'Bakery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Bomber Brewing', 49.27759234233072, -123.07465468201404, 'Brewery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Renzo Coffee Bar', 49.273, -123.069647, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Dilly Dally', 49.27420471124412, -123.06959883628, 'Toy / Game Store'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'York Theatre', 49.27865876853748, -123.07064161415917, 'Theater'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Fujiya', 49.27662291053619, -123.07716424684004, 'Sushi Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Tatsu Japanese Bistro', 49.27162783278598, -123.06978117559495, 'Japanese Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Storm Brewing', 49.28199405704968, -123.07012123833019, 'Brewery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Mr. Red Cafe', 49.281203908864605, -123.05905330186376, 'Vietnamese Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Spartacus Athletic Club', 49.271190784827795, -123.06946014435356, 'Gym'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, "Turk's on The Drive", 49.27332186530216, -123.06958515086195, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'La Grotta Del Formaggio', 49.268814130285286, -123.06980817657877, 'Sandwich Place'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'La Mezcaleria', 49.270105572339595, -123.06947215862756, 'Mexican Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Strange Fellows Brewing', 49.27249457183068, -123.07760112667114, 'Brewery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Off The Rail Brewing Co', 49.27769024236, -123.07610228883304, 'Brewery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Pizza Garden', 49.27506835260719, -123.06943380543493, 'Pizza Place'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Cafe Du Soleil', 49.272335988701364, -123.06953622542304, 'Vegetarian / Vegan Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'The Red Wagon', 49.28115504641519, -123.05799741496016, 'Breakfast Spot'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Marcello Pizzeria & Ristorante', 49.2720715, -123.069595, 'Italian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'The Gourmet Warehouse', 49.281267912679944, -123.07629259548635, 'Gourmet Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Tacofino Commissary', 49.28128122661404, -123.05750923942144, 'Mexican Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, "Federico's Supper Club", 49.26921575767529, -123.06955646735503, 'Italian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Earnest Ice Cream', 49.27954592442943, -123.07475720454029, 'Ice Cream Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Parallel 49 Brewing Co.', 49.283921871802804, -123.06436362199459, 'Brewery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Platform 7 Coffee', 49.28126916605341, -123.05744490308733, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Donald’s Market', 49.28109112198938, -123.05722459869595, 'Grocery Store'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Yolks', 49.28111356339767, -123.07277320937798, 'Breakfast Spot'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Sopra Sotto Pizzeria', 49.271168, -123.0694, 'Italian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Black Rook Bakehouse', 49.28130177136232, -123.06062973849237, 'Café'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Callister Brewing Co.', 49.28215064414274, -123.07621454147863, 'Brewery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Fratelli Bakery', 49.26879236891853, -123.06981165350807, 'Bakery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Babylon Café', 49.27045435394553, -123.06970847769031, 'Middle Eastern Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Lombardo’s Pizzeria & Ristorante', 49.26990444316953, -123.07000613792876, 'Italian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'J, N & Z Deli', 49.26913502699541, -123.06967384038677, 'Deli / Bodega'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Bistro Wagon Rouge', 49.28478949666371, -123.0662663284596, 'French Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Deserts', 49.276342227886694, -123.06963273744495, 'Indian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Scandilicious Commissary', 49.28438109369819, -123.06570770417557, 'Bakery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Liberty Wine Merchants', 49.270059867458215, -123.06942644924996, 'Wine Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, "Jackalope's Neighbourhood Dive", 49.28121241670515, -123.05887140001505, 'Southern / Soul Food Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Gelateria Dolce Amore', 49.27063908516336, -123.06959299426809, 'Ice Cream Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Five Elements Cafe', 49.274963373064224, -123.06940372907751, 'Asian Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Yama Cafe', 49.2812548471295, -123.06339731449076, 'Café'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Volcano Sushi & Grill', 49.281419351163265, -123.06378857023942, 'Sushi Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'The Daily Catch', 49.27180167474846, -123.06959697261361, 'Seafood Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'The Dime', 49.27071297916521, -123.06965501878388, 'Pub'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Cannibal Cafe', 49.268366906173, -123.06950386893814, 'Burger Joint'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'East Cafe', 49.281288338331656, -123.05635063070086, 'Café'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Koko', 49.281215005814396, -123.06265361304847, 'Japanese Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'At The Waldorf', 49.28142025462826, -123.07467567106401, 'Nightclub'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'JJ Bean', 49.28476626215115, -123.06550867814255, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, "Vera's on the Drive", 49.27162128068487, -123.06956068292195, 'Burger Joint'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Andina Brewing Company', 49.28335545818251, -123.07362474923153, 'Brewery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Continental Coffee', 49.26859958273423, -123.06955627125198, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Memphis Blues Barbeque House', 49.27241743665548, -123.06950128991534, 'BBQ Joint'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Café Calabria', 49.26891492693717, -123.06981518318996, 'Café'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Sushi Nanaimo', 49.281516879359025, -123.05638786650157, 'Sushi Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Fire Pizza', 49.2674061417786, -123.0695845538723, 'Pizza Place'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Belgian Fries', 49.267888891483004, -123.06980637439545, 'Diner'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Sake Maki', 49.271967196300515, -123.06944148358583, 'Japanese Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'BC Liquor Store', 49.271008637777555, -123.06956850797098, 'Miscellaneous Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Mintage', 49.2693192495257, -123.0696105709818, 'Clothing Store'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'PRADO Cafe', 49.26715860857867, -123.06959417701701, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Santa Barbara Market', 49.272623287906164, -123.06951182091724, 'Deli / Bodega'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Victoria Park', 49.271542629181646, -123.0667690590144, 'Park'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'X-site East Van', 49.28109262046532, -123.05855302216952, 'Latin American Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Value Village', 49.280945132418225, -123.06723830235576, 'Thrift / Vintage Store'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Livia Bakery', 49.27223, -123.06966, 'Bakery'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Aer café', 49.281257, -123.058652, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Sweet Tooth Cafe', 49.28114008526101, -123.05640326217284, 'Coffee Shop'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Carthage Cafe', 49.26819575732887, -123.0697511345288, 'French Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'Sahota’s No Frills', 49.280998, -123.07464, 'Grocery Store'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'On Lok Restaurant & Won-Tun House 安樂麵家', 49.28100127170363, -123.06339759511363, 'Chinese Restaurant'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'The Drive Coffee Bar', 49.269741, -123.069395, 'Café'), ('Grandview-Woodland', 49.2758495, -123.0669344234413, 'RBC Royal Bank', 49.26933239848945, -123.06981627470026, 'Bank')], [('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Wooden Roller Coaster', 49.281743917117005, -123.03512832025775, 'Theme Park Ride / Attraction'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'The Fair at the PNE', 49.28297109526185, -123.04210889782496, 'Fair'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Pig on the Street', 49.273590196408485, -123.04411643198922, 'Food Truck'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Tamam Fine Palestinian Cuisine', 49.281070177811365, -123.05143787191706, 'Middle Eastern Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Livestock Barns', 49.2840365696587, -123.03927841558797, 'Farm'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Pacific Coliseum', 49.2858225364904, -123.04272666905692, 'Hockey Arena'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Curry Zone', 49.28123747726763, -123.05016935156273, 'Indian Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Le Petit Saigon', 49.28118064648434, -123.04730908611226, 'Vietnamese Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Starbucks', 49.281345, -123.047019, 'Coffee Shop'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Playland', 49.28192405847808, -123.03625770710875, 'Theme Park'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Bao Chau', 49.281231525576516, -123.04897125831269, 'Vietnamese Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Empire Fields', 49.28187022500604, -123.03413455610443, 'Soccer Field'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Hastings Liquor Store', 49.281183317829004, -123.04743067956916, 'Liquor Store'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Italia Bakery', 49.28093985885701, -123.04588496648736, 'Bakery'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Plaza Beer Garden', 49.283701047977225, -123.03878531649173, 'Beer Garden'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'PNE Amphitheatre', 49.28377669158319, -123.03724165251819, 'Amphitheater'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Subway', 49.280808677860556, -123.04575515518712, 'Sandwich Place'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'James on Hastings', 49.281334434361135, -123.04988477926298, 'Chinese Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Petro-Canada', 49.280855, -123.044712, 'Gas Station'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Osteria Napoli Ristoranté', 49.26983808078451, -123.04412402200356, 'Italian Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Hastings Community Centre', 49.280778276374626, -123.03917563789909, 'Event Space'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'London Drugs', 49.28119882688816, -123.05251152399362, 'Pharmacy'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Hastings Park', 49.28102035597978, -123.04278504197309, 'Park'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Blowfish Sushi', 49.28101132721081, -123.04569566680472, 'Sushi Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Pho Don', 49.28094714125956, -123.04554292173832, 'Vietnamese Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Rupert Park', 49.272124725417555, -123.03391912297903, 'Park'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'The Slocan', 49.28124609664789, -123.04909279329569, 'Burger Joint'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'PNE Forum', 49.282173855890846, -123.04302090881536, 'Event Space'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Senhor Rooster', 49.27731954685971, -123.03808525134184, 'Portuguese Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Tim Hortons', 49.28077100207399, -123.02783533930779, 'Coffee Shop'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Laughing Bean Coffee', 49.28135734097561, -123.04954218818958, 'Coffee Shop'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'The Atrium Inn', 49.28127330333486, -123.0453948932398, 'Inn'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Fright Nights', 49.28164608684423, -123.03597963490199, 'Theme Park'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Shoppers Drug Mart', 49.280943, -123.048307, 'Pharmacy'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'PNE Agrodome', 49.28445381835868, -123.04122850488375, 'Stadium'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Hastings Park Farmers Market', 49.28205584069456, -123.04261169857713, 'Farmers Market'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, "McDonald's", 49.28085696116781, -123.03054134341511, 'Fast Food Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'ATMOSFEAR', 49.282881487807686, -123.037135574793, 'Theme Park Ride / Attraction'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, "The Farmer's Market At The PNE", 49.283229482059824, -123.04213825804251, 'Market'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Asylum', 49.283372, -123.036204, 'Theme Park Ride / Attraction'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Festival Square at PNE', 49.28401627994954, -123.04318656831958, 'Park'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, "McDonald's", 49.279301990340855, -123.05322719673157, 'Fast Food Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Bus Stop 50954 (14,28,130,135,160)', 49.28105050174796, -123.03020512031762, 'Bus Station'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Bus Stop 51698 (27)', 49.27758212928272, -123.02902098997968, 'Bus Stop'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Best Western Exhibition Park', 49.281218, -123.02925492, 'Park'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Rupert Park Pitch & Putt', 49.272938570960285, -123.03068723212225, 'Golf Course'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Happy Market', 49.270356970132596, -123.04429104226787, 'Convenience Store'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Super Dogs', 49.285820456809994, -123.04267059492102, 'Theater'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Giants Den', 49.285872523070225, -123.04269347663912, 'American Restaurant'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Petro-Canada', 49.26981340603807, -123.03412787358502, 'Gas Station'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Callister Park', 49.28547097677047, -123.04598369411625, 'Park'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Postnet', 49.279284, -123.053273, 'Paper / Office Supplies Store'), ('Hastings-Sunrise', 49.27782975, -123.0400053968275, 'Gourmet House Bakery', 49.269369819239834, -123.04429196932973, 'Bakery')], [('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Earnest Ice Cream', 49.24937991223213, -123.09002995783595, 'Ice Cream Shop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Bâtard Boulangerie & Cafe Moderne', 49.24954504941652, -123.08997390380276, 'Café'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'O! Taho Filipino Taho Store', 49.24729195357134, -123.09026977368043, 'Filipino Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Pizza Carano', 49.24721746642712, -123.09028775978216, 'Pizza Place'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'PRADO Cafe + Kitchen', 49.24739423942353, -123.0900500832999, 'Coffee Shop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Tung Hing Bakery', 49.252157841634116, -123.08023745009504, 'Vietnamese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'House of Dosas', 49.25039302686497, -123.07634582073676, 'Indian Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Anytime Fitness', 49.24964, -123.07545, 'Gym / Fitness Center'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Le Marché St. George', 49.245693319217736, -123.09425651520488, 'Coffee Shop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'JJ Bean', 49.24672480186115, -123.09038085277781, 'Coffee Shop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Pallet Coffee Roasters', 49.25003614149222, -123.07626152016613, 'Café'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Sun Bo Kong', 49.25069813748091, -123.07704565306321, 'Vegetarian / Vegan Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Aree Thai', 49.252520281026534, -123.08096193576564, 'Thai Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Green Lemongrass', 49.25303953559976, -123.08229282267497, 'Vietnamese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Hai Phong', 49.25124302922991, -123.0789607420614, 'Vietnamese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'The Pie Hole', 49.25378599696764, -123.09015390953618, 'Pie Shop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Famous Foods', 49.24835555505501, -123.07147057968633, 'Grocery Store'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Po Kong', 49.25068365802389, -123.07724243912126, 'Vegetarian / Vegan Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Pink Peppercorn Seafood House', 49.24917489195328, -123.07382677005087, 'Seafood Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Eastside Vapes', 49.251906134300086, -123.07924185513144, 'Smoke Shop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Pho Quyen Restaurant', 49.24986502637116, -123.08996909239023, 'Vietnamese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Seoul Doogbaegi House', 49.253702516152586, -123.08317963200557, 'Korean Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Dosa Factory', 49.25084258957827, -123.0771861109332, 'South Indian Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Nammos Estiatorio', 49.24965421049751, -123.09014171496796, 'Greek Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Cedar Cottage Pub', 49.251339326764416, -123.07769458578245, 'American Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Bells & Whistles', 49.2557283447559, -123.08977956658872, 'Sports Bar'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'White Spot', 49.249170622926584, -123.07422848014438, 'Burger Joint'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'SweetSalt Baked Goods & Playscapes', 49.253788594590944, -123.09013840381694, 'Bakery'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Nice Shoes', 49.2534236049914, -123.09003515801041, 'Shoe Store'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, "Jethro's Fine Grub", 49.254191237163404, -123.09001282921128, 'Breakfast Spot'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Bows & Arrows Coffee', 49.24766287077934, -123.08995616532658, 'Coffee Shop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'De Dutch Pannekoek House', 49.24890291972142, -123.07638438613344, 'Breakfast Spot'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'TD Canada Trust', 49.2494294, -123.0748947, 'Bank'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, '7-Eleven', 49.2489023296177, -123.08951274313586, 'Convenience Store'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Pho Thái Hòa', 49.24808203906538, -123.07134964550181, 'Vietnamese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, "Dean's No Frills", 49.244543, -123.08977, 'Grocery Store'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Starbucks', 49.24412593587875, -123.09015544245993, 'Coffee Shop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Oka-San', 49.2532327971292, -123.08993845410755, 'Japanese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Dai Tung 大同', 49.25341456648239, -123.08287644146401, 'Chinese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, "Hoy's Won Ton House", 49.25167215645319, -123.07963282601585, 'Chinese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'BT Cafe', 49.25436146835357, -123.08509332580861, 'Chinese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Subway', 49.24848155817517, -123.08985476397868, 'Sandwich Place'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Save-On-Foods', 49.2486718, -123.0757617, 'Supermarket'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Pho Long', 49.254994607929504, -123.09000098970799, 'Vietnamese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Bus Stop 51566 (25)', 49.24865357512742, -123.08428645133972, 'Bus Stop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, "Ken's Chinese Restaurant", 49.2533771652678, -123.08230173499922, 'Chinese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Grand View Szechuan Restaurant Ltd', 49.247844, -123.090164, 'Chinese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Aling Ening', 49.24708830792541, -123.09036161795714, 'Filipino Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'European Breads Bakery', 49.24631946221617, -123.09010570024395, 'Bakery'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Kingsway Deli', 49.252022, -123.080549, 'Deli / Bodega'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Bus Stop 51564 (25)', 49.24864657158354, -123.07657241821289, 'Bus Stop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Midland Liquidators', 49.251471, -123.079011, 'Construction & Landscaping'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Kensington - Cedar Cottage Community Bulletin Board', 49.24253910318343, -123.08605670928955, 'Plaza'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Sushi Bay Japanese Restaurant', 49.25128795544434, -123.07839996478187, 'Japanese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Kim Chau Deli', 49.2510804710452, -123.07769500554602, 'Sandwich Place'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Cuu Long', 49.2497220156573, -123.07612910693531, 'Vietnamese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Do Chay', 49.250228, -123.076377, 'Vegetarian / Vegan Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, '7-Eleven', 49.2404972752569, -123.07603999972343, 'Convenience Store'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Locked Canada', 49.25334442047962, -123.08267127761032, 'Escape Room'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Icy Bar', 49.249186142966046, -123.07381731550579, 'Dessert Shop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Treasure Court Chinese Seafood Restaurants', 49.248443, -123.071899, 'Chinese Restaurant'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Bus Stop 50835 (8)', 49.24056907338277, -123.09025168418884, 'Bus Stop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Bus Stop 61104 (33)', 49.24021183289479, -123.08994859457016, 'Bus Stop'), ('Kensington-Cedar Cottage', 49.2476321, -123.0842067, 'Pho Thuan An', 49.25580605548277, -123.08756360519759, 'Vietnamese Restaurant')], [('Kerrisdale', 49.2209848, -123.1595483795563, 'Marine Drive Golf Club', 49.21722646537047, -123.1595996032915, 'Golf Course'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Kerrisdale Lumber Home', 49.22850026913517, -123.15592423081398, 'Gift Shop'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Save-On-Foods', 49.2272997, -123.1553644, 'Grocery Store'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Mccleery Golf Course', 49.22082721237919, -123.1687593171101, 'Golf Course'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Choices Markets', 49.2194681, -123.1495473, 'Supermarket'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Senova', 49.219448984186904, -123.14944641038487, 'Spanish Restaurant'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Maple Grove Pool', 49.22332617397963, -123.15985943260546, 'Pool'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Bean Around The World', 49.22267397021699, -123.15396236723561, 'Café'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Maple Grove Park', 49.22267304824296, -123.15394448575984, 'Park'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Bus Stop 51018 (16)', 49.22749487860123, -123.15523665621099, 'Bus Stop'), ('Kerrisdale', 49.2209848, -123.1595483795563, 'Bus Stop 59102 (49)', 49.227184289595996, -123.15301311700925, 'Bus Stop')], [('Killarney', 49.21801175, -123.0371150130028, "Kinemi's Kitchen", 49.21494385245612, -123.03044764581463, 'Pizza Place'), ('Killarney', 49.21801175, -123.0371150130028, 'Champlain Square', 49.21877353130896, -123.04038966866126, 'Shopping Mall'), ('Killarney', 49.21801175, -123.0371150130028, 'A&W', 49.219269, -123.040876, 'Fast Food Restaurant'), ('Killarney', 49.21801175, -123.0371150130028, 'Everett Crowley Park', 49.21342955433354, -123.02829934550388, 'Park'), ('Killarney', 49.21801175, -123.0371150130028, 'Sushi Go', 49.21954369136304, -123.04099976770806, 'Sushi Restaurant'), ('Killarney', 49.21801175, -123.0371150130028, 'Subway', 49.218969, -123.04018, 'Sandwich Place'), ('Killarney', 49.21801175, -123.0371150130028, 'Booster Juice', 49.21958675214103, -123.04085378551275, 'Juice Bar'), ('Killarney', 49.21801175, -123.0371150130028, "Kin's Farm Market", 49.219534212339134, -123.04056233952315, 'Farmers Market'), ('Killarney', 49.21801175, -123.0371150130028, 'Shoppers Drug Mart', 49.2191228, -123.0402123, 'Pharmacy'), ('Killarney', 49.21801175, -123.0371150130028, 'Petro-Canada', 49.219904, -123.040951, 'Gas Station'), ('Killarney', 49.21801175, -123.0371150130028, "Miller's Your Independent Grocer", 49.218728, -123.040195, 'Grocery Store'), ('Killarney', 49.21801175, -123.0371150130028, 'Starbucks', 49.219592263287446, -123.04109378294042, 'Coffee Shop'), ('Killarney', 49.21801175, -123.0371150130028, '54th Ave Restaurant', 49.21934283752314, -123.04109422540664, 'Chinese Restaurant'), ('Killarney', 49.21801175, -123.0371150130028, 'Great Clips', 49.21960571740381, -123.04092586040497, 'Salon / Barbershop'), ('Killarney', 49.21801175, -123.0371150130028, 'Bus Stop 51841 (49)', 49.220072, -123.040841, 'Bus Stop'), ('Killarney', 49.21801175, -123.0371150130028, 'Champlain Heights Community Centre', 49.21479911616953, -123.03204595832919, 'Recreation Center'), ('Killarney', 49.21801175, -123.0371150130028, 'Village Pub', 49.215183271403326, -123.03061068966072, 'Bar'), ('Killarney', 49.21801175, -123.0371150130028, 'Champlain Video', 49.21499550672074, -123.03008404639941, 'Video Store'), ('Killarney', 49.21801175, -123.0371150130028, 'Bus Stop 51656 (26)', 49.212432905654346, -123.0297114679023, 'Bus Stop'), ('Killarney', 49.21801175, -123.0371150130028, 'Killarney Track', 49.22601411057525, -123.04199715880753, 'Track')], [('Kitsilano', 49.2694099, -123.155267, 'O5 Tea', 49.2681473, -123.1554328, 'Tea Room'), ('Kitsilano', 49.2694099, -123.155267, 'Burgoo Bistro', 49.26821120899837, -123.15680991015216, 'Mac & Cheese Joint'), ('Kitsilano', 49.2694099, -123.155267, 'Au Comptoir', 49.26819489559636, -123.15703952095528, 'French Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Raisu', 49.2682441750864, -123.15842988493729, 'Japanese Restaurant'), ('Kitsilano', 49.2694099, -123.155267, "49th Parallel & Lucky's Doughnuts", 49.26803758241085, -123.15487796392169, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, 'MAK N MING', 49.27122992536644, -123.15503230208753, 'Asian Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Terra Breads', 49.26813882669247, -123.15927461140588, 'Bakery'), ('Kitsilano', 49.2694099, -123.155267, 'Sophie’s Cosmic Cafe', 49.26819182861352, -123.15264792448421, 'American Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Semperviva Yoga', 49.26827774147933, -123.15518288128301, 'Yoga Studio'), ('Kitsilano', 49.2694099, -123.155267, "Maria's Taverna", 49.26808506576862, -123.15808153918057, 'Greek Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Market Meats', 49.26810307900443, -123.15820633725792, 'Deli / Bodega'), ('Kitsilano', 49.2694099, -123.155267, 'Their There', 49.26810152788798, -123.15139238862835, 'Bakery'), ('Kitsilano', 49.2694099, -123.155267, 'lululemon athletica', 49.2682783, -123.1531707, 'Clothing Store'), ('Kitsilano', 49.2694099, -123.155267, 'Kitsilano Beach', 49.27355858778376, -123.15456984360358, 'Beach'), ('Kitsilano', 49.2694099, -123.155267, 'The Indian Oven', 49.26802127907163, -123.15055297542438, 'Indian Restaurant'), ('Kitsilano', 49.2694099, -123.155267, "Nelly's Grill", 49.26818294927808, -123.15188286709876, 'Breakfast Spot'), ('Kitsilano', 49.2694099, -123.155267, 'Whole Foods Market', 49.26826848217039, -123.15705026666838, 'Grocery Store'), ('Kitsilano', 49.2694099, -123.155267, 'Chewies Steam & Oyster Bar Kitsilano', 49.27094028140947, -123.15516803070723, 'Seafood Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Turf', 49.26816449504141, -123.15160970602004, 'Salad Place'), ('Kitsilano', 49.2694099, -123.155267, 'YYoga Kitsilano', 49.26816762442381, -123.14842381876217, 'Yoga Studio'), ('Kitsilano', 49.2694099, -123.155267, 'Fable', 49.267954868505775, -123.14900523592084, 'Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Rain or Shine Ice Cream', 49.26801810971082, -123.14875379784667, 'Ice Cream Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Kitsilano Public Pool', 49.27321534899229, -123.15741275274164, 'Pool'), ('Kitsilano', 49.2694099, -123.155267, 'Maenam', 49.26803437330562, -123.14879142707053, 'Thai Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'La Cigale French Bistro', 49.26816659017111, -123.14941995757424, 'French Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Feastro', 49.26812852097066, -123.15671075553315, 'Food Truck'), ('Kitsilano', 49.2694099, -123.155267, 'Arbutus Coffee', 49.266278351741576, -123.15283738063711, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Nook', 49.272247582791714, -123.15516501710475, 'Italian Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Sejuiced', 49.26806619425579, -123.1493132034298, 'Vegetarian / Vegan Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Local Kitsilano', 49.27248135691792, -123.15523977514346, 'New American Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Corduroy', 49.27260279381028, -123.14874634859409, 'Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'AnnaLena', 49.270737644978595, -123.14683748431504, 'Restaurant'), ('Kitsilano', 49.2694099, -123.155267, "Romer's Burger Bar", 49.2681844600887, -123.14729481835786, 'Burger Joint'), ('Kitsilano', 49.2694099, -123.155267, 'Rocky Mountain Flatbread Company', 49.27068499446599, -123.14736528592574, 'Pizza Place'), ('Kitsilano', 49.2694099, -123.155267, 'Viva Fine Foods', 49.2720595922825, -123.15503075585693, 'Bakery'), ('Kitsilano', 49.2694099, -123.155267, 'The Billy Bishop', 49.27318839227603, -123.15177798618382, 'Pub'), ('Kitsilano', 49.2694099, -123.155267, 'Guanaco Salvadoran Cuisine food truck', 49.26825059811553, -123.16174864407195, 'Food Truck'), ('Kitsilano', 49.2694099, -123.155267, 'Siegel’s Bagels', 49.27271022315303, -123.14729088562164, 'Bagel Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Ramen Danbo', 49.268046965993484, -123.14640455083301, 'Noodle House'), ('Kitsilano', 49.2694099, -123.155267, 'Blue Star Japanese Bistro', 49.26807265753983, -123.14883177236663, 'Japanese Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Edible Flours', 49.263739, -123.156533, 'Vegetarian / Vegan Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Ray rickburn', 49.268079390104226, -123.15293662624569, "Men's Store"), ('Kitsilano', 49.2694099, -123.155267, 'Kibune Sushi', 49.27251349464716, -123.15500267078687, 'Sushi Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Cafe Lokal', 49.26817419279799, -123.16470980644225, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Hearts & Vine', 49.26415624133572, -123.15759326404458, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Las Margaritas', 49.26824328150299, -123.15021374800043, 'Mexican Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Platform 7 Coffee', 49.263816242582784, -123.15764772708071, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, 'The Only Cafe', 49.26819659535481, -123.16553592681885, 'Café'), ('Kitsilano', 49.2694099, -123.155267, 'Tractor', 49.26811955488917, -123.14808917567662, 'Café'), ('Kitsilano', 49.2694099, -123.155267, 'Les Amis du FROMAGE', 49.26976021001451, -123.14436387199152, 'Cheese Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Thomas Haas Patisserie', 49.26397426489346, -123.16325965844935, 'Dessert Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Connaught Park', 49.262167974051614, -123.15616749137108, 'Park'), ('Kitsilano', 49.2694099, -123.155267, 'Cineplex Cinemas', 49.26710295336831, -123.14533546477985, 'Movie Theater'), ('Kitsilano', 49.2694099, -123.155267, 'Burrard Liquor Store', 49.26454439283996, -123.14600109951918, 'Food & Drink Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Novo Pizzeria & Wine Bar', 49.26659351595958, -123.14557344108655, 'Pizza Place'), ('Kitsilano', 49.2694099, -123.155267, 'Octopus Garden', 49.27254681247131, -123.14988592765454, 'Japanese Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Pane from Heaven', 49.271067308214015, -123.14779773114869, 'Bakery'), ('Kitsilano', 49.2694099, -123.155267, 'Chocolate Arts', 49.26876639810405, -123.1416163937538, 'Chocolate Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Pacific Boarder', 49.26804654444067, -123.1450471248983, 'Board Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Pallet Coffee Roasters', 49.26374757983616, -123.15092319166843, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, 'lululemon athletica | SSC', 49.271957616055644, -123.14696699380875, 'Office'), ('Kitsilano', 49.2694099, -123.155267, 'Semperviva Yoga', 49.26397047829807, -123.16493628669284, 'Yoga Studio'), ('Kitsilano', 49.2694099, -123.155267, 'The Naam Restaurant', 49.26830060746881, -123.16704878650626, 'Vegetarian / Vegan Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Semperviva Yoga', 49.2638622195814, -123.15010672954278, 'Yoga Studio'), ('Kitsilano', 49.2694099, -123.155267, 'Blenz Coffee', 49.263694309359025, -123.1505022730192, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, "Nat's New York Pizzeria", 49.26402569632489, -123.16599467118901, 'Pizza Place'), ('Kitsilano', 49.2694099, -123.155267, 'Be Fresh', 49.27068879653553, -123.1479794467541, 'Market'), ('Kitsilano', 49.2694099, -123.155267, 'RYU Apparel', 49.268135, -123.14426, 'Sporting Goods Shop'), ('Kitsilano', 49.2694099, -123.155267, 'London Drugs', 49.26390634977583, -123.15592812965772, 'Pharmacy'), ('Kitsilano', 49.2694099, -123.155267, 'Al Basha', 49.2725868350302, -123.14854305436633, 'Falafel Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Kitsilano Farmers Market', 49.26247019019857, -123.16151702861208, 'Farmers Market'), ('Kitsilano', 49.2694099, -123.155267, 'Momentum Fitness', 49.264558317158134, -123.14471006094112, 'Gym / Fitness Center'), ('Kitsilano', 49.2694099, -123.155267, 'Trees Organic Coffee', 49.26207712249794, -123.156104042894, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Chewie’s Biscuit Co', 49.268252, -123.168789, 'Southern / Soul Food Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Sunshine Diner', 49.26404416535284, -123.16551715895503, 'Diner'), ('Kitsilano', 49.2694099, -123.155267, 'Thai Basil', 49.272584341336284, -123.15454371467021, 'Thai Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'White Spot', 49.26394586053885, -123.16326661557517, 'Burger Joint'), ('Kitsilano', 49.2694099, -123.155267, 'Elysian Coffee', 49.26722928231353, -123.14512676250403, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, "Darby's Public House", 49.268337312773575, -123.16838263480477, 'Pub'), ('Kitsilano', 49.2694099, -123.155267, 'Gramercy Grill', 49.2620287157925, -123.15303199384294, 'Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'KAHVE', 49.27071946202543, -123.14603596936719, 'Coffee Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Dairy Queen', 49.26422561133658, -123.16488750659573, 'Ice Cream Shop'), ('Kitsilano', 49.2694099, -123.155267, 'blue martini', 49.27231950279122, -123.15512979397548, 'Lounge'), ('Kitsilano', 49.2694099, -123.155267, 'Flying Swan Coffeehouse', 49.26797271349278, -123.14372342072727, 'Breakfast Spot'), ('Kitsilano', 49.2694099, -123.155267, 'Trafalgar Beach', 49.27385965330596, -123.1643144079541, 'Beach'), ('Kitsilano', 49.2694099, -123.155267, 'Shoppers Drug Mart', 49.263576, -123.14484, 'Pharmacy'), ('Kitsilano', 49.2694099, -123.155267, 'Mr. Red Cafe', 49.26405753644863, -123.16588631624475, 'Vietnamese Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Panne Rizo', 49.272537, -123.148553, 'Gluten-free Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Juliet’s Café', 49.27259217896517, -123.14798822920623, 'Café'), ('Kitsilano', 49.2694099, -123.155267, "Alfie's No Frills", 49.267808, -123.14256, 'Grocery Store'), ('Kitsilano', 49.2694099, -123.155267, 'Kitsilano Community Centre Gym', 49.261735873779394, -123.16193579493576, 'Gym / Fitness Center'), ('Kitsilano', 49.2694099, -123.155267, 'Livingspace', 49.270481346800985, -123.14372926770291, 'Furniture / Home Store'), ('Kitsilano', 49.2694099, -123.155267, 'The Boathouse Restaurant', 49.274293889837054, -123.15366983413696, 'Seafood Restaurant'), ('Kitsilano', 49.2694099, -123.155267, 'Showcase Snowboard Surf & Skate Shop', 49.267854632699795, -123.14479530575771, 'Board Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Aquaventures', 49.267114, -123.142185, 'Pool'), ('Kitsilano', 49.2694099, -123.155267, 'Patisserie Lebeau', 49.26984111691152, -123.14390046680086, 'Bakery'), ('Kitsilano', 49.2694099, -123.155267, 'Koko Monk', 49.2707323049198, -123.14733924694922, 'Dessert Shop'), ('Kitsilano', 49.2694099, -123.155267, 'The Sushi Bar', 49.267996117406184, -123.14608633889999, 'Sushi Restaurant'), ('Kitsilano', 49.2694099, -123.155267, "Menchie's", 49.26395, -123.163993, 'Frozen Yogurt Shop'), ('Kitsilano', 49.2694099, -123.155267, 'Bean Around The World', 49.27263271987645, -123.14887991572303, 'Coffee Shop')], [('Marpole', 49.2092233, -123.1361495, 'Talay Thai Restaurant', 49.21081661904489, -123.14056043890145, 'Thai Restaurant'), ('Marpole', 49.2092233, -123.1361495, "Cafe de l'Orangerie", 49.20425832544177, -123.13533178776319, 'Japanese Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Mr. Mustache Bubble Tea', 49.212458323503185, -123.14045130574947, 'Bubble Tea Shop'), ('Marpole', 49.2092233, -123.1361495, 'Gigi Blin', 49.208512984741255, -123.13777242379409, 'Café'), ('Marpole', 49.2092233, -123.1361495, 'Snackshot 糖白府', 49.21330240731699, -123.14027389811952, 'Dessert Shop'), ('Marpole', 49.2092233, -123.1361495, 'Red Star Seafood Restaurant 鴻星海鮮酒家', 49.210970913976446, -123.14040472485514, 'Chinese Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Milltown Bar & Grill', 49.20237382028244, -123.14433139145913, 'Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Penang Delight Cafe', 49.204133016530996, -123.13533482246906, 'Malay Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Ming Tak Hong Kong Style Restaurant', 49.21081508063162, -123.14056748744035, 'Chinese Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Mirchi Restaurant', 49.21360833208571, -123.1402906578003, 'Indian Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Cravings Restaurant + Lounge', 49.205560455712835, -123.13135770310889, 'American Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Marpole Curling Club', 49.206387228849344, -123.12339052767712, 'Curling Ice'), ('Marpole', 49.2092233, -123.1361495, 'Safeway Marpole', 49.209452, -123.14107, 'Grocery Store'), ('Marpole', 49.2092233, -123.1361495, 'YVR Runway 26R Spotting Area', 49.20345310422933, -123.13466350994226, 'Scenic Lookout'), ('Marpole', 49.2092233, -123.1361495, 'Subway', 49.211101276275215, -123.1407098331706, 'Sandwich Place'), ('Marpole', 49.2092233, -123.1361495, 'RBC Royal Bank', 49.208710559876586, -123.14076812898176, 'Bank'), ('Marpole', 49.2092233, -123.1361495, 'Wicks Café', 49.2034040291729, -123.13465618970868, 'Café'), ('Marpole', 49.2092233, -123.1361495, 'Donair Spot', 49.20821571444062, -123.14017818700273, 'Falafel Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Sushi King House', 49.2116090803572, -123.14042285560998, 'Sushi Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'The Place Restaurant', 49.21279843638876, -123.14027200179878, 'Dim Sum Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Sushi Wow', 49.211651473849884, -123.14048713827447, 'Sushi Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'TD Canada Trust', 49.212948994648094, -123.14072196537836, 'Bank'), ('Marpole', 49.2092233, -123.1361495, 'Tai Tung Chinese Seafood Restaurant', 49.21285709373818, -123.1402597133352, 'Chinese Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Pizza Hut', 49.2119988, -123.1408106, 'Pizza Place'), ('Marpole', 49.2092233, -123.1361495, 'Ikura Japanese Restaurant', 49.207950635093255, -123.14034349611859, 'Sushi Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Value On Liquor Store', 49.203398521588234, -123.13468839972283, 'Liquor Store'), ('Marpole', 49.2092233, -123.1361495, 'Cafe Mai-Mai', 49.20811899837965, -123.14014332071825, 'Vietnamese Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Applause Japanese Restaurant', 49.2109269291672, -123.13034413165059, 'Japanese Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Petro-Canada', 49.212297, -123.14038, 'Gas Station'), ('Marpole', 49.2092233, -123.1361495, 'Starbucks', 49.21306, -123.14014, 'Coffee Shop'), ('Marpole', 49.2092233, -123.1361495, 'The Yard', 49.20962486982165, -123.1404700640387, 'Bar'), ('Marpole', 49.2092233, -123.1361495, 'Thai Son', 49.20480883349685, -123.13945575543539, 'Vietnamese Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'White Spot', 49.204677733206026, -123.13066449013823, 'Burger Joint'), ('Marpole', 49.2092233, -123.1361495, "Wang's Beef Noodle House", 49.2101588432993, -123.14011044687494, 'Noodle House'), ('Marpole', 49.2092233, -123.1361495, 'Gold Train Express', 49.21161562882038, -123.14042936489156, 'Vietnamese Restaurant'), ('Marpole', 49.2092233, -123.1361495, "Parm'z Pizza Factory", 49.21049341890812, -123.13042740659105, 'Pizza Place'), ('Marpole', 49.2092233, -123.1361495, 'Oak Plaza', 49.210845, -123.130496, 'Plaza'), ('Marpole', 49.2092233, -123.1361495, 'G8 Taiwanese Kitchen', 49.21056164048485, -123.13020085247636, 'Taiwanese Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Sakuranbo', 49.21259, -123.140417, 'Japanese Restaurant'), ('Marpole', 49.2092233, -123.1361495, 'Big Feet Reflexology', 49.21305574637149, -123.13970088958739, 'Massage Studio'), ('Marpole', 49.2092233, -123.1361495, 'Metro Theatre Scene Shop', 49.20346706312209, -123.1363534927368, 'Theater'), ('Marpole', 49.2092233, -123.1361495, 'Vancouver Transit Centre', 49.20351431662102, -123.13475487448493, 'Bus Station'), ('Marpole', 49.2092233, -123.1361495, 'Oriole Cafe', 49.203457159292775, -123.1346276206674, 'Café'), ('Marpole', 49.2092233, -123.1361495, 'Bus Stop 52219 (10,17,100)', 49.20625022717681, -123.12690826273183, 'Bus Stop'), ('Marpole', 49.2092233, -123.1361495, 'Fit Body Boot Camp', 49.205634869766286, -123.14517082539479, 'Gym / Fitness Center'), ('Marpole', 49.2092233, -123.1361495, 'Oak Park', 49.21558550290013, -123.12862873077393, 'Park'), ('Marpole', 49.2092233, -123.1361495, 'Bus Stop 52127 (10,17,100)', 49.207148221734535, -123.12401169630039, 'Bus Stop'), ('Marpole', 49.2092233, -123.1361495, 'Milltown Marina', 49.20246408141552, -123.14325365141902, 'Harbor / Marina'), ('Marpole', 49.2092233, -123.1361495, 'Hertz', 49.206634, -123.123813, 'Rental Car Location')], [('Mount Pleasant', 49.26404825, -123.0962491730758, 'Dude Chilling Park', 49.26372990146711, -123.09679627418517, 'Outdoor Sculpture'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Sushiyama', 49.26289746256272, -123.09716862704346, 'Sushi Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'La petite cuillère', 49.263532538170665, -123.09990020957775, 'Tea Room'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Pulpfiction Books', 49.26355342177575, -123.10073379181604, 'Bookstore'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Brassneck Brewery', 49.26575630058471, -123.10060592190426, 'Brewery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Budgie’s Burritos', 49.263714300418506, -123.10029249747802, 'Burrito Place'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Carp', 49.262304, -123.095925, 'Sushi Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Kafka’s Coffee & Tea', 49.262417749406616, -123.10117809870914, 'Coffee Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Main Street Brewing Company', 49.26465126728451, -123.09932898091687, 'Brewery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'La Taqueria Pinche Taco Shop', 49.262564265487796, -123.10110019676664, 'Taco Place'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Nirvana Indian Restaruant', 49.264335793172805, -123.10081818173336, 'Indian Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Cascade Room', 49.26179424467106, -123.1008568718438, 'Lounge'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Hive', 49.26878891004249, -123.09270405041951, 'Gym'), ('Mount Pleasant', 49.26404825, -123.0962491730758, "Kim's Mart", 49.262653343092545, -123.09248919350425, 'Grocery Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Chutney Villa', 49.263044061682194, -123.10184112190444, 'Indian Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Fable Diner', 49.26297765141387, -123.10167247616315, 'Diner'), ('Mount Pleasant', 49.26404825, -123.0962491730758, '33 Acres Brewing Company', 49.26385708992825, -123.10532987035252, 'Brewery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Open Studios', 49.26905691355066, -123.09899385568501, 'Music Venue'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Congee Noodle House 粥麵館 (Congee Noodle House)', 49.26302855757928, -123.10210492766456, 'Chinese Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Nuba Café', 49.26813, -123.101671, 'Middle Eastern Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Cartems Donuterie', 49.265564327790955, -123.10068514759391, 'Donut Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'R & B Brewing Co.', 49.26732906722253, -123.10339753689526, 'Brewery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, "49th Parallel & Lucky's Doughnuts", 49.259128320447275, -123.1009434023396, 'Coffee Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Elysian Coffee', 49.26462056353454, -123.10496259408076, 'Coffee Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Just Yoga', 49.262991135007304, -123.10362100534518, 'Yoga Studio'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'F As In Frank', 49.26326619092732, -123.10115572202496, 'Thrift / Vintage Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Earnest Ice Cream', 49.26896525441082, -123.10261255924644, 'Ice Cream Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'BETA5 Chocolates', 49.26993698805521, -123.09603650052271, 'Dessert Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Rosemary Rocksalt', 49.26256797448487, -123.10107194578734, 'Bagel Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Pure Bread', 49.26657673253481, -123.10454749124816, 'Bakery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Dock Lunch', 49.261069, -123.101715, 'Sandwich Place'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Whip', 49.26552809928155, -123.10030339572165, 'Breakfast Spot'), ('Mount Pleasant', 49.26404825, -123.0962491730758, '8th and Main', 49.263575176361456, -123.10102055655804, 'Clothing Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Red Truck Brewery', 49.26851495320407, -123.09693939960711, 'Brewery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Juice Truck', 49.266447251463006, -123.10553065168328, 'Juice Bar'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Bird on a Wire Creations', 49.262404255503064, -123.10108151935893, 'Arts & Crafts Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, "JJ's Trucketeria", 49.26379620771915, -123.10249271833825, 'Food Truck'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Pizzeria Barbarella', 49.262476473543806, -123.0896917300743, 'Pizza Place'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Biltmore Cabaret', 49.260217246275786, -123.09676220385403, 'Music Venue'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Narrow Lounge', 49.268402932011625, -123.10058499701648, 'Speakeasy'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Swiss Bakery', 49.26830833180045, -123.10170300174185, 'Bakery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Federal Store', 49.2619842404315, -123.10321595745958, 'Convenience Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'GENE Cafe', 49.26392361386625, -123.10073673016268, 'Coffee Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Tisol Pet Supply (Main)', 49.258660205686226, -123.10135864713227, 'Pet Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Mount Pleasant Community Centre', 49.264027189974975, -123.1003409653801, 'Library'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Brewery Creek', 49.257920452396704, -123.10133079341946, 'Liquor Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Tocador', 49.26176, -123.100707, 'Latin American Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, "Cafe D'Afrique", 49.26292656670957, -123.09750259034061, 'Ethiopian Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Antisocial Skate Shop', 49.26418322660098, -123.10061292219989, 'Board Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Kranky Cafe', 49.26733348704629, -123.09997696830753, 'Café'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Peaceful Restaurant 和平饭店', 49.26650968885001, -123.10373071412252, 'Chinese Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, '33 Brewing Experiment', 49.263964, -123.105538, 'Brewery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Thai Son', 49.26287272793801, -123.09671107140775, 'Vietnamese Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, '12 Kings Pub', 49.26009291438063, -123.096863902337, 'Pub'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Les Faux Bourgeois', 49.257138892345324, -123.08969573629065, 'French Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Osteria Savio Volpe', 49.25740681198991, -123.09097960431157, 'Italian Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Matchstick Coffee Roasters', 49.257063615852864, -123.09038967491895, 'Coffee Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Gluten Free Epicurean', 49.257079389486975, -123.09042807142555, 'Bakery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Los Cuervos Taqueria & Cantina', 49.257385587756986, -123.09131189973918, 'Mexican Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Tractor', 49.26958494032393, -123.10267290402697, 'Salad Place'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Hime Sushi', 49.26297064086981, -123.09872088057193, 'Sushi Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Burgoo Bistro', 49.25765225525862, -123.10105205021438, 'Mac & Cheese Joint'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Rumpus Room', 49.26449, -123.101157, 'Diner'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Milano Coffee', 49.26379, -123.1088, 'Coffee Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Mountain Equipment Co-Op (Mec)', 49.269346, -123.102111, 'Outdoor Supply Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Moksha Yoga East Vancouver', 49.25744514614539, -123.09251307700279, 'Yoga Studio'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Burdock & Co.', 49.26098886906864, -123.10088935967225, 'New American Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Toshi Sushi', 49.256629369817, -123.10200352785085, 'Sushi Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Electric Bicycle Brewing', 49.26731033032088, -123.10417400683019, 'Brewery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Sal y Limón', 49.256892558895544, -123.08929318518365, 'Mexican Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Robson Park', 49.2578998233009, -123.09202339356887, 'Park'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Fife Bakery', 49.26817509339314, -123.10326350811592, 'Bakery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Long & McQuade Musical Instruments', 49.271721708073194, -123.09616163030142, 'Music Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, "Anna's Cake House", 49.26250939050913, -123.09077525394764, 'Bakery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Faculty Brewing Co.', 49.268691432675496, -123.10451320279196, 'Brewery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Mercedes-Benz Vancouver', 49.27103588259581, -123.0919752103429, 'Auto Dealership'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Smith’s Bagelry', 49.263227, -123.108703, 'Bagel Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Black Lodge Broadway', 49.262955, -123.098515, 'Cocktail Bar'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'BKH Jerky', 49.256283784488474, -123.08996689457351, 'BBQ Joint'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'COBS Bread', 49.25884181504041, -123.10095489479014, 'Bakery'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'JJ Bean', 49.25829293733965, -123.1009073450504, 'Coffee Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, "El Camino's", 49.25618434738467, -123.10111974665483, 'Latin American Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, "Martini's", 49.263088, -123.108217, 'Italian Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Pho Goodness', 49.25770823350702, -123.10128617395183, 'Vietnamese Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Granville Island Toy Company', 49.2557996299435, -123.10109456977462, 'Toy / Game Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Urban Source', 49.256978649567884, -123.10112032150228, 'Arts & Crafts Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Mountain Equipment Co-Op (MEC)', 49.26301649526776, -123.10852174366461, 'Outdoor Supply Store'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Tacofino Ocho', 49.266306, -123.10449, 'Taco Place'), ('Mount Pleasant', 49.26404825, -123.0962491730758, "Emelle's Catering", 49.26460072672688, -123.10867977308867, 'Bistro'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The General Public', 49.25577816252458, -123.10131346376748, 'Japanese Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Lido', 49.262426336831936, -123.09252595852519, 'Bar'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Fassil', 49.26242152915729, -123.0882761890345, 'Ethiopian Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Jonathon Rogers Park', 49.264079970449885, -123.10802936553955, 'Park'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Ba Le French Sandwiches (Banh Mi)', 49.25667591331064, -123.08922880196816, 'Vietnamese Restaurant'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Modus Coffee', 49.26304127828511, -123.10721158679615, 'Café'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Amato Gelato Cafe', 49.27026966459548, -123.10302944140818, 'Ice Cream Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'The Lab', 49.267995293975446, -123.098969957246, 'Shop & Service'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Moving Coffee Pop-Up', 49.26835831242879, -123.10325251291573, 'Coffee Shop'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Argo Cafe', 49.268573898784624, -123.10454127549316, 'Diner'), ('Mount Pleasant', 49.26404825, -123.0962491730758, 'Brewhall', 49.26930906503562, -123.10342845059355, 'Beer Bar')], [('Oakridge', 49.22661495, -123.1229432643908, 'The LEGO Store', 49.231525, -123.118436, 'Toy / Game Store'), ('Oakridge', 49.22661495, -123.1229432643908, 'Sushi Mura', 49.226806836751095, -123.12873761134858, 'Sushi Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'DAVIDsTEA', 49.232683123192075, -123.11807422571168, 'Tea Room'), ('Oakridge', 49.22661495, -123.1229432643908, 'Apple Oakridge Centre', 49.2320962, -123.1193316, 'Electronics Store'), ('Oakridge', 49.22661495, -123.1229432643908, 'Crate & Barrel', 49.23236197, -123.11806977, 'Furniture / Home Store'), ('Oakridge', 49.22661495, -123.1229432643908, 'Cyclone Taylor Sports', 49.226042409788235, -123.12873849061, 'Sporting Goods Shop'), ('Oakridge', 49.22661495, -123.1229432643908, 'Purdys Chocolatier', 49.232182, -123.118328, 'Chocolate Shop'), ('Oakridge', 49.22661495, -123.1229432643908, 'Langara Golf Course', 49.22371200808466, -123.11258878268873, 'Golf Course'), ('Oakridge', 49.22661495, -123.1229432643908, 'A&W', 49.22675, -123.128831, 'Fast Food Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'Oakridge Centre', 49.23213777829813, -123.11734327721422, 'Shopping Mall'), ('Oakridge', 49.22661495, -123.1229432643908, 'Peninsula Seafood Restaurant', 49.231419826652456, -123.1192660279077, 'Cantonese Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'Togo Sushi', 49.23298156131314, -123.11770479207854, 'Sushi Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'TD Canada Trust', 49.23381521476208, -123.11667680740356, 'Bank'), ('Oakridge', 49.22661495, -123.1229432643908, 'Subway', 49.22691617539812, -123.12887914909118, 'Sandwich Place'), ('Oakridge', 49.22661495, -123.1229432643908, '7-Eleven', 49.23425744431326, -123.12744319438934, 'Convenience Store'), ('Oakridge', 49.22661495, -123.1229432643908, 'New York Fries - Oakridge Centre', 49.23141505000334, -123.11721857866854, 'Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'Tim Hortons', 49.22624765962016, -123.12898479402065, 'Coffee Shop'), ('Oakridge', 49.22661495, -123.1229432643908, 'A&W', 49.23133, -123.116966, 'Fast Food Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, "Murchie's", 49.231589563135714, -123.11880954853736, 'Tea Room'), ('Oakridge', 49.22661495, -123.1229432643908, 'Samurai Sushi House', 49.23189151583755, -123.11597429281706, 'Sushi Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'Columbia Park', 49.22842724333515, -123.11098498096189, 'Park'), ('Oakridge', 49.22661495, -123.1229432643908, 'Phò Hōa', 49.227038316131726, -123.12873913536833, 'Vietnamese Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'KFC', 49.232739, -123.116571, 'Fast Food Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'White Spot', 49.23321445369728, -123.11728117658237, 'Burger Joint'), ('Oakridge', 49.22661495, -123.1229432643908, 'Taco Luis', 49.23157560002706, -123.11692699585588, 'Taco Place'), ('Oakridge', 49.22661495, -123.1229432643908, 'Blenz Coffee', 49.23310867160089, -123.1174529103354, 'Coffee Shop'), ('Oakridge', 49.22661495, -123.1229432643908, 'Bus Stop 51963 (49)', 49.226482384222706, -123.12794208526613, 'Bus Station'), ('Oakridge', 49.22661495, -123.1229432643908, 'Saint Germain Bakery', 49.231575433683965, -123.11884886711745, 'Bakery'), ('Oakridge', 49.22661495, -123.1229432643908, 'Oakridge Centre Food Court', 49.2315217120455, -123.1171457576018, 'Food Court'), ('Oakridge', 49.22661495, -123.1229432643908, 'Jazen Tea', 49.226930038802266, -123.12860950640766, 'Bubble Tea Shop'), ('Oakridge', 49.22661495, -123.1229432643908, 'Tim Hortons', 49.2313223, -123.1168206, 'Coffee Shop'), ('Oakridge', 49.22661495, -123.1229432643908, 'Langara - 49th Avenue SkyTrain Station', 49.2263125481771, -123.11614128499707, 'Light Rail Station'), ('Oakridge', 49.22661495, -123.1229432643908, 'Bus Stop 61218 (49)', 49.22613831806989, -123.11596513635118, 'Bus Stop'), ('Oakridge', 49.22661495, -123.1229432643908, 'Oakridge Fish Market', 49.23112198448464, -123.11899395241281, 'Fish Market'), ('Oakridge', 49.22661495, -123.1229432643908, "Kin's Farm Market", 49.231259080676615, -123.11895970708994, 'Farmers Market'), ('Oakridge', 49.22661495, -123.1229432643908, 'LensCrafters', 49.2316665, -123.1189023, 'Optical Shop'), ('Oakridge', 49.22661495, -123.1229432643908, "J2 Men's", 49.23175113259431, -123.1186294555664, "Men's Store"), ('Oakridge', 49.22661495, -123.1229432643908, 'Oakridge Concierge Services', 49.23163668813104, -123.1182215661322, 'Shopping Mall'), ('Oakridge', 49.22661495, -123.1229432643908, 'Oakridge Optometry Clinic', 49.23190806558866, -123.1189116238238, 'Optical Shop'), ('Oakridge', 49.22661495, -123.1229432643908, 'Eddie Bauer', 49.231812751118156, -123.1184406445501, 'Clothing Store'), ('Oakridge', 49.22661495, -123.1229432643908, 'BCBGMaxAzria', 49.2316386, -123.1177587, 'Boutique'), ('Oakridge', 49.22661495, -123.1229432643908, 'Fossil', 49.23151293003492, -123.1172776222229, 'Clothing Store'), ('Oakridge', 49.22661495, -123.1229432643908, 'Mmmuffins', 49.23163292664969, -123.11749301415414, 'Bakery'), ('Oakridge', 49.22661495, -123.1229432643908, 'Opa! Souvlaki of Greece', 49.23151333728545, -123.1169915651598, 'Greek Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'Yogen Früz', 49.231593855579135, -123.11711993629021, 'Frozen Yogurt Shop'), ('Oakridge', 49.22661495, -123.1229432643908, 'Sunglass Hut', 49.2324965590222, -123.119438410067, 'Accessories Store'), ('Oakridge', 49.22661495, -123.1229432643908, 'GUESS by Marciano', 49.23202, -123.117603, "Women's Store"), ('Oakridge', 49.22661495, -123.1229432643908, 'GAP', 49.23181715169475, -123.1171467169438, 'Clothing Store'), ('Oakridge', 49.22661495, -123.1229432643908, 'Oak & Fort', 49.23203484148805, -123.1176330595132, "Women's Store"), ('Oakridge', 49.22661495, -123.1229432643908, 'Langara Gardens', 49.22065826559134, -123.1186070239238, 'Pool'), ('Oakridge', 49.22661495, -123.1229432643908, 'Nava', 49.23352772505421, -123.1267830585576, 'Café'), ('Oakridge', 49.22661495, -123.1229432643908, 'Café Forty One', 49.233734439673064, -123.12799404872443, 'Israeli Restaurant'), ('Oakridge', 49.22661495, -123.1229432643908, 'Montgomery Park', 49.233648404607194, -123.12828898008321, 'Park'), ('Oakridge', 49.22661495, -123.1229432643908, 'Peoples Drug Mart', 49.219261528896865, -123.11805905504055, 'Pharmacy')], [('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Ragazzi Pizza', 49.250563464257475, -123.04175724948986, 'Pizza Place'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Banana Grove Market & Deli', 49.25085646774573, -123.04925325694029, 'Deli / Bodega'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Penang Delight Cafe', 49.249876930404895, -123.03391504643974, 'Malay Restaurant'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Slocan Park', 49.24382789793214, -123.04807662963867, 'Park'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, '7-Eleven', 49.25101196202624, -123.03420156240463, 'Convenience Store'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Chong Lee Market 昌利市場', 49.25006479015046, -123.03335724959604, 'Supermarket'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Chula Vista Grocery', 49.25051648814341, -123.04210145432295, 'Convenience Store'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Renfrew Dog Park', 49.252113, -123.043655, 'Dog Run'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Comicland', 49.25029905984448, -123.03406420158747, 'Bookstore'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Lucky Plus', 49.25041788526385, -123.03400210533432, 'Chinese Restaurant'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Renfrew Ravine Sanctuary Park', 49.24480848009956, -123.04447174072266, 'Park'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Bus Stop 61616 (33)', 49.24436744350469, -123.04505234873024, 'Bus Station'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Bus Stop 51056 (16)', 49.24416624070456, -123.04489484460584, 'Bus Stop'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Bus Stop 51603 (29)', 49.244188648486286, -123.04540039674873, 'Bus Stop'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Bus Stop 51818 (33)', 49.2443078069511, -123.04566794061395, 'Bus Stop'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Vancouver, Canada', 49.24322961698867, -123.04447362115401, 'Bar'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Vins Flowers', 49.246141, -123.049327, 'Flower Shop'), ('Renfrew-Collingwood', 49.24857685, -123.0401793213624, 'Cariboo Park', 49.24429368032685, -123.02900286674655, 'Park')], [('Riley Park', 49.2448536, -123.1030348672918, 'East is East', 49.24543051375108, -123.1012730623112, 'Middle Eastern Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Red Cat Records', 49.246413231663354, -123.10111481893901, 'Record Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'Meet on Main', 49.246747019649376, -123.10109607941816, 'Vegetarian / Vegan Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Winter Farmers Market', 49.24323286247231, -123.10559867062385, 'Farmers Market'), ('Riley Park', 49.2448536, -123.1030348672918, 'Sawasdee Thai Restaurant', 49.2470720331701, -123.10107997945191, 'Thai Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'The Shameful Tiki Room', 49.246137276339006, -123.10113197510445, 'Tiki Bar'), ('Riley Park', 49.2448536, -123.1030348672918, 'Scotiabank Field at Nat Bailey Stadium', 49.24325354790551, -123.10611963272095, 'Baseball Stadium'), ('Riley Park', 49.2448536, -123.1030348672918, 'Pho Tan', 49.243385593038, -123.10119138519985, 'Vietnamese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Hillcrest Aquatic Centre', 49.243953013428225, -123.10754747010733, 'Gym Pool'), ('Riley Park', 49.2448536, -123.1030348672918, 'Trafiq Café & Bakery', 49.247414161200524, -123.10103642680508, 'Café'), ('Riley Park', 49.2448536, -123.1030348672918, 'Trilussa Pizza & Pane', 49.246465491880386, -123.10125624428578, 'Pizza Place'), ('Riley Park', 49.2448536, -123.1030348672918, "Hawker's Delight", 49.248382838752946, -123.1012300263627, 'Malay Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'The Acorn', 49.24944210511789, -123.10110501736179, 'Vegetarian / Vegan Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Chickpea', 49.24663336190719, -123.10111706108769, 'Falafel Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Grub', 49.24644343536325, -123.10106147845123, 'Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Aperture Coffee Bar', 49.24847719965427, -123.10095080032406, 'Coffee Shop'), ('Riley Park', 49.2448536, -123.1030348672918, "Long's Noodle House 小龍記麵家", 49.24124364552543, -123.10159115566664, 'Chinese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Flower Factory', 49.247384, -123.101287, 'Flower Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'Zakkushi Charcoal Grill', 49.249117266045936, -123.10137776500963, 'Japanese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Au Petit Cafe', 49.24124699227528, -123.10161359614094, 'Vietnamese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Knifewear Vancouver', 49.247731, -123.101517, 'Arts & Crafts Store'), ('Riley Park', 49.2448536, -123.1030348672918, 'Le Marché St. George', 49.245693319217736, -123.09425651520488, 'Coffee Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'Matchstick Coffee Roasters', 49.24193010862736, -123.10155958987062, 'Café'), ('Riley Park', 49.2448536, -123.1030348672918, 'Rocky Mountain Flatbread', 49.24783434172796, -123.10097792054874, 'Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Pho Bon Vietnamese Restaurant', 49.24051888021212, -123.10158282467201, 'Vietnamese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Seasons in the Park', 49.242021449294576, -123.11205523481718, 'Seafood Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Nineteen Ten', 49.246084501422104, -123.10113776829104, 'Furniture / Home Store'), ('Riley Park', 49.2448536, -123.1030348672918, 'Hillcrest Community Centre', 49.243553456028245, -123.1075219676005, 'Gym'), ('Riley Park', 49.2448536, -123.1030348672918, 'Queen Elizabeth Park', 49.24156455524772, -123.11335520540814, 'Park'), ('Riley Park', 49.2448536, -123.1030348672918, 'The Arbor', 49.249941103849174, -123.10108617367268, 'Gastropub'), ('Riley Park', 49.2448536, -123.1030348672918, 'Liberty Bakery + Cafe', 49.251882, -123.101113, 'Bakery'), ('Riley Park', 49.2448536, -123.1030348672918, 'Bloedel Floral Conservatory', 49.242019035407715, -123.11371430099251, 'Garden'), ('Riley Park', 49.2448536, -123.1030348672918, 'The Fish Counter', 49.25079023391801, -123.10114849694534, 'Seafood Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'The Regional Assembly of Text', 49.24997467304168, -123.10100656188098, 'Arts & Crafts Store'), ('Riley Park', 49.2448536, -123.1030348672918, 'Vancouver Racquets Club', 49.241121996980105, -123.10591322264655, 'Gym / Fitness Center'), ('Riley Park', 49.2448536, -123.1030348672918, 'Sushi Mania', 49.250682596629545, -123.10110822658619, 'Sushi Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Nat Bailey Farmers Market', 49.24320850733915, -123.1056602924765, 'Farmers Market'), ('Riley Park', 49.2448536, -123.1030348672918, 'Portland Craft', 49.25070875970533, -123.10107833506606, 'Pub'), ('Riley Park', 49.2448536, -123.1030348672918, 'Queen Elizabeth Botanical Gardens', 49.24208103659882, -123.11357274557943, 'Garden'), ('Riley Park', 49.2448536, -123.1030348672918, 'Locus', 49.24859296027448, -123.10113003651469, 'Breakfast Spot'), ('Riley Park', 49.2448536, -123.1030348672918, 'Vancouver Curling Club', 49.24428421266781, -123.1072770273055, 'Athletics & Sports'), ('Riley Park', 49.2448536, -123.1030348672918, 'The Reef', 49.247992312965266, -123.10093699262111, 'Caribbean Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Solly’s Bagelry', 49.24916606984303, -123.10134554031848, 'Bagel Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'Cultivate', 49.25252110253812, -123.10120922601719, 'Tea Room'), ('Riley Park', 49.2448536, -123.1030348672918, 'O! Taho Filipino Taho Store', 49.24729195357134, -123.09026977368043, 'Filipino Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'East West Market', 49.248338763195264, -123.1010942716048, 'Grocery Store'), ('Riley Park', 49.2448536, -123.1030348672918, 'Pizza Carano', 49.24721746642712, -123.09028775978216, 'Pizza Place'), ('Riley Park', 49.2448536, -123.1030348672918, 'Continental Coffee', 49.247315242275675, -123.10144140318035, 'Coffee Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'Front & Company', 49.251379, -123.100664, 'Clothing Store'), ('Riley Park', 49.2448536, -123.1030348672918, 'Prince Edward Park', 49.251587972590876, -123.09755802154541, 'Park'), ('Riley Park', 49.2448536, -123.1030348672918, 'Neptoon Records', 49.2531553, -123.1009257, 'Music Store'), ('Riley Park', 49.2448536, -123.1030348672918, 'Eugene Choo', 49.252037566891765, -123.10104853802177, 'Boutique'), ('Riley Park', 49.2448536, -123.1030348672918, 'PRADO Cafe + Kitchen', 49.24739423942353, -123.0900500832999, 'Coffee Shop'), ('Riley Park', 49.2448536, -123.1030348672918, "Lucky's Comics", 49.24978545772887, -123.10101711167471, 'Bookstore'), ('Riley Park', 49.2448536, -123.1030348672918, 'Queen Elizabeth Park Fountains', 49.241568778672466, -123.11356131223909, 'Plaza'), ('Riley Park', 49.2448536, -123.1030348672918, 'Riley Park', 49.241959205155275, -123.10486514503415, 'Playground'), ('Riley Park', 49.2448536, -123.1030348672918, 'JJ Bean', 49.24672480186115, -123.09038085277781, 'Coffee Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'Queen Elizabeth Park Offleash Dog Park', 49.23828180257422, -123.11076758415781, 'Dog Run'), ('Riley Park', 49.2448536, -123.1030348672918, 'Dream Sushi Japanese Restaurant', 49.245837, -123.101362, 'Japanese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Coco et Olive', 49.251759839417346, -123.10108870424679, 'Café'), ('Riley Park', 49.2448536, -123.1030348672918, 'Sun Sui Wah', 49.250589037600456, -123.10080457130815, 'Chinese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Queen Elizabeth Park Pitch and Putt', 49.23912289494415, -123.1111993262706, 'Golf Course'), ('Riley Park', 49.2448536, -123.1030348672918, 'Vancouver Special', 49.25272835809802, -123.10092287735144, 'Furniture / Home Store'), ('Riley Park', 49.2448536, -123.1030348672918, 'Chaise Lounge', 49.24514107217828, -123.10122904084356, 'Lounge'), ('Riley Park', 49.2448536, -123.1030348672918, "Helen's Grill", 49.248693478092804, -123.10090072026475, 'Diner'), ('Riley Park', 49.2448536, -123.1030348672918, 'Yugo Restaurant', 49.247488, -123.101384, 'Japanese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Boiling Point', 49.24829245486804, -123.10098305937446, 'Hotpot Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, "King's Chinese Cuisine", 49.24477162359902, -123.1012092951719, 'Chinese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Nomad', 49.24988994885973, -123.10082521717382, 'Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Sweet Revenge', 49.24812873708557, -123.1010009341972, 'Dessert Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'Little Mountain Gallery', 49.24813122258118, -123.10160624381385, 'Art Gallery'), ('Riley Park', 49.2448536, -123.1030348672918, 'The Main', 49.24748429220927, -123.1009960334379, 'Pub'), ('Riley Park', 49.2448536, -123.1030348672918, 'Ogenki Sushi', 49.246276965530896, -123.10113677745645, 'Sushi Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'ANAF vetrans Taurus unit 298 main st', 49.25013511446693, -123.10119861287009, 'Bar'), ('Riley Park', 49.2448536, -123.1030348672918, 'Hillcrest Rink', 49.24403404195906, -123.10752129694274, 'Skating Rink'), ('Riley Park', 49.2448536, -123.1030348672918, 'Organic Acres Market', 49.25257001343051, -123.10099260831888, 'Grocery Store'), ('Riley Park', 49.2448536, -123.1030348672918, 'RBC Royal Bank', 49.24897094282016, -123.10130254562768, 'Bank'), ('Riley Park', 49.2448536, -123.1030348672918, 'Cottage Bistro', 49.244833393830206, -123.10117949041546, 'Lounge'), ('Riley Park', 49.2448536, -123.1030348672918, 'Bows & Arrows Coffee', 49.24766287077934, -123.08995616532658, 'Coffee Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'Starbucks', 49.24412593587875, -123.09015544245993, 'Coffee Shop'), ('Riley Park', 49.2448536, -123.1030348672918, "Dean's No Frills", 49.244543, -123.08977, 'Grocery Store'), ('Riley Park', 49.2448536, -123.1030348672918, 'Blenz Coffee', 49.24760790289025, -123.10098323903965, 'Coffee Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'Splitz Grill', 49.2471408234566, -123.10092481551521, 'Burger Joint'), ('Riley Park', 49.2448536, -123.1030348672918, 'Nesters Market', 49.2449549118305, -123.10139406499997, 'Grocery Store'), ('Riley Park', 49.2448536, -123.1030348672918, "McDonald's", 49.2452367584008, -123.10155645014856, 'Fast Food Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Caffé Artigiano', 49.24912091493139, -123.10100377095392, 'Café'), ('Riley Park', 49.2448536, -123.1030348672918, 'The French Table', 49.25007269576479, -123.10094934115804, 'French Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Bob Likes Thai Food', 49.25134221543956, -123.10099148488878, 'Thai Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Haiyi Seafood Restaurant', 49.242095, -123.101119, 'Cantonese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Riley Park Farmers Market', 49.241767, -123.103849, 'Farmers Market'), ('Riley Park', 49.2448536, -123.1030348672918, 'Sushi Hub', 49.24123968497455, -123.10177573835661, 'Japanese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Bus Stop 50249 (3)', 49.2402170864501, -123.10159742832184, 'Bus Stop'), ('Riley Park', 49.2448536, -123.1030348672918, 'photo session', 49.24221, -123.112399, 'Park'), ('Riley Park', 49.2448536, -123.1030348672918, 'Celebration Pavillion', 49.241243470812584, -123.1139591514321, 'Park'), ('Riley Park', 49.2448536, -123.1030348672918, 'Queen Elizabeth Park Rose Garden', 49.239637, -123.112367, 'Garden'), ('Riley Park', 49.2448536, -123.1030348672918, 'Masayoshi', 49.24578105319257, -123.09030221929297, 'Japanese Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Float On Bakeshop & Cafe', 49.24579556334337, -123.09015767110992, 'Bakery'), ('Riley Park', 49.2448536, -123.1030348672918, 'Indulgence Desserts', 49.24578904279439, -123.09011220932007, 'Dessert Shop'), ('Riley Park', 49.2448536, -123.1030348672918, 'The Eastwood', 49.24700771500341, -123.0903911590576, 'American Restaurant'), ('Riley Park', 49.2448536, -123.1030348672918, 'Nooru Mahal', 49.24613607206132, -123.09010093368434, 'Indian Restaurant')], [('Shaughnessy', 49.24630515, -123.1384050598917, 'Dragon Ball Tea House', 49.24912633116664, -123.12771828289415, 'Bubble Tea Shop'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Rackets & Runners', 49.2511929539897, -123.1273001078185, 'Sporting Goods Shop'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Quilchena Park', 49.24519378222783, -123.15121143638962, 'Park'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'The Maze at Van Dusen Gardens', 49.23892040623138, -123.13666560410495, 'Garden'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'TD Canada Trust', 49.24867834613771, -123.12511870969502, 'Bank'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'The Best Neighbours Restaurant', 49.25141589346419, -123.12737584040032, 'Greek Restaurant'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'RBC Royal Bank', 49.25057794766157, -123.12772403636484, 'Bank'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Second Cup', 49.24484638739353, -123.12603605644091, 'Coffee Shop'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Osaka Sushi', 49.248559266878914, -123.12567416747574, 'Sushi Restaurant'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Safeway King Edward', 49.248445, -123.126561, 'Grocery Store'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Subway', 49.25104564542015, -123.1273311551079, 'Sandwich Place'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Devonshire Park', 49.244960080288394, -123.13312686645962, 'Park'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'City1Cafe', 49.248544531029744, -123.12556034231302, 'Malay Restaurant'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Starbucks', 49.24874480722499, -123.12663863109509, 'Coffee Shop'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Angus Park', 49.25483346521662, -123.13923245397743, 'Park'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Luxury Supercar Weekend', 49.23853359927627, -123.13287599283059, 'Garden'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Mandarin Hong Kong Cafe 文華餐廳', 49.24865556897875, -123.12529091973225, 'Cantonese Restaurant'), ('Shaughnessy', 49.24630515, -123.1384050598917, 'Pallet Coffee Roasters', 49.251605, -123.127274, 'Coffee Shop')], [('South Cambie', 49.2464639, -123.1216027208062, 'Bloedel Floral Conservatory', 49.242019035407715, -123.11371430099251, 'Garden'), ('South Cambie', 49.2464639, -123.1216027208062, 'Queen Elizabeth Park', 49.24156455524772, -123.11335520540814, 'Park'), ('South Cambie', 49.2464639, -123.1216027208062, 'Dragon Ball Tea House', 49.24912633116664, -123.12771828289415, 'Bubble Tea Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Queen Elizabeth Botanical Gardens', 49.24208103659882, -123.11357274557943, 'Garden'), ('South Cambie', 49.2464639, -123.1216027208062, 'Rackets & Runners', 49.2511929539897, -123.1273001078185, 'Sporting Goods Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Seasons in the Park', 49.242021449294576, -123.11205523481718, 'Seafood Restaurant'), ('South Cambie', 49.2464639, -123.1216027208062, 'VanDusen Botanical Garden', 49.23932364202315, -123.12893950011956, 'Garden'), ('South Cambie', 49.2464639, -123.1216027208062, 'Goma Sushi', 49.25243381619314, -123.12738479979316, 'Sushi Restaurant'), ('South Cambie', 49.2464639, -123.1216027208062, 'Queen Elizabeth Park Fountains', 49.241568778672466, -123.11356131223909, 'Plaza'), ('South Cambie', 49.2464639, -123.1216027208062, 'Landmark Hot Pot House 春秋火鍋', 49.24975945918286, -123.11551505197083, 'Chinese Restaurant'), ('South Cambie', 49.2464639, -123.1216027208062, 'Truffles Fine Foods', 49.23938326384898, -123.12890646228996, 'Sandwich Place'), ('South Cambie', 49.2464639, -123.1216027208062, 'Heather Park', 49.25512292177379, -123.1219636587691, 'Park'), ('South Cambie', 49.2464639, -123.1216027208062, 'TD Canada Trust', 49.24867834613771, -123.12511870969502, 'Bank'), ('South Cambie', 49.2464639, -123.1216027208062, 'Starbucks', 49.24504966074024, -123.12466754438205, 'Coffee Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Choices Markets', 49.25441130152907, -123.11533237523172, 'Grocery Store'), ('South Cambie', 49.2464639, -123.1216027208062, 'Douglas Park & Playground', 49.25313168807759, -123.12212281828921, 'Park'), ('South Cambie', 49.2464639, -123.1216027208062, 'New Town Bakery', 49.25417900429028, -123.1150868522423, 'Bakery'), ('South Cambie', 49.2464639, -123.1216027208062, 'The Best Neighbours Restaurant', 49.25141589346419, -123.12737584040032, 'Greek Restaurant'), ('South Cambie', 49.2464639, -123.1216027208062, 'Osaka Sushi', 49.248559266878914, -123.12567416747574, 'Sushi Restaurant'), ('South Cambie', 49.2464639, -123.1216027208062, 'Second Cup', 49.24484638739353, -123.12603605644091, 'Coffee Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'RBC Royal Bank', 49.25057794766157, -123.12772403636484, 'Bank'), ('South Cambie', 49.2464639, -123.1216027208062, 'Corner 23', 49.25003734409961, -123.11520658327838, 'Chinese Restaurant'), ('South Cambie', 49.2464639, -123.1216027208062, 'Safeway King Edward', 49.248445, -123.126561, 'Grocery Store'), ('South Cambie', 49.2464639, -123.1216027208062, 'City1Cafe', 49.248544531029744, -123.12556034231302, 'Malay Restaurant'), ('South Cambie', 49.2464639, -123.1216027208062, 'LuvCravings', 49.249869904799205, -123.11523371072062, 'Dessert Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Subway', 49.25104564542015, -123.1273311551079, 'Sandwich Place'), ('South Cambie', 49.2464639, -123.1216027208062, 'Tim Hortons', 49.24372983864441, -123.12478244304657, 'Coffee Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Starbucks', 49.24874480722499, -123.12663863109509, 'Coffee Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Tim Hortons', 49.24942163693143, -123.11575213926943, 'Coffee Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Morrison / Shy Café', 49.244095125011825, -123.12400306278727, 'Café'), ('South Cambie', 49.2464639, -123.1216027208062, "BC Women's Cafeteria", 49.244048, -123.124356, 'Cafeteria'), ('South Cambie', 49.2464639, -123.1216027208062, 'Mandarin Hong Kong Cafe 文華餐廳', 49.24865556897875, -123.12529091973225, 'Cantonese Restaurant'), ('South Cambie', 49.2464639, -123.1216027208062, 'Starbucks', 49.25408, -123.11491, 'Coffee Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Love locks sculpture', 49.242656, -123.116107, 'Outdoor Sculpture'), ('South Cambie', 49.2464639, -123.1216027208062, 'Pallet Coffee Roasters', 49.251605, -123.127274, 'Coffee Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Usagi Sweets', 49.252388, -123.127286, 'Dessert Shop'), ('South Cambie', 49.2464639, -123.1216027208062, 'Devonshire Park', 49.244960080288394, -123.13312686645962, 'Park')], [('Strathcona', 49.2776935, -123.0885392507875, 'Union Market', 49.27737091116881, -123.0869886479093, 'Deli / Bodega'), ('Strathcona', 49.2776935, -123.0885392507875, 'La Casa Gelato', 49.27692293801935, -123.0815486689666, 'Ice Cream Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'Strathcona Park', 49.27518286982346, -123.08491945266724, 'Park'), ('Strathcona', 49.2776935, -123.0885392507875, 'Finch’s Market', 49.27856506956866, -123.09347305639957, 'Sandwich Place'), ('Strathcona', 49.2776935, -123.0885392507875, 'MacLean Park', 49.278808622251205, -123.08854579925537, 'Park'), ('Strathcona', 49.2776935, -123.0885392507875, 'Strathcona Beer Company', 49.281293522682624, -123.08511140358385, 'Brewery'), ('Strathcona', 49.2776935, -123.0885392507875, 'Phnom Penh', 49.278517207129376, -123.09821389576176, 'Asian Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Pie Shoppe', 49.27828611254065, -123.09710437545951, 'Pie Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Juice Truck', 49.28128097037585, -123.09211973121067, 'Food Truck'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Mackenzie Room', 49.283168461961814, -123.09491101676842, 'Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Harvest Community Foods', 49.27759045212137, -123.0981680953266, 'Gourmet Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'Matchstick Coffee Roasters', 49.27862623093518, -123.09930253437061, 'Café'), ('Strathcona', 49.2776935, -123.0885392507875, 'Kissa Tanto', 49.28041177451172, -123.09813308998554, 'Japanese Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Pizzeria Farina', 49.27663591048199, -123.09996736185782, 'Pizza Place'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Union', 49.27770514385068, -123.09913336157084, 'Gastropub'), ('Strathcona', 49.2776935, -123.0885392507875, 'Oyster Express', 49.27930754674542, -123.09718433369585, 'Seafood Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Fujiya', 49.27662291053619, -123.07716424684004, 'Sushi Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Wilder Snail', 49.27934564531905, -123.08733772787453, 'Coffee Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'Boxcar', 49.276612892136015, -123.10007556961325, 'Bar'), ('Strathcona', 49.2776935, -123.0885392507875, 'Bao Bei', 49.27949123563031, -123.10059451157306, 'Chinese Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'les amis du Fromage', 49.28119885565908, -123.08624138349626, 'Cheese Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'Railtown Cafe', 49.284694, -123.095486, 'Café'), ('Strathcona', 49.2776935, -123.0885392507875, 'Keefer Bar', 49.27952838897546, -123.10151373745491, 'Cocktail Bar'), ('Strathcona', 49.2776935, -123.0885392507875, 'Juniper', 49.279479907739606, -123.10037832259216, 'Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Ask for Luigi', 49.284156685889954, -123.0977255529763, 'Italian Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Mercedes-Benz Vancouver', 49.27103588259581, -123.0919752103429, 'Auto Dealership'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Tuck Shoppe', 49.27768066206117, -123.09865665979447, 'Sandwich Place'), ('Strathcona', 49.2776935, -123.0885392507875, 'Strange Fellows Brewing', 49.27249457183068, -123.07760112667114, 'Brewery'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Gourmet Warehouse', 49.281267912679944, -123.07629259548635, 'Gourmet Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'Dosanko', 49.282645, -123.092255, 'Japanese Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Treasure Green Tea Company', 49.278556648075146, -123.09854507446289, 'Tea Room'), ('Strathcona', 49.2776935, -123.0885392507875, 'Postmark Brewing', 49.28431063614019, -123.09549454999889, 'Brewery'), ('Strathcona', 49.2776935, -123.0885392507875, 'Long & McQuade Musical Instruments', 49.271721708073194, -123.09616163030142, 'Music Store'), ('Strathcona', 49.2776935, -123.0885392507875, 'Virtuous Pie', 49.279667038791565, -123.09979470660656, 'Pizza Place'), ('Strathcona', 49.2776935, -123.0885392507875, 'DALINA', 49.278790353390626, -123.0999117087133, 'Café'), ('Strathcona', 49.2776935, -123.0885392507875, 'Off The Rail Brewing Co', 49.27769024236, -123.07610228883304, 'Brewery'), ('Strathcona', 49.2776935, -123.0885392507875, 'Crackle Creme', 49.277603748047, -123.09812745065301, 'Dessert Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'St Lawrence Restaurant', 49.28320777974537, -123.0979259236948, 'French Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'LanaLou’s', 49.283050316687806, -123.09632715288538, 'Diner'), ('Strathcona', 49.2776935, -123.0885392507875, 'New Town Bakery & Restaurant', 49.28042046714889, -123.10120452142614, 'Chinese Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Propaganda Coffee', 49.280414949052975, -123.09912566124613, 'Coffee Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'Fortune Sound Club', 49.28049417240908, -123.10079468627066, 'Nightclub'), ('Strathcona', 49.2776935, -123.0885392507875, 'Rhinofish', 49.27951394433412, -123.09969470281405, 'Noodle House'), ('Strathcona', 49.2776935, -123.0885392507875, 'Pacific~Poke', 49.279101075527564, -123.0998614178042, 'Poke Place'), ('Strathcona', 49.2776935, -123.0885392507875, 'Dixies BBQ', 49.281484, -123.096609, 'BBQ Joint'), ('Strathcona', 49.2776935, -123.0885392507875, 'Pink Pearl', 49.28075829388621, -123.08016071586893, 'Chinese Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Cuchillo', 49.283282973140565, -123.09803707518655, 'Latin American Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, "Mamie Taylor's", 49.27861088339537, -123.09804303492814, 'American Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Dunlevy Snackbar', 49.28099426801388, -123.09549678399026, 'Asian Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Chinatown BBQ', 49.280328450133915, -123.10151372217243, 'Chinese Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Firehall Arts Centre', 49.28217119519704, -123.0978963590952, 'Performing Arts Venue'), ('Strathcona', 49.2776935, -123.0885392507875, 'Torafuku', 49.27595120818572, -123.09981439849997, 'Asian Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'HAVE Cafe', 49.28306861558072, -123.09610504275602, 'Café'), ('Strathcona', 49.2776935, -123.0885392507875, 'Luppolo Brewing Company', 49.27690605329741, -123.0806421110846, 'Brewery'), ('Strathcona', 49.2776935, -123.0885392507875, 'Juke', 49.279475109054395, -123.10030495820106, 'Fried Chicken Joint'), ('Strathcona', 49.2776935, -123.0885392507875, 'Upstairs at Campagnolo', 49.27531439905926, -123.0998998537523, 'Bar'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Ramen Butcher', 49.27858320801814, -123.09870519972866, 'Noodle House'), ('Strathcona', 49.2776935, -123.0885392507875, 'Brickhouse Late Nite Bistro', 49.27776855246173, -123.09949641962277, 'Dive Bar'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Brixton', 49.27858414771572, -123.09933150307474, 'Café'), ('Strathcona', 49.2776935, -123.0885392507875, 'Sunrise Market', 49.283195217813756, -123.09761147837084, 'Grocery Store'), ('Strathcona', 49.2776935, -123.0885392507875, 'Campagnolo', 49.27538033811485, -123.09986234588634, 'Italian Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Say Hey Cafe', 49.280411, -123.101219, 'Sandwich Place'), ('Strathcona', 49.2776935, -123.0885392507875, 'Aubade Coffee', 49.28033093560047, -123.09891686979178, 'Coffee Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'Hanoi Pho', 49.281190298639196, -123.09541324975488, 'Vietnamese Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Livestock', 49.28047844193552, -123.10080350280508, 'Shoe Store'), ('Strathcona', 49.2776935, -123.0885392507875, 'Vancouver Police Museum', 49.28217979385947, -123.09815797465974, 'Museum'), ('Strathcona', 49.2776935, -123.0885392507875, 'Ba Le', 49.27875801484471, -123.09981200496073, 'Sandwich Place'), ('Strathcona', 49.2776935, -123.0885392507875, 'Axum Ethiopian', 49.2814818305323, -123.0777167460823, 'Ethiopian Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, "Hogan's Alley Cafe", 49.277688786488106, -123.0971063749508, 'Café'), ('Strathcona', 49.2776935, -123.0885392507875, 'Rickshaw Theatre', 49.28124058133706, -123.09844444389829, 'Music Venue'), ('Strathcona', 49.2776935, -123.0885392507875, 'Bodega on Main', 49.27543034316423, -123.09987074011833, 'Tapas Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Imperial Lounge', 49.282015081820866, -123.09980473736182, 'Lounge'), ('Strathcona', 49.2776935, -123.0885392507875, 'The American', 49.27628575624671, -123.09965576126729, 'Bar'), ('Strathcona', 49.2776935, -123.0885392507875, 'To Dine For', 49.272207648845246, -123.09577314266012, 'Burger Joint'), ('Strathcona', 49.2776935, -123.0885392507875, 'Kobob Burger', 49.275491762010844, -123.099718883297, 'Korean Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Golden Garden Vietnamese Cuisine', 49.28010494488361, -123.09978180247752, 'Vietnamese Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Chinatown', 49.277828715446155, -123.09940338134766, 'Neighborhood'), ('Strathcona', 49.2776935, -123.0885392507875, 'Starbucks', 49.28275, -123.08569, 'Coffee Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Party Bazaar', 49.27296231068261, -123.09831675135706, 'Toy / Game Store'), ('Strathcona', 49.2776935, -123.0885392507875, 'Main Street Station Farmers Market', 49.27378441157288, -123.0988072360142, 'Farmers Market'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Heatley', 49.28109138662839, -123.0896288581965, 'Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Starbucks', 49.27103756920539, -123.08773228367329, 'Coffee Shop'), ('Strathcona', 49.2776935, -123.0885392507875, 'Subway', 49.282655621045215, -123.0857898973789, 'Sandwich Place'), ('Strathcona', 49.2776935, -123.0885392507875, 'Dd Mau Chinatown', 49.280523, -123.100821, 'Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Goldstone Bakery & Restaurant', 49.279502804344794, -123.10115932052165, 'Chinese Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Fat Mao', 49.27861051916881, -123.09893432755447, 'Noodle House'), ('Strathcona', 49.2776935, -123.0885392507875, 'Thornton Park', 49.27362672706926, -123.09971209921683, 'Park'), ('Strathcona', 49.2776935, -123.0885392507875, 'A&W', 49.273775, -123.098119, 'Fast Food Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Astoria Pub', 49.281294581902046, -123.08777687790301, 'Pub'), ('Strathcona', 49.2776935, -123.0885392507875, 'Vancouver Flea Market', 49.27147159869486, -123.08990456690529, 'Flea Market'), ('Strathcona', 49.2776935, -123.0885392507875, 'Trillium Park', 49.274307579603686, -123.09369133311365, 'Park'), ('Strathcona', 49.2776935, -123.0885392507875, 'London Pub', 49.27845914422145, -123.09975657005279, 'Pub'), ('Strathcona', 49.2776935, -123.0885392507875, 'Subway', 49.27481795469032, -123.10013301157448, 'Sandwich Place'), ('Strathcona', 49.2776935, -123.0885392507875, 'Liquids and Solids', 49.281227111816406, -123.0846939086914, 'Soup Place'), ('Strathcona', 49.2776935, -123.0885392507875, "McDonald's", 49.27379764164648, -123.0988523273582, 'Fast Food Restaurant'), ('Strathcona', 49.2776935, -123.0885392507875, 'Eastside Flea', 49.27526281624072, -123.09995731462942, 'Arts & Crafts Store'), ('Strathcona', 49.2776935, -123.0885392507875, 'Oppenheimer Park', 49.28275522842847, -123.09410099030117, 'Park'), ('Strathcona', 49.2776935, -123.0885392507875, "Ed's Daily", 49.2829699685134, -123.08985057166757, 'Café'), ('Strathcona', 49.2776935, -123.0885392507875, 'Trillium Stadium', 49.273966931064344, -123.09455800920537, 'Soccer Field'), ('Strathcona', 49.2776935, -123.0885392507875, 'The Uncommon Cafe', 49.2831588344176, -123.0937146034284, 'Café')], [('Sunset', 49.2190935, -123.0916654159852, 'Breka Bakery & Café', 49.22517225662143, -123.09085607056, 'Bakery'), ('Sunset', 49.2190935, -123.0916654159852, 'So Hyang Korean Cuisine', 49.22701912249385, -123.09084195808964, 'Korean Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Shoom 雅菀食府', 49.22486089217804, -123.09094839993831, 'Cantonese Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Panos Greek Taverna', 49.2109677, -123.0921432, 'Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Deer Garden Signatures', 49.2276354516607, -123.09070255236101, 'Chinese Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'BAKER & TABLE Cafe', 49.226323515544, -123.09067785641665, 'Bakery'), ('Sunset', 49.2190935, -123.0916654159852, 'Ho Yuen Kee Restaurant', 49.227978648537, -123.0904779992068, 'Chinese Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Shoppers Drug Mart', 49.227302, -123.09072, 'Pharmacy'), ('Sunset', 49.2190935, -123.0916654159852, 'Sunset Community Centre', 49.22276689396704, -123.10135080733122, 'Event Space'), ('Sunset', 49.2190935, -123.0916654159852, '89 Inn', 49.22674153728012, -123.09055997750916, 'Japanese Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Pho Hong', 49.226925223927765, -123.09060697349184, 'Vietnamese Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Subway', 49.21054410299328, -123.09304802458968, 'Sandwich Place'), ('Sunset', 49.2190935, -123.0916654159852, 'Starbucks', 49.22513, -123.09049, 'Coffee Shop'), ('Sunset', 49.2190935, -123.0916654159852, 'Original Tandoori Kitchen', 49.21913525779554, -123.10209955662927, 'Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Dollar Tree', 49.22573054707353, -123.09070973820818, 'Discount Store'), ('Sunset', 49.2190935, -123.0916654159852, 'RBC Royal Bank', 49.22535090236456, -123.09097713047528, 'Bank'), ('Sunset', 49.2190935, -123.0916654159852, 'Yu Xiang Yuan', 49.22462775296824, -123.09086886136434, 'Chinese Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Petro-Canada', 49.210687, -123.090563, 'Gas Station'), ('Sunset', 49.2190935, -123.0916654159852, "Kalai's Dosa Hut", 49.218998, -123.09116, 'South Indian Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'TD Canada Trust', 49.22566430407171, -123.09115685057805, 'Bank'), ('Sunset', 49.2190935, -123.0916654159852, 'Vision 2000', 49.22402557481884, -123.090797604178, 'Cosmetics Shop'), ('Sunset', 49.2190935, -123.0916654159852, 'Rexall', 49.22387674482483, -123.08793059890274, 'Pharmacy'), ('Sunset', 49.2190935, -123.0916654159852, 'Dhoom Restaurant & Bar', 49.22479075710435, -123.09093866338509, 'Indian Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Dhaliwal Sweets', 49.22481180999152, -123.09092899013963, 'Indian Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'George Park', 49.21328059235578, -123.09477971856839, 'Park'), ('Sunset', 49.2190935, -123.0916654159852, 'Sunset Rink', 49.22335824299223, -123.09853351332977, 'Skating Rink'), ('Sunset', 49.2190935, -123.0916654159852, 'Bus Stop 51975 (49)', 49.225389328818395, -123.09073448181152, 'Bus Stop'), ('Sunset', 49.2190935, -123.0916654159852, 'Sunset Park', 49.22177935804178, -123.1004339379766, 'Park'), ('Sunset', 49.2190935, -123.0916654159852, 'Fraser Market', 49.225441179317286, -123.09084056451867, 'Market'), ('Sunset', 49.2190935, -123.0916654159852, 'Bus Stop 52027 (49)', 49.22546001850634, -123.09118236910115, 'Bus Stop'), ('Sunset', 49.2190935, -123.0916654159852, 'Best Quality Sweets & Restaurant', 49.218894, -123.10174971383769, 'Indian Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Tandoori King', 49.212414, -123.091394, 'Indian Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Taste Good Wonton Seafood Restaurant', 49.21063539465729, -123.09257098570443, 'Chinese Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Himalaya Restaurant', 49.22474682567905, -123.10182882009246, 'Indian Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Tandoori Raj Restaurant', 49.211878, -123.09152, 'Indian Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Freshslice Pizza', 49.22627272110968, -123.08796317002239, 'Pizza Place'), ('Sunset', 49.2190935, -123.0916654159852, 'West Coast Liquor Company', 49.22625210520387, -123.08788612368967, 'Liquor Store'), ('Sunset', 49.2190935, -123.0916654159852, 'Fraser Shipping & Variety Store', 49.22626852165731, -123.08789977373002, 'Post Office'), ('Sunset', 49.2190935, -123.0916654159852, 'Eat Me Thai', 49.226658, -123.09069, 'Thai Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Super 8', 49.211499080974164, -123.09013949180554, 'Motel'), ('Sunset', 49.2190935, -123.0916654159852, 'Madras Spice', 49.22682, -123.09092, 'Indian Chinese Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Fraser BBQ & Fresh Meat', 49.22694327891703, -123.09056376868836, 'BBQ Joint'), ('Sunset', 49.2190935, -123.0916654159852, 'Bus Stop 52209 (100)', 49.211136, -123.090016, 'Bus Stop'), ('Sunset', 49.2190935, -123.0916654159852, 'Punjabi Market', 49.224382575654474, -123.10175882180152, 'Market'), ('Sunset', 49.2190935, -123.0916654159852, 'Koon Lock Restaurant', 49.227662, -123.090638, 'Chinese Restaurant'), ('Sunset', 49.2190935, -123.0916654159852, 'Indochine Kitchen + Bar', 49.22797128297057, -123.09105902910233, 'Asian Restaurant')], [('Victoria-Fraserview', 49.2189795, -123.0638158633045, "Huang's Beef Noodle House", 49.22086672216761, -123.06574556831681, 'Noodle House'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Gordon Park', 49.22232761847823, -123.0694921703986, 'Park'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Tibisti Foods & Grill', 49.220397188372196, -123.06582127873163, 'Middle Eastern Restaurant'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'RBC Royal Bank', 49.2253069282859, -123.06558275585192, 'Bank'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, "Neighbour's Restaurant & Pizza House", 49.2253032, -123.0657698, 'Pizza Place'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, '7-Eleven', 49.221114969780864, -123.06535005569458, 'Convenience Store'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Petro-Canada', 49.224935, -123.06543, 'Gas Station'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Subway', 49.21841318490183, -123.07742247850143, 'Sandwich Place'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'East Side Re-Rides', 49.219510950335284, -123.0660454358398, 'Motorcycle Shop'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Panago Pizza', 49.21923064820338, -123.06621491540962, 'Pizza Place'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, "Bosley's", 49.22092576829526, -123.06538224220276, 'Pet Store'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Lim Kee', 49.22101595420838, -123.06601700201277, 'Asian Restaurant'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, '7-Eleven', 49.2184714683209, -123.07652036658396, 'Convenience Store'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Thai Son Restaurant', 49.225796338222835, -123.06588006069619, 'Vietnamese Restaurant'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Petro-Canada', 49.21825, -123.07694, 'Gas Station'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Nishiki Sushi', 49.225124383310956, -123.06592842367571, 'Sushi Restaurant'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Subway', 49.2261822035578, -123.06549297739008, 'Sandwich Place'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Yu Kee BBQ Kitchen', 49.22529292210137, -123.05413863764733, 'Restaurant'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Bus Stop 51808 (29)', 49.21847810054001, -123.05490118855356, 'Bus Stop'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Bus Stop 52018 (49,430)', 49.22526594350926, -123.06514601849925, 'Bus Station'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Mt. Fuji Japanese Restaurant', 49.22506750315032, -123.05422769029988, 'Japanese Restaurant'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Weirdo Cafe', 49.225729, -123.066254, 'Restaurant'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Hometown Pizza', 49.21817322106198, -123.07717071718746, 'Pizza Place'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Columbus Restaurant', 49.22265510006136, -123.0515820364343, 'Italian Restaurant'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Harrison Bus Loop', 49.210168122254714, -123.06474924087524, 'Bus Station'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Value Village', 49.22642447811886, -123.06593113312482, 'Thrift / Vintage Store'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, 'Killarney Hair Studios', 49.22514, -123.05392, 'Cosmetics Shop'), ('Victoria-Fraserview', 49.2189795, -123.0638158633045, "McDonald's", 49.2183357, -123.0773755, 'Fast Food Restaurant')], [('West End', 49.2841308, -123.1317949, 'Score On Davie', 49.282344593296706, -123.1344812658901, 'Pub'), ('West End', 49.2841308, -123.1317949, "Little Sister's Bookstore", 49.28205896874118, -123.13437333586184, 'Bookstore'), ('West End', 49.2841308, -123.1317949, 'COBS Bread', 49.28137872050481, -123.1326676047977, 'Bakery'), ('West End', 49.2841308, -123.1317949, 'La Belle Patate', 49.28197746535216, -123.13362284301661, 'Restaurant'), ('West End', 49.2841308, -123.1317949, 'Greenhorn Cafe', 49.286628, -123.134038, 'Café'), ('West End', 49.2841308, -123.1317949, 'Ramen Danbo', 49.287405513071484, -123.12902819393214, 'Ramen Restaurant'), ('West End', 49.2841308, -123.1317949, 'Miko Sushi', 49.28740231300849, -123.12905965299217, 'Sushi Restaurant'), ('West End', 49.2841308, -123.1317949, 'Breka Bakery & Café', 49.28585411445341, -123.12715644115154, 'Bakery'), ('West End', 49.2841308, -123.1317949, 'Forage', 49.287356794873574, -123.12899488649023, 'Restaurant'), ('West End', 49.2841308, -123.1317949, 'Konbiniya', 49.28650114050235, -123.1275229149609, 'Convenience Store'), ('West End', 49.2841308, -123.1317949, 'Nelson Park', 49.28256008549032, -123.12922954559326, 'Park'), ('West End', 49.2841308, -123.1317949, 'Cardero Bottega', 49.287024, -123.135833, 'Sandwich Place'), ('West End', 49.2841308, -123.1317949, 'Le Crocodile Restaurant', 49.28265806764619, -123.12528669834137, 'French Restaurant'), ('West End', 49.2841308, -123.1317949, 'CinCin', 49.28540195093551, -123.12603469495473, 'Italian Restaurant'), ('West End', 49.2841308, -123.1317949, 'West End Farmers Market', 49.28250281515312, -123.13026369289403, 'Farmers Market'), ('West End', 49.2841308, -123.1317949, 'MUJI 無印良品', 49.28531661686063, -123.12514399719639, 'Miscellaneous Shop'), ('West End', 49.2841308, -123.1317949, 'Horin Ramen + Sake', 49.28625184283856, -123.12744092693404, 'Ramen Restaurant'), ('West End', 49.2841308, -123.1317949, 'Robert Lee YMCA', 49.28175183686333, -123.12519293179268, 'Gym'), ('West End', 49.2841308, -123.1317949, 'Joe Fortes Seafood & Chop House', 49.28501742069146, -123.12440986218266, 'Seafood Restaurant'), ('West End', 49.2841308, -123.1317949, 'Barclay Heritage Square', 49.287225, -123.132182, 'Park'), ('West End', 49.2841308, -123.1317949, 'PappaRoti', 49.28871601430035, -123.13091598247156, 'Coffee Shop'), ('West End', 49.2841308, -123.1317949, 'Ladurée', 49.285381, -123.125571, 'Dessert Shop'), ('West End', 49.2841308, -123.1317949, 'Guu Original', 49.28415096995824, -123.12550872715728, 'Japanese Restaurant'), ('West End', 49.2841308, -123.1317949, "Kin's Farm Market", 49.28133376072547, -123.1326645840313, 'Farmers Market'), ('West End', 49.2841308, -123.1317949, 'Eye Kandee Lingerie', 49.28594735561611, -123.13956141471863, 'Lingerie Store'), ('West End', 49.2841308, -123.1317949, 'Indigo', 49.28391782500941, -123.12372330286925, 'Bookstore'), ('West End', 49.2841308, -123.1317949, 'XY', 49.28144565305117, -123.13350939246625, 'Gay Bar'), ('West End', 49.2841308, -123.1317949, 'Pho Goodness', 49.281007, -123.132205, 'Vietnamese Restaurant'), ('West End', 49.2841308, -123.1317949, 'Rocky Mountain Chocolate Factory', 49.28362580682297, -123.12330593304087, 'Dessert Shop'), ('West End', 49.2841308, -123.1317949, 'Earls', 49.28596692796487, -123.12669114692403, 'American Restaurant'), ('West End', 49.2841308, -123.1317949, 'Equinox West Georgia Street', 49.286166751822236, -123.12405050693361, 'Gym'), ('West End', 49.2841308, -123.1317949, 'Baguette & Co', 49.280524453856025, -123.1313535473601, 'Bakery'), ('West End', 49.2841308, -123.1317949, '1181 Lounge', 49.28165288218154, -123.13283779905784, 'Gay Bar'), ('West End', 49.2841308, -123.1317949, 'Tacofino Cantina', 49.28156749591369, -123.12399329550023, 'Food Truck'), ('West End', 49.2841308, -123.1317949, 'Cazba restaurant', 49.28064802421483, -123.13101152250476, 'Middle Eastern Restaurant'), ('West End', 49.2841308, -123.1317949, 'Samurai Japanese Restaurant', 49.28060377766286, -123.1314847688326, 'Japanese Restaurant'), ('West End', 49.2841308, -123.1317949, 'Sutton Place Hotel Vancouver', 49.28264004904225, -123.12387529266849, 'Hotel'), ('West End', 49.2841308, -123.1317949, 'BC Liquor Store', 49.28641, -123.126062, 'Liquor Store'), ('West End', 49.2841308, -123.1317949, 'Shangri-La Hotel', 49.28593423238485, -123.12408050709615, 'Hotel'), ('West End', 49.2841308, -123.1317949, "Victoria's Secret", 49.28337166041721, -123.12249106575216, 'Lingerie Store'), ('West End', 49.2841308, -123.1317949, 'Scotiabank Theatres', 49.28195011448096, -123.12422359113701, 'Movie Theater'), ('West End', 49.2841308, -123.1317949, 'Robson Square', 49.281880886701984, -123.12367137102376, 'Plaza'), ('West End', 49.2841308, -123.1317949, 'Marquis Wine Cellars', 49.27963170540703, -123.13018020208278, 'Wine Shop'), ('West End', 49.2841308, -123.1317949, 'Thierry Chocolaterie Patisserie', 49.2848919057975, -123.12295083232155, 'Dessert Shop'), ('West End', 49.2841308, -123.1317949, 'Guu with Garlic', 49.290328, -123.133886, 'Japanese Restaurant'), ('West End', 49.2841308, -123.1317949, 'Loden Hotel', 49.28769003824368, -123.12357426652729, 'Hotel'), ('West End', 49.2841308, -123.1317949, "49th Parallel & Lucky's Doughnuts", 49.28590822730904, -123.12288619354298, 'Donut Shop'), ('West End', 49.2841308, -123.1317949, "Stepho's Souvlaki Greek Taverna", 49.280767739860806, -123.13191129780041, 'Greek Restaurant'), ('West End', 49.2841308, -123.1317949, 'Bombay Brow Bar', 49.285529031396614, -123.12396600606039, 'Cosmetics Shop'), ('West End', 49.2841308, -123.1317949, 'Sunset Beach', 49.27918658110156, -123.13888549804686, 'Beach'), ('West End', 49.2841308, -123.1317949, 'Banana Leaf', 49.279843710685654, -123.13026355685408, 'Malay Restaurant'), ('West End', 49.2841308, -123.1317949, 'Hubbub Sandwiches', 49.282078, -123.12287, 'Sandwich Place'), ('West End', 49.2841308, -123.1317949, 'Molli Cafe', 49.278834711086255, -123.12981423064245, 'Mexican Restaurant'), ('West End', 49.2841308, -123.1317949, 'Red Robin Gourmet Burgers and Brews', 49.28456989, -123.1252719, 'Burger Joint'), ('West End', 49.2841308, -123.1317949, 'Shizen Ya', 49.28088036111347, -123.12455177307127, 'Japanese Restaurant'), ('West End', 49.2841308, -123.1317949, 'CB2', 49.28589, -123.126913, 'Furniture / Home Store'), ('West End', 49.2841308, -123.1317949, 'Pokerrito', 49.28057612571095, -123.12488281884048, 'Hawaiian Restaurant'), ('West End', 49.2841308, -123.1317949, 'Hokkaido Ramen Santouka', 49.29033695384482, -123.13362288052441, 'Ramen Restaurant'), ('West End', 49.2841308, -123.1317949, 'Sunset Inn and Suites Vancouver', 49.28005602323711, -123.13266349868613, 'Hotel'), ('West End', 49.2841308, -123.1317949, 'Gyu-Kaku Japanese BBQ', 49.28027716380092, -123.12483759025491, 'Japanese Restaurant'), ('West End', 49.2841308, -123.1317949, 'Sushi Bar Maumi', 49.28130235294118, -123.13358277647059, 'Sushi Restaurant'), ('West End', 49.2841308, -123.1317949, 'Residence Inn by Marriott Vancouver Downtown', 49.2779047, -123.1286238, 'Hotel'), ('West End', 49.2841308, -123.1317949, 'Coast Restaurant', 49.28484285594679, -123.1231064922824, 'Seafood Restaurant'), ('West End', 49.2841308, -123.1317949, 'Pacifico Pizzeria Ristorante', 49.28206768119204, -123.12407877967489, 'Italian Restaurant'), ('West End', 49.2841308, -123.1317949, 'The Burrard', 49.27984575799536, -123.12741533581227, 'Hotel'), ('West End', 49.2841308, -123.1317949, 'Takis Taverna', 49.280590390208665, -123.13149937979237, 'Greek Restaurant'), ('West End', 49.2841308, -123.1317949, 'Sheraton Vancouver Wall Centre', 49.27986, -123.12661, 'Hotel'), ('West End', 49.2841308, -123.1317949, 'Body Energy Club', 49.27768162347979, -123.12689361484894, 'Gym / Fitness Center'), ('West End', 49.2841308, -123.1317949, 'SEPHORA', 49.2841638, -123.1238947, 'Cosmetics Shop'), ('West End', 49.2841308, -123.1317949, 'Wedgewood Hotel', 49.28216333727451, -123.12223713622552, 'Hotel'), ('West End', 49.2841308, -123.1317949, 'Davie Dosa Company', 49.282003, -123.133722, 'South Indian Restaurant'), ('West End', 49.2841308, -123.1317949, 'Donair Dude', 49.2814267721975, -123.13287594656582, 'Falafel Restaurant'), ('West End', 49.2841308, -123.1317949, 'Banana Leaf On Denman', 49.28832521877937, -123.14014584593362, 'Asian Restaurant'), ('West End', 49.2841308, -123.1317949, 'Peaked Pies', 49.28961743738601, -123.13829160232608, 'Comfort Food Restaurant'), ('West End', 49.2841308, -123.1317949, 'Nero Belgian Waffle Bar', 49.290543220809724, -123.13390456230168, 'Dessert Shop'), ('West End', 49.2841308, -123.1317949, 'Tiffany & Co.', 49.2842568, -123.1217898, 'Jewelry Store'), ('West End', 49.2841308, -123.1317949, 'Number e food', 49.277899375511915, -123.13106017654827, 'Sandwich Place'), ('West End', 49.2841308, -123.1317949, 'Coal Harbour Park', 49.28993619768085, -123.1250023841858, 'Park'), ('West End', 49.2841308, -123.1317949, 'Marutama Ra-men', 49.29065738323105, -123.13355575482609, 'Ramen Restaurant'), ('West End', 49.2841308, -123.1317949, 'Kingyo Izakaya 金魚居酒屋', 49.290529206807975, -123.1370237858806, 'Japanese Restaurant'), ('West End', 49.2841308, -123.1317949, 'JOEY Burrard', 49.282864441203294, -123.12349536756916, 'New American Restaurant'), ('West End', 49.2841308, -123.1317949, 'English Bay Beach', 49.28661337371541, -123.14283944417532, 'Beach'), ('West End', 49.2841308, -123.1317949, 'Breka Bakery & Cafe', 49.27849567034125, -123.1280624099068, 'Bakery'), ('West End', 49.2841308, -123.1317949, 'The Fountainhead Pub', 49.27959648856557, -123.12983605554935, 'Gay Bar'), ('West End', 49.2841308, -123.1317949, 'Celebrities Nightclub', 49.27943282421915, -123.12988106481679, 'Nightclub'), ('West End', 49.2841308, -123.1317949, 'lululemon athletica', 49.2830358, -123.1229085, 'Clothing Store'), ('West End', 49.2841308, -123.1317949, 'Hyatt Regency Vancouver', 49.284933576325365, -123.12040717326492, 'Hotel'), ('West End', 49.2841308, -123.1317949, 'España Restaurant', 49.288019, -123.140467, 'Spanish Restaurant'), ('West End', 49.2841308, -123.1317949, 'The Inukshuk', 49.284322410062735, -123.14362551061451, 'Sculpture Garden'), ('West End', 49.2841308, -123.1317949, 'JJ Bean', 49.286169473016166, -123.14050032247013, 'Coffee Shop'), ('West End', 49.2841308, -123.1317949, 'Whole Foods Market', 49.290069457579335, -123.13299851770314, 'Grocery Store'), ('West End', 49.2841308, -123.1317949, 'Sushi Sky', 49.281461272265695, -123.13362836837769, 'Sushi Restaurant'), ('West End', 49.2841308, -123.1317949, 'Cactus Club Cafe', 49.28675474926812, -123.14279589778042, 'New American Restaurant'), ('West End', 49.2841308, -123.1317949, "Joe's Grill", 49.27968459651708, -123.13004766208492, 'Diner'), ('West End', 49.2841308, -123.1317949, 'Mumbai Local', 49.28091, -123.132244, 'Indian Restaurant'), ('West End', 49.2841308, -123.1317949, 'Patterson Chinese Restaurant', 49.278742908214795, -123.12842323441731, 'Chinese Restaurant'), ('West End', 49.2841308, -123.1317949, 'Pacific Cinémathèque', 49.27858712594776, -123.12611139411989, 'Indie Movie Theater'), ('West End', 49.2841308, -123.1317949, 'Thai Basil Restaurant', 49.28025023962856, -123.13145291029757, 'Thai Restaurant'), ('West End', 49.2841308, -123.1317949, 'Guu Garden', 49.28018477856943, -123.12527276325, 'Japanese Restaurant'), ('West End', 49.2841308, -123.1317949, "Nando's", 49.27799454027567, -123.12738742267, 'Portuguese Restaurant')]]
Number of Neighbourhoods at the City  21
In [89]:
van_venues.head()
Out[89]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Arbutus Ridge 49.246305 -123.159636 The Arbutus Club 49.248507 -123.152152 Event Space
1 Arbutus Ridge 49.246305 -123.159636 The Patty Shop 49.250680 -123.167916 Caribbean Restaurant
2 Arbutus Ridge 49.246305 -123.159636 Quilchena Park 49.245194 -123.151211 Park
3 Arbutus Ridge 49.246305 -123.159636 Butter Baked Goods 49.242209 -123.170381 Bakery
4 Arbutus Ridge 49.246305 -123.159636 La Buca 49.250549 -123.167933 Italian Restaurant
In [90]:
# San Francisco Venues
san_venues = getNearbyVenues(df_neigh.loc[df_neigh['City'] == 'San Francisco', 'Neighbourhood'],
                            df_neigh.loc[df_neigh['City'] == 'San Francisco', 'Latitude'], 
                            df_neigh.loc[df_neigh['City'] == 'San Francisco', 'Longitude'])
Alamo Square
Anza Vista
Ashbury Heights
Balboa Park
Balboa Terrace
Bayview
Belden Place
Bernal Heights
Buena Vista
Butchertown (Old and New)
Castro
Cathedral Hill
Cayuga Terrace
China Basin
Chinatown
Civic Center
Clarendon Heights
Cole Valley
Corona Heights
Cow Hollow
Crocker-Amazon
Design District
Diamond Heights
Dogpatch
Dolores Heights
Duboce Triangle
Embarcadero
Eureka Valley
Excelsior
Fillmore
Financial District
Financial District South
Fisherman's Wharf
Forest Hill
Forest Knolls
Glen Park
Golden Gate Heights
Haight-Ashbury
Hayes Valley
Hunters Point
India Basin
Ingleside
Ingleside Terraces
Inner Sunset
Irish Hill
Islais Creek
Jackson Square
Japantown
Jordan Park
Laguna Honda
Lake Street
Lakeside
Lakeshore
Laurel Heights
Lincoln Manor
Little Hollywood
Little Russia
Little Saigon
Lone Mountain
Lower Haight
Lower Pacific Heights
Lower Nob Hill
Marina District
Merced Heights
Merced Manor
Midtown Terrace
Mid-Market
Miraloma Park
Mission Bay
Mission District
Mission Dolores
Mission Terrace
Monterey Heights
Mount Davidson
Nob Hill
Noe Valley
North Beach
North of Panhandle
Oceanview
Outer Mission
Outer Sunset
Pacific Heights
Parkmerced
Parkside
Parnassus
Polk Gulch
Portola
Portola Place
Potrero Hill
Presidio
Presidio Heights
Richmond District
Rincon Hill
Russian Hill
Saint Francis Wood
Sea Cliff
Sherwood Forest
Silver Terrace
South Beach
South End
South of Market
South Park
Sunnydale
Sunnyside
Sunset District
Telegraph Hill
Tenderloin
Treasure Island
Twin Peaks
Union Square
University Mound
Upper Market
Visitacion Valley
Vista del Mar
West Portal
Western Addition
Westwood Highlands
Westwood Park
Yerba Buena
Venues list:  [[('Alamo Square', 37.77635985, -122.4346885202372, 'Alamo Square', 37.77604493890036, -122.43436268009934, 'Park'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Alamo Square Dog Park', 37.77587824200634, -122.4357395910845, 'Dog Run'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Painted Ladies', 37.77611954047747, -122.43338919043477, 'Historic Site'), ('Alamo Square', 37.77635985, -122.4346885202372, 'The Independent', 37.77557274879696, -122.43783539145652, 'Rock Club'), ('Alamo Square', 37.77635985, -122.4346885202372, 'The Mill', 37.7764253207762, -122.43796976647843, 'Bakery'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Fool’s Errand', 37.77551224062072, -122.43796057402282, 'Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Bar Crudo', 37.775706638461116, -122.43801921397446, 'Seafood Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Nopa', 37.774888, -122.437532, 'New American Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Bi-Rite Market', 37.77479553269564, -122.4377388357674, 'Market'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Rare Device', 37.77505169224675, -122.43776166434051, 'Gift Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, '4505 Burgers & BBQ', 37.77612534143469, -122.43814234566274, 'BBQ Joint'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Bi-Rite Creamery', 37.77473518150432, -122.43768939710218, 'Ice Cream Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Souvla', 37.77457655200334, -122.4378085167028, 'Souvlaki Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'jū-ni', 37.77674279707642, -122.43876965372021, 'Sushi Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Little Star Pizza', 37.77748853090511, -122.43828074763262, 'Pizza Place'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Horsefeather', 37.77451588050533, -122.43767808543302, 'Cocktail Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, "Divisadero Farmers' Market", 37.77593488829244, -122.43836849064454, 'Farmers Market'), ('Alamo Square', 37.77635985, -122.4346885202372, 'The Center SF', 37.77454451433456, -122.43073033291728, 'Spiritual Center'), ('Alamo Square', 37.77635985, -122.4346885202372, "Brenda's Meat & Three", 37.77826524954494, -122.43858377615564, 'Southern / Soul Food Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Tsunami', 37.77686924958205, -122.4384856113639, 'Sushi Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'BASA Collective', 37.77604301526787, -122.43848721749951, 'Marijuana Dispensary'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Loving Cup', 37.77526277282781, -122.43781274464666, 'Frozen Yogurt Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Gamescape', 37.772692429474894, -122.43746740774097, 'Toy / Game Store'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Zaytoon', 37.77518502252733, -122.43789621411264, 'Mediterranean Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Comix Experience', 37.77243285569474, -122.43735592709122, 'Comic Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'RT Rotisserie', 37.773238, -122.43891599999999, 'Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Sightglass Coffee', 37.77228702957698, -122.43741884185536, 'Coffee Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Yoga Garden', 37.77198233757195, -122.4371073995282, 'Yoga Studio'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Ragazza', 37.77244056187205, -122.4374771118164, 'Pizza Place'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Madrone Art Bar', 37.77402499617328, -122.4374303917682, 'Nightclub'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Fly Bar', 37.77685140999568, -122.43811687747528, 'Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Nopalito', 37.77354423993796, -122.43917940929911, 'Mexican Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Falletti Foods', 37.77323820160938, -122.43899852180465, 'Grocery Store'), ('Alamo Square', 37.77635985, -122.4346885202372, 'El Rancho Grande', 37.777564743806714, -122.43833204090755, 'Burrito Place'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Lady Falcon Coffee Club', 37.77587793796809, -122.43393688468875, 'Food Truck'), ('Alamo Square', 37.77635985, -122.4346885202372, 'The Little Chihuahua', 37.77203349168377, -122.43700236082077, 'Burrito Place'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Saffron Grill', 37.77684808492807, -122.43781643978348, 'Indian Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Che Fico', 37.77743530258914, -122.43814920428349, 'Italian Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Maven', 37.771952185838934, -122.43205537504465, 'Cocktail Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Workshop.', 37.777438452809925, -122.44156203405919, 'Arts & Crafts Store'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Toronado', 37.77194138747606, -122.43122284671243, 'Dive Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Réveille Coffee Co.', 37.77097771218059, -122.43202895838355, 'Coffee Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Namu Stonepot', 37.774762514978846, -122.43778011298002, 'Korean Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Palmyra', 37.771748720188974, -122.43382539364248, 'Mediterranean Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Wiggle Bicycles', 37.770953665992835, -122.43221475860007, 'Bike Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Matching Half Cafe', 37.77735594767947, -122.44162796250136, 'Café'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Powder', 37.77158690143866, -122.4370995097535, 'Ice Cream Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'The Page', 37.772109, -122.437091, 'Dive Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Vinyl Coffee & Wine Bar', 37.773117837194604, -122.43753741971061, 'Wine Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Indian Paradox', 37.77158, -122.436919, 'Indian Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'SALT', 37.7726194545472, -122.43742447652257, 'Gym / Fitness Center'), ('Alamo Square', 37.77635985, -122.4346885202372, "Bob's On Baker", 37.77654188098846, -122.44177334010601, 'Donut Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Tea And Others', 37.771351, -122.437029, 'Bubble Tea Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Salt & Straw', 37.77653240407315, -122.42605136320933, 'Ice Cream Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Suppenküche', 37.776324, -122.426382, 'German Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Domo Sushi', 37.775950987226544, -122.42615120612774, 'Sushi Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Uva Enoteca', 37.77201109794026, -122.4315560597662, 'Italian Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Perilla', 37.77206003875018, -122.43083496703683, 'Vietnamese Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'True Sake', 37.776533036480984, -122.42568104036205, 'Liquor Store'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Duboce Park', 37.76945795215864, -122.43301340038954, 'Park'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Gioia Pizzeria', 37.776328, -122.425859, 'Pizza Place'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Jane the Bakery', 37.78379748921064, -122.43428254305587, 'Bakery'), ('Alamo Square', 37.77635985, -122.4346885202372, 'The Progress', 37.78374466115743, -122.43297199831427, 'American Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'State Bird Provisions', 37.78374261088443, -122.43287398277053, 'New American Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, "Memphis Minnie's BBQ", 37.7720072020819, -122.43165873720946, 'BBQ Joint'), ('Alamo Square', 37.77635985, -122.4346885202372, 'The Fillmore', 37.78395184946436, -122.4330327549218, 'Music Venue'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Boba Guys', 37.78365698301195, -122.43266214946281, 'Bubble Tea Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Souvla', 37.776568223306676, -122.42495659866064, 'Souvlaki Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Harvey Milk Recreational Arts Center', 37.769482098023715, -122.43392105413758, 'Event Space'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Hayes Valley Playground', 37.776163277824075, -122.42749930269929, 'Playground'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Yoga Tree Hayes', 37.776507, -122.425014, 'Yoga Studio'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Iza Ramen', 37.771694, -122.430429, 'Ramen Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Ritual Coffee Roasters', 37.776476344721765, -122.42428110362547, 'Coffee Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Raymond Kimbell Playground', 37.78319767097322, -122.43491012880098, 'Playground'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Kabuki Springs & Spa', 37.78440721763901, -122.43257618452989, 'Spa'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Oak Gourmet', 37.77530028489153, -122.42744400937062, 'Liquor Store'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Woori Food Market', 37.78375924658761, -122.43274762260802, 'Market'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Wise Sons Bagel & Coffee', 37.77723482836679, -122.42483135365356, 'Bagel Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Le Café du Soleil', 37.77123979179069, -122.4302300414004, 'Café'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Buena Vista Tennis Courts', 37.76944505768117, -122.43913152078795, 'Tennis Court'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Birba', 37.77774961586494, -122.42415851391236, 'Wine Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Urban Ritual', 37.77559476900744, -122.42586342920178, 'Bubble Tea Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Smitten Ice Cream', 37.77627287864489, -122.4242347862329, 'Ice Cream Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, "Molotov's", 37.77197324545846, -122.43174555628809, 'Dive Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Anina', 37.77671255766366, -122.42427346398327, 'Cocktail Bar'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Cafe International', 37.772156000568806, -122.43069053724709, 'Café'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Parkside Market', 37.77438418485962, -122.44281242582275, 'Liquor Store'), ('Alamo Square', 37.77635985, -122.4346885202372, "Patricia's Green", 37.77636887601496, -122.42447901033637, 'Park'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Proxy SF', 37.77650050379861, -122.42424515538063, 'Event Space'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Linden Alley', 37.77632881728594, -122.42359399795532, 'Pedestrian Plaza'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Biergarten', 37.77601325805514, -122.42424739149521, 'Beer Garden'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Black/Jasmine', 37.777526, -122.443268, 'Coffee Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Buena Vista Park', 37.7689310221817, -122.44041210599859, 'Park'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Kinokuniya Bookstore', 37.784937664521735, -122.43167202047937, 'Bookstore'), ('Alamo Square', 37.77635985, -122.4346885202372, 'a Mano', 37.776916945347146, -122.42385625239876, 'Italian Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Naya Dessert Cafe', 37.777174, -122.424859, 'Dessert Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Matcha Café Maiko', 37.78493310804292, -122.43176763183735, 'Ice Cream Shop'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Sheba Piano Lounge', 37.783106603329, -122.43282296527993, 'Jazz Club'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Beit Rima', 37.76875439388483, -122.42904017764762, 'Middle Eastern Restaurant'), ('Alamo Square', 37.77635985, -122.4346885202372, 'Chantal Guillon Macarons & Tea', 37.776788858914664, -122.42360597285621, 'Dessert Shop')], [('Anza Vista', 37.7808364, -122.4431489, 'Workshop.', 37.777438452809925, -122.44156203405919, 'Arts & Crafts Store'), ('Anza Vista', 37.7808364, -122.4431489, 'Matching Half Cafe', 37.77735594767947, -122.44162796250136, 'Café'), ('Anza Vista', 37.7808364, -122.4431489, "Brenda's Meat & Three", 37.77826524954494, -122.43858377615564, 'Southern / Soul Food Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Opa Cafe', 37.78400071287919, -122.44149386557751, 'Café'), ('Anza Vista', 37.7808364, -122.4431489, "Trader Joe's", 37.78332526728117, -122.44773834872937, 'Grocery Store'), ('Anza Vista', 37.7808364, -122.4431489, 'Little Star Pizza', 37.77748853090511, -122.43828074763262, 'Pizza Place'), ('Anza Vista', 37.7808364, -122.4431489, 'Black/Jasmine', 37.777526, -122.443268, 'Coffee Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'jū-ni', 37.77674279707642, -122.43876965372021, 'Sushi Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, "Bob's On Baker", 37.77654188098846, -122.44177334010601, 'Donut Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'Tofino Wines', 37.782783878825974, -122.44903868903226, 'Wine Bar'), ('Anza Vista', 37.7808364, -122.4431489, 'Green Chile Kitchen', 37.77736323565456, -122.44188173193396, 'Mexican Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Boba Guys', 37.777439816414486, -122.4381907994164, 'Bubble Tea Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'The Mill', 37.7764253207762, -122.43796976647843, 'Bakery'), ('Anza Vista', 37.7808364, -122.4431489, '4505 Burgers & BBQ', 37.77612534143469, -122.43814234566274, 'BBQ Joint'), ('Anza Vista', 37.7808364, -122.4431489, 'Core40', 37.7863537313724, -122.44021100353213, 'Gym / Fitness Center'), ('Anza Vista', 37.7808364, -122.4431489, 'Kung Food', 37.77777835962947, -122.43869837765037, 'Hunan Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Tsunami', 37.77686924958205, -122.4384856113639, 'Sushi Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Entangle & Sway Pole Dance Fitness', 37.78575422724489, -122.44322433222598, 'Gym / Fitness Center'), ('Anza Vista', 37.7808364, -122.4431489, 'Bar Crudo', 37.775706638461116, -122.43801921397446, 'Seafood Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Ulta Beauty', 37.78185272216797, -122.44586181640625, 'Cosmetics Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'The Independent', 37.77557274879696, -122.43783539145652, 'Rock Club'), ('Anza Vista', 37.7808364, -122.4431489, 'Fool’s Errand', 37.77551224062072, -122.43796057402282, 'Bar'), ('Anza Vista', 37.7808364, -122.4431489, "Divisadero Farmers' Market", 37.77593488829244, -122.43836849064454, 'Farmers Market'), ('Anza Vista', 37.7808364, -122.4431489, 'El Rancho Grande', 37.777564743806714, -122.43833204090755, 'Burrito Place'), ('Anza Vista', 37.7808364, -122.4431489, '9:20 Special', 37.7852974340749, -122.44096020014926, 'Nightclub'), ('Anza Vista', 37.7808364, -122.4431489, 'BASA Collective', 37.77604301526787, -122.43848721749951, 'Marijuana Dispensary'), ('Anza Vista', 37.7808364, -122.4431489, 'B. Patisserie', 37.787945, -122.440804, 'Bakery'), ('Anza Vista', 37.7808364, -122.4431489, 'Rare Device', 37.77505169224675, -122.43776166434051, 'Gift Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'Bi-Rite Market', 37.77479553269564, -122.4377388357674, 'Market'), ('Anza Vista', 37.7808364, -122.4431489, 'Pet Food Express', 37.787405625885576, -122.4463262183984, 'Pet Store'), ('Anza Vista', 37.7808364, -122.4431489, 'Hair Caffe', 37.78574201141599, -122.43613275156453, 'Salon / Barbershop'), ('Anza Vista', 37.7808364, -122.4431489, 'Nopa', 37.774888, -122.437532, 'New American Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Jane the Bakery', 37.78379748921064, -122.43428254305587, 'Bakery'), ('Anza Vista', 37.7808364, -122.4431489, 'JCC Fitness Center', 37.787214713955066, -122.44767149908067, 'Gym'), ('Anza Vista', 37.7808364, -122.4431489, 'Souvla', 37.77457655200334, -122.4378085167028, 'Souvlaki Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'Bi-Rite Creamery', 37.77473518150432, -122.43768939710218, 'Ice Cream Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'Topo Designs', 37.775674156583534, -122.43800569884175, 'Boutique'), ('Anza Vista', 37.7808364, -122.4431489, 'The Perish Trust', 37.7763859697147, -122.43799070678621, 'Antique Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'Fly Bar', 37.77685140999568, -122.43811687747528, 'Bar'), ('Anza Vista', 37.7808364, -122.4431489, 'Alamo Square Dog Park', 37.77587824200634, -122.4357395910845, 'Dog Run'), ('Anza Vista', 37.7808364, -122.4431489, 'Che Fico', 37.77743530258914, -122.43814920428349, 'Italian Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'European Wax Center', 37.781837646612075, -122.4454493413806, 'Health & Beauty Service'), ('Anza Vista', 37.7808364, -122.4431489, 'Cheese Steak Shop', 37.78557338837787, -122.43994587574682, 'Sandwich Place'), ('Anza Vista', 37.7808364, -122.4431489, 'Horsefeather', 37.77451588050533, -122.43767808543302, 'Cocktail Bar'), ('Anza Vista', 37.7808364, -122.4431489, 'Home Service Market aka "George\'s"', 37.77406310003624, -122.44597612728597, 'Convenience Store'), ('Anza Vista', 37.7808364, -122.4431489, 'Active Care', 37.781631630294534, -122.45148075553828, 'Physical Therapist'), ('Anza Vista', 37.7808364, -122.4431489, 'Song Tea & Ceramics', 37.785920575723026, -122.43523145487265, 'Tea Room'), ('Anza Vista', 37.7808364, -122.4431489, 'Belli Capelli', 37.78569763713261, -122.43998480174007, 'Cosmetics Shop'), ('Anza Vista', 37.7808364, -122.4431489, "Tony's Cable Car Restaurant", 37.78281440366602, -122.44483643896709, 'Burger Joint'), ('Anza Vista', 37.7808364, -122.4431489, 'b. on the go', 37.788138801211716, -122.4403802693906, 'Bakery'), ('Anza Vista', 37.7808364, -122.4431489, 'Nopalito', 37.77354423993796, -122.43917940929911, 'Mexican Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Sun Stream Coffee', 37.78273478764565, -122.4490427635292, 'Bakery'), ('Anza Vista', 37.7808364, -122.4431489, 'Raymond Kimbell Playground', 37.78319767097322, -122.43491012880098, 'Playground'), ('Anza Vista', 37.7808364, -122.4431489, 'Tanner Goods', 37.77571005089847, -122.43801409565515, "Men's Store"), ('Anza Vista', 37.7808364, -122.4431489, 'Parkside Market', 37.77438418485962, -122.44281242582275, 'Liquor Store'), ('Anza Vista', 37.7808364, -122.4431489, 'Alamo Square', 37.77604493890036, -122.43436268009934, 'Park'), ('Anza Vista', 37.7808364, -122.4431489, 'RT Rotisserie', 37.773238, -122.43891599999999, 'Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Sweet Maple', 37.78582655159091, -122.43504808100744, 'Breakfast Spot'), ('Anza Vista', 37.7808364, -122.4431489, 'Loving Cup', 37.77526277282781, -122.43781274464666, 'Frozen Yogurt Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'California Tennis Club', 37.78597860900293, -122.43754684925078, 'Tennis Court'), ('Anza Vista', 37.7808364, -122.4431489, 'The Fillmore', 37.78395184946436, -122.4330327549218, 'Music Venue'), ('Anza Vista', 37.7808364, -122.4431489, 'The Progress', 37.78374466115743, -122.43297199831427, 'American Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Saffron Grill', 37.77684808492807, -122.43781643978348, 'Indian Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Falletti Foods', 37.77323820160938, -122.43899852180465, 'Grocery Store'), ('Anza Vista', 37.7808364, -122.4431489, 'The City Taqueria', 37.78671806139214, -122.43998997858637, 'Mexican Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Zaytoon', 37.77518502252733, -122.43789621411264, 'Mediterranean Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'State Bird Provisions', 37.78374261088443, -122.43287398277053, 'New American Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Sorrel', 37.78842635020657, -122.44618748888597, 'New American Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, "Eddie's Cafe", 37.776950347532555, -122.43817153664904, 'Diner'), ('Anza Vista', 37.7808364, -122.4431489, 'The Mindful Body', 37.78820074437167, -122.44176358920446, 'Yoga Studio'), ('Anza Vista', 37.7808364, -122.4431489, 'uTOEpia', 37.78566358355515, -122.44001647983818, 'Spa'), ('Anza Vista', 37.7808364, -122.4431489, 'Godzila Sushi', 37.786269023681065, -122.44004734708645, 'Sushi Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'move-sf', 37.78779033507169, -122.4415434661955, 'Gym'), ('Anza Vista', 37.7808364, -122.4431489, 'The Panhandle', 37.77237695730286, -122.44657516479494, 'Park'), ('Anza Vista', 37.7808364, -122.4431489, 'Boba Guys', 37.78365698301195, -122.43266214946281, 'Bubble Tea Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'Tataki', 37.78802706011671, -122.44097917503802, 'Sushi Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'San Francisco Athletic Club', 37.786061997072686, -122.44003355249838, 'Sports Bar'), ('Anza Vista', 37.7808364, -122.4431489, 'Jannah', 37.77588496769641, -122.44598112171919, 'Middle Eastern Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, "I Forgot It's Wednesday", 37.78796268066702, -122.4412751197815, 'American Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Soothe', 37.773662, -122.447404, 'Massage Studio'), ('Anza Vista', 37.7808364, -122.4431489, "Bryan's Market", 37.7865165121848, -122.45093717321893, 'Gourmet Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'Hina Yakitori', 37.776998, -122.438339, 'Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Che Fico Alimentari', 37.777446999999995, -122.43798600000001, 'Food & Drink Shop'), ('Anza Vista', 37.7808364, -122.4431489, "Garibaldi's", 37.788386561967066, -122.44712996863429, 'American Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'fifty/fifty', 37.78164126755753, -122.4531571619713, 'Coffee Shop'), ('Anza Vista', 37.7808364, -122.4431489, 'Woori Food Market', 37.78375924658761, -122.43274762260802, 'Market'), ('Anza Vista', 37.7808364, -122.4431489, 'Hamilton Park', 37.78439718583875, -122.43682341191241, 'Park'), ('Anza Vista', 37.7808364, -122.4431489, 'Anza Vista', 37.77972063024766, -122.44206540753626, 'Neighborhood'), ('Anza Vista', 37.7808364, -122.4431489, 'Madrone Art Bar', 37.77402499617328, -122.4374303917682, 'Nightclub'), ('Anza Vista', 37.7808364, -122.4431489, 'March', 37.788423, -122.443473, 'Furniture / Home Store'), ('Anza Vista', 37.7808364, -122.4431489, 'Secret Agent Salon', 37.787996099304976, -122.44116093725023, 'Salon / Barbershop'), ('Anza Vista', 37.7808364, -122.4431489, 'Amitis Cafe', 37.77395805932014, -122.44598862266956, 'Café'), ('Anza Vista', 37.7808364, -122.4431489, 'Bend Yoga Studio', 37.77366623035894, -122.44833084917461, 'Yoga Studio'), ('Anza Vista', 37.7808364, -122.4431489, 'CorePower Yoga', 37.7753239, -122.4381643, 'Yoga Studio'), ('Anza Vista', 37.7808364, -122.4431489, 'Karma Cafe', 37.7736123729374, -122.44778207587524, 'Café'), ('Anza Vista', 37.7808364, -122.4431489, 'Subway', 37.7819627, -122.44594, 'Sandwich Place'), ('Anza Vista', 37.7808364, -122.4431489, 'Kaiser Permanente Optometry/Opthalmology', 37.78433519804709, -122.43995195831215, 'Eye Doctor'), ('Anza Vista', 37.7808364, -122.4431489, 'Books Inc', 37.78632567063055, -122.45181233663317, 'Bookstore'), ('Anza Vista', 37.7808364, -122.4431489, 'Namu Stonepot', 37.774762514978846, -122.43778011298002, 'Korean Restaurant'), ('Anza Vista', 37.7808364, -122.4431489, 'Bar 821', 37.777142197665285, -122.43831208585364, 'Bar')], [('Ashbury Heights', 33.767601, -84.274163, 'Avondale Pizza Cafe', 33.774662493532496, -84.27416283346582, 'Pizza Place'), ('Ashbury Heights', 33.767601, -84.274163, 'Avondale Lake & Bess Walking Park', 33.768739310752174, -84.2661175490801, 'Park'), ('Ashbury Heights', 33.767601, -84.274163, "My Parents' Basement", 33.775612160573615, -84.27233430365594, 'Beer Bar'), ('Ashbury Heights', 33.767601, -84.274163, 'The Beer Growler', 33.77577999664215, -84.27143107154089, 'Beer Store'), ('Ashbury Heights', 33.767601, -84.274163, "Skip's Chicago Dogs", 33.775901701190655, -84.271014147748, 'Hot Dog Joint'), ('Ashbury Heights', 33.767601, -84.274163, 'Banjo Cold Brew Coffee', 33.775809683731424, -84.27127368843583, 'Coffee Shop'), ('Ashbury Heights', 33.767601, -84.274163, 'Subway', 33.77463159811654, -84.2736478111766, 'Sandwich Place'), ('Ashbury Heights', 33.767601, -84.274163, 'Waffle House Museum', 33.7746281296978, -84.2784568595722, 'Breakfast Spot'), ('Ashbury Heights', 33.767601, -84.274163, 'Waffle House', 33.775215, -84.273744, 'Breakfast Spot'), ('Ashbury Heights', 33.767601, -84.274163, 'Vietvana', 33.774561, -84.273815, 'Vietnamese Restaurant'), ('Ashbury Heights', 33.767601, -84.274163, 'Shell', 33.774741, -84.276051, 'Gas Station'), ('Ashbury Heights', 33.767601, -84.274163, 'Avondale Playground', 33.77011616802409, -84.26948055391962, 'Playground'), ('Ashbury Heights', 33.767601, -84.274163, 'The Salvation Army', 33.77478371269622, -84.2733218425898, 'Thrift / Vintage Store'), ('Ashbury Heights', 33.767601, -84.274163, 'Twin Oaks', 33.774761, -84.27402, 'Shopping Plaza'), ('Ashbury Heights', 33.767601, -84.274163, 'Finders Keepers Furnishings', 33.774823, -84.273751, 'Furniture / Home Store'), ('Ashbury Heights', 33.767601, -84.274163, 'Stitch & Sew Alterations', 33.775071, -84.2770255, 'Clothing Store'), ('Ashbury Heights', 33.767601, -84.274163, 'Atlanta gymnastics center', 33.769568093674714, -84.2838687747912, 'Gymnastics Gym'), ('Ashbury Heights', 33.767601, -84.274163, 'Roost', 33.775744, -84.271789, 'Furniture / Home Store'), ('Ashbury Heights', 33.767601, -84.274163, 'Pinnacle Fitness Bootcamp', 33.772073144953964, -84.28292327292651, 'Gym / Fitness Center'), ('Ashbury Heights', 33.767601, -84.274163, 'Jabula', 33.7759080043035, -84.27162989781834, 'Pet Store'), ('Ashbury Heights', 33.767601, -84.274163, 'Little Tree Studios', 33.7763133215223, -84.27353331435991, 'Art Gallery'), ('Ashbury Heights', 33.767601, -84.274163, "Skip's", 33.775945, -84.270807, 'American Restaurant'), ('Ashbury Heights', 33.767601, -84.274163, "Meade's Discount Doors & More", 33.77558, -84.278685, 'Furniture / Home Store')], [('Balboa Park', 37.7214274, -122.4475473, "AJ's Barbeque Cafe", 37.72075697456199, -122.44628016262067, 'BBQ Joint'), ('Balboa Park', 37.7214274, -122.4475473, "Beep's Burgers", 37.723396058466584, -122.45399772151599, 'Burger Joint'), ('Balboa Park', 37.7214274, -122.4475473, 'Balboa Pool', 37.72646494439481, -122.4429695580515, 'Pool'), ('Balboa Park', 37.7214274, -122.4475473, 'Whole Foods Market', 37.72375891444195, -122.45489360939011, 'Grocery Store'), ('Balboa Park', 37.7214274, -122.4475473, 'Philz Coffee', 37.723593573700676, -122.45369160405198, 'Coffee Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'Pineapples', 37.72321867324149, -122.44312775743765, 'Dessert Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'Roxie Food Center', 37.72686650712238, -122.44139822741515, 'Sandwich Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Balboa Park', 37.725014469227524, -122.44387903273102, 'Park'), ('Balboa Park', 37.7214274, -122.4475473, 'Ocean Ale House', 37.72412757442616, -122.45683587457252, 'Gastropub'), ('Balboa Park', 37.7214274, -122.4475473, 'Taquerias El Farolito', 37.72122961664814, -122.43739536867459, 'Mexican Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'The Dark Horse Inn', 37.716127089376435, -122.44037320223659, 'Bar'), ('Balboa Park', 37.7214274, -122.4475473, 'Pakwan Restaurant', 37.72348113608998, -122.45388596926179, 'Pakistani Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, "Little Joe's Pizza", 37.718478, -122.439856, 'Pizza Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Tao Sushi', 37.721036775089686, -122.4376651904847, 'Japanese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, "Bravo's Pizza", 37.71658983673383, -122.44097410476532, 'Pizza Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Super Cue Cafe', 37.72417474352386, -122.45702888087783, 'Bubble Tea Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'Ty Sandwich', 37.721143127768364, -122.43744470421146, 'Sandwich Place'), ('Balboa Park', 37.7214274, -122.4475473, "Henry's Hunan Restaurant", 37.72218603642267, -122.43659651808754, 'Hunan Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Go Go 7', 37.724409, -122.457453, 'Korean Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'City College: Community Health & Wellness Center', 37.72399620613363, -122.44944512844086, 'College Gym'), ('Balboa Park', 37.7214274, -122.4475473, 'Taqueria Guadalajara', 37.7212324569519, -122.43763599260711, 'Mexican Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Cayuga Playground', 37.713969119742856, -122.44999978595052, 'Park'), ('Balboa Park', 37.7214274, -122.4475473, 'Pokihub', 37.72343254029862, -122.45384425676087, 'Poke Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Billiard Palacade', 37.71586614897321, -122.4413574429446, 'Pool Hall'), ('Balboa Park', 37.7214274, -122.4475473, 'Phillies', 37.716078588320805, -122.44066398234146, 'American Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Sakesan Sushi | Robata', 37.72429029372163, -122.45745367145554, 'Japanese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Super Star Restaurant', 37.719681231383234, -122.43859760247562, 'Filipino Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Taqueria La Iguana Azul', 37.716186810712294, -122.44068604743217, 'Burrito Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Hawaiian Drive Inn #28', 37.72114068878443, -122.43738942911332, 'Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Batter Up', 37.71671533422043, -122.44115274835315, 'Hot Dog Joint'), ('Balboa Park', 37.7214274, -122.4475473, 'City College: Cafeteria', 37.724135984274916, -122.45095085528719, 'Breakfast Spot'), ('Balboa Park', 37.7214274, -122.4475473, "Mike's Liquors", 37.717189000000005, -122.440854, 'Liquor Store'), ('Balboa Park', 37.7214274, -122.4475473, 'Poke Bowl', 37.723753778970234, -122.45586155778452, 'Poke Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Tortas Boos Voni', 37.716075, -122.441616, 'Mexican Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'El Pollo Supremo', 37.71555319526822, -122.44192793652627, 'Latin American Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Calabria Bros.', 37.72210870599513, -122.43664785702681, 'Deli / Bodega'), ('Balboa Park', 37.7214274, -122.4475473, 'Cumaica Coffee', 37.72271136557413, -122.43647683367415, 'Coffee Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'Pupuseria Metapán', 37.721872, -122.436578, 'Latin American Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Little Caesars Pizza', 37.71606164247851, -122.44009099492952, 'Pizza Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Mission Noodle House', 37.720971806055864, -122.43769813244099, 'Vietnamese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Beijing Restaurant 北京小馆', 37.723599683798, -122.43719187724251, 'Chinese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Maneelap Srimongkoun', 37.71866004457294, -122.43941132605019, 'Thai Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Crazy Pepper', 37.720831764837044, -122.44666285118367, 'Asian Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, "Randy's Place", 37.72346038992377, -122.45414926406804, 'Dive Bar'), ('Balboa Park', 37.7214274, -122.4475473, 'Wells Fargo Bank', 37.723349133682866, -122.45491951704025, 'Bank'), ('Balboa Park', 37.7214274, -122.4475473, "Reina's Restaurant", 37.712964536734695, -122.44440749235383, 'Latin American Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Phở Nice', 37.71676901776355, -122.44129246442233, 'Vietnamese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Walgreens', 37.716023030659194, -122.43977040052414, 'Pharmacy'), ('Balboa Park', 37.7214274, -122.4475473, '21 Taste House', 37.72348329809827, -122.45433644828445, 'Asian Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Lucky Ocean Cafe', 37.72427850937056, -122.45817215659676, 'Vietnamese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'North Beach Pizza', 37.72173642017173, -122.43694469589984, 'Pizza Place'), ('Balboa Park', 37.7214274, -122.4475473, 'SUBWAY', 37.72100314407627, -122.43761924239853, 'Sandwich Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Taqueria El Jalapeño', 37.72425050639076, -122.45715022988013, 'Mexican Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Taqueria Reinas', 37.71456986845447, -122.44288457974486, 'Mexican Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Quan Pho Viet', 37.723212, -122.453591, 'Vietnamese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Shell', 37.71774552064132, -122.4427950296315, 'Gas Station'), ('Balboa Park', 37.7214274, -122.4475473, 'Balboa Park BART Station', 37.72252038428204, -122.44769417835742, 'Metro Station'), ('Balboa Park', 37.7214274, -122.4475473, 'Burger King', 37.72171166, -122.4372806, 'Fast Food Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'The Mayflower Restaurant', 37.724330094513626, -122.45788476438938, 'Diner'), ('Balboa Park', 37.7214274, -122.4475473, 'Quickly 快可立', 37.71445917312199, -122.44287872777223, 'Bubble Tea Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'The Pierre Coste Dining Room', 37.72343542738514, -122.45076278159979, 'New American Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Balboa Park Sundberg Field', 37.72472157279019, -122.44581426889306, 'Baseball Field'), ('Balboa Park', 37.7214274, -122.4475473, 'Viking Giant Subs', 37.724097415779404, -122.45658228339505, 'Sandwich Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Sno-Crave Tea House', 37.72362168150489, -122.45490554163482, 'Bubble Tea Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'The Lunchbox', 37.72568375429938, -122.44973992384415, 'American Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'eBay Shuttle', 37.71726056379488, -122.4484682489173, 'Moving Target'), ('Balboa Park', 37.7214274, -122.4475473, 'Claddagh Coffee', 37.716095463034954, -122.4401307802405, 'Coffee Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'Popeyes Louisiana Kitchen', 37.7165674, -122.4413323, 'Fried Chicken Joint'), ('Balboa Park', 37.7214274, -122.4475473, "Sam's Market", 37.71638, -122.45048799999999, 'Grocery Store'), ('Balboa Park', 37.7214274, -122.4475473, 'La Parilla', 37.72331619262695, -122.4547119140625, 'Mexican Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Geneva Steak House', 37.7164921, -122.4414375, 'Steakhouse'), ('Balboa Park', 37.7214274, -122.4475473, 'MUNI Bus Stop - Geneva & Mission', 37.716806574622616, -122.44097585048665, 'Bus Station'), ('Balboa Park', 37.7214274, -122.4475473, 'Ying Hui Chinese Restaurant', 37.716738, -122.440483, 'Chinese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, '8X,43,54 SF MUNI BUSTOP - Mission & Geneva', 37.71640618930799, -122.44084893402389, 'Bus Station'), ('Balboa Park', 37.7214274, -122.4475473, 'Las Casuelas', 37.71646499633789, -122.44065856933594, 'Mexican Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, '8X,8BX,43,54,91 MUNI BUSTOP', 37.716211, -122.440799, 'Bus Station'), ('Balboa Park', 37.7214274, -122.4475473, 'Guzman Produce', 37.7150519773246, -122.44218600795732, 'Grocery Store'), ('Balboa Park', 37.7214274, -122.4475473, "Kim's Pro Nails", 37.71478971642286, -122.4424959701153, 'Cosmetics Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'Carpet Cleaning San Francisco Bay Area', 37.728237, -122.442571, 'Furniture / Home Store'), ('Balboa Park', 37.7214274, -122.4475473, 'Mission Asia Noodle', 37.714605, -122.442363, 'Chinese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Super Smoke', 37.714166999999996, -122.44278200000001, 'Smoke Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'Venice Pizza', 37.71508091501629, -122.44088211076156, 'Pizza Place'), ('Balboa Park', 37.7214274, -122.4475473, 'Nameless Tea & Coffee', 37.716046999999996, -122.43959, 'Bubble Tea Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'Balboa Ice Cream', 37.728171, -122.440716, 'Ice Cream Shop'), ('Balboa Park', 37.7214274, -122.4475473, 'MUNI Bus Stop - Geneva & Paris', 37.715387, -122.4395, 'Bus Station'), ('Balboa Park', 37.7214274, -122.4475473, 'Mission Cafe & Deli', 37.713072, -122.443977, 'Chinese Restaurant'), ('Balboa Park', 37.7214274, -122.4475473, 'Indulgence Tea Bar', 37.724394, -122.458138, 'Bubble Tea Shop')], [('Balboa Terrace', 32.809471, -117.208557, 'World Gym', 32.80639569724198, -117.21638172627364, 'Gym'), ('Balboa Terrace', 32.809471, -117.208557, 'Isa.Bella Pizza and Craft Beer', 32.8135229857464, -117.2167777253767, 'Pizza Place'), ('Balboa Terrace', 32.809471, -117.208557, 'In-N-Out Burger', 32.80887121745601, -117.21892184080954, 'Fast Food Restaurant'), ('Balboa Terrace', 32.809471, -117.208557, 'Sushi Ota', 32.80348679978408, -117.2164475722365, 'Sushi Restaurant'), ('Balboa Terrace', 32.809471, -117.208557, 'Harvest International Market #2', 32.812587142183325, -117.20013506489128, 'Market'), ('Balboa Terrace', 32.809471, -117.208557, 'Lanna Thai Cuisine', 32.8033556, -117.2163467, 'Thai Restaurant'), ('Balboa Terrace', 32.809471, -117.208557, 'Tango del Rey', 32.80377748121239, -117.21419341196835, 'Nightclub'), ('Balboa Terrace', 32.809471, -117.208557, 'Starbucks', 32.81143145397245, -117.2005658858816, 'Coffee Shop'), ('Balboa Terrace', 32.809471, -117.208557, 'Mandarin Wok Restaurant', 32.81128086130041, -117.19989714299356, 'Chinese Restaurant'), ('Balboa Terrace', 32.809471, -117.208557, 'North Park Produce', 32.812273121011245, -117.19994552187956, 'Market'), ('Balboa Terrace', 32.809471, -117.208557, 'Rose Canyon Beauty & Spa', 32.811342464446604, -117.20005348680264, 'Nail Salon'), ('Balboa Terrace', 32.809471, -117.208557, 'Del Taco', 32.811336543112496, -117.20133523586316, 'Fast Food Restaurant'), ('Balboa Terrace', 32.809471, -117.208557, 'La Quinta Inn & Suites San Diego Mission Bay', 32.80725098, -117.21810633, 'Hotel'), ('Balboa Terrace', 32.809471, -117.208557, 'Goodwill', 32.81256461970391, -117.20039145472647, 'Thrift / Vintage Store'), ('Balboa Terrace', 32.809471, -117.208557, 'Clairemont Sportscards', 32.81296920776367, -117.20065307617188, 'Hobby Shop'), ('Balboa Terrace', 32.809471, -117.208557, 'Clairemont High School Football Stadium', 32.80791, -117.20534, 'Football Stadium'), ('Balboa Terrace', 32.809471, -117.208557, 'Clairemont High School Drama Department', 32.808658599853516, -117.20491790771484, 'Theater'), ('Balboa Terrace', 32.809471, -117.208557, 'The Salvation Army Family Thrift Store & Donation Center', 32.81207, -117.202675, 'Thrift / Vintage Store'), ('Balboa Terrace', 32.809471, -117.208557, 'SD iRepairs', 32.80746837312934, -117.2013369407537, 'Electronics Store'), ('Balboa Terrace', 32.809471, -117.208557, 'Hale Ukulele', 32.806989, -117.201462, 'Music Store'), ('Balboa Terrace', 32.809471, -117.208557, "Palomino's", 32.811289, -117.20055900000001, 'Mexican Restaurant'), ('Balboa Terrace', 32.809471, -117.208557, '619 Muscle', 32.806215679186145, -117.21635937851488, 'Gym / Fitness Center'), ('Balboa Terrace', 32.809471, -117.208557, 'Postal Connections', 32.811289, -117.19980099999998, 'Shipping Store'), ('Balboa Terrace', 32.809471, -117.208557, 'South Clairemont Rec Center', 32.80619644581522, -117.20028601762108, 'Playground'), ('Balboa Terrace', 32.809471, -117.208557, 'Chef Jun', 32.81385040283203, -117.21681213378906, 'Japanese Restaurant'), ('Balboa Terrace', 32.809471, -117.208557, 'Medical Marijuana', 32.80319595336914, -117.21495819091797, 'Marijuana Dispensary'), ('Balboa Terrace', 32.809471, -117.208557, 'Bay Ho Liquor & Deli', 32.8139565960274, -117.21683683289866, 'Liquor Store'), ('Balboa Terrace', 32.809471, -117.208557, 'Clairemont Pool', 32.80518579488806, -117.19970497207545, 'Pool'), ('Balboa Terrace', 32.809471, -117.208557, 'South Clairemont Community Park', 32.80570866202551, -117.19918727874756, 'Park'), ('Balboa Terrace', 32.809471, -117.208557, 'Cali Bánh Mì', 32.806437, -117.218442, 'Vietnamese Restaurant')], [('Bayview', 43.7667987, -79.3873787, 'LCBO', 43.76972069599742, -79.38461646962298, 'Liquor Store'), ('Bayview', 43.7667987, -79.3873787, 'Loblaws', 43.76850473301968, -79.3874614053386, 'Supermarket'), ('Bayview', 43.7667987, -79.3873787, 'Tabüle', 43.766556, -79.38795, 'Mediterranean Restaurant'), ('Bayview', 43.7667987, -79.3873787, 'Bayview Village', 43.768526899497374, -79.38549394188291, 'Shopping Mall'), ('Bayview', 43.7667987, -79.3873787, 'Rain Spa & Salon', 43.76586691683565, -79.39241108755428, 'Spa'), ('Bayview', 43.7667987, -79.3873787, 'Mastermind Toys', 43.769061524134514, -79.38658358723343, 'Toy / Game Store'), ('Bayview', 43.7667987, -79.3873787, 'GAP', 43.769131815140064, -79.38417403386923, 'Clothing Store'), ('Bayview', 43.7667987, -79.3873787, "Pusateri's Fine Foods", 43.768679450123244, -79.38413261440179, 'Gourmet Shop'), ('Bayview', 43.7667987, -79.3873787, 'Shoppers Drug Mart', 43.768819, -79.385788, 'Pharmacy'), ('Bayview', 43.7667987, -79.3873787, 'Aroma Espresso Bar', 43.76855041240926, -79.38650185841739, 'Café'), ('Bayview', 43.7667987, -79.3873787, 'Il Fornello', 43.7685226095604, -79.38623590459132, 'Italian Restaurant'), ('Bayview', 43.7667987, -79.3873787, 'Bayview Village Park', 43.772466098209264, -79.38878181379292, 'Park'), ('Bayview', 43.7667987, -79.3873787, 'RBC Royal Bank', 43.76769517008107, -79.38227852004049, 'Bank'), ('Bayview', 43.7667987, -79.3873787, 'Pearl', 43.76840377388609, -79.38625631344964, 'Chinese Restaurant'), ('Bayview', 43.7667987, -79.3873787, 'South St. Burger', 43.76873662189499, -79.38641297637251, 'Burger Joint'), ('Bayview', 43.7667987, -79.3873787, 'Oliver & Bonacini Café Grill, Bayview Village', 43.768333565467145, -79.38629632559017, 'Restaurant'), ('Bayview', 43.7667987, -79.3873787, 'Starbucks', 43.769148, -79.386238, 'Coffee Shop'), ('Bayview', 43.7667987, -79.3873787, 'Banana Republic', 43.76919557455327, -79.38508595927273, 'Clothing Store'), ('Bayview', 43.7667987, -79.3873787, 'TD Canada Trust', 43.7648534, -79.3966379, 'Bank'), ('Bayview', 43.7667987, -79.3873787, 'North York YMCA', 43.76581385139818, -79.38661740285424, 'Gym'), ('Bayview', 43.7667987, -79.3873787, 'Rexall', 43.764587, -79.398069, 'Pharmacy'), ('Bayview', 43.7667987, -79.3873787, 'Subway', 43.76451629057351, -79.39598012986914, 'Sandwich Place'), ('Bayview', 43.7667987, -79.3873787, 'Goa Kitchen', 43.768444, -79.38664, 'Indian Restaurant'), ('Bayview', 43.7667987, -79.3873787, "Wimpy's Diner", 43.76397143768718, -79.39886788029243, 'Diner'), ('Bayview', 43.7667987, -79.3873787, 'Bread & Roses', 43.76840696542905, -79.38513089982129, 'Café'), ('Bayview', 43.7667987, -79.3873787, 'The Village Spa', 43.76845964626636, -79.38506126403809, 'Spa'), ('Bayview', 43.7667987, -79.3873787, "Timothy's World Coffee", 43.76930460884025, -79.38655325779926, 'Café'), ('Bayview', 43.7667987, -79.3873787, 'Pizza Pizza', 43.766136, -79.394448, 'Pizza Place'), ('Bayview', 43.7667987, -79.3873787, 'Tim Hortons', 43.7661259, -79.3884295, 'Coffee Shop'), ('Bayview', 43.7667987, -79.3873787, 'Bakery Garden', 43.76861503954629, -79.3863210371141, 'Bakery'), ('Bayview', 43.7667987, -79.3873787, 'Thai Express', 43.768338411435806, -79.38638195368462, 'Thai Restaurant'), ('Bayview', 43.7667987, -79.3873787, 'Shell', 43.76973986, -79.37631764, 'Gas Station'), ('Bayview', 43.7667987, -79.3873787, 'Lettieri', 43.76901544989478, -79.38416197611689, 'Coffee Shop'), ('Bayview', 43.7667987, -79.3873787, 'Sporting Life', 43.7691548707388, -79.38481765943013, 'Sporting Goods Shop'), ('Bayview', 43.7667987, -79.3873787, 'Talbots', 43.76937514629872, -79.3851695468515, "Women's Store"), ('Bayview', 43.7667987, -79.3873787, 'Hwy 401 at Bayview', 43.76321420048986, -79.38710510730743, 'Intersection'), ('Bayview', 43.7667987, -79.3873787, 'Popeyes Louisiana Kitchen', 43.764567151540966, -79.39631816825266, 'Fried Chicken Joint'), ('Bayview', 43.7667987, -79.3873787, 'Granite Club', 43.77344424806154, -79.38963400232934, 'Golf Course'), ('Bayview', 43.7667987, -79.3873787, 'Sheppard East Park', 43.763419425773534, -79.39598943178004, 'Park'), ('Bayview', 43.7667987, -79.3873787, 'Bessarion Subway Station', 43.769261840475664, -79.37613043750773, 'Metro Station'), ('Bayview', 43.7667987, -79.3873787, 'Splendid Nails', 43.763941836310444, -79.39871069749577, 'Spa'), ('Bayview', 43.7667987, -79.3873787, "Domino's Pizza", 43.76395083041962, -79.39877992643073, 'Pizza Place'), ('Bayview', 43.7667987, -79.3873787, 'Pet Valu', 43.769561847733755, -79.37562452768624, 'Pet Store'), ('Bayview', 43.7667987, -79.3873787, 'Siloam Sushi House', 43.76394545090595, -79.39914499309556, 'Sushi Restaurant')], [('Belden Place', 37.791744, -122.4038861, 'Pushkin', 37.79094301071348, -122.40387738626474, 'Russian Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Blue Bottle Coffee', 37.792771, -122.404833, 'Coffee Shop'), ('Belden Place', 37.791744, -122.4038861, 'Sababa', 37.791185, -122.404219, 'Mediterranean Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Akiko’s Restaurant & Sushi Bar', 37.790623, -122.404657, 'Sushi Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Señor Sisig', 37.79202743496446, -122.40146627957604, 'Food Truck'), ('Belden Place', 37.791744, -122.4038861, 'The Vault', 37.792074, -122.403972, 'Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Blue Bottle Coffee', 37.789744, -122.403652, 'Coffee Shop'), ('Belden Place', 37.791744, -122.4038861, 'Equinox Pine Street', 37.79203563226458, -122.40128885292381, 'Gym'), ('Belden Place', 37.791744, -122.4038861, 'Benefit Cosmetics', 37.78989794711177, -122.40493386983871, 'Cosmetics Shop'), ('Belden Place', 37.791744, -122.4038861, "Old Saint Mary's Cathedral (Old Cathedral of Saint Mary)", 37.79277194244935, -122.40590981024013, 'Church'), ('Belden Place', 37.791744, -122.4038861, 'The Archive', 37.789494095008216, -122.40576567208811, "Men's Store"), ('Belden Place', 37.791744, -122.4038861, 'Blue Bottle Coffee', 37.79132021905332, -122.40098297595978, 'Coffee Shop'), ('Belden Place', 37.791744, -122.4038861, 'Mendocino Farms', 37.792686636906865, -122.40210344384357, 'Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'The Occidental Cigar Club', 37.79179551117991, -122.40378011785673, 'Whisky Bar'), ('Belden Place', 37.791744, -122.4038861, 'Sushirrito', 37.790227277138705, -122.40389696995778, 'Sushi Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Wayfare Tavern', 37.793903, -122.402272, 'New American Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Bay Club - Financial District', 37.79244257035223, -122.40399942893842, 'Gym'), ('Belden Place', 37.791744, -122.4038861, 'Crocker Galleria Roof Terrace', 37.78914610393464, -122.40244687451936, 'Roof Deck'), ('Belden Place', 37.791744, -122.4038861, 'Omni San Francisco Hotel', 37.793119745957455, -122.4031025916338, 'Hotel'), ('Belden Place', 37.791744, -122.4038861, 'Wingtip', 37.79446296800666, -122.40280893399066, "Men's Store"), ('Belden Place', 37.791744, -122.4038861, 'Mixt', 37.790332008562416, -122.40392802552624, 'Salad Place'), ('Belden Place', 37.791744, -122.4038861, "Muracci's Japanese Curry & Grill", 37.791, -122.404282, 'Japanese Curry Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'The Ritz-Carlton, San Francisco', 37.791812, -122.407101, 'Hotel'), ('Belden Place', 37.791744, -122.4038861, 'Hinodeya', 37.794655999999996, -122.404544, 'Ramen Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Maison Margiela', 37.78826107452542, -122.40576506157396, 'Boutique'), ('Belden Place', 37.791744, -122.4038861, "Mister Jiu's", 37.79379008659567, -122.40661544924471, 'Chinese Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Eastern Bakery', 37.793775834734205, -122.40617835941858, 'Bakery'), ('Belden Place', 37.791744, -122.4038861, 'Home', 37.791312, -122.405899, 'Coffee Shop'), ('Belden Place', 37.791744, -122.4038861, 'Kusakabe', 37.795498406823384, -122.4029523282336, 'Sushi Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Bouche', 37.79028831910032, -122.40735094045411, 'French Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Asha Tea House', 37.788175, -122.403615, 'Tea Room'), ('Belden Place', 37.791744, -122.4038861, 'Christian Louboutin', 37.788098668881844, -122.40400043517403, 'Boutique'), ('Belden Place', 37.791744, -122.4038861, 'Homegrown', 37.793617, -122.4, 'Sandwich Place'), ('Belden Place', 37.791744, -122.4038861, 'lululemon athletica', 37.79017138154807, -122.40578681230545, 'Clothing Store'), ('Belden Place', 37.791744, -122.4038861, 'R&G Lounge 嶺南小館', 37.79407153466883, -122.40472405865627, 'Cantonese Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Maiden Lane', 37.788330727453264, -122.40442857114768, 'Plaza'), ('Belden Place', 37.791744, -122.4038861, 'Chinatown Gate', 37.7906869057099, -122.40562952774377, 'Monument / Landmark'), ('Belden Place', 37.791744, -122.4038861, 'Verjus', 37.79557864506594, -122.40267528379337, 'Wine Bar'), ('Belden Place', 37.791744, -122.4038861, 'Flatiron Wine and Spirits', 37.78803899005183, -122.40146577358246, 'Wine Shop'), ('Belden Place', 37.791744, -122.4038861, 'Saint Laurent', 37.78777380886315, -122.40541234778567, 'Boutique'), ('Belden Place', 37.791744, -122.4038861, 'Cartier', 37.7884747, -122.4054115, 'Jewelry Store'), ('Belden Place', 37.791744, -122.4038861, 'Alexander Book Company', 37.78867102787043, -122.40062557442468, 'Bookstore'), ('Belden Place', 37.791744, -122.4038861, 'Philz Coffee', 37.791650951714146, -122.39915654603492, 'Coffee Shop'), ('Belden Place', 37.791744, -122.4038861, 'Shinola', 37.796091703447885, -122.4029125462635, "Men's Store"), ('Belden Place', 37.791744, -122.4038861, "Tailors' Keep", 37.795570487240866, -122.4036290862348, "Men's Store"), ('Belden Place', 37.791744, -122.4038861, 'Suit Supply', 37.78799659163956, -122.40611704389407, "Men's Store"), ('Belden Place', 37.791744, -122.4038861, 'Tiffany & Co.', 37.7885979, -122.4077075, 'Jewelry Store'), ('Belden Place', 37.791744, -122.4038861, 'Apple Union Square', 37.788689736326674, -122.4071735143661, 'Electronics Store'), ('Belden Place', 37.791744, -122.4038861, 'Williams-Sonoma', 37.78837660319474, -122.40744602791888, 'Kitchen Supply Store'), ('Belden Place', 37.791744, -122.4038861, 'Transamerica Redwood Park', 37.79524987133324, -122.40231335163116, 'Park'), ('Belden Place', 37.791744, -122.4038861, 'Tunnel Top', 37.790278000572236, -122.4072361885583, 'Bar'), ('Belden Place', 37.791744, -122.4038861, 'CHANEL Boutique', 37.78790143329766, -122.40602022357814, 'Boutique'), ('Belden Place', 37.791744, -122.4038861, 'Embarcadero Center Cinema', 37.79487082560101, -122.39964765424062, 'Indie Movie Theater'), ('Belden Place', 37.791744, -122.4038861, 'Wingtip Club', 37.794432602975164, -122.40282190334935, 'Cocktail Bar'), ('Belden Place', 37.791744, -122.4038861, 'William Stout Architectural Books', 37.79659805209962, -122.4034649105084, 'Bookstore'), ('Belden Place', 37.791744, -122.4038861, 'Golden Star Vietnamese Restaurant', 37.79452637823364, -122.40560257441966, 'Vietnamese Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Cask', 37.7871136216059, -122.40309154163766, 'Liquor Store'), ('Belden Place', 37.791744, -122.4038861, 'Trestle', 37.796305816613604, -122.40453417551656, 'New American Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Yi Fang Taiwan Fruit Tea', 37.795038, -122.407614, 'Bubble Tea Shop'), ('Belden Place', 37.791744, -122.4038861, 'Allbirds', 37.79617084883362, -122.40291978128678, 'Shoe Store'), ('Belden Place', 37.791744, -122.4038861, 'Wheel House', 37.79448116053331, -122.39996995222829, 'Gym'), ('Belden Place', 37.791744, -122.4038861, 'Hall & Szeto Optometry', 37.79425414521063, -122.3997284611198, 'Optical Shop'), ('Belden Place', 37.791744, -122.4038861, 'SEE', 37.788329388934635, -122.40222483873367, 'Optical Shop'), ('Belden Place', 37.791744, -122.4038861, 'Grand Hyatt San Francisco', 37.7890701185626, -122.40716779993376, 'Hotel'), ('Belden Place', 37.791744, -122.4038861, 'Cafe Me', 37.7960627267963, -122.40182147391126, 'Café'), ('Belden Place', 37.791744, -122.4038861, 'SoulCycle SoMa', 37.790339922353766, -122.39777063883031, 'Cycle Studio'), ('Belden Place', 37.791744, -122.4038861, 'Jackson Square', 37.79676573123542, -122.4022075022127, 'Neighborhood'), ('Belden Place', 37.791744, -122.4038861, 'Union Square', 37.78793300477387, -122.40750074386597, 'Pedestrian Plaza'), ('Belden Place', 37.791744, -122.4038861, 'Palace Hotel', 37.78803041604944, -122.40186020213218, 'Hotel'), ('Belden Place', 37.791744, -122.4038861, 'Pure Organic Spa', 37.78928634075461, -122.40919054070815, 'Spa'), ('Belden Place', 37.791744, -122.4038861, 'The Fairmont San Francisco', 37.79236732627899, -122.41046086117939, 'Hotel'), ('Belden Place', 37.791744, -122.4038861, 'The Bird', 37.787279, -122.400036, 'Fried Chicken Joint'), ('Belden Place', 37.791744, -122.4038861, 'Cotogna', 37.797345664268256, -122.40362430843288, 'Italian Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Bix', 37.79676889447939, -122.4029572795956, 'New American Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Burberry', 37.78852005825455, -122.40558757463077, 'Clothing Store'), ('Belden Place', 37.791744, -122.4038861, 'The Coffee Movement', 37.79468690077009, -122.41029876599761, 'Coffee Shop'), ('Belden Place', 37.791744, -122.4038861, 'Museum of the African Diaspora', 37.78658972397816, -122.40167971638029, 'Museum'), ('Belden Place', 37.791744, -122.4038861, 'PABU', 37.79295, -122.3981, 'Japanese Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'The St. Regis San Francisco', 37.7861299, -122.4014681, 'Hotel'), ('Belden Place', 37.791744, -122.4038861, 'Truck Stop', 37.79027712468618, -122.39728695129529, 'Street Food Gathering'), ('Belden Place', 37.791744, -122.4038861, 'Chong Qing Xiao Mian', 37.7964178, -122.4053695, 'Szechuan Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Maritime Wine Tasting Studio', 37.7972919256034, -122.40565180869211, 'Wine Bar'), ('Belden Place', 37.791744, -122.4038861, 'Comstock Saloon', 37.797039404153615, -122.40553031358306, 'Cocktail Bar'), ('Belden Place', 37.791744, -122.4038861, 'Equinox Sports Club San Francisco', 37.786648797219776, -122.40456753735126, 'Gym'), ('Belden Place', 37.791744, -122.4038861, 'Quince', 37.79741190944881, -122.40325807183305, 'New American Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Réveille Coffee Co. Truck', 37.796640039168146, -122.40035443582728, 'Food Truck'), ('Belden Place', 37.791744, -122.4038861, 'Salesforce Park', 37.789004663475026, -122.3970252426277, 'Park'), ('Belden Place', 37.791744, -122.4038861, 'SFMOMA Rooftop Sculpture Garden', 37.7863356901678, -122.4004037044823, 'Art Museum'), ('Belden Place', 37.791744, -122.4038861, "Oren's Hummus", 37.786668908442635, -122.40251166215769, 'Mediterranean Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Kokkari Estiatorio', 37.79688301339759, -122.39965473755873, 'Greek Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Réveille Coffee Co.', 37.79720357373528, -122.40558850097074, 'Coffee Shop'), ('Belden Place', 37.791744, -122.4038861, 'Barcha', 37.791078, -122.397749, 'Mediterranean Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'San Francisco Museum of Modern Art', 37.78589423994824, -122.40089653026742, 'Art Museum'), ('Belden Place', 37.791744, -122.4038861, 'The Cheesecake Factory', 37.78750273396205, -122.4076082635476, 'American Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'City Lights Bookstore', 37.797694754654415, -122.4064516225218, 'Bookstore'), ('Belden Place', 37.791744, -122.4038861, 'The Chairman Truck', 37.790099913439036, -122.39714053284678, 'Food Truck'), ('Belden Place', 37.791744, -122.4038861, 'Collis P. Huntington Park', 37.79216169939808, -122.4121543765068, 'Park'), ('Belden Place', 37.791744, -122.4038861, 'Z & Y Restaurant', 37.79611214947366, -122.40607799181394, 'Szechuan Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Good Mong Kok Bakery', 37.795458712845154, -122.40818052928776, 'Dim Sum Restaurant'), ('Belden Place', 37.791744, -122.4038861, 'Four Seasons Hotel San Francisco', 37.786097, -122.4041629, 'Hotel')], [('Bernal Heights', 37.7429861, -122.4158042, 'Bernal Heights Park', 37.74326497795579, -122.41495681987165, 'Park'), ('Bernal Heights', 37.7429861, -122.4158042, 'Esmerelda Slide Park', 37.7435079937784, -122.41812141400172, 'Playground'), ('Bernal Heights', 37.7429861, -122.4158042, 'The Epicurean Trader', 37.739256535449485, -122.41771215535906, 'Gourmet Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'PizzaHacker', 37.744044, -122.420814, 'Pizza Place'), ('Bernal Heights', 37.7429861, -122.4158042, 'Coleridge Mini Park', 37.74378561915743, -122.41954487872388, 'Scenic Lookout'), ('Bernal Heights', 37.7429861, -122.4158042, "Nute's Noodle Night", 37.73895675221519, -122.41389540466913, 'Asian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Succulence', 37.73910374026728, -122.41762093163163, 'Flower Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'Cellarmaker House of Pizza', 37.74573858325575, -122.41973729124565, 'Brewery'), ('Bernal Heights', 37.7429861, -122.4158042, 'Pinhole Coffee', 37.739591, -122.418991, 'Coffee Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'The Royal Cuckoo', 37.74536515953263, -122.42010357173808, 'Cocktail Bar'), ('Bernal Heights', 37.7429861, -122.4158042, 'Holy Water', 37.739284747899646, -122.41830339832725, 'Cocktail Bar'), ('Bernal Heights', 37.7429861, -122.4158042, "Avedano's Holly Park Market", 37.7394986841211, -122.41897374639973, 'Butcher'), ('Bernal Heights', 37.7429861, -122.4158042, 'Blue Plate', 37.74515240410815, -122.4202635786663, 'Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Little Bee Bakery', 37.73904057923513, -122.41607954572756, 'Bakery'), ('Bernal Heights', 37.7429861, -122.4158042, 'Bernal Heights Swing', 37.742916, -122.41501, 'Playground'), ('Bernal Heights', 37.7429861, -122.4158042, 'VinoRosso', 37.73901245660888, -122.41534272358848, 'Italian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Precita Park', 37.74704951117315, -122.41221070289612, 'Park'), ('Bernal Heights', 37.7429861, -122.4158042, 'Bernal Yoga', 37.73893203474274, -122.41365222436612, 'Yoga Studio'), ('Bernal Heights', 37.7429861, -122.4158042, "Emmy's Spaghetti Shack", 37.74502182026873, -122.4203463391657, 'Italian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Taqueria Cancun', 37.745431596973155, -122.41999669073275, 'Burrito Place'), ('Bernal Heights', 37.7429861, -122.4158042, 'Moxie Yoga', 37.74494147218592, -122.42039947739792, 'Yoga Studio'), ('Bernal Heights', 37.7429861, -122.4158042, 'Eugenia Ave Steps', 37.74133564188795, -122.41973966360091, 'Trail'), ('Bernal Heights', 37.7429861, -122.4158042, "Piqueo's", 37.739034, -122.413906, 'Peruvian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Bernal Beast', 37.73905919447135, -122.41634797497169, 'Pet Store'), ('Bernal Heights', 37.7429861, -122.4158042, 'Bac Lieu Restaurant', 37.745326, -122.42039199999999, 'Vietnamese Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'CoffeeShop', 37.74709201805399, -122.41886703813023, 'Coffee Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'Bernal Star', 37.73914246989067, -122.41738195310013, 'Burger Joint'), ('Bernal Heights', 37.7429861, -122.4158042, "Mitchell's Ice Cream", 37.74419772056244, -122.42266703721508, 'Ice Cream Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'Cafe St. Jorge', 37.741709530256074, -122.42256740039657, 'Café'), ('Bernal Heights', 37.7429861, -122.4158042, 'The Front Porch', 37.743816, -122.422046, 'Southern / Soul Food Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, "Abner's Barbershop", 37.74300618932756, -122.4215375221662, 'Cosmetics Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'El Rio', 37.7468452966031, -122.4194649164591, 'Dive Bar'), ('Bernal Heights', 37.7429861, -122.4158042, 'Vega', 37.7391742135669, -122.41743951497574, 'Italian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Urbana', 37.74401353393803, -122.42172001897966, 'Marijuana Dispensary'), ('Bernal Heights', 37.7429861, -122.4158042, 'Black Jet Baking Company', 37.73898195589583, -122.41415025274142, 'Bakery'), ('Bernal Heights', 37.7429861, -122.4158042, 'Harvest Hills Market', 37.74678251746433, -122.41368989427299, 'Grocery Store'), ('Bernal Heights', 37.7429861, -122.4158042, 'Rock Bar', 37.7440636970571, -122.42201155076417, 'Cocktail Bar'), ('Bernal Heights', 37.7429861, -122.4158042, 'Barebottle Brewing Company', 37.739798481048744, -122.40898616884348, 'Brewery'), ('Bernal Heights', 37.7429861, -122.4158042, 'Wild Side West', 37.73910270411835, -122.41720252608481, 'Gay Bar'), ('Bernal Heights', 37.7429861, -122.4158042, 'Outer Orbit', 37.74525522556797, -122.41992741823196, 'Hawaiian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Tacos El Patron', 37.749268, -122.416113, 'Mexican Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Holly Park', 37.737284, -122.419985, 'Park'), ('Bernal Heights', 37.7429861, -122.4158042, 'The Marketplace at 331 Cortland', 37.73935244011798, -122.41800427436827, 'Gourmet Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'Pinckney Clay Work Shop', 37.741869, -122.422045, 'Art Gallery'), ('Bernal Heights', 37.7429861, -122.4158042, 'El Buen Comer', 37.741745, -122.422223, 'Mexican Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Old Devil Moon', 37.741163937388485, -122.42286010963224, 'Beer Bar'), ('Bernal Heights', 37.7429861, -122.4158042, 'Precita Park Café', 37.747097785828856, -122.41054589780263, 'Café'), ('Bernal Heights', 37.7429861, -122.4158042, 'Good Life Grocery', 37.738994002662785, -122.41670741278595, 'Grocery Store'), ('Bernal Heights', 37.7429861, -122.4158042, 'Tilak', 37.74096435219035, -122.42274758108385, 'Indian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Doma Sushi Bar', 37.747544, -122.41063600000001, 'Sushi Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Cuisine of Nepal', 37.7409589556876, -122.42296979555584, 'Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Taqueria La Alteña', 37.743274044900836, -122.42155163920445, 'Mexican Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'The Laundry', 37.748950917398275, -122.41734954902992, 'Event Space'), ('Bernal Heights', 37.7429861, -122.4158042, 'Shish Ke Baba', 37.742121000000004, -122.42311299999999, 'Turkish Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Fitbernal Fit', 37.738964677784764, -122.41516623543784, 'Gym'), ('Bernal Heights', 37.7429861, -122.4158042, 'Progressive Grounds', 37.7391393779626, -122.41768622236656, 'Coffee Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'Peaches Patties', 37.739477, -122.418333, 'Caribbean Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Mi Lindo Peru', 37.7451094365853, -122.42028067769255, 'Peruvian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Moonlight Cafe', 37.73890667688576, -122.41526706448921, 'Café'), ('Bernal Heights', 37.7429861, -122.4158042, 'Samiramis', 37.74919229270709, -122.41827978559984, 'Food & Drink Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'Evil Eye', 37.750094144863574, -122.41807366767736, 'Cocktail Bar'), ('Bernal Heights', 37.7429861, -122.4158042, '3rd Cousin', 37.73898312239623, -122.41374021459931, 'New American Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, "Al's Place", 37.748967680916316, -122.42029688568715, 'New American Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Heartfelt', 37.73908882066308, -122.41694637462372, 'Gift Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'La Taqueria', 37.750949, -122.418129, 'Burrito Place'), ('Bernal Heights', 37.7429861, -122.4158042, 'La Nee Thai Massage', 37.74964699519402, -122.42037700028284, 'Massage Studio'), ('Bernal Heights', 37.7429861, -122.4158042, 'Core40 Noe-Mission', 37.748015759367064, -122.42311876664105, 'Gym / Fitness Center'), ('Bernal Heights', 37.7429861, -122.4158042, "Goood Frikin' Chicken", 37.74407478485063, -122.4210437926015, 'Mediterranean Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Opt Optometric', 37.75026884243454, -122.4204570781629, 'Optical Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'Healthy Spirits', 37.739402983436705, -122.41868806510776, 'Liquor Store'), ('Bernal Heights', 37.7429861, -122.4158042, "Anthony's Cookies", 37.7502653288297, -122.42047348081782, 'Dessert Shop'), ('Bernal Heights', 37.7429861, -122.4158042, "San Pancho's Tacos", 37.739807994982115, -122.40923779444368, 'Food Truck'), ('Bernal Heights', 37.7429861, -122.4158042, 'Flowercraft Garden Center', 37.73912715345579, -122.40725826232111, 'Garden Center'), ('Bernal Heights', 37.7429861, -122.4158042, 'La Ciccia', 37.74200800946477, -122.42653101682663, 'Italian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Noeteca', 37.74460511376679, -122.42431696876154, 'Café'), ('Bernal Heights', 37.7429861, -122.4158042, 'Alemany Farmers Market', 37.73603708685573, -122.4102258682251, 'Farmers Market'), ('Bernal Heights', 37.7429861, -122.4158042, 'Martha & Bros. Coffee', 37.73894632448256, -122.41472315520213, 'Coffee Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'Los Yaquis', 37.746896, -122.413836, 'Mexican Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Peralta Mini Park', 37.746134545577306, -122.40889320489723, 'Dog Run'), ('Bernal Heights', 37.7429861, -122.4158042, 'Little Nepal', 37.73897123189891, -122.41368458026369, 'Indian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Angkor Borei', 37.741302478898696, -122.42263163016932, 'Cambodian Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Rosamunde Sausage Grill', 37.7516585, -122.4185635, 'Hot Dog Joint'), ('Bernal Heights', 37.7429861, -122.4158042, "Estrellita's Pupusas", 37.73556349028451, -122.4102931068772, 'Salvadoran Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, '26th & Guerrero Market', 37.74873179992243, -122.4226601410973, 'Market'), ('Bernal Heights', 37.7429861, -122.4158042, 'Zante Pizza and Indian Cuisine', 37.741121840040776, -122.422623110012, 'Pizza Place'), ('Bernal Heights', 37.7429861, -122.4158042, '25th Street Dry Cleaners', 37.7506429010273, -122.41873487534696, 'Dry Cleaner'), ('Bernal Heights', 37.7429861, -122.4158042, "Dianda's Italian American Pastry", 37.750921, -122.418328, 'Bakery'), ('Bernal Heights', 37.7429861, -122.4158042, 'The Phone Booth', 37.75073239479078, -122.41619319077716, 'Dive Bar'), ('Bernal Heights', 37.7429861, -122.4158042, 'The Lucky Horseshoe', 37.73920963475991, -122.41676213735995, 'Dive Bar'), ('Bernal Heights', 37.7429861, -122.4158042, 'EHS Pilates', 37.74962083547086, -122.42051149856105, 'Gym / Fitness Center'), ('Bernal Heights', 37.7429861, -122.4158042, 'oye! managua', 37.742416014661636, -122.42187099794685, 'Latin American Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Toast Eatery', 37.74298652135219, -122.42673093377331, 'Breakfast Spot'), ('Bernal Heights', 37.7429861, -122.4158042, 'Ratio 3', 37.75174274178237, -122.41825251303644, 'Art Gallery'), ('Bernal Heights', 37.7429861, -122.4158042, 'Thrillhouse Records', 37.74217309406741, -122.42231207853759, 'Record Shop'), ('Bernal Heights', 37.7429861, -122.4158042, 'El Huarache Loco', 37.73596600561219, -122.40967686409942, 'Mexican Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'Firepie', 37.74828533, -122.41974583, 'Pizza Place'), ('Bernal Heights', 37.7429861, -122.4158042, 'Pi Bar', 37.74997691324565, -122.42059223044018, 'Pizza Place'), ('Bernal Heights', 37.7429861, -122.4158042, 'Christmas Tree Jamboree', 37.73857431870344, -122.40743416852439, 'Outdoor Supply Store'), ('Bernal Heights', 37.7429861, -122.4158042, 'The Old Clam House', 37.74305179534442, -122.40513568544196, 'Seafood Restaurant'), ('Bernal Heights', 37.7429861, -122.4158042, 'R Image Market', 37.75101233002523, -122.41406982281552, 'Deli / Bodega')], [('Buena Vista', 37.8065321, -122.4206485, 'Hyde Beach', 37.80733425573182, -122.42254257202148, 'Beach'), ('Buena Vista', 37.8065321, -122.4206485, 'Cafe de Casa', 37.80607956874178, -122.41855703089183, 'Brazilian Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, "Norman's Ice Cream & Freezes", 37.80729013958265, -122.41984284865836, 'Ice Cream Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'San Francisco Maritime National Historical Park', 37.80702295452536, -122.42177057135265, 'National Park'), ('Buena Vista', 37.8065321, -122.4206485, 'Buena Vista Cafe', 37.8065278, -122.4207822, 'Bar'), ('Buena Vista', 37.8065321, -122.4206485, 'Aquatic Park', 37.80671490887718, -122.42289324933841, 'Park'), ('Buena Vista', 37.8065321, -122.4206485, 'Gary Danko', 37.805750980159246, -122.4204880092155, 'Financial or Legal Service'), ('Buena Vista', 37.8065321, -122.4206485, 'Wattle Creek Tasting Room', 37.8059035790648, -122.42279877785768, 'Winery'), ('Buena Vista', 37.8065321, -122.4206485, 'San Francisco Maritime National Historical Park Visitor Center', 37.8074486897671, -122.42048799991608, 'Tourist Information Center'), ('Buena Vista', 37.8065321, -122.4206485, 'Cartoon Art Museum', 37.806251, -122.42169799999999, 'Art Museum'), ('Buena Vista', 37.8065321, -122.4206485, 'Ghirardelli Ice Cream & Chocolate Shop', 37.80598064570975, -122.42215217260609, 'Chocolate Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Dolphin Club', 37.80786043637905, -122.42136305567819, 'Sports Club'), ('Buena Vista', 37.8065321, -122.4206485, 'Patagonia', 37.80583311989924, -122.4199228331339, 'Clothing Store'), ('Buena Vista', 37.8065321, -122.4206485, 'Lola of North Beach', 37.80589604960343, -122.42308776024606, 'Gift Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'The Baked Bear', 37.80744659161711, -122.41730954041749, 'Ice Cream Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'VOM FASS Oils Vinegars Spirits - Ghirardelli Square', 37.805822568148834, -122.42332084506585, 'Gourmet Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Blazing Saddles Bike Rentals', 37.80601852484797, -122.42056208730126, 'Bike Rental / Bike Share'), ('Buena Vista', 37.8065321, -122.4206485, 'Surisan', 37.806922879915334, -122.41745154869614, 'Korean Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'San Francisco Bicycle Rentals', 37.80771944850959, -122.41944500418577, 'Bike Rental / Bike Share'), ('Buena Vista', 37.8065321, -122.4206485, 'Carmel Pizza Company', 37.80753222065765, -122.41728717280276, 'Pizza Place'), ('Buena Vista', 37.8065321, -122.4206485, "Scoma's Restaurant", 37.808956285215075, -122.41823491475608, 'Seafood Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'The Codmother', 37.807243505497276, -122.41701979616086, 'Food Truck'), ('Buena Vista', 37.8065321, -122.4206485, 'Krispy Kreme Doughnuts', 37.80771, -122.418677, 'Donut Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Palette Tea House', 37.80554739174514, -122.42277443198901, 'Cantonese Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Dolphin Swimming and Rowing Club', 37.80778176154419, -122.42140345326825, 'Athletics & Sports'), ('Buena Vista', 37.8065321, -122.4206485, 'Eureka', 37.809396183667936, -122.42161140632565, 'Historic Site'), ('Buena Vista', 37.8065321, -122.4206485, 'San Francisco Art Institute', 37.8034024400418, -122.41707220864225, 'Trade School'), ('Buena Vista', 37.8065321, -122.4206485, 'Russian Hill Park', 37.80472531778419, -122.42035476327844, 'Park'), ('Buena Vista', 37.8065321, -122.4206485, 'Hollywood Cafe', 37.806346332986344, -122.4156884389532, 'Diner'), ('Buena Vista', 37.8065321, -122.4206485, 'GoCar GPS-Guided Tours', 37.807125118968976, -122.41616498387185, 'Tour Provider'), ('Buena Vista', 37.8065321, -122.4206485, 'City Segway Tours', 37.80743569192701, -122.41812624600563, 'Tour Provider'), ('Buena Vista', 37.8065321, -122.4206485, 'In-N-Out Burger', 37.80778883115929, -122.41839074367206, 'Fast Food Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Lombard Street', 37.802121129948766, -122.4187895489064, 'Monument / Landmark'), ('Buena Vista', 37.8065321, -122.4206485, 'Laline USA LLC', 37.807904, -122.41705900000001, 'Cosmetics Shop'), ('Buena Vista', 37.8065321, -122.4206485, "Fort Mason General's Residence", 37.80592303996024, -122.4263380765314, 'Historic Site'), ('Buena Vista', 37.8065321, -122.4206485, 'Ghirardelli Square', 37.80601310345508, -122.42224065965513, 'Chocolate Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Golden Gate National Recreational Area', 37.80510743431865, -122.42670362842856, 'National Park'), ('Buena Vista', 37.8065321, -122.4206485, 'The Original Ghirardelli Ice Cream & Chocolate Shop', 37.805799948101765, -122.42229316407364, 'Chocolate Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Musée Mécanique', 37.80933306801421, -122.41595220725536, 'Museum'), ('Buena Vista', 37.8065321, -122.4206485, 'Fairmont Heritage Place', 37.80541678120826, -122.42350707015366, 'Hotel'), ('Buena Vista', 37.8065321, -122.4206485, 'George Sterling Memorial Park', 37.80169483745571, -122.42108407980099, 'Park'), ('Buena Vista', 37.8065321, -122.4206485, "Trader Joe's", 37.805561961681484, -122.41393045715297, 'Grocery Store'), ('Buena Vista', 37.8065321, -122.4206485, 'Alice Marble Tennis Courts', 37.801273995438024, -122.419891228182, 'Tennis Court'), ('Buena Vista', 37.8065321, -122.4206485, 'San Francisco Brewing Co. Beer Garden', 37.80576219821616, -122.42329801147852, 'Beer Garden'), ('Buena Vista', 37.8065321, -122.4206485, "Boudin Bakery Café Baker's Hall", 37.80845306979653, -122.41510615191014, 'Bakery'), ('Buena Vista', 37.8065321, -122.4206485, 'Eight AM', 37.80642053594982, -122.41891865275646, 'Breakfast Spot'), ('Buena Vista', 37.8065321, -122.4206485, "SS Jeremiah O'Brien", 37.810712860661745, -122.41762776310888, 'Boat or Ferry'), ('Buena Vista', 37.8065321, -122.4206485, 'Municipal Pier', 37.810491241769874, -122.42514962985862, 'Pier'), ('Buena Vista', 37.8065321, -122.4206485, 'Chestnut St. Steps', 37.802601482217376, -122.42214664216306, 'Plaza'), ('Buena Vista', 37.8065321, -122.4206485, 'The Pub at Ghirardelli Square', 37.80634592585518, -122.42275001733996, 'BBQ Joint'), ('Buena Vista', 37.8065321, -122.4206485, 'Fort Mason', 37.80647811398971, -122.42902278900146, 'Park'), ('Buena Vista', 37.8065321, -122.4206485, "IT'SUGAR", 37.80787921535191, -122.41810417044906, 'Candy Store'), ('Buena Vista', 37.8065321, -122.4206485, 'Bay City Bike', 37.80539981659817, -122.4152271449929, 'Bike Rental / Bike Share'), ('Buena Vista', 37.8065321, -122.4206485, 'Fort Mason Community Garden', 37.80582752439523, -122.42828786373138, 'Garden'), ('Buena Vista', 37.8065321, -122.4206485, "Boboquivari's", 37.80119700535322, -122.42563827029643, 'Steakhouse'), ('Buena Vista', 37.8065321, -122.4206485, 'Curry Leaf Restaurant', 37.80318251864479, -122.41441273064468, 'Indian Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, "Bimbo's 365 Club", 37.80383696172341, -122.41531501862453, 'Rock Club'), ('Buena Vista', 37.8065321, -122.4206485, 'Aquatic Point', 37.810496182905986, -122.42446721131131, 'Scenic Lookout'), ('Buena Vista', 37.8065321, -122.4206485, 'Joe DiMaggio Playground', 37.802450196875085, -122.41272760643703, 'Playground'), ('Buena Vista', 37.8065321, -122.4206485, 'Williams-Sonoma', 37.805827, -122.425047, 'Kitchen Supply Store'), ('Buena Vista', 37.8065321, -122.4206485, 'Bistro Boudin', 37.808618698378055, -122.41500961963726, 'American Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Union Larder', 37.79890383415786, -122.41904896426493, 'Wine Bar'), ('Buena Vista', 37.8065321, -122.4206485, "Swensen's Ice Cream", 37.79916833980334, -122.41915950322871, 'Ice Cream Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Walgreens', 37.8047792, -122.417091, 'Pharmacy'), ('Buena Vista', 37.8065321, -122.4206485, 'Hosteling International', 37.80712235888355, -122.42867511769722, 'Hostel'), ('Buena Vista', 37.8065321, -122.4206485, "Crabstand at Fisherman's Wharf", 37.80832251142936, -122.41586145096458, 'Seafood Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Fort Mason Great Meadow', 37.80498194040014, -122.43005487797149, 'Field'), ('Buena Vista', 37.8065321, -122.4206485, 'Saint Frank', 37.79846064964029, -122.42224912630755, 'Coffee Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Za Pizza', 37.79857053617332, -122.41895509472236, 'Pizza Place'), ('Buena Vista', 37.8065321, -122.4206485, 'Subpar Miniature Golf', 37.80594052855559, -122.4232702778994, 'Mini Golf'), ('Buena Vista', 37.8065321, -122.4206485, "Freddie's Sandwiches", 37.80522, -122.41031, 'Sandwich Place'), ('Buena Vista', 37.8065321, -122.4206485, 'Off the Grid: Fort Mason Center', 37.80631420508114, -122.43144626671229, 'Street Food Gathering'), ('Buena Vista', 37.8065321, -122.4206485, 'Okoze Sushi', 37.7991907784842, -122.41926571621437, 'Sushi Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Fort Mason Center for Arts & Culture', 37.80678497, -122.43143133, 'Art Gallery'), ('Buena Vista', 37.8065321, -122.4206485, 'Basecamp Fitness', 37.79947839573948, -122.42442352471602, 'Gym'), ('Buena Vista', 37.8065321, -122.4206485, 'Sea Lions at Pier 39', 37.81070559591715, -122.41122045037277, 'Zoo Exhibit'), ('Buena Vista', 37.8065321, -122.4206485, 'Starbucks', 37.808474494099436, -122.41301664585744, 'Coffee Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Michelangelo Playground & Community Garden', 37.801198973318186, -122.41697581377275, 'Playground'), ('Buena Vista', 37.8065321, -122.4206485, 'Fort Mason Farmers Market', 37.80621108942259, -122.4315915759176, 'Farmers Market'), ('Buena Vista', 37.8065321, -122.4206485, 'The Italian Homemade Company', 37.80149747181165, -122.41179456578453, 'Italian Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Loving Cup', 37.798566, -122.422148, 'Dessert Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Beacon Coffee & Pantry', 37.802292992101854, -122.41321000435767, 'Coffee Shop'), ('Buena Vista', 37.8065321, -122.4206485, "Leopold's", 37.79883741766174, -122.42234170651676, 'Austrian Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Franciscan Crab Restaurant', 37.80908833730518, -122.414845988984, 'Seafood Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Equator Coffees & Teas', 37.80534431293602, -122.43190425974711, 'Café'), ('Buena Vista', 37.8065321, -122.4206485, 'Frascati', 37.798278956210886, -122.41897443410139, 'Italian Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Fog Harbor Fish House', 37.808903545091106, -122.41037933382874, 'Seafood Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Modern Eden Gallery', 37.80181578179817, -122.41297245025633, 'Art Gallery'), ('Buena Vista', 37.8065321, -122.4206485, 'XOX Truffles', 37.80168755793843, -122.41218901154389, 'Chocolate Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Sea Lion Statue', 37.80859406318003, -122.41074859025822, 'Outdoor Sculpture'), ('Buena Vista', 37.8065321, -122.4206485, 'William Cross Wine Merchant', 37.79770556900949, -122.42232009233308, 'Wine Shop'), ('Buena Vista', 37.8065321, -122.4206485, 'Pier Market Seafood Restaurant', 37.80987127905576, -122.41047313758463, 'Seafood Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Elephant Sushi', 37.79862285331978, -122.41893875180762, 'Sushi Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'Gallery 308', 37.806099134242004, -122.43202401618346, 'Art Gallery'), ('Buena Vista', 37.8065321, -122.4206485, 'No.3', 37.79904179927139, -122.41902570255343, 'Jewelry Store'), ('Buena Vista', 37.8065321, -122.4206485, 'Crunch Fitness - Polk Street', 37.79831883950535, -122.42200210690498, 'Gym / Fitness Center'), ('Buena Vista', 37.8065321, -122.4206485, 'Project Zen', 37.80575473014775, -122.41266198118892, 'Massage Studio'), ('Buena Vista', 37.8065321, -122.4206485, 'The San Remo Hotel', 37.80430796226943, -122.41360108560609, 'Hotel'), ('Buena Vista', 37.8065321, -122.4206485, 'Crab House at Pier 39', 37.809361697644135, -122.41044185347539, 'Seafood Restaurant'), ('Buena Vista', 37.8065321, -122.4206485, 'La Folie', 37.798147, -122.42201, 'French Restaurant')], [('Butchertown (Old and New)', 38.2569, -85.7287, 'Butchertown Grocery', 38.25590840313625, -85.73076527577595, 'New American Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Work the Metal', 38.255697618019255, -85.72911799117013, 'Gift Shop'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Play', 38.25636463508622, -85.73079487197961, 'Gay Bar'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Current360, Inc.', 38.25751891517814, -85.72721197651288, 'Advertising Agency'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Cellar Door Chocolates', 38.255727433579594, -85.7289702041556, 'Dessert Shop'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Butchertown Market', 38.25568658138115, -85.7288531391865, 'Shopping Mall'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Butchertown Pizza Hall', 38.256173418360014, -85.72793391538188, 'Pizza Place'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Feeders Supply', 38.250778798828776, -85.73217414967841, 'Pet Store'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Feast BBQ', 38.2530703399113, -85.73543975674393, 'BBQ Joint'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Apocalypse Brew Works', 38.25662661680593, -85.72062800572441, 'Brewery'), ('Butchertown (Old and New)', 38.2569, -85.7287, "Sergio's World Beers", 38.259198545086555, -85.72137287574134, 'Bar'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Quills Coffee', 38.25438668244753, -85.7375348429415, 'Coffee Shop'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Pho Ba Luu', 38.25420380282701, -85.73289542310268, 'Vietnamese Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Rye', 38.252846989406514, -85.7359837296691, 'Gastropub'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Grind Burger Kitchen', 38.25361512390385, -85.73647104014807, 'Burger Joint'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Climb Nulu', 38.252403923957, -85.733811702075, 'Rock Climbing Spot'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Hi-Five Doughnuts', 38.25428, -85.733148, 'Donut Shop'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Mayan Café', 38.2532819059491, -85.73744369494491, 'Latin American Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Please & Thank You', 38.25311253196767, -85.73796804102713, 'Café'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Flea Off Market', 38.25194038778235, -85.73316442174333, 'Flea Market'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'TAJ Louisville', 38.25320309866928, -85.73782776155286, 'Bar'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Canoe Textiles', 38.252611, -85.738377, 'Furniture / Home Store'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Decca', 38.25296546486947, -85.7374719706522, 'American Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Louisville Beer Store', 38.25310229166891, -85.7380684071356, 'Beer Garden'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Headliners Music Hall', 38.250859576776925, -85.72367356852597, 'Rock Club'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Butchertown Social', 38.25916, -85.72144, 'Lounge'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Naive', 38.25468, -85.733467, 'Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, "Louis's The Ton", 38.25905344288693, -85.72142592416161, 'Bar'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Royals Hot Chicken', 38.25308160617469, -85.73860524155643, 'New American Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Ward426', 38.24819462531333, -85.73070821648123, 'American Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Revelry Boutique Gallery', 38.25311003022369, -85.73828547105359, 'Jewelry Store'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Crazy Daisy Antique Mall', 38.254322161377814, -85.723550943409, 'Antique Shop'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Waterfront Playground', 38.262767861011014, -85.7357009860559, 'Playground'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Scout', 38.2531184532819, -85.73829167782499, 'Furniture / Home Store'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'galaxie', 38.25315227199929, -85.73870061558999, 'Bar'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Lola @ Butchertown Grocery', 38.25588700980815, -85.73072393999759, 'Speakeasy'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'North End Cafe', 38.25727525085243, -85.71861847806248, 'Breakfast Spot'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Louisville Extreme Park', 38.25701599805256, -85.74005698078294, 'Skate Park'), ('Butchertown (Old and New)', 38.2569, -85.7287, "Baxter Jack's", 38.24844429797683, -85.73015930531163, 'Other Great Outdoors'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Falls City Brewing Company', 38.250392627084246, -85.73621765396061, 'Brewery'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Biscuit Belly', 38.254109, -85.735663, 'Southern / Soul Food Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, "Big Al's Beeritaville", 38.25824261360996, -85.71921125357616, 'Bar'), ('Butchertown (Old and New)', 38.2569, -85.7287, "Gary's On Spring", 38.25234687539808, -85.71973286879819, 'American Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Akasha Brewing Company', 38.2533689974587, -85.73566237876723, 'Brewery'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Canoe', 38.25577193, -85.729435, 'Furniture / Home Store'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'My Old Kentucky Homebrew', 38.25740589859918, -85.72507106646822, 'Miscellaneous Shop'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Food Truckus Ruckus', 38.26090952129012, -85.72731305625675, 'Food Truck'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Moby Dick', 38.25544357299805, -85.72174072265625, 'Fast Food Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Lox', 38.253042, -85.735955, 'Restaurant'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Yellow Lot', 38.26392288803771, -85.73027889772902, 'Park'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Louisville Rowing', 38.26388189251675, -85.7306395968387, 'Athletics & Sports'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Phoenix Hill Farmers Market', 38.25346755981445, -85.73672485351562, 'Farmers Market'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Waterfront Kids Park', 38.26121236302384, -85.73606481588365, 'Park'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Brown forman amphitheater', 38.263500874107336, -85.7330742515005, 'Theater'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Louisville Riverpark Marina', 38.26437159660144, -85.72740824631862, 'Harbor / Marina'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Louisville Boathouse', 38.264416907930055, -85.72711766559327, 'River'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Weightless Float Center', 38.25048065185547, -85.72340393066406, 'Spa'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Thurston Park', 38.26235316106718, -85.73578430111904, 'Park'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Ironman Louisville Swim Start', 38.26350558428791, -85.73453198491313, 'Athletics & Sports'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Waterfront Botanical Gardens', 38.263873, -85.723499, 'Botanical Garden'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Dockside On The Ohio River', 38.26340087628433, -85.73502053904348, 'Boat or Ferry'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Bluegrass Green Co.', 38.252874, -85.737821, 'Furniture / Home Store'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'CrossFit the Ville', 38.25496292114258, -85.73892974853516, 'Gym'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Louisville Segway', 38.262087, -85.737294, 'Park'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Wheel Fun Rentals', 38.26189206550872, -85.73767273787547, 'Bike Rental / Bike Share'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Flying Axes', 38.256330220081644, -85.73971440799056, 'Entertainment Service'), ('Butchertown (Old and New)', 38.2569, -85.7287, "Flip Flop Jack's", 38.24807720321314, -85.73045213693925, 'Dive Bar'), ('Butchertown (Old and New)', 38.2569, -85.7287, 'Thomas Edison House', 38.255581, -85.738313, 'History Museum')], [('Castro', 37.7608561, -122.434957, 'Castro Theatre', 37.762044145115574, -122.43502202215997, 'Indie Movie Theater'), ('Castro', 37.7608561, -122.434957, 'Yoga Tree Castro', 37.761051, -122.436003, 'Yoga Studio'), ('Castro', 37.7608561, -122.434957, 'Anchor Oyster Bar', 37.75970781524432, -122.43491032498481, 'Seafood Restaurant'), ('Castro', 37.7608561, -122.434957, 'Philz Coffee', 37.760120123028855, -122.43476008172911, 'Coffee Shop'), ('Castro', 37.7608561, -122.434957, 'The Castro Fountain', 37.76005150554126, -122.43502351928404, 'Ice Cream Shop'), ('Castro', 37.7608561, -122.434957, 'Eye Gotcha Optometric', 37.75965052191799, -122.43496694100499, 'Optical Shop'), ('Castro', 37.7608561, -122.434957, 'Castro Dog Park', 37.759811189202786, -122.4363943587903, 'Dog Run'), ('Castro', 37.7608561, -122.434957, 'Dog Eared Books', 37.76120618584941, -122.43495870530577, 'Bookstore'), ('Castro', 37.7608561, -122.434957, 'Réveille Coffee Co.', 37.761104, -122.43443, 'Coffee Shop'), ('Castro', 37.7608561, -122.434957, 'Swirl on Castro', 37.75978491547063, -122.43500867014792, 'Wine Bar'), ('Castro', 37.7608561, -122.434957, 'Lark', 37.760993285739396, -122.43427518221822, 'Mediterranean Restaurant'), ('Castro', 37.7608561, -122.434957, 'Urban Flowers', 37.761004660050325, -122.43346891484823, 'Flower Shop'), ('Castro', 37.7608561, -122.434957, 'Blush! Wine Bar', 37.7612598770217, -122.43511601933409, 'Wine Bar'), ('Castro', 37.7608561, -122.434957, "Spike's Coffee & Tea", 37.75927683957167, -122.43521243431195, 'Coffee Shop'), ('Castro', 37.7608561, -122.434957, 'Castro Pride Flag Pole', 37.76240137201205, -122.43535378554763, 'Historic Site'), ('Castro', 37.7608561, -122.434957, 'Hortica', 37.75990411095353, -122.43502487757969, 'Garden Center'), ('Castro', 37.7608561, -122.434957, 'Last Call', 37.761083593164734, -122.4326624479163, 'Gay Bar'), ('Castro', 37.7608561, -122.434957, 'Hot Cookie', 37.76232423157735, -122.43518995783903, 'Bakery'), ('Castro', 37.7608561, -122.434957, 'GLBT History Museum', 37.76082766339166, -122.43560952639227, 'History Museum'), ('Castro', 37.7608561, -122.434957, 'Bhoga', 37.761407, -122.435188, 'Indian Restaurant'), ('Castro', 37.7608561, -122.434957, "Rossi's Deli", 37.76210251865176, -122.43520818509522, 'Deli / Bodega'), ('Castro', 37.7608561, -122.434957, 'Frances', 37.762765053846415, -122.4321982578279, 'New American Restaurant'), ('Castro', 37.7608561, -122.434957, "MaMa Ji's", 37.76074993654171, -122.43865144053532, 'Szechuan Restaurant'), ('Castro', 37.7608561, -122.434957, 'Noe Hill Market', 37.759404187295765, -122.43266938722016, 'Deli / Bodega'), ('Castro', 37.7608561, -122.434957, 'Core40', 37.76089456436038, -122.43557357248332, 'Pilates Studio'), ('Castro', 37.7608561, -122.434957, 'Super Duper Burgers', 37.76402414195907, -122.43370324373245, 'Burger Joint'), ('Castro', 37.7608561, -122.434957, 'Kasa Indian Eatery', 37.76104350446926, -122.43293051337922, 'Indian Restaurant'), ('Castro', 37.7608561, -122.434957, 'The Edge', 37.760773894958, -122.43608195637191, 'Gay Bar'), ('Castro', 37.7608561, -122.434957, 'Fable', 37.75997442841319, -122.43507963136373, 'New American Restaurant'), ('Castro', 37.7608561, -122.434957, 'Ritual Coffee Roasters', 37.76412230129071, -122.43318285914849, 'Coffee Shop'), ('Castro', 37.7608561, -122.434957, 'Midnight Sun', 37.76081945275689, -122.43432520903521, 'Gay Bar'), ('Castro', 37.7608561, -122.434957, 'Project Juice', 37.76071575790682, -122.43502325055721, 'Juice Bar'), ('Castro', 37.7608561, -122.434957, "Ruby's Clay Studio & Gallery", 37.7600794695219, -122.43279465009027, 'Art Gallery'), ('Castro', 37.7608561, -122.434957, 'Starbelly', 37.7640744, -122.4325634, 'New American Restaurant'), ('Castro', 37.7608561, -122.434957, 'Buffalo Whole Food & Grain Co', 37.75937356479043, -122.43495459732968, 'Grocery Store'), ('Castro', 37.7608561, -122.434957, 'ImagiKnit', 37.76118260404662, -122.43046045021286, 'Arts & Crafts Store'), ('Castro', 37.7608561, -122.434957, "Barry's Bootcamp", 37.764741827642155, -122.43278505231534, 'Gym / Fitness Center'), ('Castro', 37.7608561, -122.434957, 'Thai House Express', 37.759368588947524, -122.43484238906379, 'Thai Restaurant'), ('Castro', 37.7608561, -122.434957, 'Rooster & Rice', 37.760877, -122.433668, 'Thai Restaurant'), ('Castro', 37.7608561, -122.434957, 'Giddy', 37.76408524058587, -122.43324256773585, 'Candy Store'), ('Castro', 37.7608561, -122.434957, 'Poesia Osteria Italiana', 37.761012432501495, -122.43434717636492, 'Italian Restaurant'), ('Castro', 37.7608561, -122.434957, 'Dinosaurs', 37.764403031251454, -122.43207086765153, 'Sandwich Place'), ('Castro', 37.7608561, -122.434957, 'Top of the Hill', 37.75748903552887, -122.43604340778415, 'Hill'), ('Castro', 37.7608561, -122.434957, 'Twin Peaks Tavern', 37.762391, -122.434972, 'Gay Bar'), ('Castro', 37.7608561, -122.434957, 'Alex Fitness', 37.764688962162424, -122.43218346570903, 'Gym'), ('Castro', 37.7608561, -122.434957, 'Hand Job Nails & Spa', 37.75993353085407, -122.43490755956756, 'Nail Salon'), ('Castro', 37.7608561, -122.434957, 'Harvey Milk Plaza', 37.76235893711974, -122.4353291336954, 'Plaza'), ('Castro', 37.7608561, -122.434957, 'Me & Tasty', 37.7626655046974, -122.43450831054452, 'Thai Restaurant'), ('Castro', 37.7608561, -122.434957, "Mudpuppy's on Castro", 37.76030853792478, -122.43505804926443, 'Pet Store'), ('Castro', 37.7608561, -122.434957, 'Sushi Time', 37.76456506845293, -122.4321714224048, 'Sushi Restaurant'), ('Castro', 37.7608561, -122.434957, 'Tacorgasmico', 37.763183401471984, -122.43391513824461, 'Mexican Restaurant'), ('Castro', 37.7608561, -122.434957, "Jeffrey's Natural Pet Food", 37.76444377194593, -122.43310666544639, 'Pet Store'), ('Castro', 37.7608561, -122.434957, "Mollie Stone's Markets", 37.760739274241175, -122.43651446600308, 'Supermarket'), ('Castro', 37.7608561, -122.434957, "Harvey's", 37.76082906854015, -122.43511610272319, 'American Restaurant'), ('Castro', 37.7608561, -122.434957, 'Healthy Spirits', 37.7657414578619, -122.43538867549854, 'Liquor Store'), ('Castro', 37.7608561, -122.434957, 'The Mix', 37.760996, -122.434471, 'Gay Bar'), ('Castro', 37.7608561, -122.434957, '440 Castro', 37.76185191502911, -122.43519474466312, 'Gay Bar'), ('Castro', 37.7608561, -122.434957, 'Corona Heights Park', 37.7650225313372, -122.43883066273017, 'Park'), ('Castro', 37.7608561, -122.434957, "Castro Farmers' Market", 37.76452570664275, -122.43312799151259, 'Farmers Market'), ('Castro', 37.7608561, -122.434957, 'Qualitea', 37.7609633320885, -122.43339078393423, 'Bubble Tea Shop'), ('Castro', 37.7608561, -122.434957, 'Eiji', 37.76407919468008, -122.43086041060077, 'Japanese Restaurant'), ('Castro', 37.7608561, -122.434957, 'Photoworks', 37.7648245858748, -122.43194103240965, 'Camera Store'), ('Castro', 37.7608561, -122.434957, 'Hi Tops', 37.76497643721727, -122.43182591919506, 'Gay Bar'), ('Castro', 37.7608561, -122.434957, 'La Mediterranee', 37.764463715335296, -122.43328935193465, 'Mediterranean Restaurant'), ('Castro', 37.7608561, -122.434957, 'Woods Cervecería', 37.76123, -122.42853, 'Brewery'), ('Castro', 37.7608561, -122.434957, 'Corona Heights Summit', 37.76499750972105, -122.43924241317987, 'Scenic Lookout'), ('Castro', 37.7608561, -122.434957, 'Kite Hill Open Space', 37.758289882870194, -122.44143521277012, 'Park'), ('Castro', 37.7608561, -122.434957, 'Vulcan Stairway', 37.76346753677887, -122.44115442037582, 'Trail'), ('Castro', 37.7608561, -122.434957, 'Randall Museum', 37.76437904683253, -122.43823111202036, 'Museum'), ('Castro', 37.7608561, -122.434957, 'Catch', 37.76329168909072, -122.43446627664318, 'Seafood Restaurant'), ('Castro', 37.7608561, -122.434957, 'Thai Chef', 37.76084802254604, -122.435761292625, 'Thai Restaurant'), ('Castro', 37.7608561, -122.434957, "L'Ardoise", 37.766674548230164, -122.43326095822378, 'French Restaurant'), ('Castro', 37.7608561, -122.434957, 'The Cove on Castro', 37.76196562256068, -122.43515377829809, 'Café'), ('Castro', 37.7608561, -122.434957, "Orphan Andy's", 37.76258801364615, -122.43498573382969, 'Diner'), ('Castro', 37.7608561, -122.434957, 'Castro Coffee Company', 37.762151708442865, -122.43514176658447, 'Coffee Shop'), ('Castro', 37.7608561, -122.434957, "Neighbor's Corner", 37.7555131728364, -122.43875375517898, 'Café'), ('Castro', 37.7608561, -122.434957, 'Dumpling House', 37.763541, -122.432886, 'Dumpling Restaurant'), ('Castro', 37.7608561, -122.434957, 'Mission Dolores Park', 37.75998998481965, -122.4271184206009, 'Park'), ('Castro', 37.7608561, -122.434957, 'BeBeBar', 37.761325046011784, -122.42846922401527, 'Juice Bar'), ('Castro', 37.7608561, -122.434957, 'Kitchen Story', 37.764236, -122.430744, 'Breakfast Spot'), ('Castro', 37.7608561, -122.434957, 'Five Star Truffles and Coffee', 37.76080338297217, -122.43695101551386, 'Dessert Shop'), ('Castro', 37.7608561, -122.434957, 'Fruit Shelf Gay Beach', 37.75846673007918, -122.42762059706484, 'Park'), ('Castro', 37.7608561, -122.434957, 'Corona Heights Dog Run', 37.765527952836976, -122.43986363273886, 'Dog Run'), ('Castro', 37.7608561, -122.434957, 'Saturn Street Steps Park', 37.76275719646505, -122.44059652090073, 'Park'), ('Castro', 37.7608561, -122.434957, 'BEAUX', 37.7634928376675, -122.43413191633883, 'Gay Bar'), ('Castro', 37.7608561, -122.434957, 'Moby Dick', 37.76092908089669, -122.43391931857569, 'Gay Bar'), ('Castro', 37.7608561, -122.434957, 'Swedish American Hall', 37.766756004771516, -122.43056333498883, 'Concert Hall'), ('Castro', 37.7608561, -122.434957, 'Fitness SF Castro', 37.7638856193171, -122.4333358862483, 'Gym'), ('Castro', 37.7608561, -122.434957, 'Canela Bistro & Wine Bar', 37.76482036042256, -122.43238206874226, 'Spanish Restaurant'), ('Castro', 37.7608561, -122.434957, 'Dolores Park Tennis Courts', 37.76104770835717, -122.42688453064994, 'Tennis Court'), ('Castro', 37.7608561, -122.434957, 'Thorough Bread and Pastry', 37.766408, -122.429051, 'Bakery'), ('Castro', 37.7608561, -122.434957, 'Bi-Rite Creamery', 37.761447920698735, -122.4257519786573, 'Ice Cream Shop'), ('Castro', 37.7608561, -122.434957, 'The Viking Room', 37.76668542621153, -122.43020971859733, 'New American Restaurant'), ('Castro', 37.7608561, -122.434957, 'Bikram Yoga Castro', 37.7575850203158, -122.43793486959362, 'Yoga Studio'), ('Castro', 37.7608561, -122.434957, '22nd Street Jungle Stairs', 37.7543816767982, -122.43614387925199, 'Trail'), ('Castro', 37.7608561, -122.434957, 'The Detour', 37.76563983369562, -122.43135064997527, 'Arcade'), ('Castro', 37.7608561, -122.434957, 'Gai', 37.764384410717135, -122.43007008552252, 'Asian Restaurant'), ('Castro', 37.7608561, -122.434957, 'Takara Sushi', 37.760811071494274, -122.43677362263676, 'Japanese Restaurant'), ('Castro', 37.7608561, -122.434957, 'U :Dessert Story', 37.76432999836782, -122.430725252748, 'Dessert Shop'), ('Castro', 37.7608561, -122.434957, 'Top of the Hill - Corona Heights', 37.76508238253574, -122.43932048872024, 'Hill')], [('Cathedral Hill', 45.41756934999999, -75.70871165, 'Library and Archives Canada / Bibliothèque et Archives Canada', 45.41946084291568, -75.70767795746319, 'Library'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Mill St. Brew Pub', 45.419527121852624, -75.71272856084545, 'Pub'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Orchid Sushi', 45.4169018488365, -75.70343588126744, 'Sushi Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Canadian War Museum | Musée Canadien de la Guerre', 45.416822208705085, -75.7172052351602, 'History Museum'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Albert At Bay Suite Hotel', 45.417043, -75.707199, 'Hotel'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Sansotei Ramen 三草亭', 45.41891961658025, -75.69932781411583, 'Noodle House'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'North & Navy', 45.41668755348405, -75.69904244327336, 'Italian Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'So Good Restaurant', 45.41061496849919, -75.70782005739524, 'Asian Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Phuket Royal Restaurant', 45.41063, -75.707767, 'Thai Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Bread & Sons Bakery', 45.41768026853603, -75.69835152471232, 'Bakery'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Alt Hotel Ottawa', 45.41997315577382, -75.69894832209684, 'Hotel'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Rideau Curling Club', 45.41292261643471, -75.70464184773247, 'Curling Ice'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Bubblicity (China Town)', 45.4104902934235, -75.70803770616388, 'Tea Room'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Juice Monkey', 45.41953670977729, -75.69944471827394, 'Juice Bar'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Lift Restaurant', 45.41871224105595, -75.70443530008777, 'Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Stroked Ego', 45.419286, -75.699698, "Men's Store"), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'The Greek Souvlaki Shack', 45.416099365343904, -75.69697940555379, 'Greek Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Madisons Restaurant & Bar', 45.417111, -75.703261, 'Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Clover food | drink', 45.41885640238463, -75.6991696357727, 'Comfort Food Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Bridgehead', 45.41813853759108, -75.70267987933816, 'Coffee Shop'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Mystiko Greek Kitchen & Wine Bar', 45.414943, -75.698937, 'Greek Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, '222 Lyon Tapas Bar', 45.41617645325056, -75.70277311114361, 'Tapas Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Indian Curry House', 45.41186553197255, -75.7045179605484, 'Indian Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Bridgehead', 45.420073845150505, -75.70016701301832, 'Coffee Shop'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Chatime', 45.411354761600286, -75.70585607767593, 'Bubble Tea Shop'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'TELUS', 45.41958742355808, -75.6994791480437, 'IT Services'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Queen St Fare', 45.420948, -75.69937, 'Bar'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Ben Ben Restaurant', 45.41096968017466, -75.7069015852741, 'Chinese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Caribbean Sizzler', 45.41927376236027, -75.69971538788573, 'Caribbean Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'India Palace', 45.419410578839354, -75.70201736307658, 'Indian Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Ottawa Streat Gourmet', 45.42084635549554, -75.69855045716199, 'Food Truck'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Sheraton Ottawa Hotel', 45.4208462, -75.6977118, 'Hotel'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Venus Envy', 45.417023433333334, -75.6997923, 'Adult Boutique'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Bier Markt', 45.42165658472595, -75.69964064662196, 'Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Bar Robo', 45.41108975379429, -75.70650469628426, 'Café'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Co cham', 45.409879245366376, -75.70983052638047, 'Vietnamese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Swizzles', 45.419489849387354, -75.70236734573768, 'Karaoke Bar'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Bridgehead', 45.419974659292386, -75.69748011721676, 'Coffee Shop'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Saigon Boy Noodle House', 45.41179581776395, -75.70513555870782, 'Vietnamese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Café Délice', 45.417379795668325, -75.70102590017778, 'Café'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Yang Sheng', 45.41147119653166, -75.70568020790228, 'Chinese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Royal Treasure Restaurant', 45.409963151351455, -75.70960041253818, 'Chinese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Jadeland Restaurant', 45.41212858397347, -75.70453400146953, 'Chinese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Pour Boy', 45.41373512149268, -75.70042969199935, 'Bar'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Dundonald Park', 45.41297268143335, -75.70116519927979, 'Park'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'The Art House Café', 45.413028, -75.702396, 'Café'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Angry Dragonz', 45.42074485678192, -75.69823212643382, 'Food Truck'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Ceylonta', 45.4148308531049, -75.69759519233078, 'Sri Lankan Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Pho Bo Ga King', 45.40990801964131, -75.70971534465956, 'Vietnamese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Downtown YMCA-YWCA', 45.42068697171134, -75.69980616482286, 'Gym'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Sushi 88', 45.411085795395074, -75.70638809686236, 'Sushi Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'New Pho Bo Ga La', 45.41018720983329, -75.7092081759949, 'Noodle House'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Pho Bo Ga', 45.40999262338472, -75.7091360231815, 'Vietnamese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, '"SPIN" Kitchen & Bar', 45.419399685016444, -75.70330988607155, 'Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Bijou', 45.419289743845695, -75.69972956823142, 'Lounge'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Vertical Reality', 45.41944054356137, -75.71576567283746, 'Rock Climbing Spot'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Ginza Ramen', 45.40905842987169, -75.71176977336926, 'Ramen Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Starbucks', 45.419697, -75.703859, 'Coffee Shop'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Pho Thu Do', 45.409803920317884, -75.71005954129292, 'Vietnamese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Korean Palace', 45.41214990466683, -75.7041734508883, 'Korean Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Escape Manor', 45.420665269693984, -75.70034643341528, 'Theme Park'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Yangtze Restaurant 楊子江酒家', 45.41097478172694, -75.70693377124711, 'Chinese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Koreana', 45.4107253, -75.7074882, 'Korean Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Tokyo Sushi', 45.416138053764655, -75.69992824761758, 'Sushi Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Burrito Sensei', 45.417637, -75.69813, 'Sushi Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'GoodLife Fitness Ottawa Queen and Bank', 45.421146, -75.700422, 'Gym'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Aroma Small Plates & Wine', 45.41673480712212, -75.69953254428002, 'Tapas Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Ad Mare', 45.42010028748938, -75.69780809219424, 'Food Truck'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Vietnam palace', 45.40942115024417, -75.71126176869592, 'Vietnamese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Café Orient', 45.40947751633931, -75.71077319673326, 'Chinese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'The Comic Book Shoppe', 45.416874582280286, -75.69770514994295, 'Hobby Shop'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Thai Express', 45.421624, -75.697472, 'Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Winners', 45.4218124, -75.6993954, 'Department Store'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Starbucks', 45.416151592430076, -75.69697913612433, 'Coffee Shop'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Express Asian Food', 45.41755238422919, -75.69836574591018, 'Sushi Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Victoria Island', 45.42023618019838, -75.71237693529577, 'Park'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'TacoLot', 45.41690857630877, -75.69837731612924, 'Taco Place'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Gabriel Pizza', 45.41542045419852, -75.69629264612921, 'Pizza Place'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Shoppers Drug Mart', 45.421624, -75.697472, 'Pharmacy'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Compact Music', 45.41746880551266, -75.69818609466319, 'Record Shop'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Kasbah Village', 45.419251, -75.697328, 'Moroccan Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, "C'est Japon À Suisha (Suisha Gardens)", 45.41958376008364, -75.69897699082505, 'Japanese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Tosca Restaurant', 45.418880828620146, -75.69674170798635, 'Italian Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Sparks Street Mall', 45.422319073337476, -75.69871532170684, 'Plaza'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Kowloon Market 九龍超級市場', 45.4105497102172, -75.70771431615029, 'Grocery Store'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Petro-Canada', 45.411115, -75.705966, 'Gas Station'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Tim Hortons', 45.41333603367083, -75.7018060691189, 'Coffee Shop'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Mekong Restaurant', 45.41194458776544, -75.70473906307436, 'Asian Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Oriental Chu Shing Restaurant', 45.41104644056568, -75.70676202256126, 'Chinese Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'New King Shawarma', 45.41745893970498, -75.69811263860913, 'Middle Eastern Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'The Bronson Centre', 45.413260619352364, -75.70683308911062, 'Community Center'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Afghani Kabob Express', 45.416324522448605, -75.69713819568045, 'Afghan Restaurant'), ('Cathedral Hill', 45.41756934999999, -75.70871165, "Ralph's Sports Bar & Fat Albert's", 45.419402, -75.69666, 'Sandwich Place'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'ARC The.Hotel', 45.4203234, -75.6968678, 'Hotel'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Garden of the Provinces & Territories', 45.418729499443, -75.71157895692765, 'Park'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Portage Park', 45.42020181756097, -75.71052496109932, 'Park'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Subway', 45.41622324741019, -75.69740383017245, 'Sandwich Place'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'O-Train Station - Pimisi ❶', 45.413841, -75.713397, 'Light Rail Station'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'LeBreton Flats Park', 45.41619974990928, -75.71675344892286, 'Park'), ('Cathedral Hill', 45.41756934999999, -75.70871165, 'Saigon Pho', 45.41682838804999, -75.6976395824407, 'Vietnamese Restaurant')], [('Cayuga Terrace', 42.9189555, -76.7263397, 'United States Postal Service', 42.91664958641116, -76.72677178682534, 'Post Office'), ('Cayuga Terrace', 42.9189555, -76.7263397, 'Harris Park', 42.917431031034624, -76.72942757233152, 'Park'), ('Cayuga Terrace', 42.9189555, -76.7263397, 'McIntosh Park', 42.919578552246094, -76.7202377319336, 'Soccer Field'), ('Cayuga Terrace', 42.9189555, -76.7263397, 'Creme della Creme Copywriting & Communication', 42.919923, -76.719221, 'Building'), ('Cayuga Terrace', 42.9189555, -76.7263397, 'Lake Cayuga', 42.92726662892491, -76.72799022850494, 'Lake')], [('China Basin', 37.7763295, -122.3918385300904, 'Gus’s Community Market', 37.774281, -122.391432, 'Organic Grocery'), ('China Basin', 37.7763295, -122.3918385300904, 'Philz Coffee', 37.775563171939496, -122.39342495851827, 'Coffee Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Oracle Park', 37.778343845302636, -122.39022624518837, 'Baseball Stadium'), ('China Basin', 37.7763295, -122.3918385300904, "Barry's Bootcamp", 37.777783, -122.392703, 'Gym / Fitness Center'), ('China Basin', 37.7763295, -122.3918385300904, 'Cafe Okawari', 37.778169, -122.393798, 'Café'), ('China Basin', 37.7763295, -122.3918385300904, 'Petit Marlowe', 37.77810134993405, -122.39372700947547, 'Wine Bar'), ('China Basin', 37.7763295, -122.3918385300904, 'Casey’s Pizza', 37.77378310908145, -122.3914946875647, 'Pizza Place'), ('China Basin', 37.7763295, -122.3918385300904, 'Tadu Ethiopian Kitchen', 37.77394977617469, -122.39154316347648, 'Ethiopian Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Cento', 37.77814, -122.3939, 'Coffee Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Club Level', 37.77852002233387, -122.3898106967465, 'Baseball Stadium'), ('China Basin', 37.7763295, -122.3918385300904, 'Tan Bella', 37.77700671319149, -122.39317785079287, 'Tanning Salon'), ('China Basin', 37.7763295, -122.3918385300904, 'United Barbell - CrossFit', 37.777718055071574, -122.39533105530337, 'Gym'), ('China Basin', 37.7763295, -122.3918385300904, 'Gotham Club', 37.77794659380914, -122.38886248289587, 'Lounge'), ('China Basin', 37.7763295, -122.3918385300904, 'Arc Light', 37.779884498140326, -122.39267673110763, 'Residential Building (Apartment / Condo)'), ('China Basin', 37.7763295, -122.3918385300904, 'Orangetheory Fitness', 37.77767689707516, -122.39223830894188, 'Gym'), ('China Basin', 37.7763295, -122.3918385300904, 'District', 37.7785143849399, -122.39323681145245, 'Wine Bar'), ('China Basin', 37.7763295, -122.3918385300904, 'Réveille Coffee Co.', 37.773309270492895, -122.39150810220673, 'Coffee Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Amaluna', 37.773932, -122.388998, 'Performing Arts Venue'), ('China Basin', 37.7763295, -122.3918385300904, 'Saison', 37.77938780708879, -122.39200771519837, 'New American Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Willie Mays Gate', 37.77817280161747, -122.39113721753262, 'Monument / Landmark'), ('China Basin', 37.7763295, -122.3918385300904, 'Mission Bay Kids Park', 37.772068367221706, -122.39254848742782, 'Playground'), ('China Basin', 37.7763295, -122.3918385300904, 'CorePower Yoga', 37.7724151, -122.3915394, 'Yoga Studio'), ('China Basin', 37.7763295, -122.3918385300904, 'Mizu Spa', 37.773582, -122.392009, 'Spa'), ('China Basin', 37.7763295, -122.3918385300904, 'Cento', 37.77872406349572, -122.39377415680684, 'Coffee Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Golden Goat Coffee', 37.780415, -122.394394, 'Coffee Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'The Yard at Mission Rock', 37.776041062240886, -122.38969749519595, 'Pop-Up Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'H.D. Buttercup', 37.77748965637303, -122.39458152227482, 'Furniture / Home Store'), ('China Basin', 37.7763295, -122.3918385300904, 'Marlowe', 37.778288844375226, -122.39668464082726, 'New American Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Little Skillet', 37.77889181818914, -122.39407145476254, 'Southern / Soul Food Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Twenty Five Lusk', 37.77835953523223, -122.39432598705707, 'New American Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Super Duper', 37.779233, -122.388768, 'Burger Joint'), ('China Basin', 37.7763295, -122.3918385300904, 'Local Brewing Co.', 37.77654983503303, -122.39717070020274, 'Brewery'), ('China Basin', 37.7763295, -122.3918385300904, 'Giants Dugout Store', 37.7776339022743, -122.39094604243292, 'Sporting Goods Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Bamboo Reef Scuba Diving Centers', 37.7784711061957, -122.39679538091133, 'Dive Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Bay Club SF Tennis', 37.77657116788515, -122.39794804801016, 'Tennis Court'), ('China Basin', 37.7763295, -122.3918385300904, 'Victory Hall & Parlor', 37.77889617601748, -122.39408481124566, 'Cocktail Bar'), ('China Basin', 37.7763295, -122.3918385300904, 'SPARK Social SF', 37.770762323964824, -122.39168869234159, 'Street Food Gathering'), ('China Basin', 37.7763295, -122.3918385300904, 'Stagecoach Greens', 37.770866669805045, -122.39026079929145, 'Mini Golf'), ('China Basin', 37.7763295, -122.3918385300904, "Alexander's Steakhouse", 37.7793, -122.39568, 'Steakhouse'), ('China Basin', 37.7763295, -122.3918385300904, 'Via Rooftop Patio', 37.77924969572573, -122.39085780739329, 'Bar'), ('China Basin', 37.7763295, -122.3918385300904, 'Cockscomb', 37.778578, -122.397395, 'New American Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'SFFSoccer Mission Bay Field', 37.770886293928626, -122.39219662369176, 'Soccer Field'), ('China Basin', 37.7763295, -122.3918385300904, 'Spro Coffeelab', 37.770834669167435, -122.39139973258138, 'Coffee Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Bluxome Street Winery', 37.776612713538846, -122.39682451452411, 'Winery'), ('China Basin', 37.7763295, -122.3918385300904, 'South Park', 37.78164992591033, -122.39389926195145, 'Park'), ('China Basin', 37.7763295, -122.3918385300904, 'Willie Mays Statue', 37.77795361363412, -122.3914447276049, 'Outdoor Sculpture'), ('China Basin', 37.7763295, -122.3918385300904, 'Vim & Vigor', 37.77697179497792, -122.39319531487268, 'Salon / Barbershop'), ('China Basin', 37.7763295, -122.3918385300904, 'Cafe Lambretta', 37.780484827302764, -122.39043773417386, 'Café'), ('China Basin', 37.7763295, -122.3918385300904, 'Darwin Cafe', 37.78066918586424, -122.39611478734527, 'Café'), ('China Basin', 37.7763295, -122.3918385300904, 'Troya', 37.779102, -122.393648, 'Mediterranean Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'HWA RANG KWAN Martial Arts Center', 37.77944541354323, -122.3973002667558, 'Martial Arts School'), ('China Basin', 37.7763295, -122.3918385300904, 'Death By Taco', 37.77582038886468, -122.39358418270868, 'Mexican Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Blue Bottle Coffee', 37.78249688302822, -122.39298243819015, 'Coffee Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'JAX Vineyards', 37.7814099590571, -122.39272364864011, 'Vineyard'), ('China Basin', 37.7763295, -122.3918385300904, 'Garaje', 37.78174497823888, -122.396150865862, 'Mexican Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Alchemist Bar & Lounge', 37.77899764754291, -122.3929789787545, 'Bar'), ('China Basin', 37.7763295, -122.3918385300904, 'HRD', 37.78104280505049, -122.39555929325681, 'Korean Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Brickhouse Cafe', 37.77961400250106, -122.39517967879834, 'Burger Joint'), ('China Basin', 37.7763295, -122.3918385300904, 'Hotel VIA', 37.77921281664262, -122.39065771096335, 'Hotel'), ('China Basin', 37.7763295, -122.3918385300904, 'ROOH', 37.78130761598392, -122.3926918659228, 'Indian Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Koja Kitchen', 37.77059732006899, -122.39152011547803, 'Food Truck'), ('China Basin', 37.7763295, -122.3918385300904, 'Epic Hybrid Training', 37.77995154746405, -122.39423838139274, 'Gym / Fitness Center'), ('China Basin', 37.7763295, -122.3918385300904, 'The Point', 37.77783067257143, -122.39705100858961, 'Coffee Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Off the Grid: South Park', 37.781119019055886, -122.39307569694438, 'Street Food Gathering'), ('China Basin', 37.7763295, -122.3918385300904, 'Coin-Op Game Room', 37.77927429404577, -122.39803206320987, 'Bar'), ('China Basin', 37.7763295, -122.3918385300904, 'Triples Alley', 37.77787605079178, -122.38876193628998, 'Athletics & Sports'), ('China Basin', 37.7763295, -122.3918385300904, '21st Amendment Brewery & Restaurant', 37.78234640506517, -122.39258776252451, 'Brewery'), ('China Basin', 37.7763295, -122.3918385300904, 'SF Flower Mart', 37.77543468603542, -122.40091302521668, 'Flower Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Bleachers', 37.77872614027218, -122.38840201750979, 'Baseball Stadium'), ('China Basin', 37.7763295, -122.3918385300904, 'Kama O Deli', 37.780268240678275, -122.39455837966295, 'Japanese Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Mission Creek Park', 37.77153814493051, -122.39875300089395, 'Park'), ('China Basin', 37.7763295, -122.3918385300904, 'South Park Cafe', 37.781550069091665, -122.39417530662409, 'French Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Picnic on Third', 37.7814950048557, -122.39592611291373, 'Bistro'), ('China Basin', 37.7763295, -122.3918385300904, 'K&L Wine Merchants', 37.77967752924669, -122.40080731815215, 'Wine Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Marina Gate', 37.7783987010225, -122.38793165252615, 'Baseball Stadium'), ('China Basin', 37.7763295, -122.3918385300904, 'Oracle Suite', 37.778606607688815, -122.38942897809369, 'Baseball Stadium'), ('China Basin', 37.7763295, -122.3918385300904, 'Hakashi', 37.78156802145504, -122.3962355941933, 'Sushi Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'Señor Sisig', 37.77069225279081, -122.39139287814659, 'Food Truck'), ('China Basin', 37.7763295, -122.3918385300904, 'UCSF Bakar Fitness & Rec Center', 37.76814602174398, -122.39329041224224, 'Gym'), ('China Basin', 37.7763295, -122.3918385300904, 'Pawtrero Bathhouse & Feed Co.', 37.78385, -122.3893422, 'Pet Store'), ('China Basin', 37.7763295, -122.3918385300904, 'The American Grilled Cheese Kitchen', 37.782311405618195, -122.39280528231545, 'Sandwich Place'), ('China Basin', 37.7763295, -122.3918385300904, 'Fantastico', 37.775550737581085, -122.40157588329494, 'Arts & Crafts Store'), ('China Basin', 37.7763295, -122.3918385300904, 'Black Hammer Brewing', 37.780548938513355, -122.39689618086895, 'Brewery'), ('China Basin', 37.7763295, -122.3918385300904, 'South Beach Harbor Park', 37.7804754990196, -122.38808155059814, 'Park'), ('China Basin', 37.7763295, -122.3918385300904, 'GitHub Suite 49', 37.778664223147146, -122.38933835591227, 'Baseball Stadium'), ('China Basin', 37.7763295, -122.3918385300904, 'Berry Basketball Courts', 37.771911126215784, -122.39793109723831, 'Basketball Court'), ('China Basin', 37.7763295, -122.3918385300904, 'McCovey Point', 37.77659222103207, -122.38764936433945, 'Outdoor Sculpture'), ('China Basin', 37.7763295, -122.3918385300904, 'The Bar @ Spark Social Sf', 37.770928999999995, -122.39053799999999, 'Bar'), ('China Basin', 37.7763295, -122.3918385300904, 'Crossroads Café', 37.782959, -122.389008, 'Café'), ('China Basin', 37.7763295, -122.3918385300904, 'MNTSTUDIO', 37.77353676622856, -122.40265339486646, 'Gym / Fitness Center'), ('China Basin', 37.7763295, -122.3918385300904, 'Bobcha', 37.77084244356614, -122.39140394226848, 'Food Truck'), ('China Basin', 37.7763295, -122.3918385300904, 'Mission Creek Dog Park', 37.77097519246485, -122.39945748719282, 'Dog Run'), ('China Basin', 37.7763295, -122.3918385300904, "Bowl'd Acai", 37.77071862782554, -122.39127670479662, 'Food Truck'), ('China Basin', 37.7763295, -122.3918385300904, 'La Capra Coffee', 37.78292, -122.398241, 'Coffee Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'SAJJ Mediterranean', 37.78139388822888, -122.39163160370434, 'Mediterranean Restaurant'), ('China Basin', 37.7763295, -122.3918385300904, 'The Clocktower Building', 37.78377397892649, -122.39344630652968, 'Residential Building (Apartment / Condo)'), ('China Basin', 37.7763295, -122.3918385300904, 'Mission Bay Commons', 37.77088435437199, -122.38857507705688, 'Park'), ('China Basin', 37.7763295, -122.3918385300904, 'Steep Creamery', 37.7824970392097, -122.39117883933675, 'Ice Cream Shop'), ('China Basin', 37.7763295, -122.3918385300904, 'Pazzia Caffe & Trattoria', 37.78326936780271, -122.39831963071339, 'Pizza Place'), ('China Basin', 37.7763295, -122.3918385300904, 'Huffaker Park', 37.77175661415113, -122.39620566139752, 'Park')], [('Chinatown', 37.7943011, -122.4063757, 'Blue Bottle Coffee', 37.792771, -122.404833, 'Coffee Shop'), ('Chinatown', 37.7943011, -122.4063757, "Old Saint Mary's Cathedral (Old Cathedral of Saint Mary)", 37.79277194244935, -122.40590981024013, 'Church'), ('Chinatown', 37.7943011, -122.4063757, 'Hinodeya', 37.794655999999996, -122.404544, 'Ramen Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Yi Fang Taiwan Fruit Tea', 37.795038, -122.407614, 'Bubble Tea Shop'), ('Chinatown', 37.7943011, -122.4063757, "Mister Jiu's", 37.79379008659567, -122.40661544924471, 'Chinese Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Eastern Bakery', 37.793775834734205, -122.40617835941858, 'Bakery'), ('Chinatown', 37.7943011, -122.4063757, 'Kusakabe', 37.795498406823384, -122.4029523282336, 'Sushi Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Trestle', 37.796305816613604, -122.40453417551656, 'New American Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'The Coffee Movement', 37.79468690077009, -122.41029876599761, 'Coffee Shop'), ('Chinatown', 37.7943011, -122.4063757, "Tailors' Keep", 37.795570487240866, -122.4036290862348, "Men's Store"), ('Chinatown', 37.7943011, -122.4063757, 'Good Mong Kok Bakery', 37.795458712845154, -122.40818052928776, 'Dim Sum Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Wingtip', 37.79446296800666, -122.40280893399066, "Men's Store"), ('Chinatown', 37.7943011, -122.4063757, 'Maritime Wine Tasting Studio', 37.7972919256034, -122.40565180869211, 'Wine Bar'), ('Chinatown', 37.7943011, -122.4063757, 'Shinola', 37.796091703447885, -122.4029125462635, "Men's Store"), ('Chinatown', 37.7943011, -122.4063757, 'Verjus', 37.79557864506594, -122.40267528379337, 'Wine Bar'), ('Chinatown', 37.7943011, -122.4063757, 'Comstock Saloon', 37.797039404153615, -122.40553031358306, 'Cocktail Bar'), ('Chinatown', 37.7943011, -122.4063757, 'The Vault', 37.792074, -122.403972, 'Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'R&G Lounge 嶺南小館', 37.79407153466883, -122.40472405865627, 'Cantonese Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Chong Qing Xiao Mian', 37.7964178, -122.4053695, 'Szechuan Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'City Lights Bookstore', 37.797694754654415, -122.4064516225218, 'Bookstore'), ('Chinatown', 37.7943011, -122.4063757, 'William Stout Architectural Books', 37.79659805209962, -122.4034649105084, 'Bookstore'), ('Chinatown', 37.7943011, -122.4063757, 'Réveille Coffee Co.', 37.79720357373528, -122.40558850097074, 'Coffee Shop'), ('Chinatown', 37.7943011, -122.4063757, 'Z & Y Restaurant', 37.79611214947366, -122.40607799181394, 'Szechuan Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'The Ritz-Carlton, San Francisco', 37.791812, -122.407101, 'Hotel'), ('Chinatown', 37.7943011, -122.4063757, 'Wayfare Tavern', 37.793903, -122.402272, 'New American Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Cotogna', 37.797345664268256, -122.40362430843288, 'Italian Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Sababa', 37.791185, -122.404219, 'Mediterranean Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Pushkin', 37.79094301071348, -122.40387738626474, 'Russian Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Bay Club - Financial District', 37.79244257035223, -122.40399942893842, 'Gym'), ('Chinatown', 37.7943011, -122.4063757, 'Golden Star Vietnamese Restaurant', 37.79452637823364, -122.40560257441966, 'Vietnamese Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Vesuvio Cafe', 37.79760169654486, -122.40641342838661, 'Dive Bar'), ('Chinatown', 37.7943011, -122.4063757, 'Allbirds', 37.79617084883362, -122.40291978128678, 'Shoe Store'), ('Chinatown', 37.7943011, -122.4063757, 'The Fairmont San Francisco', 37.79236732627899, -122.41046086117939, 'Hotel'), ('Chinatown', 37.7943011, -122.4063757, 'Moon Gate Lounge', 37.7937384951447, -122.4065351797444, 'Lounge'), ('Chinatown', 37.7943011, -122.4063757, 'Bix', 37.79676889447939, -122.4029572795956, 'New American Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'The Occidental Cigar Club', 37.79179551117991, -122.40378011785673, 'Whisky Bar'), ('Chinatown', 37.7943011, -122.4063757, 'San Francisco Cable Car Museum', 37.79467940799266, -122.41142910189285, 'History Museum'), ('Chinatown', 37.7943011, -122.4063757, 'Akiko’s Restaurant & Sushi Bar', 37.790623, -122.404657, 'Sushi Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Omni San Francisco Hotel', 37.793119745957455, -122.4031025916338, 'Hotel'), ('Chinatown', 37.7943011, -122.4063757, 'Jackson Square', 37.79676573123542, -122.4022075022127, 'Neighborhood'), ('Chinatown', 37.7943011, -122.4063757, 'Transamerica Redwood Park', 37.79524987133324, -122.40231335163116, 'Park'), ('Chinatown', 37.7943011, -122.4063757, 'Golden Gate Bakery', 37.79643506491485, -122.40673366663002, 'Bakery'), ('Chinatown', 37.7943011, -122.4063757, 'Quince', 37.79741190944881, -122.40325807183305, 'New American Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'The AA Bakery & Cafe', 37.79572019861116, -122.40828611843551, 'Bakery'), ('Chinatown', 37.7943011, -122.4063757, 'Molinari Delicatessen', 37.798388, -122.40788, 'Deli / Bodega'), ('Chinatown', 37.7943011, -122.4063757, 'il Casaro Pizzeria & Mozzarella Bar', 37.79844696816602, -122.40744716226986, 'Pizza Place'), ('Chinatown', 37.7943011, -122.4063757, 'Green Tortoise Hostel', 37.798072162046594, -122.40533981694207, 'Hostel'), ('Chinatown', 37.7943011, -122.4063757, 'Mendocino Farms', 37.792686636906865, -122.40210344384357, 'Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Enjoy Vegetarian Restaurant', 37.79583330118931, -122.40509327113475, 'Vegetarian / Vegan Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Cafe Me', 37.7960627267963, -122.40182147391126, 'Café'), ('Chinatown', 37.7943011, -122.4063757, 'The Archive', 37.789494095008216, -122.40576567208811, "Men's Store"), ('Chinatown', 37.7943011, -122.4063757, 'Señor Sisig', 37.79202743496446, -122.40146627957604, 'Food Truck'), ('Chinatown', 37.7943011, -122.4063757, "Sam's", 37.79786038609626, -122.40739057960295, 'Burger Joint'), ('Chinatown', 37.7943011, -122.4063757, 'Bouche', 37.79028831910032, -122.40735094045411, 'French Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Collis P. Huntington Park', 37.79216169939808, -122.4121543765068, 'Park'), ('Chinatown', 37.7943011, -122.4063757, 'Wingtip Club', 37.794432602975164, -122.40282190334935, 'Cocktail Bar'), ('Chinatown', 37.7943011, -122.4063757, 'Family Cafe', 37.798577, -122.40735900000001, 'Café'), ('Chinatown', 37.7943011, -122.4063757, 'Equinox Pine Street', 37.79203563226458, -122.40128885292381, 'Gym'), ('Chinatown', 37.7943011, -122.4063757, 'Jack Kerouac Alley', 37.797582552090994, -122.40644258196606, 'Pedestrian Plaza'), ('Chinatown', 37.7943011, -122.4063757, 'Home', 37.791312, -122.405899, 'Coffee Shop'), ('Chinatown', 37.7943011, -122.4063757, 'Benefit Cosmetics', 37.78989794711177, -122.40493386983871, 'Cosmetics Shop'), ('Chinatown', 37.7943011, -122.4063757, 'Eight Tables by George Chen', 37.7983553, -122.4077918, 'Chinese Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Aesop Jackson Square', 37.7963425660267, -122.40264635276127, 'Cosmetics Shop'), ('Chinatown', 37.7943011, -122.4063757, "Capo's", 37.79864419203599, -122.40836235276521, 'Pizza Place'), ('Chinatown', 37.7943011, -122.4063757, 'Blue Bottle Coffee', 37.789744, -122.403652, 'Coffee Shop'), ('Chinatown', 37.7943011, -122.4063757, 'China Live', 37.7980266, -122.4078575, 'Chinese Restaurant'), ('Chinatown', 37.7943011, -122.4063757, "Muracci's Japanese Curry & Grill", 37.791, -122.404282, 'Japanese Curry Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Homegrown', 37.793617, -122.4, 'Sandwich Place'), ('Chinatown', 37.7943011, -122.4063757, 'Blue Bottle Coffee', 37.79132021905332, -122.40098297595978, 'Coffee Shop'), ('Chinatown', 37.7943011, -122.4063757, 'Sushirrito', 37.790227277138705, -122.40389696995778, 'Sushi Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Embarcadero Center Cinema', 37.79487082560101, -122.39964765424062, 'Indie Movie Theater'), ('Chinatown', 37.7943011, -122.4063757, 'Caffe Trieste', 37.79867045512045, -122.40733865973733, 'Coffee Shop'), ('Chinatown', 37.7943011, -122.4063757, "Al's Attire", 37.798936861080186, -122.40723719734363, 'Clothing Store'), ('Chinatown', 37.7943011, -122.4063757, 'Réveille Coffee Co. Truck', 37.796640039168146, -122.40035443582728, 'Food Truck'), ('Chinatown', 37.7943011, -122.4063757, 'Tunnel Top', 37.790278000572236, -122.4072361885583, 'Bar'), ('Chinatown', 37.7943011, -122.4063757, 'Sotto Mare Oysteria and Seafood Restaurant', 37.799624753044924, -122.40835693948438, 'Seafood Restaurant'), ('Chinatown', 37.7943011, -122.4063757, "Mo's Grill", 37.799180787833315, -122.40727907080132, 'Diner'), ('Chinatown', 37.7943011, -122.4063757, 'The Huntington Hotel', 37.791329475329476, -122.4122247084826, 'Hotel'), ('Chinatown', 37.7943011, -122.4063757, 'Golden Boy Pizza', 37.79984, -122.40807, 'Pizza Place'), ('Chinatown', 37.7943011, -122.4063757, 'Onigilly', 37.791467040344536, -122.40406312658435, 'Japanese Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Kokkari Estiatorio', 37.79688301339759, -122.39965473755873, 'Greek Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Chinatown Gate', 37.7906869057099, -122.40562952774377, 'Monument / Landmark'), ('Chinatown', 37.7943011, -122.4063757, 'Plentea', 37.79145178854404, -122.4040515374968, 'Bubble Tea Shop'), ('Chinatown', 37.7943011, -122.4063757, 'Rue Lepic', 37.790912678347404, -122.41076957699637, 'French Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'lululemon athletica', 37.79017138154807, -122.40578681230545, 'Clothing Store'), ('Chinatown', 37.7943011, -122.4063757, 'Tiffany & Co.', 37.7885979, -122.4077075, 'Jewelry Store'), ('Chinatown', 37.7943011, -122.4063757, 'Labyrinth at Grace Cathedral', 37.79212161752906, -122.41291366763596, 'Sculpture Garden'), ('Chinatown', 37.7943011, -122.4063757, 'Maison Margiela', 37.78826107452542, -122.40576506157396, 'Boutique'), ('Chinatown', 37.7943011, -122.4063757, 'Mixt', 37.790332008562416, -122.40392802552624, 'Salad Place'), ('Chinatown', 37.7943011, -122.4063757, 'Pure Organic Spa', 37.78928634075461, -122.40919054070815, 'Spa'), ('Chinatown', 37.7943011, -122.4063757, 'Stella Pastry and Cafe', 37.799143, -122.408319, 'Bakery'), ('Chinatown', 37.7943011, -122.4063757, 'Wheel House', 37.79448116053331, -122.39996995222829, 'Gym'), ('Chinatown', 37.7943011, -122.4063757, 'Crocker Galleria Roof Terrace', 37.78914610393464, -122.40244687451936, 'Roof Deck'), ('Chinatown', 37.7943011, -122.4063757, 'Venticello', 37.794303393322515, -122.41311910028968, 'Italian Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Big 4 Restaurant', 37.7914899311035, -122.41239296657055, 'American Restaurant'), ('Chinatown', 37.7943011, -122.4063757, 'Vallejo Street Steps', 37.799172725859854, -122.40412419910872, 'Scenic Lookout'), ('Chinatown', 37.7943011, -122.4063757, 'Grace Cathedral', 37.79166582464069, -122.41334845310054, 'Church'), ('Chinatown', 37.7943011, -122.4063757, 'Apple Union Square', 37.788689736326674, -122.4071735143661, 'Electronics Store'), ('Chinatown', 37.7943011, -122.4063757, 'Glow Yoga & Wellness', 37.80012544107976, -122.40911399042773, 'Yoga Studio'), ('Chinatown', 37.7943011, -122.4063757, 'Williams-Sonoma', 37.78837660319474, -122.40744602791888, 'Kitchen Supply Store')], [('Civic Center', 37.7795939, -122.4167938, 'Asian Art Museum', 37.780177691822274, -122.41650543857212, 'Art Museum'), ('Civic Center', 37.7795939, -122.4167938, 'Orpheum Theatre', 37.77931513142802, -122.41479024053517, 'Theater'), ('Civic Center', 37.7795939, -122.4167938, 'Philz Coffee', 37.781266078330276, -122.41690086946063, 'Coffee Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Ananda Fuara', 37.77769251469199, -122.41635331222618, 'Vegetarian / Vegan Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'George and Lennie', 37.781701059650835, -122.41521318340857, 'Coffee Shop'), ('Civic Center', 37.7795939, -122.4167938, 'The Strand', 37.7798876509815, -122.41313778134582, 'Theater'), ('Civic Center', 37.7795939, -122.4167938, 'Louise M. Davies Symphony Hall', 37.7779761642689, -122.42015694896058, 'Concert Hall'), ('Civic Center', 37.7795939, -122.4167938, 'Golden Era Vegan', 37.78149473910515, -122.41682231651436, 'Vegetarian / Vegan Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Herbst Theater', 37.779548182877924, -122.42095293686124, 'Concert Hall'), ('Civic Center', 37.7795939, -122.4167938, 'Blue Bottle Coffee', 37.77628641647586, -122.41686701774597, 'Coffee Shop'), ('Civic Center', 37.7795939, -122.4167938, 'War Memorial Opera House', 37.77860106097681, -122.42081554583409, 'Opera House'), ('Civic Center', 37.7795939, -122.4167938, 'Whitechapel', 37.782229672214264, -122.41888384430436, 'Cocktail Bar'), ('Civic Center', 37.7795939, -122.4167938, 'San Francisco Ballet', 37.77858023622605, -122.42079814446592, 'Dance Studio'), ('Civic Center', 37.7795939, -122.4167938, 'Arsicault Bakery', 37.780789, -122.413433, 'Bakery'), ('Civic Center', 37.7795939, -122.4167938, 'Andersen Bread', 37.77690649759969, -122.41739981094887, 'Bakery'), ('Civic Center', 37.7795939, -122.4167938, 'Ales Unlimited: Beer Basement', 37.782751010518155, -122.41565625777173, 'Beer Bar'), ('Civic Center', 37.7795939, -122.4167938, 'Saigon Sandwich', 37.783084082892096, -122.41764971994778, 'Sandwich Place'), ('Civic Center', 37.7795939, -122.4167938, 'Fitness SF', 37.776161, -122.416413, 'Gym / Fitness Center'), ('Civic Center', 37.7795939, -122.4167938, 'The Beer Hall', 37.77683728951549, -122.41791582317194, 'Beer Bar'), ('Civic Center', 37.7795939, -122.4167938, 'SPARC SF', 37.77682719000433, -122.4141162698344, 'Marijuana Dispensary'), ('Civic Center', 37.7795939, -122.4167938, 'City Beer Store', 37.778493094160055, -122.4122441455316, 'Beer Bar'), ('Civic Center', 37.7795939, -122.4167938, "Brenda's French Soul Food", 37.782896409128426, -122.41889744997026, 'Southern / Soul Food Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Villon', 37.780865252229155, -122.41247055353418, 'French Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'War Memorial Court', 37.77904241854804, -122.42097079753876, 'Park'), ('Civic Center', 37.7795939, -122.4167938, 'Heart of The City Farmers Market', 37.77989039851448, -122.41431623697281, 'Farmers Market'), ('Civic Center', 37.7795939, -122.4167938, 'Alonzo King LINES Dance Center', 37.78011579001734, -122.41218675901435, 'Dance Studio'), ('Civic Center', 37.7795939, -122.4167938, 'The Market', 37.77656006546319, -122.41727455535519, 'Food & Drink Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Coffee Cultures', 37.77608918504131, -122.41471693189158, 'Coffee Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Onsen', 37.783642008738866, -122.41544348275967, 'Spa'), ('Civic Center', 37.7795939, -122.4167938, 'Proper Hotel San Francisco', 37.780876, -122.412456, 'Hotel'), ('Civic Center', 37.7795939, -122.4167938, 'Sydney Goldstein Theater', 37.77703051397989, -122.42097920444503, 'Performing Arts Venue'), ('Civic Center', 37.7795939, -122.4167938, 'Square Pie Guys', 37.77922897497529, -122.41086959838866, 'Pizza Place'), ('Civic Center', 37.7795939, -122.4167938, 'SFJazz Center', 37.77635001768186, -122.42153942584991, 'Jazz Club'), ('Civic Center', 37.7795939, -122.4167938, 'New Conservatory Theatre Center', 37.775591039720815, -122.419753074646, 'Theater'), ('Civic Center', 37.7795939, -122.4167938, "Charmaine's", 37.78080017966184, -122.41234271279701, 'Hotel Bar'), ('Civic Center', 37.7795939, -122.4167938, 'Books, Inc.', 37.78161387913699, -122.42053066602286, 'Bookstore'), ('Civic Center', 37.7795939, -122.4167938, 'Birdsong', 37.77942453003254, -122.41047319701762, 'Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Poké Bar', 37.77650665694416, -122.41725365378144, 'Poke Place'), ('Civic Center', 37.7795939, -122.4167938, 'Nojo Ramen Tavern', 37.776636596637324, -122.42127005612625, 'Ramen Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Vive La Tarte', 37.77701166643817, -122.41089851840502, 'Café'), ('Civic Center', 37.7795939, -122.4167938, 'Maker & Moss', 37.77714415477228, -122.42236797826467, 'Furniture / Home Store'), ('Civic Center', 37.7795939, -122.4167938, 'Warby Parker', 37.7768639, -122.421964, 'Optical Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Hinata', 37.78308964325582, -122.42073168119563, 'Sushi Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'San Francisco Conservatory of Music', 37.77548927672023, -122.42038071155547, 'Music School'), ('Civic Center', 37.7795939, -122.4167938, 'MAC Modern Appealing Clothing', 37.777784539137244, -122.42285238577169, 'Boutique'), ('Civic Center', 37.7795939, -122.4167938, 'Saint Frank', 37.77951880012043, -122.41043187684741, 'Coffee Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Urban Bowls', 37.778139, -122.422168, 'Poke Place'), ('Civic Center', 37.7795939, -122.4167938, 'The Flying Falafel', 37.781323, -122.411138, 'Mediterranean Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Ralph Gracie Jiu-Jitsu', 37.776685898456954, -122.41115481015788, 'Gym'), ('Civic Center', 37.7795939, -122.4167938, 'Arlequin Wine Merchant', 37.77706078179804, -122.4226046384463, 'Wine Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Cellarmaker Brewing Company', 37.77711631701571, -122.41071357551509, 'Brewery'), ('Civic Center', 37.7795939, -122.4167938, 'Lers Ros Thai', 37.78475865530321, -122.41781120656418, 'Thai Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Urban Pharm', 37.77494954387625, -122.41560297485357, 'Marijuana Dispensary'), ('Civic Center', 37.7795939, -122.4167938, 'Monsieur Benjamin', 37.77747803178731, -122.42313085901189, 'French Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'DragonEats', 37.77828924352882, -122.42326633672, 'Vietnamese Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Welcome Stranger', 37.777498514169416, -122.4231245664023, "Men's Store"), ('Civic Center', 37.7795939, -122.4167938, 'Design Rehab', 37.782630920410156, -122.41081237792969, 'Design Studio'), ('Civic Center', 37.7795939, -122.4167938, 'Linden Room', 37.77650338991626, -122.42279392034109, 'Cocktail Bar'), ('Civic Center', 37.7795939, -122.4167938, 'Blue Bottle Coffee', 37.776430131820725, -122.42322360122202, 'Coffee Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Great American Music Hall', 37.784980408613364, -122.41890618707757, 'Rock Club'), ('Civic Center', 37.7795939, -122.4167938, 'Fig & Thistle Wine Bar', 37.777256, -122.423365, 'Wine Bar'), ('Civic Center', 37.7795939, -122.4167938, 'Robin', 37.77912710677569, -122.4233780760793, 'Sushi Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Birba', 37.77774961586494, -122.42415851391236, 'Wine Bar'), ('Civic Center', 37.7795939, -122.4167938, "Smuggler's Cove", 37.779386096750486, -122.42342185454173, 'Tiki Bar'), ('Civic Center', 37.7795939, -122.4167938, 'NEMA Fitness Center', 37.77570025515648, -122.41694175340736, 'Gym'), ('Civic Center', 37.7795939, -122.4167938, 'Absinthe Brasserie & Bar', 37.7770088434818, -122.423003716262, 'French Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Center for New Music', 37.78290983042214, -122.41086438203486, 'Music Venue'), ('Civic Center', 37.7795939, -122.4167938, 'RS94109', 37.78563944612241, -122.41816520690917, 'Record Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Fatted Calf', 37.77593518054966, -122.42314601183367, 'Butcher'), ('Civic Center', 37.7795939, -122.4167938, 'Montesacro', 37.78171949169427, -122.40987542855284, 'Pizza Place'), ('Civic Center', 37.7795939, -122.4167938, 'Brannan Food Trucks', 37.782672060833136, -122.41027210933136, 'Food Truck'), ('Civic Center', 37.7795939, -122.4167938, 'Chez Maman', 37.77695950756382, -122.42309400412454, 'French Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Phở 2000', 37.78389589839736, -122.41778706363343, 'Vietnamese Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Linden Alley', 37.77632881728594, -122.42359399795532, 'Pedestrian Plaza'), ('Civic Center', 37.7795939, -122.4167938, 'Zen Yai Thai', 37.78416117171062, -122.41909451046384, 'Thai Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'STUDIOMIX', 37.78511904186168, -122.4209531548301, 'Gym'), ('Civic Center', 37.7795939, -122.4167938, 'RT Rotisserie', 37.77520425782901, -122.42106090390654, 'New American Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Hayes Valley Bakeworks', 37.77863114476124, -122.4231970310211, 'Bakery'), ('Civic Center', 37.7795939, -122.4167938, 'a Mano', 37.776916945347146, -122.42385625239876, 'Italian Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Chantal Guillon Macarons & Tea', 37.776788858914664, -122.42360597285621, 'Dessert Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Ritual Coffee Roasters', 37.776476344721765, -122.42428110362547, 'Coffee Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Christopher Elbow Chocolates', 37.776831227503756, -122.42304763388056, 'Chocolate Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Forgery', 37.77391167623702, -122.41749948364149, 'Cocktail Bar'), ('Civic Center', 37.7795939, -122.4167938, 'Tender', 37.7862551155958, -122.41731657973877, 'Wine Bar'), ('Civic Center', 37.7795939, -122.4167938, 'Lers Ros Thai', 37.77704539388715, -122.42167066545659, 'Thai Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'The Cake Gallery', 37.77399723081431, -122.41188163792187, 'Bakery'), ('Civic Center', 37.7795939, -122.4167938, 'Equator Coffees & Teas', 37.78259750945642, -122.41021782159805, 'Coffee Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Big', 37.78333171259477, -122.4107311465506, 'Cocktail Bar'), ('Civic Center', 37.7795939, -122.4167938, 'Hải Ký Mì Gia', 37.78420682863829, -122.41791080836798, 'Vietnamese Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Anina', 37.77671255766366, -122.42427346398327, 'Cocktail Bar'), ('Civic Center', 37.7795939, -122.4167938, "Rusty's Southern", 37.784200364220894, -122.41851811012705, 'Southern / Soul Food Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Rich Table', 37.774891, -122.422736, 'New American Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Smitten Ice Cream', 37.77627287864489, -122.4242347862329, 'Ice Cream Shop'), ('Civic Center', 37.7795939, -122.4167938, "Ike's Sandwiches", 37.78514559764317, -122.4196290626362, 'Sandwich Place'), ('Civic Center', 37.7795939, -122.4167938, 'Papito Hayes', 37.776712974906005, -122.42345869766629, 'Mexican Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'The Lucky Pig', 37.78515514970279, -122.41771348117557, 'Korean Restaurant'), ('Civic Center', 37.7795939, -122.4167938, 'Project Juice', 37.77703506634984, -122.42237512343148, 'Juice Bar'), ('Civic Center', 37.7795939, -122.4167938, 'Garrett Leight California Optical', 37.776864417455016, -122.42279695271827, 'Optical Shop'), ('Civic Center', 37.7795939, -122.4167938, 'Frena Bakery and Cafe', 37.78050015142697, -122.4082504232679, 'Bakery'), ('Civic Center', 37.7795939, -122.4167938, 'Nightbird', 37.77654051357484, -122.42290414755027, 'Restaurant')], [('Clarendon Heights', 37.755154, -122.4528729, 'Twin Peaks Summit', 37.75457824954849, -122.44688093662262, 'Hill'), ('Clarendon Heights', 37.755154, -122.4528729, 'Mount Sutro Summit', 37.758225289054195, -122.45711848864407, 'Mountain'), ('Clarendon Heights', 37.755154, -122.4528729, 'Mount Sutro Open Space Reserve', 37.75887458901422, -122.45726108551025, 'Park'), ('Clarendon Heights', 37.755154, -122.4528729, 'Sutro Tower', 37.75536, -122.45289, 'Monument / Landmark'), ('Clarendon Heights', 37.755154, -122.4528729, 'Midtown Terrace Park & Rec Center', 37.751736794179315, -122.45581961111225, 'Playground'), ('Clarendon Heights', 37.755154, -122.4528729, 'Twin Peaks Summit (North/Eureka Peak)', 37.75315314996302, -122.44729936122896, 'Scenic Lookout'), ('Clarendon Heights', 37.755154, -122.4528729, 'Tank Hill Park', 37.759971886124504, -122.44765487248173, 'Park'), ('Clarendon Heights', 37.755154, -122.4528729, 'Twin Peaks Summit (South/Noe Peak)', 37.751579570617366, -122.44768023490906, 'Scenic Lookout'), ('Clarendon Heights', 37.755154, -122.4528729, 'Pemberton Steps', 37.758293558681466, -122.44692653417586, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'Twin Peaks Stairs', 37.7519888741256, -122.44677633047105, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, "Adel's Wine Cellar", 37.761542999999996, -122.448889, 'Wine Bar'), ('Clarendon Heights', 37.755154, -122.4528729, 'Grattan Park', 37.76280378305163, -122.45156452605639, 'Playground'), ('Clarendon Heights', 37.755154, -122.4528729, 'Ladle & Leaf', 37.76267025882376, -122.45896697044373, 'Salad Place'), ('Clarendon Heights', 37.755154, -122.4528729, 'Interior Greenbelt', 37.760462569113216, -122.45347745291541, 'Park'), ('Clarendon Heights', 37.755154, -122.4528729, 'Twin Peaks Native Plant Restoration', 37.75476386669129, -122.44642293388888, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'Uranus Terrace', 37.76111384571172, -122.44556665420534, 'Road'), ('Clarendon Heights', 37.755154, -122.4528729, 'New Upper Terrace Market', 37.7618573013668, -122.44535733517779, 'Convenience Store'), ('Clarendon Heights', 37.755154, -122.4528729, 'Forest Hill Park', 37.748133257375436, -122.45914983819807, 'Park'), ('Clarendon Heights', 37.755154, -122.4528729, 'Historic Trail', 37.758045118833245, -122.4510502067247, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'Glenhaven Lane Stairs', 37.755570713402115, -122.45692580938338, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'Twin Peaks Reservoir', 37.756202659943916, -122.4485492706299, 'Reservoir'), ('Clarendon Heights', 37.755154, -122.4528729, 'Blairwood Lane Stairs', 37.754285597408966, -122.4581354856491, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'East Ridge Trail', 37.7582941379166, -122.45676703154167, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'Angel of Hope', 37.76008907400986, -122.45031542120438, 'Public Art'), ('Clarendon Heights', 37.755154, -122.4528729, 'Jin Wang', 37.757824, -122.446695, 'Tailor Shop'), ('Clarendon Heights', 37.755154, -122.4528729, 'West Ridge Trail', 37.7578010559082, -122.45963287353516, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'The Neighborhood Garden', 37.75889838633717, -122.44627096403529, 'Garden'), ('Clarendon Heights', 37.755154, -122.4528729, 'Oakhurst Stairs', 37.757078469548766, -122.46063798666, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'Vista Lane Stairs', 37.7525190566512, -122.44544327259062, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'MUNI Bus Stop - Clayton & Corbett', 37.758687981229656, -122.44601726531982, 'Bus Stop'), ('Clarendon Heights', 37.755154, -122.4528729, 'Laguna Honda Community Trail System', 37.747833, -122.45366, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'Glen Canyon View', 37.74813124238725, -122.44942477106257, 'Scenic Lookout'), ('Clarendon Heights', 37.755154, -122.4528729, 'Zoom Zoom - Hairpin Curve on Twin Peaks Blvd', 37.74931235452147, -122.4465496492603, 'Scenic Lookout'), ('Clarendon Heights', 37.755154, -122.4528729, 'MUNI Bus Stop - Clayton & Twin Peaks Blvd', 37.760847, -122.44616, 'Bus Stop'), ('Clarendon Heights', 37.755154, -122.4528729, 'Mono Street Steps', 37.75876644137824, -122.44360864162445, 'Trail'), ('Clarendon Heights', 37.755154, -122.4528729, 'Corbett Slope', 37.76015557078295, -122.44462485145546, 'Scenic Lookout'), ('Clarendon Heights', 37.755154, -122.4528729, 'Laguna Honda Reservoir', 37.74839962027423, -122.4592161800663, 'Lake'), ('Clarendon Heights', 37.755154, -122.4528729, 'Forest Hill Muni Metro Station Bus Stop', 37.74832059075021, -122.459089610168, 'Bus Stop'), ('Clarendon Heights', 37.755154, -122.4528729, 'SF MUNI - M Ocean View', 37.74817144779766, -122.45885163545607, 'Light Rail Station'), ('Clarendon Heights', 37.755154, -122.4528729, 'Forest Hill MUNI Metro Station', 37.748248342196035, -122.45910793801865, 'Light Rail Station'), ('Clarendon Heights', 37.755154, -122.4528729, 'City Forest Lodge', 37.74954944820276, -122.46098474597859, 'Event Space'), ('Clarendon Heights', 37.755154, -122.4528729, 'Empty Lot', 37.757931351054665, -122.46346197211597, 'Park'), ('Clarendon Heights', 37.755154, -122.4528729, 'Patterns of Time and Place [stone sculpture]', 37.74783130701541, -122.4591166672482, 'Art Gallery')], [('Cole Valley', 37.7658133, -122.4499624, 'Say Cheese', 37.76597375704917, -122.45001928703944, 'Cheese Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Zazie', 37.765281744910254, -122.44991947702094, 'Breakfast Spot'), ('Cole Valley', 37.7658133, -122.4499624, 'The Ice Cream Bar Soda Fountain', 37.76637437298151, -122.45012013978527, 'Ice Cream Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Beit Rima Carl Street', 37.765841, -122.449755, 'Middle Eastern Restaurant'), ('Cole Valley', 37.7658133, -122.4499624, 'Padrecito', 37.76574435901804, -122.45006486882085, 'Mexican Restaurant'), ('Cole Valley', 37.7658133, -122.4499624, 'Cole Hardware', 37.7652209, -122.44955, 'Hardware Store'), ('Cole Valley', 37.7658133, -122.4499624, 'inoVino', 37.765756084743856, -122.45019595751356, 'Wine Bar'), ('Cole Valley', 37.7658133, -122.4499624, 'Wooden', 37.76583924468303, -122.44995205530316, 'Coffee Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Yoga Tree Stanyan', 37.767727, -122.453067, 'Yoga Studio'), ('Cole Valley', 37.7658133, -122.4499624, 'Free Gold Watch', 37.768063781511934, -122.45270982871693, 'Arcade'), ('Cole Valley', 37.7658133, -122.4499624, "Luke's Local", 37.76501195134279, -122.44965273719896, 'Organic Grocery'), ('Cole Valley', 37.7658133, -122.4499624, 'TANTRUM', 37.76588056186189, -122.44999948138795, 'Toy / Game Store'), ('Cole Valley', 37.7658133, -122.4499624, 'DragonEats', 37.7694320058375, -122.45009690523148, 'Vietnamese Restaurant'), ('Cole Valley', 37.7658133, -122.4499624, 'Pharmaca Integrative Pharmacy', 37.76541353268861, -122.44999126541691, 'Pharmacy'), ('Cole Valley', 37.7658133, -122.4499624, 'Bacon Bacon', 37.767132072031046, -122.44679779618195, 'Breakfast Spot'), ('Cole Valley', 37.7658133, -122.4499624, 'Amoeba San Francisco', 37.76904270486288, -122.45258415810717, 'Record Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Sockshop Haight Street', 37.769545356317856, -122.45102328686069, 'Accessories Store'), ('Cole Valley', 37.7658133, -122.4499624, 'The Booksmith', 37.76982126220134, -122.44936311785642, 'Bookstore'), ('Cole Valley', 37.7658133, -122.4499624, 'Parada 22', 37.769290553430665, -122.45211083196926, 'Caribbean Restaurant'), ('Cole Valley', 37.7658133, -122.4499624, 'The Alembic', 37.76942153290563, -122.45117808051084, 'Cocktail Bar'), ('Cole Valley', 37.7658133, -122.4499624, 'Om Indian Cuisine', 37.769686854208565, -122.44967848373926, 'Indian Restaurant'), ('Cole Valley', 37.7658133, -122.4499624, 'Haight Street Market', 37.77000455429876, -122.44763416560943, 'Supermarket'), ('Cole Valley', 37.7658133, -122.4499624, 'Street Taco', 37.7697357054948, -122.44889167748397, 'Taco Place'), ('Cole Valley', 37.7658133, -122.4499624, 'Flywheel Coffee', 37.769504658502875, -122.45338415022319, 'Coffee Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'San Francisco Mercantile', 37.76970598555705, -122.45020075233818, 'Gift Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Club Deluxe', 37.769937256424036, -122.44722006916261, 'Jazz Club'), ('Cole Valley', 37.7658133, -122.4499624, 'Cha Cha Cha', 37.76927064378466, -122.45200580267058, 'Tapas Restaurant'), ('Cole Valley', 37.7658133, -122.4499624, 'Kezar Pub', 37.76784979799073, -122.45321692003367, 'Sports Bar'), ('Cole Valley', 37.7658133, -122.4499624, 'Sunset Tunnel Park', 37.766149296614316, -122.4493555178688, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'The Love of Ganesha', 37.769753313712805, -122.44810963944191, 'Gift Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Burton Snowboards Flagship Store', 37.76977202404862, -122.44914476606925, 'Board Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Circus Center', 37.7658019226891, -122.45695989686836, 'Performing Arts Venue'), ('Cole Valley', 37.7658133, -122.4499624, 'Mount Olympus', 37.763306385544766, -122.44554251432419, 'Monument / Landmark'), ('Cole Valley', 37.7658133, -122.4499624, 'Haight-Ashbury Music Center', 37.77001458872656, -122.44780123475378, 'Music Store'), ('Cole Valley', 37.7658133, -122.4499624, 'The Bindery', 37.76942151374742, -122.45129922972137, 'Bookstore'), ('Cole Valley', 37.7658133, -122.4499624, 'Slice House by Tony Gemignani', 37.76983155777929, -122.44756993644077, 'Pizza Place'), ('Cole Valley', 37.7658133, -122.4499624, 'Kezar Stadium', 37.766847390962376, -122.45598435401917, 'Track Stadium'), ('Cole Valley', 37.7658133, -122.4499624, "Adel's Wine Cellar", 37.761542999999996, -122.448889, 'Wine Bar'), ('Cole Valley', 37.7658133, -122.4499624, 'Grattan Park', 37.76280378305163, -122.45156452605639, 'Playground'), ('Cole Valley', 37.7658133, -122.4499624, 'Decades of Fashion', 37.76954969679898, -122.4497312156569, 'Boutique'), ('Cole Valley', 37.7658133, -122.4499624, 'Tank Hill Park', 37.759971886124504, -122.44765487248173, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'Dollhouse Bettie', 37.76967996619249, -122.44940855758466, 'Lingerie Store'), ('Cole Valley', 37.7658133, -122.4499624, 'Relic Vintage', 37.76975785471236, -122.44879765461586, 'Thrift / Vintage Store'), ('Cole Valley', 37.7658133, -122.4499624, "Koret Children's Quarter Playground", 37.768278563365435, -122.45717053869994, 'Playground'), ('Cole Valley', 37.7658133, -122.4499624, 'Ceiba', 37.77038945178726, -122.4446906236989, 'Boutique'), ('Cole Valley', 37.7658133, -122.4499624, 'Nice Kicks', 37.77036523, -122.44588536, 'Shoe Store'), ('Cole Valley', 37.7658133, -122.4499624, 'Hayes Gate - Golden Gate Park', 37.77107633990057, -122.45417960694874, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'Cold Steel America', 37.76943066651442, -122.45151071917856, 'Tattoo Parlor'), ('Cole Valley', 37.7658133, -122.4499624, 'Held Over', 37.769861730944484, -122.44774072804611, 'Thrift / Vintage Store'), ('Cole Valley', 37.7658133, -122.4499624, 'Magnolia Gastropub & Brewery', 37.7702508026765, -122.44533986721085, 'Gastropub'), ('Cole Valley', 37.7658133, -122.4499624, 'Ritual Coffee Roasters', 37.77047635284485, -122.44379078693792, 'Coffee Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Lavation Studio', 37.767686580870695, -122.45315982998528, 'Sports Club'), ('Cole Valley', 37.7658133, -122.4499624, 'Puff Puff Pass', 37.77001943999507, -122.44659533750858, 'Smoke Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Zam Zam', 37.769605, -122.4493, 'Dive Bar'), ('Cole Valley', 37.7658133, -122.4499624, 'Taboun Mediterranean', 37.76450106660966, -122.452886436736, 'Mediterranean Restaurant'), ('Cole Valley', 37.7658133, -122.4499624, 'Pork Store Cafe', 37.770104508093546, -122.44627545299416, 'Breakfast Spot'), ('Cole Valley', 37.7658133, -122.4499624, 'Bound Together Anarchist Collective Bookstore', 37.77028033608465, -122.44483277996619, 'Bookstore'), ('Cole Valley', 37.7658133, -122.4499624, 'Robin Williams Meadow', 37.76903642617695, -122.457751120683, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'The Panhandle', 37.77237695730286, -122.44657516479494, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'VeganBurg', 37.77015576494585, -122.4465223090921, 'Vegetarian / Vegan Restaurant'), ('Cole Valley', 37.7658133, -122.4499624, 'John Fluevog Shoes', 37.76956062652634, -122.45051075910189, 'Shoe Store'), ('Cole Valley', 37.7658133, -122.4499624, "Golden Gate Park Children's Playground", 37.768155916597706, -122.45743599202149, 'Playground'), ('Cole Valley', 37.7658133, -122.4499624, "Ben & Jerry's", 37.7701506, -122.4467987, 'Ice Cream Shop'), ('Cole Valley', 37.7658133, -122.4499624, 'Vulcan Stairway', 37.76346753677887, -122.44115442037582, 'Trail'), ('Cole Valley', 37.7658133, -122.4499624, 'Buena Vista Park Summit', 37.767875091258176, -122.4414987623464, 'Scenic Lookout'), ('Cole Valley', 37.7658133, -122.4499624, 'Whole Foods Market', 37.76946362411843, -122.45307319443432, 'Grocery Store'), ('Cole Valley', 37.7658133, -122.4499624, 'Kezar Triangle', 37.766867471009796, -122.45846160513514, 'Dog Run'), ('Cole Valley', 37.7658133, -122.4499624, 'Goorin Bros. Hat Shop', 37.77019612590823, -122.44616157223044, 'Accessories Store'), ('Cole Valley', 37.7658133, -122.4499624, 'Ploy II Thai Cuisine', 37.76951420864688, -122.45139977574978, 'Thai Restaurant'), ('Cole Valley', 37.7658133, -122.4499624, 'Wasteland', 37.76969730691028, -122.44961224057444, 'Thrift / Vintage Store'), ('Cole Valley', 37.7658133, -122.4499624, 'Escape From New York Pizza', 37.76941569358299, -122.4513605924709, 'Pizza Place'), ('Cole Valley', 37.7658133, -122.4499624, 'BodyRok Haight', 37.76992566521416, -122.44749071203063, 'Gym'), ('Cole Valley', 37.7658133, -122.4499624, 'Manitas Cafe & Deli', 37.773436152847985, -122.45063048396337, 'Café'), ('Cole Valley', 37.7658133, -122.4499624, 'Buena Vista Park', 37.7689310221817, -122.44041210599859, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'Sharon Art Studio', 37.76824446337893, -122.45816801451258, 'Art Gallery'), ('Cole Valley', 37.7658133, -122.4499624, 'Cafe Cole', 37.76932634235385, -122.45070194109225, 'Café'), ('Cole Valley', 37.7658133, -122.4499624, 'Corona Heights Dog Run', 37.765527952836976, -122.43986363273886, 'Dog Run'), ('Cole Valley', 37.7658133, -122.4499624, 'Corona Heights Summit', 37.76499750972105, -122.43924241317987, 'Scenic Lookout'), ('Cole Valley', 37.7658133, -122.4499624, 'Corona Heights Park', 37.7650225313372, -122.43883066273017, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'Yo También Cantina', 37.765181000571175, -122.46020764986604, 'Breakfast Spot'), ('Cole Valley', 37.7658133, -122.4499624, 'Pemberton Steps', 37.758293558681466, -122.44692653417586, 'Trail'), ('Cole Valley', 37.7658133, -122.4499624, 'Golden Gate Park Carousel', 37.76815988081941, -122.45816390527453, 'General Entertainment'), ('Cole Valley', 37.7658133, -122.4499624, 'Soothe', 37.773662, -122.447404, 'Massage Studio'), ('Cole Valley', 37.7658133, -122.4499624, 'Bend Yoga Studio', 37.77366623035894, -122.44833084917461, 'Yoga Studio'), ('Cole Valley', 37.7658133, -122.4499624, 'Uranus Terrace', 37.76111384571172, -122.44556665420534, 'Road'), ('Cole Valley', 37.7658133, -122.4499624, 'Cookies SF', 37.77011896140611, -122.44565303941293, 'Boutique'), ('Cole Valley', 37.7658133, -122.4499624, 'Home Service Market aka "George\'s"', 37.77406310003624, -122.44597612728597, 'Convenience Store'), ('Cole Valley', 37.7658133, -122.4499624, 'Karma Cafe', 37.7736123729374, -122.44778207587524, 'Café'), ('Cole Valley', 37.7658133, -122.4499624, 'Peacock Meadows', 37.771768332609405, -122.45735294032184, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'Saturn Street Steps Park', 37.76275719646505, -122.44059652090073, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'Ladle & Leaf', 37.76267025882376, -122.45896697044373, 'Salad Place'), ('Cole Valley', 37.7658133, -122.4499624, 'Millberry Fitness & Recreation Center', 37.763753960087065, -122.45840968501544, 'College Gym'), ('Cole Valley', 37.7658133, -122.4499624, 'Top of the Hill - Corona Heights', 37.76508238253574, -122.43932048872024, 'Hill'), ('Cole Valley', 37.7658133, -122.4499624, 'Amitis Cafe', 37.77395805932014, -122.44598862266956, 'Café'), ('Cole Valley', 37.7658133, -122.4499624, 'Interior Greenbelt', 37.760462569113216, -122.45347745291541, 'Park'), ('Cole Valley', 37.7658133, -122.4499624, 'Golden Gate Park Tennis Courts', 37.77003627110171, -122.45908498764038, 'Tennis Court'), ('Cole Valley', 37.7658133, -122.4499624, 'SUBWAY', 37.76346516266795, -122.45869369008255, 'Sandwich Place'), ('Cole Valley', 37.7658133, -122.4499624, 'New Upper Terrace Market', 37.7618573013668, -122.44535733517779, 'Convenience Store'), ('Cole Valley', 37.7658133, -122.4499624, 'Fenway Market', 37.760252390994765, -122.44340351208845, 'Grocery Store'), ('Cole Valley', 37.7658133, -122.4499624, 'Hippie Hill', 37.76991753866766, -122.45790481567383, 'Hill')], [('Corona Heights', 37.7648857, -122.4393677, 'Corona Heights Park', 37.7650225313372, -122.43883066273017, 'Park'), ('Corona Heights', 37.7648857, -122.4393677, 'Corona Heights Summit', 37.76499750972105, -122.43924241317987, 'Scenic Lookout'), ('Corona Heights', 37.7648857, -122.4393677, 'Vulcan Stairway', 37.76346753677887, -122.44115442037582, 'Trail'), ('Corona Heights', 37.7648857, -122.4393677, 'Corona Heights Dog Run', 37.765527952836976, -122.43986363273886, 'Dog Run'), ('Corona Heights', 37.7648857, -122.4393677, 'Randall Museum', 37.76437904683253, -122.43823111202036, 'Museum'), ('Corona Heights', 37.7648857, -122.4393677, 'Healthy Spirits', 37.7657414578619, -122.43538867549854, 'Liquor Store'), ('Corona Heights', 37.7648857, -122.4393677, 'Buena Vista Park Summit', 37.767875091258176, -122.4414987623464, 'Scenic Lookout'), ('Corona Heights', 37.7648857, -122.4393677, 'Top of the Hill - Corona Heights', 37.76508238253574, -122.43932048872024, 'Hill'), ('Corona Heights', 37.7648857, -122.4393677, 'Buena Vista Park', 37.7689310221817, -122.44041210599859, 'Park'), ('Corona Heights', 37.7648857, -122.4393677, 'Saturn Street Steps Park', 37.76275719646505, -122.44059652090073, 'Park'), ('Corona Heights', 37.7648857, -122.4393677, 'Castro Theatre', 37.762044145115574, -122.43502202215997, 'Indie Movie Theater'), ('Corona Heights', 37.7648857, -122.4393677, "MaMa Ji's", 37.76074993654171, -122.43865144053532, 'Szechuan Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Yoga Tree Castro', 37.761051, -122.436003, 'Yoga Studio'), ('Corona Heights', 37.7648857, -122.4393677, 'Super Duper Burgers', 37.76402414195907, -122.43370324373245, 'Burger Joint'), ('Corona Heights', 37.7648857, -122.4393677, 'Castro Pride Flag Pole', 37.76240137201205, -122.43535378554763, 'Historic Site'), ('Corona Heights', 37.7648857, -122.4393677, "L'Ardoise", 37.766674548230164, -122.43326095822378, 'French Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Buena Vista Tennis Courts', 37.76944505768117, -122.43913152078795, 'Tennis Court'), ('Corona Heights', 37.7648857, -122.4393677, 'Ritual Coffee Roasters', 37.76412230129071, -122.43318285914849, 'Coffee Shop'), ('Corona Heights', 37.7648857, -122.4393677, "Barry's Bootcamp", 37.764741827642155, -122.43278505231534, 'Gym / Fitness Center'), ('Corona Heights', 37.7648857, -122.4393677, "Courtney's Produce", 37.76732329501875, -122.43556457125794, 'Grocery Store'), ('Corona Heights', 37.7648857, -122.4393677, 'Hot Cookie', 37.76232423157735, -122.43518995783903, 'Bakery'), ('Corona Heights', 37.7648857, -122.4393677, 'Dog Eared Books', 37.76120618584941, -122.43495870530577, 'Bookstore'), ('Corona Heights', 37.7648857, -122.4393677, "Rossi's Deli", 37.76210251865176, -122.43520818509522, 'Deli / Bodega'), ('Corona Heights', 37.7648857, -122.4393677, 'Blush! Wine Bar', 37.7612598770217, -122.43511601933409, 'Wine Bar'), ('Corona Heights', 37.7648857, -122.4393677, 'Réveille Coffee Co.', 37.761104, -122.43443, 'Coffee Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'Alex Fitness', 37.764688962162424, -122.43218346570903, 'Gym'), ('Corona Heights', 37.7648857, -122.4393677, 'Castro Dog Park', 37.759811189202786, -122.4363943587903, 'Dog Run'), ('Corona Heights', 37.7648857, -122.4393677, 'Giddy', 37.76408524058587, -122.43324256773585, 'Candy Store'), ('Corona Heights', 37.7648857, -122.4393677, 'Starbelly', 37.7640744, -122.4325634, 'New American Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Bhoga', 37.761407, -122.435188, 'Indian Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, "Jeffrey's Natural Pet Food", 37.76444377194593, -122.43310666544639, 'Pet Store'), ('Corona Heights', 37.7648857, -122.4393677, 'Dinosaurs', 37.764403031251454, -122.43207086765153, 'Sandwich Place'), ('Corona Heights', 37.7648857, -122.4393677, 'Philz Coffee', 37.760120123028855, -122.43476008172911, 'Coffee Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'The Castro Fountain', 37.76005150554126, -122.43502351928404, 'Ice Cream Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'Sushi Time', 37.76456506845293, -122.4321714224048, 'Sushi Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'GLBT History Museum', 37.76082766339166, -122.43560952639227, 'History Museum'), ('Corona Heights', 37.7648857, -122.4393677, "Castro Farmers' Market", 37.76452570664275, -122.43312799151259, 'Farmers Market'), ('Corona Heights', 37.7648857, -122.4393677, 'Lark', 37.760993285739396, -122.43427518221822, 'Mediterranean Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Anchor Oyster Bar', 37.75970781524432, -122.43491032498481, 'Seafood Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Frances', 37.762765053846415, -122.4321982578279, 'New American Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Mount Olympus', 37.763306385544766, -122.44554251432419, 'Monument / Landmark'), ('Corona Heights', 37.7648857, -122.4393677, 'La Mediterranee', 37.764463715335296, -122.43328935193465, 'Mediterranean Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Eye Gotcha Optometric', 37.75965052191799, -122.43496694100499, 'Optical Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'Swirl on Castro', 37.75978491547063, -122.43500867014792, 'Wine Bar'), ('Corona Heights', 37.7648857, -122.4393677, 'Hi Tops', 37.76497643721727, -122.43182591919506, 'Gay Bar'), ('Corona Heights', 37.7648857, -122.4393677, 'Photoworks', 37.7648245858748, -122.43194103240965, 'Camera Store'), ('Corona Heights', 37.7648857, -122.4393677, 'Core40', 37.76089456436038, -122.43557357248332, 'Pilates Studio'), ('Corona Heights', 37.7648857, -122.4393677, 'Urban Flowers', 37.761004660050325, -122.43346891484823, 'Flower Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'Ritual Coffee Roasters', 37.77047635284485, -122.44379078693792, 'Coffee Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'Kite Hill Open Space', 37.758289882870194, -122.44143521277012, 'Park'), ('Corona Heights', 37.7648857, -122.4393677, 'The Edge', 37.760773894958, -122.43608195637191, 'Gay Bar'), ('Corona Heights', 37.7648857, -122.4393677, 'Harvey Milk Plaza', 37.76235893711974, -122.4353291336954, 'Plaza'), ('Corona Heights', 37.7648857, -122.4393677, 'Tacorgasmico', 37.763183401471984, -122.43391513824461, 'Mexican Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Twin Peaks Tavern', 37.762391, -122.434972, 'Gay Bar'), ('Corona Heights', 37.7648857, -122.4393677, 'Duboce Park', 37.76945795215864, -122.43301340038954, 'Park'), ('Corona Heights', 37.7648857, -122.4393677, 'Hortica', 37.75990411095353, -122.43502487757969, 'Garden Center'), ('Corona Heights', 37.7648857, -122.4393677, 'Ceiba', 37.77038945178726, -122.4446906236989, 'Boutique'), ('Corona Heights', 37.7648857, -122.4393677, 'Yoga Garden', 37.77198233757195, -122.4371073995282, 'Yoga Studio'), ('Corona Heights', 37.7648857, -122.4393677, 'Bacon Bacon', 37.767132072031046, -122.44679779618195, 'Breakfast Spot'), ('Corona Heights', 37.7648857, -122.4393677, 'Harvey Milk Recreational Arts Center', 37.769482098023715, -122.43392105413758, 'Event Space'), ('Corona Heights', 37.7648857, -122.4393677, 'Me & Tasty', 37.7626655046974, -122.43450831054452, 'Thai Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, "Spike's Coffee & Tea", 37.75927683957167, -122.43521243431195, 'Coffee Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'Swedish American Hall', 37.766756004771516, -122.43056333498883, 'Concert Hall'), ('Corona Heights', 37.7648857, -122.4393677, 'Eiji', 37.76407919468008, -122.43086041060077, 'Japanese Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Project Juice', 37.76071575790682, -122.43502325055721, 'Juice Bar'), ('Corona Heights', 37.7648857, -122.4393677, 'Last Call', 37.761083593164734, -122.4326624479163, 'Gay Bar'), ('Corona Heights', 37.7648857, -122.4393677, 'Catch', 37.76329168909072, -122.43446627664318, 'Seafood Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Sightglass Coffee', 37.77228702957698, -122.43741884185536, 'Coffee Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'Midnight Sun', 37.76081945275689, -122.43432520903521, 'Gay Bar'), ('Corona Heights', 37.7648857, -122.4393677, '440 Castro', 37.76185191502911, -122.43519474466312, 'Gay Bar'), ('Corona Heights', 37.7648857, -122.4393677, 'Comix Experience', 37.77243285569474, -122.43735592709122, 'Comic Shop'), ('Corona Heights', 37.7648857, -122.4393677, "Mollie Stone's Markets", 37.760739274241175, -122.43651446600308, 'Supermarket'), ('Corona Heights', 37.7648857, -122.4393677, 'The Viking Room', 37.76668542621153, -122.43020971859733, 'New American Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Powder', 37.77158690143866, -122.4370995097535, 'Ice Cream Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'The Little Chihuahua', 37.77203349168377, -122.43700236082077, 'Burrito Place'), ('Corona Heights', 37.7648857, -122.4393677, 'Fable', 37.75997442841319, -122.43507963136373, 'New American Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Ragazza', 37.77244056187205, -122.4374771118164, 'Pizza Place'), ('Corona Heights', 37.7648857, -122.4393677, 'Bound Together Anarchist Collective Bookstore', 37.77028033608465, -122.44483277996619, 'Bookstore'), ('Corona Heights', 37.7648857, -122.4393677, 'Tea And Others', 37.771351, -122.437029, 'Bubble Tea Shop'), ('Corona Heights', 37.7648857, -122.4393677, 'AMASIA Hide’s Sushi bar', 37.766769, -122.433201, 'Sushi Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Gamescape', 37.772692429474894, -122.43746740774097, 'Toy / Game Store'), ('Corona Heights', 37.7648857, -122.4393677, 'Magnolia Gastropub & Brewery', 37.7702508026765, -122.44533986721085, 'Gastropub'), ('Corona Heights', 37.7648857, -122.4393677, 'Poesia Osteria Italiana', 37.761012432501495, -122.43434717636492, 'Italian Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Tank Hill Park', 37.759971886124504, -122.44765487248173, 'Park'), ('Corona Heights', 37.7648857, -122.4393677, 'Canela Bistro & Wine Bar', 37.76482036042256, -122.43238206874226, 'Spanish Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Kasa Indian Eatery', 37.76104350446926, -122.43293051337922, 'Indian Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Dumpling House', 37.763541, -122.432886, 'Dumpling Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Haight Street Market', 37.77000455429876, -122.44763416560943, 'Supermarket'), ('Corona Heights', 37.7648857, -122.4393677, 'Thorough Bread and Pastry', 37.766408, -122.429051, 'Bakery'), ('Corona Heights', 37.7648857, -122.4393677, "Orphan Andy's", 37.76258801364615, -122.43498573382969, 'Diner'), ('Corona Heights', 37.7648857, -122.4393677, 'Nice Kicks', 37.77036523, -122.44588536, 'Shoe Store'), ('Corona Heights', 37.7648857, -122.4393677, 'Zazie', 37.765281744910254, -122.44991947702094, 'Breakfast Spot'), ('Corona Heights', 37.7648857, -122.4393677, 'Réveille Coffee Co.', 37.77097771218059, -122.43202895838355, 'Coffee Shop'), ('Corona Heights', 37.7648857, -122.4393677, "Harvey's", 37.76082906854015, -122.43511610272319, 'American Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Beit Rima Carl Street', 37.765841, -122.449755, 'Middle Eastern Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Indian Paradox', 37.77158, -122.436919, 'Indian Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'RT Rotisserie', 37.773238, -122.43891599999999, 'Restaurant'), ('Corona Heights', 37.7648857, -122.4393677, 'Kitchen Story', 37.764236, -122.430744, 'Breakfast Spot'), ('Corona Heights', 37.7648857, -122.4393677, 'Cole Hardware', 37.7652209, -122.44955, 'Hardware Store'), ('Corona Heights', 37.7648857, -122.4393677, 'Blackbird Bar', 37.767262, -122.429601, 'Cocktail Bar')], [('Cow Hollow', 37.7972616, -122.4362477, 'Atelier Crenn', 37.79840319043433, -122.43583494939686, 'French Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'The Bud Stop', 37.7971851, -122.435676, 'Gift Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Marina Submarine', 37.79693499489624, -122.43709528202423, 'Sandwich Place'), ('Cow Hollow', 37.7972616, -122.4362477, 'Rapha Cycle Club', 37.79811681343618, -122.43567519787109, 'Bike Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Gamine', 37.797048104552175, -122.4359348443235, 'French Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'West Coast Wine • Cheese', 37.79703234695947, -122.43491023778915, 'Wine Bar'), ('Cow Hollow', 37.7972616, -122.4362477, 'STYLEDASH Beauty Lounge', 37.79707, -122.434925, 'Health & Beauty Service'), ('Cow Hollow', 37.7972616, -122.4362477, 'Wrecking Ball Coffee Roasters', 37.79687457093783, -122.43667890487883, 'Coffee Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Pressed Juicery', 37.79737751843092, -122.4349086416396, 'Juice Bar'), ('Cow Hollow', 37.7972616, -122.4362477, 'Bar Crenn', 37.79840741377584, -122.43589470230465, 'Wine Bar'), ('Cow Hollow', 37.7972616, -122.4362477, 'SoulCycle Union Street', 37.79731416912751, -122.43362636548821, 'Cycle Studio'), ('Cow Hollow', 37.7972616, -122.4362477, 'Equinox Union Street', 37.797275, -122.433106, 'Gym'), ('Cow Hollow', 37.7972616, -122.4362477, 'Loving Cup', 37.79711589788129, -122.43554903835478, 'Frozen Yogurt Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Sur La Table', 37.79710514464771, -122.43602711671727, 'Kitchen Supply Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'Fredericksen Hardware & Paint', 37.79756230917261, -122.43566378892449, 'Hardware Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'Home Plate', 37.799795, -122.437051, 'Diner'), ('Cow Hollow', 37.7972616, -122.4362477, 'Terzo', 37.79709262453753, -122.43723592097093, 'Italian Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, "Barry's Bootcamp", 37.79975842580082, -122.4387226029727, 'Gym / Fitness Center'), ('Cow Hollow', 37.7972616, -122.4362477, 'Tacko', 37.79830032084006, -122.43588941524072, 'Taco Place'), ('Cow Hollow', 37.7972616, -122.4362477, 'Flores', 37.7976161048577, -122.43258059024868, 'Mexican Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Rooster & Rice', 37.797879, -122.435932, 'Thai Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Paper Source', 37.800754326685706, -122.43735078506711, 'Arts & Crafts Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'Blue Barn Gourmet', 37.800327861048345, -122.43751610703613, 'Salad Place'), ('Cow Hollow', 37.7972616, -122.4362477, 'Isa Restaurant', 37.80010933433361, -122.43770123314442, 'French Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Mixt', 37.79861514830464, -122.43575980184289, 'Salad Place'), ('Cow Hollow', 37.7972616, -122.4362477, 'SusieCakes', 37.80054600340951, -122.43814199084254, 'Cupcake Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Balboa Cafe', 37.79894421451617, -122.43603495826304, 'American Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Pacific Catch', 37.800667, -122.436775, 'Seafood Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Fillmore Stairs', 37.794533477812365, -122.43492633104323, 'Trail'), ('Cow Hollow', 37.7972616, -122.4362477, 'Wildseed', 37.7976259, -122.4324404, 'Vegetarian / Vegan Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Delarosa', 37.800287000000004, -122.43911022453688, 'Pizza Place'), ('Cow Hollow', 37.7972616, -122.4362477, 'Gio Gelati', 37.79758835068567, -122.43214870008211, 'Ice Cream Shop'), ('Cow Hollow', 37.7972616, -122.4362477, "Lucca's Delicatessen", 37.80058320892623, -122.43836184757231, 'Deli / Bodega'), ('Cow Hollow', 37.7972616, -122.4362477, 'PlumpJack Wine & Spirits Store', 37.799075981597255, -122.43598851671824, 'Wine Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'The Epicurean Trader', 37.79762526334118, -122.43085435855373, 'Liquor Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'Souvla', 37.800276507310706, -122.44073222772535, 'Greek Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Marina Deli & Liquors', 37.80018533584468, -122.44113691634651, 'Deli / Bodega'), ('Cow Hollow', 37.7972616, -122.4362477, 'The Italian Homemade Company', 37.79762809814768, -122.4309938003278, 'Italian Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Cow Hollow Motor Inn', 37.79975951424008, -122.43744382004593, 'Motel'), ('Cow Hollow', 37.7972616, -122.4362477, "Ace Wasabi's Rock-N-Roll Sushi", 37.800258704958715, -122.4378527588878, 'Sushi Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Chubby Noodle', 37.79965299789622, -122.43795668597379, 'Noodle House'), ('Cow Hollow', 37.7972616, -122.4362477, 'lululemon athletica', 37.7974116, -122.4318485, 'Clothing Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'Blackwood', 37.80058713943397, -122.43876395829678, 'Thai Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'The Brazen Head', 37.799267, -122.43236, 'Steakhouse'), ('Cow Hollow', 37.7972616, -122.4362477, 'Yoga Flow SF - Union', 37.797847970325336, -122.43047105803885, 'Yoga Studio'), ('Cow Hollow', 37.7972616, -122.4362477, 'Topdrawer', 37.79796732880365, -122.42971145562761, 'Accessories Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'SEPHORA', 37.797166, -122.433481, 'Cosmetics Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Blue Bottle Coffee', 37.792407465475556, -122.43456996441651, 'Coffee Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Super Duper Burgers', 37.80023563954711, -122.43971883651284, 'Burger Joint'), ('Cow Hollow', 37.7972616, -122.4362477, 'Tacolicious', 37.800330611171766, -122.44037875299355, 'Taco Place'), ('Cow Hollow', 37.7972616, -122.4362477, 'Apple Chestnut Street', 37.800399, -122.438338, 'Electronics Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'Westwood', 37.800042, -122.435483, 'Bar'), ('Cow Hollow', 37.7972616, -122.4362477, 'Mrs. Doubtfire House', 37.793977346537766, -122.43655747037792, 'Historic Site'), ('Cow Hollow', 37.7972616, -122.4362477, 'Jackson Fillmore', 37.79259770938566, -122.43457540756175, 'Italian Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Ristorante Parma', 37.80003023853594, -122.43770343688263, 'Italian Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'The Apothecarium - Marina', 37.79942033, -122.44138683, 'Alternative Healer'), ('Cow Hollow', 37.7972616, -122.4362477, 'Aēsop', 37.79229349411866, -122.43429082142018, 'Cosmetics Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Mamanoko', 37.80006363660728, -122.44152807542453, 'Japanese Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Bonita Taqueria y Rotisserie', 37.80022113273896, -122.44045077734454, 'Mexican Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Books Inc.', 37.800243270181305, -122.44040697334252, 'Bookstore'), ('Cow Hollow', 37.7972616, -122.4362477, 'Karaweik Burmese Cuisine', 37.799937, -122.437872, 'Burmese Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Alta Plaza Park', 37.79115065006549, -122.43771314620973, 'Park'), ('Cow Hollow', 37.7972616, -122.4362477, 'Ales Unlimited', 37.792711395061076, -122.4329055883085, 'Beer Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'Saiwalks', 37.80038608340991, -122.43776511311732, 'Vietnamese Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'The Tipsy Pig', 37.80024879374884, -122.44004310229353, 'Gastropub'), ('Cow Hollow', 37.7972616, -122.4362477, 'Lovely Bride', 37.79730620957489, -122.43667179830044, 'Bridal Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'A16', 37.80006754697879, -122.44205612395275, 'Italian Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Marina Tennis Courts', 37.80189662332908, -122.4340968397501, 'Tennis Court'), ('Cow Hollow', 37.7972616, -122.4362477, 'Roam Artisan Burgers', 37.79794317516278, -122.42856288099202, 'Burger Joint'), ('Cow Hollow', 37.7972616, -122.4362477, 'The Dorian', 37.800693036068324, -122.43651922598156, 'New American Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Project Juice', 37.800366563034764, -122.44006668351412, 'Juice Bar'), ('Cow Hollow', 37.7972616, -122.4362477, 'Marina Supermarket', 37.80006343830649, -122.44164159725118, 'Supermarket'), ('Cow Hollow', 37.7972616, -122.4362477, 'Causwells', 37.80009266766814, -122.44193604536225, 'American Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, "Perry's", 37.797660967592364, -122.43127904143779, 'American Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'The Pad Studios', 37.798288979731524, -122.42724744404632, 'Yoga Studio'), ('Cow Hollow', 37.7972616, -122.4362477, 'Alta Plaza Stairs', 37.79085225358687, -122.43763074055347, 'Park'), ('Cow Hollow', 37.7972616, -122.4362477, 'Allyne Park', 37.79758501861206, -122.42740572548526, 'Park'), ('Cow Hollow', 37.7972616, -122.4362477, 'Le Labo', 37.79036403825948, -122.43414139253512, 'Perfume Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'The Snug', 37.79083480876302, -122.43428600344355, 'Pub'), ('Cow Hollow', 37.7972616, -122.4362477, 'Body Temp Yoga', 37.79985548189376, -122.44326493556704, 'Athletics & Sports'), ('Cow Hollow', 37.7972616, -122.4362477, 'Salt & Straw', 37.789911491056365, -122.43408738728192, 'Ice Cream Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'George R. Moscone Park Dog Run', 37.80144278250799, -122.43250966072083, 'Dog Run'), ('Cow Hollow', 37.7972616, -122.4362477, 'Browser Books', 37.78976574653574, -122.43411125580475, 'Bookstore'), ('Cow Hollow', 37.7972616, -122.4362477, 'Toma', 37.80002770360845, -122.43774854145826, 'Burrito Place'), ('Cow Hollow', 37.7972616, -122.4362477, "Mel's Drive-In", 37.799669406135926, -122.43723696442875, 'Diner'), ('Cow Hollow', 37.7972616, -122.4362477, 'Sloat Garden Center', 37.799988050763055, -122.43982098011791, 'Garden Center'), ('Cow Hollow', 37.7972616, -122.4362477, 'Over the Moon', 37.800603759002065, -122.43869253804469, 'Ice Cream Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Moscone Park Playground', 37.801384703335295, -122.43364816331051, 'Playground'), ('Cow Hollow', 37.7972616, -122.4362477, 'Pane e Vino', 37.79804694140586, -122.42754280961032, 'Italian Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'La Méditerranée', 37.79004921583882, -122.43402176457614, 'Mediterranean Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Mayflower Market', 37.79238735731353, -122.43446723379124, 'Grocery Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'Pizzeria Delfina', 37.7889177627653, -122.43430656653575, 'Pizza Place'), ('Cow Hollow', 37.7972616, -122.4362477, 'Lafayette Park', 37.791246594951375, -122.42808063995858, 'Park'), ('Cow Hollow', 37.7972616, -122.4362477, 'Tamashisoul', 37.79784846691279, -122.42975225381673, 'Sushi Restaurant'), ('Cow Hollow', 37.7972616, -122.4362477, 'Sprout', 37.7979423947899, -122.42943659220133, 'Kids Store'), ('Cow Hollow', 37.7972616, -122.4362477, 'Smitten Ice Cream', 37.78884942599416, -122.43399218289171, 'Ice Cream Shop'), ('Cow Hollow', 37.7972616, -122.4362477, 'Jane', 37.789337542537076, -122.43395989992992, 'Café'), ('Cow Hollow', 37.7972616, -122.4362477, 'Lyon Street Steps', 37.79354365639975, -122.44655907154083, 'Scenic Lookout'), ('Cow Hollow', 37.7972616, -122.4362477, 'Marina Green Running Trail', 37.80351419227419, -122.43101156818182, 'Track'), ('Cow Hollow', 37.7972616, -122.4362477, 'Equator Coffees & Teas', 37.80534431293602, -122.43190425974711, 'Café')], [('Crocker-Amazon', 37.7093777, -122.4385868, 'Broken Record', 37.714411222395704, -122.4368314414876, 'Gastropub'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'The Dark Horse Inn', 37.716127089376435, -122.44037320223659, 'Bar'), ('Crocker-Amazon', 37.7093777, -122.4385868, "Bravo's Pizza", 37.71658983673383, -122.44097410476532, 'Pizza Place'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Crocker Amazon Soccer Fields', 37.71346201229144, -122.42909789085388, 'Soccer Field'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Phillies', 37.716078588320805, -122.44066398234146, 'American Restaurant'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Billiard Palacade', 37.71586614897321, -122.4413574429446, 'Pool Hall'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Geneva Ave.', 37.71394767922382, -122.43601054734188, 'Scenic Lookout'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Taqueria La Iguana Azul', 37.716186810712294, -122.44068604743217, 'Burrito Place'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Batter Up', 37.71671533422043, -122.44115274835315, 'Hot Dog Joint'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Little Caesars Pizza', 37.71606164247851, -122.44009099492952, 'Pizza Place'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'El Pollo Supremo', 37.71555319526822, -122.44192793652627, 'Latin American Restaurant'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Tortas Boos Voni', 37.716075, -122.441616, 'Mexican Restaurant'), ('Crocker-Amazon', 37.7093777, -122.4385868, "Mike's Liquors", 37.717189000000005, -122.440854, 'Liquor Store'), ('Crocker-Amazon', 37.7093777, -122.4385868, "Reina's Restaurant", 37.712964536734695, -122.44440749235383, 'Latin American Restaurant'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Mission Hills Park', 37.70572317555971, -122.44424852201475, 'Playground'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Cordova Market', 37.71350327754987, -122.43638931112805, 'Liquor Store'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Walgreens', 37.716023030659194, -122.43977040052414, 'Pharmacy'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Phở Nice', 37.71676901776355, -122.44129246442233, 'Vietnamese Restaurant'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Taqueria Reinas', 37.71456986845447, -122.44288457974486, 'Mexican Restaurant'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Crocker Amazon Playground', 37.71417706940927, -122.43003129959106, 'Playground'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Quickly 快可立', 37.71445917312199, -122.44287872777223, 'Bubble Tea Shop'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Claddagh Coffee', 37.716095463034954, -122.4401307802405, 'Coffee Shop'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Popeyes Louisiana Kitchen', 37.7165674, -122.4413323, 'Fried Chicken Joint'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'George Washington Elementary School', 37.70573896567579, -122.4442375243744, 'Elementary School'), ('Crocker-Amazon', 37.7093777, -122.4385868, '8X,8BX,54,91 Owl Geneva & Moscow Bustop', 37.71328688962601, -122.43285856390263, 'Bus Station'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Crocker Amazon Tennis Courts', 37.71377180049533, -122.43266791105269, 'Tennis Court'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Epiphany Gym', 37.71529006958008, -122.43397521972656, 'Basketball Court'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Crocker Amazon Diamond #2', 37.7128615287283, -122.43044435977936, 'Baseball Field'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Crocker Amazon Bocce Courts', 37.714900606827904, -122.43213415145874, 'Bowling Green'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Crocker Amazon Softball Fields', 37.71501922607422, -122.43218231201172, 'Baseball Field'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'La Loma #3', 37.710826000000004, -122.44802800000001, 'Deli / Bodega'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Crocker Amazon Baseball Diamond #1', 37.71497274800136, -122.43186593055724, 'Baseball Field'), ('Crocker-Amazon', 37.7093777, -122.4385868, "Pixie's Sinugba", 37.71046727282475, -122.44851801040042, 'Asian Restaurant'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Saddle Loop Trail', 37.701372504935385, -122.43451198457416, 'Trail'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'J & A Restaurant', 37.710004, -122.44983500000001, 'Chinese Restaurant'), ('Crocker-Amazon', 37.7093777, -122.4385868, "Woody's Liquor", 37.70976259500167, -122.44986448858356, 'Liquor Store'), ('Crocker-Amazon', 37.7093777, -122.4385868, 'Mission Inn, SF', 37.711204391341404, -122.44731853421852, 'Motel')], [('Design District', 32.7899087, -96.818811, 'The Barre Code', 32.79129137119493, -96.81911486386932, 'Gym / Fitness Center'), ('Design District', 32.7899087, -96.818811, 'Community Beer Company', 32.79177808344614, -96.81633471189774, 'Brewery'), ('Design District', 32.7899087, -96.818811, 'Dallas Contemporary', 32.790417350336845, -96.82266439555791, 'Art Museum'), ('Design District', 32.7899087, -96.818811, "Lula B's", 32.78672156093287, -96.8176035607526, 'Antique Shop'), ('Design District', 32.7899087, -96.818811, 'Pie Tap', 32.79282294227872, -96.82250930922442, 'Pizza Place'), ('Design District', 32.7899087, -96.818811, 'Texas Ale Project', 32.78603437125679, -96.81805104468646, 'Brewery'), ('Design District', 32.7899087, -96.818811, 'Xpress Custom Print', 32.788734000000005, -96.821773, 'Print Shop'), ('Design District', 32.7899087, -96.818811, 'Town Hearth', 32.79219162368895, -96.82208151739583, 'Steakhouse'), ('Design District', 32.7899087, -96.818811, 'Samuel Lynne Galleries', 32.78761070808434, -96.81721993667624, 'Art Gallery'), ('Design District', 32.7899087, -96.818811, 'BalancingEnergy Health & Yoga Center', 32.79362203580903, -96.81932855954437, 'Yoga Studio'), ('Design District', 32.7899087, -96.818811, 'The Charles', 32.793059, -96.822008, 'Italian Restaurant'), ('Design District', 32.7899087, -96.818811, 'Dallas Design Center', 32.7894767505138, -96.81501153123718, 'Furniture / Home Store'), ('Design District', 32.7899087, -96.818811, "LuLu's Bridal Boutique", 32.78904501642653, -96.81803698351736, 'Bridal Shop'), ('Design District', 32.7899087, -96.818811, 'Meddlesome Moth', 32.796863829355075, -96.8201628368375, 'Gastropub'), ('Design District', 32.7899087, -96.818811, 'American Airlines Center', 32.79034430990437, -96.81024481830329, 'Basketball Stadium'), ('Design District', 32.7899087, -96.818811, 'Ascension', 32.7970721516611, -96.8199100715931, 'Coffee Shop'), ('Design District', 32.7899087, -96.818811, 'El Bolero', 32.79331034565555, -96.8225238579749, 'Mexican Restaurant'), ('Design District', 32.7899087, -96.818811, 'Craighead Green Gallery', 32.787565, -96.817275, 'Art Gallery'), ('Design District', 32.7899087, -96.818811, 'Eighteen/76', 32.79128967381364, -96.81023987620162, 'Bar'), ('Design District', 32.7899087, -96.818811, 'Sassetta', 32.795794403446884, -96.8203632357734, 'Italian Restaurant'), ('Design District', 32.7899087, -96.818811, 'Camp Bow Wow', 32.7935301, -96.824423, 'Pet Service'), ('Design District', 32.7899087, -96.818811, 'Wheelhouse', 32.79520267, -96.81831302, 'New American Restaurant'), ('Design District', 32.7899087, -96.818811, 'Italia Express', 32.78419341494731, -96.81684819553946, 'Italian Restaurant'), ('Design District', 32.7899087, -96.818811, 'Hero Victory Park', 32.789281, -96.809788, 'Sports Bar'), ('Design District', 32.7899087, -96.818811, 'The Hangar', 32.78967535342859, -96.8094414885055, 'Clothing Store'), ('Design District', 32.7899087, -96.818811, 'Rodeo Goat', 32.796998092624115, -96.82413127394855, 'Burger Joint'), ('Design District', 32.7899087, -96.818811, 'Flying Fish', 32.79406216357564, -96.82589403129504, 'Seafood Restaurant'), ('Design District', 32.7899087, -96.818811, 'White Elephant Antiques', 32.78713942343367, -96.81783918518951, 'Antique Shop'), ('Design District', 32.7899087, -96.818811, 'W Dallas - Victory', 32.7887625, -96.8090297, 'Hotel'), ('Design District', 32.7899087, -96.818811, 'Medina Oven & Bar', 32.78557854498254, -96.80974484058822, 'Moroccan Restaurant'), ('Design District', 32.7899087, -96.818811, 'Pinnacle Bar at American Airlines Center (The NAC)', 32.79052827863531, -96.81027870318458, 'Cocktail Bar'), ('Design District', 32.7899087, -96.818811, 'Billy Can Can', 32.78709520556067, -96.80925572814924, 'Theme Restaurant'), ('Design District', 32.7899087, -96.818811, 'Dallas Mavs High Five Line (check in)', 32.791012, -96.8097, 'Stadium'), ('Design District', 32.7899087, -96.818811, 'AT&T Plaza', 32.78995845005438, -96.80960649249776, 'Plaza'), ('Design District', 32.7899087, -96.818811, "Ferris Wheeler's Backyard and BBQ", 32.79735596644974, -96.82448682208621, 'BBQ Joint'), ('Design District', 32.7899087, -96.818811, 'Bowlounge', 32.79370880725963, -96.82736247503978, 'Bowling Alley'), ('Design District', 32.7899087, -96.818811, "Jack Daniel's Lounge", 32.79012734469267, -96.80929273102554, 'Sports Bar'), ('Design District', 32.7899087, -96.818811, 'TacoStop', 32.79457241942298, -96.8267306636525, 'Taco Place'), ('Design District', 32.7899087, -96.818811, 'Jinya Ramen Bar', 32.786134443997724, -96.80911738296673, 'Ramen Restaurant'), ('Design District', 32.7899087, -96.818811, 'Freshii', 32.788095, -96.80903, 'Salad Place'), ('Design District', 32.7899087, -96.818811, 'Pakpao', 32.797193035253784, -96.81892840613918, 'Thai Restaurant'), ('Design District', 32.7899087, -96.818811, '7-Eleven', 32.793324638661865, -96.82188399448668, 'Convenience Store'), ('Design District', 32.7899087, -96.818811, 'Havana Social Club', 32.78963018598871, -96.80939921159947, 'Lounge'), ('Design District', 32.7899087, -96.818811, 'The UPS Store', 32.7904, -96.820154, 'Shipping Store'), ('Design District', 32.7899087, -96.818811, 'Bliss Spa at W Dallas', 32.7885145, -96.80913749999999, 'Spa'), ('Design District', 32.7899087, -96.818811, 'Chipotle Mexican Grill', 32.78812, -96.81001, 'Mexican Restaurant'), ('Design District', 32.7899087, -96.818811, 'SUBWAY', 32.78420297986273, -96.81673600905329, 'Sandwich Place'), ('Design District', 32.7899087, -96.818811, 'Cinepolis Luxury Cinemas Victory Park', 32.78674458642799, -96.80962100434216, 'Movie Theater'), ('Design District', 32.7899087, -96.818811, 'Oak', 32.79727445263151, -96.81928888769764, 'New American Restaurant'), ('Design District', 32.7899087, -96.818811, 'Uncommon Market Dallas', 32.790740412915596, -96.82625485855974, 'Antique Shop'), ('Design District', 32.7899087, -96.818811, 'Platinum Club', 32.79051484873494, -96.81031908445696, 'Lounge'), ('Design District', 32.7899087, -96.818811, 'Imoto', 32.787455, -96.809201, 'Asian Restaurant'), ('Design District', 32.7899087, -96.818811, "Jimmy John's", 32.78807479418438, -96.80904537470786, 'Sandwich Place'), ('Design District', 32.7899087, -96.818811, 'W Victory Rooftop Pool & Bar', 32.78879568261749, -96.80910009365749, 'Roof Deck'), ('Design District', 32.7899087, -96.818811, 'Neo', 32.78619473476366, -96.80932057612887, 'Pizza Place'), ('Design District', 32.7899087, -96.818811, 'Orangetheory Fitness', 32.785624, -96.810828, 'Gym / Fitness Center'), ('Design District', 32.7899087, -96.818811, 'PIRA', 32.78965072852942, -96.81026256502237, 'Lounge'), ('Design District', 32.7899087, -96.818811, 'Los Lupes Restaurant', 32.79017690564876, -96.82008591831723, 'Mexican Restaurant'), ('Design District', 32.7899087, -96.818811, 'Cafe Victoria', 32.788324267599165, -96.80927744554803, 'Coffee Shop'), ('Design District', 32.7899087, -96.818811, 'Royal Sixty, district Bistro', 32.79290970933493, -96.8257322569555, 'New American Restaurant'), ('Design District', 32.7899087, -96.818811, 'Circuit 12', 32.78869781607042, -96.81726097758833, 'Art Gallery'), ('Design District', 32.7899087, -96.818811, 'Cook Hall', 32.78861590505764, -96.80916068033491, 'Gastropub'), ('Design District', 32.7899087, -96.818811, 'The Living Room', 32.78880685298039, -96.80912835904012, 'Hotel Bar'), ('Design District', 32.7899087, -96.818811, '7-Eleven', 32.7895595, -96.8087004, 'Convenience Store'), ('Design District', 32.7899087, -96.818811, 'Popeyes Louisiana Kitchen', 32.78340800936504, -96.8144003571071, 'Fried Chicken Joint'), ('Design District', 32.7899087, -96.818811, 'Chase Bank', 32.794624, -96.8241751, 'Bank'), ('Design District', 32.7899087, -96.818811, 'Old No. 7 Club', 32.79008929873246, -96.80931788473876, 'Bar'), ('Design District', 32.7899087, -96.818811, 'Jack in the Box', 32.78330243549231, -96.81620121002203, 'Fast Food Restaurant'), ('Design District', 32.7899087, -96.818811, 'Shell', 32.78320179725836, -96.81576968666305, 'Gas Station'), ('Design District', 32.7899087, -96.818811, 'Audi Club', 32.79052579315304, -96.81032940571177, 'Bar'), ('Design District', 32.7899087, -96.818811, 'Morgan Allen Designs', 32.7872745269555, -96.82023525238037, 'Furniture / Home Store'), ('Design District', 32.7899087, -96.818811, "Primo's Tex Mex Grille", 32.79505237030162, -96.81657074090346, 'Restaurant'), ('Design District', 32.7899087, -96.818811, "McDonald's", 32.78293599745497, -96.81426331400871, 'Fast Food Restaurant'), ('Design District', 32.7899087, -96.818811, 'Victory Tavern', 32.78995153133677, -96.80928282152348, 'American Restaurant'), ('Design District', 32.7899087, -96.818811, '7-Eleven', 32.78344930390456, -96.81486685232825, 'Convenience Store'), ('Design District', 32.7899087, -96.818811, 'Dallas Grit Fitness', 32.79291436334257, -96.82444852006522, 'Gym / Fitness Center'), ('Design District', 32.7899087, -96.818811, 'Hyatt House Dallas/Uptown', 32.794939352857604, -96.81013606806712, 'Hotel'), ('Design District', 32.7899087, -96.818811, 'LuminArte Gallery', 32.79016048840376, -96.82603229479695, 'Art Gallery'), ('Design District', 32.7899087, -96.818811, 'The Katy Coffee Lab', 32.793987, -96.813136, 'Coffee Shop'), ('Design District', 32.7899087, -96.818811, 'Shooters', 32.789759443335925, -96.80943224828893, 'Sports Bar'), ('Design District', 32.7899087, -96.818811, 'Circuit12 Contemporary', 32.790504999999996, -96.827054, 'Art Gallery'), ('Design District', 32.7899087, -96.818811, 'Texas Security Bank', 32.794299, -96.82532217, 'Bank'), ('Design District', 32.7899087, -96.818811, 'Victory Promenade', 32.792546184867994, -96.81105232536463, 'Other Great Outdoors'), ('Design District', 32.7899087, -96.818811, 'The Fan Sports Lounge', 32.78950989799585, -96.80853586273308, 'Sports Bar'), ('Design District', 32.7899087, -96.818811, 'Funny Library Coffee Shop', 32.797016, -96.821589, 'Café'), ('Design District', 32.7899087, -96.818811, 'HDNet. Heroes Baseball Field', 32.79334495771941, -96.8101401743861, 'Baseball Field'), ('Design District', 32.7899087, -96.818811, 'Westside CrossFit', 32.79340207001892, -96.82749289836222, 'Athletics & Sports'), ('Design District', 32.7899087, -96.818811, 'Camp Gladiator Victory Park', 32.78567123413086, -96.81060028076172, 'Plaza'), ('Design District', 32.7899087, -96.818811, "Murphy's Deli", 32.78584245478645, -96.81022912169193, 'Deli / Bodega'), ('Design District', 32.7899087, -96.818811, 'Mesero', 32.78709769698541, -96.80936500637898, 'Mexican Restaurant'), ('Design District', 32.7899087, -96.818811, 'Pike Park', 32.79361813653659, -96.8094547602364, 'Baseball Field'), ('Design District', 32.7899087, -96.818811, 'Hyatt House Gym', 32.795082, -96.810193, 'Gym / Fitness Center'), ('Design District', 32.7899087, -96.818811, 'Brewed+Pressed', 32.791509, -96.808363, 'Juice Bar'), ('Design District', 32.7899087, -96.818811, 'Hyatt House Pool', 32.79499053955078, -96.80998229980469, 'Hotel Pool')], [('Diamond Heights', 7.0502722, 125.5026469, 'Gaisano Mall', 7.049315794863775, 125.50605436260341, 'Shopping Mall')], [('Dogpatch', 37.7606977, -122.3892016, 'Neighbor Bakehouse', 37.759746, -122.38823, 'Bakery'), ('Dogpatch', 37.7606977, -122.3892016, 'Long Bridge Pizza Co.', 37.759458689340335, -122.3883352167837, 'Pizza Place'), ('Dogpatch', 37.7606977, -122.3892016, 'Third Rail', 37.76056153639689, -122.3882637052532, 'Cocktail Bar'), ('Dogpatch', 37.7606977, -122.3892016, 'La Fromagerie', 37.75890256641985, -122.38833609632663, 'Cheese Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Ungrafted', 37.75900846957023, -122.38826235774829, 'Wine Bar'), ('Dogpatch', 37.7606977, -122.3892016, "Marcella's Lasagneria & Cucina", 37.7579958294458, -122.38923528445224, 'Italian Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Mr. & Mrs. Miscellaneous', 37.757847, -122.38811, 'Ice Cream Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Just For You', 37.75796434145424, -122.38890901638307, 'Breakfast Spot'), ('Dogpatch', 37.7606977, -122.3892016, 'Noon All Day', 37.76166712267446, -122.3916928068098, 'Café'), ('Dogpatch', 37.7606977, -122.3892016, 'Piccino Cafe', 37.75773795347156, -122.39014525841264, 'Café'), ('Dogpatch', 37.7606977, -122.3892016, 'Wooly Pig', 37.760605994540654, -122.38844480831085, 'Sandwich Place'), ('Dogpatch', 37.7606977, -122.3892016, 'Esprit Park', 37.760952689349466, -122.39099979400635, 'Dog Run'), ('Dogpatch', 37.7606977, -122.3892016, 'Dogpatch Saloon', 37.757963, -122.388534, 'Cocktail Bar'), ('Dogpatch', 37.7606977, -122.3892016, 'Sea Star', 37.76067781036566, -122.38846400647043, 'Bar'), ('Dogpatch', 37.7606977, -122.3892016, 'Yield Wine Bar', 37.758187889516016, -122.3884524026121, 'Wine Bar'), ('Dogpatch', 37.7606977, -122.3892016, "Jolt 'n Bolt", 37.76006558174156, -122.38795911427755, 'Bakery'), ('Dogpatch', 37.7606977, -122.3892016, 'Hard Knox Cafe', 37.757563568832296, -122.3883131891363, 'Southern / Soul Food Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, '3rd St. Boxing Gym', 37.75692731040069, -122.38842985286455, 'Gym / Fitness Center'), ('Dogpatch', 37.7606977, -122.3892016, 'Magnolia Brewing Company', 37.75776341753505, -122.38821566104889, 'Brewery'), ('Dogpatch', 37.7606977, -122.3892016, 'School Night', 37.761625845682836, -122.38902250124985, 'Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Dogpatch Boulders', 37.75662467116606, -122.38796989985903, 'Climbing Gym'), ('Dogpatch', 37.7606977, -122.3892016, 'Triple Voodoo Brewery & Tap Room', 37.76118132394472, -122.3885425043825, 'Brewery'), ('Dogpatch', 37.7606977, -122.3892016, 'Orange Photography', 37.75692913029458, -122.38758909688724, 'Art Gallery'), ('Dogpatch', 37.7606977, -122.3892016, 'The Workshop Residence', 37.757718289063035, -122.38982010931367, 'Design Studio'), ('Dogpatch', 37.7606977, -122.3892016, 'Spicer on 3rd', 37.759740171669534, -122.3883609875128, 'Gift Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Moshi Moshi', 37.76313321321525, -122.3888880232023, 'Sushi Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Giggling Lotus Yoga', 37.760161161236695, -122.38821073301162, 'Yoga Studio'), ('Dogpatch', 37.7606977, -122.3892016, 'Triple Aught Design', 37.75811342201933, -122.38816570407172, 'Sporting Goods Shop'), ('Dogpatch', 37.7606977, -122.3892016, "Dutchman's Flat MCD", 37.75731570381006, -122.38852000287038, 'Marijuana Dispensary'), ('Dogpatch', 37.7606977, -122.3892016, 'Moonraker', 37.75976493971183, -122.39144819874436, 'Food Truck'), ('Dogpatch', 37.7606977, -122.3892016, 'Plow', 37.762516, -122.395467, 'Breakfast Spot'), ('Dogpatch', 37.7606977, -122.3892016, 'Pawtrero Hill Bathhouse and Feed Company', 37.76414, -122.3945, 'Pet Store'), ('Dogpatch', 37.7606977, -122.3892016, 'Museum of Craft and Design', 37.75695734486018, -122.38801242566586, 'Art Museum'), ('Dogpatch', 37.7606977, -122.3892016, "Reno's Liquor Store", 37.7580057494367, -122.38880516274986, 'Liquor Store'), ('Dogpatch', 37.7606977, -122.3892016, 'Chez Maman East', 37.76253116346574, -122.3966521107961, 'French Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Ruby Wine', 37.76254057858446, -122.3970270035789, 'Wine Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Minnesota Street Projects Gallery', 37.75424739872958, -122.38954229812218, 'Art Gallery'), ('Dogpatch', 37.7606977, -122.3892016, "Farley's", 37.76259564856046, -122.39598420298891, 'Coffee Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Mission Rock Resort', 37.76548318059236, -122.38662441146899, 'Seafood Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'La Stazione Coffee & Wine Bar', 37.757598831572736, -122.3929845143002, 'Coffee Shop'), ('Dogpatch', 37.7606977, -122.3892016, "Hazel's Kitchen", 37.76263307432804, -122.3960580418227, 'Sandwich Place'), ('Dogpatch', 37.7606977, -122.3892016, 'Little Nib', 37.75785796926337, -122.38961558193017, 'Dessert Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Rickshaw Bagworks', 37.757907844137264, -122.3905394413055, 'Accessories Store'), ('Dogpatch', 37.7606977, -122.3892016, 'Good Life Grocery', 37.760060051464905, -122.3967928465983, 'Grocery Store'), ('Dogpatch', 37.7606977, -122.3892016, 'The Ramp', 37.76413795920232, -122.38689273513181, 'Bar'), ('Dogpatch', 37.7606977, -122.3892016, 'Philz Coffee', 37.75432499172852, -122.39014539628897, 'Coffee Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Parker Cafe', 37.76255545289218, -122.3964199549176, 'Café'), ('Dogpatch', 37.7606977, -122.3892016, 'Provender Coffee', 37.7624556, -122.3968395, 'Café'), ('Dogpatch', 37.7606977, -122.3892016, 'Agua Vista Park', 37.76614132377395, -122.38613426685333, 'Park'), ('Dogpatch', 37.7606977, -122.3892016, "Christopher's Books", 37.76258473408882, -122.39660541203637, 'Bookstore'), ('Dogpatch', 37.7606977, -122.3892016, 'Urban Air Market', 37.758399586454864, -122.38449811935425, 'Market'), ('Dogpatch', 37.7606977, -122.3892016, 'Dogpatch WineWorks', 37.75843057680403, -122.38815384539036, 'Winery'), ('Dogpatch', 37.7606977, -122.3892016, 'Chase Center', 37.767864, -122.387463, 'Basketball Stadium'), ('Dogpatch', 37.7606977, -122.3892016, 'Papito', 37.76234647817989, -122.39740928735495, 'Mexican Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Piccino Coffee Bar', 37.75783701188741, -122.3899851549758, 'Coffee Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'DogPileDogs Daycare and Boarding', 37.75460960457039, -122.38713712465878, 'Dog Run'), ('Dogpatch', 37.7606977, -122.3892016, 'Intelligentsia Roasting Works', 37.76374367372196, -122.39522652677441, 'Office'), ('Dogpatch', 37.7606977, -122.3892016, 'Poco Dolce', 37.758943636824014, -122.38823955598652, 'Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Mochica', 37.76246671419291, -122.39729756783333, 'Peruvian Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Happy Cow Creamery & Tea', 37.760794, -122.388374, 'Bubble Tea Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'SF Kebab Mediterranean Grill', 37.76704350992328, -122.38995669980444, 'Mediterranean Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'UCSF Bakar Fitness & Rec Center', 37.76814602174398, -122.39329041224224, 'Gym'), ('Dogpatch', 37.7606977, -122.3892016, 'Potrero Hill Playground', 37.75695229930985, -122.39756546005563, 'Playground'), ('Dogpatch', 37.7606977, -122.3892016, 'Bottom of the Hill', 37.765115889418894, -122.39621781367346, 'Rock Club'), ('Dogpatch', 37.7606977, -122.3892016, 'Dumpling Time', 37.767284, -122.388738, 'Dumpling Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Boba Guys', 37.76644771569975, -122.39704236067308, 'Bubble Tea Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'STEM Kitchen & Garden', 37.766240814693575, -122.38833667304378, 'New American Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'McEvoy Foundation for the Arts', 37.753309, -122.390156, 'Art Gallery'), ('Dogpatch', 37.7606977, -122.3892016, 'Dig Wines', 37.75767869117963, -122.39009995926449, 'Wine Bar'), ('Dogpatch', 37.7606977, -122.3892016, 'Cracked & Battered', 37.7625832748063, -122.39737840681394, 'Breakfast Spot'), ('Dogpatch', 37.7606977, -122.3892016, 'Besharam', 37.75421505426467, -122.38971859386444, 'Indian Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'El Niño Training Center', 37.752110770518755, -122.38797830193757, 'Gym / Fitness Center'), ('Dogpatch', 37.7606977, -122.3892016, 'Sunflower', 37.76260870576873, -122.39753796769163, 'Vietnamese Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'The Sandwich Shop', 37.763608, -122.388656, 'Sandwich Place'), ('Dogpatch', 37.7606977, -122.3892016, 'Quince Spa', 37.75830407010859, -122.39524267815939, 'Cosmetics Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Fitness Urbano', 37.76568417839619, -122.39700920589888, 'Gym / Fitness Center'), ('Dogpatch', 37.7606977, -122.3892016, 'Goat Hill Pizza', 37.7624335055108, -122.39765377393908, 'Pizza Place'), ('Dogpatch', 37.7606977, -122.3892016, 'Magnolia Brewing City Bistro', 37.768485, -122.386724, 'Fast Food Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Dogpatch Dance and Yoga', 37.755391846429475, -122.38482575587673, 'Dance Studio'), ('Dogpatch', 37.7606977, -122.3892016, "Gilberth's Latin Fusion Restaurant", 37.7587985, -122.3881224, 'Latin American Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Connecticut Yankee', 37.76500535984297, -122.39790276886198, 'American Restaurant'), ('Dogpatch', 37.7606977, -122.3892016, 'Jackson Park & Playground', 37.76430297307453, -122.39957213401794, 'Park'), ('Dogpatch', 37.7606977, -122.3892016, 'Daggett Plaza', 37.76691999706549, -122.39602746090675, 'Park'), ('Dogpatch', 37.7606977, -122.3892016, 'UCSF Bakar Center Pool', 37.76823153897548, -122.39321696363955, 'Pool'), ('Dogpatch', 37.7606977, -122.3892016, 'Thinkers Cafe', 37.759908659281216, -122.39786096064077, 'Café'), ('Dogpatch', 37.7606977, -122.3892016, 'Industrious Life', 37.75812194277631, -122.38931402651298, 'Gift Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Thick House', 37.762438854975436, -122.39948542283348, 'Indie Theater'), ('Dogpatch', 37.7606977, -122.3892016, 'Modern Nail Bar', 37.75784681341064, -122.38962436921706, 'Spa'), ('Dogpatch', 37.7606977, -122.3892016, 'Potrero Hill Recreation Center', 37.756650472509264, -122.39761626305834, 'Park'), ('Dogpatch', 37.7606977, -122.3892016, 'Dogpatch Playground', 37.75765485354902, -122.39070941410944, 'Playground'), ('Dogpatch', 37.7606977, -122.3892016, 'Progress Park', 37.75386146181895, -122.39116072654724, 'Park'), ('Dogpatch', 37.7606977, -122.3892016, 'The ARCH Art PopUp', 37.75948897224367, -122.38830810578317, 'Arts & Crafts Store'), ('Dogpatch', 37.7606977, -122.3892016, 'Shorenstein Family Café', 37.765346542255514, -122.38936272698245, 'Café'), ('Dogpatch', 37.7606977, -122.3892016, 'The Plant Cafe', 37.75987525578052, -122.38834620743019, 'Café'), ('Dogpatch', 37.7606977, -122.3892016, "My Gym Children's Fitness Center", 37.75946539877659, -122.39017528940755, 'Gym / Fitness Center'), ('Dogpatch', 37.7606977, -122.3892016, 'Bay Front Park', 37.76872852092921, -122.38514835405446, 'Park'), ('Dogpatch', 37.7606977, -122.3892016, 'Daily Driver', 37.75735888864569, -122.38814281673687, 'Bagel Shop'), ('Dogpatch', 37.7606977, -122.3892016, 'Shell', 37.75318755246219, -122.38818411430913, 'Gas Station'), ('Dogpatch', 37.7606977, -122.3892016, 'Nomi Day Spa', 37.75426483154297, -122.39106750488281, 'Spa'), ('Dogpatch', 37.7606977, -122.3892016, 'Warriors Shop', 37.76829, -122.388094, 'Sporting Goods Shop')], [('Dolores Heights', 37.756118, -122.4309321, 'Fruit Shelf Gay Beach', 37.75846673007918, -122.42762059706484, 'Park'), ('Dolores Heights', 37.756118, -122.4309321, 'Noe Hill Market', 37.759404187295765, -122.43266938722016, 'Deli / Bodega'), ('Dolores Heights', 37.756118, -122.4309321, 'Anchor Oyster Bar', 37.75970781524432, -122.43491032498481, 'Seafood Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Mission Dolores Park', 37.75998998481965, -122.4271184206009, 'Park'), ('Dolores Heights', 37.756118, -122.4309321, 'Eye Gotcha Optometric', 37.75965052191799, -122.43496694100499, 'Optical Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Saru Sushi Bar', 37.75164725317108, -122.42877448272561, 'Sushi Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Philz Coffee', 37.760120123028855, -122.43476008172911, 'Coffee Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'PlumpJack Wine & Spirits Store', 37.75139765550949, -122.43224822215106, 'Wine Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Swirl on Castro', 37.75978491547063, -122.43500867014792, 'Wine Bar'), ('Dolores Heights', 37.756118, -122.4309321, "Noe Valley Farmer's Market", 37.751471, -122.428988, 'Farmers Market'), ('Dolores Heights', 37.756118, -122.4309321, 'The Castro Fountain', 37.76005150554126, -122.43502351928404, 'Ice Cream Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Top of the Hill', 37.75748903552887, -122.43604340778415, 'Hill'), ('Dolores Heights', 37.756118, -122.4309321, 'Olive This Olive That', 37.75147657691003, -122.42858970684738, 'Gourmet Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Pressed Juicery', 37.75143816047573, -122.42980691725933, 'Juice Bar'), ('Dolores Heights', 37.756118, -122.4309321, 'Whole Foods Market', 37.75188454999903, -122.43087297304551, 'Grocery Store'), ('Dolores Heights', 37.756118, -122.4309321, '22nd Street Jungle Stairs', 37.7543816767982, -122.43614387925199, 'Trail'), ('Dolores Heights', 37.756118, -122.4309321, "Spike's Coffee & Tea", 37.75927683957167, -122.43521243431195, 'Coffee Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Noe Valley Bakery', 37.75132971410129, -122.43345394577986, 'Bakery'), ('Dolores Heights', 37.756118, -122.4309321, 'Helen Diller Playground', 37.758818453347764, -122.4268667086893, 'Playground'), ('Dolores Heights', 37.756118, -122.4309321, 'Noe Valley Wine Merchants', 37.751654088770955, -122.42796807922204, 'Wine Shop'), ('Dolores Heights', 37.756118, -122.4309321, "Charlie's Corner", 37.75135683384734, -122.43428103519672, 'Bookstore'), ('Dolores Heights', 37.756118, -122.4309321, 'Vive La Tarte', 37.751445598335486, -122.4324945354914, 'Bakery'), ('Dolores Heights', 37.756118, -122.4309321, 'ImagiKnit', 37.76118260404662, -122.43046045021286, 'Arts & Crafts Store'), ('Dolores Heights', 37.756118, -122.4309321, 'Woods Cervecería', 37.76123, -122.42853, 'Brewery'), ('Dolores Heights', 37.756118, -122.4309321, 'Castro Dog Park', 37.759811189202786, -122.4363943587903, 'Dog Run'), ('Dolores Heights', 37.756118, -122.4309321, 'Urban Flowers', 37.761004660050325, -122.43346891484823, 'Flower Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Subs Inc.', 37.75127930349454, -122.43419910650239, 'Sandwich Place'), ('Dolores Heights', 37.756118, -122.4309321, 'Hortica', 37.75990411095353, -122.43502487757969, 'Garden Center'), ('Dolores Heights', 37.756118, -122.4309321, 'Réveille Coffee Co.', 37.761104, -122.43443, 'Coffee Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Patxi’s Pizza', 37.75143034444472, -122.43285591598998, 'Pizza Place'), ('Dolores Heights', 37.756118, -122.4309321, 'Last Call', 37.761083593164734, -122.4326624479163, 'Gay Bar'), ('Dolores Heights', 37.756118, -122.4309321, 'Lark', 37.760993285739396, -122.43427518221822, 'Mediterranean Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, "Neighbor's Corner", 37.7555131728364, -122.43875375517898, 'Café'), ('Dolores Heights', 37.756118, -122.4309321, 'Easy Breezy', 37.75140961972707, -122.43262104918385, 'Frozen Yogurt Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Dog Eared Books', 37.76120618584941, -122.43495870530577, 'Bookstore'), ('Dolores Heights', 37.756118, -122.4309321, 'Chocolate Covered', 37.751326210622985, -122.43334634140344, 'Chocolate Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Yoga Tree Castro', 37.761051, -122.436003, 'Yoga Studio'), ('Dolores Heights', 37.756118, -122.4309321, 'Liberty Hill District', 37.758111159472676, -122.42632943023611, 'Plaza'), ('Dolores Heights', 37.756118, -122.4309321, '24th Street Cheese Company', 37.75158412341779, -122.42948450823499, 'Cheese Shop'), ('Dolores Heights', 37.756118, -122.4309321, "Ruby's Clay Studio & Gallery", 37.7600794695219, -122.43279465009027, 'Art Gallery'), ('Dolores Heights', 37.756118, -122.4309321, 'Valley Tavern', 37.7515174405312, -122.433136404008, 'Pub'), ('Dolores Heights', 37.756118, -122.4309321, 'Hi-Way Burger And Fry', 37.75162794988096, -122.42867553238537, 'Burger Joint'), ('Dolores Heights', 37.756118, -122.4309321, 'BeBeBar', 37.761325046011784, -122.42846922401527, 'Juice Bar'), ('Dolores Heights', 37.756118, -122.4309321, 'Castro Theatre', 37.762044145115574, -122.43502202215997, 'Indie Movie Theater'), ('Dolores Heights', 37.756118, -122.4309321, 'Bi-Rite Creamery', 37.761447920698735, -122.4257519786573, 'Ice Cream Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Yoga Mayu', 37.751204109165236, -122.43539118589692, 'Yoga Studio'), ('Dolores Heights', 37.756118, -122.4309321, 'Dolores Park Tennis Courts', 37.76104770835717, -122.42688453064994, 'Tennis Court'), ('Dolores Heights', 37.756118, -122.4309321, "MOE's Barbershop and Beauty Parlor", 37.75140798677011, -122.43221046008277, 'Health & Beauty Service'), ('Dolores Heights', 37.756118, -122.4309321, 'Blush! Wine Bar', 37.7612598770217, -122.43511601933409, 'Wine Bar'), ('Dolores Heights', 37.756118, -122.4309321, 'Frances', 37.762765053846415, -122.4321982578279, 'New American Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Fable', 37.75997442841319, -122.43507963136373, 'New American Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Buffalo Whole Food & Grain Co', 37.75937356479043, -122.43495459732968, 'Grocery Store'), ('Dolores Heights', 37.756118, -122.4309321, 'Thai House Express', 37.759368588947524, -122.43484238906379, 'Thai Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Kasa Indian Eatery', 37.76104350446926, -122.43293051337922, 'Indian Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'The Little Chihuahua', 37.751221384508725, -122.43463813052745, 'Mexican Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'GLBT History Museum', 37.76082766339166, -122.43560952639227, 'History Museum'), ('Dolores Heights', 37.756118, -122.4309321, 'Tuba - Authentic Turkish Restaurant', 37.75496349644156, -122.42313816692466, 'Turkish Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Just For Fun & Scribbledoodles', 37.75149872378761, -122.43147652614313, 'Hobby Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Peasant Pies', 37.751322665993854, -122.43447011232143, 'Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Lupa Trattoria', 37.75125633871735, -122.43448585803482, 'Italian Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Bi-Rite Market', 37.76145005090555, -122.42469816617343, 'Grocery Store'), ('Dolores Heights', 37.756118, -122.4309321, 'Lone Palm', 37.75515208776607, -122.42309780797615, 'Bar'), ('Dolores Heights', 37.756118, -122.4309321, 'Bhoga', 37.761407, -122.435188, 'Indian Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Midnight Sun', 37.76081945275689, -122.43432520903521, 'Gay Bar'), ('Dolores Heights', 37.756118, -122.4309321, 'Dolores Outpost', 37.75998694902003, -122.42368460518881, 'Coffee Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Pizzeria Delfina', 37.761528004962244, -122.4242371423357, 'Pizza Place'), ('Dolores Heights', 37.756118, -122.4309321, 'Señor Sisig', 37.75715, -122.421304, 'Filipino Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Project Juice', 37.76071575790682, -122.43502325055721, 'Juice Bar'), ('Dolores Heights', 37.756118, -122.4309321, 'Core40', 37.76089456436038, -122.43557357248332, 'Pilates Studio'), ('Dolores Heights', 37.756118, -122.4309321, 'Hand Job Nails & Spa', 37.75993353085407, -122.43490755956756, 'Nail Salon'), ('Dolores Heights', 37.756118, -122.4309321, 'Loló', 37.757301, -122.421307, 'Latin American Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Rooster & Rice', 37.760877, -122.433668, 'Thai Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Hamano Sushi', 37.75085742670257, -122.4341215504447, 'Sushi Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Philz Coffee', 37.75118190285389, -122.43838192590961, 'Coffee Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Dog Eared Books', 37.758445500765696, -122.4213655574246, 'Bookstore'), ('Dolores Heights', 37.756118, -122.4309321, 'Tartine Bakery', 37.76151859415805, -122.42388790399988, 'Bakery'), ('Dolores Heights', 37.756118, -122.4309321, 'Delfina', 37.76152767594501, -122.42427237470002, 'Italian Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Ritual Coffee Roasters', 37.756434706964484, -122.42123114208677, 'Coffee Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Burn', 37.756247545648776, -122.42103455630352, 'Gym'), ('Dolores Heights', 37.756118, -122.4309321, 'The Liberties Bar', 37.75517605691944, -122.42324754239614, 'Gastropub'), ('Dolores Heights', 37.756118, -122.4309321, 'The Edge', 37.760773894958, -122.43608195637191, 'Gay Bar'), ('Dolores Heights', 37.756118, -122.4309321, 'Castro Pride Flag Pole', 37.76240137201205, -122.43535378554763, 'Historic Site'), ('Dolores Heights', 37.756118, -122.4309321, "MaMa Ji's", 37.76074993654171, -122.43865144053532, 'Szechuan Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, "Rossi's Deli", 37.76210251865176, -122.43520818509522, 'Deli / Bodega'), ('Dolores Heights', 37.756118, -122.4309321, '1-2-3-4 Go! Records', 37.75629973372459, -122.42111458661627, 'Record Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Hot Cookie', 37.76232423157735, -122.43518995783903, 'Bakery'), ('Dolores Heights', 37.756118, -122.4309321, "Mudpuppy's on Castro", 37.76030853792478, -122.43505804926443, 'Pet Store'), ('Dolores Heights', 37.756118, -122.4309321, 'Poesia Osteria Italiana', 37.761012432501495, -122.43434717636492, 'Italian Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'Bistro SF Grill', 37.75114764114586, -122.43408459642565, 'American Restaurant'), ('Dolores Heights', 37.756118, -122.4309321, 'When Modern Was', 37.751368418640745, -122.43281740576913, 'Furniture / Home Store'), ('Dolores Heights', 37.756118, -122.4309321, 'Smitten Ice Cream', 37.758342540653345, -122.4212909831678, 'Ice Cream Shop'), ('Dolores Heights', 37.756118, -122.4309321, "Lovejoy's Tearoom", 37.7492, -122.427039, 'Tea Room'), ('Dolores Heights', 37.756118, -122.4309321, 'Borderlands Books', 37.759207483617786, -122.42151048490733, 'Bookstore'), ('Dolores Heights', 37.756118, -122.4309321, 'Paxton Gate', 37.75966121758798, -122.42153185420354, 'Gift Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Yoga Tree Valencia', 37.753093, -122.42096, 'Yoga Studio'), ('Dolores Heights', 37.756118, -122.4309321, 'Super Duper Burgers', 37.76402414195907, -122.43370324373245, 'Burger Joint'), ('Dolores Heights', 37.756118, -122.4309321, 'Rare Device - Noe Valley', 37.75119, -122.433332, 'Gift Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Garden Creamery', 37.758605170406376, -122.42058774563571, 'Ice Cream Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Ritual Coffee Roasters', 37.76412230129071, -122.43318285914849, 'Coffee Shop'), ('Dolores Heights', 37.756118, -122.4309321, 'Topdrawer', 37.75732062000125, -122.42117964067933, 'Accessories Store')], [('Duboce Triangle', 37.7671382, -122.43223, "L'Ardoise", 37.766674548230164, -122.43326095822378, 'French Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Swedish American Hall', 37.766756004771516, -122.43056333498883, 'Concert Hall'), ('Duboce Triangle', 37.7671382, -122.43223, 'The Viking Room', 37.76668542621153, -122.43020971859733, 'New American Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Blackbird Bar', 37.767262, -122.429601, 'Cocktail Bar'), ('Duboce Triangle', 37.7671382, -122.43223, "Barry's Bootcamp", 37.764741827642155, -122.43278505231534, 'Gym / Fitness Center'), ('Duboce Triangle', 37.7671382, -122.43223, 'Alex Fitness', 37.764688962162424, -122.43218346570903, 'Gym'), ('Duboce Triangle', 37.7671382, -122.43223, 'Duboce Park', 37.76945795215864, -122.43301340038954, 'Park'), ('Duboce Triangle', 37.7671382, -122.43223, 'Thorough Bread and Pastry', 37.766408, -122.429051, 'Bakery'), ('Duboce Triangle', 37.7671382, -122.43223, 'Hi Tops', 37.76497643721727, -122.43182591919506, 'Gay Bar'), ('Duboce Triangle', 37.7671382, -122.43223, 'Verve Coffee Roasters', 37.767121, -122.429152, 'Coffee Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'Academy of Ballet', 37.76698359629947, -122.42935580004153, 'Dance Studio'), ('Duboce Triangle', 37.7671382, -122.43223, 'Flagship CrossFit', 37.76830446274301, -122.42930492606614, 'Gym'), ('Duboce Triangle', 37.7671382, -122.43223, 'Lucky 13', 37.767021471273786, -122.42985408004894, 'Dive Bar'), ('Duboce Triangle', 37.7671382, -122.43223, 'Dinosaurs', 37.764403031251454, -122.43207086765153, 'Sandwich Place'), ('Duboce Triangle', 37.7671382, -122.43223, 'Healthy Spirits', 37.7657414578619, -122.43538867549854, 'Liquor Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Sushi Time', 37.76456506845293, -122.4321714224048, 'Sushi Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'MAAS & Stacks', 37.76719026841069, -122.42945776505728, 'Clothing Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Photoworks', 37.7648245858748, -122.43194103240965, 'Camera Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Last Rites', 37.76774607691781, -122.42934078944683, 'Tiki Bar'), ('Duboce Triangle', 37.7671382, -122.43223, 'il Casaro Pizzeria & Mozzarella Bar', 37.766919, -122.42876, 'Pizza Place'), ('Duboce Triangle', 37.7671382, -122.43223, 'Woodhouse Fish Co.', 37.76777970212482, -122.42864613666231, 'Seafood Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Beit Rima', 37.76875439388483, -122.42904017764762, 'Middle Eastern Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Ritual Coffee Roasters', 37.76412230129071, -122.43318285914849, 'Coffee Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'Wooden Spoon', 37.76649555934699, -122.43022237369864, 'Scandinavian Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Super Duper Burgers', 37.76402414195907, -122.43370324373245, 'Burger Joint'), ('Duboce Triangle', 37.7671382, -122.43223, 'Starbelly', 37.7640744, -122.4325634, 'New American Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'El Castillito', 37.7687639, -122.4293081, 'Mexican Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Harvey Milk Recreational Arts Center', 37.769482098023715, -122.43392105413758, 'Event Space'), ('Duboce Triangle', 37.7671382, -122.43223, 'The Apothecarium', 37.76858652143181, -122.42772970925192, 'Marijuana Dispensary'), ('Duboce Triangle', 37.7671382, -122.43223, 'Jasmine Garden', 37.76769379927239, -122.42924321500816, 'Vietnamese Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, "Jeffrey's Natural Pet Food", 37.76444377194593, -122.43310666544639, 'Pet Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Réveille Coffee Co.', 37.77097771218059, -122.43202895838355, 'Coffee Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'The Detour', 37.76563983369562, -122.43135064997527, 'Arcade'), ('Duboce Triangle', 37.7671382, -122.43223, "Castro Farmers' Market", 37.76452570664275, -122.43312799151259, 'Farmers Market'), ('Duboce Triangle', 37.7671382, -122.43223, 'Eiji', 37.76407919468008, -122.43086041060077, 'Japanese Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Fig & Thistle Market', 37.76784145300084, -122.42834606213498, 'Wine Bar'), ('Duboce Triangle', 37.7671382, -122.43223, "Courtney's Produce", 37.76732329501875, -122.43556457125794, 'Grocery Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Giddy', 37.76408524058587, -122.43324256773585, 'Candy Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Wiggle Bicycles', 37.770953665992835, -122.43221475860007, 'Bike Shop'), ('Duboce Triangle', 37.7671382, -122.43223, "I'a Poke", 37.765910075883866, -122.42882528276571, 'Poke Place'), ('Duboce Triangle', 37.7671382, -122.43223, 'Willkommen', 37.766198765741386, -122.43081892702423, 'Beer Garden'), ('Duboce Triangle', 37.7671382, -122.43223, 'La Mediterranee', 37.764463715335296, -122.43328935193465, 'Mediterranean Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Frances', 37.762765053846415, -122.4321982578279, 'New American Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'AMASIA Hide’s Sushi bar', 37.766769, -122.433201, 'Sushi Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Kitchen Story', 37.764236, -122.430744, 'Breakfast Spot'), ('Duboce Triangle', 37.7671382, -122.43223, 'Dog Park', 37.76950308537045, -122.43270925707372, 'Dog Run'), ('Duboce Triangle', 37.7671382, -122.43223, 'Books & Bookshelves', 37.76776385110286, -122.4309931267747, 'Furniture / Home Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Whole Foods Market', 37.768735586838446, -122.42693589670061, 'Grocery Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'S & A Liquor', 37.76777345429739, -122.43100514943254, 'Liquor Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Canela Bistro & Wine Bar', 37.76482036042256, -122.43238206874226, 'Spanish Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Whole Foods Salad Bar', 37.768463, -122.42709, 'Salad Place'), ('Duboce Triangle', 37.7671382, -122.43223, 'Pet Food Express', 37.76923879073783, -122.42627112387855, 'Pet Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Toronado', 37.77194138747606, -122.43122284671243, 'Dive Bar'), ('Duboce Triangle', 37.7671382, -122.43223, 'Castro Theatre', 37.762044145115574, -122.43502202215997, 'Indie Movie Theater'), ('Duboce Triangle', 37.7671382, -122.43223, 'Corona Heights Park', 37.7650225313372, -122.43883066273017, 'Park'), ('Duboce Triangle', 37.7671382, -122.43223, 'Maven', 37.771952185838934, -122.43205537504465, 'Cocktail Bar'), ('Duboce Triangle', 37.7671382, -122.43223, 'Laughing Lotus Yoga', 37.76463513834229, -122.42580457150244, 'Yoga Studio'), ('Duboce Triangle', 37.7671382, -122.43223, 'Churchill', 37.76786599300315, -122.42895231858456, 'Cocktail Bar'), ('Duboce Triangle', 37.7671382, -122.43223, 'Gai', 37.764384410717135, -122.43007008552252, 'Asian Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Upper Playground', 37.771534555623575, -122.4303068208938, 'Boutique'), ('Duboce Triangle', 37.7671382, -122.43223, 'Palmyra', 37.771748720188974, -122.43382539364248, 'Mediterranean Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Church Street Groceteria', 37.766168650938766, -122.42895132735407, 'Sandwich Place'), ('Duboce Triangle', 37.7671382, -122.43223, 'U :Dessert Story', 37.76432999836782, -122.430725252748, 'Dessert Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'Yoga Garden', 37.77198233757195, -122.4371073995282, 'Yoga Studio'), ('Duboce Triangle', 37.7671382, -122.43223, 'Corona Heights Summit', 37.76499750972105, -122.43924241317987, 'Scenic Lookout'), ('Duboce Triangle', 37.7671382, -122.43223, 'Castro Pride Flag Pole', 37.76240137201205, -122.43535378554763, 'Historic Site'), ('Duboce Triangle', 37.7671382, -122.43223, 'Hot Cookie', 37.76232423157735, -122.43518995783903, 'Bakery'), ('Duboce Triangle', 37.7671382, -122.43223, 'Tacorgasmico', 37.763183401471984, -122.43391513824461, 'Mexican Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Buena Vista Tennis Courts', 37.76944505768117, -122.43913152078795, 'Tennis Court'), ('Duboce Triangle', 37.7671382, -122.43223, 'Le Café du Soleil', 37.77123979179069, -122.4302300414004, 'Café'), ('Duboce Triangle', 37.7671382, -122.43223, 'Réveille Coffee Co.', 37.761104, -122.43443, 'Coffee Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'Dog Eared Books', 37.76120618584941, -122.43495870530577, 'Bookstore'), ('Duboce Triangle', 37.7671382, -122.43223, 'Dumpling House', 37.763541, -122.432886, 'Dumpling Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Sightglass Coffee', 37.77228702957698, -122.43741884185536, 'Coffee Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'The Little Chihuahua', 37.77203349168377, -122.43700236082077, 'Burrito Place'), ('Duboce Triangle', 37.7671382, -122.43223, "Rooky Ricardo's", 37.77211, -122.429186, 'Record Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'Comix Experience', 37.77243285569474, -122.43735592709122, 'Comic Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'Yoga Tree Castro', 37.761051, -122.436003, 'Yoga Studio'), ('Duboce Triangle', 37.7671382, -122.43223, 'Perilla', 37.77206003875018, -122.43083496703683, 'Vietnamese Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, "Rossi's Deli", 37.76210251865176, -122.43520818509522, 'Deli / Bodega'), ('Duboce Triangle', 37.7671382, -122.43223, 'Powder', 37.77158690143866, -122.4370995097535, 'Ice Cream Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'Body Chemistry Studio', 37.76789, -122.424164, 'Gym / Fitness Center'), ('Duboce Triangle', 37.7671382, -122.43223, 'Urban Flowers', 37.761004660050325, -122.43346891484823, 'Flower Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'ImagiKnit', 37.76118260404662, -122.43046045021286, 'Arts & Crafts Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Buena Vista Park', 37.7689310221817, -122.44041210599859, 'Park'), ('Duboce Triangle', 37.7671382, -122.43223, 'Uva Enoteca', 37.77201109794026, -122.4315560597662, 'Italian Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Randall Museum', 37.76437904683253, -122.43823111202036, 'Museum'), ('Duboce Triangle', 37.7671382, -122.43223, 'Tea And Others', 37.771351, -122.437029, 'Bubble Tea Shop'), ('Duboce Triangle', 37.7671382, -122.43223, 'Corona Heights Dog Run', 37.765527952836976, -122.43986363273886, 'Dog Run'), ('Duboce Triangle', 37.7671382, -122.43223, 'Lark', 37.760993285739396, -122.43427518221822, 'Mediterranean Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Woods Cervecería', 37.76123, -122.42853, 'Brewery'), ('Duboce Triangle', 37.7671382, -122.43223, 'Ragazza', 37.77244056187205, -122.4374771118164, 'Pizza Place'), ('Duboce Triangle', 37.7671382, -122.43223, 'Iza Ramen', 37.771694, -122.430429, 'Ramen Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Blush! Wine Bar', 37.7612598770217, -122.43511601933409, 'Wine Bar'), ('Duboce Triangle', 37.7671382, -122.43223, 'Gamescape', 37.772692429474894, -122.43746740774097, 'Toy / Game Store'), ('Duboce Triangle', 37.7671382, -122.43223, 'Last Call', 37.761083593164734, -122.4326624479163, 'Gay Bar'), ('Duboce Triangle', 37.7671382, -122.43223, 'Kantine', 37.770588837489555, -122.4252890412455, 'Scandinavian Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, 'Indian Paradox', 37.77158, -122.436919, 'Indian Restaurant'), ('Duboce Triangle', 37.7671382, -122.43223, "Turner's Kitchen", 37.76316408709755, -122.42429894681102, 'Sandwich Place'), ('Duboce Triangle', 37.7671382, -122.43223, 'Philz Coffee', 37.760120123028855, -122.43476008172911, 'Coffee Shop')], [('Embarcadero', 37.7928637, -122.396912, 'The Bar Method', 37.794848, -122.396903, 'Gym / Fitness Center'), ('Embarcadero', 37.7928637, -122.396912, 'Oasis Grill', 37.79448295699703, -122.39671156917977, 'Mediterranean Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Philz Coffee', 37.794422061708225, -122.39563578885759, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Philz Coffee', 37.791650951714146, -122.39915654603492, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Google - Sage Cafe', 37.79283005403601, -122.3942737025983, 'Café'), ('Embarcadero', 37.7928637, -122.396912, 'Homegrown', 37.793617, -122.4, 'Sandwich Place'), ('Embarcadero', 37.7928637, -122.396912, 'SoulCycle SoMa', 37.790339922353766, -122.39777063883031, 'Cycle Studio'), ('Embarcadero', 37.7928637, -122.396912, 'PABU', 37.79295, -122.3981, 'Japanese Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Cask', 37.792674383398676, -122.39345592773122, 'Liquor Store'), ('Embarcadero', 37.7928637, -122.396912, 'Truck Stop', 37.79027712468618, -122.39728695129529, 'Street Food Gathering'), ('Embarcadero', 37.7928637, -122.396912, 'Embarcadero Center Cinema', 37.79487082560101, -122.39964765424062, 'Indie Movie Theater'), ('Embarcadero', 37.7928637, -122.396912, 'Barcha', 37.791078, -122.397749, 'Mediterranean Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Blue Hawaii Açaí Café', 37.79466801315221, -122.39791183606242, 'Acai House'), ('Embarcadero', 37.7928637, -122.396912, 'Boulevard', 37.79332, -122.392761, 'French Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Equinox Beale Street', 37.7913197, -122.3964189, 'Gym / Fitness Center'), ('Embarcadero', 37.7928637, -122.396912, 'The Chairman Truck', 37.790099913439036, -122.39714053284678, 'Food Truck'), ('Embarcadero', 37.7928637, -122.396912, 'Dandelion Chocolate', 37.795708440867124, -122.39432820710338, 'Chocolate Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Ferry Plaza Farmers Market', 37.79501511056041, -122.39293631191649, 'Farmers Market'), ('Embarcadero', 37.7928637, -122.396912, 'Ferry Building (Ferry Building Marketplace)', 37.79553812238765, -122.39347279071806, 'Market'), ('Embarcadero', 37.7928637, -122.396912, 'Blue Bottle Coffee Kiosk', 37.795691, -122.393896, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Super Duper Burgers', 37.79282300720068, -122.39410310983658, 'Burger Joint'), ('Embarcadero', 37.7928637, -122.396912, 'Hall & Szeto Optometry', 37.79425414521063, -122.3997284611198, 'Optical Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Blue Bottle Coffee', 37.79132021905332, -122.40098297595978, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Salesforce Park', 37.789004663475026, -122.3970252426277, 'Park'), ('Embarcadero', 37.7928637, -122.396912, 'Equinox Pine Street', 37.79203563226458, -122.40128885292381, 'Gym'), ('Embarcadero', 37.7928637, -122.396912, 'Señor Sisig', 37.79202743496446, -122.40146627957604, 'Food Truck'), ('Embarcadero', 37.7928637, -122.396912, 'YMCA', 37.79265132209003, -122.39208340644836, 'Gym'), ('Embarcadero', 37.7928637, -122.396912, 'Acme Bread Company', 37.79572942744459, -122.39373301323837, 'Bakery'), ('Embarcadero', 37.7928637, -122.396912, 'Humphry Slocombe', 37.795929778422874, -122.39395469935143, 'Ice Cream Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Wheel House', 37.79448116053331, -122.39996995222829, 'Gym'), ('Embarcadero', 37.7928637, -122.396912, 'Embarcadero Public Promenade', 37.796621918043336, -122.395442269084, 'Scenic Lookout'), ('Embarcadero', 37.7928637, -122.396912, 'Ferry Plaza Wine Merchant', 37.79536167470769, -122.39339243349612, 'Wine Bar'), ('Embarcadero', 37.7928637, -122.396912, 'Ozumo', 37.7926439, -122.3922179, 'Japanese Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Blue Bottle Coffee', 37.795991, -122.393867, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Andytown Coffee Roasters', 37.78975243030006, -122.39543483856865, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'El Porteño', 37.79557648243205, -122.39352489040392, 'Argentinian Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Hog Island Oyster Co.', 37.79600874910789, -122.39357690993523, 'Seafood Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'One Market Plaza', 37.79356648807748, -122.3941872360047, 'Office'), ('Embarcadero', 37.7928637, -122.396912, 'GL Alfieri', 37.79577095310764, -122.39377290530582, 'Dessert Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Gott’s Roadside', 37.795793782401226, -122.39424059385291, 'Burger Joint'), ('Embarcadero', 37.7928637, -122.396912, 'Roli Roti Gourmet Rotisserie', 37.79419192146539, -122.39284780019723, 'Food Truck'), ('Embarcadero', 37.7928637, -122.396912, 'Primavera', 37.795597595470646, -122.39213417174193, 'Food Truck'), ('Embarcadero', 37.7928637, -122.396912, 'Kokkari Estiatorio', 37.79688301339759, -122.39965473755873, 'Greek Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Craftsman and Wolves', 37.7949874928411, -122.39318922325856, 'Bakery'), ('Embarcadero', 37.7928637, -122.396912, 'CorePower Yoga', 37.7889632, -122.3944752, 'Yoga Studio'), ('Embarcadero', 37.7928637, -122.396912, 'Philz Coffee', 37.78912062205278, -122.3970524760346, 'Café'), ('Embarcadero', 37.7928637, -122.396912, 'Slanted Door', 37.79622211218807, -122.39389548483183, 'Vietnamese Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Harborview Restaurant and Bar', 37.794965686559344, -122.3954255239921, 'Cantonese Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Fort Point Beer Company', 37.795874, -122.39396, 'Brewery'), ('Embarcadero', 37.7928637, -122.396912, 'Heath Ceramics', 37.79579370993911, -122.39376794355059, 'Arts & Crafts Store'), ('Embarcadero', 37.7928637, -122.396912, 'Wayfare Tavern', 37.793903, -122.402272, 'New American Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'San Francisco Fish Company', 37.79519376938006, -122.39323183568469, 'Seafood Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Yank Sing', 37.79256643277201, -122.39302634958717, 'Dim Sum Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Wise Sons Jewish Delicatessen', 37.79496262494197, -122.393419215189, 'Jewish Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Pier 14', 37.79374887658869, -122.3910886143392, 'Pier'), ('Embarcadero', 37.7928637, -122.396912, 'Mendocino Farms', 37.792686636906865, -122.40210344384357, 'Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Réveille Coffee Co. Truck', 37.796640039168146, -122.40035443582728, 'Food Truck'), ('Embarcadero', 37.7928637, -122.396912, 'La Mar', 37.797398376022706, -122.39510258312372, 'Peruvian Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Frog Hollow Farm', 37.79522072651426, -122.39276118804247, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Wingtip', 37.79446296800666, -122.40280893399066, "Men's Store"), ('Embarcadero', 37.7928637, -122.396912, 'Philz Coffee', 37.78871649592534, -122.39309148339146, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Rincon Annex Historic Post Office Lobby', 37.79277425714809, -122.39344596862793, 'Art Gallery'), ('Embarcadero', 37.7928637, -122.396912, 'Angler', 37.793264199379806, -122.39205373961049, 'Seafood Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Verjus', 37.79557864506594, -122.40267528379337, 'Wine Bar'), ('Embarcadero', 37.7928637, -122.396912, 'Kusakabe', 37.795498406823384, -122.4029523282336, 'Sushi Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Alexander Book Company', 37.78867102787043, -122.40062557442468, 'Bookstore'), ('Embarcadero', 37.7928637, -122.396912, 'Pushkin', 37.79094301071348, -122.40387738626474, 'Russian Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Cafe Me', 37.7960627267963, -122.40182147391126, 'Café'), ('Embarcadero', 37.7928637, -122.396912, 'Shinola', 37.796091703447885, -122.4029125462635, "Men's Store"), ('Embarcadero', 37.7928637, -122.396912, 'Rumble Boxing - FiDi', 37.79194089, -122.40070641, 'Boxing Gym'), ('Embarcadero', 37.7928637, -122.396912, 'Transamerica Redwood Park', 37.79524987133324, -122.40231335163116, 'Park'), ('Embarcadero', 37.7928637, -122.396912, 'Hard Water', 37.79737903940473, -122.39567828132029, 'Whisky Bar'), ('Embarcadero', 37.7928637, -122.396912, 'Crocker Galleria Roof Terrace', 37.78914610393464, -122.40244687451936, 'Roof Deck'), ('Embarcadero', 37.7928637, -122.396912, 'Jackson Square', 37.79676573123542, -122.4022075022127, 'Neighborhood'), ('Embarcadero', 37.7928637, -122.396912, "Cupid's Span", 37.79154065815569, -122.39001274108887, 'Outdoor Sculpture'), ('Embarcadero', 37.7928637, -122.396912, 'Coqueta', 37.79856617565491, -122.39660972788938, 'Spanish Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Flatiron Wine and Spirits', 37.78803899005183, -122.40146577358246, 'Wine Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Yank Sing', 37.789826, -122.399495, 'Dim Sum Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Book Passage', 37.79572380650475, -122.3934515336519, 'Bookstore'), ('Embarcadero', 37.7928637, -122.396912, 'The Vault', 37.792074, -122.403972, 'Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Sur La Table', 37.79503003126969, -122.39277975107417, 'Kitchen Supply Store'), ('Embarcadero', 37.7928637, -122.396912, 'Blue Bottle Coffee', 37.792771, -122.404833, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Rincon Park', 37.79114136918512, -122.39018134976637, 'Park'), ('Embarcadero', 37.7928637, -122.396912, 'Cowgirl Creamery', 37.79565915173596, -122.3935942482985, 'Cheese Shop'), ('Embarcadero', 37.7928637, -122.396912, 'The Bird', 37.787279, -122.400036, 'Fried Chicken Joint'), ('Embarcadero', 37.7928637, -122.396912, 'Sababa', 37.791185, -122.404219, 'Mediterranean Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'Omni San Francisco Hotel', 37.793119745957455, -122.4031025916338, 'Hotel'), ('Embarcadero', 37.7928637, -122.396912, 'sweetgreen', 37.7872625, -122.3986346, 'Salad Place'), ('Embarcadero', 37.7928637, -122.396912, 'Sue Bierman Park', 37.7959238683626, -122.39623010158539, 'Park'), ('Embarcadero', 37.7928637, -122.396912, 'The Infinity - Fitness Center', 37.7892394376632, -122.39139022400803, 'Gym'), ('Embarcadero', 37.7928637, -122.396912, "Boulette's Larder", 37.795182327751796, -122.39272310915376, 'Breakfast Spot'), ('Embarcadero', 37.7928637, -122.396912, 'Blue Bottle Coffee', 37.789744, -122.403652, 'Coffee Shop'), ('Embarcadero', 37.7928637, -122.396912, 'Allbirds', 37.79617084883362, -122.40291978128678, 'Shoe Store'), ('Embarcadero', 37.7928637, -122.396912, 'The Occidental Cigar Club', 37.79179551117991, -122.40378011785673, 'Whisky Bar'), ('Embarcadero', 37.7928637, -122.396912, 'Cocoon Urban Day Spa', 37.78692857408835, -122.39409710280107, 'Spa'), ('Embarcadero', 37.7928637, -122.396912, 'dragoneats', 37.78646245051328, -122.39550510091534, 'Vietnamese Restaurant'), ('Embarcadero', 37.7928637, -122.396912, 'The Gateway', 37.7966291, -122.3978098, 'Gym / Fitness Center'), ('Embarcadero', 37.7928637, -122.396912, "Tailors' Keep", 37.795570487240866, -122.4036290862348, "Men's Store"), ('Embarcadero', 37.7928637, -122.396912, 'William Stout Architectural Books', 37.79659805209962, -122.4034649105084, 'Bookstore'), ('Embarcadero', 37.7928637, -122.396912, 'Bix', 37.79676889447939, -122.4029572795956, 'New American Restaurant')], [('Eureka Valley', 37.7609556, -122.4355087, 'Castro Theatre', 37.762044145115574, -122.43502202215997, 'Indie Movie Theater'), ('Eureka Valley', 37.7609556, -122.4355087, 'Yoga Tree Castro', 37.761051, -122.436003, 'Yoga Studio'), ('Eureka Valley', 37.7609556, -122.4355087, 'Anchor Oyster Bar', 37.75970781524432, -122.43491032498481, 'Seafood Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Philz Coffee', 37.760120123028855, -122.43476008172911, 'Coffee Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'The Castro Fountain', 37.76005150554126, -122.43502351928404, 'Ice Cream Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Eye Gotcha Optometric', 37.75965052191799, -122.43496694100499, 'Optical Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Castro Dog Park', 37.759811189202786, -122.4363943587903, 'Dog Run'), ('Eureka Valley', 37.7609556, -122.4355087, 'Dog Eared Books', 37.76120618584941, -122.43495870530577, 'Bookstore'), ('Eureka Valley', 37.7609556, -122.4355087, 'Réveille Coffee Co.', 37.761104, -122.43443, 'Coffee Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Swirl on Castro', 37.75978491547063, -122.43500867014792, 'Wine Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Lark', 37.760993285739396, -122.43427518221822, 'Mediterranean Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Urban Flowers', 37.761004660050325, -122.43346891484823, 'Flower Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Blush! Wine Bar', 37.7612598770217, -122.43511601933409, 'Wine Bar'), ('Eureka Valley', 37.7609556, -122.4355087, "Spike's Coffee & Tea", 37.75927683957167, -122.43521243431195, 'Coffee Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Castro Pride Flag Pole', 37.76240137201205, -122.43535378554763, 'Historic Site'), ('Eureka Valley', 37.7609556, -122.4355087, 'Hortica', 37.75990411095353, -122.43502487757969, 'Garden Center'), ('Eureka Valley', 37.7609556, -122.4355087, 'Hot Cookie', 37.76232423157735, -122.43518995783903, 'Bakery'), ('Eureka Valley', 37.7609556, -122.4355087, 'GLBT History Museum', 37.76082766339166, -122.43560952639227, 'History Museum'), ('Eureka Valley', 37.7609556, -122.4355087, 'Bhoga', 37.761407, -122.435188, 'Indian Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, "MaMa Ji's", 37.76074993654171, -122.43865144053532, 'Szechuan Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, "Rossi's Deli", 37.76210251865176, -122.43520818509522, 'Deli / Bodega'), ('Eureka Valley', 37.7609556, -122.4355087, 'Last Call', 37.761083593164734, -122.4326624479163, 'Gay Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Frances', 37.762765053846415, -122.4321982578279, 'New American Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Core40', 37.76089456436038, -122.43557357248332, 'Pilates Studio'), ('Eureka Valley', 37.7609556, -122.4355087, 'Super Duper Burgers', 37.76402414195907, -122.43370324373245, 'Burger Joint'), ('Eureka Valley', 37.7609556, -122.4355087, 'The Edge', 37.760773894958, -122.43608195637191, 'Gay Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Fable', 37.75997442841319, -122.43507963136373, 'New American Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Midnight Sun', 37.76081945275689, -122.43432520903521, 'Gay Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Noe Hill Market', 37.759404187295765, -122.43266938722016, 'Deli / Bodega'), ('Eureka Valley', 37.7609556, -122.4355087, 'Project Juice', 37.76071575790682, -122.43502325055721, 'Juice Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Kasa Indian Eatery', 37.76104350446926, -122.43293051337922, 'Indian Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Ritual Coffee Roasters', 37.76412230129071, -122.43318285914849, 'Coffee Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Buffalo Whole Food & Grain Co', 37.75937356479043, -122.43495459732968, 'Grocery Store'), ('Eureka Valley', 37.7609556, -122.4355087, 'Thai House Express', 37.759368588947524, -122.43484238906379, 'Thai Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Rooster & Rice', 37.760877, -122.433668, 'Thai Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Starbelly', 37.7640744, -122.4325634, 'New American Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, "Barry's Bootcamp", 37.764741827642155, -122.43278505231534, 'Gym / Fitness Center'), ('Eureka Valley', 37.7609556, -122.4355087, 'Poesia Osteria Italiana', 37.761012432501495, -122.43434717636492, 'Italian Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Top of the Hill', 37.75748903552887, -122.43604340778415, 'Hill'), ('Eureka Valley', 37.7609556, -122.4355087, "Ruby's Clay Studio & Gallery", 37.7600794695219, -122.43279465009027, 'Art Gallery'), ('Eureka Valley', 37.7609556, -122.4355087, 'Twin Peaks Tavern', 37.762391, -122.434972, 'Gay Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Giddy', 37.76408524058587, -122.43324256773585, 'Candy Store'), ('Eureka Valley', 37.7609556, -122.4355087, 'Dinosaurs', 37.764403031251454, -122.43207086765153, 'Sandwich Place'), ('Eureka Valley', 37.7609556, -122.4355087, 'Hand Job Nails & Spa', 37.75993353085407, -122.43490755956756, 'Nail Salon'), ('Eureka Valley', 37.7609556, -122.4355087, 'Harvey Milk Plaza', 37.76235893711974, -122.4353291336954, 'Plaza'), ('Eureka Valley', 37.7609556, -122.4355087, 'Alex Fitness', 37.764688962162424, -122.43218346570903, 'Gym'), ('Eureka Valley', 37.7609556, -122.4355087, "Mudpuppy's on Castro", 37.76030853792478, -122.43505804926443, 'Pet Store'), ('Eureka Valley', 37.7609556, -122.4355087, 'Me & Tasty', 37.7626655046974, -122.43450831054452, 'Thai Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'ImagiKnit', 37.76118260404662, -122.43046045021286, 'Arts & Crafts Store'), ('Eureka Valley', 37.7609556, -122.4355087, 'Corona Heights Park', 37.7650225313372, -122.43883066273017, 'Park'), ('Eureka Valley', 37.7609556, -122.4355087, 'Tacorgasmico', 37.763183401471984, -122.43391513824461, 'Mexican Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Healthy Spirits', 37.7657414578619, -122.43538867549854, 'Liquor Store'), ('Eureka Valley', 37.7609556, -122.4355087, "Mollie Stone's Markets", 37.760739274241175, -122.43651446600308, 'Supermarket'), ('Eureka Valley', 37.7609556, -122.4355087, 'Sushi Time', 37.76456506845293, -122.4321714224048, 'Sushi Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, "Harvey's", 37.76082906854015, -122.43511610272319, 'American Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, "Jeffrey's Natural Pet Food", 37.76444377194593, -122.43310666544639, 'Pet Store'), ('Eureka Valley', 37.7609556, -122.4355087, 'The Mix', 37.760996, -122.434471, 'Gay Bar'), ('Eureka Valley', 37.7609556, -122.4355087, '440 Castro', 37.76185191502911, -122.43519474466312, 'Gay Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Qualitea', 37.7609633320885, -122.43339078393423, 'Bubble Tea Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Vulcan Stairway', 37.76346753677887, -122.44115442037582, 'Trail'), ('Eureka Valley', 37.7609556, -122.4355087, 'Corona Heights Summit', 37.76499750972105, -122.43924241317987, 'Scenic Lookout'), ('Eureka Valley', 37.7609556, -122.4355087, "Castro Farmers' Market", 37.76452570664275, -122.43312799151259, 'Farmers Market'), ('Eureka Valley', 37.7609556, -122.4355087, 'Kite Hill Open Space', 37.758289882870194, -122.44143521277012, 'Park'), ('Eureka Valley', 37.7609556, -122.4355087, 'Randall Museum', 37.76437904683253, -122.43823111202036, 'Museum'), ('Eureka Valley', 37.7609556, -122.4355087, 'Photoworks', 37.7648245858748, -122.43194103240965, 'Camera Store'), ('Eureka Valley', 37.7609556, -122.4355087, 'Hi Tops', 37.76497643721727, -122.43182591919506, 'Gay Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Eiji', 37.76407919468008, -122.43086041060077, 'Japanese Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'La Mediterranee', 37.764463715335296, -122.43328935193465, 'Mediterranean Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Catch', 37.76329168909072, -122.43446627664318, 'Seafood Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Thai Chef', 37.76084802254604, -122.435761292625, 'Thai Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Woods Cervecería', 37.76123, -122.42853, 'Brewery'), ('Eureka Valley', 37.7609556, -122.4355087, "L'Ardoise", 37.766674548230164, -122.43326095822378, 'French Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'The Cove on Castro', 37.76196562256068, -122.43515377829809, 'Café'), ('Eureka Valley', 37.7609556, -122.4355087, "Neighbor's Corner", 37.7555131728364, -122.43875375517898, 'Café'), ('Eureka Valley', 37.7609556, -122.4355087, "Orphan Andy's", 37.76258801364615, -122.43498573382969, 'Diner'), ('Eureka Valley', 37.7609556, -122.4355087, 'Castro Coffee Company', 37.762151708442865, -122.43514176658447, 'Coffee Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Dumpling House', 37.763541, -122.432886, 'Dumpling Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Saturn Street Steps Park', 37.76275719646505, -122.44059652090073, 'Park'), ('Eureka Valley', 37.7609556, -122.4355087, 'Corona Heights Dog Run', 37.765527952836976, -122.43986363273886, 'Dog Run'), ('Eureka Valley', 37.7609556, -122.4355087, 'Five Star Truffles and Coffee', 37.76080338297217, -122.43695101551386, 'Dessert Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Mission Dolores Park', 37.75998998481965, -122.4271184206009, 'Park'), ('Eureka Valley', 37.7609556, -122.4355087, 'Kitchen Story', 37.764236, -122.430744, 'Breakfast Spot'), ('Eureka Valley', 37.7609556, -122.4355087, 'BeBeBar', 37.761325046011784, -122.42846922401527, 'Juice Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'BEAUX', 37.7634928376675, -122.43413191633883, 'Gay Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Moby Dick', 37.76092908089669, -122.43391931857569, 'Gay Bar'), ('Eureka Valley', 37.7609556, -122.4355087, 'Fruit Shelf Gay Beach', 37.75846673007918, -122.42762059706484, 'Park'), ('Eureka Valley', 37.7609556, -122.4355087, 'Fitness SF Castro', 37.7638856193171, -122.4333358862483, 'Gym'), ('Eureka Valley', 37.7609556, -122.4355087, 'Swedish American Hall', 37.766756004771516, -122.43056333498883, 'Concert Hall'), ('Eureka Valley', 37.7609556, -122.4355087, 'Bikram Yoga Castro', 37.7575850203158, -122.43793486959362, 'Yoga Studio'), ('Eureka Valley', 37.7609556, -122.4355087, 'Canela Bistro & Wine Bar', 37.76482036042256, -122.43238206874226, 'Spanish Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'The Viking Room', 37.76668542621153, -122.43020971859733, 'New American Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, 'Thorough Bread and Pastry', 37.766408, -122.429051, 'Bakery'), ('Eureka Valley', 37.7609556, -122.4355087, 'Top of the Hill - Corona Heights', 37.76508238253574, -122.43932048872024, 'Hill'), ('Eureka Valley', 37.7609556, -122.4355087, '22nd Street Jungle Stairs', 37.7543816767982, -122.43614387925199, 'Trail'), ('Eureka Valley', 37.7609556, -122.4355087, 'Dolores Park Tennis Courts', 37.76104770835717, -122.42688453064994, 'Tennis Court'), ('Eureka Valley', 37.7609556, -122.4355087, 'Bi-Rite Creamery', 37.761447920698735, -122.4257519786573, 'Ice Cream Shop'), ('Eureka Valley', 37.7609556, -122.4355087, 'Takara Sushi', 37.760811071494274, -122.43677362263676, 'Japanese Restaurant'), ('Eureka Valley', 37.7609556, -122.4355087, "Courtney's Produce", 37.76732329501875, -122.43556457125794, 'Grocery Store'), ('Eureka Valley', 37.7609556, -122.4355087, 'The Detour', 37.76563983369562, -122.43135064997527, 'Arcade'), ('Eureka Valley', 37.7609556, -122.4355087, 'Gai', 37.764384410717135, -122.43007008552252, 'Asian Restaurant')], [('Excelsior', 37.7217943, -122.4353815, 'Taquerias El Farolito', 37.72122961664814, -122.43739536867459, 'Mexican Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Tao Sushi', 37.721036775089686, -122.4376651904847, 'Japanese Restaurant'), ('Excelsior', 37.7217943, -122.4353815, "Henry's Hunan Restaurant", 37.72218603642267, -122.43659651808754, 'Hunan Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Ty Sandwich', 37.721143127768364, -122.43744470421146, 'Sandwich Place'), ('Excelsior', 37.7217943, -122.4353815, "Hilda's Mart and Bake Shop", 37.72251097057312, -122.43454860403548, 'Bakery'), ('Excelsior', 37.7217943, -122.4353815, 'Taqueria Guadalajara', 37.7212324569519, -122.43763599260711, 'Mexican Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Pacitas Salvadorean Bakery', 37.72293922008989, -122.43565385174854, 'Bakery'), ('Excelsior', 37.7217943, -122.4353815, 'Excelsior Coffee', 37.726259000000006, -122.433305, 'Coffee Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Mr. T Cafe', 37.723324301702014, -122.4358020286404, 'Bubble Tea Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Pampanguena Cuisine', 37.72710573511742, -122.43299545970139, 'Filipino Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Taqueria Vallarta', 37.723141999999996, -122.43562299999999, 'Taco Place'), ('Excelsior', 37.7217943, -122.4353815, 'Roxie Food Center', 37.72686650712238, -122.44139822741515, 'Sandwich Place'), ('Excelsior', 37.7217943, -122.4353815, "Little Joe's Pizza", 37.718478, -122.439856, 'Pizza Place'), ('Excelsior', 37.7217943, -122.4353815, 'An Chi', 37.72343008519264, -122.43573516334256, 'Vietnamese Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Hawaiian Drive Inn #28', 37.72114068878443, -122.43738942911332, 'Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Los Guanacos', 37.726467, -122.433149, 'Latin American Restaurant'), ('Excelsior', 37.7217943, -122.4353815, "Don Chuy's Mexi Mercado", 37.723908605873206, -122.42906696082616, 'Convenience Store'), ('Excelsior', 37.7217943, -122.4353815, 'Sweet Delight Bakery', 37.726203000000005, -122.43398400000001, 'Chinese Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'The Dark Horse Inn', 37.716127089376435, -122.44037320223659, 'Bar'), ('Excelsior', 37.7217943, -122.4353815, 'Balboa Pool', 37.72646494439481, -122.4429695580515, 'Pool'), ('Excelsior', 37.7217943, -122.4353815, 'T-Mobile', 37.724235, -122.43481, 'Mobile Phone Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Super Star Restaurant', 37.719681231383234, -122.43859760247562, 'Filipino Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Mexico Tipico', 37.72501226746621, -122.43447912554541, 'Mexican Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Cumaica Coffee', 37.72271136557413, -122.43647683367415, 'Coffee Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Calabria Bros.', 37.72210870599513, -122.43664785702681, 'Deli / Bodega'), ('Excelsior', 37.7217943, -122.4353815, 'Pupuseria Metapán', 37.721872, -122.436578, 'Latin American Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Excelsior Playground', 37.72076315086299, -122.43343366970171, 'Playground'), ('Excelsior', 37.7217943, -122.4353815, "Bravo's Pizza", 37.71658983673383, -122.44097410476532, 'Pizza Place'), ('Excelsior', 37.7217943, -122.4353815, 'Hwaro', 37.725637597880784, -122.43431782363075, 'Korean Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Pineapples', 37.72321867324149, -122.44312775743765, 'Dessert Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Broken Record', 37.714411222395704, -122.4368314414876, 'Gastropub'), ('Excelsior', 37.7217943, -122.4353815, 'Mission Noodle House', 37.720971806055864, -122.43769813244099, 'Vietnamese Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Blue Tower', 37.720357064869596, -122.42572477791916, 'Scenic Lookout'), ('Excelsior', 37.7217943, -122.4353815, 'Beijing Restaurant 北京小馆', 37.723599683798, -122.43719187724251, 'Chinese Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Balboa Park', 37.725014469227524, -122.44387903273102, 'Park'), ('Excelsior', 37.7217943, -122.4353815, "AJ's Barbeque Cafe", 37.72075697456199, -122.44628016262067, 'BBQ Joint'), ('Excelsior', 37.7217943, -122.4353815, 'Rocks Den', 37.7272603284223, -122.43283844792182, 'Sports Bar'), ('Excelsior', 37.7217943, -122.4353815, 'Phillies', 37.716078588320805, -122.44066398234146, 'American Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Wells Fargo', 37.72404181922424, -122.43567265570164, 'Bank'), ('Excelsior', 37.7217943, -122.4353815, 'Billiard Palacade', 37.71586614897321, -122.4413574429446, 'Pool Hall'), ('Excelsior', 37.7217943, -122.4353815, 'Los Planes De Renderos', 37.7229538474373, -122.4356278179992, 'Latin American Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Chase Bank', 37.7235231, -122.4354244, 'Bank'), ('Excelsior', 37.7217943, -122.4353815, 'The Salad Place', 37.722802840081634, -122.43543093471096, 'Salad Place'), ('Excelsior', 37.7217943, -122.4353815, 'Taqueria La Iguana Azul', 37.716186810712294, -122.44068604743217, 'Burrito Place'), ('Excelsior', 37.7217943, -122.4353815, 'Red Sea Market', 37.72890786653213, -122.44010312892962, 'Deli / Bodega'), ('Excelsior', 37.7217943, -122.4353815, 'El Gran Taco Loco', 37.724746, -122.43448300000001, 'Mexican Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Batter Up', 37.71671533422043, -122.44115274835315, 'Hot Dog Joint'), ('Excelsior', 37.7217943, -122.4353815, "Mike's Liquors", 37.717189000000005, -122.440854, 'Liquor Store'), ('Excelsior', 37.7217943, -122.4353815, 'Tasty Coffee', 37.728674, -122.44063700000001, 'Coffee Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Maneelap Srimongkoun', 37.71866004457294, -122.43941132605019, 'Thai Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Round Table Pizza', 37.725744, -122.43370900000001, 'Pizza Place'), ('Excelsior', 37.7217943, -122.4353815, 'Little Caesars Pizza', 37.71606164247851, -122.44009099492952, 'Pizza Place'), ('Excelsior', 37.7217943, -122.4353815, 'Glaze Donuts', 37.72623830976536, -122.43346897561848, 'Donut Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Geneva Ave.', 37.71394767922382, -122.43601054734188, 'Scenic Lookout'), ('Excelsior', 37.7217943, -122.4353815, 'Tortas Boos Voni', 37.716075, -122.441616, 'Mexican Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'North Beach Pizza', 37.72173642017173, -122.43694469589984, 'Pizza Place'), ('Excelsior', 37.7217943, -122.4353815, 'El Pollo Supremo', 37.71555319526822, -122.44192793652627, 'Latin American Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Bottoms Up Bar & Lounge', 37.723009877300576, -122.43621031743807, 'Bar'), ('Excelsior', 37.7217943, -122.4353815, 'SUBWAY', 37.72100314407627, -122.43761924239853, 'Sandwich Place'), ('Excelsior', 37.7217943, -122.4353815, 'Burger King', 37.72171166, -122.4372806, 'Fast Food Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Zabb Thai', 37.72659770805689, -122.43347886186544, 'Thai Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Silver Cafe', 37.72869775739493, -122.4314134664935, 'Donut Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Walgreens', 37.716023030659194, -122.43977040052414, 'Pharmacy'), ('Excelsior', 37.7217943, -122.4353815, 'El Chico Produce Market #2', 37.72460108131988, -122.43492645333833, 'Grocery Store'), ('Excelsior', 37.7217943, -122.4353815, 'Phở Nice', 37.71676901776355, -122.44129246442233, 'Vietnamese Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Cordova Market', 37.71350327754987, -122.43638931112805, 'Liquor Store'), ('Excelsior', 37.7217943, -122.4353815, 'Goodwill Industries', 37.724028, -122.4349462, 'Thrift / Vintage Store'), ('Excelsior', 37.7217943, -122.4353815, 'KFC', 37.72890423523908, -122.43075740488729, 'Fried Chicken Joint'), ('Excelsior', 37.7217943, -122.4353815, 'Walgreens', 37.7239658, -122.4351278, 'Pharmacy'), ('Excelsior', 37.7217943, -122.4353815, 'Crocker Amazon Playground', 37.71417706940927, -122.43003129959106, 'Playground'), ('Excelsior', 37.7217943, -122.4353815, 'La Taqueria Menudo', 37.724785539207716, -122.43467931311162, 'Mexican Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Claddagh Coffee', 37.716095463034954, -122.4401307802405, 'Coffee Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Crazy Pepper', 37.720831764837044, -122.44666285118367, 'Asian Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Shell', 37.71774552064132, -122.4427950296315, 'Gas Station'), ('Excelsior', 37.7217943, -122.4353815, 'Snack & Bottle Shop', 37.720355, -122.43070900000001, 'Convenience Store'), ('Excelsior', 37.7217943, -122.4353815, "Ann's Doughnut Coffee Shop", 37.726107, -122.43411599999999, 'Food'), ('Excelsior', 37.7217943, -122.4353815, 'Popeyes Louisiana Kitchen', 37.7165674, -122.4413323, 'Fried Chicken Joint'), ('Excelsior', 37.7217943, -122.4353815, 'Crocker Amazon Baseball Diamond #3', 37.716349, -122.431112, 'Baseball Field'), ('Excelsior', 37.7217943, -122.4353815, 'Ying Hui Chinese Restaurant', 37.716738, -122.440483, 'Chinese Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Epiphany Gym', 37.71529006958008, -122.43397521972656, 'Basketball Court'), ('Excelsior', 37.7217943, -122.4353815, 'Nameless Tea & Coffee', 37.716046999999996, -122.43959, 'Bubble Tea Shop'), ('Excelsior', 37.7217943, -122.4353815, 'MUNI Bus Stop - Geneva & Mission', 37.716806574622616, -122.44097585048665, 'Bus Station'), ('Excelsior', 37.7217943, -122.4353815, 'Shell', 37.7290251536852, -122.43123405726482, 'Gas Station'), ('Excelsior', 37.7217943, -122.4353815, 'Marche Club', 37.728095, -122.432397, 'Italian Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Las Casuelas', 37.71646499633789, -122.44065856933594, 'Mexican Restaurant'), ('Excelsior', 37.7217943, -122.4353815, '8X,43,54 SF MUNI BUSTOP - Mission & Geneva', 37.71640618930799, -122.44084893402389, 'Bus Station'), ('Excelsior', 37.7217943, -122.4353815, 'Crocker Amazon Park Dog Play Area', 37.716326, -122.430039, 'Dog Run'), ('Excelsior', 37.7217943, -122.4353815, '8X,8BX,43,54,91 MUNI BUSTOP', 37.716211, -122.440799, 'Bus Station'), ('Excelsior', 37.7217943, -122.4353815, 'Geneva Steak House', 37.7164921, -122.4414375, 'Steakhouse'), ('Excelsior', 37.7217943, -122.4353815, 'MUNI Bus Stop - Geneva & Paris', 37.715387, -122.4395, 'Bus Station'), ('Excelsior', 37.7217943, -122.4353815, 'Crocker Amazon Bocce Courts', 37.714900606827904, -122.43213415145874, 'Bowling Green'), ('Excelsior', 37.7217943, -122.4353815, 'Crocker Amazon Baseball Diamond #1', 37.71497274800136, -122.43186593055724, 'Baseball Field'), ('Excelsior', 37.7217943, -122.4353815, 'Geneva Pub', 37.714242636406595, -122.43641500549084, 'Bar'), ('Excelsior', 37.7217943, -122.4353815, 'D&D Liquors', 37.714188, -122.43553200000001, 'Deli / Bodega'), ('Excelsior', 37.7217943, -122.4353815, 'Balboa Ice Cream', 37.728171, -122.440716, 'Ice Cream Shop'), ('Excelsior', 37.7217943, -122.4353815, 'Stop N Wrap', 37.71415936323403, -122.43585018555987, 'Creperie'), ('Excelsior', 37.7217943, -122.4353815, 'Naples Pizzarella', 37.714186906814575, -122.43632033333333, 'Pizza Place'), ('Excelsior', 37.7217943, -122.4353815, 'hoodgrub', 37.71414138669754, -122.43674046683684, 'Restaurant'), ('Excelsior', 37.7217943, -122.4353815, 'Venice Pizza', 37.71508091501629, -122.44088211076156, 'Pizza Place'), ('Excelsior', 37.7217943, -122.4353815, 'City Racquet Shop', 37.728913874116515, -122.44022062164315, 'Tennis Court')], [('Fillmore', 37.7840829, -122.4330853, 'Jane the Bakery', 37.78379748921064, -122.43428254305587, 'Bakery'), ('Fillmore', 37.7840829, -122.4330853, 'The Fillmore', 37.78395184946436, -122.4330327549218, 'Music Venue'), ('Fillmore', 37.7840829, -122.4330853, 'The Progress', 37.78374466115743, -122.43297199831427, 'American Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Kinokuniya Bookstore', 37.784937664521735, -122.43167202047937, 'Bookstore'), ('Fillmore', 37.7840829, -122.4330853, 'Kabuki Springs & Spa', 37.78440721763901, -122.43257618452989, 'Spa'), ('Fillmore', 37.7840829, -122.4330853, 'State Bird Provisions', 37.78374261088443, -122.43287398277053, 'New American Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'OMA San Francisco Station', 37.785010213957456, -122.43093584499641, 'Sushi Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Matcha Café Maiko', 37.78493310804292, -122.43176763183735, 'Ice Cream Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Nijiya Market', 37.78519944878356, -122.43102511512453, 'Grocery Store'), ('Fillmore', 37.7840829, -122.4330853, 'Boba Guys', 37.78365698301195, -122.43266214946281, 'Bubble Tea Shop'), ('Fillmore', 37.7840829, -122.4330853, 'The Social Study', 37.78425895943092, -122.43251503666707, 'Lounge'), ('Fillmore', 37.7840829, -122.4330853, 'Woori Food Market', 37.78375924658761, -122.43274762260802, 'Market'), ('Fillmore', 37.7840829, -122.4330853, 'Song Tea & Ceramics', 37.785920575723026, -122.43523145487265, 'Tea Room'), ('Fillmore', 37.7840829, -122.4330853, 'Marufuku Ramen', 37.785044585981645, -122.43188436047465, 'Ramen Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Sweet Maple', 37.78582655159091, -122.43504808100744, 'Breakfast Spot'), ('Fillmore', 37.7840829, -122.4330853, 'MaiDo Fine Stationery & Gifts', 37.78493325534015, -122.43180768573119, 'Paper / Office Supplies Store'), ('Fillmore', 37.7840829, -122.4330853, "Sophie's Crepes", 37.78484790649369, -122.43181774339398, 'Creperie'), ('Fillmore', 37.7840829, -122.4330853, 'Hair Caffe', 37.78574201141599, -122.43613275156453, 'Salon / Barbershop'), ('Fillmore', 37.7840829, -122.4330853, 'Japan Center', 37.78519611181109, -122.43028217932412, 'Shopping Mall'), ('Fillmore', 37.7840829, -122.4330853, 'Japantown Peace Plaza', 37.78540865679841, -122.42993087572987, 'Plaza'), ('Fillmore', 37.7840829, -122.4330853, 'Raymond Kimbell Playground', 37.78319767097322, -122.43491012880098, 'Playground'), ('Fillmore', 37.7840829, -122.4330853, 'Nippon-ya', 37.78514722062503, -122.43093894112779, 'Gift Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Gardenias', 37.786109, -122.43271, 'Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Real Escape Game', 37.78556000033722, -122.43049870723199, 'Escape Room'), ('Fillmore', 37.7840829, -122.4330853, 'Cottage Row Mini Park', 37.78651675373569, -122.43231446337819, 'Park'), ('Fillmore', 37.7840829, -122.4330853, 'Pearl Spa and Sauna', 37.78564198712985, -122.4291301602471, 'Bath House'), ('Fillmore', 37.7840829, -122.4330853, 'Asmbly Hall', 37.78658681437063, -122.43333767756837, 'Boutique'), ('Fillmore', 37.7840829, -122.4330853, 'Benkyodo', 37.7864224820624, -122.43005263012587, 'Japanese Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Avery', 37.78406420129634, -122.43282919431634, 'New American Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Sanko', 37.78629181752941, -122.42993072335824, 'Gift Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Royal Indian Cuisine', 37.78582179936749, -122.43313389181502, 'Indian Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Japantown Collectibles', 37.78495274541829, -122.43172452437288, 'Toy / Game Store'), ('Fillmore', 37.7840829, -122.4330853, 'Roam Artisan Burgers', 37.787686, -122.433753, 'Burger Joint'), ('Fillmore', 37.7840829, -122.4330853, 'Hinodeya Ramen Bar', 37.786222571504034, -122.42995622632341, 'Ramen Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Japan Center West Mall', 37.78524846415846, -122.4301882330736, 'Shopping Mall'), ('Fillmore', 37.7840829, -122.4330853, 'Uji Time', 37.7852522196116, -122.429262979736, 'Dessert Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Wise Sons Bagel & Bakery', 37.783652576656124, -122.43272449823225, 'Bagel Shop'), ('Fillmore', 37.7840829, -122.4330853, 'La Boulangerie de San Francisco', 37.78789193827142, -122.43398536164692, 'Bakery'), ('Fillmore', 37.7840829, -122.4330853, 'Sheba Piano Lounge', 37.783106603329, -122.43282296527993, 'Jazz Club'), ('Fillmore', 37.7840829, -122.4330853, 'Aqua Forest Aquarium', 37.785474096996346, -122.4330599732182, 'Hobby Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Daeho', 37.785769, -122.42853, 'Korean Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Ministry of Supply', 37.787203, -122.43372, "Men's Store"), ('Fillmore', 37.7840829, -122.4330853, 'Belly Good Cafe & Crepes', 37.78500598869589, -122.43066632359385, 'Creperie'), ('Fillmore', 37.7840829, -122.4330853, 'Daiso Japan', 37.78528926783944, -122.42942283920956, 'Discount Store'), ('Fillmore', 37.7840829, -122.4330853, 'Daikoku by Shiki', 37.785325555372566, -122.43029067185684, 'Furniture / Home Store'), ('Fillmore', 37.7840829, -122.4330853, 'Paper Source', 37.787744571092006, -122.43363032596409, 'Arts & Crafts Store'), ('Fillmore', 37.7840829, -122.4330853, 'Mochill Mochidonut', 37.785005, -122.430494, 'Donut Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Udon Mugizo', 37.78492562206546, -122.43180862034707, 'Udon Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Spice Ace', 37.7861, -122.435, 'Gourmet Shop'), ('Fillmore', 37.7840829, -122.4330853, 'International Orange', 37.78851360966671, -122.4336131028466, 'Spa'), ('Fillmore', 37.7840829, -122.4330853, 'Fillmore BakeShop', 37.78693090029705, -122.43341923583831, 'Bakery'), ('Fillmore', 37.7840829, -122.4330853, 'Woodhouse Fish Co.', 37.787487151946856, -122.43352109917046, 'Seafood Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Nari', 37.785476, -122.428688, 'Thai Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Super Mira Market', 37.78649055926432, -122.42988056042874, 'Grocery Store'), ('Fillmore', 37.7840829, -122.4330853, 'SPQR', 37.78728690606852, -122.43360621510921, 'Italian Restaurant'), ('Fillmore', 37.7840829, -122.4330853, "Fillmore Farmers' Market", 37.783312669651245, -122.4328609831855, 'Farmers Market'), ('Fillmore', 37.7840829, -122.4330853, 'Out The Door', 37.786998352463286, -122.4340120335097, 'Vietnamese Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Smitten Ice Cream', 37.78884942599416, -122.43399218289171, 'Ice Cream Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Pizzeria Delfina', 37.7889177627653, -122.43430656653575, 'Pizza Place'), ('Fillmore', 37.7840829, -122.4330853, 'Izakaya Kou', 37.7842660711893, -122.43285117668039, 'Japanese Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Philmore Creamery', 37.786493224900006, -122.43337079992892, 'Ice Cream Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Crown & Crumpet Tea Salon', 37.78563520657658, -122.43056774139403, 'Tea Room'), ('Fillmore', 37.7840829, -122.4330853, 'Jai Ho Indian Grocery', 37.78314748827594, -122.43214990335336, 'Grocery Store'), ('Fillmore', 37.7840829, -122.4330853, 'Rag & Bone', 37.7887596, -122.4336317, 'Boutique'), ('Fillmore', 37.7840829, -122.4330853, 'Music Lovers San Francisco', 37.786604, -122.434777, 'Music Store'), ('Fillmore', 37.7840829, -122.4330853, 'Sweet Lime Thai Cuisine', 37.785874272359976, -122.43495736371717, 'Asian Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'California Tennis Club', 37.78597860900293, -122.43754684925078, 'Tennis Court'), ('Fillmore', 37.7840829, -122.4330853, 'Browser Books', 37.78976574653574, -122.43411125580475, 'Bookstore'), ('Fillmore', 37.7840829, -122.4330853, "Yasukochi's Sweet Stop", 37.78655523494468, -122.42978128185902, 'Bakery'), ('Fillmore', 37.7840829, -122.4330853, 'An Japanese Restaurant', 37.785028705277405, -122.42915486228173, 'Sushi Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Jane', 37.789337542537076, -122.43395989992992, 'Café'), ('Fillmore', 37.7840829, -122.4330853, 'Salt & Straw', 37.789911491056365, -122.43408738728192, 'Ice Cream Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Sift Dessert Bar', 37.78887040442101, -122.43407582397305, 'Cupcake Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Hamilton Park', 37.78439718583875, -122.43682341191241, 'Park'), ('Fillmore', 37.7840829, -122.4330853, 'Scotch & Soda', 37.788325, -122.4339493, 'Boutique'), ('Fillmore', 37.7840829, -122.4330853, 'Core40', 37.7863537313724, -122.44021100353213, 'Gym / Fitness Center'), ('Fillmore', 37.7840829, -122.4330853, 'Octavia', 37.78793508418418, -122.42693388300009, 'American Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Florio', 37.78749587366603, -122.43362202570236, 'Italian Restaurant'), ('Fillmore', 37.7840829, -122.4330853, "Santino's Vino", 37.788967, -122.43403, 'Wine Bar'), ('Fillmore', 37.7840829, -122.4330853, 'Kebab King', 37.779786, -122.431589, 'Pakistani Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Le Labo', 37.79036403825948, -122.43414139253512, 'Perfume Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Noosh', 37.788057, -122.433879, 'Mediterranean Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'BaySubs & Deli', 37.78980857864411, -122.43383021621699, 'Sandwich Place'), ('Fillmore', 37.7840829, -122.4330853, 'Credo Beauty', 37.789684619521786, -122.43397141997058, 'Cosmetics Shop'), ('Fillmore', 37.7840829, -122.4330853, 'La Méditerranée', 37.79004921583882, -122.43402176457614, 'Mediterranean Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'diPietro Todd Salon', 37.79036078726571, -122.43427930767693, 'Salon / Barbershop'), ('Fillmore', 37.7840829, -122.4330853, 'New People', 37.78550849656675, -122.43046863978817, 'Gift Shop'), ('Fillmore', 37.7840829, -122.4330853, 'Iyengar Yoga Institute of San Francisco', 37.78541370000189, -122.43649623933263, 'Yoga Studio'), ('Fillmore', 37.7840829, -122.4330853, 'B. Patisserie', 37.787945, -122.440804, 'Bakery'), ('Fillmore', 37.7840829, -122.4330853, 'Pacific Heights Health Club', 37.787983204776154, -122.43464330872956, 'Gym / Fitness Center'), ('Fillmore', 37.7840829, -122.4330853, 'San Wang Restaurant', 37.78573829654397, -122.42939571612946, 'Chinese Restaurant'), ('Fillmore', 37.7840829, -122.4330853, "Brenda's Meat & Three", 37.77826524954494, -122.43858377615564, 'Southern / Soul Food Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'b. on the go', 37.788138801211716, -122.4403802693906, 'Bakery'), ('Fillmore', 37.7840829, -122.4330853, 'The Snug', 37.79083480876302, -122.43428600344355, 'Pub'), ('Fillmore', 37.7840829, -122.4330853, 'Clay Theatre', 37.79046583773782, -122.43435486811754, 'Indie Movie Theater'), ('Fillmore', 37.7840829, -122.4330853, 'JOE & THE JUICE', 37.7901076937203, -122.4341098430288, 'Juice Bar'), ('Fillmore', 37.7840829, -122.4330853, 'The Grove', 37.788231, -122.433578, 'Café'), ('Fillmore', 37.7840829, -122.4330853, 'Alta Plaza Park', 37.79115065006549, -122.43771314620973, 'Park'), ('Fillmore', 37.7840829, -122.4330853, 'Bun Mee', 37.78818300368051, -122.43377393911459, 'Vietnamese Restaurant'), ('Fillmore', 37.7840829, -122.4330853, 'Little Star Pizza', 37.77748853090511, -122.43828074763262, 'Pizza Place')], [('Financial District', 37.7936467, -122.3989378, 'Embarcadero Center Cinema', 37.79487082560101, -122.39964765424062, 'Indie Movie Theater'), ('Financial District', 37.7936467, -122.3989378, 'Homegrown', 37.793617, -122.4, 'Sandwich Place'), ('Financial District', 37.7936467, -122.3989378, 'The Bar Method', 37.794848, -122.396903, 'Gym / Fitness Center'), ('Financial District', 37.7936467, -122.3989378, 'Philz Coffee', 37.791650951714146, -122.39915654603492, 'Coffee Shop'), ('Financial District', 37.7936467, -122.3989378, 'Oasis Grill', 37.79448295699703, -122.39671156917977, 'Mediterranean Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Señor Sisig', 37.79202743496446, -122.40146627957604, 'Food Truck'), ('Financial District', 37.7936467, -122.3989378, 'Equinox Pine Street', 37.79203563226458, -122.40128885292381, 'Gym'), ('Financial District', 37.7936467, -122.3989378, 'Wheel House', 37.79448116053331, -122.39996995222829, 'Gym'), ('Financial District', 37.7936467, -122.3989378, 'PABU', 37.79295, -122.3981, 'Japanese Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Hall & Szeto Optometry', 37.79425414521063, -122.3997284611198, 'Optical Shop'), ('Financial District', 37.7936467, -122.3989378, 'Wayfare Tavern', 37.793903, -122.402272, 'New American Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Blue Hawaii Açaí Café', 37.79466801315221, -122.39791183606242, 'Acai House'), ('Financial District', 37.7936467, -122.3989378, 'Blue Bottle Coffee', 37.79132021905332, -122.40098297595978, 'Coffee Shop'), ('Financial District', 37.7936467, -122.3989378, 'Kokkari Estiatorio', 37.79688301339759, -122.39965473755873, 'Greek Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Wingtip', 37.79446296800666, -122.40280893399066, "Men's Store"), ('Financial District', 37.7936467, -122.3989378, 'Mendocino Farms', 37.792686636906865, -122.40210344384357, 'Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Réveille Coffee Co. Truck', 37.796640039168146, -122.40035443582728, 'Food Truck'), ('Financial District', 37.7936467, -122.3989378, 'Philz Coffee', 37.794422061708225, -122.39563578885759, 'Coffee Shop'), ('Financial District', 37.7936467, -122.3989378, 'Verjus', 37.79557864506594, -122.40267528379337, 'Wine Bar'), ('Financial District', 37.7936467, -122.3989378, 'Kusakabe', 37.795498406823384, -122.4029523282336, 'Sushi Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'SoulCycle SoMa', 37.790339922353766, -122.39777063883031, 'Cycle Studio'), ('Financial District', 37.7936467, -122.3989378, 'Shinola', 37.796091703447885, -122.4029125462635, "Men's Store"), ('Financial District', 37.7936467, -122.3989378, 'Cafe Me', 37.7960627267963, -122.40182147391126, 'Café'), ('Financial District', 37.7936467, -122.3989378, 'Transamerica Redwood Park', 37.79524987133324, -122.40231335163116, 'Park'), ('Financial District', 37.7936467, -122.3989378, 'Barcha', 37.791078, -122.397749, 'Mediterranean Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Truck Stop', 37.79027712468618, -122.39728695129529, 'Street Food Gathering'), ('Financial District', 37.7936467, -122.3989378, 'Embarcadero Public Promenade', 37.796621918043336, -122.395442269084, 'Scenic Lookout'), ('Financial District', 37.7936467, -122.3989378, 'Jackson Square', 37.79676573123542, -122.4022075022127, 'Neighborhood'), ('Financial District', 37.7936467, -122.3989378, 'Dandelion Chocolate', 37.795708440867124, -122.39432820710338, 'Chocolate Shop'), ('Financial District', 37.7936467, -122.3989378, 'Blue Bottle Coffee Kiosk', 37.795691, -122.393896, 'Coffee Shop'), ('Financial District', 37.7936467, -122.3989378, 'Google - Sage Cafe', 37.79283005403601, -122.3942737025983, 'Café'), ('Financial District', 37.7936467, -122.3989378, 'The Chairman Truck', 37.790099913439036, -122.39714053284678, 'Food Truck'), ('Financial District', 37.7936467, -122.3989378, 'Ferry Building (Ferry Building Marketplace)', 37.79553812238765, -122.39347279071806, 'Market'), ('Financial District', 37.7936467, -122.3989378, 'Pushkin', 37.79094301071348, -122.40387738626474, 'Russian Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Humphry Slocombe', 37.795929778422874, -122.39395469935143, 'Ice Cream Shop'), ('Financial District', 37.7936467, -122.3989378, 'Blue Bottle Coffee', 37.792771, -122.404833, 'Coffee Shop'), ('Financial District', 37.7936467, -122.3989378, 'The Vault', 37.792074, -122.403972, 'Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Allbirds', 37.79617084883362, -122.40291978128678, 'Shoe Store'), ('Financial District', 37.7936467, -122.3989378, 'Cask', 37.792674383398676, -122.39345592773122, 'Liquor Store'), ('Financial District', 37.7936467, -122.3989378, 'Omni San Francisco Hotel', 37.793119745957455, -122.4031025916338, 'Hotel'), ('Financial District', 37.7936467, -122.3989378, 'Acme Bread Company', 37.79572942744459, -122.39373301323837, 'Bakery'), ('Financial District', 37.7936467, -122.3989378, 'Equinox Beale Street', 37.7913197, -122.3964189, 'Gym / Fitness Center'), ('Financial District', 37.7936467, -122.3989378, "Tailors' Keep", 37.795570487240866, -122.4036290862348, "Men's Store"), ('Financial District', 37.7936467, -122.3989378, 'Blue Bottle Coffee', 37.795991, -122.393867, 'Coffee Shop'), ('Financial District', 37.7936467, -122.3989378, 'Ferry Plaza Farmers Market', 37.79501511056041, -122.39293631191649, 'Farmers Market'), ('Financial District', 37.7936467, -122.3989378, 'Rumble Boxing - FiDi', 37.79194089, -122.40070641, 'Boxing Gym'), ('Financial District', 37.7936467, -122.3989378, 'William Stout Architectural Books', 37.79659805209962, -122.4034649105084, 'Bookstore'), ('Financial District', 37.7936467, -122.3989378, 'Salesforce Park', 37.789004663475026, -122.3970252426277, 'Park'), ('Financial District', 37.7936467, -122.3989378, 'Hog Island Oyster Co.', 37.79600874910789, -122.39357690993523, 'Seafood Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Bix', 37.79676889447939, -122.4029572795956, 'New American Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'El Porteño', 37.79557648243205, -122.39352489040392, 'Argentinian Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Ferry Plaza Wine Merchant', 37.79536167470769, -122.39339243349612, 'Wine Bar'), ('Financial District', 37.7936467, -122.3989378, 'Boulevard', 37.79332, -122.392761, 'French Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Sababa', 37.791185, -122.404219, 'Mediterranean Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Gott’s Roadside', 37.795793782401226, -122.39424059385291, 'Burger Joint'), ('Financial District', 37.7936467, -122.3989378, 'La Mar', 37.797398376022706, -122.39510258312372, 'Peruvian Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'GL Alfieri', 37.79577095310764, -122.39377290530582, 'Dessert Shop'), ('Financial District', 37.7936467, -122.3989378, 'Cotogna', 37.797345664268256, -122.40362430843288, 'Italian Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'The Occidental Cigar Club', 37.79179551117991, -122.40378011785673, 'Whisky Bar'), ('Financial District', 37.7936467, -122.3989378, 'Hinodeya', 37.794655999999996, -122.404544, 'Ramen Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Slanted Door', 37.79622211218807, -122.39389548483183, 'Vietnamese Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Wingtip Club', 37.794432602975164, -122.40282190334935, 'Cocktail Bar'), ('Financial District', 37.7936467, -122.3989378, 'Bay Club - Financial District', 37.79244257035223, -122.40399942893842, 'Gym'), ('Financial District', 37.7936467, -122.3989378, 'Harborview Restaurant and Bar', 37.794965686559344, -122.3954255239921, 'Cantonese Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Fort Point Beer Company', 37.795874, -122.39396, 'Brewery'), ('Financial District', 37.7936467, -122.3989378, 'Quince', 37.79741190944881, -122.40325807183305, 'New American Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Crocker Galleria Roof Terrace', 37.78914610393464, -122.40244687451936, 'Roof Deck'), ('Financial District', 37.7936467, -122.3989378, 'Super Duper Burgers', 37.79282300720068, -122.39410310983658, 'Burger Joint'), ('Financial District', 37.7936467, -122.3989378, 'Heath Ceramics', 37.79579370993911, -122.39376794355059, 'Arts & Crafts Store'), ('Financial District', 37.7936467, -122.3989378, 'Coqueta', 37.79856617565491, -122.39660972788938, 'Spanish Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Alexander Book Company', 37.78867102787043, -122.40062557442468, 'Bookstore'), ('Financial District', 37.7936467, -122.3989378, 'Andytown Coffee Roasters', 37.78975243030006, -122.39543483856865, 'Coffee Shop'), ('Financial District', 37.7936467, -122.3989378, 'Primavera', 37.795597595470646, -122.39213417174193, 'Food Truck'), ('Financial District', 37.7936467, -122.3989378, 'Philz Coffee', 37.78912062205278, -122.3970524760346, 'Café'), ('Financial District', 37.7936467, -122.3989378, 'YMCA', 37.79265132209003, -122.39208340644836, 'Gym'), ('Financial District', 37.7936467, -122.3989378, 'Craftsman and Wolves', 37.7949874928411, -122.39318922325856, 'Bakery'), ('Financial District', 37.7936467, -122.3989378, 'Blue Bottle Coffee', 37.789744, -122.403652, 'Coffee Shop'), ('Financial District', 37.7936467, -122.3989378, 'Aesop Jackson Square', 37.7963425660267, -122.40264635276127, 'Cosmetics Shop'), ('Financial District', 37.7936467, -122.3989378, 'Trestle', 37.796305816613604, -122.40453417551656, 'New American Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Hard Water', 37.79737903940473, -122.39567828132029, 'Whisky Bar'), ('Financial District', 37.7936467, -122.3989378, 'Akiko’s Restaurant & Sushi Bar', 37.790623, -122.404657, 'Sushi Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Ozumo', 37.7926439, -122.3922179, 'Japanese Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'One Market Plaza', 37.79356648807748, -122.3941872360047, 'Office'), ('Financial District', 37.7936467, -122.3989378, 'San Francisco Fish Company', 37.79519376938006, -122.39323183568469, 'Seafood Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'The Gateway', 37.7966291, -122.3978098, 'Gym / Fitness Center'), ('Financial District', 37.7936467, -122.3989378, 'Roli Roti Gourmet Rotisserie', 37.79419192146539, -122.39284780019723, 'Food Truck'), ('Financial District', 37.7936467, -122.3989378, 'Flatiron Wine and Spirits', 37.78803899005183, -122.40146577358246, 'Wine Shop'), ('Financial District', 37.7936467, -122.3989378, 'Wise Sons Jewish Delicatessen', 37.79496262494197, -122.393419215189, 'Jewish Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'CorePower Yoga', 37.7889632, -122.3944752, 'Yoga Studio'), ('Financial District', 37.7936467, -122.3989378, 'R&G Lounge 嶺南小館', 37.79407153466883, -122.40472405865627, 'Cantonese Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Sushirrito', 37.790227277138705, -122.40389696995778, 'Sushi Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Yank Sing', 37.789826, -122.399495, 'Dim Sum Restaurant'), ('Financial District', 37.7936467, -122.3989378, "Old Saint Mary's Cathedral (Old Cathedral of Saint Mary)", 37.79277194244935, -122.40590981024013, 'Church'), ('Financial District', 37.7936467, -122.3989378, 'Frog Hollow Farm', 37.79522072651426, -122.39276118804247, 'Coffee Shop'), ('Financial District', 37.7936467, -122.3989378, 'Sue Bierman Park', 37.7959238683626, -122.39623010158539, 'Park'), ('Financial District', 37.7936467, -122.3989378, 'Pier 14', 37.79374887658869, -122.3910886143392, 'Pier'), ('Financial District', 37.7936467, -122.3989378, 'Yank Sing', 37.79256643277201, -122.39302634958717, 'Dim Sum Restaurant'), ('Financial District', 37.7936467, -122.3989378, 'Benefit Cosmetics', 37.78989794711177, -122.40493386983871, 'Cosmetics Shop'), ('Financial District', 37.7936467, -122.3989378, 'The Bird', 37.787279, -122.400036, 'Fried Chicken Joint'), ('Financial District', 37.7936467, -122.3989378, 'Maritime Wine Tasting Studio', 37.7972919256034, -122.40565180869211, 'Wine Bar')], [('Financial District South', 37.7936467, -122.3989378, 'Embarcadero Center Cinema', 37.79487082560101, -122.39964765424062, 'Indie Movie Theater'), ('Financial District South', 37.7936467, -122.3989378, 'Homegrown', 37.793617, -122.4, 'Sandwich Place'), ('Financial District South', 37.7936467, -122.3989378, 'The Bar Method', 37.794848, -122.396903, 'Gym / Fitness Center'), ('Financial District South', 37.7936467, -122.3989378, 'Philz Coffee', 37.791650951714146, -122.39915654603492, 'Coffee Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Oasis Grill', 37.79448295699703, -122.39671156917977, 'Mediterranean Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Señor Sisig', 37.79202743496446, -122.40146627957604, 'Food Truck'), ('Financial District South', 37.7936467, -122.3989378, 'Equinox Pine Street', 37.79203563226458, -122.40128885292381, 'Gym'), ('Financial District South', 37.7936467, -122.3989378, 'Wheel House', 37.79448116053331, -122.39996995222829, 'Gym'), ('Financial District South', 37.7936467, -122.3989378, 'PABU', 37.79295, -122.3981, 'Japanese Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Hall & Szeto Optometry', 37.79425414521063, -122.3997284611198, 'Optical Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Wayfare Tavern', 37.793903, -122.402272, 'New American Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Blue Hawaii Açaí Café', 37.79466801315221, -122.39791183606242, 'Acai House'), ('Financial District South', 37.7936467, -122.3989378, 'Blue Bottle Coffee', 37.79132021905332, -122.40098297595978, 'Coffee Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Kokkari Estiatorio', 37.79688301339759, -122.39965473755873, 'Greek Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Wingtip', 37.79446296800666, -122.40280893399066, "Men's Store"), ('Financial District South', 37.7936467, -122.3989378, 'Mendocino Farms', 37.792686636906865, -122.40210344384357, 'Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Réveille Coffee Co. Truck', 37.796640039168146, -122.40035443582728, 'Food Truck'), ('Financial District South', 37.7936467, -122.3989378, 'Philz Coffee', 37.794422061708225, -122.39563578885759, 'Coffee Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Verjus', 37.79557864506594, -122.40267528379337, 'Wine Bar'), ('Financial District South', 37.7936467, -122.3989378, 'Kusakabe', 37.795498406823384, -122.4029523282336, 'Sushi Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'SoulCycle SoMa', 37.790339922353766, -122.39777063883031, 'Cycle Studio'), ('Financial District South', 37.7936467, -122.3989378, 'Shinola', 37.796091703447885, -122.4029125462635, "Men's Store"), ('Financial District South', 37.7936467, -122.3989378, 'Cafe Me', 37.7960627267963, -122.40182147391126, 'Café'), ('Financial District South', 37.7936467, -122.3989378, 'Transamerica Redwood Park', 37.79524987133324, -122.40231335163116, 'Park'), ('Financial District South', 37.7936467, -122.3989378, 'Barcha', 37.791078, -122.397749, 'Mediterranean Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Truck Stop', 37.79027712468618, -122.39728695129529, 'Street Food Gathering'), ('Financial District South', 37.7936467, -122.3989378, 'Embarcadero Public Promenade', 37.796621918043336, -122.395442269084, 'Scenic Lookout'), ('Financial District South', 37.7936467, -122.3989378, 'Jackson Square', 37.79676573123542, -122.4022075022127, 'Neighborhood'), ('Financial District South', 37.7936467, -122.3989378, 'Dandelion Chocolate', 37.795708440867124, -122.39432820710338, 'Chocolate Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Blue Bottle Coffee Kiosk', 37.795691, -122.393896, 'Coffee Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Google - Sage Cafe', 37.79283005403601, -122.3942737025983, 'Café'), ('Financial District South', 37.7936467, -122.3989378, 'The Chairman Truck', 37.790099913439036, -122.39714053284678, 'Food Truck'), ('Financial District South', 37.7936467, -122.3989378, 'Ferry Building (Ferry Building Marketplace)', 37.79553812238765, -122.39347279071806, 'Market'), ('Financial District South', 37.7936467, -122.3989378, 'Pushkin', 37.79094301071348, -122.40387738626474, 'Russian Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Humphry Slocombe', 37.795929778422874, -122.39395469935143, 'Ice Cream Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Blue Bottle Coffee', 37.792771, -122.404833, 'Coffee Shop'), ('Financial District South', 37.7936467, -122.3989378, 'The Vault', 37.792074, -122.403972, 'Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Allbirds', 37.79617084883362, -122.40291978128678, 'Shoe Store'), ('Financial District South', 37.7936467, -122.3989378, 'Cask', 37.792674383398676, -122.39345592773122, 'Liquor Store'), ('Financial District South', 37.7936467, -122.3989378, 'Omni San Francisco Hotel', 37.793119745957455, -122.4031025916338, 'Hotel'), ('Financial District South', 37.7936467, -122.3989378, 'Acme Bread Company', 37.79572942744459, -122.39373301323837, 'Bakery'), ('Financial District South', 37.7936467, -122.3989378, 'Equinox Beale Street', 37.7913197, -122.3964189, 'Gym / Fitness Center'), ('Financial District South', 37.7936467, -122.3989378, "Tailors' Keep", 37.795570487240866, -122.4036290862348, "Men's Store"), ('Financial District South', 37.7936467, -122.3989378, 'Blue Bottle Coffee', 37.795991, -122.393867, 'Coffee Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Ferry Plaza Farmers Market', 37.79501511056041, -122.39293631191649, 'Farmers Market'), ('Financial District South', 37.7936467, -122.3989378, 'Rumble Boxing - FiDi', 37.79194089, -122.40070641, 'Boxing Gym'), ('Financial District South', 37.7936467, -122.3989378, 'William Stout Architectural Books', 37.79659805209962, -122.4034649105084, 'Bookstore'), ('Financial District South', 37.7936467, -122.3989378, 'Salesforce Park', 37.789004663475026, -122.3970252426277, 'Park'), ('Financial District South', 37.7936467, -122.3989378, 'Hog Island Oyster Co.', 37.79600874910789, -122.39357690993523, 'Seafood Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Bix', 37.79676889447939, -122.4029572795956, 'New American Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'El Porteño', 37.79557648243205, -122.39352489040392, 'Argentinian Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Ferry Plaza Wine Merchant', 37.79536167470769, -122.39339243349612, 'Wine Bar'), ('Financial District South', 37.7936467, -122.3989378, 'Boulevard', 37.79332, -122.392761, 'French Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Sababa', 37.791185, -122.404219, 'Mediterranean Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Gott’s Roadside', 37.795793782401226, -122.39424059385291, 'Burger Joint'), ('Financial District South', 37.7936467, -122.3989378, 'La Mar', 37.797398376022706, -122.39510258312372, 'Peruvian Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'GL Alfieri', 37.79577095310764, -122.39377290530582, 'Dessert Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Cotogna', 37.797345664268256, -122.40362430843288, 'Italian Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'The Occidental Cigar Club', 37.79179551117991, -122.40378011785673, 'Whisky Bar'), ('Financial District South', 37.7936467, -122.3989378, 'Hinodeya', 37.794655999999996, -122.404544, 'Ramen Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Slanted Door', 37.79622211218807, -122.39389548483183, 'Vietnamese Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Wingtip Club', 37.794432602975164, -122.40282190334935, 'Cocktail Bar'), ('Financial District South', 37.7936467, -122.3989378, 'Bay Club - Financial District', 37.79244257035223, -122.40399942893842, 'Gym'), ('Financial District South', 37.7936467, -122.3989378, 'Harborview Restaurant and Bar', 37.794965686559344, -122.3954255239921, 'Cantonese Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Fort Point Beer Company', 37.795874, -122.39396, 'Brewery'), ('Financial District South', 37.7936467, -122.3989378, 'Quince', 37.79741190944881, -122.40325807183305, 'New American Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Crocker Galleria Roof Terrace', 37.78914610393464, -122.40244687451936, 'Roof Deck'), ('Financial District South', 37.7936467, -122.3989378, 'Super Duper Burgers', 37.79282300720068, -122.39410310983658, 'Burger Joint'), ('Financial District South', 37.7936467, -122.3989378, 'Heath Ceramics', 37.79579370993911, -122.39376794355059, 'Arts & Crafts Store'), ('Financial District South', 37.7936467, -122.3989378, 'Coqueta', 37.79856617565491, -122.39660972788938, 'Spanish Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Alexander Book Company', 37.78867102787043, -122.40062557442468, 'Bookstore'), ('Financial District South', 37.7936467, -122.3989378, 'Andytown Coffee Roasters', 37.78975243030006, -122.39543483856865, 'Coffee Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Primavera', 37.795597595470646, -122.39213417174193, 'Food Truck'), ('Financial District South', 37.7936467, -122.3989378, 'Philz Coffee', 37.78912062205278, -122.3970524760346, 'Café'), ('Financial District South', 37.7936467, -122.3989378, 'YMCA', 37.79265132209003, -122.39208340644836, 'Gym'), ('Financial District South', 37.7936467, -122.3989378, 'Craftsman and Wolves', 37.7949874928411, -122.39318922325856, 'Bakery'), ('Financial District South', 37.7936467, -122.3989378, 'Blue Bottle Coffee', 37.789744, -122.403652, 'Coffee Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Aesop Jackson Square', 37.7963425660267, -122.40264635276127, 'Cosmetics Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Trestle', 37.796305816613604, -122.40453417551656, 'New American Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Hard Water', 37.79737903940473, -122.39567828132029, 'Whisky Bar'), ('Financial District South', 37.7936467, -122.3989378, 'Akiko’s Restaurant & Sushi Bar', 37.790623, -122.404657, 'Sushi Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Ozumo', 37.7926439, -122.3922179, 'Japanese Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'One Market Plaza', 37.79356648807748, -122.3941872360047, 'Office'), ('Financial District South', 37.7936467, -122.3989378, 'San Francisco Fish Company', 37.79519376938006, -122.39323183568469, 'Seafood Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'The Gateway', 37.7966291, -122.3978098, 'Gym / Fitness Center'), ('Financial District South', 37.7936467, -122.3989378, 'Roli Roti Gourmet Rotisserie', 37.79419192146539, -122.39284780019723, 'Food Truck'), ('Financial District South', 37.7936467, -122.3989378, 'Flatiron Wine and Spirits', 37.78803899005183, -122.40146577358246, 'Wine Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Wise Sons Jewish Delicatessen', 37.79496262494197, -122.393419215189, 'Jewish Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'CorePower Yoga', 37.7889632, -122.3944752, 'Yoga Studio'), ('Financial District South', 37.7936467, -122.3989378, 'R&G Lounge 嶺南小館', 37.79407153466883, -122.40472405865627, 'Cantonese Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Sushirrito', 37.790227277138705, -122.40389696995778, 'Sushi Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Yank Sing', 37.789826, -122.399495, 'Dim Sum Restaurant'), ('Financial District South', 37.7936467, -122.3989378, "Old Saint Mary's Cathedral (Old Cathedral of Saint Mary)", 37.79277194244935, -122.40590981024013, 'Church'), ('Financial District South', 37.7936467, -122.3989378, 'Frog Hollow Farm', 37.79522072651426, -122.39276118804247, 'Coffee Shop'), ('Financial District South', 37.7936467, -122.3989378, 'Sue Bierman Park', 37.7959238683626, -122.39623010158539, 'Park'), ('Financial District South', 37.7936467, -122.3989378, 'Pier 14', 37.79374887658869, -122.3910886143392, 'Pier'), ('Financial District South', 37.7936467, -122.3989378, 'Yank Sing', 37.79256643277201, -122.39302634958717, 'Dim Sum Restaurant'), ('Financial District South', 37.7936467, -122.3989378, 'Benefit Cosmetics', 37.78989794711177, -122.40493386983871, 'Cosmetics Shop'), ('Financial District South', 37.7936467, -122.3989378, 'The Bird', 37.787279, -122.400036, 'Fried Chicken Joint'), ('Financial District South', 37.7936467, -122.3989378, 'Maritime Wine Tasting Studio', 37.7972919256034, -122.40565180869211, 'Wine Bar')], [("Fisherman's Wharf", 37.8091669, -122.4165994, 'Musée Mécanique', 37.80933306801421, -122.41595220725536, 'Museum'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'The Baked Bear', 37.80744659161711, -122.41730954041749, 'Ice Cream Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Scoma's Restaurant", 37.808956285215075, -122.41823491475608, 'Seafood Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Boudin Bakery Café Baker's Hall", 37.80845306979653, -122.41510615191014, 'Bakery'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Carmel Pizza Company', 37.80753222065765, -122.41728717280276, 'Pizza Place'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "SS Jeremiah O'Brien", 37.810712860661745, -122.41762776310888, 'Boat or Ferry'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'GoCar GPS-Guided Tours', 37.807125118968976, -122.41616498387185, 'Tour Provider'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'The Codmother', 37.807243505497276, -122.41701979616086, 'Food Truck'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Norman's Ice Cream & Freezes", 37.80729013958265, -122.41984284865836, 'Ice Cream Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Hollywood Cafe', 37.806346332986344, -122.4156884389532, 'Diner'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Cafe de Casa', 37.80607956874178, -122.41855703089183, 'Brazilian Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Laline USA LLC', 37.807904, -122.41705900000001, 'Cosmetics Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Surisan', 37.806922879915334, -122.41745154869614, 'Korean Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'San Francisco Maritime National Historical Park Visitor Center', 37.8074486897671, -122.42048799991608, 'Tourist Information Center'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Krispy Kreme Doughnuts', 37.80771, -122.418677, 'Donut Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Trader Joe's", 37.805561961681484, -122.41393045715297, 'Grocery Store'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'City Segway Tours', 37.80743569192701, -122.41812624600563, 'Tour Provider'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Buena Vista Cafe', 37.8065278, -122.4207822, 'Bar'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'In-N-Out Burger', 37.80778883115929, -122.41839074367206, 'Fast Food Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Bistro Boudin', 37.808618698378055, -122.41500961963726, 'American Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Sea Lions at Pier 39', 37.81070559591715, -122.41122045037277, 'Zoo Exhibit'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'San Francisco Bicycle Rentals', 37.80771944850959, -122.41944500418577, 'Bike Rental / Bike Share'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'San Francisco Maritime National Historical Park', 37.80702295452536, -122.42177057135265, 'National Park'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'View of Alcatraz', 37.8110018095408, -122.41075076252426, 'Scenic Lookout'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Gary Danko', 37.805750980159246, -122.4204880092155, 'Financial or Legal Service'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Dolphin Club', 37.80786043637905, -122.42136305567819, 'Sports Club'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Hyde Beach', 37.80733425573182, -122.42254257202148, 'Beach'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Eureka', 37.809396183667936, -122.42161140632565, 'Historic Site'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Starbucks', 37.808474494099436, -122.41301664585744, 'Coffee Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Patagonia', 37.80583311989924, -122.4199228331339, 'Clothing Store'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Cartoon Art Museum', 37.806251, -122.42169799999999, 'Art Museum'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Crabstand at Fisherman's Wharf", 37.80832251142936, -122.41586145096458, 'Seafood Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Franciscan Crab Restaurant', 37.80908833730518, -122.414845988984, 'Seafood Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Pier Market Seafood Restaurant', 37.80987127905576, -122.41047313758463, 'Seafood Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Aquatic Park', 37.80671490887718, -122.42289324933841, 'Park'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'San Francisco Art Institute', 37.8034024400418, -122.41707220864225, 'Trade School'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Fog Harbor Fish House', 37.808903545091106, -122.41037933382874, 'Seafood Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "IT'SUGAR", 37.80787921535191, -122.41810417044906, 'Candy Store'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Sea Lion Statue', 37.80859406318003, -122.41074859025822, 'Outdoor Sculpture'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Crab House at Pier 39', 37.809361697644135, -122.41044185347539, 'Seafood Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Wattle Creek Tasting Room', 37.8059035790648, -122.42279877785768, 'Winery'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Bay City Bike', 37.80539981659817, -122.4152271449929, 'Bike Rental / Bike Share'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Ghirardelli Ice Cream & Chocolate Shop', 37.80598064570975, -122.42215217260609, 'Chocolate Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Dolphin Swimming and Rowing Club', 37.80778176154419, -122.42140345326825, 'Athletics & Sports'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Blazing Saddles Bike Rentals', 37.80601852484797, -122.42056208730126, 'Bike Rental / Bike Share'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Freddie's Sandwiches", 37.80522, -122.41031, 'Sandwich Place'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Lola of North Beach', 37.80589604960343, -122.42308776024606, 'Gift Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Eight AM', 37.80642053594982, -122.41891865275646, 'Breakfast Spot'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Lombard Street', 37.802121129948766, -122.4187895489064, 'Monument / Landmark'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Boudin Bakery Café', 37.808899, -122.409946, 'Bakery'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Curry Leaf Restaurant', 37.80318251864479, -122.41441273064468, 'Indian Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Joe DiMaggio Playground', 37.802450196875085, -122.41272760643703, 'Playground'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Municipal Pier', 37.810491241769874, -122.42514962985862, 'Pier'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Bimbo's 365 Club", 37.80383696172341, -122.41531501862453, 'Rock Club'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'VOM FASS Oils Vinegars Spirits - Ghirardelli Square', 37.805822568148834, -122.42332084506585, 'Gourmet Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Chocolate Heaven', 37.80948308446684, -122.4102858732347, 'Candy Store'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Russian Hill Park', 37.80472531778419, -122.42035476327844, 'Park'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Project Zen', 37.80575473014775, -122.41266198118892, 'Massage Studio'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Palette Tea House', 37.80554739174514, -122.42277443198901, 'Cantonese Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Bubba Gump Shrimp Co.', 37.8110504, -122.4104181, 'Seafood Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Jack Early Park', 37.80489889550479, -122.40862368289866, 'Park'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'IHOP', 37.80772715908813, -122.41257331898379, 'Breakfast Spot'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'California Welcome Center', 37.809220497202055, -122.41012231574125, 'Tourist Information Center'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Ghirardelli Square', 37.80601310345508, -122.42224065965513, 'Chocolate Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Ben & Jerry's", 37.809167, -122.411389, 'Ice Cream Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Francisco Steps', 37.805447088252315, -122.40811567544006, 'Trail'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Fort Mason General's Residence", 37.80592303996024, -122.4263380765314, 'Historic Site'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Alice Marble Tennis Courts', 37.801273995438024, -122.419891228182, 'Tennis Court'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Hard Rock Cafe San Francisco', 37.808765, -122.4098099, 'American Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'The Italian Homemade Company', 37.80149747181165, -122.41179456578453, 'Italian Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'George Sterling Memorial Park', 37.80169483745571, -122.42108407980099, 'Park'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Aquatic Point', 37.810496182905986, -122.42446721131131, 'Scenic Lookout'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'The Original Ghirardelli Ice Cream & Chocolate Shop', 37.805799948101765, -122.42229316407364, 'Chocolate Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Walgreens', 37.8047792, -122.417091, 'Pharmacy'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Golden Gate National Recreational Area', 37.80510743431865, -122.42670362842856, 'National Park'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Beacon Coffee & Pantry', 37.802292992101854, -122.41321000435767, 'Coffee Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Swiss Louis', 37.810184493448745, -122.41076485542048, 'Italian Restaurant'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'The San Remo Hotel', 37.80430796226943, -122.41360108560609, 'Hotel'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Think Out Of The Box', 37.80968587616604, -122.41022806560412, 'Toy / Game Store'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Boudin Museum', 37.808605329889, -122.41483334594227, 'Museum'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'XOX Truffles', 37.80168755793843, -122.41218901154389, 'Chocolate Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Fairmont Heritage Place', 37.80541678120826, -122.42350707015366, 'Hotel'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Trish's Mini Donuts", 37.80927955475525, -122.40995596876765, 'Donut Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'DeLise', 37.805771528408116, -122.41270759487735, 'Coffee Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Modern Eden Gallery', 37.80181578179817, -122.41297245025633, 'Art Gallery'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'CVS pharmacy', 37.808395744789735, -122.41261299485446, 'Pharmacy'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Bodega', 37.80116212717053, -122.41140985099358, 'Café'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'San Francisco Brewing Co. Beer Garden', 37.80576219821616, -122.42329801147852, 'Beer Garden'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Chestnut St. Steps', 37.802601482217376, -122.42214664216306, 'Plaza'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'The Pub at Ghirardelli Square', 37.80634592585518, -122.42275001733996, 'BBQ Joint'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Cafe Francisco', 37.80486143157614, -122.41189007754387, 'Coffee Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Beer 39', 37.81023143366688, -122.41055928199833, 'Bar'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Hot Licks', 37.81059649155356, -122.41079512563103, 'Food & Drink Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Doughp', 37.80960561183514, -122.41036016844556, 'Ice Cream Shop'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Red Jack Saloon', 37.806074271405414, -122.40974289602063, 'Sports Bar'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'North Beach Pool', 37.80276134017745, -122.4122108790281, 'Pool'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'The Spice & Tea Exchange', 37.80972174732145, -122.41022820112028, 'Herbs & Spices Store'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'Michelangelo Playground & Community Garden', 37.801198973318186, -122.41697581377275, 'Playground'), ("Fisherman's Wharf", 37.8091669, -122.4165994, "Jeffrey's Natural Pet Foods", 37.80165979175686, -122.41125584082337, 'Pet Store'), ("Fisherman's Wharf", 37.8091669, -122.4165994, 'The Carousel at Pier 39', 37.81065761337052, -122.41066183444445, 'Theme Park Ride / Attraction')], [('Forest Hill', 37.7474307, -122.4635825, 'Golden Gate Heights Park', 37.7503220430415, -122.4686528820759, 'Park'), ('Forest Hill', 37.7474307, -122.4635825, 'San Francisco Wine Trading Company', 37.74343076355288, -122.46906606497764, 'Wine Shop'), ('Forest Hill', 37.7474307, -122.4635825, 'Submarine Center', 37.74082687756648, -122.46546663919555, 'Sandwich Place'), ('Forest Hill', 37.7474307, -122.4635825, 'My Pot 吾家火鍋', 37.747377, -122.459524, 'Hotpot Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, 'Noe Valley Bakery', 37.74056451440146, -122.46628414888933, 'Bakery'), ('Forest Hill', 37.7474307, -122.4635825, 'Roti Indian Bistro', 37.74027348582191, -122.4663416193992, 'Indian Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, 'Vin Debut', 37.74076964714903, -122.46580562928152, 'Wine Bar'), ('Forest Hill', 37.7474307, -122.4635825, 'Midtown Terrace Park & Rec Center', 37.751736794179315, -122.45581961111225, 'Playground'), ('Forest Hill', 37.7474307, -122.4635825, "Philosopher's Club", 37.740894965026094, -122.46553217465589, 'Bar'), ('Forest Hill', 37.7474307, -122.4635825, 'Chouchou', 37.74739118664133, -122.45931834462704, 'French Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, 'Chaiya', 37.74104216116533, -122.4649591037211, 'Thai Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, 'Mozzarella di Bufala', 37.7399885325088, -122.46653686048079, 'Brazilian Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, 'Bursa', 37.74026659049715, -122.46665033388484, 'Mediterranean Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, "Pop's Sandwich Shop", 37.744046420732055, -122.45370383946927, 'Sandwich Place'), ('Forest Hill', 37.7474307, -122.4635825, 'J.P. Murphy Playground', 37.75152665575727, -122.46523319489788, 'Playground'), ('Forest Hill', 37.7474307, -122.4635825, "Parkside Farmer's Market", 37.74316186779607, -122.47232485467262, 'Grocery Store'), ('Forest Hill', 37.7474307, -122.4635825, 'Bookshop West Portal', 37.74005509155272, -122.46680176469428, 'Bookstore'), ('Forest Hill', 37.7474307, -122.4635825, 'Trattoria Da Vittorio', 37.739295412112625, -122.46759110305597, 'Italian Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, 'El Toreador', 37.740331993774404, -122.46655701002925, 'Mexican Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, 'Easy Breezy Frozen Yogurt', 37.74038357724542, -122.46648447419376, 'Frozen Yogurt Shop'), ('Forest Hill', 37.7474307, -122.4635825, 'Pure Barre West Portal', 37.7393043, -122.4679239, 'Gym / Fitness Center'), ('Forest Hill', 37.7474307, -122.4635825, 'Sushi Shoh', 37.74728553852345, -122.45945401103356, 'Japanese Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, "Peet's Coffee & Tea", 37.740337, -122.466617, 'Coffee Shop'), ('Forest Hill', 37.7474307, -122.4635825, 'Bullshead Restaurant', 37.74093792700493, -122.4655470370782, 'Burger Joint'), ('Forest Hill', 37.7474307, -122.4635825, 'CVS pharmacy', 37.74432407790461, -122.45335657165441, 'Pharmacy'), ('Forest Hill', 37.7474307, -122.4635825, 'Spiazzo Ristorante', 37.74049906835031, -122.46611414213069, 'Italian Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, 'Toast Eatery', 37.73920342997497, -122.4677770098945, 'Diner'), ('Forest Hill', 37.7474307, -122.4635825, 'Voiz Karaoke', 37.74323505498939, -122.47107766653484, 'Karaoke Bar'), ('Forest Hill', 37.7474307, -122.4635825, 'Lemonade', 37.74072965902213, -122.46621663893126, 'Café'), ('Forest Hill', 37.7474307, -122.4635825, 'Miraloma Club', 37.743906019837034, -122.45366175740402, 'Dive Bar'), ('Forest Hill', 37.7474307, -122.4635825, 'Quintara Stairs', 37.7488246658239, -122.47124344110489, 'Trail'), ('Forest Hill', 37.7474307, -122.4635825, 'Wells Fargo', 37.73924744560222, -122.46716648340225, 'Bank'), ('Forest Hill', 37.7474307, -122.4635825, 'CinéArts', 37.73980085007908, -122.46652024780948, 'Movie Theater'), ('Forest Hill', 37.7474307, -122.4635825, 'Forest Hill Park', 37.748133257375436, -122.45914983819807, 'Park'), ('Forest Hill', 37.7474307, -122.4635825, 'Starbucks', 37.73966759184441, -122.46727108843436, 'Coffee Shop'), ('Forest Hill', 37.7474307, -122.4635825, 'Calibur', 37.74013314497988, -122.46674229837723, 'Burger Joint'), ('Forest Hill', 37.7474307, -122.4635825, 'Goat Hill Pizza', 37.7392332868256, -122.46786805511938, 'Pizza Place'), ('Forest Hill', 37.7474307, -122.4635825, 'Eezy Freezy', 37.74068190649239, -122.46600051957971, 'Grocery Store'), ('Forest Hill', 37.7474307, -122.4635825, 'Squat & Gobble', 37.74082115662218, -122.46568941619537, 'Breakfast Spot'), ('Forest Hill', 37.7474307, -122.4635825, 'The Music Store', 37.74018002578477, -122.4666937197515, 'Music Store'), ('Forest Hill', 37.7474307, -122.4635825, 'Burrito Loco', 37.74091038606657, -122.46562352714389, 'Mexican Restaurant'), ('Forest Hill', 37.7474307, -122.4635825, 'Tower Burger', 37.744047664461206, -122.45356851613319, 'Burger Joint'), ('Forest Hill', 37.7474307, -122.4635825, "Creighton's", 37.74482271661696, -122.45273030957381, 'Café'), ('Forest Hill', 37.7474307, -122.4635825, 'Hawk Hill Park', 37.747482977516654, -122.46942545291598, 'Park'), ('Forest Hill', 37.7474307, -122.4635825, 'JP Murphy Tennis Courts', 37.75185664847607, -122.46550740936571, 'Tennis Court'), ('Forest Hill', 37.7474307, -122.4635825, 'turtle hill', 37.750858144416135, -122.4705434370017, 'Scenic Lookout'), ('Forest Hill', 37.7474307, -122.4635825, 'Round Table Pizza', 37.74405432643203, -122.45371893064858, 'Pizza Place'), ('Forest Hill', 37.7474307, -122.4635825, 'Mango Medley', 37.74304962158203, -122.46983337402344, 'Dessert Shop'), ('Forest Hill', 37.7474307, -122.4635825, 'Taqueria Miraloma', 37.74385634293913, -122.45379552979863, 'Burrito Place'), ('Forest Hill', 37.7474307, -122.4635825, "Guerra's To Go", 37.74306, -122.47001000000002, 'Deli / Bodega'), ('Forest Hill', 37.7474307, -122.4635825, 'The Boba LIFE', 37.74303436279297, -122.47046661376953, 'Bubble Tea Shop'), ('Forest Hill', 37.7474307, -122.4635825, 'Dragon Printing', 37.743465, -122.47111299999999, 'Paper / Office Supplies Store'), ('Forest Hill', 37.7474307, -122.4635825, '9th Ave & Noriega MUNI stop', 37.75460087849049, -122.4656667412352, 'Bus Stop'), ('Forest Hill', 37.7474307, -122.4635825, 'Aerial Staircase', 37.75292820669177, -122.46980203394553, 'Trail'), ('Forest Hill', 37.7474307, -122.4635825, 'Edgehill Mountain', 37.74145564817923, -122.45791464319146, 'Mountain'), ('Forest Hill', 37.7474307, -122.4635825, '48 bus stop\\Portola', 37.740913422872545, -122.4586854439426, 'Bus Stop'), ('Forest Hill', 37.7474307, -122.4635825, 'Laguna Honda Community Trail System', 37.747833, -122.45366, 'Trail'), ('Forest Hill', 37.7474307, -122.4635825, 'Blairwood Lane Stairs', 37.754285597408966, -122.4581354856491, 'Trail'), ('Forest Hill', 37.7474307, -122.4635825, 'A440 Piano Services', 37.73912548208883, -122.46333360671998, 'Business Service'), ('Forest Hill', 37.7474307, -122.4635825, 'Charles Gracie Jiu-Jitsu Academy', 37.74298095703125, -122.47264099121094, 'Gym'), ('Forest Hill', 37.7474307, -122.4635825, 'Cascade Walk Staircase', 37.75426439068721, -122.47013837099074, 'Trail'), ('Forest Hill', 37.7474307, -122.4635825, 'Selma Staircase', 37.75487514184048, -122.4690869450569, 'Trail'), ('Forest Hill', 37.7474307, -122.4635825, 'Miraloma Liquors', 37.74454620626463, -122.45307459753346, 'Liquor Store')], [('Forest Knolls', 49.1460118, -122.590586, 'GR Sand & Gravel', 49.150928, -122.598091, 'Construction & Landscaping'), ('Forest Knolls', 49.1460118, -122.590586, 'Belmont Golf Course', 49.153038839157446, -122.59462316443691, 'Golf Course'), ('Forest Knolls', 49.1460118, -122.590586, '300C.com Cruise and Travel', 49.151046931615674, -122.58154392242432, 'Business Service')], [('Glen Park', 37.734281, -122.4344696, 'Canyon Market', 37.73403612074532, -122.4338852856884, 'Grocery Store'), ('Glen Park', 37.734281, -122.4344696, 'Bird & Beckett Books', 37.73448180460381, -122.43298472129973, 'Bookstore'), ('Glen Park', 37.734281, -122.4344696, 'Perch', 37.734516712145115, -122.4333321920549, 'Gift Shop'), ('Glen Park', 37.734281, -122.4344696, 'Gialina Pizzeria', 37.73393958188252, -122.43414399698531, 'Pizza Place'), ('Glen Park', 37.734281, -122.4344696, 'La Corneta', 37.733913724338414, -122.43406148207286, 'Mexican Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Cheese Boutique', 37.7345281403968, -122.4334295362486, 'Cheese Shop'), ('Glen Park', 37.734281, -122.4344696, 'Manzoni', 37.73467816914885, -122.43389799980405, 'Italian Restaurant'), ('Glen Park', 37.734281, -122.4344696, "Le P'tit Laurent", 37.734162, -122.43387, 'French Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Cuppa', 37.73427044758297, -122.43396247222825, 'Bubble Tea Shop'), ('Glen Park', 37.734281, -122.4344696, 'Destination Baking Company', 37.73460381662088, -122.4323794062702, 'Bakery'), ('Glen Park', 37.734281, -122.4344696, 'Cup', 37.732492937722256, -122.43478451656881, 'Café'), ('Glen Park', 37.734281, -122.4344696, 'fitGLENfit', 37.73450266628143, -122.43357721936799, 'Gym'), ('Glen Park', 37.734281, -122.4344696, 'East-West Integrative Medicine Clinic', 37.73460403535926, -122.43235981790247, 'Alternative Healer'), ('Glen Park', 37.734281, -122.4344696, 'Glen Canyon Park', 37.73736184098628, -122.44080469835735, 'Park'), ('Glen Park', 37.734281, -122.4344696, 'Higher Grounds Coffeehouse', 37.73441952305529, -122.43376543139448, 'Coffee Shop'), ('Glen Park', 37.734281, -122.4344696, 'Glen Park Station', 37.734188619314516, -122.43417077944143, 'Dive Bar'), ('Glen Park', 37.734281, -122.4344696, 'Bello Coffee & Tea', 37.733760467713516, -122.43403736589453, 'Coffee Shop'), ('Glen Park', 37.734281, -122.4344696, 'Sunnyside Conservatory', 37.731800831710515, -122.44083548042941, 'Park'), ('Glen Park', 37.734281, -122.4344696, 'Walter Haas Park and Playground', 37.7404989197731, -122.43462258034437, 'Park'), ('Glen Park', 37.734281, -122.4344696, "Tyger's Coffee Shop", 37.734539472147745, -122.43395440314337, 'Breakfast Spot'), ('Glen Park', 37.734281, -122.4344696, 'Billy Goat Hill Park', 37.741146, -122.43315, 'Park'), ('Glen Park', 37.734281, -122.4344696, 'Glen Canyon Park Playground', 37.73673244426117, -122.44065008051842, 'Playground'), ('Glen Park', 37.734281, -122.4344696, 'Pampanguena Cuisine', 37.72710573511742, -122.43299545970139, 'Filipino Restaurant'), ('Glen Park', 37.734281, -122.4344696, "Viking's Giant Submarines", 37.733345744881866, -122.43428573270005, 'Sandwich Place'), ('Glen Park', 37.734281, -122.4344696, 'Balompié Cafe #3', 37.73599323138254, -122.42449667188747, 'Latin American Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Excelsior Coffee', 37.726259000000006, -122.433305, 'Coffee Shop'), ('Glen Park', 37.734281, -122.4344696, 'Harry St Stairway', 37.74008421594055, -122.43119537830353, 'Trail'), ('Glen Park', 37.734281, -122.4344696, 'Los Guanacos', 37.726467, -122.433149, 'Latin American Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Glen Park Branch Library', 37.733962377571, -122.43391361894778, 'Library'), ('Glen Park', 37.734281, -122.4344696, 'Sweet Delight Bakery', 37.726203000000005, -122.43398400000001, 'Chinese Restaurant'), ('Glen Park', 37.734281, -122.4344696, "St. Mary's Pub", 37.73547162583374, -122.4246179483963, 'Bar'), ('Glen Park', 37.734281, -122.4344696, 'Red Sea Market', 37.72890786653213, -122.44010312892962, 'Deli / Bodega'), ('Glen Park', 37.734281, -122.4344696, 'New College Hill Market', 37.73608, -122.424632, 'Grocery Store'), ('Glen Park', 37.734281, -122.4344696, 'Bottom of the Detroit Steps', 37.730558942995096, -122.44411903598888, 'Trail'), ('Glen Park', 37.734281, -122.4344696, 'Win Garden', 37.734549257302305, -122.43389874611981, 'Chinese Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Rocks Den', 37.7272603284223, -122.43283844792182, 'Sports Bar'), ('Glen Park', 37.734281, -122.4344696, 'Tasty Coffee', 37.728674, -122.44063700000001, 'Coffee Shop'), ('Glen Park', 37.734281, -122.4344696, 'Hwaro', 37.725637597880784, -122.43431782363075, 'Korean Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Rico Pan Bakery', 37.736977, -122.423965, 'Bakery'), ('Glen Park', 37.734281, -122.4344696, 'Tekka House', 37.73452961519617, -122.43367145203175, 'Sushi Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Silver Cafe', 37.72869775739493, -122.4314134664935, 'Donut Shop'), ('Glen Park', 37.734281, -122.4344696, 'Glaze Donuts', 37.72623830976536, -122.43346897561848, 'Donut Shop'), ('Glen Park', 37.734281, -122.4344696, 'La Cafeto Coffee Shop', 37.73605588840987, -122.42400347107805, 'Café'), ('Glen Park', 37.734281, -122.4344696, 'One Waan Thai Restaurant', 37.733184366884934, -122.43438600009608, 'Thai Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'GenenBus', 37.73340087524111, -122.433606569448, 'Bus Line'), ('Glen Park', 37.734281, -122.4344696, 'Round Table Pizza', 37.725744, -122.43370900000001, 'Pizza Place'), ('Glen Park', 37.734281, -122.4344696, 'KFC', 37.72890423523908, -122.43075740488729, 'Fried Chicken Joint'), ('Glen Park', 37.734281, -122.4344696, 'Zabb Thai', 37.72659770805689, -122.43347886186544, 'Thai Restaurant'), ('Glen Park', 37.734281, -122.4344696, "Pebble's Cafe", 37.73382221218733, -122.43409307259925, 'Café'), ('Glen Park', 37.734281, -122.4344696, "Chico's Grill", 37.736375, -122.4241403, 'Mexican Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Critter Fritters', 37.734589, -122.433507, 'Pet Store'), ('Glen Park', 37.734281, -122.4344696, 'Glen canyon Hiking Trails', 37.73526543078893, -122.43797357686272, 'Trail'), ('Glen Park', 37.734281, -122.4344696, 'Manila Oriental Market', 37.730495944555315, -122.42907538944473, 'Supermarket'), ('Glen Park', 37.734281, -122.4344696, 'Dorothy Erskine Park', 37.73348610538899, -122.43967115303263, 'Park'), ('Glen Park', 37.734281, -122.4344696, 'Cayuga Lamartine Mini Park', 37.73043915083291, -122.43294016625201, 'Park'), ('Glen Park', 37.734281, -122.4344696, 'Shell', 37.7290251536852, -122.43123405726482, 'Gas Station'), ('Glen Park', 37.734281, -122.4344696, 'Fritas Shack', 37.73020777035142, -122.43106686792723, 'Mexican Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Miracle Chi Gong Massage', 37.73055, -122.429825, 'Massage Studio'), ('Glen Park', 37.734281, -122.4344696, 'Manila Star', 37.73041915893555, -122.4289321899414, 'Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'End of Excelsior.', 37.7309968627873, -122.42789261535314, 'Art Gallery'), ('Glen Park', 37.734281, -122.4344696, 'Walter Haas Dog Park', 37.7404947705655, -122.43561793702689, 'Dog Run'), ('Glen Park', 37.734281, -122.4344696, 'Beacon Hill Trail', 37.740657, -122.434375, 'Trail'), ('Glen Park', 37.734281, -122.4344696, 'Marche Club', 37.728095, -122.432397, 'Italian Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'J MUNI INBOUND 16284', 37.72916181700255, -122.43975615066998, 'Light Rail Station'), ('Glen Park', 37.734281, -122.4344696, 'City Racquet Shop', 37.728913874116515, -122.44022062164315, 'Tennis Court'), ('Glen Park', 37.734281, -122.4344696, 'Golden State Grill', 37.726571, -122.433748, 'Restaurant'), ('Glen Park', 37.734281, -122.4344696, 'Marios Locksmith', 37.72651, -122.43378, 'Locksmith'), ('Glen Park', 37.734281, -122.4344696, "Giovanni's Pizza Bistro", 37.73559695590518, -122.42459992743977, 'Pizza Place'), ('Glen Park', 37.734281, -122.4344696, 'Balboa Ice Cream', 37.728171, -122.440716, 'Ice Cream Shop'), ('Glen Park', 37.734281, -122.4344696, 'Restaurante Familiar', 37.72631646954976, -122.43346365182316, 'Latin American Restaurant'), ('Glen Park', 37.734281, -122.4344696, "Adelita's Cakes and Bakery", 37.736275, -122.42463799999999, 'Bakery'), ('Glen Park', 37.734281, -122.4344696, "Ann's Doughnut Coffee Shop", 37.726107, -122.43411599999999, 'Food'), ('Glen Park', 37.734281, -122.4344696, 'Central Drug Store', 37.725986999999996, -122.43420800000001, 'Pharmacy'), ('Glen Park', 37.734281, -122.4344696, "Lelenita's Cakes", 37.736577000000004, -122.423899, 'Bakery'), ('Glen Park', 37.734281, -122.4344696, 'Glen Park Canyon', 37.738008689949595, -122.44442090246007, 'Grocery Store'), ('Glen Park', 37.734281, -122.4344696, 'Montecristo', 37.736886, -122.423961, 'Latin American Restaurant'), ('Glen Park', 37.734281, -122.4344696, "Wei's Hunan", 37.72549819946289, -122.43399047851562, 'Chinese Restaurant'), ('Glen Park', 37.734281, -122.4344696, '49ers Food & Liquor', 37.737246999999996, -122.423813, 'Liquor Store')], [('Golden Gate Heights', 43.7232126, -79.5600136, 'Tim Hortons', 43.723220966539614, -79.55927208065987, 'Coffee Shop'), ('Golden Gate Heights', 43.7232126, -79.5600136, "Chubby's Fish N' Chips", 43.7151901026172, -79.55534628122035, 'Fish & Chips Shop'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Tim Hortons', 43.723211274549755, -79.55931901931763, 'Coffee Shop'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Popeyes Louisiana Kitchen', 43.71593856809128, -79.55462802399225, 'Fried Chicken Joint'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Subway', 43.71613796884351, -79.55477748471475, 'Sandwich Place'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Subway', 43.719069180827695, -79.57075077306126, 'Sandwich Place'), ('Golden Gate Heights', 43.7232126, -79.5600136, "Mac's", 43.72352529422309, -79.56000030040741, 'Convenience Store'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Stitches', 43.723505, -79.559948, 'Clothing Store'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Wendy’s', 43.71874875552623, -79.57060671885307, 'Fast Food Restaurant'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Fresh Value', 43.71615255818021, -79.55456561925416, 'Grocery Store'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Giant Tiger', 43.7191851631553, -79.5694723771456, 'Department Store'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Pizzaville', 43.71981746999776, -79.5700290799141, 'Pizza Place'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'Pet Valu', 43.71587407067702, -79.55422220154344, 'Pet Store'), ('Golden Gate Heights', 43.7232126, -79.5600136, 'First Choice Haircutters', 43.71600992011289, -79.56631170177384, 'Salon / Barbershop')], [('Haight-Ashbury', 37.7700148, -122.4469519, 'Haight Street Market', 37.77000455429876, -122.44763416560943, 'Supermarket'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'The Booksmith', 37.76982126220134, -122.44936311785642, 'Bookstore'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Ceiba', 37.77038945178726, -122.4446906236989, 'Boutique'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Club Deluxe', 37.769937256424036, -122.44722006916261, 'Jazz Club'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'The Panhandle', 37.77237695730286, -122.44657516479494, 'Park'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Nice Kicks', 37.77036523, -122.44588536, 'Shoe Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'DragonEats', 37.7694320058375, -122.45009690523148, 'Vietnamese Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Ritual Coffee Roasters', 37.77047635284485, -122.44379078693792, 'Coffee Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Om Indian Cuisine', 37.769686854208565, -122.44967848373926, 'Indian Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Street Taco', 37.7697357054948, -122.44889167748397, 'Taco Place'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Magnolia Gastropub & Brewery', 37.7702508026765, -122.44533986721085, 'Gastropub'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Bound Together Anarchist Collective Bookstore', 37.77028033608465, -122.44483277996619, 'Bookstore'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Haight-Ashbury Music Center', 37.77001458872656, -122.44780123475378, 'Music Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'The Love of Ganesha', 37.769753313712805, -122.44810963944191, 'Gift Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Slice House by Tony Gemignani', 37.76983155777929, -122.44756993644077, 'Pizza Place'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Burton Snowboards Flagship Store', 37.76977202404862, -122.44914476606925, 'Board Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Sockshop Haight Street', 37.769545356317856, -122.45102328686069, 'Accessories Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Pork Store Cafe', 37.770104508093546, -122.44627545299416, 'Breakfast Spot'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'San Francisco Mercantile', 37.76970598555705, -122.45020075233818, 'Gift Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Bacon Bacon', 37.767132072031046, -122.44679779618195, 'Breakfast Spot'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Puff Puff Pass', 37.77001943999507, -122.44659533750858, 'Smoke Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'VeganBurg', 37.77015576494585, -122.4465223090921, 'Vegetarian / Vegan Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'The Alembic', 37.76942153290563, -122.45117808051084, 'Cocktail Bar'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Relic Vintage', 37.76975785471236, -122.44879765461586, 'Thrift / Vintage Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Held Over', 37.769861730944484, -122.44774072804611, 'Thrift / Vintage Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Goorin Bros. Hat Shop', 37.77019612590823, -122.44616157223044, 'Accessories Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, "Ben & Jerry's", 37.7701506, -122.4467987, 'Ice Cream Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Dollhouse Bettie', 37.76967996619249, -122.44940855758466, 'Lingerie Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Parada 22', 37.769290553430665, -122.45211083196926, 'Caribbean Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'The Ice Cream Bar Soda Fountain', 37.76637437298151, -122.45012013978527, 'Ice Cream Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Decades of Fashion', 37.76954969679898, -122.4497312156569, 'Boutique'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Amoeba San Francisco', 37.76904270486288, -122.45258415810717, 'Record Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Say Cheese', 37.76597375704917, -122.45001928703944, 'Cheese Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Soothe', 37.773662, -122.447404, 'Massage Studio'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Beit Rima Carl Street', 37.765841, -122.449755, 'Middle Eastern Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Manitas Cafe & Deli', 37.773436152847985, -122.45063048396337, 'Café'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Home Service Market aka "George\'s"', 37.77406310003624, -122.44597612728597, 'Convenience Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Zam Zam', 37.769605, -122.4493, 'Dive Bar'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Free Gold Watch', 37.768063781511934, -122.45270982871693, 'Arcade'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Buena Vista Park Summit', 37.767875091258176, -122.4414987623464, 'Scenic Lookout'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Padrecito', 37.76574435901804, -122.45006486882085, 'Mexican Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Zazie', 37.765281744910254, -122.44991947702094, 'Breakfast Spot'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Bend Yoga Studio', 37.77366623035894, -122.44833084917461, 'Yoga Studio'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'BodyRok Haight', 37.76992566521416, -122.44749071203063, 'Gym'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'The Bindery', 37.76942151374742, -122.45129922972137, 'Bookstore'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Buena Vista Park', 37.7689310221817, -122.44041210599859, 'Park'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Cha Cha Cha', 37.76927064378466, -122.45200580267058, 'Tapas Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Karma Cafe', 37.7736123729374, -122.44778207587524, 'Café'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Flywheel Coffee', 37.769504658502875, -122.45338415022319, 'Coffee Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Wooden', 37.76583924468303, -122.44995205530316, 'Coffee Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Yoga Tree Stanyan', 37.767727, -122.453067, 'Yoga Studio'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Cole Hardware', 37.7652209, -122.44955, 'Hardware Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'inoVino', 37.765756084743856, -122.45019595751356, 'Wine Bar'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Hayes Gate - Golden Gate Park', 37.77107633990057, -122.45417960694874, 'Park'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Wasteland', 37.76969730691028, -122.44961224057444, 'Thrift / Vintage Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Cookies SF', 37.77011896140611, -122.44565303941293, 'Boutique'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Cold Steel America', 37.76943066651442, -122.45151071917856, 'Tattoo Parlor'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'John Fluevog Shoes', 37.76956062652634, -122.45051075910189, 'Shoe Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Amitis Cafe', 37.77395805932014, -122.44598862266956, 'Café'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'TANTRUM', 37.76588056186189, -122.44999948138795, 'Toy / Game Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Buena Vista Tennis Courts', 37.76944505768117, -122.43913152078795, 'Tennis Court'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Pharmaca Integrative Pharmacy', 37.76541353268861, -122.44999126541691, 'Pharmacy'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'RT Rotisserie', 37.773238, -122.43891599999999, 'Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, "Luke's Local", 37.76501195134279, -122.44965273719896, 'Organic Grocery'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Parkside Market', 37.77438418485962, -122.44281242582275, 'Liquor Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Falletti Foods', 37.77323820160938, -122.43899852180465, 'Grocery Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Kezar Pub', 37.76784979799073, -122.45321692003367, 'Sports Bar'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Nopalito', 37.77354423993796, -122.43917940929911, 'Mexican Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Ploy II Thai Cuisine', 37.76951420864688, -122.45139977574978, 'Thai Restaurant'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Escape From New York Pizza', 37.76941569358299, -122.4513605924709, 'Pizza Place'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Sunset Tunnel Park', 37.766149296614316, -122.4493555178688, 'Park'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Corona Heights Dog Run', 37.765527952836976, -122.43986363273886, 'Dog Run'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Yoga Garden', 37.77198233757195, -122.4371073995282, 'Yoga Studio'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Sightglass Coffee', 37.77228702957698, -122.43741884185536, 'Coffee Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Mount Olympus', 37.763306385544766, -122.44554251432419, 'Monument / Landmark'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Comix Experience', 37.77243285569474, -122.43735592709122, 'Comic Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Corona Heights Park', 37.7650225313372, -122.43883066273017, 'Park'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Whole Foods Market', 37.76946362411843, -122.45307319443432, 'Grocery Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Gamescape', 37.772692429474894, -122.43746740774097, 'Toy / Game Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Vulcan Stairway', 37.76346753677887, -122.44115442037582, 'Trail'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Cafe Cole', 37.76932634235385, -122.45070194109225, 'Café'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Corona Heights Summit', 37.76499750972105, -122.43924241317987, 'Scenic Lookout'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Ragazza', 37.77244056187205, -122.4374771118164, 'Pizza Place'), ('Haight-Ashbury', 37.7700148, -122.4469519, "Koret Children's Quarter Playground", 37.768278563365435, -122.45717053869994, 'Playground'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Central Coffee Tea & Spice', 37.77421214550998, -122.44442673394492, 'Coffee Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Souvla', 37.77457655200334, -122.4378085167028, 'Souvlaki Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'The Little Chihuahua', 37.77203349168377, -122.43700236082077, 'Burrito Place'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Bi-Rite Market', 37.77479553269564, -122.4377388357674, 'Market'), ('Haight-Ashbury', 37.7700148, -122.4469519, "Bob's On Baker", 37.77654188098846, -122.44177334010601, 'Donut Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Workshop.', 37.777438452809925, -122.44156203405919, 'Arts & Crafts Store'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Kezar Stadium', 37.766847390962376, -122.45598435401917, 'Track Stadium'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Robin Williams Meadow', 37.76903642617695, -122.457751120683, 'Park'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Bi-Rite Creamery', 37.77473518150432, -122.43768939710218, 'Ice Cream Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Powder', 37.77158690143866, -122.4370995097535, 'Ice Cream Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Matching Half Cafe', 37.77735594767947, -122.44162796250136, 'Café'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Horsefeather', 37.77451588050533, -122.43767808543302, 'Cocktail Bar'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Rare Device', 37.77505169224675, -122.43776166434051, 'Gift Shop'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Circus Center', 37.7658019226891, -122.45695989686836, 'Performing Arts Venue'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Fool’s Errand', 37.77551224062072, -122.43796057402282, 'Bar'), ('Haight-Ashbury', 37.7700148, -122.4469519, 'Nopa', 37.774888, -122.437532, 'New American Restaurant')], [('Hayes Valley', 37.7766853, -122.4229361, 'SFJazz Center', 37.77635001768186, -122.42153942584991, 'Jazz Club'), ('Hayes Valley', 37.7766853, -122.4229361, 'Birba', 37.77774961586494, -122.42415851391236, 'Wine Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Ritual Coffee Roasters', 37.776476344721765, -122.42428110362547, 'Coffee Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Blue Bottle Coffee', 37.776430131820725, -122.42322360122202, 'Coffee Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Fatted Calf', 37.77593518054966, -122.42314601183367, 'Butcher'), ('Hayes Valley', 37.7766853, -122.4229361, 'Linden Alley', 37.77632881728594, -122.42359399795532, 'Pedestrian Plaza'), ('Hayes Valley', 37.7766853, -122.4229361, 'Souvla', 37.776568223306676, -122.42495659866064, 'Souvlaki Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Smitten Ice Cream', 37.77627287864489, -122.4242347862329, 'Ice Cream Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Rich Table', 37.774891, -122.422736, 'New American Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Linden Room', 37.77650338991626, -122.42279392034109, 'Cocktail Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Anina', 37.77671255766366, -122.42427346398327, 'Cocktail Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Maker & Moss', 37.77714415477228, -122.42236797826467, 'Furniture / Home Store'), ('Hayes Valley', 37.7766853, -122.4229361, 'MAC Modern Appealing Clothing', 37.777784539137244, -122.42285238577169, 'Boutique'), ('Hayes Valley', 37.7766853, -122.4229361, 'Fig & Thistle Wine Bar', 37.777256, -122.423365, 'Wine Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Yoga Tree Hayes', 37.776507, -122.425014, 'Yoga Studio'), ('Hayes Valley', 37.7766853, -122.4229361, 'Arlequin Wine Merchant', 37.77706078179804, -122.4226046384463, 'Wine Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Monsieur Benjamin', 37.77747803178731, -122.42313085901189, 'French Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'a Mano', 37.776916945347146, -122.42385625239876, 'Italian Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Welcome Stranger', 37.777498514169416, -122.4231245664023, "Men's Store"), ('Hayes Valley', 37.7766853, -122.4229361, 'True Sake', 37.776533036480984, -122.42568104036205, 'Liquor Store'), ('Hayes Valley', 37.7766853, -122.4229361, 'Warby Parker', 37.7768639, -122.421964, 'Optical Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Wise Sons Bagel & Coffee', 37.77723482836679, -122.42483135365356, 'Bagel Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Proxy SF', 37.77650050379861, -122.42424515538063, 'Event Space'), ('Hayes Valley', 37.7766853, -122.4229361, 'Chantal Guillon Macarons & Tea', 37.776788858914664, -122.42360597285621, 'Dessert Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'DragonEats', 37.77828924352882, -122.42326633672, 'Vietnamese Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Salt & Straw', 37.77653240407315, -122.42605136320933, 'Ice Cream Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'San Francisco Wine & Cheese', 37.77478191266553, -122.42285225630164, 'Wine Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Biergarten', 37.77601325805514, -122.42424739149521, 'Beer Garden'), ('Hayes Valley', 37.7766853, -122.4229361, 'Sydney Goldstein Theater', 37.77703051397989, -122.42097920444503, 'Performing Arts Venue'), ('Hayes Valley', 37.7766853, -122.4229361, "Patricia's Green", 37.77636887601496, -122.42447901033637, 'Park'), ('Hayes Valley', 37.7766853, -122.4229361, 'Chez Maman', 37.77695950756382, -122.42309400412454, 'French Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Absinthe Brasserie & Bar', 37.7770088434818, -122.423003716262, 'French Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Nojo Ramen Tavern', 37.776636596637324, -122.42127005612625, 'Ramen Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Del Popolo Truck', 37.776583, -122.424263, 'Pizza Place'), ('Hayes Valley', 37.7766853, -122.4229361, 'Otoro Sushi', 37.77497378603595, -122.42290047871022, 'Sushi Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Louise M. Davies Symphony Hall', 37.7779761642689, -122.42015694896058, 'Concert Hall'), ('Hayes Valley', 37.7766853, -122.4229361, '20th Century Cafe', 37.774903, -122.422434, 'Café'), ('Hayes Valley', 37.7766853, -122.4229361, 'Gioia Pizzeria', 37.776328, -122.425859, 'Pizza Place'), ('Hayes Valley', 37.7766853, -122.4229361, 'War Memorial Opera House', 37.77860106097681, -122.42081554583409, 'Opera House'), ('Hayes Valley', 37.7766853, -122.4229361, 'Urban Bowls', 37.778139, -122.422168, 'Poke Place'), ('Hayes Valley', 37.7766853, -122.4229361, 'Timbuk2', 37.77663561847566, -122.42485415419155, 'Accessories Store'), ('Hayes Valley', 37.7766853, -122.4229361, 'San Francisco Conservatory of Music', 37.77548927672023, -122.42038071155547, 'Music School'), ('Hayes Valley', 37.7766853, -122.4229361, 'Papito Hayes', 37.776712974906005, -122.42345869766629, 'Mexican Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Domo Sushi', 37.775950987226544, -122.42615120612774, 'Sushi Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Juice Shop', 37.77646164271935, -122.4243021097857, 'Juice Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Christopher Elbow Chocolates', 37.776831227503756, -122.42304763388056, 'Chocolate Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'San Francisco Ballet', 37.77858023622605, -122.42079814446592, 'Dance Studio'), ('Hayes Valley', 37.7766853, -122.4229361, 'Naya Dessert Cafe', 37.777174, -122.424859, 'Dessert Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Through the Hayes Optometry', 37.77650984773879, -122.42515550254802, 'Optical Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'RT Rotisserie', 37.77520425782901, -122.42106090390654, 'New American Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'New Conservatory Theatre Center', 37.775591039720815, -122.419753074646, 'Theater'), ('Hayes Valley', 37.7766853, -122.4229361, 'Seldom Seen', 37.77697268826571, -122.42468838426608, 'Clothing Store'), ('Hayes Valley', 37.7766853, -122.4229361, 'Suppenküche', 37.776324, -122.426382, 'German Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Petit Crenn', 37.77634384449128, -122.4264545687113, 'French Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Nightbird', 37.77654051357484, -122.42290414755027, 'Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Isotope Comics', 37.775993995578204, -122.42329274746461, 'Comic Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Herbst Theater', 37.779548182877924, -122.42095293686124, 'Concert Hall'), ('Hayes Valley', 37.7766853, -122.4229361, 'Robin', 37.77912710677569, -122.4233780760793, 'Sushi Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Earthbody', 37.77606725809005, -122.42615778298963, 'Spa'), ('Hayes Valley', 37.7766853, -122.4229361, 'Hayes Valley Bakeworks', 37.77863114476124, -122.4231970310211, 'Bakery'), ('Hayes Valley', 37.7766853, -122.4229361, 'Hotel Biron', 37.77350386431412, -122.42211040391679, 'Wine Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Garrett Leight California Optical', 37.776864417455016, -122.42279695271827, 'Optical Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'The Lunchpad', 37.776489599628974, -122.42589636458982, 'Sandwich Place'), ('Hayes Valley', 37.7766853, -122.4229361, "Smuggler's Cove", 37.779386096750486, -122.42342185454173, 'Tiki Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'War Memorial Court', 37.77904241854804, -122.42097079753876, 'Park'), ('Hayes Valley', 37.7766853, -122.4229361, "Nick's Super Market", 37.774030749925465, -122.42326695886706, 'Food & Drink Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Project Juice', 37.77703506634984, -122.42237512343148, 'Juice Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Boba Guys', 37.77290679880422, -122.42350730562886, 'Bubble Tea Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Azalea Boutique', 37.77680543002712, -122.42310694705331, 'Boutique'), ('Hayes Valley', 37.7766853, -122.4229361, 'Brass Tacks', 37.776716790628285, -122.42442517747021, 'Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Urban Ritual', 37.77559476900744, -122.42586342920178, 'Bubble Tea Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Lers Ros Thai', 37.77704539388715, -122.42167066545659, 'Thai Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Zuni Café', 37.773589712511665, -122.42151999253659, 'New American Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Peak Design', 37.77655870746159, -122.42511759253024, 'Camera Store'), ('Hayes Valley', 37.7766853, -122.4229361, 'The Green Arcade', 37.773161569484635, -122.42190302991519, 'Bookstore'), ('Hayes Valley', 37.7766853, -122.4229361, "Patxi's Chicago Pizza", 37.776548733354346, -122.42491661146668, 'Pizza Place'), ('Hayes Valley', 37.7766853, -122.4229361, 'Blue Bottle Coffee', 37.77628641647586, -122.41686701774597, 'Coffee Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'The Beer Hall', 37.77683728951549, -122.41791582317194, 'Beer Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'La Boulangerie de San Francisco', 37.776665123611394, -122.4247297246232, 'Bakery'), ('Hayes Valley', 37.7766853, -122.4229361, 'The Epicurean Trader', 37.77666, -122.42388, 'Organic Grocery'), ('Hayes Valley', 37.7766853, -122.4229361, 'Johnny Doughnuts', 37.7788294004348, -122.42316169019617, 'Donut Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Little Gem', 37.77783104086464, -122.42328246641834, 'Café'), ('Hayes Valley', 37.7766853, -122.4229361, 'Andersen Bread', 37.77690649759969, -122.41739981094887, 'Bakery'), ('Hayes Valley', 37.7766853, -122.4229361, 'Mazzat', 37.775514341874576, -122.4261395667191, 'Mediterranean Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Fitness SF', 37.776161, -122.416413, 'Gym / Fitness Center'), ('Hayes Valley', 37.7766853, -122.4229361, "Martuni's", 37.77217953343813, -122.42283790204792, 'Cocktail Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Perform For Life', 37.771340589589265, -122.42398877404277, 'Gym / Fitness Center'), ('Hayes Valley', 37.7766853, -122.4229361, 'The Market', 37.77656006546319, -122.41727455535519, 'Food & Drink Shop'), ('Hayes Valley', 37.7766853, -122.4229361, 'Hayes Valley Playground', 37.776163277824075, -122.42749930269929, 'Playground'), ('Hayes Valley', 37.7766853, -122.4229361, 'The Italian Homemade Company', 37.774375956940816, -122.42088669614189, 'Italian Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Asian Art Museum', 37.780177691822274, -122.41650543857212, 'Art Museum'), ('Hayes Valley', 37.7766853, -122.4229361, 'Forgery', 37.77391167623702, -122.41749948364149, 'Cocktail Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Ananda Fuara', 37.77769251469199, -122.41635331222618, 'Vegetarian / Vegan Restaurant'), ('Hayes Valley', 37.7766853, -122.4229361, 'Oak Gourmet', 37.77530028489153, -122.42744400937062, 'Liquor Store'), ('Hayes Valley', 37.7766853, -122.4229361, "Nabila's Market", 37.77652299973546, -122.4256376498516, 'Grocery Store'), ('Hayes Valley', 37.7766853, -122.4229361, 'Poké Bar', 37.77650665694416, -122.41725365378144, 'Poke Place'), ('Hayes Valley', 37.7766853, -122.4229361, 'The Center SF', 37.77454451433456, -122.43073033291728, 'Spiritual Center'), ('Hayes Valley', 37.7766853, -122.4229361, 'Books, Inc.', 37.78161387913699, -122.42053066602286, 'Bookstore'), ('Hayes Valley', 37.7766853, -122.4229361, 'Whitechapel', 37.782229672214264, -122.41888384430436, 'Cocktail Bar'), ('Hayes Valley', 37.7766853, -122.4229361, 'Stuff', 37.7705963, -122.4226345, 'Antique Shop')], [('Hunters Point', 37.7267715, -122.3715718, 'Archimedes Banya', 37.730464, -122.372789, 'Spa'), ('Hunters Point', 37.7267715, -122.3715718, 'Hunters Point Open Studios', 37.730047828097234, -122.36714859672176, 'Art Gallery'), ('Hunters Point', 37.7267715, -122.3715718, 'Cinemark Theaters', 37.727759000000006, -122.36950900000001, 'Recording Studio'), ('Hunters Point', 37.7267715, -122.3715718, 'Hunters Point Naval Shipyard', 37.7285758888879, -122.36857065393325, 'Harbor / Marina'), ('Hunters Point', 37.7267715, -122.3715718, 'The Storehouse', 37.72853919565331, -122.36668778429318, 'Grocery Store'), ('Hunters Point', 37.7267715, -122.3715718, 'Eclectic Cookery', 37.728429, -122.365489, 'Restaurant'), ('Hunters Point', 37.7267715, -122.3715718, 'Cafe Alma', 37.73204803466797, -122.3753890991211, 'Coffee Shop'), ('Hunters Point', 37.7267715, -122.3715718, 'MotoTireGuy - Motorcycle Tire Services', 37.726261138916016, -122.37980651855469, 'Motorcycle Shop'), ('Hunters Point', 37.7267715, -122.3715718, 'india basin open space', 37.733372, -122.371933, 'Park'), ('Hunters Point', 37.7267715, -122.3715718, 'K C Custom Builders Seismic Retrofitting Inc.', 37.72541, -122.38191, 'Construction & Landscaping'), ('Hunters Point', 37.7267715, -122.3715718, 'India Basin', 37.73431193639691, -122.37611221670358, 'Park'), ('Hunters Point', 37.7267715, -122.3715718, "Ol' McDonald 's Honey Farms & Bee Keepin School", 37.726762, -122.382852, 'Food & Drink Shop')], [('India Basin', 37.7360416, -122.370526, 'Archimedes Banya', 37.730464, -122.372789, 'Spa'), ('India Basin', 37.7360416, -122.370526, 'Hunters Point Open Studios', 37.730047828097234, -122.36714859672176, 'Art Gallery'), ('India Basin', 37.7360416, -122.370526, "Heron's Head Park", 37.739663, -122.375904, 'Park'), ('India Basin', 37.7360416, -122.370526, 'Speakeasy Ales & Lagers', 37.738468453699305, -122.38087442927426, 'Brewery'), ('India Basin', 37.7360416, -122.370526, 'Bay Natives Nursery', 37.7405316549577, -122.3768447112815, 'Garden Center'), ('India Basin', 37.7360416, -122.370526, 'india basin open space', 37.733372, -122.371933, 'Park'), ('India Basin', 37.7360416, -122.370526, 'India Basin', 37.73431193639691, -122.37611221670358, 'Park'), ('India Basin', 37.7360416, -122.370526, 'Hunter’s Point Shoreline', 37.73824, -122.376753, 'Waterfront'), ('India Basin', 37.7360416, -122.370526, 'Cafe Alma', 37.73204803466797, -122.3753890991211, 'Coffee Shop'), ('India Basin', 37.7360416, -122.370526, 'Muni Bus Stop - Galvez & Robinson', 37.728954, -122.367292, 'Bus Stop'), ('India Basin', 37.7360416, -122.370526, 'Hunters Point Naval Shipyard', 37.7285758888879, -122.36857065393325, 'Harbor / Marina'), ('India Basin', 37.7360416, -122.370526, 'The Storehouse', 37.72853919565331, -122.36668778429318, 'Grocery Store'), ('India Basin', 37.7360416, -122.370526, 'Cinemark Theaters', 37.727759000000006, -122.36950900000001, 'Recording Studio'), ('India Basin', 37.7360416, -122.370526, 'Eclectic Cookery', 37.728429, -122.365489, 'Restaurant')], [('Ingleside', 37.7229872, -122.4530272, "Beep's Burgers", 37.723396058466584, -122.45399772151599, 'Burger Joint'), ('Ingleside', 37.7229872, -122.4530272, 'Whole Foods Market', 37.72375891444195, -122.45489360939011, 'Grocery Store'), ('Ingleside', 37.7229872, -122.4530272, 'Ocean Ale House', 37.72412757442616, -122.45683587457252, 'Gastropub'), ('Ingleside', 37.7229872, -122.4530272, 'Philz Coffee', 37.723593573700676, -122.45369160405198, 'Coffee Shop'), ('Ingleside', 37.7229872, -122.4530272, 'Pakwan Restaurant', 37.72348113608998, -122.45388596926179, 'Pakistani Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Super Cue Cafe', 37.72417474352386, -122.45702888087783, 'Bubble Tea Shop'), ('Ingleside', 37.7229872, -122.4530272, 'Go Go 7', 37.724409, -122.457453, 'Korean Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Cherry Blossom Bakery', 37.72460745335258, -122.45911594549624, 'Bakery'), ('Ingleside', 37.7229872, -122.4530272, 'Sakesan Sushi | Robata', 37.72429029372163, -122.45745367145554, 'Japanese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Yoga Flow SF', 37.72492275630799, -122.46242120711725, 'Yoga Studio'), ('Ingleside', 37.7229872, -122.4530272, 'Ming Kee Restaurant 明記燒臘茶餐廳', 37.72459831123632, -122.45905878984257, 'BBQ Joint'), ('Ingleside', 37.7229872, -122.4530272, "AJ's Barbeque Cafe", 37.72075697456199, -122.44628016262067, 'BBQ Joint'), ('Ingleside', 37.7229872, -122.4530272, 'Pokihub', 37.72343254029862, -122.45384425676087, 'Poke Place'), ('Ingleside', 37.7229872, -122.4530272, 'Champa Garden', 37.72493826945924, -122.46004675400988, 'Asian Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Elevate Group Fitness - Ocean Avenue', 37.724877248546996, -122.46033666199529, 'Yoga Studio'), ('Ingleside', 37.7229872, -122.4530272, 'Balboa Pool', 37.72646494439481, -122.4429695580515, 'Pool'), ('Ingleside', 37.7229872, -122.4530272, 'Won Kok Restaurant 華記美食', 37.731774526726426, -122.45127862507782, 'Cantonese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Poke Bowl', 37.723753778970234, -122.45586155778452, 'Poke Place'), ('Ingleside', 37.7229872, -122.4530272, 'Balboa Park', 37.725014469227524, -122.44387903273102, 'Park'), ('Ingleside', 37.7229872, -122.4530272, 'City College: Community Health & Wellness Center', 37.72399620613363, -122.44944512844086, 'College Gym'), ('Ingleside', 37.7229872, -122.4530272, 'Kaisen Don', 37.725512759474775, -122.46301464251765, 'Japanese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Pineapples', 37.72321867324149, -122.44312775743765, 'Dessert Shop'), ('Ingleside', 37.7229872, -122.4530272, 'Joyful Kitchen', 37.725376798334565, -122.46272186158328, 'Chinese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'The Fog Lifter Café', 37.725141, -122.462488, 'Café'), ('Ingleside', 37.7229872, -122.4530272, 'City College: Cafeteria', 37.724135984274916, -122.45095085528719, 'Breakfast Spot'), ('Ingleside', 37.7229872, -122.4530272, 'Minnie & Lovie Ward Recreation Center & Park', 37.71624793773728, -122.4574327468872, 'Playground'), ('Ingleside', 37.7229872, -122.4530272, 'Shanghai Dumpling King', 37.73160464574401, -122.4510746682198, 'Dumpling Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Pho Ha Tien', 37.725319613903984, -122.46228561767212, 'Noodle House'), ('Ingleside', 37.7229872, -122.4530272, 'Wells Fargo Bank', 37.723349133682866, -122.45491951704025, 'Bank'), ('Ingleside', 37.7229872, -122.4530272, "Randy's Place", 37.72346038992377, -122.45414926406804, 'Dive Bar'), ('Ingleside', 37.7229872, -122.4530272, 'Waterfall Wellness', 37.72447915521258, -122.45897845484379, 'Pharmacy'), ('Ingleside', 37.7229872, -122.4530272, 'The Ave Bar', 37.72454281455243, -122.45935827448322, 'Bar'), ('Ingleside', 37.7229872, -122.4530272, 'Walgreens', 37.72487936551377, -122.45962185786993, 'Pharmacy'), ('Ingleside', 37.7229872, -122.4530272, "K's Kitchen", 37.731470220252476, -122.4523781625996, 'Sushi Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Sol y Luna Spa', 37.731523001612246, -122.45078781536043, 'Spa'), ('Ingleside', 37.7229872, -122.4530272, '21 Taste House', 37.72348329809827, -122.45433644828445, 'Asian Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Golden Coast Restaurant', 37.72455869884345, -122.45898784330393, 'Asian Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Lucky Ocean Cafe', 37.72427850937056, -122.45817215659676, 'Vietnamese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Chase Bank', 37.724443, -122.460059, 'Bank'), ('Ingleside', 37.7229872, -122.4530272, 'Starbucks', 37.72511059416025, -122.46141706249325, 'Coffee Shop'), ('Ingleside', 37.7229872, -122.4530272, "Big Joe's", 37.731475707612084, -122.45159591172995, 'Breakfast Spot'), ('Ingleside', 37.7229872, -122.4530272, 'Taqueria El Jalapeño', 37.72425050639076, -122.45715022988013, 'Mexican Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Legend Billiards', 37.72591087843725, -122.46369588580497, 'Pool Hall'), ('Ingleside', 37.7229872, -122.4530272, 'The Mayflower Restaurant', 37.724330094513626, -122.45788476438938, 'Diner'), ('Ingleside', 37.7229872, -122.4530272, 'The UPS Store', 37.7250413, -122.4604241, 'Shipping Store'), ('Ingleside', 37.7229872, -122.4530272, 'Quan Pho Viet', 37.723212, -122.453591, 'Vietnamese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Pho Dong Huong (World of Noodle)', 37.731491380378145, -122.45039008562291, 'Vietnamese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Yama Sushi', 37.7219765, -122.4621312, 'Japanese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Viking Giant Subs', 37.724097415779404, -122.45658228339505, 'Sandwich Place'), ('Ingleside', 37.7229872, -122.4530272, 'Java on Ocean Coffee House', 37.724799, -122.460119, 'Café'), ('Ingleside', 37.7229872, -122.4530272, 'Sno-Crave Tea House', 37.72362168150489, -122.45490554163482, 'Bubble Tea Shop'), ('Ingleside', 37.7229872, -122.4530272, 'Crazy Pepper', 37.720831764837044, -122.44666285118367, 'Asian Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Hot Yoga', 37.72470764496848, -122.46000160207872, 'Yoga Studio'), ('Ingleside', 37.7229872, -122.4530272, "Emmy's Chinese Restaurant", 37.72547271316392, -122.4628205280536, 'Chinese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Golden China Restaurant 永華(金華)飯店', 37.72474083047484, -122.45942859830683, 'Chinese Restaurant'), ('Ingleside', 37.7229872, -122.4530272, "Jojo's Cafe 茶餐廳", 37.724362493737296, -122.45892593406104, 'Asian Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'La Parilla', 37.72331619262695, -122.4547119140625, 'Mexican Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'The Pierre Coste Dining Room', 37.72343542738514, -122.45076278159979, 'New American Restaurant'), ('Ingleside', 37.7229872, -122.4530272, '24 Hour Fitness', 37.725160444178066, -122.462257615343, 'Gym / Fitness Center'), ('Ingleside', 37.7229872, -122.4530272, 'Target', 37.72511701118615, -122.46143608503341, 'Big Box Store'), ('Ingleside', 37.7229872, -122.4530272, 'The Lunchbox', 37.72568375429938, -122.44973992384415, 'American Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'St. Emydius- CYO Athletics', 37.72291928210586, -122.46142913105989, 'College Gym'), ('Ingleside', 37.7229872, -122.4530272, 'Balboa Park BART Station', 37.72252038428204, -122.44769417835742, 'Metro Station'), ('Ingleside', 37.7229872, -122.4530272, 'Indulgence Tea Bar', 37.724394, -122.458138, 'Bubble Tea Shop'), ('Ingleside', 37.7229872, -122.4530272, 'Homran Liquors', 37.72424, -122.459076, 'American Restaurant'), ('Ingleside', 37.7229872, -122.4530272, 'Balboa Park Sweeney Field', 37.723267777854396, -122.44631915218191, 'Baseball Field'), ('Ingleside', 37.7229872, -122.4530272, 'Fruit Barn', 37.7246926470816, -122.45946864730516, 'Grocery Store'), ('Ingleside', 37.7229872, -122.4530272, 'Beach Yard', 37.720689, -122.4467, 'Light Rail Station'), ('Ingleside', 37.7229872, -122.4530272, 'Café Express', 37.72079077934352, -122.44637824527527, 'Café'), ('Ingleside', 37.7229872, -122.4530272, "Nina Claire's Cafe", 37.72077547248485, -122.44628977859259, 'Burger Joint'), ('Ingleside', 37.7229872, -122.4530272, 'Geneva Station Cafe', 37.72071075439453, -122.44609832763672, 'Café'), ('Ingleside', 37.7229872, -122.4530272, 'Balboa Park Sundberg Field', 37.72472157279019, -122.44581426889306, 'Baseball Field'), ('Ingleside', 37.7229872, -122.4530272, 'Wt Flooring Service Inc', 37.7193949, -122.4592977, 'Home Service'), ('Ingleside', 37.7229872, -122.4530272, 'Balboa Park Baseball Diamond 1', 37.72321231790906, -122.44503458932739, 'Baseball Field'), ('Ingleside', 37.7229872, -122.4530272, 'Balboa Skatepark', 37.723243119775304, -122.44473054104685, 'Skate Park'), ('Ingleside', 37.7229872, -122.4530272, 'eBay Shuttle', 37.71726056379488, -122.4484682489173, 'Moving Target'), ('Ingleside', 37.7229872, -122.4530272, "Sam's Market", 37.71638, -122.45048799999999, 'Grocery Store'), ('Ingleside', 37.7229872, -122.4530272, 'Railroad Espresso', 37.731441199481935, -122.45137400906799, 'Café'), ('Ingleside', 37.7229872, -122.4530272, 'Safeway', 37.7314104, -122.4497633, 'Grocery Store'), ('Ingleside', 37.7229872, -122.4530272, 'Little Oceanauts', 37.725189, -122.462745, 'Indoor Play Area'), ('Ingleside', 37.7229872, -122.4530272, 'Balboa Park Tennis Courts', 37.7254600775818, -122.44315256552332, 'Tennis Court'), ('Ingleside', 37.7229872, -122.4530272, 'SF MUNI - 23 Monterey', 37.73153761676673, -122.45650165760456, 'Bus Line')], [('Ingleside Terraces', 37.7198, -122.4538, "Beep's Burgers", 37.723396058466584, -122.45399772151599, 'Burger Joint'), ('Ingleside Terraces', 37.7198, -122.4538, 'Whole Foods Market', 37.72375891444195, -122.45489360939011, 'Grocery Store'), ('Ingleside Terraces', 37.7198, -122.4538, 'Ocean Ale House', 37.72412757442616, -122.45683587457252, 'Gastropub'), ('Ingleside Terraces', 37.7198, -122.4538, 'Philz Coffee', 37.723593573700676, -122.45369160405198, 'Coffee Shop'), ('Ingleside Terraces', 37.7198, -122.4538, 'Pakwan Restaurant', 37.72348113608998, -122.45388596926179, 'Pakistani Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Super Cue Cafe', 37.72417474352386, -122.45702888087783, 'Bubble Tea Shop'), ('Ingleside Terraces', 37.7198, -122.4538, 'Go Go 7', 37.724409, -122.457453, 'Korean Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Cherry Blossom Bakery', 37.72460745335258, -122.45911594549624, 'Bakery'), ('Ingleside Terraces', 37.7198, -122.4538, "AJ's Barbeque Cafe", 37.72075697456199, -122.44628016262067, 'BBQ Joint'), ('Ingleside Terraces', 37.7198, -122.4538, 'Yoga Flow SF', 37.72492275630799, -122.46242120711725, 'Yoga Studio'), ('Ingleside Terraces', 37.7198, -122.4538, 'Sakesan Sushi | Robata', 37.72429029372163, -122.45745367145554, 'Japanese Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Minnie & Lovie Ward Recreation Center & Park', 37.71624793773728, -122.4574327468872, 'Playground'), ('Ingleside Terraces', 37.7198, -122.4538, 'Ming Kee Restaurant 明記燒臘茶餐廳', 37.72459831123632, -122.45905878984257, 'BBQ Joint'), ('Ingleside Terraces', 37.7198, -122.4538, 'Champa Garden', 37.72493826945924, -122.46004675400988, 'Asian Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Pokihub', 37.72343254029862, -122.45384425676087, 'Poke Place'), ('Ingleside Terraces', 37.7198, -122.4538, 'Elevate Group Fitness - Ocean Avenue', 37.724877248546996, -122.46033666199529, 'Yoga Studio'), ('Ingleside Terraces', 37.7198, -122.4538, 'Cayuga Playground', 37.713969119742856, -122.44999978595052, 'Park'), ('Ingleside Terraces', 37.7198, -122.4538, 'Poke Bowl', 37.723753778970234, -122.45586155778452, 'Poke Place'), ('Ingleside Terraces', 37.7198, -122.4538, 'Joyful Kitchen', 37.725376798334565, -122.46272186158328, 'Chinese Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'The Fog Lifter Café', 37.725141, -122.462488, 'Café'), ('Ingleside Terraces', 37.7198, -122.4538, 'City College: Community Health & Wellness Center', 37.72399620613363, -122.44944512844086, 'College Gym'), ('Ingleside Terraces', 37.7198, -122.4538, 'Pho Ha Tien', 37.725319613903984, -122.46228561767212, 'Noodle House'), ('Ingleside Terraces', 37.7198, -122.4538, 'City College: Cafeteria', 37.724135984274916, -122.45095085528719, 'Breakfast Spot'), ('Ingleside Terraces', 37.7198, -122.4538, 'Patio Español', 37.71270312682379, -122.45188433378084, 'Spanish Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Waterfall Wellness', 37.72447915521258, -122.45897845484379, 'Pharmacy'), ('Ingleside Terraces', 37.7198, -122.4538, 'Wells Fargo Bank', 37.723349133682866, -122.45491951704025, 'Bank'), ('Ingleside Terraces', 37.7198, -122.4538, 'The Ave Bar', 37.72454281455243, -122.45935827448322, 'Bar'), ('Ingleside Terraces', 37.7198, -122.4538, "Randy's Place", 37.72346038992377, -122.45414926406804, 'Dive Bar'), ('Ingleside Terraces', 37.7198, -122.4538, 'Walgreens', 37.72487936551377, -122.45962185786993, 'Pharmacy'), ('Ingleside Terraces', 37.7198, -122.4538, 'Golden Coast Restaurant', 37.72455869884345, -122.45898784330393, 'Asian Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, '21 Taste House', 37.72348329809827, -122.45433644828445, 'Asian Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Lucky Ocean Cafe', 37.72427850937056, -122.45817215659676, 'Vietnamese Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Chase Bank', 37.724443, -122.460059, 'Bank'), ('Ingleside Terraces', 37.7198, -122.4538, 'Starbucks', 37.72511059416025, -122.46141706249325, 'Coffee Shop'), ('Ingleside Terraces', 37.7198, -122.4538, 'Taqueria El Jalapeño', 37.72425050639076, -122.45715022988013, 'Mexican Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Yama Sushi', 37.7219765, -122.4621312, 'Japanese Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'The Mayflower Restaurant', 37.724330094513626, -122.45788476438938, 'Diner'), ('Ingleside Terraces', 37.7198, -122.4538, 'The UPS Store', 37.7250413, -122.4604241, 'Shipping Store'), ('Ingleside Terraces', 37.7198, -122.4538, 'Quan Pho Viet', 37.723212, -122.453591, 'Vietnamese Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Crazy Pepper', 37.720831764837044, -122.44666285118367, 'Asian Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Java on Ocean Coffee House', 37.724799, -122.460119, 'Café'), ('Ingleside Terraces', 37.7198, -122.4538, 'Viking Giant Subs', 37.724097415779404, -122.45658228339505, 'Sandwich Place'), ('Ingleside Terraces', 37.7198, -122.4538, 'Sno-Crave Tea House', 37.72362168150489, -122.45490554163482, 'Bubble Tea Shop'), ('Ingleside Terraces', 37.7198, -122.4538, 'Hot Yoga', 37.72470764496848, -122.46000160207872, 'Yoga Studio'), ('Ingleside Terraces', 37.7198, -122.4538, 'Golden China Restaurant 永華(金華)飯店', 37.72474083047484, -122.45942859830683, 'Chinese Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, "Jojo's Cafe 茶餐廳", 37.724362493737296, -122.45892593406104, 'Asian Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'La Parilla', 37.72331619262695, -122.4547119140625, 'Mexican Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, '24 Hour Fitness', 37.725160444178066, -122.462257615343, 'Gym / Fitness Center'), ('Ingleside Terraces', 37.7198, -122.4538, 'St. Emydius- CYO Athletics', 37.72291928210586, -122.46142913105989, 'College Gym'), ('Ingleside Terraces', 37.7198, -122.4538, 'Target', 37.72511701118615, -122.46143608503341, 'Big Box Store'), ('Ingleside Terraces', 37.7198, -122.4538, "Sam's Market", 37.71638, -122.45048799999999, 'Grocery Store'), ('Ingleside Terraces', 37.7198, -122.4538, 'The Pierre Coste Dining Room', 37.72343542738514, -122.45076278159979, 'New American Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'eBay Shuttle', 37.71726056379488, -122.4484682489173, 'Moving Target'), ('Ingleside Terraces', 37.7198, -122.4538, 'Shell', 37.71774552064132, -122.4427950296315, 'Gas Station'), ('Ingleside Terraces', 37.7198, -122.4538, 'Balboa Park BART Station', 37.72252038428204, -122.44769417835742, 'Metro Station'), ('Ingleside Terraces', 37.7198, -122.4538, 'Beach Yard', 37.720689, -122.4467, 'Light Rail Station'), ('Ingleside Terraces', 37.7198, -122.4538, 'Indulgence Tea Bar', 37.724394, -122.458138, 'Bubble Tea Shop'), ('Ingleside Terraces', 37.7198, -122.4538, 'Café Express', 37.72079077934352, -122.44637824527527, 'Café'), ('Ingleside Terraces', 37.7198, -122.4538, "Nina Claire's Cafe", 37.72077547248485, -122.44628977859259, 'Burger Joint'), ('Ingleside Terraces', 37.7198, -122.4538, 'Geneva Station Cafe', 37.72071075439453, -122.44609832763672, 'Café'), ('Ingleside Terraces', 37.7198, -122.4538, 'The Lunchbox', 37.72568375429938, -122.44973992384415, 'American Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'Balboa Park Sweeney Field', 37.723267777854396, -122.44631915218191, 'Baseball Field'), ('Ingleside Terraces', 37.7198, -122.4538, 'A-1 Bakery', 37.724647999999995, -122.46080900000001, 'Bakery'), ('Ingleside Terraces', 37.7198, -122.4538, 'Family Market', 37.71322473994249, -122.45880477885848, 'Grocery Store'), ('Ingleside Terraces', 37.7198, -122.4538, 'Balboa Park Baseball Diamond 1', 37.72321231790906, -122.44503458932739, 'Baseball Field'), ('Ingleside Terraces', 37.7198, -122.4538, 'Balboa Skatepark', 37.723243119775304, -122.44473054104685, 'Skate Park'), ('Ingleside Terraces', 37.7198, -122.4538, 'Balboa Park Sundberg Field', 37.72472157279019, -122.44581426889306, 'Baseball Field'), ('Ingleside Terraces', 37.7198, -122.4538, 'Pacific Supermarket', 37.711912647927925, -122.45271700568682, 'Supermarket'), ('Ingleside Terraces', 37.7198, -122.4538, 'Cool Guys Market', 37.72033227534335, -122.46417353854675, 'Liquor Store'), ('Ingleside Terraces', 37.7198, -122.4538, 'Crepe & Curry', 37.711442224300484, -122.45565024501306, 'Thai Restaurant'), ('Ingleside Terraces', 37.7198, -122.4538, 'The Flying Fish', 37.71117643195968, -122.4561048894797, 'Coffee Shop')], [('Inner Sunset', 37.76145, -122.4676432, 'Arizmendi Bakery', 37.763460832314976, -122.4663110156837, 'Bakery'), ('Inner Sunset', 37.76145, -122.4676432, 'Snowbird Coffee', 37.763085, -122.466082, 'Coffee Shop'), ('Inner Sunset', 37.76145, -122.4676432, "Roxie's Market & Deli", 37.760436157782635, -122.46622160731326, 'Sandwich Place'), ('Inner Sunset', 37.76145, -122.4676432, 'New Eritrea Restaurant & Bar', 37.76393818133379, -122.46766258023246, 'Ethiopian Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Ebisu', 37.76435429827475, -122.46635766882568, 'Sushi Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Manna', 37.7639546476362, -122.46724520885711, 'Korean Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Irving Subs', 37.76396452784231, -122.46947119310101, 'Sandwich Place'), ('Inner Sunset', 37.76145, -122.4676432, 'Holy Gelato', 37.76237611735205, -122.46620576309617, 'Ice Cream Shop'), ('Inner Sunset', 37.76145, -122.4676432, 'On The Run', 37.76379338134096, -122.46621560836573, 'Shoe Store'), ('Inner Sunset', 37.76145, -122.4676432, 'Burn Group Fitness', 37.76406432704202, -122.46487827176311, 'Gym'), ('Inner Sunset', 37.76145, -122.4676432, 'Inner Sunset Farmers Market', 37.76365249574045, -122.46623903890024, 'Farmers Market'), ('Inner Sunset', 37.76145, -122.4676432, 'Yummy Yummy', 37.76389194844009, -122.46871700669196, 'Vietnamese Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'San Tung Chinese Restaurant 山東小館 (San Tung Chinese Restaurant)', 37.763858689140754, -122.4690140955825, 'Chinese Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Easy Breezy', 37.76425, -122.46553, 'Frozen Yogurt Shop'), ('Inner Sunset', 37.76145, -122.4676432, 'Enjoy Vegetarian Restaurant', 37.76027318870817, -122.4691326820007, 'Vegetarian / Vegan Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Green Apple Books & Le Video', 37.765430715304, -122.46651956114654, 'Bookstore'), ('Inner Sunset', 37.76145, -122.4676432, "Eddy's Food Store", 37.76390063082973, -122.46832649477108, 'Liquor Store'), ('Inner Sunset', 37.76145, -122.4676432, 'Tartine', 37.765425, -122.466298, 'Bakery'), ('Inner Sunset', 37.76145, -122.4676432, 'Little Lodge', 37.763675, -122.46936699999999, 'Art Gallery'), ('Inner Sunset', 37.76145, -122.4676432, 'Sunset Gym', 37.76509277757201, -122.46663512450054, 'Gym'), ('Inner Sunset', 37.76145, -122.4676432, 'The Game Parlour', 37.763895134321565, -122.47252246978377, 'Toy / Game Store'), ('Inner Sunset', 37.76145, -122.4676432, "San Francisco's Hometown Creamery", 37.76432033792552, -122.46628697943785, 'Ice Cream Shop'), ('Inner Sunset', 37.76145, -122.4676432, "Jun's Beauty Salon", 37.762766028126286, -122.46413396561253, 'Cosmetics Shop'), ('Inner Sunset', 37.76145, -122.4676432, 'Garden for the Environment', 37.75901464446933, -122.46361676336126, 'Garden'), ('Inner Sunset', 37.76145, -122.4676432, 'Nabe', 37.76363430255683, -122.46629147787104, 'Nabe Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Lavash', 37.76410108238398, -122.4635154314012, 'Middle Eastern Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Hidden Garden Mosaic Steps', 37.759606171811136, -122.47362792491913, 'Public Art'), ('Inner Sunset', 37.76145, -122.4676432, "Pluto's", 37.763955, -122.464814, 'Salad Place'), ('Inner Sunset', 37.76145, -122.4676432, 'Bussaba', 37.764336, -122.463711, 'Thai Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Peasant Pies', 37.763887530463634, -122.46908316126606, 'Bakery'), ('Inner Sunset', 37.76145, -122.4676432, 'Hollow', 37.76372413549293, -122.47348784366048, 'Coffee Shop'), ('Inner Sunset', 37.76145, -122.4676432, 'Nopalito', 37.76543949054888, -122.46629476547241, 'Mexican Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Marnee Thai', 37.76520868151137, -122.4664750220258, 'Thai Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Pacific Catch', 37.76575706522955, -122.46632217005906, 'Seafood Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Koo', 37.76427760419351, -122.46243910760548, 'Sushi Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'The Yellow Submarine', 37.76414895041887, -122.4632952876881, 'Sandwich Place'), ('Inner Sunset', 37.76145, -122.4676432, "Jenny's Burger", 37.76531580025959, -122.46644466623759, 'Burger Joint'), ('Inner Sunset', 37.76145, -122.4676432, "Patxi's Pizza", 37.76407016725625, -122.46677483872736, 'Pizza Place'), ('Inner Sunset', 37.76145, -122.4676432, 'The Little Shamrock', 37.76592414269041, -122.46658230010289, 'Irish Pub'), ('Inner Sunset', 37.76145, -122.4676432, 'Grand View Park', 37.75622217993351, -122.47179519468301, 'Park'), ('Inner Sunset', 37.76145, -122.4676432, 'San Francisco Botanical Garden', 37.767360504629515, -122.46963948011398, 'Botanical Garden'), ('Inner Sunset', 37.76145, -122.4676432, 'um.ma', 37.765526, -122.466124, 'Korean Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, "Yumma's Mediterranean Grill", 37.76407856225722, -122.46559609336906, 'Falafel Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Izakaya Sozai', 37.76375789663464, -122.47406176406999, 'Japanese Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Great Meadow', 37.767333, -122.468154, 'Field'), ('Inner Sunset', 37.76145, -122.4676432, 'Sriracha Thai Cuisine', 37.763639873860534, -122.46635424183438, 'Thai Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Lime Tree Southeast Asian Kitchen', 37.76423729392707, -122.46276895397483, 'Asian Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Sip Tea Room', 37.76573, -122.46591799999999, 'Tea Room'), ('Inner Sunset', 37.76145, -122.4676432, 'Golden Gate Heights Mosaic Stairway', 37.756222, -122.473625, 'Scenic Lookout'), ('Inner Sunset', 37.76145, -122.4676432, 'Perilla', 37.764084177398566, -122.46709129264806, 'Vietnamese Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'You See Sushi', 37.76239742485084, -122.46270403543832, 'Sushi Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, "Andronico's", 37.7641474, -122.4711468, 'Grocery Store'), ('Inner Sunset', 37.76145, -122.4676432, 'Wishbone', 37.7640103788258, -122.46429572936263, 'Gift Shop'), ('Inner Sunset', 37.76145, -122.4676432, 'Park Gyros', 37.765789865650525, -122.46643062355781, 'Mediterranean Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Lale', 37.76391947955, -122.46581824166994, 'Mediterranean Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, "Adam's Grub Truck", 37.76716317881941, -122.46643060712651, 'Food Truck'), ('Inner Sunset', 37.76145, -122.4676432, 'Queens', 37.765277000000005, -122.466747, 'Deli / Bodega'), ('Inner Sunset', 37.76145, -122.4676432, 'Yo También Cantina', 37.765181000571175, -122.46020764986604, 'Breakfast Spot'), ('Inner Sunset', 37.76145, -122.4676432, 'Poke Origin', 37.76414900517645, -122.46562345726178, 'Poke Place'), ('Inner Sunset', 37.76145, -122.4676432, 'San Franpsycho', 37.7650862383105, -122.46636635405271, 'Clothing Store'), ('Inner Sunset', 37.76145, -122.4676432, 'Yummy Dumpling', 37.76361231516403, -122.47640041394051, 'Dumpling Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Little Sweet', 37.764936, -122.466646, 'Bubble Tea Shop'), ('Inner Sunset', 37.76145, -122.4676432, 'Shakespeare Garden', 37.76895283057378, -122.46722012758255, 'Garden'), ('Inner Sunset', 37.76145, -122.4676432, 'California Academy of Sciences', 37.76984148396754, -122.46634872851524, 'Science Museum'), ('Inner Sunset', 37.76145, -122.4676432, 'King of Noodles', 37.763596790662405, -122.47576638086049, 'Chinese Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Mount Sutro Open Space Reserve', 37.75887458901422, -122.45726108551025, 'Park'), ('Inner Sunset', 37.76145, -122.4676432, 'Succulent Garden, Golden Gate Park', 37.76693095503209, -122.47246999886308, 'Park'), ('Inner Sunset', 37.76145, -122.4676432, 'Huntington Falls', 37.768829615754555, -122.47371639675822, 'Waterfall'), ('Inner Sunset', 37.76145, -122.4676432, 'Moon Viewing Garden', 37.767757502422775, -122.47166472658742, 'Garden'), ('Inner Sunset', 37.76145, -122.4676432, "The Taco Shop at Underdog's", 37.76361351739218, -122.47756614573072, 'Taco Place'), ('Inner Sunset', 37.76145, -122.4676432, 'B&B', 37.763692445146404, -122.47558776550486, 'Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Morrison Planetarium', 37.77003540588684, -122.46598891417908, 'Planetarium'), ('Inner Sunset', 37.76145, -122.4676432, 'Relax Feet Massage', 37.763889153839585, -122.46987220280619, 'Massage Studio'), ('Inner Sunset', 37.76145, -122.4676432, 'Steinhart Aquarium', 37.76987563782776, -122.4662249171231, 'Aquarium'), ('Inner Sunset', 37.76145, -122.4676432, 'Mount Sutro Summit', 37.758225289054195, -122.45711848864407, 'Mountain'), ('Inner Sunset', 37.76145, -122.4676432, 'iPOT', 37.76389410253733, -122.47322399443968, 'Hotpot Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Lucca Foods Deli & Wine Shop', 37.763563584516, -122.47797762092773, 'Deli / Bodega'), ('Inner Sunset', 37.76145, -122.4676432, 'Ladle & Leaf', 37.76267025882376, -122.45896697044373, 'Salad Place'), ('Inner Sunset', 37.76145, -122.4676432, 'Szechuan Cuisine', 37.763617780041955, -122.47862287647139, 'Szechuan Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Phở Phú Quốc Vietnamese', 37.76362842096598, -122.47747952912663, 'Vietnamese Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, "Phở Huỹnh Hiệp 2 - Kevin & Chris's Noodle House", 37.76342979551841, -122.47776885111764, 'Vietnamese Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Pineapple King Bakery', 37.763550977787865, -122.47844673356455, 'Bakery'), ('Inner Sunset', 37.76145, -122.4676432, 'Spreckels Temple of Music', 37.76983697012172, -122.46859341859818, 'Music Venue'), ('Inner Sunset', 37.76145, -122.4676432, 'Twirl And Dip', 37.7702948041734, -122.46926648698451, 'Food Truck'), ('Inner Sunset', 37.76145, -122.4676432, "Golden Gate Park Mother's Playground", 37.766848499143336, -122.47620384137771, 'Playground'), ('Inner Sunset', 37.76145, -122.4676432, "Peet's Coffee & Tea", 37.763972, -122.470781, 'Coffee Shop'), ('Inner Sunset', 37.76145, -122.4676432, 'Redwood Grove', 37.76670000639471, -122.47183151128645, 'Garden'), ('Inner Sunset', 37.76145, -122.4676432, 'Golden Gate Park Chinese Pavilion', 37.7684786779139, -122.47337367752381, 'Monument / Landmark'), ('Inner Sunset', 37.76145, -122.4676432, 'Millberry Fitness & Recreation Center', 37.763753960087065, -122.45840968501544, 'College Gym'), ('Inner Sunset', 37.76145, -122.4676432, 'Penguin Tank', 37.77016533441983, -122.46578269285239, 'Exhibit'), ('Inner Sunset', 37.76145, -122.4676432, 'Big Rec Ballfields', 37.767390188782336, -122.46457815170287, 'Baseball Field'), ('Inner Sunset', 37.76145, -122.4676432, 'Fountain Plaza', 37.767677, -122.469261, 'Plaza'), ('Inner Sunset', 37.76145, -122.4676432, 'The Living Roof', 37.769801627279755, -122.46648467196364, 'Science Museum'), ('Inner Sunset', 37.76145, -122.4676432, 'Handy Deli', 37.76355088332984, -122.47751330345154, 'Deli / Bodega'), ('Inner Sunset', 37.76145, -122.4676432, 'Garden Of Fragrance', 37.76812239505335, -122.46857264801987, 'Garden'), ('Inner Sunset', 37.76145, -122.4676432, 'Osher Rainforest', 37.76975535445304, -122.46643685410592, 'Science Museum'), ('Inner Sunset', 37.76145, -122.4676432, 'Philippine Coral Reef Exhibit', 37.76986178454143, -122.46606615349585, 'Exhibit'), ('Inner Sunset', 37.76145, -122.4676432, "Let's Roll Ice Cream", 37.763969887193646, -122.47057240436304, 'Ice Cream Shop'), ('Inner Sunset', 37.76145, -122.4676432, 'Golden Crab House', 37.76361791115857, -122.47770675577563, 'Vietnamese Restaurant'), ('Inner Sunset', 37.76145, -122.4676432, 'Goemon Sushi', 37.763987778411014, -122.47441434923621, 'Sushi Restaurant')], [('Irish Hill', 37.7589682, -122.3860326, 'Neighbor Bakehouse', 37.759746, -122.38823, 'Bakery'), ('Irish Hill', 37.7589682, -122.3860326, 'Mr. & Mrs. Miscellaneous', 37.757847, -122.38811, 'Ice Cream Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'Long Bridge Pizza Co.', 37.759458689340335, -122.3883352167837, 'Pizza Place'), ('Irish Hill', 37.7589682, -122.3860326, 'La Fromagerie', 37.75890256641985, -122.38833609632663, 'Cheese Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'Ungrafted', 37.75900846957023, -122.38826235774829, 'Wine Bar'), ('Irish Hill', 37.7589682, -122.3860326, 'Dogpatch Boulders', 37.75662467116606, -122.38796989985903, 'Climbing Gym'), ('Irish Hill', 37.7589682, -122.3860326, '3rd St. Boxing Gym', 37.75692731040069, -122.38842985286455, 'Gym / Fitness Center'), ('Irish Hill', 37.7589682, -122.3860326, 'Dogpatch Saloon', 37.757963, -122.388534, 'Cocktail Bar'), ('Irish Hill', 37.7589682, -122.3860326, 'Hard Knox Cafe', 37.757563568832296, -122.3883131891363, 'Southern / Soul Food Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Magnolia Brewing Company', 37.75776341753505, -122.38821566104889, 'Brewery'), ('Irish Hill', 37.7589682, -122.3860326, "Marcella's Lasagneria & Cucina", 37.7579958294458, -122.38923528445224, 'Italian Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Just For You', 37.75796434145424, -122.38890901638307, 'Breakfast Spot'), ('Irish Hill', 37.7589682, -122.3860326, 'Yield Wine Bar', 37.758187889516016, -122.3884524026121, 'Wine Bar'), ('Irish Hill', 37.7589682, -122.3860326, 'Orange Photography', 37.75692913029458, -122.38758909688724, 'Art Gallery'), ('Irish Hill', 37.7589682, -122.3860326, 'Third Rail', 37.76056153639689, -122.3882637052532, 'Cocktail Bar'), ('Irish Hill', 37.7589682, -122.3860326, 'Piccino Cafe', 37.75773795347156, -122.39014525841264, 'Café'), ('Irish Hill', 37.7589682, -122.3860326, "Jolt 'n Bolt", 37.76006558174156, -122.38795911427755, 'Bakery'), ('Irish Hill', 37.7589682, -122.3860326, 'Wooly Pig', 37.760605994540654, -122.38844480831085, 'Sandwich Place'), ('Irish Hill', 37.7589682, -122.3860326, 'Sea Star', 37.76067781036566, -122.38846400647043, 'Bar'), ('Irish Hill', 37.7589682, -122.3860326, 'Museum of Craft and Design', 37.75695734486018, -122.38801242566586, 'Art Museum'), ('Irish Hill', 37.7589682, -122.3860326, 'Urban Air Market', 37.758399586454864, -122.38449811935425, 'Market'), ('Irish Hill', 37.7589682, -122.3860326, 'Triple Aught Design', 37.75811342201933, -122.38816570407172, 'Sporting Goods Shop'), ('Irish Hill', 37.7589682, -122.3860326, "Dutchman's Flat MCD", 37.75731570381006, -122.38852000287038, 'Marijuana Dispensary'), ('Irish Hill', 37.7589682, -122.3860326, 'The Workshop Residence', 37.757718289063035, -122.38982010931367, 'Design Studio'), ('Irish Hill', 37.7589682, -122.3860326, 'Spicer on 3rd', 37.759740171669534, -122.3883609875128, 'Gift Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'Minnesota Street Projects Gallery', 37.75424739872958, -122.38954229812218, 'Art Gallery'), ('Irish Hill', 37.7589682, -122.3860326, 'Giggling Lotus Yoga', 37.760161161236695, -122.38821073301162, 'Yoga Studio'), ('Irish Hill', 37.7589682, -122.3860326, "Reno's Liquor Store", 37.7580057494367, -122.38880516274986, 'Liquor Store'), ('Irish Hill', 37.7589682, -122.3860326, 'Triple Voodoo Brewery & Tap Room', 37.76118132394472, -122.3885425043825, 'Brewery'), ('Irish Hill', 37.7589682, -122.3860326, 'DogPileDogs Daycare and Boarding', 37.75460960457039, -122.38713712465878, 'Dog Run'), ('Irish Hill', 37.7589682, -122.3860326, 'School Night', 37.761625845682836, -122.38902250124985, 'Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Philz Coffee', 37.75432499172852, -122.39014539628897, 'Coffee Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'Esprit Park', 37.760952689349466, -122.39099979400635, 'Dog Run'), ('Irish Hill', 37.7589682, -122.3860326, 'Noon All Day', 37.76166712267446, -122.3916928068098, 'Café'), ('Irish Hill', 37.7589682, -122.3860326, 'Little Nib', 37.75785796926337, -122.38961558193017, 'Dessert Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'Dogpatch WineWorks', 37.75843057680403, -122.38815384539036, 'Winery'), ('Irish Hill', 37.7589682, -122.3860326, 'Dogpatch Dance and Yoga', 37.755391846429475, -122.38482575587673, 'Dance Studio'), ('Irish Hill', 37.7589682, -122.3860326, 'Rickshaw Bagworks', 37.757907844137264, -122.3905394413055, 'Accessories Store'), ('Irish Hill', 37.7589682, -122.3860326, 'El Niño Training Center', 37.752110770518755, -122.38797830193757, 'Gym / Fitness Center'), ('Irish Hill', 37.7589682, -122.3860326, 'Moshi Moshi', 37.76313321321525, -122.3888880232023, 'Sushi Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Poco Dolce', 37.758943636824014, -122.38823955598652, 'Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Mission Rock Resort', 37.76548318059236, -122.38662441146899, 'Seafood Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Moonraker', 37.75976493971183, -122.39144819874436, 'Food Truck'), ('Irish Hill', 37.7589682, -122.3860326, 'La Stazione Coffee & Wine Bar', 37.757598831572736, -122.3929845143002, 'Coffee Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'Piccino Coffee Bar', 37.75783701188741, -122.3899851549758, 'Coffee Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'McEvoy Foundation for the Arts', 37.753309, -122.390156, 'Art Gallery'), ('Irish Hill', 37.7589682, -122.3860326, 'The Ramp', 37.76413795920232, -122.38689273513181, 'Bar'), ('Irish Hill', 37.7589682, -122.3860326, 'Besharam', 37.75421505426467, -122.38971859386444, 'Indian Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Agua Vista Park', 37.76614132377395, -122.38613426685333, 'Park'), ('Irish Hill', 37.7589682, -122.3860326, 'Harmonic Brewing', 37.75155312060874, -122.39007008916786, 'Brewery'), ('Irish Hill', 37.7589682, -122.3860326, 'Plow', 37.762516, -122.395467, 'Breakfast Spot'), ('Irish Hill', 37.7589682, -122.3860326, 'Pawtrero Hill Bathhouse and Feed Company', 37.76414, -122.3945, 'Pet Store'), ('Irish Hill', 37.7589682, -122.3860326, 'Happy Cow Creamery & Tea', 37.760794, -122.388374, 'Bubble Tea Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'Little Boxes Theater', 37.75051435502715, -122.38816695959004, 'Theater'), ('Irish Hill', 37.7589682, -122.3860326, 'Chase Center', 37.767864, -122.387463, 'Basketball Stadium'), ('Irish Hill', 37.7589682, -122.3860326, 'Good Life Grocery', 37.760060051464905, -122.3967928465983, 'Grocery Store'), ('Irish Hill', 37.7589682, -122.3860326, 'Dig Wines', 37.75767869117963, -122.39009995926449, 'Wine Bar'), ('Irish Hill', 37.7589682, -122.3860326, "Farley's", 37.76259564856046, -122.39598420298891, 'Coffee Shop'), ('Irish Hill', 37.7589682, -122.3860326, "Hazel's Kitchen", 37.76263307432804, -122.3960580418227, 'Sandwich Place'), ('Irish Hill', 37.7589682, -122.3860326, "Gilberth's Latin Fusion Restaurant", 37.7587985, -122.3881224, 'Latin American Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Parker Cafe', 37.76255545289218, -122.3964199549176, 'Café'), ('Irish Hill', 37.7589682, -122.3860326, 'SF Kebab Mediterranean Grill', 37.76704350992328, -122.38995669980444, 'Mediterranean Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Dumpling Time', 37.767284, -122.388738, 'Dumpling Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'STEM Kitchen & Garden', 37.766240814693575, -122.38833667304378, 'New American Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Intelligentsia Roasting Works', 37.76374367372196, -122.39522652677441, 'Office'), ('Irish Hill', 37.7589682, -122.3860326, 'Quince Spa', 37.75830407010859, -122.39524267815939, 'Cosmetics Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'The Sandwich Shop', 37.763608, -122.388656, 'Sandwich Place'), ('Irish Hill', 37.7589682, -122.3860326, 'Industrious Life', 37.75812194277631, -122.38931402651298, 'Gift Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'Modern Nail Bar', 37.75784681341064, -122.38962436921706, 'Spa'), ('Irish Hill', 37.7589682, -122.3860326, 'Progress Park', 37.75386146181895, -122.39116072654724, 'Park'), ('Irish Hill', 37.7589682, -122.3860326, 'Dogpatch Playground', 37.75765485354902, -122.39070941410944, 'Playground'), ('Irish Hill', 37.7589682, -122.3860326, 'Mariposa Park', 37.764447159094544, -122.39168643951416, 'Park'), ('Irish Hill', 37.7589682, -122.3860326, 'The ARCH Art PopUp', 37.75948897224367, -122.38830810578317, 'Arts & Crafts Store'), ('Irish Hill', 37.7589682, -122.3860326, 'Umi', 37.76266977755346, -122.39613356794092, 'Sushi Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Penske Truck Rental', 37.7507291452084, -122.38307386636728, 'Rental Service'), ('Irish Hill', 37.7589682, -122.3860326, 'Mariposa Cafeteria', 37.751690283641416, -122.3884076342015, 'Asian Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'The Plant Cafe', 37.75987525578052, -122.38834620743019, 'Café'), ('Irish Hill', 37.7589682, -122.3860326, 'Walgreens @ UCSF', 37.767035, -122.390727, 'Pharmacy'), ('Irish Hill', 37.7589682, -122.3860326, 'Shorenstein Family Café', 37.765346542255514, -122.38936272698245, 'Café'), ('Irish Hill', 37.7589682, -122.3860326, 'Daily Driver', 37.75735888864569, -122.38814281673687, 'Bagel Shop'), ('Irish Hill', 37.7589682, -122.3860326, "Ganim's Market", 37.762707533748326, -122.39442992073064, 'Burger Joint'), ('Irish Hill', 37.7589682, -122.3860326, 'Shell', 37.75318755246219, -122.38818411430913, 'Gas Station'), ('Irish Hill', 37.7589682, -122.3860326, "My Gym Children's Fitness Center", 37.75946539877659, -122.39017528940755, 'Gym / Fitness Center'), ('Irish Hill', 37.7589682, -122.3860326, "Bloom's Saloon", 37.76268114888697, -122.39595452691643, 'Bar'), ('Irish Hill', 37.7589682, -122.3860326, 'Health System Pharmacy', 37.7671336, -122.3907074, 'Pharmacy'), ('Irish Hill', 37.7589682, -122.3860326, 'Toxic Beach', 37.754333609884796, -122.38307201318975, 'Beach'), ('Irish Hill', 37.7589682, -122.3860326, 'MUNI LRV Barn', 37.752919748608996, -122.38530190257615, 'Bus Station'), ('Irish Hill', 37.7589682, -122.3860326, 'Nomi Day Spa', 37.75426483154297, -122.39106750488281, 'Spa'), ('Irish Hill', 37.7589682, -122.3860326, 'Lost Campers', 37.752423248585494, -122.38746605981342, 'Rental Car Location'), ('Irish Hill', 37.7589682, -122.3860326, 'Warm Water Cove Park', 37.754363215506096, -122.38336199175986, 'Park'), ('Irish Hill', 37.7589682, -122.3860326, 'ShopFloor', 37.75188064575195, -122.38993072509766, 'Furniture / Home Store'), ('Irish Hill', 37.7589682, -122.3860326, 'Ashbury Images', 37.750904, -122.38813300000001, 'Print Shop'), ('Irish Hill', 37.7589682, -122.3860326, 'Dogpatch Soccer Field', 37.75075912475586, -122.3844223022461, 'Soccer Field'), ('Irish Hill', 37.7589682, -122.3860326, 'Budget Truck Rental', 37.751497, -122.3909, 'Rental Car Location'), ('Irish Hill', 37.7589682, -122.3860326, 'Paper Lantern', 37.767529, -122.387867, 'Asian Restaurant'), ('Irish Hill', 37.7589682, -122.3860326, 'Reliable Parts', 37.75013, -122.38594, 'Warehouse Store')], [('Islais Creek', 37.743399, -122.4459176, 'Glen Canyon South Rim Cliff Trail', 37.74235857416748, -122.44142309316946, 'Trail'), ('Islais Creek', 37.743399, -122.4459176, 'Portola Nail Salon', 37.74521645654864, -122.45194857468125, 'Cosmetics Shop'), ('Islais Creek', 37.743399, -122.4459176, 'Upper Douglass Dog Park', 37.746493425483024, -122.43876370467108, 'Dog Run'), ('Islais Creek', 37.743399, -122.4459176, 'Glen Canyon Park', 37.73736184098628, -122.44080469835735, 'Park'), ('Islais Creek', 37.743399, -122.4459176, 'Harbor Villa Restaurant', 37.74375508537187, -122.43940386304837, 'Dim Sum Restaurant'), ('Islais Creek', 37.743399, -122.4459176, "Mollie Stone's Tower Market", 37.744825, -122.452318, 'Grocery Store'), ('Islais Creek', 37.743399, -122.4459176, "Pop's Sandwich Shop", 37.744046420732055, -122.45370383946927, 'Sandwich Place'), ('Islais Creek', 37.743399, -122.4459176, 'Mount Davidson Park', 37.738853979980995, -122.45455741882324, 'Park'), ('Islais Creek', 37.743399, -122.4459176, 'Twin Peaks Summit (South/Noe Peak)', 37.751579570617366, -122.44768023490906, 'Scenic Lookout'), ('Islais Creek', 37.743399, -122.4459176, 'Douglass Playground', 37.748106337060236, -122.43835949015242, 'Playground'), ('Islais Creek', 37.743399, -122.4459176, 'CVS pharmacy', 37.74432407790461, -122.45335657165441, 'Pharmacy'), ('Islais Creek', 37.743399, -122.4459176, 'Christopher Playground', 37.7434956556863, -122.44007704018055, 'Playground'), ('Islais Creek', 37.743399, -122.4459176, 'Glen Canyon Park Playground', 37.73673244426117, -122.44065008051842, 'Playground'), ('Islais Creek', 37.743399, -122.4459176, 'Great Clips', 37.743857, -122.4399895, 'Salon / Barbershop'), ('Islais Creek', 37.743399, -122.4459176, 'Twin Peaks Stairs', 37.7519888741256, -122.44677633047105, 'Trail'), ('Islais Creek', 37.743399, -122.4459176, 'Mt. Davidson Cross', 37.73834821373442, -122.45466802563172, 'Monument / Landmark'), ('Islais Creek', 37.743399, -122.4459176, 'Blue Iguana', 37.73473150653976, -122.44881657880255, 'Food Truck'), ('Islais Creek', 37.743399, -122.4459176, 'Miraloma Club', 37.743906019837034, -122.45366175740402, 'Dive Bar'), ('Islais Creek', 37.743399, -122.4459176, 'Walgreens', 37.7438199, -122.4395702, 'Pharmacy'), ('Islais Creek', 37.743399, -122.4459176, 'Starbucks', 37.74474068, -122.4526744, 'Coffee Shop'), ('Islais Creek', 37.743399, -122.4459176, 'Tower Burger', 37.744047664461206, -122.45356851613319, 'Burger Joint'), ('Islais Creek', 37.743399, -122.4459176, "Creighton's", 37.74482271661696, -122.45273030957381, 'Café'), ('Islais Creek', 37.743399, -122.4459176, 'Diamond Heights Shopping Center', 37.74375507698269, -122.43930620412395, 'Shopping Mall'), ('Islais Creek', 37.743399, -122.4459176, 'Safeway', 37.74357069982952, -122.43900636387798, 'Grocery Store'), ('Islais Creek', 37.743399, -122.4459176, 'Starbucks', 37.74376288546045, -122.43879816437564, 'Coffee Shop'), ('Islais Creek', 37.743399, -122.4459176, 'Athletic Field (School of thr arts)', 37.743684127946, -122.44821944114703, 'Athletics & Sports'), ('Islais Creek', 37.743399, -122.4459176, 'Portola Open Space', 37.74703254413712, -122.44419336318968, 'Park'), ('Islais Creek', 37.743399, -122.4459176, 'MUNI Bus Stop - Portola & Clipper', 37.747190452300785, -122.44428059167389, 'Bus Station'), ('Islais Creek', 37.743399, -122.4459176, 'Round Table Pizza', 37.74405432643203, -122.45371893064858, 'Pizza Place'), ('Islais Creek', 37.743399, -122.4459176, 'Taqueria Miraloma', 37.74385634293913, -122.45379552979863, 'Burrito Place'), ('Islais Creek', 37.743399, -122.4459176, 'Miraloma Playground', 37.738797913821, -122.44913173341463, 'Playground'), ('Islais Creek', 37.743399, -122.4459176, 'Glen Canyon View', 37.74813124238725, -122.44942477106257, 'Scenic Lookout'), ('Islais Creek', 37.743399, -122.4459176, 'Muni bus stop - Woodside / Portola', 37.745635986328125, -122.452392578125, 'Bus Stop'), ('Islais Creek', 37.743399, -122.4459176, 'Miraloma Liquors', 37.74454620626463, -122.45307459753346, 'Liquor Store'), ('Islais Creek', 37.743399, -122.4459176, 'SF MUNI - 36 Teresita', 37.73765320555903, -122.44897692074126, 'Bus Line'), ('Islais Creek', 37.743399, -122.4459176, 'Laguna Honda Community Trail System', 37.747833, -122.45366, 'Trail'), ('Islais Creek', 37.743399, -122.4459176, 'Los Palmos mini-park', 37.7360782588068, -122.44850258046407, 'Park'), ('Islais Creek', 37.743399, -122.4459176, 'Glen Park Tennis Courts', 37.73643067402232, -122.44018392248626, 'Tennis Court'), ('Islais Creek', 37.743399, -122.4459176, 'Glen Park Recreation Center', 37.73629291990088, -122.44025175095015, 'Park'), ('Islais Creek', 37.743399, -122.4459176, 'Top Of Detroit Hill', 37.734509147385275, -122.44416881257379, 'Mountain')], [('Jackson Square', 43.2581281, -79.87159976771215, "Hamilton Farmer's Market", 43.25914086658447, -79.86987067266338, 'Farmers Market'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Art Gallery of Hamilton', 43.25756212507359, -79.87234011948976, 'Art Gallery'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Mule', 43.25725921804624, -79.86743632284953, 'Taco Place'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Nations Fresh Foods', 43.25879382816006, -79.87370435598505, 'Grocery Store'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Sagarmatha Curry Palace Resturant', 43.257126134849806, -79.86724029196932, 'Indian Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'MERIT Brewing', 43.25944178751987, -79.86786793752346, 'Brewery'), ('Jackson Square', 43.2581281, -79.87159976771215, 'James Street North Supercrawl', 43.25905199503085, -79.86763405562755, 'Performing Arts Venue'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Homewood Suites by Hilton', 43.25713208981847, -79.87473964691844, 'Hotel'), ('Jackson Square', 43.2581281, -79.87159976771215, 'HAMBRGR', 43.2571424007109, -79.86696812013113, 'Burger Joint'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Chocolat On James', 43.260113, -79.867565, 'Dessert Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Burrito Boyz', 43.255830942056214, -79.86714554026773, 'Burrito Place'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Saint James Espresso Bar & Eatery', 43.26096316450847, -79.86713489055043, 'Coffee Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Works Gourmet Burger Bistro', 43.257292, -79.869127, 'Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Fsh & Chp', 43.257263, -79.866935, 'Fish & Chips Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Cheapies', 43.25594005666795, -79.86711817686698, 'Record Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Mulberry Street Coffeehouse', 43.26172807766082, -79.867038447438, 'Café'), ('Jackson Square', 43.2581281, -79.87159976771215, "Lulu's Shawarma", 43.2567799152221, -79.86599332174004, 'Middle Eastern Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'August 8', 43.259132559012315, -79.86690939209367, 'Sushi Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Red Hill Coffee Trade', 43.25914839783151, -79.87024169347958, 'Café'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Burnt Tongue', 43.26064838710425, -79.86691656282876, 'Soup Place'), ('Jackson Square', 43.2581281, -79.87159976771215, 'ViSo Hess Village', 43.25876912256718, -79.8774119552403, 'Café'), ('Jackson Square', 43.2581281, -79.87159976771215, 'La Luna', 43.25940163049212, -79.87853969138699, 'Mediterranean Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Ark + Anchor', 43.259362, -79.878163, 'Coffee Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Whitehern Historic House and Garden', 43.254318963356084, -79.87207207272405, 'Historic Site'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Hess Village', 43.25847146620776, -79.87753629684448, 'Neighborhood'), ('Jackson Square', 43.2581281, -79.87159976771215, 'One Duke Restaurant and Lounge', 43.25181190550111, -79.87185174431201, 'Seafood Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'the green smoothie bar', 43.2625373813317, -79.86641155708845, 'Juice Bar'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Winking Judge', 43.25207332844722, -79.86999925900945, 'Pub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Subway', 43.26028165267516, -79.87238786832165, 'Sandwich Place'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Phó Dâu Bò', 43.26076867763027, -79.86673600935774, 'Vietnamese Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Ben Thanh', 43.25975904708693, -79.86773707969658, 'Vietnamese Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Gore Park', 43.2562642408295, -79.86879892948018, 'Park'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Coop', 43.259174, -79.87748, 'Fried Chicken Joint'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Ship', 43.252095276565434, -79.8700565433844, 'Pub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Charred', 43.262828452199734, -79.86632596747107, 'Portuguese Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Hamilton Place', 43.256144204199764, -79.87152943506365, 'Concert Hall'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The French', 43.25727499511374, -79.86753638050563, 'American Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Baltimore House', 43.25712790039057, -79.86709186832518, 'Pub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Gameopolis', 43.25462304033036, -79.86253176156407, 'General Entertainment'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Greek Palace', 43.256662997561605, -79.86615214308955, 'Greek Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Pho NV', 43.26140589099691, -79.86989816251265, 'Vietnamese Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Gown and Gavel', 43.258400241712486, -79.87771090579164, 'Bar'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Two Black Sheep', 43.251760338549396, -79.86826220662536, 'Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The George Hamilton', 43.25832446042342, -79.87364857728683, 'Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'GoodLife Fitness Hamilton Jackson Square', 43.257368, -79.870082, 'Gym'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Sapporo Sushi', 43.254391681682684, -79.86631036986665, 'Sushi Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, "Bastoni's Shawarma & Grill", 43.25854889296328, -79.87629594607807, 'Middle Eastern Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Brain', 43.261809962465875, -79.8669483315861, 'Bar'), ('Jackson Square', 43.2581281, -79.87159976771215, 'White Elephant', 43.260216071432154, -79.86759047775666, 'Thrift / Vintage Store'), ('Jackson Square', 43.2581281, -79.87159976771215, "Smoke's Poutinerie", 43.2584154190178, -79.8786560136903, 'Poutine Place'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Ajio Sushi', 43.25516831995939, -79.86425838657179, 'Sushi Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Vida La Pita Shawarma & Grill', 43.258588, -79.875918, 'Middle Eastern Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Red Crow Coffee', 43.25006061569202, -79.87191456514984, 'Café'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Casbah', 43.259607419680044, -79.87842744997522, 'Lounge'), ('Jackson Square', 43.2581281, -79.87159976771215, "This Ain't Hollywood", 43.26504618686373, -79.86559827229735, 'Bar'), ('Jackson Square', 43.2581281, -79.87159976771215, 'The Pheasant Plucker', 43.25196982247918, -79.87024780458734, 'Pub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'CoCo Fresh Tea & Juice', 43.254564639093545, -79.86605188120161, 'Bubble Tea Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Black Forest Inn European Cuisine', 43.254392494880676, -79.86162192644873, 'German Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Saltlick Smokehouse', 43.26353803327721, -79.86612606696886, 'BBQ Joint'), ('Jackson Square', 43.2581281, -79.87159976771215, "Nabil's Grill", 43.259334, -79.867149, 'Middle Eastern Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Radius', 43.252262236741025, -79.87083379109811, 'Fast Food Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, "Denninger's Food of the World", 43.25394897304746, -79.86078273640798, 'Deli / Bodega'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Starbucks', 43.260492, -79.874056, 'Coffee Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Nique', 43.260012965669475, -79.8681638175638, 'Bistro'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Starbucks', 43.255353, -79.866026, 'Coffee Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'La Cantina', 43.25320541564429, -79.86398786276774, 'Italian Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Royal Pizza', 43.25156425023702, -79.8714236452032, 'Pizza Place'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Mezcal TNT', 43.25221490768308, -79.87089511908346, 'Mexican Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Tea Hut', 43.25424740862623, -79.86503128554463, 'Asian Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Theatre Aquarius', 43.25544860929492, -79.86177909769589, 'Theater'), ('Jackson Square', 43.2581281, -79.87159976771215, 'My Thai', 43.25647719774738, -79.86632718669854, 'Thai Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'U Sháo', 43.25505768152463, -79.86687628530497, 'Asian Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, "Bronzie's Place", 43.250540621800695, -79.87163272871449, 'Italian Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Augusta House', 43.25220633815093, -79.87031408152562, 'Pub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Durand Coffee', 43.25152, -79.878845, 'Café'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Ola Bakery & Pastries', 43.26248676763739, -79.86649953962615, 'Bakery'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Wass Ethiopian Restaurant', 43.250189008156156, -79.87187423676797, 'Ethiopian Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'born and raised', 43.262439, -79.866432, 'Gastropub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Subway', 43.250539770198415, -79.86850319356313, 'Sandwich Place'), ('Jackson Square', 43.2581281, -79.87159976771215, 'La Piazza Allegra', 43.25157963648781, -79.87129500128795, 'Italian Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Jet Cafe', 43.25483400621643, -79.8638117581259, 'Café'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Che Burrito', 43.25796045460363, -79.87791957391104, 'Burrito Place'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Sizzle/Koi', 43.258237350400165, -79.87761742036169, 'Nightclub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Atlantic Subs', 43.250626, -79.86893, 'Sandwich Place'), ('Jackson Square', 43.2581281, -79.87159976771215, "The Cat 'N' Fiddle", 43.25144692833327, -79.86839961437964, 'Pub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Lionshead', 43.25243808628605, -79.86845784487653, 'Pub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'YMCA', 43.25279411865769, -79.87646514197857, 'Gym / Fitness Center'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Shoppers Drug Mart', 43.25698, -79.877739, 'Pharmacy'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Queens Pizza', 43.25375849231281, -79.88128890896984, 'Pizza Place'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Tailgate Charlies: Allstar Cafe', 43.253701042896886, -79.8671743909724, 'Sports Bar'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Tim Hortons', 43.258518347104086, -79.87659618258476, 'Coffee Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'A&W', 43.258536, -79.875147, 'Fast Food Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, "Steve's Open Kitchen", 43.25239637743595, -79.87087878064122, 'Breakfast Spot'), ('Jackson Square', 43.2581281, -79.87159976771215, 'TD Canada Trust', 43.25096647627848, -79.87184710800989, 'Bank'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Tim Hortons', 43.25386133511798, -79.86799836158752, 'Coffee Shop'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Stonewalls', 43.26322103268125, -79.87834748041736, 'Gastropub'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Lazy Flamingo', 43.25837755461083, -79.87748882539029, 'Bar'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Ora Italian kitchen + bar', 43.258662896307136, -79.877632856369, 'Italian Restaurant'), ('Jackson Square', 43.2581281, -79.87159976771215, 'WORK', 43.26487239887383, -79.86561610448067, 'Bar'), ('Jackson Square', 43.2581281, -79.87159976771215, 'Modern India Buffet', 43.25701814051868, -79.87635612487793, 'Indian Restaurant')], [('Japantown', 37.7855789, -122.4298089, 'Pearl Spa and Sauna', 37.78564198712985, -122.4291301602471, 'Bath House'), ('Japantown', 37.7855789, -122.4298089, 'OMA San Francisco Station', 37.785010213957456, -122.43093584499641, 'Sushi Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Nijiya Market', 37.78519944878356, -122.43102511512453, 'Grocery Store'), ('Japantown', 37.7855789, -122.4298089, 'Kinokuniya Bookstore', 37.784937664521735, -122.43167202047937, 'Bookstore'), ('Japantown', 37.7855789, -122.4298089, 'Daeho', 37.785769, -122.42853, 'Korean Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Matcha Café Maiko', 37.78493310804292, -122.43176763183735, 'Ice Cream Shop'), ('Japantown', 37.7855789, -122.4298089, 'Benkyodo', 37.7864224820624, -122.43005263012587, 'Japanese Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Japantown Peace Plaza', 37.78540865679841, -122.42993087572987, 'Plaza'), ('Japantown', 37.7855789, -122.4298089, 'Sanko', 37.78629181752941, -122.42993072335824, 'Gift Shop'), ('Japantown', 37.7855789, -122.4298089, 'Japan Center', 37.78519611181109, -122.43028217932412, 'Shopping Mall'), ('Japantown', 37.7855789, -122.4298089, 'Hinodeya Ramen Bar', 37.786222571504034, -122.42995622632341, 'Ramen Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Uji Time', 37.7852522196116, -122.429262979736, 'Dessert Shop'), ('Japantown', 37.7855789, -122.4298089, 'Kabuki Springs & Spa', 37.78440721763901, -122.43257618452989, 'Spa'), ('Japantown', 37.7855789, -122.4298089, 'Real Escape Game', 37.78556000033722, -122.43049870723199, 'Escape Room'), ('Japantown', 37.7855789, -122.4298089, 'Marufuku Ramen', 37.785044585981645, -122.43188436047465, 'Ramen Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Nari', 37.785476, -122.428688, 'Thai Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'MaiDo Fine Stationery & Gifts', 37.78493325534015, -122.43180768573119, 'Paper / Office Supplies Store'), ('Japantown', 37.7855789, -122.4298089, "Sophie's Crepes", 37.78484790649369, -122.43181774339398, 'Creperie'), ('Japantown', 37.7855789, -122.4298089, 'Daiso Japan', 37.78528926783944, -122.42942283920956, 'Discount Store'), ('Japantown', 37.7855789, -122.4298089, 'Nippon-ya', 37.78514722062503, -122.43093894112779, 'Gift Shop'), ('Japantown', 37.7855789, -122.4298089, 'The Fillmore', 37.78395184946436, -122.4330327549218, 'Music Venue'), ('Japantown', 37.7855789, -122.4298089, 'Japan Center West Mall', 37.78524846415846, -122.4301882330736, 'Shopping Mall'), ('Japantown', 37.7855789, -122.4298089, 'State Bird Provisions', 37.78374261088443, -122.43287398277053, 'New American Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Cottage Row Mini Park', 37.78651675373569, -122.43231446337819, 'Park'), ('Japantown', 37.7855789, -122.4298089, 'The Progress', 37.78374466115743, -122.43297199831427, 'American Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'The Social Study', 37.78425895943092, -122.43251503666707, 'Lounge'), ('Japantown', 37.7855789, -122.4298089, 'Super Mira Market', 37.78649055926432, -122.42988056042874, 'Grocery Store'), ('Japantown', 37.7855789, -122.4298089, 'Boba Guys', 37.78365698301195, -122.43266214946281, 'Bubble Tea Shop'), ('Japantown', 37.7855789, -122.4298089, 'Octavia', 37.78793508418418, -122.42693388300009, 'American Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Daikoku by Shiki', 37.785325555372566, -122.43029067185684, 'Furniture / Home Store'), ('Japantown', 37.7855789, -122.4298089, 'Gardenias', 37.786109, -122.43271, 'Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Woori Food Market', 37.78375924658761, -122.43274762260802, 'Market'), ('Japantown', 37.7855789, -122.4298089, 'Japantown Collectibles', 37.78495274541829, -122.43172452437288, 'Toy / Game Store'), ('Japantown', 37.7855789, -122.4298089, 'Belly Good Cafe & Crepes', 37.78500598869589, -122.43066632359385, 'Creperie'), ('Japantown', 37.7855789, -122.4298089, 'Roam Artisan Burgers', 37.787686, -122.433753, 'Burger Joint'), ('Japantown', 37.7855789, -122.4298089, 'Jane the Bakery', 37.78379748921064, -122.43428254305587, 'Bakery'), ('Japantown', 37.7855789, -122.4298089, 'Asmbly Hall', 37.78658681437063, -122.43333767756837, 'Boutique'), ('Japantown', 37.7855789, -122.4298089, 'Mochill Mochidonut', 37.785005, -122.430494, 'Donut Shop'), ('Japantown', 37.7855789, -122.4298089, 'La Boulangerie de San Francisco', 37.78789193827142, -122.43398536164692, 'Bakery'), ('Japantown', 37.7855789, -122.4298089, "Yasukochi's Sweet Stop", 37.78655523494468, -122.42978128185902, 'Bakery'), ('Japantown', 37.7855789, -122.4298089, 'International Orange', 37.78851360966671, -122.4336131028466, 'Spa'), ('Japantown', 37.7855789, -122.4298089, 'Crown & Crumpet Tea Salon', 37.78563520657658, -122.43056774139403, 'Tea Room'), ('Japantown', 37.7855789, -122.4298089, 'Ministry of Supply', 37.787203, -122.43372, "Men's Store"), ('Japantown', 37.7855789, -122.4298089, 'Paper Source', 37.787744571092006, -122.43363032596409, 'Arts & Crafts Store'), ('Japantown', 37.7855789, -122.4298089, 'Song Tea & Ceramics', 37.785920575723026, -122.43523145487265, 'Tea Room'), ('Japantown', 37.7855789, -122.4298089, 'An Japanese Restaurant', 37.785028705277405, -122.42915486228173, 'Sushi Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Udon Mugizo', 37.78492562206546, -122.43180862034707, 'Udon Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Sweet Maple', 37.78582655159091, -122.43504808100744, 'Breakfast Spot'), ('Japantown', 37.7855789, -122.4298089, 'Royal Indian Cuisine', 37.78582179936749, -122.43313389181502, 'Indian Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Avery', 37.78406420129634, -122.43282919431634, 'New American Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Woodhouse Fish Co.', 37.787487151946856, -122.43352109917046, 'Seafood Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Aqua Forest Aquarium', 37.785474096996346, -122.4330599732182, 'Hobby Shop'), ('Japantown', 37.7855789, -122.4298089, 'Smitten Ice Cream', 37.78884942599416, -122.43399218289171, 'Ice Cream Shop'), ('Japantown', 37.7855789, -122.4298089, 'Rag & Bone', 37.7887596, -122.4336317, 'Boutique'), ('Japantown', 37.7855789, -122.4298089, 'Pizzeria Delfina', 37.7889177627653, -122.43430656653575, 'Pizza Place'), ('Japantown', 37.7855789, -122.4298089, 'Fillmore BakeShop', 37.78693090029705, -122.43341923583831, 'Bakery'), ('Japantown', 37.7855789, -122.4298089, 'Hair Caffe', 37.78574201141599, -122.43613275156453, 'Salon / Barbershop'), ('Japantown', 37.7855789, -122.4298089, 'Wise Sons Bagel & Bakery', 37.783652576656124, -122.43272449823225, 'Bagel Shop'), ('Japantown', 37.7855789, -122.4298089, 'SPQR', 37.78728690606852, -122.43360621510921, 'Italian Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Out The Door', 37.786998352463286, -122.4340120335097, 'Vietnamese Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Browser Books', 37.78976574653574, -122.43411125580475, 'Bookstore'), ('Japantown', 37.7855789, -122.4298089, 'Limoncello', 37.78739297703647, -122.42339085911853, 'Wine Shop'), ('Japantown', 37.7855789, -122.4298089, 'Philmore Creamery', 37.786493224900006, -122.43337079992892, 'Ice Cream Shop'), ('Japantown', 37.7855789, -122.4298089, 'Sheba Piano Lounge', 37.783106603329, -122.43282296527993, 'Jazz Club'), ('Japantown', 37.7855789, -122.4298089, 'Salt & Straw', 37.789911491056365, -122.43408738728192, 'Ice Cream Shop'), ('Japantown', 37.7855789, -122.4298089, 'Lafayette Park', 37.791246594951375, -122.42808063995858, 'Park'), ('Japantown', 37.7855789, -122.4298089, 'Jane', 37.789337542537076, -122.43395989992992, 'Café'), ('Japantown', 37.7855789, -122.4298089, 'San Wang Restaurant', 37.78573829654397, -122.42939571612946, 'Chinese Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Izakaya Kou', 37.7842660711893, -122.43285117668039, 'Japanese Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Sift Dessert Bar', 37.78887040442101, -122.43407582397305, 'Cupcake Shop'), ('Japantown', 37.7855789, -122.4298089, 'Raymond Kimbell Playground', 37.78319767097322, -122.43491012880098, 'Playground'), ('Japantown', 37.7855789, -122.4298089, 'Silk Hand & Foot Spa', 37.787890998639305, -122.42349530878289, 'Nail Salon'), ('Japantown', 37.7855789, -122.4298089, 'Spice Ace', 37.7861, -122.435, 'Gourmet Shop'), ('Japantown', 37.7855789, -122.4298089, 'Le Labo', 37.79036403825948, -122.43414139253512, 'Perfume Shop'), ('Japantown', 37.7855789, -122.4298089, 'Jitlada Thai Restaurant', 37.78687537144861, -122.4301005873809, 'Thai Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Queen Anne Hotel', 37.78712900245418, -122.42663270255757, 'Hotel'), ('Japantown', 37.7855789, -122.4298089, 'Jai Ho Indian Grocery', 37.78314748827594, -122.43214990335336, 'Grocery Store'), ('Japantown', 37.7855789, -122.4298089, "Santino's Vino", 37.788967, -122.43403, 'Wine Bar'), ('Japantown', 37.7855789, -122.4298089, "Fillmore Farmers' Market", 37.783312669651245, -122.4328609831855, 'Farmers Market'), ('Japantown', 37.7855789, -122.4298089, 'Scotch & Soda', 37.788325, -122.4339493, 'Boutique'), ('Japantown', 37.7855789, -122.4298089, 'Lafayette Park Dog Run', 37.791017755273046, -122.42726770762596, 'Dog Run'), ('Japantown', 37.7855789, -122.4298089, 'New People', 37.78550849656675, -122.43046863978817, 'Gift Shop'), ('Japantown', 37.7855789, -122.4298089, 'BaySubs & Deli', 37.78980857864411, -122.43383021621699, 'Sandwich Place'), ('Japantown', 37.7855789, -122.4298089, 'Music Lovers San Francisco', 37.786604, -122.434777, 'Music Store'), ('Japantown', 37.7855789, -122.4298089, 'La Méditerranée', 37.79004921583882, -122.43402176457614, 'Mediterranean Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'Credo Beauty', 37.789684619521786, -122.43397141997058, 'Cosmetics Shop'), ('Japantown', 37.7855789, -122.4298089, 'diPietro Todd Salon', 37.79036078726571, -122.43427930767693, 'Salon / Barbershop'), ('Japantown', 37.7855789, -122.4298089, 'Noosh', 37.788057, -122.433879, 'Mediterranean Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'STUDIOMIX', 37.78511904186168, -122.4209531548301, 'Gym'), ('Japantown', 37.7855789, -122.4298089, 'Sweet Lime Thai Cuisine', 37.785874272359976, -122.43495736371717, 'Asian Restaurant'), ('Japantown', 37.7855789, -122.4298089, '1608 Bistro', 37.78829309005468, -122.42375391159742, 'Filipino Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'The Snug', 37.79083480876302, -122.43428600344355, 'Pub'), ('Japantown', 37.7855789, -122.4298089, 'Clay Theatre', 37.79046583773782, -122.43435486811754, 'Indie Movie Theater'), ('Japantown', 37.7855789, -122.4298089, 'JOE & THE JUICE', 37.7901076937203, -122.4341098430288, 'Juice Bar'), ('Japantown', 37.7855789, -122.4298089, 'BevMo!', 37.7878754, -122.4220819, 'Liquor Store'), ('Japantown', 37.7855789, -122.4298089, 'The Grove', 37.788231, -122.433578, 'Café'), ('Japantown', 37.7855789, -122.4298089, 'Benefit Cosmetics', 37.78923075272188, -122.43407473669134, 'Cosmetics Shop'), ('Japantown', 37.7855789, -122.4298089, 'Bun Mee', 37.78818300368051, -122.43377393911459, 'Vietnamese Restaurant'), ('Japantown', 37.7855789, -122.4298089, 'California Tennis Club', 37.78597860900293, -122.43754684925078, 'Tennis Court'), ('Japantown', 37.7855789, -122.4298089, 'Kuma Sushi + Sake', 37.7867804695193, -122.41988550891186, 'Sushi Restaurant')], [('Jordan Park', 37.7846516, -122.4566383, 'Arsicault Bakery', 37.78344069001445, -122.459102169183, 'Bakery'), ('Jordan Park', 37.7846516, -122.4566383, "Breck's", 37.783315, -122.459233, 'Wine Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'B★Star Cafe', 37.78307579704211, -122.46068957365013, 'Burmese Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Wako', 37.78303200071665, -122.4615756791682, 'Japanese Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Park Life', 37.78308647266149, -122.46165835038073, 'Art Gallery'), ('Jordan Park', 37.7846516, -122.4566383, 'Clement Street Farmers Market', 37.783092296974296, -122.46150520669035, 'Farmers Market'), ('Jordan Park', 37.7846516, -122.4566383, 'Spruce', 37.787550895345944, -122.45277727289712, 'New American Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'St. Frank', 37.78717, -122.45295800000001, 'Miscellaneous Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Sloat Garden Center', 37.78264877453194, -122.46138329515762, 'Flower Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Sociale', 37.78689578253514, -122.45307962677398, 'Italian Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Eats', 37.783210267267805, -122.46008974295104, 'Breakfast Spot'), ('Jordan Park', 37.7846516, -122.4566383, "Giorgio's Pizzeria", 37.78309095009425, -122.46109832636017, 'Pizza Place'), ('Jordan Park', 37.7846516, -122.4566383, 'Chapeau!', 37.783238280147856, -122.46070906260171, 'French Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Covet', 37.783413, -122.4593, 'Accessories Store'), ('Jordan Park', 37.7846516, -122.4566383, 'Burma Superstar', 37.783010541941735, -122.46258587108765, 'Burmese Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Bella Trattoria Italiana', 37.781315310240394, -122.46103951859854, 'Italian Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Internos Wine Cafe', 37.78169133363649, -122.45385604651639, 'Wine Bar'), ('Jordan Park', 37.7846516, -122.4566383, 'fifty/fifty', 37.78164126755753, -122.4531571619713, 'Coffee Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Genki Crepes', 37.783064, -122.462777, 'Creperie'), ('Jordan Park', 37.7846516, -122.4566383, 'TANTRUM', 37.78317615764749, -122.46207832423765, 'Toy / Game Store'), ('Jordan Park', 37.7846516, -122.4566383, 'A Runners Mind - San Francisco', 37.78759465475056, -122.4514731304913, 'Sporting Goods Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Books Inc', 37.78632567063055, -122.45181233663317, 'Bookstore'), ('Jordan Park', 37.7846516, -122.4566383, "Bryan's Market", 37.7865165121848, -122.45093717321893, 'Gourmet Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'The Richfield', 37.78501324975149, -122.46368386921318, 'Coffee Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Green Apple Books', 37.78302094764066, -122.46461446474054, 'Bookstore'), ('Jordan Park', 37.7846516, -122.4566383, 'The Spanish Table', 37.78322340996579, -122.46078799969074, 'Wine Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'KoJa Kitchen', 37.782961278947944, -122.46318376125461, 'Asian Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Presidio Golf Course', 37.79056496678854, -122.45973243289684, 'Golf Course'), ('Jordan Park', 37.7846516, -122.4566383, 'Active Care', 37.781631630294534, -122.45148075553828, 'Physical Therapist'), ('Jordan Park', 37.7846516, -122.4566383, 'Taqueria Los Mayas', 37.78300507132412, -122.4628645692497, 'Taco Place'), ('Jordan Park', 37.7846516, -122.4566383, 'Mandalay', 37.78512651139495, -122.46437425784686, 'Burmese Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Schubert’s Bakery', 37.782891728277455, -122.46491828408284, 'Bakery'), ('Jordan Park', 37.7846516, -122.4566383, 'Café Bunn Mi', 37.78297461081958, -122.46371910379156, 'Vietnamese Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Tofino Wines', 37.782783878825974, -122.44903868903226, 'Wine Bar'), ('Jordan Park', 37.7846516, -122.4566383, 'Julius Kahn Playground & Clubhouse', 37.79116336775309, -122.45351135730743, 'Playground'), ('Jordan Park', 37.7846516, -122.4566383, 'Magic Flute Ristorante', 37.78732916317867, -122.45314856832933, 'American Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Patrick Richards Salon', 37.78746333778113, -122.45255870811854, 'Salon / Barbershop'), ('Jordan Park', 37.7846516, -122.4566383, 'High Treason', 37.78283896811336, -122.46411772368836, 'Wine Bar'), ('Jordan Park', 37.7846516, -122.4566383, 'Little Vietnam Cafe', 37.78263504263651, -122.46444204376238, 'Vietnamese Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, "Brother's Korean Restaurant", 37.78110336136357, -122.46390758378807, 'Korean Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Yoga Tree 6th Avenue', 37.785374, -122.464461, 'Yoga Studio'), ('Jordan Park', 37.7846516, -122.4566383, 'Picnix', 37.787102074927084, -122.45637327432632, 'American Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Kamei Restaurant Supply', 37.78289994185475, -122.46522400570188, 'Food & Drink Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Goldsworthy Spire', 37.79185332135876, -122.46010289755019, 'Sculpture Garden'), ('Jordan Park', 37.7846516, -122.4566383, 'JCC Fitness Center', 37.787214713955066, -122.44767149908067, 'Gym'), ('Jordan Park', 37.7846516, -122.4566383, 'Inspiration Point', 37.79220658139526, -122.45831688465272, 'Scenic Lookout'), ('Jordan Park', 37.7846516, -122.4566383, 'Aroma Tea Shop 茗茶轩', 37.78283175010149, -122.46438087775782, 'Tea Room'), ('Jordan Park', 37.7846516, -122.4566383, "Trader Joe's", 37.78332526728117, -122.44773834872937, 'Grocery Store'), ('Jordan Park', 37.7846516, -122.4566383, 'Artesano', 37.78662822254398, -122.45044947820467, 'Latin American Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Iyara Traditional Thai Massage', 37.78100693531604, -122.4658811677081, 'Massage Studio'), ('Jordan Park', 37.7846516, -122.4566383, 'Angelo J. Rossi Baseball Field', 37.778680699133844, -122.45673269033432, 'Baseball Field'), ('Jordan Park', 37.7846516, -122.4566383, 'Little Sweet', 37.781255376198594, -122.46068479063322, 'Bubble Tea Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Derm', 37.781965, -122.453837, 'Thai Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Koret Health & Recreation Center', 37.77695433495704, -122.4546947527725, 'College Gym'), ('Jordan Park', 37.7846516, -122.4566383, "Shi's Hair Studio", 37.783305, -122.459911, 'Cosmetics Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Halu', 37.78252610771882, -122.46652782932539, 'Japanese Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Presidio Driving Range', 37.78949317130668, -122.46231208712089, 'Golf Course'), ('Jordan Park', 37.7846516, -122.4566383, 'SEPHORA', 37.7865534, -122.4502845, 'Cosmetics Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Pet Food Express', 37.787405625885576, -122.4463262183984, 'Pet Store'), ('Jordan Park', 37.7846516, -122.4566383, 'Clement BBQ  金陵烧腊店', 37.78285694431534, -122.46588725105661, 'BBQ Joint'), ('Jordan Park', 37.7846516, -122.4566383, 'Thai Time', 37.78255434673865, -122.46654701619725, 'Thai Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Mamahuhu', 37.782913, -122.464834, 'Chinese Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'DayOne Baby', 37.7878907, -122.4512714, 'Baby Store'), ('Jordan Park', 37.7846516, -122.4566383, 'Tanuki Restaurant 狸壽司', 37.78490359648218, -122.46488952722763, 'Sushi Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Richmond Republic Draught House', 37.782958464670926, -122.4662509317484, 'Beer Bar'), ('Jordan Park', 37.7846516, -122.4566383, 'Bay Area Ridge Trail', 37.793090338339645, -122.46002333609313, 'Trail'), ('Jordan Park', 37.7846516, -122.4566383, 'Sun Stream Coffee', 37.78273478764565, -122.4490427635292, 'Bakery'), ('Jordan Park', 37.7846516, -122.4566383, "Garibaldi's", 37.788386561967066, -122.44712996863429, 'American Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Red A Bakery', 37.7829113192044, -122.46613889093976, 'Bakery'), ('Jordan Park', 37.7846516, -122.4566383, 'Good Luck Dim Sum 好運點心', 37.78288521217207, -122.46722368903595, 'Dim Sum Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Angelo J. Rossi Park', 37.77858026537085, -122.45828032493591, 'Field'), ('Jordan Park', 37.7846516, -122.4566383, 'Presidio Private Golf Club', 37.78967384797353, -122.46083601429376, 'Golf Course'), ('Jordan Park', 37.7846516, -122.4566383, "Uncle Boy's", 37.77732664891525, -122.4616312041744, 'Burger Joint'), ('Jordan Park', 37.7846516, -122.4566383, 'Mountain Lake Dog Park', 37.787392774367426, -122.46695235369822, 'Dog Run'), ('Jordan Park', 37.7846516, -122.4566383, 'Pier 1 Imports', 37.7812229, -122.4568236, 'Furniture / Home Store'), ('Jordan Park', 37.7846516, -122.4566383, 'Cal-Mart', 37.78633189846904, -122.4527852409834, 'Supermarket'), ('Jordan Park', 37.7846516, -122.4566383, 'Sweet Things', 37.786361751530016, -122.45280819407283, 'Cupcake Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Chili House SF', 37.78285554917537, -122.46711008889176, 'Chinese Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'vixi cucina italiana', 37.786210303692656, -122.45366566889984, 'Italian Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Richmond New May Wah Supermarket 新美華超級市場', 37.78270531476485, -122.46683957701453, 'Supermarket'), ('Jordan Park', 37.7846516, -122.4566383, 'BevMo!', 37.7809085, -122.4560508, 'Liquor Store'), ('Jordan Park', 37.7846516, -122.4566383, 'Vogue Theater', 37.78839606746146, -122.44677341865463, 'Indie Movie Theater'), ('Jordan Park', 37.7846516, -122.4566383, "Mel's Drive-In", 37.78120373731287, -122.45495875883056, 'Diner'), ('Jordan Park', 37.7846516, -122.4566383, "Tawan's Thai Food", 37.78085460224743, -122.46663646303793, 'Thai Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Starbucks', 37.78622, -122.453203, 'Coffee Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Heritage Restaurant And Bar', 37.78290433263326, -122.46684822145225, 'American Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'The Pig and Whistle', 37.78211711495314, -122.44907499948255, 'Pub'), ('Jordan Park', 37.7846516, -122.4566383, 'Tastebuds', 37.77717, -122.46281, 'Southern / Soul Food Restaurant'), ('Jordan Park', 37.7846516, -122.4566383, 'Chase Bank', 37.781266, -122.454402, 'Bank'), ('Jordan Park', 37.7846516, -122.4566383, 'Kowloon Tong Dessert Cafe', 37.78133471703841, -122.46544001461558, 'Dessert Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'The UPS Store', 37.7815822, -122.4528978, 'Shipping Store'), ('Jordan Park', 37.7846516, -122.4566383, "Earth's Coffee", 37.781464642288825, -122.45564512021089, 'Coffee Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'Rendez-Vous Nails', 37.788293970476644, -122.44643849101192, 'Spa'), ('Jordan Park', 37.7846516, -122.4566383, 'Ulta Beauty', 37.78185272216797, -122.44586181640625, 'Cosmetics Shop'), ('Jordan Park', 37.7846516, -122.4566383, 'El Polín Spring', 37.79320365646744, -122.45551755671256, 'Park'), ('Jordan Park', 37.7846516, -122.4566383, 'Rossi Swimming Pool', 37.77903817862377, -122.45828032493591, 'Pool'), ('Jordan Park', 37.7846516, -122.4566383, 'Presidio Heights Playground', 37.78848466086141, -122.44960458547621, 'Playground'), ('Jordan Park', 37.7846516, -122.4566383, 'Wells Fargo', 37.7866034, -122.4506391, 'Bank'), ('Jordan Park', 37.7846516, -122.4566383, 'As Quoted', 37.787496147373716, -122.45228361135739, 'Café'), ('Jordan Park', 37.7846516, -122.4566383, 'Native Burger', 37.78157447325324, -122.45611037509607, 'Burger Joint')], [('Laguna Honda', 37.747987, -122.4591161, 'My Pot 吾家火鍋', 37.747377, -122.459524, 'Hotpot Restaurant'), ('Laguna Honda', 37.747987, -122.4591161, 'Midtown Terrace Park & Rec Center', 37.751736794179315, -122.45581961111225, 'Playground'), ('Laguna Honda', 37.747987, -122.4591161, 'Portola Nail Salon', 37.74521645654864, -122.45194857468125, 'Cosmetics Shop'), ('Laguna Honda', 37.747987, -122.4591161, "Pop's Sandwich Shop", 37.744046420732055, -122.45370383946927, 'Sandwich Place'), ('Laguna Honda', 37.747987, -122.4591161, 'Chouchou', 37.74739118664133, -122.45931834462704, 'French Restaurant'), ('Laguna Honda', 37.747987, -122.4591161, 'Golden Gate Heights Park', 37.7503220430415, -122.4686528820759, 'Park'), ('Laguna Honda', 37.747987, -122.4591161, "Mollie Stone's Tower Market", 37.744825, -122.452318, 'Grocery Store'), ('Laguna Honda', 37.747987, -122.4591161, 'Submarine Center', 37.74082687756648, -122.46546663919555, 'Sandwich Place'), ('Laguna Honda', 37.747987, -122.4591161, 'CVS pharmacy', 37.74432407790461, -122.45335657165441, 'Pharmacy'), ('Laguna Honda', 37.747987, -122.4591161, 'Sushi Shoh', 37.74728553852345, -122.45945401103356, 'Japanese Restaurant'), ('Laguna Honda', 37.747987, -122.4591161, 'Vin Debut', 37.74076964714903, -122.46580562928152, 'Wine Bar'), ('Laguna Honda', 37.747987, -122.4591161, "Philosopher's Club", 37.740894965026094, -122.46553217465589, 'Bar'), ('Laguna Honda', 37.747987, -122.4591161, 'Chaiya', 37.74104216116533, -122.4649591037211, 'Thai Restaurant'), ('Laguna Honda', 37.747987, -122.4591161, 'J.P. Murphy Playground', 37.75152665575727, -122.46523319489788, 'Playground'), ('Laguna Honda', 37.747987, -122.4591161, 'Sutro Tower', 37.75536, -122.45289, 'Monument / Landmark'), ('Laguna Honda', 37.747987, -122.4591161, 'Miraloma Club', 37.743906019837034, -122.45366175740402, 'Dive Bar'), ('Laguna Honda', 37.747987, -122.4591161, 'Bullshead Restaurant', 37.74093792700493, -122.4655470370782, 'Burger Joint'), ('Laguna Honda', 37.747987, -122.4591161, 'Forest Hill Park', 37.748133257375436, -122.45914983819807, 'Park'), ('Laguna Honda', 37.747987, -122.4591161, 'Tower Burger', 37.744047664461206, -122.45356851613319, 'Burger Joint'), ('Laguna Honda', 37.747987, -122.4591161, 'Starbucks', 37.74474068, -122.4526744, 'Coffee Shop'), ('Laguna Honda', 37.747987, -122.4591161, "Creighton's", 37.74482271661696, -122.45273030957381, 'Café'), ('Laguna Honda', 37.747987, -122.4591161, 'Squat & Gobble', 37.74082115662218, -122.46568941619537, 'Breakfast Spot'), ('Laguna Honda', 37.747987, -122.4591161, 'Burrito Loco', 37.74091038606657, -122.46562352714389, 'Mexican Restaurant'), ('Laguna Honda', 37.747987, -122.4591161, 'Round Table Pizza', 37.74405432643203, -122.45371893064858, 'Pizza Place'), ('Laguna Honda', 37.747987, -122.4591161, 'Taqueria Miraloma', 37.74385634293913, -122.45379552979863, 'Burrito Place'), ('Laguna Honda', 37.747987, -122.4591161, 'Laguna Honda Community Trail System', 37.747833, -122.45366, 'Trail'), ('Laguna Honda', 37.747987, -122.4591161, 'Muni bus stop - Woodside / Portola', 37.745635986328125, -122.452392578125, 'Bus Stop'), ('Laguna Honda', 37.747987, -122.4591161, 'Miraloma Liquors', 37.74454620626463, -122.45307459753346, 'Liquor Store'), ('Laguna Honda', 37.747987, -122.4591161, 'Blairwood Lane Stairs', 37.754285597408966, -122.4581354856491, 'Trail'), ('Laguna Honda', 37.747987, -122.4591161, 'JP Murphy Tennis Courts', 37.75185664847607, -122.46550740936571, 'Tennis Court'), ('Laguna Honda', 37.747987, -122.4591161, 'Edgehill Mountain', 37.74145564817923, -122.45791464319146, 'Mountain'), ('Laguna Honda', 37.747987, -122.4591161, '48 bus stop\\Portola', 37.740913422872545, -122.4586854439426, 'Bus Stop'), ('Laguna Honda', 37.747987, -122.4591161, 'Glen Canyon View', 37.74813124238725, -122.44942477106257, 'Scenic Lookout'), ('Laguna Honda', 37.747987, -122.4591161, 'Glenhaven Lane Stairs', 37.755570713402115, -122.45692580938338, 'Trail'), ('Laguna Honda', 37.747987, -122.4591161, 'Hawk Hill Park', 37.747482977516654, -122.46942545291598, 'Park'), ('Laguna Honda', 37.747987, -122.4591161, '9th Ave & Noriega MUNI stop', 37.75460087849049, -122.4656667412352, 'Bus Stop')], [('Lake Street', 37.7852835, -122.4916994, 'Eagles Point', 37.786713525391306, -122.49481025151098, 'Scenic Lookout'), ('Lake Street', 37.7852835, -122.4916994, 'China Beach', 37.788089862931265, -122.49118566513062, 'Beach'), ('Lake Street', 37.7852835, -122.4916994, 'Lincoln Park Stairs', 37.78349632468051, -122.493596971035, 'Trail'), ('Lake Street', 37.7852835, -122.4916994, 'Seacliff', 37.788259438943115, -122.48640060424805, 'Neighborhood'), ('Lake Street', 37.7852835, -122.4916994, 'Pagan', 37.781519649536285, -122.49338304201339, 'Burmese Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Pacific Cafe', 37.77978225449428, -122.49442817178449, 'Seafood Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Fiorella', 37.78188735290587, -122.48450964689253, 'Italian Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Legion of Honor', 37.78457107287503, -122.50066995620726, 'Art Museum'), ('Lake Street', 37.7852835, -122.4916994, 'Pizzetta 211', 37.78369393632517, -122.48287900326157, 'Pizza Place'), ('Lake Street', 37.7852835, -122.4916994, 'PPQ Dungeness Island', 37.782103755106675, -122.48446070433019, 'Seafood Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Lincoln Park Playground', 37.78203726662527, -122.49357101781406, 'Playground'), ('Lake Street', 37.7852835, -122.4916994, 'Pearl', 37.7838391, -122.4830831, 'Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Kufu-ya Japanese Restaurant', 37.779641472968756, -122.49458119657575, 'Japanese Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Royal Ground Coffee House', 37.78212956053446, -122.48457001450564, 'Coffee Shop'), ('Lake Street', 37.7852835, -122.4916994, 'Lincoln Park', 37.78543594764699, -122.50202178955078, 'Park'), ('Lake Street', 37.7852835, -122.4916994, 'Gordo Taqueria', 37.78216178702004, -122.48365474000613, 'Burrito Place'), ('Lake Street', 37.7852835, -122.4916994, 'Daigo Sushi', 37.782017897015685, -122.48585594220593, 'Sushi Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Hard Knox Cafe', 37.78199566969189, -122.48582180026017, 'Southern / Soul Food Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Seakor Polish Deli & European Foods', 37.780033652666944, -122.48355293957444, 'Deli / Bodega'), ('Lake Street', 37.7852835, -122.4916994, 'Richmond Nail Salon', 37.780251827760004, -122.48248559333649, 'Cosmetics Shop'), ('Lake Street', 37.7852835, -122.4916994, '25th & Clement Produce Market', 37.78206891290315, -122.48490733598688, 'Flea Market'), ('Lake Street', 37.7852835, -122.4916994, 'Grocery Outlet', 37.779743, -122.4877986, 'Grocery Store'), ('Lake Street', 37.7852835, -122.4916994, 'Jang Soo BBQ', 37.779977722859925, -122.48713898643531, 'Korean Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Bambu Desserts & Drinks', 37.78023130654443, -122.48472048426947, 'Café'), ('Lake Street', 37.7852835, -122.4916994, 'Bazaar Cafe', 37.78405048368722, -122.48132036320602, 'Café'), ('Lake Street', 37.7852835, -122.4916994, "Tommy's Mexican Restaurant", 37.77999916404445, -122.48315962854485, 'Mexican Restaurant'), ('Lake Street', 37.7852835, -122.4916994, "Trad'r Sam's", 37.780143334193305, -122.48562687949523, 'Tiki Bar'), ('Lake Street', 37.7852835, -122.4916994, 'Garden House Cafe', 37.78161360384629, -122.49273426600784, 'Sandwich Place'), ('Lake Street', 37.7852835, -122.4916994, 'Red Tavern', 37.78212719042189, -122.4832864457017, 'Russian Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Ilana Coffee', 37.78209878759482, -122.48412151823047, 'Coffee Shop'), ('Lake Street', 37.7852835, -122.4916994, 'Tal-Y-Tara Tea & Polo Shoppe', 37.783710153970716, -122.48675000622667, 'Tea Room'), ('Lake Street', 37.7852835, -122.4916994, 'Rochambeau Playground', 37.78489238148078, -122.48430930594748, 'Playground'), ('Lake Street', 37.7852835, -122.4916994, 'Violet’s', 37.782011605335526, -122.48398043131773, 'Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'CVS pharmacy', 37.78205666935909, -122.49260066694353, 'Pharmacy'), ('Lake Street', 37.7852835, -122.4916994, "Angelina's Cafe", 37.784073823324974, -122.48180871798029, 'Café'), ('Lake Street', 37.7852835, -122.4916994, 'Lincoln Park Golf Course', 37.782508854584414, -122.49541044572143, 'Golf Course'), ('Lake Street', 37.7852835, -122.4916994, 'El Mansour', 37.7815724004876, -122.49279623653817, 'Moroccan Restaurant'), ('Lake Street', 37.7852835, -122.4916994, '4 Star Theatre', 37.782127652664684, -122.48281462842233, 'Movie Theater'), ('Lake Street', 37.7852835, -122.4916994, 'Cafe Enchante', 37.78002257709938, -122.48562214562958, 'Café'), ('Lake Street', 37.7852835, -122.4916994, 'K-Elements BBQ', 37.782184048130645, -122.48263223599574, 'Korean Restaurant'), ('Lake Street', 37.7852835, -122.4916994, "Bill's Place", 37.781989106240935, -122.48418351158949, 'Burger Joint'), ('Lake Street', 37.7852835, -122.4916994, "Cal's Pet Supply San Francisco", 37.78408259915826, -122.48177937141155, 'Pet Store'), ('Lake Street', 37.7852835, -122.4916994, 'Tsing Tao Resturant', 37.78164970252959, -122.49259829780061, 'Chinese Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Sakura Sushi', 37.782226, -122.485776, 'Sushi Restaurant'), ('Lake Street', 37.7852835, -122.4916994, '6001 California Market', 37.783924858662814, -122.48199774635064, 'Grocery Store'), ('Lake Street', 37.7852835, -122.4916994, 'Jiffy Lube', 37.77987752551319, -122.48452798784132, 'Automotive Shop'), ('Lake Street', 37.7852835, -122.4916994, 'Akiba', 37.78151110260317, -122.49308052889411, 'Creperie'), ('Lake Street', 37.7852835, -122.4916994, 'Oyaji Restaurant', 37.78155923198009, -122.49288100105052, 'Sushi Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Legion of Honor Café', 37.78456840774988, -122.50107716159054, 'Café'), ('Lake Street', 37.7852835, -122.4916994, 'Dumpling Alley', 37.782153, -122.486275, 'Shanghai Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Thanh Thanh Café', 37.781982, -122.483004, 'Vietnamese Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Kirin Chinese Restaurant', 37.77991235850149, -122.48532289629865, 'Chinese Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Firehouse Pizzeria', 37.783843641937835, -122.48187658740734, 'Pizza Place'), ('Lake Street', 37.7852835, -122.4916994, 'AK Meats', 37.782154, -122.484529, 'Deli / Bodega'), ('Lake Street', 37.7852835, -122.4916994, 'Holocaust Memorial', 37.78562761866042, -122.49999489826489, 'Sculpture Garden'), ('Lake Street', 37.7852835, -122.4916994, 'Khan Toke Thai House', 37.779772751444, -122.48323532942399, 'Thai Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Shai Lai Seafood Restaurant', 37.77996490138191, -122.48675884837057, 'Dim Sum Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Sugarcane SF', 37.77976191913972, -122.49345191077647, 'Vietnamese Restaurant'), ('Lake Street', 37.7852835, -122.4916994, "Joe's Coffee Shop", 37.78008887529091, -122.48536846230822, 'Diner'), ('Lake Street', 37.7852835, -122.4916994, 'Grill Spot', 37.781924, -122.484088, 'BBQ Joint'), ('Lake Street', 37.7852835, -122.4916994, 'Bai Som Thai Kitchen', 37.782192595661655, -122.48213471299279, 'Thai Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Great India', 37.77992653328752, -122.485252878461, 'Indian Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'Patpong Thai', 37.78197982319969, -122.48522947897378, 'Thai Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'India Clay Oven', 37.782139112271736, -122.48556292180825, 'Indian Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'First Cake', 37.780053485355204, -122.48257544941698, 'Bakery'), ('Lake Street', 37.7852835, -122.4916994, "Donairo's Pizza", 37.779668577925015, -122.4935509380004, 'Pizza Place'), ('Lake Street', 37.7852835, -122.4916994, 'Tigers Liquors', 37.78205318493947, -122.48505030350236, 'Liquor Store'), ('Lake Street', 37.7852835, -122.4916994, 'Um Ma Son', 37.78043452672095, -122.48238101841144, 'Korean Restaurant'), ('Lake Street', 37.7852835, -122.4916994, 'My Favorite Cafe', 37.782225240806085, -122.48196795096432, 'Chinese Restaurant'), ('Lake Street', 37.7852835, -122.4916994, '33rd Ave Liquor', 37.78031421939472, -122.49308373310309, 'Convenience Store'), ('Lake Street', 37.7852835, -122.4916994, 'Muni 38, 38AX Bus Stop', 37.77969691511323, -122.49206743032697, 'Bus Stop'), ('Lake Street', 37.7852835, -122.4916994, 'Korean Bbq Restaurant', 37.78025436401367, -122.48725128173828, 'BBQ Joint'), ('Lake Street', 37.7852835, -122.4916994, 'Peace Monument', 37.78635168637374, -122.49962389469145, 'Monument / Landmark'), ('Lake Street', 37.7852835, -122.4916994, 'Ruy Diaz de Bivar/El Cid Campeador statue', 37.78519570827484, -122.50034272670746, 'Outdoor Sculpture'), ('Lake Street', 37.7852835, -122.4916994, "Dead Man's Point", 37.78787239236457, -122.49971798766963, 'Scenic Lookout'), ('Lake Street', 37.7852835, -122.4916994, 'Kanrin Maru Monument', 37.785656404303396, -122.50074505805968, 'Monument / Landmark'), ('Lake Street', 37.7852835, -122.4916994, 'MUNI Bus Stop - Geary & 25th', 37.780134928003775, -122.48500158067255, 'Bus Station'), ('Lake Street', 37.7852835, -122.4916994, 'George Washington HS Theater', 37.77776195036434, -122.49073505401611, 'Theater'), ('Lake Street', 37.7852835, -122.4916994, 'Muni 14268', 37.7802311512539, -122.48261012040275, 'Bus Station'), ('Lake Street', 37.7852835, -122.4916994, 'Oceanview Market & Deli', 37.779157, -122.49991399999999, 'Liquor Store'), ('Lake Street', 37.7852835, -122.4916994, 'Liberty Market', 37.78016267361553, -122.48242940980893, 'Liquor Store')], [('Lakeside', 44.6377119, -63.6936665, 'East Foodies', 44.637977, -63.698205, 'Chinese Restaurant'), ('Lakeside', 44.6377119, -63.6936665, 'BLT trail', 44.63848637111626, -63.68915954721156, 'Trail'), ('Lakeside', 44.6377119, -63.6936665, 'Pizzatown', 44.63865, -63.689042, 'Pizza Place'), ('Lakeside', 44.6377119, -63.6936665, 'Cintas Uniform Services', 44.6433973, -63.6862987, 'Clothing Store')], [('Lakeshore', 42.3038299, -82.8189267, 'Xanadu Health Club', 42.30248876752453, -82.82522334558692, 'Gym'), ('Lakeshore', 42.3038299, -82.8189267, 'Subway', 42.30225449838401, -82.82157863718646, 'Sandwich Place'), ('Lakeshore', 42.3038299, -82.8189267, "Potka's Kitchen", 42.3033372459587, -82.82180263534971, 'Breakfast Spot'), ('Lakeshore', 42.3038299, -82.8189267, 'Lakeshore Concrete Supply Ltd', 42.299373, -82.8193207, 'Construction & Landscaping'), ('Lakeshore', 42.3038299, -82.8189267, "Simpson's Fence Ltd", 42.296174, -82.8234257, 'Construction & Landscaping')], [('Laurel Heights', 34.8228883, -82.3470931, "Mr K's Used Bookstore", 34.8214368418955, -82.34020839038948, 'Bookstore'), ('Laurel Heights', 34.8228883, -82.3470931, "Greenfield's Bagels & Deli", 34.821011905805896, -82.3411211176351, 'Bagel Shop'), ('Laurel Heights', 34.8228883, -82.3470931, 'Planet Fitness', 34.821576804004, -82.33988560550031, 'Gym / Fitness Center'), ('Laurel Heights', 34.8228883, -82.3470931, '2nd & Charles', 34.82725795527985, -82.34409282126077, 'Bookstore'), ('Laurel Heights', 34.8228883, -82.3470931, 'Great Clips', 34.820612006154015, -82.34009385108948, 'Salon / Barbershop'), ('Laurel Heights', 34.8228883, -82.3470931, 'PetSmart', 34.8285526, -82.3446295, 'Pet Store'), ('Laurel Heights', 34.8228883, -82.3470931, 'Olive Garden', 34.81978705262163, -82.34029688652048, 'Italian Restaurant'), ('Laurel Heights', 34.8228883, -82.3470931, 'Stein Mart', 34.8213584, -82.3407696, 'Department Store'), ('Laurel Heights', 34.8228883, -82.3470931, 'Massage Envy - Verdae Village', 34.821701778257356, -82.33817240575638, 'Spa'), ('Laurel Heights', 34.8228883, -82.3470931, "Culver's", 34.8313, -82.3479, 'Fast Food Restaurant'), ('Laurel Heights', 34.8228883, -82.3470931, 'Starbucks', 34.8316343272711, -82.3483096818609, 'Coffee Shop'), ('Laurel Heights', 34.8228883, -82.3470931, 'LensCrafters', 34.82116006819854, -82.34151417893126, 'Optical Shop'), ('Laurel Heights', 34.8228883, -82.3470931, 'Crown Nissan of Greenville', 34.81762, -82.34141, 'Auto Dealership'), ('Laurel Heights', 34.8228883, -82.3470931, 'Old Time Pottery', 34.829769868832386, -82.34587618655988, 'Miscellaneous Shop'), ('Laurel Heights', 34.8228883, -82.3470931, 'GNC', 34.82169937128041, -82.33966019372916, 'Supplement Shop'), ('Laurel Heights', 34.8228883, -82.3470931, 'K&G', 34.820809999999994, -82.33763, "Men's Store"), ('Laurel Heights', 34.8228883, -82.3470931, 'GameStop', 34.820809999999994, -82.33763, 'Video Game Store'), ('Laurel Heights', 34.8228883, -82.3470931, "Bojangles' Famous Chicken 'n Biscuits", 34.8301721, -82.3472659, 'Restaurant'), ('Laurel Heights', 34.8228883, -82.3470931, 'Subway', 34.82070675913618, -82.33984226093412, 'Sandwich Place'), ('Laurel Heights', 34.8228883, -82.3470931, 'Dollar Tree', 34.828145009770694, -82.34486664966599, 'Discount Store'), ('Laurel Heights', 34.8228883, -82.3470931, 'Happy China', 34.82088086624031, -82.33990181832294, 'Chinese Restaurant'), ('Laurel Heights', 34.8228883, -82.3470931, 'Guitar Center', 34.8280506, -82.3444689, 'Music Store'), ('Laurel Heights', 34.8228883, -82.3470931, "Arby's", 34.8203246333477, -82.3391483000523, 'Fast Food Restaurant'), ('Laurel Heights', 34.8228883, -82.3470931, 'Super Bi-Lo', 34.8207478158857, -82.33817219666714, 'Grocery Store'), ('Laurel Heights', 34.8228883, -82.3470931, 'Office Depot', 34.821436, -82.337943, 'Paper / Office Supplies Store'), ('Laurel Heights', 34.8228883, -82.3470931, '19 Wine & Spirits', 34.82103310957005, -82.34106426483075, 'Liquor Store'), ('Laurel Heights', 34.8228883, -82.3470931, 'Bank Of America ATM', 34.8288303, -82.34682, 'ATM'), ('Laurel Heights', 34.8228883, -82.3470931, 'Verdae Village', 34.82091519733675, -82.33969723870197, 'Shopping Mall'), ('Laurel Heights', 34.8228883, -82.3470931, 'Cato', 34.82928, -82.34552264213562, "Women's Store"), ('Laurel Heights', 34.8228883, -82.3470931, 'Key West Connection', 34.816538, -82.343812, 'Fish Market'), ('Laurel Heights', 34.8228883, -82.3470931, 'Gower Disc Golf Course', 34.82950634572613, -82.35020887629796, 'Disc Golf'), ('Laurel Heights', 34.8228883, -82.3470931, 'Hancock Fabrics', 34.82175037506043, -82.33952541230045, 'Hobby Shop'), ('Laurel Heights', 34.8228883, -82.3470931, 'Old World Pottery', 34.830276, -82.345475, 'Furniture / Home Store'), ('Laurel Heights', 34.8228883, -82.3470931, 'Burger King', 34.820239876950325, -82.34073489904404, 'Fast Food Restaurant'), ('Laurel Heights', 34.8228883, -82.3470931, 'Casual Male XL', 34.830431, -82.348663, "Men's Store")], [('Lincoln Manor', 38.8891714, -121.3041633, 'Old Town Pizza (OTP) Lincoln', 38.89105806619118, -121.2929928961658, 'Pizza Place'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Tugboat Fish & Chips', 38.8873988, -121.29318381666667, 'Fish & Chips Shop'), ('Lincoln Manor', 38.8891714, -121.3041633, 'The Double Barrel Smokehouse', 38.891286777951294, -121.29331634810165, 'BBQ Joint'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Buonarroti Ristorante', 38.8914942010262, -121.29299730062483, 'Italian Restaurant'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Mi Pueblito Taqueria', 38.88992843816033, -121.29312604665755, 'Mexican Restaurant'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Enterprise Rent-A-Car', 38.885615104897816, -121.2942311167717, 'Rental Car Location'), ('Lincoln Manor', 38.8891714, -121.3041633, 'SUBWAY', 38.88968161475162, -121.29297553717713, 'Sandwich Place'), ('Lincoln Manor', 38.8891714, -121.3041633, "McDonald's", 38.88889084028724, -121.29309117794037, 'Fast Food Restaurant'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Tamraloo Music', 38.88947677612305, -121.30360412597656, 'Music Venue'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Shell', 38.888287, -121.293105, 'Gas Station'), ('Lincoln Manor', 38.8891714, -121.3041633, "Andy's Sprinkler Repair", 38.88895797729492, -121.31053161621094, 'Business Service'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Auburn Ravine Dog Park', 38.882738479820354, -121.30217708469435, 'Dog Run'), ('Lincoln Manor', 38.8891714, -121.3041633, 'La Villa', 38.887441071525565, -121.31242975327183, 'Mexican Restaurant'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Joiner Park', 38.89468246787326, -121.30931658586563, 'Park'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Express Mart', 38.88701017532911, -121.31254521235898, 'Convenience Store'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Lincoln Community Center', 38.88737909286981, -121.31440675831, 'Gym'), ('Lincoln Manor', 38.8891714, -121.3041633, 'Happy Garden', 38.88764863046364, -121.29298112424945, 'Chinese Restaurant')], [('Little Hollywood', -37.8931331, 145.077193, 'Murrumbeena Park', -37.89750284197328, 145.0722869607004, 'Park'), ('Little Hollywood', -37.8931331, 145.077193, 'Koko Black', -37.88703612722365, 145.08129307632305, 'Chocolate Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Temperance Society', -37.90012, 145.08114, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'Brew Cafe', -37.895065623050385, 145.07662657824653, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'Daniel Son', -37.88998017635345, 145.06768088075867, 'Breakfast Spot'), ('Little Hollywood', -37.8931331, 145.077193, 'Chadstone Shopping Centre', -37.88668819737344, 145.0835256958025, 'Shopping Mall'), ('Little Hollywood', -37.8931331, 145.077193, 'Hoyts', -37.8854894955212, 145.0823378562927, 'Multiplex'), ('Little Hollywood', -37.8931331, 145.077193, 'Axil Coffee Roasters', -37.88577982506609, 145.08315191230338, 'Coffee Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Burberry', -37.8863561, 145.0807489, 'Boutique'), ('Little Hollywood', -37.8931331, 145.077193, 'Nature Boy', -37.88998, 145.06821, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'Iron Henry', -37.89004872441129, 145.06790703190848, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, "D'elephant Thai Cuisine", -37.88736901976776, 145.0838270162144, 'Thai Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Colonial Fruit Market', -37.88650495151795, 145.08379188379104, 'Farmers Market'), ('Little Hollywood', -37.8931331, 145.077193, 'Daiso', -37.88643352200217, 145.08379657851185, 'Miscellaneous Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Tiffany & Co.', -37.88643788089303, 145.08310216043822, 'Jewelry Store'), ('Little Hollywood', -37.8931331, 145.077193, 'Zara', -37.88599266109189, 145.08186676891262, 'Clothing Store'), ('Little Hollywood', -37.8931331, 145.077193, 'MUJI 無印良品', -37.886908082907446, 145.08092606267292, 'Miscellaneous Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Tea Garden', -37.89325, 145.08761, 'Chinese Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Oakley', -37.88682430961098, 145.08209984564652, 'Clothing Store'), ('Little Hollywood', -37.8931331, 145.077193, 'Lindt Chocolat Café', -37.88598522572221, 145.08197080278526, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'T2', -37.88703861037009, 145.0812519095326, 'Tea Room'), ('Little Hollywood', -37.8931331, 145.077193, 'Mr Pilgrim', -37.887214217722324, 145.08242392849974, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'Prada', -37.88678620585744, 145.0808615448189, 'Boutique'), ('Little Hollywood', -37.8931331, 145.077193, 'Chemist Warehouse', -37.887540172520794, 145.08511941157872, 'Pharmacy'), ('Little Hollywood', -37.8931331, 145.077193, 'Laurent Boulangerie Patisserie', -37.88680299792052, 145.08082755929195, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'Gucci', -37.886929646223315, 145.0805778198101, 'Boutique'), ('Little Hollywood', -37.8931331, 145.077193, 'Woolworths', -37.887387423298236, 145.08431085441472, 'Supermarket'), ('Little Hollywood', -37.8931331, 145.077193, 'Apple Chadstone', -37.8864717, 145.083002, 'Electronics Store'), ('Little Hollywood', -37.8931331, 145.077193, "Nando's", -37.893429942636224, 145.087963595885, 'Portuguese Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Schnitz', -37.88651257921558, 145.08259082024142, 'Sandwich Place'), ('Little Hollywood', -37.8931331, 145.077193, 'Lord Of The Fries', -37.88539255046811, 145.08278329887617, 'Fast Food Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Kintochi Sushi', -37.88523022493481, 145.08262780780328, 'Sushi Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'JB Hi-Fi', -37.885268272952935, 145.08243451575157, 'Electronics Store'), ('Little Hollywood', -37.8931331, 145.077193, 'GAP', -37.8863262946438, 145.0811871661554, 'Clothing Store'), ('Little Hollywood', -37.8931331, 145.077193, 'Nespresso', -37.88640053375083, 145.0824728626925, 'Coffee Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Sushi Sushi', -37.88705749233661, 145.0813588347426, 'Sushi Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'ALDI', -37.88629373578058, 145.0838602770519, 'Supermarket'), ('Little Hollywood', -37.8931331, 145.077193, 'Dude Food Man', -37.886010369892446, 145.0802621626997, 'Food Truck'), ('Little Hollywood', -37.8931331, 145.077193, 'David Jones', -37.88666192139974, 145.0800412646248, 'Department Store'), ('Little Hollywood', -37.8931331, 145.077193, 'PappaRich', -37.88713762888851, 145.08367412804296, 'Malay Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Lotus Pond Chinese Restaurant', -37.88947, 145.06704, 'Chinese Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Pets Paradise', -37.885908628249275, 145.08324678555564, 'Pet Store'), ('Little Hollywood', -37.8931331, 145.077193, 'Boost Juice', -37.88574576694579, 145.08326154078725, 'Juice Bar'), ('Little Hollywood', -37.8931331, 145.077193, 'Subway', -37.893474808587115, 145.08839594756103, 'Sandwich Place'), ('Little Hollywood', -37.8931331, 145.077193, 'Starbucks', -37.88700573350115, 145.08375431145504, 'Coffee Shop'), ('Little Hollywood', -37.8931331, 145.077193, "McDonald's", -37.886323523585126, 145.07793474426705, 'Fast Food Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Chillimama', -37.886581, 145.082581, 'Asian Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Urban Asian', -37.8865147995762, 145.08264849469802, 'Asian Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Little Sparrow', -37.88709742535211, 145.08143764431253, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'Chocolateria San Churro', -37.88741, 145.083806, 'Dessert Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Jasper Coffee', -37.88623135853505, 145.08374595176366, 'Coffee Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Calia', -37.885964, 145.080763, 'Japanese Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'The Coffee Club', -37.88653975310123, 145.08372742045822, 'Coffee Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Hughesdale Station Bus Stop', -37.89459009348965, 145.0770633758252, 'Bus Stop'), ('Little Hollywood', -37.8931331, 145.077193, 'Knafeh Nabulseyeh', -37.89367, 145.07714, 'Middle Eastern Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Kimchi Country', -37.89394, 145.07709, 'Korean Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Country Road', -37.886539575544575, 145.0824587636766, 'Clothing Store'), ('Little Hollywood', -37.8931331, 145.077193, "Nando's", -37.88595607918635, 145.0834695835435, 'Portuguese Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'New Shanghai', -37.88641, 145.08243, 'Dumpling Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Dessert Story', -37.88719214655142, 145.08367876820253, 'Dessert Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Miam Miam', -37.886698235583744, 145.08387745120388, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'Subway', -37.8858108565658, 145.08322410992292, 'Sandwich Place'), ('Little Hollywood', -37.8931331, 145.077193, 'Yokozuna Ramen Experts', -37.886642757460365, 145.08380299475374, 'Ramen Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'KFC', -37.885793184953016, 145.0835183922757, 'Fast Food Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Boyd Park', -37.8870569242421, 145.07347161580464, 'Park'), ('Little Hollywood', -37.8931331, 145.077193, 'Cotton On Kids', -37.886852, 145.08095, 'Kids Store'), ('Little Hollywood', -37.8931331, 145.077193, "McDonald's", -37.8853502868431, 145.0826280380636, 'Fast Food Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Home base', -37.90014636492072, 145.07460782329215, 'Warehouse Store'), ('Little Hollywood', -37.8931331, 145.077193, 'Calvin Klein Jeans', -37.88687817253544, 145.08214473724365, 'Clothing Store'), ('Little Hollywood', -37.8931331, 145.077193, 'French Connection UK (FCUK)', -37.886962, 145.082355, 'Clothing Store'), ('Little Hollywood', -37.8931331, 145.077193, "Ted's Cameras", -37.886436481227776, 145.08114819298262, 'Camera Store'), ('Little Hollywood', -37.8931331, 145.077193, 'gyoza gyoza', -37.88726568128308, 145.08362490028998, 'Japanese Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Yu’s Kitchen', -37.886058, 145.081054, 'Chinese Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Pottery Barn', -37.886093720078435, 145.08151693862948, 'Furniture / Home Store'), ('Little Hollywood', -37.8931331, 145.077193, 'Aēsop', -37.88626924754675, 145.0823181857138, 'Cosmetics Shop'), ('Little Hollywood', -37.8931331, 145.077193, 'Reactor Bar & Cafe', -37.88543271903684, 145.08293213051772, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'Levi', -37.890529, 145.06744, 'Café'), ('Little Hollywood', -37.8931331, 145.077193, 'Sportsgirl', -37.885791703323996, 145.0822663665189, "Women's Store"), ('Little Hollywood', -37.8931331, 145.077193, "luk's thai", -37.890456, 145.06645, 'Thai Restaurant'), ('Little Hollywood', -37.8931331, 145.077193, 'Shell Coles Express', -37.89391383689371, 145.0884343784373, 'Gas Station')], [('Little Russia', 40.2338211, -84.4096729, 'United States Postal Service', 40.23388696040407, -84.41469669342041, 'Post Office'), ('Little Russia', 40.2338211, -84.4096729, 'Russia Inn', 40.234286489107824, -84.40881043593849, 'Diner'), ('Little Russia', 40.2338211, -84.4096729, "Cruzier's Bar", 40.235115570097555, -84.40687407815564, 'Bar')], [('Little Saigon', 37.7843156, -122.4163481, 'RS94109', 37.78563944612241, -122.41816520690917, 'Record Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Saigon Sandwich', 37.783084082892096, -122.41764971994778, 'Sandwich Place'), ('Little Saigon', 37.7843156, -122.4163481, 'Onsen', 37.783642008738866, -122.41544348275967, 'Spa'), ('Little Saigon', 37.7843156, -122.4163481, 'Tender', 37.7862551155958, -122.41731657973877, 'Wine Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'Lers Ros Thai', 37.78475865530321, -122.41781120656418, 'Thai Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Ales Unlimited: Beer Basement', 37.782751010518155, -122.41565625777173, 'Beer Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'Great American Music Hall', 37.784980408613364, -122.41890618707757, 'Rock Club'), ('Little Saigon', 37.7843156, -122.4163481, "Brenda's French Soul Food", 37.782896409128426, -122.41889744997026, 'Southern / Soul Food Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Scullery', 37.78656567565333, -122.4146014679702, 'Coffee Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'The Family Room', 37.786872341937645, -122.4165405949604, 'Pop-Up Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'The Lucky Pig', 37.78515514970279, -122.41771348117557, 'Korean Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Jane', 37.78651387688285, -122.41826491410286, 'Coffee Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Whitechapel', 37.782229672214264, -122.41888384430436, 'Cocktail Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'George and Lennie', 37.781701059650835, -122.41521318340857, 'Coffee Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Philz Coffee', 37.781266078330276, -122.41690086946063, 'Coffee Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Bourbon & Branch', 37.78583930508104, -122.41308816541645, 'Speakeasy'), ('Little Saigon', 37.7843156, -122.4163481, 'Zen Yai Thai', 37.78416117171062, -122.41909451046384, 'Thai Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Grass Roots', 37.78689060215334, -122.41952465653297, 'Marijuana Dispensary'), ('Little Saigon', 37.7843156, -122.4163481, 'Wilson & Wilson Private Detective Agency', 37.785969424436054, -122.4129694595614, 'Speakeasy'), ('Little Saigon', 37.7843156, -122.4163481, "Ike's Sandwiches", 37.78514559764317, -122.4196290626362, 'Sandwich Place'), ('Little Saigon', 37.7843156, -122.4163481, 'Phở 2000', 37.78389589839736, -122.41778706363343, 'Vietnamese Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'STUDIOMIX', 37.78511904186168, -122.4209531548301, 'Gym'), ('Little Saigon', 37.7843156, -122.4163481, 'Kuma Sushi + Sake', 37.7867804695193, -122.41988550891186, 'Sushi Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Bandit', 37.786469, -122.414462, 'Burger Joint'), ('Little Saigon', 37.7843156, -122.4163481, "Rusty's Southern", 37.784200364220894, -122.41851811012705, 'Southern / Soul Food Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Tselogs', 37.78647937415373, -122.4131275886682, 'Filipino Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Hải Ký Mì Gia', 37.78420682863829, -122.41791080836798, 'Vietnamese Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Golden Era Vegan', 37.78149473910515, -122.41682231651436, 'Vegetarian / Vegan Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Asian Art Museum', 37.780177691822274, -122.41650543857212, 'Art Museum'), ('Little Saigon', 37.7843156, -122.4163481, 'Sai Jai Thai', 37.785106, -122.417399, 'Thai Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Angel Cafe & Deli', 37.786612, -122.414979, 'Café'), ('Little Saigon', 37.7843156, -122.4163481, 'Liholiho Yacht Club', 37.78833241767785, -122.41460517290737, 'Hawaiian Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Hinata', 37.78308964325582, -122.42073168119563, 'Sushi Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Mr. Holmes Bakehouse', 37.787626304136914, -122.41841702221737, 'Bakery'), ('Little Saigon', 37.7843156, -122.4163481, 'Bite', 37.788375567460754, -122.41550360576556, 'Sandwich Place'), ('Little Saigon', 37.7843156, -122.4163481, 'Design Rehab', 37.782630920410156, -122.41081237792969, 'Design Studio'), ('Little Saigon', 37.7843156, -122.4163481, "Pearl's Deluxe Burgers", 37.78764896810783, -122.4136204868911, 'Burger Joint'), ('Little Saigon', 37.7843156, -122.4163481, 'Center for New Music', 37.78290983042214, -122.41086438203486, 'Music Venue'), ('Little Saigon', 37.7843156, -122.4163481, 'Arsicault Bakery', 37.780789, -122.413433, 'Bakery'), ('Little Saigon', 37.7843156, -122.4163481, 'Villon', 37.780865252229155, -122.41247055353418, 'French Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Los Hermanos Taqueria', 37.78620452456795, -122.41767027458772, 'Mexican Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'The Strand', 37.7798876509815, -122.41313778134582, 'Theater'), ('Little Saigon', 37.7843156, -122.4163481, 'Chisme', 37.78846715609786, -122.41480239709736, 'Mexican Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Orpheum Theatre', 37.77931513142802, -122.41479024053517, 'Theater'), ('Little Saigon', 37.7843156, -122.4163481, 'A La Turca Restaurant', 37.78614159981687, -122.41758355741563, 'Turkish Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Brannan Food Trucks', 37.782672060833136, -122.41027210933136, 'Food Truck'), ('Little Saigon', 37.7843156, -122.4163481, 'Big', 37.78333171259477, -122.4107311465506, 'Cocktail Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'Spoke Art Gallery', 37.78859771046097, -122.41383174816049, 'Art Gallery'), ('Little Saigon', 37.7843156, -122.4163481, 'Louie’s Gen-Gen Room', 37.78832886198606, -122.41458235972743, 'Speakeasy'), ('Little Saigon', 37.7843156, -122.4163481, 'Utsuwa Floral Design', 37.788575, -122.420151, 'Flower Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Taylor Street Coffee Shop', 37.78568085058454, -122.41121571514505, 'Coffee Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Proper Hotel San Francisco', 37.780876, -122.412456, 'Hotel'), ('Little Saigon', 37.7843156, -122.4163481, 'Marrakech Magic Theater', 37.78596934229529, -122.41177832365518, 'Theater'), ('Little Saigon', 37.7843156, -122.4163481, 'La Biang Thai Massage', 37.78873832023195, -122.42044168410258, 'Massage Studio'), ('Little Saigon', 37.7843156, -122.4163481, 'The Olympic Club', 37.788181056861674, -122.41106656038573, 'Gym / Fitness Center'), ('Little Saigon', 37.7843156, -122.4163481, 'Crostini And Java', 37.789110715703686, -122.41709877896758, 'Café'), ('Little Saigon', 37.7843156, -122.4163481, 'Black Sugar', 37.786135125067496, -122.40994756960231, 'Bubble Tea Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Gusto Pinsa Romana', 37.7895944763817, -122.41387265343073, 'Italian Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Books, Inc.', 37.78161387913699, -122.42053066602286, 'Bookstore'), ('Little Saigon', 37.7843156, -122.4163481, 'Hashimoto Contemporary', 37.78859965020452, -122.41380316605063, 'Art Gallery'), ('Little Saigon', 37.7843156, -122.4163481, 'The Flying Falafel', 37.781323, -122.411138, 'Mediterranean Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Black Cat', 37.78378243037578, -122.41442276565527, 'Jazz Club'), ('Little Saigon', 37.7843156, -122.4163481, 'Alonzo King LINES Dance Center', 37.78011579001734, -122.41218675901435, 'Dance Studio'), ('Little Saigon', 37.7843156, -122.4163481, "Charmaine's", 37.78080017966184, -122.41234271279701, 'Hotel Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'Equator Coffees & Teas', 37.78259750945642, -122.41021782159805, 'Coffee Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Le Colonial', 37.78828061940812, -122.41245016717406, 'Vietnamese Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Herbst Theater', 37.779548182877924, -122.42095293686124, 'Concert Hall'), ('Little Saigon', 37.7843156, -122.4163481, 'Montesacro', 37.78171949169427, -122.40987542855284, 'Pizza Place'), ('Little Saigon', 37.7843156, -122.4163481, 'Peacekeeper', 37.7896591404583, -122.41251589595036, 'Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'Bikram Yoga', 37.78935385240949, -122.42044212569694, 'Yoga Studio'), ('Little Saigon', 37.7843156, -122.4163481, 'YamaSho', 37.78659931408897, -122.42094890932789, 'Karaoke Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'Benjamin Cooper', 37.787396, -122.409847, 'Cocktail Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'American Conservatory Theater', 37.786968474038346, -122.41010342637672, 'Theater'), ('Little Saigon', 37.7843156, -122.4163481, 'Blick Art Materials', 37.7824467, -122.4097432, 'Arts & Crafts Store'), ('Little Saigon', 37.7843156, -122.4163481, 'Liquid Gold', 37.79060167515175, -122.41737185522346, 'Beer Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'Music City Rehearsal', 37.78872811237349, -122.41957793254586, 'Rock Club'), ('Little Saigon', 37.7843156, -122.4163481, 'Limoncello', 37.78739297703647, -122.42339085911853, 'Wine Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Ben Thai Cafe', 37.78923323075366, -122.42047853188144, 'Thai Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, "Ryoko's Japanese Restaurant & Bar", 37.788183, -122.411882, 'Sushi Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Village Pets', 37.790566294608844, -122.41722487519357, 'Pet Store'), ('Little Saigon', 37.7843156, -122.4163481, 'Trumaker HQ', 37.78857, -122.41202, 'Office'), ('Little Saigon', 37.7843156, -122.4163481, 'August Hall', 37.78744340212743, -122.40989437852171, 'Music Venue'), ('Little Saigon', 37.7843156, -122.4163481, 'Square Pie Guys', 37.77922897497529, -122.41086959838866, 'Pizza Place'), ('Little Saigon', 37.7843156, -122.4163481, 'Tú Lan Restaurant', 37.78198675959605, -122.40997699286595, 'Vietnamese Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'Birdsong', 37.77942453003254, -122.41047319701762, 'Restaurant'), ('Little Saigon', 37.7843156, -122.4163481, 'War Memorial Opera House', 37.77860106097681, -122.42081554583409, 'Opera House'), ('Little Saigon', 37.7843156, -122.4163481, 'Bloom Room', 37.78211403269191, -122.4084819408253, 'Marijuana Dispensary'), ('Little Saigon', 37.7843156, -122.4163481, 'Taqueria Cancun', 37.78187463362188, -122.41032242774963, 'Burrito Place'), ('Little Saigon', 37.7843156, -122.4163481, 'BevMo!', 37.7878754, -122.4220819, 'Liquor Store'), ('Little Saigon', 37.7843156, -122.4163481, 'City Beer Store', 37.778493094160055, -122.4122441455316, 'Beer Bar'), ('Little Saigon', 37.7843156, -122.4163481, 'Heart of The City Farmers Market', 37.77989039851448, -122.41431623697281, 'Farmers Market'), ('Little Saigon', 37.7843156, -122.4163481, 'Chai Bar', 37.78195463861858, -122.41068043044051, 'Coffee Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Louise M. Davies Symphony Hall', 37.7779761642689, -122.42015694896058, 'Concert Hall'), ('Little Saigon', 37.7843156, -122.4163481, 'Mint Plaza', 37.78273106052308, -122.40786015987398, 'Plaza'), ('Little Saigon', 37.7843156, -122.4163481, 'PianoFight', 37.78393943688211, -122.41091008867993, 'Indie Theater'), ('Little Saigon', 37.7843156, -122.4163481, "Dottie's True Blue Cafe", 37.781748480692144, -122.40982873079493, 'Breakfast Spot'), ('Little Saigon', 37.7843156, -122.4163481, 'Saint Frank', 37.77951880012043, -122.41043187684741, 'Coffee Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'Hostelling International', 37.786467322814346, -122.40965415362554, 'Hostel'), ('Little Saigon', 37.7843156, -122.4163481, 'Fresh Brew Coffee', 37.78978620008683, -122.41177850836404, 'Coffee Shop'), ('Little Saigon', 37.7843156, -122.4163481, 'San Francisco Ballet', 37.77858023622605, -122.42079814446592, 'Dance Studio')], [('Lone Mountain', 37.7790963, -122.4519159, 'Koret Health & Recreation Center', 37.77695433495704, -122.4546947527725, 'College Gym'), ('Lone Mountain', 37.7790963, -122.4519159, 'Active Care', 37.781631630294534, -122.45148075553828, 'Physical Therapist'), ('Lone Mountain', 37.7790963, -122.4519159, 'fifty/fifty', 37.78164126755753, -122.4531571619713, 'Coffee Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Internos Wine Cafe', 37.78169133363649, -122.45385604651639, 'Wine Bar'), ('Lone Mountain', 37.7790963, -122.4519159, 'Tofino Wines', 37.782783878825974, -122.44903868903226, 'Wine Bar'), ('Lone Mountain', 37.7790963, -122.4519159, "Trader Joe's", 37.78332526728117, -122.44773834872937, 'Grocery Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Angelo J. Rossi Baseball Field', 37.778680699133844, -122.45673269033432, 'Baseball Field'), ('Lone Mountain', 37.7790963, -122.4519159, 'Manitas Cafe & Deli', 37.773436152847985, -122.45063048396337, 'Café'), ('Lone Mountain', 37.7790963, -122.4519159, 'Arguello Market', 37.775627, -122.458268, 'Deli / Bodega'), ('Lone Mountain', 37.7790963, -122.4519159, 'Arsicault Bakery', 37.78344069001445, -122.459102169183, 'Bakery'), ('Lone Mountain', 37.7790963, -122.4519159, 'Velo Rouge Cafe', 37.77520414455356, -122.45832121037652, 'Café'), ('Lone Mountain', 37.7790963, -122.4519159, 'Sun Stream Coffee', 37.78273478764565, -122.4490427635292, 'Bakery'), ('Lone Mountain', 37.7790963, -122.4519159, 'Bend Yoga Studio', 37.77366623035894, -122.44833084917461, 'Yoga Studio'), ('Lone Mountain', 37.7790963, -122.4519159, 'Soothe', 37.773662, -122.447404, 'Massage Studio'), ('Lone Mountain', 37.7790963, -122.4519159, 'Home Service Market aka "George\'s"', 37.77406310003624, -122.44597612728597, 'Convenience Store'), ('Lone Mountain', 37.7790963, -122.4519159, "Breck's", 37.783315, -122.459233, 'Wine Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'The Panhandle', 37.77237695730286, -122.44657516479494, 'Park'), ('Lone Mountain', 37.7790963, -122.4519159, "Pet's Corner", 37.78122379678893, -122.45904183027513, 'Pet Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Bella Trattoria Italiana', 37.781315310240394, -122.46103951859854, 'Italian Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Karma Cafe', 37.7736123729374, -122.44778207587524, 'Café'), ('Lone Mountain', 37.7790963, -122.4519159, "Bryan's Market", 37.7865165121848, -122.45093717321893, 'Gourmet Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Derm', 37.781965, -122.453837, 'Thai Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Hayes Gate - Golden Gate Park', 37.77107633990057, -122.45417960694874, 'Park'), ('Lone Mountain', 37.7790963, -122.4519159, 'B★Star Cafe', 37.78307579704211, -122.46068957365013, 'Burmese Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Workshop.', 37.777438452809925, -122.44156203405919, 'Arts & Crafts Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Sloat Garden Center', 37.78264877453194, -122.46138329515762, 'Flower Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Wako', 37.78303200071665, -122.4615756791682, 'Japanese Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Books Inc', 37.78632567063055, -122.45181233663317, 'Bookstore'), ('Lone Mountain', 37.7790963, -122.4519159, 'Matching Half Cafe', 37.77735594767947, -122.44162796250136, 'Café'), ('Lone Mountain', 37.7790963, -122.4519159, 'Park Life', 37.78308647266149, -122.46165835038073, 'Art Gallery'), ('Lone Mountain', 37.7790963, -122.4519159, 'Spruce', 37.787550895345944, -122.45277727289712, 'New American Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Sociale', 37.78689578253514, -122.45307962677398, 'Italian Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'St. Frank', 37.78717, -122.45295800000001, 'Miscellaneous Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Clement Street Farmers Market', 37.783092296974296, -122.46150520669035, 'Farmers Market'), ('Lone Mountain', 37.7790963, -122.4519159, 'Angelo J. Rossi Park', 37.77858026537085, -122.45828032493591, 'Field'), ('Lone Mountain', 37.7790963, -122.4519159, 'Black/Jasmine', 37.777526, -122.443268, 'Coffee Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'JCC Fitness Center', 37.787214713955066, -122.44767149908067, 'Gym'), ('Lone Mountain', 37.7790963, -122.4519159, 'A Runners Mind - San Francisco', 37.78759465475056, -122.4514731304913, 'Sporting Goods Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Dahlia Garden', 37.772503081920696, -122.45936918740051, 'Garden'), ('Lone Mountain', 37.7790963, -122.4519159, 'Eats', 37.783210267267805, -122.46008974295104, 'Breakfast Spot'), ('Lone Mountain', 37.7790963, -122.4519159, 'The Pig and Whistle', 37.78211711495314, -122.44907499948255, 'Pub'), ('Lone Mountain', 37.7790963, -122.4519159, "Giorgio's Pizzeria", 37.78309095009425, -122.46109832636017, 'Pizza Place'), ('Lone Mountain', 37.7790963, -122.4519159, 'USF - Lone Mountain Stairs', 37.777900397489155, -122.45164286185624, 'Outdoor Sculpture'), ('Lone Mountain', 37.7790963, -122.4519159, 'Jannah', 37.77588496769641, -122.44598112171919, 'Middle Eastern Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, "Bob's On Baker", 37.77654188098846, -122.44177334010601, 'Donut Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Chapeau!', 37.783238280147856, -122.46070906260171, 'French Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Amitis Cafe', 37.77395805932014, -122.44598862266956, 'Café'), ('Lone Mountain', 37.7790963, -122.4519159, "Uncle Boy's", 37.77732664891525, -122.4616312041744, 'Burger Joint'), ('Lone Mountain', 37.7790963, -122.4519159, 'Ulta Beauty', 37.78185272216797, -122.44586181640625, 'Cosmetics Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Covet', 37.783413, -122.4593, 'Accessories Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Arguello Gate - Golden Gate Park', 37.77431367507472, -122.45840837026492, 'Park'), ('Lone Mountain', 37.7790963, -122.4519159, 'Peacock Meadows', 37.771768332609405, -122.45735294032184, 'Park'), ('Lone Mountain', 37.7790963, -122.4519159, 'Green Chile Kitchen', 37.77736323565456, -122.44188173193396, 'Mexican Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Artesano', 37.78662822254398, -122.45044947820467, 'Latin American Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Parkside Market', 37.77438418485962, -122.44281242582275, 'Liquor Store'), ('Lone Mountain', 37.7790963, -122.4519159, "Mel's Drive-In", 37.78120373731287, -122.45495875883056, 'Diner'), ('Lone Mountain', 37.7790963, -122.4519159, 'BevMo!', 37.7809085, -122.4560508, 'Liquor Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Plough & Stars', 37.78319398243084, -122.46054567212649, 'Pub'), ('Lone Mountain', 37.7790963, -122.4519159, 'The Spanish Table', 37.78322340996579, -122.46078799969074, 'Wine Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'SEPHORA', 37.7865534, -122.4502845, 'Cosmetics Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Little Sweet', 37.781255376198594, -122.46068479063322, 'Bubble Tea Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'The UPS Store', 37.7815822, -122.4528978, 'Shipping Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Fuchsia Dell', 37.773083715440805, -122.45677808877447, 'Park'), ('Lone Mountain', 37.7790963, -122.4519159, 'Patrick Richards Salon', 37.78746333778113, -122.45255870811854, 'Salon / Barbershop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Pier 1 Imports', 37.7812229, -122.4568236, 'Furniture / Home Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Pretty Please Bakeshop', 37.78324200200469, -122.46127591328398, 'Bakery'), ('Lone Mountain', 37.7790963, -122.4519159, 'Chase Bank', 37.781266, -122.454402, 'Bank'), ('Lone Mountain', 37.7790963, -122.4519159, 'Magic Flute Ristorante', 37.78732916317867, -122.45314856832933, 'American Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'European Wax Center', 37.781837646612075, -122.4454493413806, 'Health & Beauty Service'), ('Lone Mountain', 37.7790963, -122.4519159, 'Central Coffee Tea & Spice', 37.77421214550998, -122.44442673394492, 'Coffee Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Tastebuds', 37.77717, -122.46281, 'Southern / Soul Food Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, "Tony's Cable Car Restaurant", 37.78281440366602, -122.44483643896709, 'Burger Joint'), ('Lone Mountain', 37.7790963, -122.4519159, 'Target', 37.78186832392801, -122.44680208992513, 'Big Box Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Star India', 37.7812078988996, -122.4593669859706, 'Indian Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'DayOne Baby', 37.7878907, -122.4512714, 'Baby Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Barrel Head Brewhouse', 37.7758745732564, -122.44617287605531, 'Brewery'), ('Lone Mountain', 37.7790963, -122.4519159, "Kid's Kingdom", 37.772056361309204, -122.44785357612571, 'Playground'), ('Lone Mountain', 37.7790963, -122.4519159, 'Subway', 37.7819627, -122.44594, 'Sandwich Place'), ('Lone Mountain', 37.7790963, -122.4519159, 'General Tso Kitchen 外婆橋私房菜馆', 37.7810728447177, -122.45965480377417, 'Chinese Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, "Shi's Hair Studio", 37.783305, -122.459911, 'Cosmetics Shop'), ('Lone Mountain', 37.7790963, -122.4519159, "Earth's Coffee", 37.781464642288825, -122.45564512021089, 'Coffee Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Mescolanza', 37.78134658031404, -122.45992168890297, 'Italian Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Picnix', 37.787102074927084, -122.45637327432632, 'American Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Bistro Gambrinus', 37.77567203663306, -122.44689848814848, 'Eastern European Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Rossi Swimming Pool', 37.77903817862377, -122.45828032493591, 'Pool'), ('Lone Mountain', 37.7790963, -122.4519159, "Mo'z Cafe", 37.78216893428538, -122.44785572298181, 'Café'), ('Lone Mountain', 37.7790963, -122.4519159, 'Cal-Mart', 37.78633189846904, -122.4527852409834, 'Supermarket'), ('Lone Mountain', 37.7790963, -122.4519159, 'Sweet Things', 37.786361751530016, -122.45280819407283, 'Cupcake Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Seedstore', 37.78311201336699, -122.46155049705769, 'Clothing Store'), ('Lone Mountain', 37.7790963, -122.4519159, 'Papalote Mexican Grill', 37.77588157851198, -122.44609044993082, 'Mexican Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'SQwers Izakaya & Sushi BAR', 37.78189618301288, -122.45134008269928, 'Sushi Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'vixi cucina italiana', 37.786210303692656, -122.45366566889984, 'Italian Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Wells Fargo', 37.78159798865338, -122.45826289057732, 'Bank'), ('Lone Mountain', 37.7790963, -122.4519159, 'Starbucks', 37.78622, -122.453203, 'Coffee Shop'), ('Lone Mountain', 37.7790963, -122.4519159, 'Hertz', 37.781341, -122.46158, 'Rental Car Location'), ('Lone Mountain', 37.7790963, -122.4519159, 'Anza Vista', 37.77972063024766, -122.44206540753626, 'Neighborhood'), ('Lone Mountain', 37.7790963, -122.4519159, 'Twilight Cafe', 37.77572073222459, -122.45500582918723, 'Middle Eastern Restaurant'), ('Lone Mountain', 37.7790963, -122.4519159, 'Aqua Spa', 37.783223666884915, -122.45941841547041, 'Cosmetics Shop'), ('Lone Mountain', 37.7790963, -122.4519159, "O'Keeffe's", 37.77734347128134, -122.46290463521713, 'Bar'), ('Lone Mountain', 37.7790963, -122.4519159, 'Camp BBQ', 37.781141076140386, -122.46257445896336, 'Japanese Restaurant')], [('Lower Haight', 37.7719261, -122.4324791274891, 'Réveille Coffee Co.', 37.77097771218059, -122.43202895838355, 'Coffee Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Wiggle Bicycles', 37.770953665992835, -122.43221475860007, 'Bike Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Toronado', 37.77194138747606, -122.43122284671243, 'Dive Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Maven', 37.771952185838934, -122.43205537504465, 'Cocktail Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Duboce Park', 37.76945795215864, -122.43301340038954, 'Park'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Palmyra', 37.771748720188974, -122.43382539364248, 'Mediterranean Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Upper Playground', 37.771534555623575, -122.4303068208938, 'Boutique'), ('Lower Haight', 37.7719261, -122.4324791274891, 'The Center SF', 37.77454451433456, -122.43073033291728, 'Spiritual Center'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Church of 8 Wheels', 37.77473300756682, -122.43086218243958, 'Roller Rink'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Yoga Garden', 37.77198233757195, -122.4371073995282, 'Yoga Studio'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Perilla', 37.77206003875018, -122.43083496703683, 'Vietnamese Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Harvey Milk Recreational Arts Center', 37.769482098023715, -122.43392105413758, 'Event Space'), ('Lower Haight', 37.7719261, -122.4324791274891, "Rooky Ricardo's", 37.77211, -122.429186, 'Record Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Uva Enoteca', 37.77201109794026, -122.4315560597662, 'Italian Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Comix Experience', 37.77243285569474, -122.43735592709122, 'Comic Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Sightglass Coffee', 37.77228702957698, -122.43741884185536, 'Coffee Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Le Café du Soleil', 37.77123979179069, -122.4302300414004, 'Café'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Iza Ramen', 37.771694, -122.430429, 'Ramen Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'The Little Chihuahua', 37.77203349168377, -122.43700236082077, 'Burrito Place'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Gamescape', 37.772692429474894, -122.43746740774097, 'Toy / Game Store'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Ragazza', 37.77244056187205, -122.4374771118164, 'Pizza Place'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Alamo Square', 37.77604493890036, -122.43436268009934, 'Park'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Beit Rima', 37.76875439388483, -122.42904017764762, 'Middle Eastern Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, "Memphis Minnie's BBQ", 37.7720072020819, -122.43165873720946, 'BBQ Joint'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Flagship CrossFit', 37.76830446274301, -122.42930492606614, 'Gym'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Powder', 37.77158690143866, -122.4370995097535, 'Ice Cream Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Painted Ladies', 37.77611954047747, -122.43338919043477, 'Historic Site'), ('Lower Haight', 37.7719261, -122.4324791274891, 'El Castillito', 37.7687639, -122.4293081, 'Mexican Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Dog Park', 37.76950308537045, -122.43270925707372, 'Dog Run'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Alamo Square Dog Park', 37.77587824200634, -122.4357395910845, 'Dog Run'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Tea And Others', 37.771351, -122.437029, 'Bubble Tea Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'The Apothecarium', 37.76858652143181, -122.42772970925192, 'Marijuana Dispensary'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Bi-Rite Market', 37.77479553269564, -122.4377388357674, 'Market'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Indian Paradox', 37.77158, -122.436919, 'Indian Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Souvla', 37.77457655200334, -122.4378085167028, 'Souvlaki Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Nopa', 37.774888, -122.437532, 'New American Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Cafe International', 37.772156000568806, -122.43069053724709, 'Café'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Bi-Rite Creamery', 37.77473518150432, -122.43768939710218, 'Ice Cream Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'The Page', 37.772109, -122.437091, 'Dive Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Horsefeather', 37.77451588050533, -122.43767808543302, 'Cocktail Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, "Molotov's", 37.77197324545846, -122.43174555628809, 'Dive Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, "L'Ardoise", 37.766674548230164, -122.43326095822378, 'French Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Rare Device', 37.77505169224675, -122.43776166434051, 'Gift Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'RT Rotisserie', 37.773238, -122.43891599999999, 'Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Woodhouse Fish Co.', 37.76777970212482, -122.42864613666231, 'Seafood Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'The Independent', 37.77557274879696, -122.43783539145652, 'Rock Club'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Swedish American Hall', 37.766756004771516, -122.43056333498883, 'Concert Hall'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Blackbird Bar', 37.767262, -122.429601, 'Cocktail Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Originals Vinyl', 37.77583537316656, -122.43122672765473, 'Record Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Last Rites', 37.76774607691781, -122.42934078944683, 'Tiki Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Falletti Foods', 37.77323820160938, -122.43899852180465, 'Grocery Store'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Fool’s Errand', 37.77551224062072, -122.43796057402282, 'Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Pet Food Express', 37.76923879073783, -122.42627112387855, 'Pet Store'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Duboce Park Cafe', 37.769334029078294, -122.43156104695636, 'Coffee Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Verve Coffee Roasters', 37.767121, -122.429152, 'Coffee Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Bar Crudo', 37.775706638461116, -122.43801921397446, 'Seafood Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Nopalito', 37.77354423993796, -122.43917940929911, 'Mexican Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'The Viking Room', 37.76668542621153, -122.43020971859733, 'New American Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Whole Foods Market', 37.768735586838446, -122.42693589670061, 'Grocery Store'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Purple Rice', 37.77189, -122.430775, 'Korean Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Academy of Ballet', 37.76698359629947, -122.42935580004153, 'Dance Studio'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Madrone Art Bar', 37.77402499617328, -122.4374303917682, 'Nightclub'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Fig & Thistle Market', 37.76784145300084, -122.42834606213498, 'Wine Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, 'MAAS & Stacks', 37.76719026841069, -122.42945776505728, 'Clothing Store'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Thorough Bread and Pastry', 37.766408, -122.429051, 'Bakery'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Groove Merchant', 37.771689695855756, -122.43356971132943, 'Record Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'SALT', 37.7726194545472, -122.43742447652257, 'Gym / Fitness Center'), ('Lower Haight', 37.7719261, -122.4324791274891, 'il Casaro Pizzeria & Mozzarella Bar', 37.766919, -122.42876, 'Pizza Place'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Hot Zushi', 37.77204257802579, -122.43099514378852, 'Sushi Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Nara', 37.77213637941631, -122.43080061177345, 'Sushi Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, '4505 Burgers & BBQ', 37.77612534143469, -122.43814234566274, 'BBQ Joint'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Jasmine Garden', 37.76769379927239, -122.42924321500816, 'Vietnamese Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Lucky 13', 37.767021471273786, -122.42985408004894, 'Dive Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Whole Foods Salad Bar', 37.768463, -122.42709, 'Salad Place'), ('Lower Haight', 37.7719261, -122.4324791274891, 'The Mill', 37.7764253207762, -122.43796976647843, 'Bakery'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Waller Park', 37.77164779018229, -122.42662635423903, 'Park'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Buena Vista Tennis Courts', 37.76944505768117, -122.43913152078795, 'Tennis Court'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Kantine', 37.770588837489555, -122.4252890412455, 'Scandinavian Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Domo Sushi', 37.775950987226544, -122.42615120612774, 'Sushi Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Vinyl Coffee & Wine Bar', 37.773117837194604, -122.43753741971061, 'Wine Bar'), ('Lower Haight', 37.7719261, -122.4324791274891, "Courtney's Produce", 37.76732329501875, -122.43556457125794, 'Grocery Store'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Healthy Spirits', 37.7657414578619, -122.43538867549854, 'Liquor Store'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Salt & Straw', 37.77653240407315, -122.42605136320933, 'Ice Cream Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, "Divisadero Farmers' Market", 37.77593488829244, -122.43836849064454, 'Farmers Market'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Underground SF', 37.77230508350501, -122.42933638916287, 'Nightclub'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Topo Designs', 37.775674156583534, -122.43800569884175, 'Boutique'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Suppenküche', 37.776324, -122.426382, 'German Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Petit Crenn', 37.77634384449128, -122.4264545687113, 'French Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'jū-ni', 37.77674279707642, -122.43876965372021, 'Sushi Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Loving Cup', 37.77526277282781, -122.43781274464666, 'Frozen Yogurt Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Perform For Life', 37.771340589589265, -122.42398877404277, 'Gym / Fitness Center'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Zaytoon', 37.77518502252733, -122.43789621411264, 'Mediterranean Restaurant'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Gioia Pizzeria', 37.776328, -122.425859, 'Pizza Place'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Buena Vista Park', 37.7689310221817, -122.44041210599859, 'Park'), ('Lower Haight', 37.7719261, -122.4324791274891, 'True Sake', 37.776533036480984, -122.42568104036205, 'Liquor Store'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Boba Guys', 37.77290679880422, -122.42350730562886, 'Bubble Tea Shop'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Earthbody', 37.77606725809005, -122.42615778298963, 'Spa'), ('Lower Haight', 37.7719261, -122.4324791274891, "Barry's Bootcamp", 37.764741827642155, -122.43278505231534, 'Gym / Fitness Center'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Alex Fitness', 37.764688962162424, -122.43218346570903, 'Gym'), ('Lower Haight', 37.7719261, -122.4324791274891, 'Little Star Pizza', 37.77748853090511, -122.43828074763262, 'Pizza Place')], [('Lower Pacific Heights', 37.7857666, -122.4389042, 'Hair Caffe', 37.78574201141599, -122.43613275156453, 'Salon / Barbershop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Core40', 37.7863537313724, -122.44021100353213, 'Gym / Fitness Center'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'B. Patisserie', 37.787945, -122.440804, 'Bakery'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Song Tea & Ceramics', 37.785920575723026, -122.43523145487265, 'Tea Room'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'b. on the go', 37.788138801211716, -122.4403802693906, 'Bakery'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Sweet Maple', 37.78582655159091, -122.43504808100744, 'Breakfast Spot'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'California Tennis Club', 37.78597860900293, -122.43754684925078, 'Tennis Court'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'The City Taqueria', 37.78671806139214, -122.43998997858637, 'Mexican Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Jane the Bakery', 37.78379748921064, -122.43428254305587, 'Bakery'), ('Lower Pacific Heights', 37.7857666, -122.4389042, '9:20 Special', 37.7852974340749, -122.44096020014926, 'Nightclub'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Opa Cafe', 37.78400071287919, -122.44149386557751, 'Café'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Cheese Steak Shop', 37.78557338837787, -122.43994587574682, 'Sandwich Place'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Tataki', 37.78802706011671, -122.44097917503802, 'Sushi Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'La Boulangerie de San Francisco', 37.78789193827142, -122.43398536164692, 'Bakery'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Belli Capelli', 37.78569763713261, -122.43998480174007, 'Cosmetics Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Roam Artisan Burgers', 37.787686, -122.433753, 'Burger Joint'), ('Lower Pacific Heights', 37.7857666, -122.4389042, "I Forgot It's Wednesday", 37.78796268066702, -122.4412751197815, 'American Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Godzila Sushi', 37.786269023681065, -122.44004734708645, 'Sushi Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'The Mindful Body', 37.78820074437167, -122.44176358920446, 'Yoga Studio'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'move-sf', 37.78779033507169, -122.4415434661955, 'Gym'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Pizzeria Delfina', 37.7889177627653, -122.43430656653575, 'Pizza Place'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Entangle & Sway Pole Dance Fitness', 37.78575422724489, -122.44322433222598, 'Gym / Fitness Center'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'The Fillmore', 37.78395184946436, -122.4330327549218, 'Music Venue'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'International Orange', 37.78851360966671, -122.4336131028466, 'Spa'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Smitten Ice Cream', 37.78884942599416, -122.43399218289171, 'Ice Cream Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Spice Ace', 37.7861, -122.435, 'Gourmet Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'The Progress', 37.78374466115743, -122.43297199831427, 'American Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'San Francisco Athletic Club', 37.786061997072686, -122.44003355249838, 'Sports Bar'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Kabuki Springs & Spa', 37.78440721763901, -122.43257618452989, 'Spa'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'State Bird Provisions', 37.78374261088443, -122.43287398277053, 'New American Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Ministry of Supply', 37.787203, -122.43372, "Men's Store"), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'uTOEpia', 37.78566358355515, -122.44001647983818, 'Spa'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Paper Source', 37.787744571092006, -122.43363032596409, 'Arts & Crafts Store'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Secret Agent Salon', 37.787996099304976, -122.44116093725023, 'Salon / Barbershop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Alta Plaza Park', 37.79115065006549, -122.43771314620973, 'Park'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Asmbly Hall', 37.78658681437063, -122.43333767756837, 'Boutique'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Raymond Kimbell Playground', 37.78319767097322, -122.43491012880098, 'Playground'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Presidio Pizza Company', 37.78704621329396, -122.44015790643417, 'Pizza Place'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Hamilton Park', 37.78439718583875, -122.43682341191241, 'Park'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Boba Guys', 37.78365698301195, -122.43266214946281, 'Bubble Tea Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Rag & Bone', 37.7887596, -122.4336317, 'Boutique'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Browser Books', 37.78976574653574, -122.43411125580475, 'Bookstore'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Salt & Straw', 37.789911491056365, -122.43408738728192, 'Ice Cream Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Kinokuniya Bookstore', 37.784937664521735, -122.43167202047937, 'Bookstore'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Music Lovers San Francisco', 37.786604, -122.434777, 'Music Store'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Woodhouse Fish Co.', 37.787487151946856, -122.43352109917046, 'Seafood Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Matcha Café Maiko', 37.78493310804292, -122.43176763183735, 'Ice Cream Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'The Social Study', 37.78425895943092, -122.43251503666707, 'Lounge'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Out The Door', 37.786998352463286, -122.4340120335097, 'Vietnamese Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Alta Plaza Stairs', 37.79085225358687, -122.43763074055347, 'Park'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Woori Food Market', 37.78375924658761, -122.43274762260802, 'Market'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Jane', 37.789337542537076, -122.43395989992992, 'Café'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Iyengar Yoga Institute of San Francisco', 37.78541370000189, -122.43649623933263, 'Yoga Studio'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Sweet Lime Thai Cuisine', 37.785874272359976, -122.43495736371717, 'Asian Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'SPQR', 37.78728690606852, -122.43360621510921, 'Italian Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Cottage Row Mini Park', 37.78651675373569, -122.43231446337819, 'Park'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Gardenias', 37.786109, -122.43271, 'Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Le Labo', 37.79036403825948, -122.43414139253512, 'Perfume Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Sift Dessert Bar', 37.78887040442101, -122.43407582397305, 'Cupcake Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Nijiya Market', 37.78519944878356, -122.43102511512453, 'Grocery Store'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Fillmore BakeShop', 37.78693090029705, -122.43341923583831, 'Bakery'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'OMA San Francisco Station', 37.785010213957456, -122.43093584499641, 'Sushi Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Pet Food Express', 37.787405625885576, -122.4463262183984, 'Pet Store'), ('Lower Pacific Heights', 37.7857666, -122.4389042, "Eliza's Restaurant", 37.78779, -122.441574, 'Chinese Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Marufuku Ramen', 37.785044585981645, -122.43188436047465, 'Ramen Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Royal Indian Cuisine', 37.78582179936749, -122.43313389181502, 'Indian Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'diPietro Todd Salon', 37.79036078726571, -122.43427930767693, 'Salon / Barbershop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, "Santino's Vino", 37.788967, -122.43403, 'Wine Bar'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'March', 37.788423, -122.443473, 'Furniture / Home Store'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'MaiDo Fine Stationery & Gifts', 37.78493325534015, -122.43180768573119, 'Paper / Office Supplies Store'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'La Méditerranée', 37.79004921583882, -122.43402176457614, 'Mediterranean Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, "Sophie's Crepes", 37.78484790649369, -122.43181774339398, 'Creperie'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Scotch & Soda', 37.788325, -122.4339493, 'Boutique'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Credo Beauty', 37.789684619521786, -122.43397141997058, 'Cosmetics Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'BaySubs & Deli', 37.78980857864411, -122.43383021621699, 'Sandwich Place'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Atelier Yarns', 37.787802164921864, -122.44045155954747, 'Arts & Crafts Store'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Aqua Forest Aquarium', 37.785474096996346, -122.4330599732182, 'Hobby Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Avery', 37.78406420129634, -122.43282919431634, 'New American Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Philmore Creamery', 37.786493224900006, -122.43337079992892, 'Ice Cream Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Sorrel', 37.78842635020657, -122.44618748888597, 'New American Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'The Snug', 37.79083480876302, -122.43428600344355, 'Pub'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Benkyodo', 37.7864224820624, -122.43005263012587, 'Japanese Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Clay Theatre', 37.79046583773782, -122.43435486811754, 'Indie Movie Theater'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Noosh', 37.788057, -122.433879, 'Mediterranean Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Japan Center', 37.78519611181109, -122.43028217932412, 'Shopping Mall'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Pacific Heights Health Club', 37.787983204776154, -122.43464330872956, 'Gym / Fitness Center'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Wise Sons Bagel & Bakery', 37.783652576656124, -122.43272449823225, 'Bagel Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'JCC Fitness Center', 37.787214713955066, -122.44767149908067, 'Gym'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Japantown Peace Plaza', 37.78540865679841, -122.42993087572987, 'Plaza'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Sanko', 37.78629181752941, -122.42993072335824, 'Gift Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Kaiser Permanente Optometry/Opthalmology', 37.78433519804709, -122.43995195831215, 'Eye Doctor'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Real Escape Game', 37.78556000033722, -122.43049870723199, 'Escape Room'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Nippon-ya', 37.78514722062503, -122.43093894112779, 'Gift Shop'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'JOE & THE JUICE', 37.7901076937203, -122.4341098430288, 'Juice Bar'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Hinodeya Ramen Bar', 37.786222571504034, -122.42995622632341, 'Ramen Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Florio', 37.78749587366603, -122.43362202570236, 'Italian Restaurant'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Sheba Piano Lounge', 37.783106603329, -122.43282296527993, 'Jazz Club'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Japantown Collectibles', 37.78495274541829, -122.43172452437288, 'Toy / Game Store'), ('Lower Pacific Heights', 37.7857666, -122.4389042, 'Pearl Spa and Sauna', 37.78564198712985, -122.4291301602471, 'Bath House'), ('Lower Pacific Heights', 37.7857666, -122.4389042, "Brenda's Meat & Three", 37.77826524954494, -122.43858377615564, 'Southern / Soul Food Restaurant')], [('Lower Nob Hill', 37.789, -122.4109, 'The Olympic Club', 37.788181056861674, -122.41106656038573, 'Gym / Fitness Center'), ('Lower Nob Hill', 37.789, -122.4109, 'Peacekeeper', 37.7896591404583, -122.41251589595036, 'Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'Benjamin Cooper', 37.787396, -122.409847, 'Cocktail Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'Fresh Brew Coffee', 37.78978620008683, -122.41177850836404, 'Coffee Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Pure Organic Spa', 37.78928634075461, -122.40919054070815, 'Spa'), ('Lower Nob Hill', 37.789, -122.4109, 'Gusto Pinsa Romana', 37.7895944763817, -122.41387265343073, 'Italian Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Del Popolo', 37.78980692616314, -122.41134691314204, 'Pizza Place'), ('Lower Nob Hill', 37.789, -122.4109, 'Le Colonial', 37.78828061940812, -122.41245016717406, 'Vietnamese Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Tiffany & Co.', 37.7885979, -122.4077075, 'Jewelry Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Tacorea', 37.78976228934146, -122.41079181432723, 'Korean Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'The Huntington Hotel', 37.791329475329476, -122.4122247084826, 'Hotel'), ('Lower Nob Hill', 37.789, -122.4109, 'Spoke Art Gallery', 37.78859771046097, -122.41383174816049, 'Art Gallery'), ('Lower Nob Hill', 37.789, -122.4109, 'Rue Lepic', 37.790912678347404, -122.41076957699637, 'French Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Hogwash', 37.78916079428825, -122.40994388489445, 'Beer Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'Liholiho Yacht Club', 37.78833241767785, -122.41460517290737, 'Hawaiian Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Williams-Sonoma', 37.78837660319474, -122.40744602791888, 'Kitchen Supply Store'), ('Lower Nob Hill', 37.789, -122.4109, "Stookey's Club Moderne", 37.78967032844174, -122.41203660841622, 'Cocktail Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'Collis P. Huntington Park', 37.79216169939808, -122.4121543765068, 'Park'), ('Lower Nob Hill', 37.789, -122.4109, 'The Masonic', 37.79118818627268, -122.41302191054984, 'Concert Hall'), ('Lower Nob Hill', 37.789, -122.4109, 'Black Sugar', 37.786135125067496, -122.40994756960231, 'Bubble Tea Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Westin St Francis - Imperial Room', 37.78774223089045, -122.40875601768494, 'Hotel Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'Pacific Cocktail Haven', 37.78919210005242, -122.40997105836868, 'Cocktail Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'Hashimoto Contemporary', 37.78859965020452, -122.41380316605063, 'Art Gallery'), ('Lower Nob Hill', 37.789, -122.4109, 'Big 4 Restaurant', 37.7914899311035, -122.41239296657055, 'American Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Grace Cathedral', 37.79166582464069, -122.41334845310054, 'Church'), ('Lower Nob Hill', 37.789, -122.4109, 'Union Square', 37.78793300477387, -122.40750074386597, 'Pedestrian Plaza'), ('Lower Nob Hill', 37.789, -122.4109, "Pearl's Deluxe Burgers", 37.78764896810783, -122.4136204868911, 'Burger Joint'), ('Lower Nob Hill', 37.789, -122.4109, 'Apple Union Square', 37.788689736326674, -122.4071735143661, 'Electronics Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Tselogs', 37.78647937415373, -122.4131275886682, 'Filipino Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'The Fairmont San Francisco', 37.79236732627899, -122.41046086117939, 'Hotel'), ('Lower Nob Hill', 37.789, -122.4109, 'Cowboys & Angels', 37.7865968644514, -122.4080687904669, 'Cosmetics Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Sanraku', 37.78877046964189, -122.41206745413582, 'Japanese Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Bouche', 37.79028831910032, -122.40735094045411, 'French Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Hopwater Distribution', 37.789927637673124, -122.41131669050196, 'Beer Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'Labyrinth at Grace Cathedral', 37.79212161752906, -122.41291366763596, 'Sculpture Garden'), ('Lower Nob Hill', 37.789, -122.4109, 'Wilson & Wilson Private Detective Agency', 37.785969424436054, -122.4129694595614, 'Speakeasy'), ('Lower Nob Hill', 37.789, -122.4109, 'The Archive', 37.789494095008216, -122.40576567208811, "Men's Store"), ('Lower Nob Hill', 37.789, -122.4109, 'Chisme', 37.78846715609786, -122.41480239709736, 'Mexican Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Saks Fifth Avenue', 37.78860367704878, -122.40810665486606, 'Department Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Bourbon & Branch', 37.78583930508104, -122.41308816541645, 'Speakeasy'), ('Lower Nob Hill', 37.789, -122.4109, 'Louie’s Gen-Gen Room', 37.78832886198606, -122.41458235972743, 'Speakeasy'), ('Lower Nob Hill', 37.789, -122.4109, 'The Cheesecake Factory', 37.78750273396205, -122.4076082635476, 'American Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Nob Hill Spa', 37.79164819685559, -122.41213895650702, 'Spa'), ('Lower Nob Hill', 37.789, -122.4109, 'Hostelling International', 37.786467322814346, -122.40965415362554, 'Hostel'), ('Lower Nob Hill', 37.789, -122.4109, 'Maison Margiela', 37.78826107452542, -122.40576506157396, 'Boutique'), ('Lower Nob Hill', 37.789, -122.4109, 'Bite', 37.788375567460754, -122.41550360576556, 'Sandwich Place'), ('Lower Nob Hill', 37.789, -122.4109, 'The Westin St. Francis on Union Square', 37.787618, -122.4087882, 'Hotel'), ('Lower Nob Hill', 37.789, -122.4109, 'Scullery', 37.78656567565333, -122.4146014679702, 'Coffee Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Suit Supply', 37.78799659163956, -122.40611704389407, "Men's Store"), ('Lower Nob Hill', 37.789, -122.4109, 'Dyson Demo', 37.7872787, -122.4078944, 'Electronics Store'), ('Lower Nob Hill', 37.789, -122.4109, 'UNIQLO', 37.78584993862771, -122.4080414382703, 'Clothing Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Grand Hyatt San Francisco', 37.7890701185626, -122.40716779993376, 'Hotel'), ('Lower Nob Hill', 37.789, -122.4109, 'CHANEL Boutique', 37.78790143329766, -122.40602022357814, 'Boutique'), ('Lower Nob Hill', 37.789, -122.4109, 'Saint Laurent', 37.78777380886315, -122.40541234778567, 'Boutique'), ('Lower Nob Hill', 37.789, -122.4109, 'Tunnel Top', 37.790278000572236, -122.4072361885583, 'Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'Bandit', 37.786469, -122.414462, 'Burger Joint'), ('Lower Nob Hill', 37.789, -122.4109, 'Cartier', 37.7884747, -122.4054115, 'Jewelry Store'), ('Lower Nob Hill', 37.789, -122.4109, 'The Ritz-Carlton, San Francisco', 37.791812, -122.407101, 'Hotel'), ('Lower Nob Hill', 37.789, -122.4109, 'Benefit Cosmetics', 37.78989794711177, -122.40493386983871, 'Cosmetics Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Liquid Gold', 37.79060167515175, -122.41737185522346, 'Beer Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'The Family Room', 37.786872341937645, -122.4165405949604, 'Pop-Up Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Akiko’s Restaurant & Sushi Bar', 37.790623, -122.404657, 'Sushi Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Village Pets', 37.790566294608844, -122.41722487519357, 'Pet Store'), ('Lower Nob Hill', 37.789, -122.4109, 'CB2 Union Square', 37.78591, -122.40677, 'Furniture / Home Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Angel Cafe & Deli', 37.786612, -122.414979, 'Café'), ('Lower Nob Hill', 37.789, -122.4109, 'Keiko à Nob Hill', 37.793250556869715, -122.41421405672644, 'French Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'The Coffee Movement', 37.79468690077009, -122.41029876599761, 'Coffee Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Crostini And Java', 37.789110715703686, -122.41709877896758, 'Café'), ('Lower Nob Hill', 37.789, -122.4109, "Trader Joe's", 37.78554041959348, -122.40545481697127, 'Grocery Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Maiden Lane', 37.788330727453264, -122.40442857114768, 'Plaza'), ('Lower Nob Hill', 37.789, -122.4109, 'Pushkin', 37.79094301071348, -122.40387738626474, 'Russian Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Christian Louboutin', 37.788098668881844, -122.40400043517403, 'Boutique'), ('Lower Nob Hill', 37.789, -122.4109, 'Tender', 37.7862551155958, -122.41731657973877, 'Wine Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'San Francisco Cable Car Museum', 37.79467940799266, -122.41142910189285, 'History Museum'), ('Lower Nob Hill', 37.789, -122.4109, 'Crate & Barrel', 37.786379, -122.406515, 'Furniture / Home Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Sababa', 37.791185, -122.404219, 'Mediterranean Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Le Beau Market', 37.792934321625644, -122.41620548846682, 'Grocery Store'), ('Lower Nob Hill', 37.789, -122.4109, 'lululemon athletica', 37.79017138154807, -122.40578681230545, 'Clothing Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Barneys New York', 37.7863919, -122.4061099, 'Department Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Blue Bottle Coffee', 37.789744, -122.403652, 'Coffee Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Blue Bottle Coffee', 37.792771, -122.404833, 'Coffee Shop'), ('Lower Nob Hill', 37.789, -122.4109, "Old Saint Mary's Cathedral (Old Cathedral of Saint Mary)", 37.79277194244935, -122.40590981024013, 'Church'), ('Lower Nob Hill', 37.789, -122.4109, 'Asha Tea House', 37.788175, -122.403615, 'Tea Room'), ('Lower Nob Hill', 37.789, -122.4109, 'Disney Store', 37.786191, -122.406488, 'Toy / Game Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Venticello', 37.794303393322515, -122.41311910028968, 'Italian Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Equinox Sports Club San Francisco', 37.786648797219776, -122.40456753735126, 'Gym'), ('Lower Nob Hill', 37.789, -122.4109, 'Big', 37.78333171259477, -122.4107311465506, 'Cocktail Bar'), ('Lower Nob Hill', 37.789, -122.4109, 'Nob Hill Cafe', 37.793296000000005, -122.41263700000002, 'Italian Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Brilliant Earth', 37.78682, -122.40549, 'Jewelry Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Burberry', 37.78852005825455, -122.40558757463077, 'Clothing Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Center for New Music', 37.78290983042214, -122.41086438203486, 'Music Venue'), ('Lower Nob Hill', 37.789, -122.4109, "Trader Joe's", 37.79071052121959, -122.41795031848415, 'Grocery Store'), ('Lower Nob Hill', 37.789, -122.4109, 'Brannan Food Trucks', 37.782672060833136, -122.41027210933136, 'Food Truck'), ('Lower Nob Hill', 37.789, -122.4109, 'Home', 37.791312, -122.405899, 'Coffee Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Design Rehab', 37.782630920410156, -122.41081237792969, 'Design Studio'), ('Lower Nob Hill', 37.789, -122.4109, 'RS94109', 37.78563944612241, -122.41816520690917, 'Record Shop'), ('Lower Nob Hill', 37.789, -122.4109, 'Sushirrito', 37.790227277138705, -122.40389696995778, 'Sushi Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, "Mister Jiu's", 37.79379008659567, -122.40661544924471, 'Chinese Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'The Vault', 37.792074, -122.403972, 'Restaurant'), ('Lower Nob Hill', 37.789, -122.4109, 'Chinatown Gate', 37.7906869057099, -122.40562952774377, 'Monument / Landmark')], [('Marina District', 37.8029843, -122.4374715, 'Paper Source', 37.800754326685706, -122.43735078506711, 'Arts & Crafts Store'), ('Marina District', 37.8029843, -122.4374715, 'SusieCakes', 37.80054600340951, -122.43814199084254, 'Cupcake Shop'), ('Marina District', 37.8029843, -122.4374715, 'Pacific Catch', 37.800667, -122.436775, 'Seafood Restaurant'), ('Marina District', 37.8029843, -122.4374715, "Lucca's Delicatessen", 37.80058320892623, -122.43836184757231, 'Deli / Bodega'), ('Marina District', 37.8029843, -122.4374715, 'Blue Barn Gourmet', 37.800327861048345, -122.43751610703613, 'Salad Place'), ('Marina District', 37.8029843, -122.4374715, 'Delarosa', 37.800287000000004, -122.43911022453688, 'Pizza Place'), ('Marina District', 37.8029843, -122.4374715, 'The Bar Method', 37.800246, -122.436321, 'Gym / Fitness Center'), ('Marina District', 37.8029843, -122.4374715, 'California Wine Merchant', 37.80054778837914, -122.4382073656089, 'Wine Bar'), ('Marina District', 37.8029843, -122.4374715, 'Marina Green', 37.80639846091209, -122.43754779611666, 'Park'), ('Marina District', 37.8029843, -122.4374715, "Barry's Bootcamp", 37.79975842580082, -122.4387226029727, 'Gym / Fitness Center'), ('Marina District', 37.8029843, -122.4374715, 'Isa Restaurant', 37.80010933433361, -122.43770123314442, 'French Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Home Plate', 37.799795, -122.437051, 'Diner'), ('Marina District', 37.8029843, -122.4374715, 'Blackwood', 37.80058713943397, -122.43876395829678, 'Thai Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Souvla', 37.800276507310706, -122.44073222772535, 'Greek Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Pure Barre SF', 37.8044498, -122.4337537, 'Gym / Fitness Center'), ('Marina District', 37.8029843, -122.4374715, 'Marina Deli & Liquors', 37.80018533584468, -122.44113691634651, 'Deli / Bodega'), ('Marina District', 37.8029843, -122.4374715, 'Dragon Well', 37.800598018402574, -122.4386364552854, 'Chinese Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Nabe II', 37.79971361718154, -122.43694746033817, 'Hotpot Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Tacolicious', 37.800330611171766, -122.44037875299355, 'Taco Place'), ('Marina District', 37.8029843, -122.4374715, "Ace Wasabi's Rock-N-Roll Sushi", 37.800258704958715, -122.4378527588878, 'Sushi Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'The Sandwich Spot', 37.79967078230421, -122.43937642535681, 'Sandwich Place'), ('Marina District', 37.8029843, -122.4374715, 'Apple Chestnut Street', 37.800399, -122.438338, 'Electronics Store'), ('Marina District', 37.8029843, -122.4374715, 'Fitness Court', 37.806072043365766, -122.43517726710719, 'Gym / Fitness Center'), ('Marina District', 37.8029843, -122.4374715, 'Marina Tennis Courts', 37.80189662332908, -122.4340968397501, 'Tennis Court'), ('Marina District', 37.8029843, -122.4374715, 'Super Duper Burgers', 37.80023563954711, -122.43971883651284, 'Burger Joint'), ('Marina District', 37.8029843, -122.4374715, 'Benefit Cosmetics', 37.800225223420114, -122.43993669748306, 'Cosmetics Shop'), ('Marina District', 37.8029843, -122.4374715, 'Marine Layer', 37.80035368144183, -122.43975805967813, 'Clothing Store'), ('Marina District', 37.8029843, -122.4374715, 'Atelier Crenn', 37.79840319043433, -122.43583494939686, 'French Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Taylor Stitch', 37.80081605131865, -122.43705137225697, "Men's Store"), ('Marina District', 37.8029843, -122.4374715, 'Marina Green Philz Truck', 37.80610025946136, -122.442136140644, 'Coffee Shop'), ('Marina District', 37.8029843, -122.4374715, 'The Lot SF', 37.79959556103805, -122.43631468108238, 'Beer Garden'), ('Marina District', 37.8029843, -122.4374715, 'Reboot Float Spa', 37.80031278530782, -122.43316031956444, 'Spa'), ('Marina District', 37.8029843, -122.4374715, 'Bonita Taqueria y Rotisserie', 37.80022113273896, -122.44045077734454, 'Mexican Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Mamanoko', 37.80006363660728, -122.44152807542453, 'Japanese Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Equator Coffees & Teas', 37.80534431293602, -122.43190425974711, 'Café'), ('Marina District', 37.8029843, -122.4374715, 'Bar Crenn', 37.79840741377584, -122.43589470230465, 'Wine Bar'), ('Marina District', 37.8029843, -122.4374715, 'Books Inc.', 37.800243270181305, -122.44040697334252, 'Bookstore'), ('Marina District', 37.8029843, -122.4374715, 'Rapha Cycle Club', 37.79811681343618, -122.43567519787109, 'Bike Shop'), ('Marina District', 37.8029843, -122.4374715, 'Bodyrok Studios', 37.79985414838393, -122.43671101749499, 'Gym / Fitness Center'), ('Marina District', 37.8029843, -122.4374715, 'Cow Hollow Motor Inn', 37.79975951424008, -122.43744382004593, 'Motel'), ('Marina District', 37.8029843, -122.4374715, 'Chubby Noodle', 37.79965299789622, -122.43795668597379, 'Noodle House'), ('Marina District', 37.8029843, -122.4374715, 'The Tipsy Pig', 37.80024879374884, -122.44004310229353, 'Gastropub'), ('Marina District', 37.8029843, -122.4374715, 'The Dorian', 37.800693036068324, -122.43651922598156, 'New American Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Saiwalks', 37.80038608340991, -122.43776511311732, 'Vietnamese Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Project Juice', 37.800366563034764, -122.44006668351412, 'Juice Bar'), ('Marina District', 37.8029843, -122.4374715, 'Ristorante Parma', 37.80003023853594, -122.43770343688263, 'Italian Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'The Interval at Long Now', 37.80654071386508, -122.43206667777437, 'Cocktail Bar'), ('Marina District', 37.8029843, -122.4374715, 'A16', 37.80006754697879, -122.44205612395275, 'Italian Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'The Apothecarium - Marina', 37.79942033, -122.44138683, 'Alternative Healer'), ('Marina District', 37.8029843, -122.4374715, 'Alegrias', 37.800049198869, -122.43474193504093, 'Spanish Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Off the Grid: Fort Mason Center', 37.80631420508114, -122.43144626671229, 'Street Food Gathering'), ('Marina District', 37.8029843, -122.4374715, 'Fort Mason Farmers Market', 37.80621108942259, -122.4315915759176, 'Farmers Market'), ('Marina District', 37.8029843, -122.4374715, 'Marina Supermarket', 37.80006343830649, -122.44164159725118, 'Supermarket'), ('Marina District', 37.8029843, -122.4374715, 'Westwood', 37.800042, -122.435483, 'Bar'), ('Marina District', 37.8029843, -122.4374715, 'Causwells', 37.80009266766814, -122.44193604536225, 'American Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Gallery 308', 37.806099134242004, -122.43202401618346, 'Art Gallery'), ('Marina District', 37.8029843, -122.4374715, 'The Bud Stop', 37.7971851, -122.435676, 'Gift Shop'), ('Marina District', 37.8029843, -122.4374715, 'Balboa Cafe', 37.79894421451617, -122.43603495826304, 'American Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Fort Mason Center for Arts & Culture', 37.80678497, -122.43143133, 'Art Gallery'), ('Marina District', 37.8029843, -122.4374715, 'Marina Submarine', 37.79693499489624, -122.43709528202423, 'Sandwich Place'), ('Marina District', 37.8029843, -122.4374715, 'Karaweik Burmese Cuisine', 37.799937, -122.437872, 'Burmese Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Tacko', 37.79830032084006, -122.43588941524072, 'Taco Place'), ('Marina District', 37.8029843, -122.4374715, 'Zushi Puzzle', 37.80028810472512, -122.43309322861029, 'Sushi Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Gamine', 37.797048104552175, -122.4359348443235, 'French Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Pilates ProWorks®', 37.79709520721434, -122.43620825277401, 'Gym / Fitness Center'), ('Marina District', 37.8029843, -122.4374715, 'Pressed Juicery', 37.79737751843092, -122.4349086416396, 'Juice Bar'), ('Marina District', 37.8029843, -122.4374715, 'PlumpJack Wine & Spirits Store', 37.799075981597255, -122.43598851671824, 'Wine Shop'), ('Marina District', 37.8029843, -122.4374715, 'Mixt', 37.79861514830464, -122.43575980184289, 'Salad Place'), ('Marina District', 37.8029843, -122.4374715, 'Marina Green Running Trail', 37.80351419227419, -122.43101156818182, 'Track'), ('Marina District', 37.8029843, -122.4374715, 'Wrecking Ball Coffee Roasters', 37.79687457093783, -122.43667890487883, 'Coffee Shop'), ('Marina District', 37.8029843, -122.4374715, 'West Coast Wine • Cheese', 37.79703234695947, -122.43491023778915, 'Wine Bar'), ('Marina District', 37.8029843, -122.4374715, 'STYLEDASH Beauty Lounge', 37.79707, -122.434925, 'Health & Beauty Service'), ('Marina District', 37.8029843, -122.4374715, 'SoulCycle Union Street', 37.79731416912751, -122.43362636548821, 'Cycle Studio'), ('Marina District', 37.8029843, -122.4374715, 'Fredericksen Hardware & Paint', 37.79756230917261, -122.43566378892449, 'Hardware Store'), ('Marina District', 37.8029843, -122.4374715, 'Over the Moon', 37.800603759002065, -122.43869253804469, 'Ice Cream Shop'), ('Marina District', 37.8029843, -122.4374715, 'Equinox Union Street', 37.797275, -122.433106, 'Gym'), ('Marina District', 37.8029843, -122.4374715, 'Fort Mason Great Meadow', 37.80498194040014, -122.43005487797149, 'Field'), ('Marina District', 37.8029843, -122.4374715, 'Loving Cup', 37.79711589788129, -122.43554903835478, 'Frozen Yogurt Shop'), ('Marina District', 37.8029843, -122.4374715, 'Greens Restaurant', 37.80675737834734, -122.43228771149803, 'Vegetarian / Vegan Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'The Brazen Head', 37.799267, -122.43236, 'Steakhouse'), ('Marina District', 37.8029843, -122.4374715, 'George R. Moscone Park Dog Run', 37.80144278250799, -122.43250966072083, 'Dog Run'), ('Marina District', 37.8029843, -122.4374715, 'Rooster & Rice', 37.797879, -122.435932, 'Thai Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Le Marais Bakery', 37.80069234210598, -122.437719433696, 'Bakery'), ('Marina District', 37.8029843, -122.4374715, 'Moscone Park Playground', 37.801384703335295, -122.43364816331051, 'Playground'), ('Marina District', 37.8029843, -122.4374715, 'Body Temp Yoga', 37.79985548189376, -122.44326493556704, 'Athletics & Sports'), ('Marina District', 37.8029843, -122.4374715, 'Sur La Table', 37.79710514464771, -122.43602711671727, 'Kitchen Supply Store'), ('Marina District', 37.8029843, -122.4374715, 'Flores', 37.7976161048577, -122.43258059024868, 'Mexican Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'Terzo', 37.79709262453753, -122.43723592097093, 'Italian Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'LUSH', 37.7974261, -122.434241, 'Cosmetics Shop'), ('Marina District', 37.8029843, -122.4374715, 'Wildseed', 37.7976259, -122.4324404, 'Vegetarian / Vegan Restaurant'), ('Marina District', 37.8029843, -122.4374715, 'BATS Improv', 37.80643024862045, -122.43185347290283, 'Theater'), ('Marina District', 37.8029843, -122.4374715, 'Fort Mason', 37.80647811398971, -122.42902278900146, 'Park'), ('Marina District', 37.8029843, -122.4374715, 'Sloat Garden Center', 37.799988050763055, -122.43982098011791, 'Garden Center'), ('Marina District', 37.8029843, -122.4374715, 'Gio Gelati', 37.79758835068567, -122.43214870008211, 'Ice Cream Shop'), ('Marina District', 37.8029843, -122.4374715, 'The Epicurean Trader', 37.79762526334118, -122.43085435855373, 'Liquor Store'), ('Marina District', 37.8029843, -122.4374715, 'Toma', 37.80002770360845, -122.43774854145826, 'Burrito Place'), ('Marina District', 37.8029843, -122.4374715, "Peet's Coffee & Tea", 37.800742, -122.437875, 'Coffee Shop'), ('Marina District', 37.8029843, -122.4374715, 'Topdrawer', 37.79796732880365, -122.42971145562761, 'Accessories Store'), ('Marina District', 37.8029843, -122.4374715, 'George Moscone Park', 37.80162373736459, -122.432924922425, 'Park'), ('Marina District', 37.8029843, -122.4374715, 'The Italian Homemade Company', 37.79762809814768, -122.4309938003278, 'Italian Restaurant')], [('Merced Heights', 37.7175067, -122.47028145, 'Hall of Flame Burger', 37.717599404087025, -122.47391632685625, 'Burger Joint'), ('Merced Heights', 37.7175067, -122.47028145, 'Brooks Park', 37.71755814416057, -122.46717689875875, 'Park'), ('Merced Heights', 37.7175067, -122.47028145, "Ike's Place", 37.72218981225139, -122.47854471586759, 'Sandwich Place'), ('Merced Heights', 37.7175067, -122.47028145, '24 Hour Fitness', 37.710426640820295, -122.46809100094424, 'Gym / Fitness Center'), ('Merced Heights', 37.7175067, -122.47028145, 'Enterprise Rent-A-Car', 37.71808960397417, -122.47421398758888, 'Rental Car Location'), ('Merced Heights', 37.7175067, -122.47028145, 'Junipero Serra Playground', 37.72598244226938, -122.4684616229121, 'Playground'), ('Merced Heights', 37.7175067, -122.47028145, "Peet's Coffee & Tea", 37.72164260201966, -122.4781124369115, 'Coffee Shop'), ('Merced Heights', 37.7175067, -122.47028145, 'San Francisco Golf Club', 37.712458641177584, -122.47688373259898, 'Golf Course'), ('Merced Heights', 37.7175067, -122.47028145, 'SUBWAY', 37.71097616922514, -122.46695868717433, 'Sandwich Place'), ('Merced Heights', 37.7175067, -122.47028145, 'Hertz', 37.710919, -122.46686799999999, 'Rental Car Location'), ('Merced Heights', 37.7175067, -122.47028145, 'Taqueria Girasol', 37.722120952344994, -122.4787734278774, 'Mexican Restaurant'), ('Merced Heights', 37.7175067, -122.47028145, 'Chase Bank', 37.7105524, -122.4686417, 'Bank'), ('Merced Heights', 37.7175067, -122.47028145, 'Yama Sushi', 37.7219765, -122.4621312, 'Japanese Restaurant'), ('Merced Heights', 37.7175067, -122.47028145, 'The Lister Bar', 37.71760715080541, -122.47383121921574, 'Nightclub'), ('Merced Heights', 37.7175067, -122.47028145, 'Station Cafe', 37.72155981359385, -122.4755843417909, 'Café'), ('Merced Heights', 37.7175067, -122.47028145, 'The SFSU Depot', 37.72213765904591, -122.47855114014516, 'Performing Arts Venue'), ('Merced Heights', 37.7175067, -122.47028145, "Papa John's Pizza", 37.717689996150355, -122.47386243956657, 'Pizza Place'), ('Merced Heights', 37.7175067, -122.47028145, 'Taqueria Dos Charros', 37.71784461900247, -122.4741412359509, 'Mexican Restaurant'), ('Merced Heights', 37.7175067, -122.47028145, '19th Ave & Junipero Serra Blvd', 37.717039350612254, -122.47246116399765, 'Intersection'), ('Merced Heights', 37.7175067, -122.47028145, 'Merced Heights Playground', 37.717525851206744, -122.46994953276182, 'Playground'), ('Merced Heights', 37.7175067, -122.47028145, 'Ingleside Pizza', 37.714482000000004, -122.470293, 'Pizza Place'), ('Merced Heights', 37.7175067, -122.47028145, 'Natural Sensations', 37.72202083586753, -122.4786118142431, 'Juice Bar'), ('Merced Heights', 37.7175067, -122.47028145, 'MUNI Metro Stop - Arch & Randolph (Muni Stop at Arch / Randolph)', 37.714217, -122.467036, 'Light Rail Station'), ('Merced Heights', 37.7175067, -122.47028145, 'Blue House Cafe', 37.714501, -122.465599, 'Café'), ('Merced Heights', 37.7175067, -122.47028145, 'Brotherhood And Chester Mini Park', 37.712456, -122.4699, 'Park'), ('Merced Heights', 37.7175067, -122.47028145, 'Cool Guys Market', 37.72033227534335, -122.46417353854675, 'Liquor Store'), ('Merced Heights', 37.7175067, -122.47028145, 'Muni Stop #10390', 37.72157095100733, -122.47515912185195, 'Bus Stop'), ('Merced Heights', 37.7175067, -122.47028145, 'Ingleside Racetrack', 37.72312082504424, -122.4689205830459, 'Racetrack'), ('Merced Heights', 37.7175067, -122.47028145, 'St Thomas More Catholic School Basketball Court', 37.712467062765064, -122.4737502840019, 'Basketball Court'), ('Merced Heights', 37.7175067, -122.47028145, 'St. Emydius- CYO Athletics', 37.72291928210586, -122.46142913105989, 'College Gym'), ('Merced Heights', 37.7175067, -122.47028145, 'HSS Café', 37.721886513567334, -122.47641941712214, 'Café'), ('Merced Heights', 37.7175067, -122.47028145, 'Juan Bautista Circle', 37.71762923695502, -122.48096636478674, 'Park'), ('Merced Heights', 37.7175067, -122.47028145, 'Brotherhood Way Open Space', 37.71003217154259, -122.46759870255508, 'Park'), ('Merced Heights', 37.7175067, -122.47028145, 'Extreme Pizza', 37.7099065879788, -122.46755736113835, 'Pizza Place'), ('Merced Heights', 37.7175067, -122.47028145, 'Brotherhood Way & Alemany', 37.71156241907967, -122.46363065135397, 'Intersection'), ('Merced Heights', 37.7175067, -122.47028145, 'Serrano Tower Gym', 37.71852702044175, -122.48069767446297, 'Gym'), ('Merced Heights', 37.7175067, -122.47028145, '750 Gonzalez Gym', 37.71765176428677, -122.48096693767071, 'Gym'), ('Merced Heights', 37.7175067, -122.47028145, 'Villa Merced park', 37.717858917004726, -122.48114538893648, 'Park'), ('Merced Heights', 37.7175067, -122.47028145, 'The Vista Room', 37.722986393805705, -122.47888438045084, 'Food')], [], [('Midtown Terrace', 36.1456418, -95.9630164, 'Starship Records & Tapes', 36.14430682375848, -95.95790677735151, 'Record Shop'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Marshall Brewing Company', 36.15152039259141, -95.96509981499003, 'Brewery'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Chipotle Mexican Grill', 36.14080455890629, -95.96865687264523, 'Mexican Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, "Andolini's Pizzeria Cherry Street", 36.14050075419709, -95.96975034730289, 'American Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'El Rancho Grande Restaurant', 36.14807442409314, -95.96831978996399, 'Mexican Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Panera Bread', 36.1402964, -95.9686677, 'Bakery'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Roka Bar & Asian Flavors', 36.138905, -95.967407, 'Asian Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Mother Road Market', 36.147100172355195, -95.95855714534905, 'Food Court'), ('Midtown Terrace', 36.1456418, -95.9630164, 'SMOKE. on Cherry Street', 36.1407637, -95.9706585, 'New American Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, "Roosevelt's", 36.140733925745174, -95.97031636112116, 'Gastropub'), ('Midtown Terrace', 36.1456418, -95.9630164, "Perry's Old Time Meat Market", 36.148528999999996, -95.957891, 'Butcher'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Cancun International', 36.1506022438144, -95.9579301054994, 'Mexican Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, "Reasor's", 36.14085528777952, -95.95707893371582, 'Grocery Store'), ('Midtown Terrace', 36.1456418, -95.9630164, "Lucky's", 36.14051232062301, -95.97038968118548, 'American Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, "Braum's Ice Cream & Dairy Stores", 36.14175664046896, -95.95766805780605, 'Ice Cream Shop'), ('Midtown Terrace', 36.1456418, -95.9630164, "Bill & Ruth's Cherry Street", 36.14026497303218, -95.95805575688344, 'Sandwich Place'), ('Midtown Terrace', 36.1456418, -95.9630164, "Ike's Chili", 36.148075, -95.971933, 'American Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Quiktrip', 36.140453, -95.958085, 'Convenience Store'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Oklahoma Kolache Co.', 36.14049688861443, -95.97051745244433, 'Breakfast Spot'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Coffee House on Cherry Street', 36.14050410816873, -95.97180843112403, 'Coffee Shop'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Soul City', 36.14803641836146, -95.96891103642268, 'Bar'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Society Burger', 36.1409105, -95.97247720000001, 'Burger Joint'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Jane’s Delicatessen', 36.14770960994177, -95.95253443770686, 'Deli / Bodega'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Sonic Drive-In', 36.1388974584689, -95.95678534110448, 'Fast Food Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, '918 Coffee', 36.14765809971193, -95.95626383886079, 'Coffee Shop'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Star Avenue Hookah Lounge', 36.14800878861644, -95.95277752744703, 'Hookah Bar'), ('Midtown Terrace', 36.1456418, -95.9630164, "Taziki's Mediterranean Cafe", 36.140681, -95.970138, 'Mediterranean Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Enterprise Rent-A-Car', 36.14747885118273, -95.95929443836212, 'Rental Car Location'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Family Dollar', 36.14796702, -95.96394538879395, 'Discount Store'), ('Midtown Terrace', 36.1456418, -95.9630164, 'CVS pharmacy', 36.140935432340356, -95.96678584814072, 'Pharmacy'), ('Midtown Terrace', 36.1456418, -95.9630164, 'AT&T', 36.14219114529459, -95.95848263676442, 'Mobile Phone Shop'), ('Midtown Terrace', 36.1456418, -95.9630164, 'The Brothers Houligan-Midtown', 36.14052787678062, -95.95577122524028, 'American Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Crushed Red', 36.14073, -95.970728, 'Salad Place'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Redbox', 36.14137, -95.958249, 'Video Store'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Redbox', 36.14122772216797, -95.9569320678711, 'Video Store'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Subway', 36.15339, -95.960721, 'Sandwich Place'), ('Midtown Terrace', 36.1456418, -95.9630164, 'The UPS Store', 36.13888088984148, -95.96685156226158, 'Shipping Store'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Walgreens', 36.141213, -95.9586694, 'Pharmacy'), ('Midtown Terrace', 36.1456418, -95.9630164, "Drake's Tavern", 36.140545829335224, -95.9698736484317, 'Bar'), ('Midtown Terrace', 36.1456418, -95.9630164, 'QuikTrip', 36.1487566, -95.9678083, 'Convenience Store'), ('Midtown Terrace', 36.1456418, -95.9630164, 'SUBWAY', 36.14079824910791, -95.97191218650818, 'Sandwich Place'), ('Midtown Terrace', 36.1456418, -95.9630164, 'HELP', 36.14480596196377, -95.96693377583213, 'Gym'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Capps BBQ', 36.147573915772824, -95.95334813388709, 'BBQ Joint'), ('Midtown Terrace', 36.1456418, -95.9630164, "Duffy's Diner", 36.14042073087326, -95.95737086791641, 'Diner'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Fuel 66', 36.148091, -95.95756, 'American Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'At The Beach Tanning Superstore', 36.14181692114423, -95.95874016256094, 'Tanning Salon'), ('Midtown Terrace', 36.1456418, -95.9630164, "Freddie's Hamburgers", 36.14951737208875, -95.9583975205229, 'Burger Joint'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Office Depot', 36.1396295, -95.958578, 'Paper / Office Supplies Store'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Daylight Donuts', 36.151545, -95.959602, 'Donut Shop'), ('Midtown Terrace', 36.1456418, -95.9630164, 'City View Park', 36.1431770324707, -95.95519256591797, 'Park'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Spexton Custom Jewelers', 36.14091110229492, -95.96910095214844, 'Jewelry Store'), ('Midtown Terrace', 36.1456418, -95.9630164, 'American Solera', 36.15189, -95.966708, 'Brewery'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Lot A Burger', 36.147573, -95.97126, 'Burger Joint'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Shoe Gypsy', 36.140533452808874, -95.9692371256735, 'Clothing Store'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Cabin Boys Brewery', 36.138197, -95.966279, 'Brewery'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Cherry Street Daylight Doughnuts', 36.140289306640625, -95.97029113769531, 'Donut Shop'), ('Midtown Terrace', 36.1456418, -95.9630164, "Maxxwell's", 36.14763218583242, -95.9525486608367, 'American Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Cox', 36.14828872680664, -95.95316314697266, 'Business Service'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Ali Baba Grill', 36.148035802723086, -95.95282242941352, 'Middle Eastern Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Route 66 Subs And Burgers', 36.14799910841233, -95.95257889918568, 'American Restaurant'), ('Midtown Terrace', 36.1456418, -95.9630164, 'The Body Electric - A Tee Clothier', 36.14030407662832, -95.97165841158477, 'Boutique'), ('Midtown Terrace', 36.1456418, -95.9630164, 'Buck Atom’s Cosmic Curios', 36.148037, -95.973544, 'Gift Shop')], [('Mid-Market', 30.32880955, 35.4438277970775, 'Petra (البتراء)', 30.324841521406704, 35.44843912124634, 'Historic Site'), ('Mid-Market', 30.32880955, 35.4438277970775, 'Royal Tombs', 30.327533437803783, 35.44894077081682, 'Historic Site'), ('Mid-Market', 30.32880955, 35.4438277970775, 'Main Theater (المسرح الرئيسي)', 30.324706, 35.447055, 'Historic Site'), ('Mid-Market', 30.32880955, 35.4438277970775, 'High Place of Sacrifice', 30.32152975367154, 35.44716418802106, 'Scenic Lookout'), ('Mid-Market', 30.32880955, 35.4438277970775, 'Petra Church', 30.330520769520675, 35.44441897029649, 'Historic Site'), ('Mid-Market', 30.32880955, 35.4438277970775, 'Basin Restaurant', 30.331088467924875, 35.43973783302574, 'Middle Eastern Restaurant'), ('Mid-Market', 30.32880955, 35.4438277970775, 'Temple of the Winged Lions (معبد العزى)', 30.33100119493544, 35.43973259034608, 'Historic Site'), ('Mid-Market', 30.32880955, 35.4438277970775, 'Ad Deir Trail to The Monastery', 30.331183, 35.439706, 'Trail'), ('Mid-Market', 30.32880955, 35.4438277970775, 'Street of Facades (شارع الواجهات)', 30.323588, 35.449449, 'Historic Site'), ('Mid-Market', 30.32880955, 35.4438277970775, 'Lion Triclinium (Tomb)', 30.334843, 35.43857, 'Historic Site')], [('Miraloma Park', -0.1937618, -78.47730115840929, 'Sweet & Coffee', -0.19485070734596813, -78.47780106140704, 'Coffee Shop'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Cyrano', -0.1964559925431171, -78.4785306182805, 'Bakery'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Chez Jerome', -0.19692941720766763, -78.48100179989827, 'French Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Tratoria Sole E Luna', -0.19606348696406323, -78.48124949337512, 'Italian Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Maki', -0.19560141162753247, -78.48095969119225, 'Sushi Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'EDO Sushi Bar', -0.19414707506076864, -78.47791543026496, 'Sushi Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Z Food', -0.19640319289275657, -78.48157162374929, 'Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Z(inc) Gastro Bar', -0.19628910894546187, -78.48209926731438, 'Gastropub'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Restaurante Casa Damian', -0.1921363259104176, -78.4824852512832, 'Spanish Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'ZFood Pescadería', -0.1965224234557132, -78.4815430927595, 'Seafood Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'La Bakery', -0.196511, -78.481492, 'Breakfast Spot'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Voilâ', -0.19715006850362832, -78.48156214373184, 'Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'La Liebre Videocafe', -0.19701131545587394, -78.47882902685201, 'Café'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Pizzería El Hornero', -0.19500521793408665, -78.47792977708463, 'Pizza Place'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'TAC & ROLL', -0.19379969475244122, -78.48323714597947, 'Mexican Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Hay Pan by Chez Jérôme', -0.19705220954575786, -78.48103982952617, 'Bakery'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Cassolette', -0.19994610943560284, -78.47970988363804, 'Café'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Saito bistro Japonés', -0.196823, -78.481323, 'Japanese Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Bandidos del Páramo', -0.19848336954219822, -78.48123026930841, 'Brewery'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'namba', -0.1954816959666032, -78.48119705915451, 'Seafood Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'SushiShop', -0.19512712233481438, -78.48378984436603, 'Sushi Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Parque Guápulo', -0.19729245527753816, -78.4728495442538, 'Theme Park'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Corfú', -0.1964385546318526, -78.47864351318198, 'Ice Cream Shop'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Capuleto', -0.1893680224973174, -78.48280715953541, 'Italian Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Caffeto', -0.18969515466284584, -78.48385919275711, 'Café'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Zao Oriental Cuisine', -0.19587061504581688, -78.48252009973359, 'Asian Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Capilla del Hombre', -0.19053321099988124, -78.46923634138928, 'Art Museum'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Al Forno', -0.187733, -78.482396, 'Pizza Place'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'La Estación Quito', -0.19212652928701573, -78.4826778095008, 'Coffee Shop'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Freshii', -0.18752836850787585, -78.48286510885139, 'Salad Place'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Mirador De Guápulo', -0.20151715239349965, -78.47924963934109, 'Scenic Lookout'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Jurgen', -0.19648567867373798, -78.48135091098793, 'Breakfast Spot'), ('Miraloma Park', -0.1937618, -78.47730115840929, "L'Arcadia", -0.196525, -78.481635, 'Italian Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'ZAZU', -0.1940122643692228, -78.48545157759462, 'Peruvian Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'La Burguesa', -0.20073363019865598, -78.48089275352731, 'Burger Joint'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Penny Royal', -0.195384, -78.484543, 'Burger Joint'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'G-NETIC GYM', -0.1973436105807663, -78.48519094396441, 'Gym'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Pradera Food Garden', -0.19275513735916924, -78.48566400465832, 'Food Truck'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Zerdo', -0.19359946, -78.4858, 'BBQ Joint'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'La Maison Du Fromage', -0.18819120671117295, -78.48143879601533, 'Cheese Shop'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Sweet & Coffee', -0.19766895929313744, -78.48465251078905, 'Coffee Shop'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Rincon Ecuatoriano Chileno', -0.19795042862285248, -78.4839204812218, 'Latin American Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Satuco Empanadas Bolivianas', -0.18819082, -78.48181, 'Empanada Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Cafe Guapulo', -0.2015715220821423, -78.47797869296618, 'Café'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Guayasamín House', -0.19069416511019377, -78.46902177678938, 'Art Museum'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Stubel Suites & Cafe', -0.20121894217805628, -78.4790915042699, 'Hotel'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Los Hot Dogs de la Gonzalez Suárez', -0.20048918443857824, -78.47999034464173, 'Hot Dog Joint'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Western', -0.19410374901149588, -78.48597606166126, 'Bar'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Ananke', -0.20191672946665265, -78.4781555853342, 'Pizza Place'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Alma Cocina', -0.18637310057047987, -78.47515145752682, 'Argentinian Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Hanzo', -0.1967851328269086, -78.4824022948839, 'Japanese Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, "Alitasd'lCadillac Quito", -0.18525470515644477, -78.47742238934477, 'Gastropub'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Federer', -0.18939113817674524, -78.48272858649173, 'Butcher'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Strawberry Fields', -0.20169000649686078, -78.48036023871207, 'Lounge'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Pekin', -0.19878695099699453, -78.48130194109244, 'Chinese Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'La Roots', -0.1914747584625653, -78.48313265843164, 'Gastropub'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'El Chacal', -0.1861578924853147, -78.47828816918371, 'Steakhouse'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Techo del Mundo', -0.20194720612264766, -78.47995460048037, 'Latin American Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Top-Ten Burgers & Fries', -0.20079707015465728, -78.48271418277172, 'Burger Joint'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Asian Fusion', -0.1852869238867737, -78.47744634129859, 'Asian Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Nigiri', -0.18619830548275978, -78.47753375200163, 'Sushi Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'FCP', -0.19212398652501422, -78.48482413161777, 'Gym'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'La Reserva', -0.18723301746160673, -78.47897907034967, 'Brewery'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Inka Burger', -0.192771, -78.485699, 'Burger Joint'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Hotel Quito', -0.20194492568630013, -78.4799038536356, 'Hotel'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Foundacion Guyasamín', -0.18995800044036623, -78.474042816641, 'Art Museum'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Acapulco', -0.20157489015005076, -78.48031449690916, 'Mexican Restaurant'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Cafe Galletty', -0.199793, -78.47964, 'Coffee Shop'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Grupo Serenidad', -0.18584698, -78.47470987, 'Gym / Fitness Center'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Gimnasio Hotel Quito', -0.20204427830243132, -78.47989242447828, 'Gym'), ('Miraloma Park', -0.1937618, -78.47730115840929, 'Restaurant El Dorado', -0.18546988017495084, -78.47446462121655, 'Restaurant')], [('Mission Bay', 37.7707742, -122.3911712, 'Stagecoach Greens', 37.770866669805045, -122.39026079929145, 'Mini Golf'), ('Mission Bay', 37.7707742, -122.3911712, 'SPARK Social SF', 37.770762323964824, -122.39168869234159, 'Street Food Gathering'), ('Mission Bay', 37.7707742, -122.3911712, 'Mission Bay Kids Park', 37.772068367221706, -122.39254848742782, 'Playground'), ('Mission Bay', 37.7707742, -122.3911712, 'Spro Coffeelab', 37.770834669167435, -122.39139973258138, 'Coffee Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'SFFSoccer Mission Bay Field', 37.770886293928626, -122.39219662369176, 'Soccer Field'), ('Mission Bay', 37.7707742, -122.3911712, 'CorePower Yoga', 37.7724151, -122.3915394, 'Yoga Studio'), ('Mission Bay', 37.7707742, -122.3911712, 'Koja Kitchen', 37.77059732006899, -122.39152011547803, 'Food Truck'), ('Mission Bay', 37.7707742, -122.3911712, 'UCSF Bakar Fitness & Rec Center', 37.76814602174398, -122.39329041224224, 'Gym'), ('Mission Bay', 37.7707742, -122.3911712, 'Casey’s Pizza', 37.77378310908145, -122.3914946875647, 'Pizza Place'), ('Mission Bay', 37.7707742, -122.3911712, 'Réveille Coffee Co.', 37.773309270492895, -122.39150810220673, 'Coffee Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'Gus’s Community Market', 37.774281, -122.391432, 'Organic Grocery'), ('Mission Bay', 37.7707742, -122.3911712, 'Tadu Ethiopian Kitchen', 37.77394977617469, -122.39154316347648, 'Ethiopian Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Chase Center', 37.767864, -122.387463, 'Basketball Stadium'), ('Mission Bay', 37.7707742, -122.3911712, 'Señor Sisig', 37.77069225279081, -122.39139287814659, 'Food Truck'), ('Mission Bay', 37.7707742, -122.3911712, 'Amaluna', 37.773932, -122.388998, 'Performing Arts Venue'), ('Mission Bay', 37.7707742, -122.3911712, 'Mizu Spa', 37.773582, -122.392009, 'Spa'), ('Mission Bay', 37.7707742, -122.3911712, 'The Bar @ Spark Social Sf', 37.770928999999995, -122.39053799999999, 'Bar'), ('Mission Bay', 37.7707742, -122.3911712, "Bowl'd Acai", 37.77071862782554, -122.39127670479662, 'Food Truck'), ('Mission Bay', 37.7707742, -122.3911712, 'Bobcha', 37.77084244356614, -122.39140394226848, 'Food Truck'), ('Mission Bay', 37.7707742, -122.3911712, 'Mission Bay Commons', 37.77088435437199, -122.38857507705688, 'Park'), ('Mission Bay', 37.7707742, -122.3911712, 'SF Kebab Mediterranean Grill', 37.76704350992328, -122.38995669980444, 'Mediterranean Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Philz Coffee', 37.775563171939496, -122.39342495851827, 'Coffee Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'UCSF Bakar Center Pool', 37.76823153897548, -122.39321696363955, 'Pool'), ('Mission Bay', 37.7707742, -122.3911712, 'Magnolia Brewing City Bistro', 37.768485, -122.386724, 'Fast Food Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Dumpling Time', 37.767284, -122.388738, 'Dumpling Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Mission Creek Park', 37.77153814493051, -122.39875300089395, 'Park'), ('Mission Bay', 37.7707742, -122.3911712, 'Boba Guys', 37.76644771569975, -122.39704236067308, 'Bubble Tea Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'Agua Vista Park', 37.76614132377395, -122.38613426685333, 'Park'), ('Mission Bay', 37.7707742, -122.3911712, 'Pawtrero Hill Bathhouse and Feed Company', 37.76414, -122.3945, 'Pet Store'), ('Mission Bay', 37.7707742, -122.3911712, 'Seven Stills', 37.76862, -122.39916799999999, 'Distillery'), ('Mission Bay', 37.7707742, -122.3911712, 'Bay View Boat Club', 37.77098806153174, -122.38608353709893, 'Harbor / Marina'), ('Mission Bay', 37.7707742, -122.3911712, 'Oracle Park', 37.778343845302636, -122.39022624518837, 'Baseball Stadium'), ('Mission Bay', 37.7707742, -122.3911712, 'Mission Rock Resort', 37.76548318059236, -122.38662441146899, 'Seafood Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Berry Basketball Courts', 37.771911126215784, -122.39793109723831, 'Basketball Court'), ('Mission Bay', 37.7707742, -122.3911712, 'Mission Creek Dog Park', 37.77097519246485, -122.39945748719282, 'Dog Run'), ('Mission Bay', 37.7707742, -122.3911712, "Barry's Bootcamp", 37.777783, -122.392703, 'Gym / Fitness Center'), ('Mission Bay', 37.7707742, -122.3911712, 'Daggett Plaza', 37.76691999706549, -122.39602746090675, 'Park'), ('Mission Bay', 37.7707742, -122.3911712, 'Tan Bella', 37.77700671319149, -122.39317785079287, 'Tanning Salon'), ('Mission Bay', 37.7707742, -122.3911712, 'United Barbell - CrossFit', 37.777718055071574, -122.39533105530337, 'Gym'), ('Mission Bay', 37.7707742, -122.3911712, 'Cafe Okawari', 37.778169, -122.393798, 'Café'), ('Mission Bay', 37.7707742, -122.3911712, 'Gotham Club', 37.77794659380914, -122.38886248289587, 'Lounge'), ('Mission Bay', 37.7707742, -122.3911712, 'Fitness Urbano', 37.76568417839619, -122.39700920589888, 'Gym / Fitness Center'), ('Mission Bay', 37.7707742, -122.3911712, 'STEM Kitchen & Garden', 37.766240814693575, -122.38833667304378, 'New American Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Huffaker Park', 37.77175661415113, -122.39620566139752, 'Park'), ('Mission Bay', 37.7707742, -122.3911712, 'Petit Marlowe', 37.77810134993405, -122.39372700947547, 'Wine Bar'), ('Mission Bay', 37.7707742, -122.3911712, 'Bottom of the Hill', 37.765115889418894, -122.39621781367346, 'Rock Club'), ('Mission Bay', 37.7707742, -122.3911712, 'Cento', 37.77814, -122.3939, 'Coffee Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'Club Level', 37.77852002233387, -122.3898106967465, 'Baseball Stadium'), ('Mission Bay', 37.7707742, -122.3911712, 'Bay Club SF Tennis', 37.77657116788515, -122.39794804801016, 'Tennis Court'), ('Mission Bay', 37.7707742, -122.3911712, 'The Yard at Mission Rock', 37.776041062240886, -122.38969749519595, 'Pop-Up Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'Local Brewing Co.', 37.77654983503303, -122.39717070020274, 'Brewery'), ('Mission Bay', 37.7707742, -122.3911712, 'Orangetheory Fitness', 37.77767689707516, -122.39223830894188, 'Gym'), ('Mission Bay', 37.7707742, -122.3911712, 'Plow', 37.762516, -122.395467, 'Breakfast Spot'), ('Mission Bay', 37.7707742, -122.3911712, 'Starbucks', 37.77119622322716, -122.38936363995433, 'Coffee Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'Bluxome Street Winery', 37.776612713538846, -122.39682451452411, 'Winery'), ('Mission Bay', 37.7707742, -122.3911712, 'Dumpling Time', 37.76981234562633, -122.40246028133566, 'Dumpling Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Marlowe', 37.778288844375226, -122.39668464082726, 'New American Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'District', 37.7785143849399, -122.39323681145245, 'Wine Bar'), ('Mission Bay', 37.7707742, -122.3911712, "Big Daddy's Antiques", 37.76501541890696, -122.39949703216553, 'Antique Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'H.D. Buttercup', 37.77748965637303, -122.39458152227482, 'Furniture / Home Store'), ('Mission Bay', 37.7707742, -122.3911712, 'Bamboo Reef Scuba Diving Centers', 37.7784711061957, -122.39679538091133, 'Dive Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'Room & Board', 37.77226236593481, -122.40172310734124, 'Furniture / Home Store'), ('Mission Bay', 37.7707742, -122.3911712, 'Intelligentsia Roasting Works', 37.76374367372196, -122.39522652677441, 'Office'), ('Mission Bay', 37.7707742, -122.3911712, 'Saison', 37.77938780708879, -122.39200771519837, 'New American Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Willie Mays Gate', 37.77817280161747, -122.39113721753262, 'Monument / Landmark'), ('Mission Bay', 37.7707742, -122.3911712, 'Death By Taco', 37.77582038886468, -122.39358418270868, 'Mexican Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Trimark Economy Restaurant Fixtures', 37.76754284995135, -122.39764094352722, 'Miscellaneous Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'Connecticut Yankee', 37.76500535984297, -122.39790276886198, 'American Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Cento', 37.77872406349572, -122.39377415680684, 'Coffee Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'Super Duper', 37.779233, -122.388768, 'Burger Joint'), ('Mission Bay', 37.7707742, -122.3911712, 'The Ramp', 37.76413795920232, -122.38689273513181, 'Bar'), ('Mission Bay', 37.7707742, -122.3911712, 'Twenty Five Lusk', 37.77835953523223, -122.39432598705707, 'New American Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Giants Dugout Store', 37.7776339022743, -122.39094604243292, 'Sporting Goods Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'Little Skillet', 37.77889181818914, -122.39407145476254, 'Southern / Soul Food Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Thee Parkside', 37.76506747985784, -122.39984181776215, 'Dive Bar'), ('Mission Bay', 37.7707742, -122.3911712, 'Vim & Vigor', 37.77697179497792, -122.39319531487268, 'Salon / Barbershop'), ('Mission Bay', 37.7707742, -122.3911712, 'Moshi Moshi', 37.76313321321525, -122.3888880232023, 'Sushi Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'I’a Poke', 37.77013325141539, -122.4021982018991, 'Poke Place'), ('Mission Bay', 37.7707742, -122.3911712, 'CrossFit PH', 37.76793159110734, -122.40185594900154, 'Gym'), ('Mission Bay', 37.7707742, -122.3911712, 'Victory Hall & Parlor', 37.77889617601748, -122.39408481124566, 'Cocktail Bar'), ('Mission Bay', 37.7707742, -122.3911712, 'The Point', 37.77783067257143, -122.39705100858961, 'Coffee Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'ARCH Art and Drafting Supply', 37.768427030922176, -122.40107169621467, 'Arts & Crafts Store'), ('Mission Bay', 37.7707742, -122.3911712, 'Via Rooftop Patio', 37.77924969572573, -122.39085780739329, 'Bar'), ('Mission Bay', 37.7707742, -122.3911712, 'Willie Mays Statue', 37.77795361363412, -122.3914447276049, 'Outdoor Sculpture'), ('Mission Bay', 37.7707742, -122.3911712, 'Troya', 37.779102, -122.393648, 'Mediterranean Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, 'Triples Alley', 37.77787605079178, -122.38876193628998, 'Athletics & Sports'), ('Mission Bay', 37.7707742, -122.3911712, 'McCovey Point', 37.77659222103207, -122.38764936433945, 'Outdoor Sculpture'), ('Mission Bay', 37.7707742, -122.3911712, 'Bleachers', 37.77872614027218, -122.38840201750979, 'Baseball Stadium'), ('Mission Bay', 37.7707742, -122.3911712, 'Marina Gate', 37.7783987010225, -122.38793165252615, 'Baseball Stadium'), ('Mission Bay', 37.7707742, -122.3911712, 'Alchemist Bar & Lounge', 37.77899764754291, -122.3929789787545, 'Bar'), ('Mission Bay', 37.7707742, -122.3911712, 'Hotel VIA', 37.77921281664262, -122.39065771096335, 'Hotel'), ('Mission Bay', 37.7707742, -122.3911712, 'Oracle Suite', 37.778606607688815, -122.38942897809369, 'Baseball Stadium'), ('Mission Bay', 37.7707742, -122.3911712, 'The Sandwich Shop', 37.763608, -122.388656, 'Sandwich Place'), ('Mission Bay', 37.7707742, -122.3911712, 'GitHub Suite 49', 37.778664223147146, -122.38933835591227, 'Baseball Stadium'), ('Mission Bay', 37.7707742, -122.3911712, 'ATwater Tavern', 37.77432159387789, -122.38714566655185, 'New American Restaurant'), ('Mission Bay', 37.7707742, -122.3911712, "Peet's Coffee & Tea", 37.778600535664374, -122.38815104035962, 'Coffee Shop'), ('Mission Bay', 37.7707742, -122.3911712, 'China Basin Park', 37.77654082097157, -122.3882532119751, 'Park'), ('Mission Bay', 37.7707742, -122.3911712, 'Anchor Plaza', 37.77859579394638, -122.38808482334372, 'Beer Garden'), ('Mission Bay', 37.7707742, -122.3911712, "Crazy Crab'z", 37.77851353189666, -122.38810484359797, 'Sandwich Place'), ('Mission Bay', 37.7707742, -122.3911712, 'Shorenstein Family Café', 37.765346542255514, -122.38936272698245, 'Café')], [('Mission District', 37.75993, -122.4191376, 'Garden Creamery', 37.758605170406376, -122.42058774563571, 'Ice Cream Shop'), ('Mission District', 37.75993, -122.4191376, '20 Spot', 37.758431, -122.420383, 'Wine Bar'), ('Mission District', 37.75993, -122.4191376, 'Lazy Bear', 37.76028777205772, -122.41962603950654, 'New American Restaurant'), ('Mission District', 37.75993, -122.4191376, "Rhea's Market & Deli", 37.75994039873018, -122.42142352717468, 'Deli / Bodega'), ('Mission District', 37.75993, -122.4191376, 'Paxton Gate', 37.75966121758798, -122.42153185420354, 'Gift Shop'), ('Mission District', 37.75993, -122.4191376, 'Taqueria Cancún', 37.76041434416447, -122.41924383532758, 'Burrito Place'), ('Mission District', 37.75993, -122.4191376, 'Dog Eared Books', 37.758445500765696, -122.4213655574246, 'Bookstore'), ('Mission District', 37.75993, -122.4191376, 'Wildhawk', 37.76021307336707, -122.42072808770533, 'Cocktail Bar'), ('Mission District', 37.75993, -122.4191376, 'Dandelion Chocolate', 37.76100572139615, -122.42168888282815, 'Chocolate Shop'), ('Mission District', 37.75993, -122.4191376, 'Mission Cheese', 37.76107485069597, -122.42156642951075, 'Cheese Shop'), ('Mission District', 37.75993, -122.4191376, 'Media Noche', 37.76007363724324, -122.42069145227919, 'Cuban Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Borderlands Books', 37.759207483617786, -122.42151048490733, 'Bookstore'), ('Mission District', 37.75993, -122.4191376, 'Royal Cuckoo Market', 37.760329952809975, -122.41865071811122, 'Market'), ('Mission District', 37.75993, -122.4191376, 'Tacolicious', 37.76094037094425, -122.4214506875055, 'Taco Place'), ('Mission District', 37.75993, -122.4191376, 'Prubechu', 37.76133, -122.419464, 'Asian Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Souvla', 37.760834250499876, -122.42157557707306, 'Souvlaki Shop'), ('Mission District', 37.75993, -122.4191376, 'Yasmin', 37.760198, -122.421266, 'Mediterranean Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Craftsman and Wolves', 37.76091649594609, -122.42160692088305, 'Bakery'), ('Mission District', 37.75993, -122.4191376, 'The Chapel', 37.76051989527817, -122.421379511944, 'Music Venue'), ('Mission District', 37.75993, -122.4191376, 'Fort Point Valencia', 37.760959, -122.421714, 'Gastropub'), ('Mission District', 37.75993, -122.4191376, 'Smitten Ice Cream', 37.758342540653345, -122.4212909831678, 'Ice Cream Shop'), ('Mission District', 37.75993, -122.4191376, 'Community Music Center', 37.75795324940838, -122.41826453677702, 'Music School'), ('Mission District', 37.75993, -122.4191376, 'Bodyrok Studio', 37.75852442444486, -122.42078617127208, 'Cycle Studio'), ('Mission District', 37.75993, -122.4191376, 'Etcetera Wine Bar', 37.76022716696671, -122.42136293192425, 'Wine Bar'), ('Mission District', 37.75993, -122.4191376, 'Linea Caffe', 37.76170173321435, -122.4201144261553, 'Coffee Shop'), ('Mission District', 37.75993, -122.4191376, 'Aldea Home + Baby', 37.75872109224174, -122.42138240016224, 'Gift Shop'), ('Mission District', 37.75993, -122.4191376, 'CrossFit Alinea', 37.76245764000935, -122.41741647427942, 'Gym'), ('Mission District', 37.75993, -122.4191376, 'San Jalisco', 37.75876703677013, -122.41683124630434, 'Mexican Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Project Juice', 37.7603133299028, -122.42144238392724, 'Juice Bar'), ('Mission District', 37.75993, -122.4191376, 'Gracias Madre', 37.761484, -122.419144, 'Mexican Restaurant'), ('Mission District', 37.75993, -122.4191376, 'The Sycamore', 37.762740458741554, -122.4196762752502, 'Bar'), ('Mission District', 37.75993, -122.4191376, 'Fellow Barber', 37.7617489947955, -122.42173631574867, 'Salon / Barbershop'), ('Mission District', 37.75993, -122.4191376, 'Loló', 37.757301, -122.421307, 'Latin American Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Señor Sisig', 37.75715, -122.421304, 'Filipino Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Gravel & Gold', 37.75700295176458, -122.42039406536269, 'Arts & Crafts Store'), ('Mission District', 37.75993, -122.4191376, 'Lolinda', 37.7566658, -122.419113, 'Argentinian Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Foreign Cinema', 37.75648806689791, -122.41922596316283, 'New American Restaurant'), ('Mission District', 37.75993, -122.4191376, 'The Beehive', 37.75939451397766, -122.42147525647799, 'Cocktail Bar'), ('Mission District', 37.75993, -122.4191376, 'Mixt', 37.758399586454864, -122.42112636566162, 'Salad Place'), ('Mission District', 37.75993, -122.4191376, 'El Techo', 37.756576, -122.4190831, 'Latin American Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Kahnfections', 37.7588734074582, -122.41515195973774, 'Bakery'), ('Mission District', 37.75993, -122.4191376, 'flour+water pizzeria', 37.76163292236174, -122.42157299524791, 'Pizza Place'), ('Mission District', 37.75993, -122.4191376, 'Alamo Drafthouse Cinema', 37.756207, -122.419026, 'Movie Theater'), ('Mission District', 37.75993, -122.4191376, 'Limón Peruvian Rotisserie', 37.757127644296986, -122.41664419723027, 'South American Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Clarion Alley', 37.76297195031204, -122.42121101181601, 'Street Art'), ('Mission District', 37.75993, -122.4191376, 'Yamo', 37.76185545658074, -122.41963705033994, 'Burmese Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Cha-Ya Vegetarian Japanese Restaurant', 37.760786300576164, -122.42155699648818, 'Vegetarian / Vegan Restaurant'), ('Mission District', 37.75993, -122.4191376, 'The Secret Alley', 37.763763835109664, -122.41935185019999, 'Performing Arts Venue'), ('Mission District', 37.75993, -122.4191376, 'Good Vibrations', 37.76319458096596, -122.4217345739337, 'Adult Boutique'), ('Mission District', 37.75993, -122.4191376, 'Topdrawer', 37.75732062000125, -122.42117964067933, 'Accessories Store'), ('Mission District', 37.75993, -122.4191376, 'ODC Dance Commons', 37.762705243388325, -122.41597522734932, 'Dance Studio'), ('Mission District', 37.75993, -122.4191376, 'Boba Guys', 37.760044, -122.421103, 'Bubble Tea Shop'), ('Mission District', 37.75993, -122.4191376, 'Cafe Ethiopia', 37.758922674566, -122.42134662714794, 'Ethiopian Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Sidewalk Juice', 37.756960071541364, -122.42079641983646, 'Juice Bar'), ('Mission District', 37.75993, -122.4191376, 'Moxie Yoga', 37.75897936074864, -122.41489890305844, 'Yoga Studio'), ('Mission District', 37.75993, -122.4191376, 'BFF.fm', 37.76376119743166, -122.41935903063755, 'Music Venue'), ('Mission District', 37.75993, -122.4191376, 'Mission Playground & Pool', 37.75943052670503, -122.42226635988486, 'Playground'), ('Mission District', 37.75993, -122.4191376, 'Serendipity', 37.75999095897116, -122.42133564298261, 'Gift Shop'), ('Mission District', 37.75993, -122.4191376, 'Dear Inga', 37.761826, -122.422959, 'Eastern European Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Gotham Boxing SF', 37.76388286524568, -122.41874536450926, 'Boxing Gym'), ('Mission District', 37.75993, -122.4191376, 'Dolores Outpost', 37.75998694902003, -122.42368460518881, 'Coffee Shop'), ('Mission District', 37.75993, -122.4191376, 'Tartine Bakery', 37.76151859415805, -122.42388790399988, 'Bakery'), ('Mission District', 37.75993, -122.4191376, 'Ritual Coffee Roasters', 37.756434706964484, -122.42123114208677, 'Coffee Shop'), ('Mission District', 37.75993, -122.4191376, 'Burn', 37.756247545648776, -122.42103455630352, 'Gym'), ('Mission District', 37.75993, -122.4191376, 'Pizzeria Delfina', 37.761528004962244, -122.4242371423357, 'Pizza Place'), ('Mission District', 37.75993, -122.4191376, '1-2-3-4 Go! Records', 37.75629973372459, -122.42111458661627, 'Record Shop'), ('Mission District', 37.75993, -122.4191376, 'Dragon City Cafe', 37.75909656486808, -122.41904903379391, 'Bakery'), ('Mission District', 37.75993, -122.4191376, 'Udupi Palace', 37.75676871020177, -122.42108520192178, 'Indian Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Stonemill Matcha', 37.763944, -122.421667, 'Café'), ('Mission District', 37.75993, -122.4191376, 'Shotwell’s', 37.758766959829266, -122.41578891827037, 'Beer Bar'), ('Mission District', 37.75993, -122.4191376, 'ODC Theater', 37.763487266508704, -122.41647559160869, 'Theater'), ('Mission District', 37.75993, -122.4191376, 'Taqueria el Buen Sabor', 37.76176187868646, -122.42157018792683, 'Mexican Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Bi-Rite Market', 37.76145005090555, -122.42469816617343, 'Grocery Store'), ('Mission District', 37.75993, -122.4191376, 'Stable Cafe', 37.763233, -122.415262, 'Café'), ('Mission District', 37.75993, -122.4191376, 'Delfina', 37.76152767594501, -122.42427237470002, 'Italian Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Californios', 37.7554, -122.417087, 'Mexican Restaurant'), ('Mission District', 37.75993, -122.4191376, 'The Uptown', 37.76345080339102, -122.41844893243434, 'Bar'), ('Mission District', 37.75993, -122.4191376, 'Curry Up Now', 37.762319653793774, -122.42162745926812, 'Indian Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Yoga to the People', 37.76488736536191, -122.41906218597546, 'Yoga Studio'), ('Mission District', 37.75993, -122.4191376, 'Mission Bowling Club', 37.76368933405433, -122.41670897278686, 'Bowling Alley'), ('Mission District', 37.75993, -122.4191376, 'Radio Valencia', 37.75876921553207, -122.41921949978989, 'Music Venue'), ('Mission District', 37.75993, -122.4191376, 'Bon Voyage', 37.763585561392055, -122.4219544792981, 'Cocktail Bar'), ('Mission District', 37.75993, -122.4191376, "Turner's Kitchen", 37.76316408709755, -122.42429894681102, 'Sandwich Place'), ('Mission District', 37.75993, -122.4191376, 'Revolution Cafe', 37.75542411945885, -122.41983879669014, 'Café'), ('Mission District', 37.75993, -122.4191376, 'Mission Cliffs', 37.76065358755549, -122.4124737675382, 'Climbing Gym'), ('Mission District', 37.75993, -122.4191376, 'Mission Workshop', 37.76422885554278, -122.4217582633323, 'Clothing Store'), ('Mission District', 37.75993, -122.4191376, 'Hawker Fare', 37.7620177653105, -122.42175150961835, 'Thai Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Puerto Alegre', 37.764076206727324, -122.4219073400287, 'Mexican Restaurant'), ('Mission District', 37.75993, -122.4191376, 'The Sandwich Place', 37.764321, -122.419494, 'Sandwich Place'), ('Mission District', 37.75993, -122.4191376, 'Timbuk2 SF Factory', 37.75901052632334, -122.4156948289179, 'Office'), ('Mission District', 37.75993, -122.4191376, 'Señor Sisig', 37.76269599428501, -122.42392189941513, 'Food Truck'), ('Mission District', 37.75993, -122.4191376, 'Radio Habana Social Club', 37.75523673770231, -122.42091265475896, 'Cuban Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Bi-Rite Creamery', 37.761447920698735, -122.4257519786573, 'Ice Cream Shop'), ('Mission District', 37.75993, -122.4191376, "Gallardo's", 37.76214752239325, -122.41604768584882, 'Mexican Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Limón Rotisserie', 37.764431, -122.421989, 'Peruvian Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Pretty Parlor', 37.76355769611299, -122.42396693222956, 'Spa'), ('Mission District', 37.75993, -122.4191376, "Panchita's Pupuseria Restaurant #2", 37.764824, -122.421626, 'Latin American Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Fabric Outlet', 37.763322045404166, -122.41946113941161, 'Fabric Shop'), ('Mission District', 37.75993, -122.4191376, 'flour + water', 37.75906211575193, -122.41233362890493, 'Italian Restaurant'), ('Mission District', 37.75993, -122.4191376, 'Pancho Villa Taqueria', 37.76489031730813, -122.42108881473541, 'Mexican Restaurant')], [('Mission Dolores', 31.5232552, -94.1155102168727, 'Dollar General', 31.5310001373291, -94.11515045166016, 'Discount Store'), ('Mission Dolores', 31.5232552, -94.1155102168727, 'Mission Nuestra Senora de los Dolores de Ais, 2nd Site', 31.523304, -94.11547, 'Trail'), ('Mission Dolores', 31.5232552, -94.1155102168727, 'Corner of Liberty and Hanks Streets', 31.525373, -94.107802, 'Intersection'), ('Mission Dolores', 31.5232552, -94.1155102168727, 'Brookshire Brothers', 31.53096869246083, -94.11929852167603, 'Grocery Store'), ('Mission Dolores', 31.5232552, -94.1155102168727, 'Tobacco Barn', 31.5314490348101, -94.1183381527662, 'Hobby Shop')], [('Mission Terrace', 34.246491, -119.044215, 'Top of Anacapa Drive', 34.24564223345895, -119.04695126977221, 'Indian Restaurant'), ('Mission Terrace', 34.246491, -119.044215, 'Camarillo Heights', 34.24106195239785, -119.0477039507138, 'Park'), ('Mission Terrace', 34.246491, -119.044215, 'Charter Oak Park', 34.24185638365366, -119.03665065765381, 'Park'), ('Mission Terrace', 34.246491, -119.044215, 'Kaiser Air Conditioning', 34.245554, -119.034765, 'Construction & Landscaping')], [('Monterey Heights', 32.5120848, -85.090769, "Ledlow's Service Heating & Air", 32.5101052, -85.0919672, 'Home Service'), ('Monterey Heights', 32.5120848, -85.090769, 'C & G Heating & Air Conditioning', 32.51538283, -85.0863355, 'Home Service'), ('Monterey Heights', 32.5120848, -85.090769, 'Homes', 32.5044605, -85.0908264, 'Furniture / Home Store'), ('Monterey Heights', 32.5120848, -85.090769, "Sawyer's Mobile Home Estates & Rv Park", 32.511589337851966, -85.08122026920319, 'RV Park')], [('Mount Davidson', 37.7382643, -122.4533047, 'Mount Davidson Park', 37.738853979980995, -122.45455741882324, 'Park'), ('Mount Davidson', 37.7382643, -122.4533047, 'Mt. Davidson Cross', 37.73834821373442, -122.45466802563172, 'Monument / Landmark'), ('Mount Davidson', 37.7382643, -122.4533047, 'Won Kok Restaurant 華記美食', 37.731774526726426, -122.45127862507782, 'Cantonese Restaurant'), ('Mount Davidson', 37.7382643, -122.4533047, "Pop's Sandwich Shop", 37.744046420732055, -122.45370383946927, 'Sandwich Place'), ('Mount Davidson', 37.7382643, -122.4533047, 'Portola Nail Salon', 37.74521645654864, -122.45194857468125, 'Cosmetics Shop'), ('Mount Davidson', 37.7382643, -122.4533047, 'Sunnyside Playground & Recreation Center', 37.73372569649461, -122.44797163804147, 'Park'), ('Mount Davidson', 37.7382643, -122.4533047, 'Blue Iguana', 37.73473150653976, -122.44881657880255, 'Food Truck'), ('Mount Davidson', 37.7382643, -122.4533047, "Mollie Stone's Tower Market", 37.744825, -122.452318, 'Grocery Store'), ('Mount Davidson', 37.7382643, -122.4533047, 'CVS pharmacy', 37.74432407790461, -122.45335657165441, 'Pharmacy'), ('Mount Davidson', 37.7382643, -122.4533047, 'Shanghai Dumpling King', 37.73160464574401, -122.4510746682198, 'Dumpling Restaurant'), ('Mount Davidson', 37.7382643, -122.4533047, 'Monterey Deli', 37.73151305119892, -122.44651526645872, 'Deli / Bodega'), ('Mount Davidson', 37.7382643, -122.4533047, 'Miraloma Club', 37.743906019837034, -122.45366175740402, 'Dive Bar'), ('Mount Davidson', 37.7382643, -122.4533047, "K's Kitchen", 37.731470220252476, -122.4523781625996, 'Sushi Restaurant'), ('Mount Davidson', 37.7382643, -122.4533047, 'Sol y Luna Spa', 37.731523001612246, -122.45078781536043, 'Spa'), ('Mount Davidson', 37.7382643, -122.4533047, "Big Joe's", 37.731475707612084, -122.45159591172995, 'Breakfast Spot'), ('Mount Davidson', 37.7382643, -122.4533047, 'Tower Burger', 37.744047664461206, -122.45356851613319, 'Burger Joint'), ('Mount Davidson', 37.7382643, -122.4533047, 'Starbucks', 37.74474068, -122.4526744, 'Coffee Shop'), ('Mount Davidson', 37.7382643, -122.4533047, 'Pho Dong Huong (World of Noodle)', 37.731491380378145, -122.45039008562291, 'Vietnamese Restaurant'), ('Mount Davidson', 37.7382643, -122.4533047, "Creighton's", 37.74482271661696, -122.45273030957381, 'Café'), ('Mount Davidson', 37.7382643, -122.4533047, 'Friends Bar', 37.73168186307918, -122.44791211353864, 'Bar'), ('Mount Davidson', 37.7382643, -122.4533047, 'Kwik & Convenient', 37.731815262453544, -122.44912395949287, 'Convenience Store'), ('Mount Davidson', 37.7382643, -122.4533047, 'Miraloma Playground', 37.738797913821, -122.44913173341463, 'Playground'), ('Mount Davidson', 37.7382643, -122.4533047, 'SF MUNI - 36 Teresita', 37.73765320555903, -122.44897692074126, 'Bus Line'), ('Mount Davidson', 37.7382643, -122.4533047, 'Taqueria Miraloma', 37.74385634293913, -122.45379552979863, 'Burrito Place'), ('Mount Davidson', 37.7382643, -122.4533047, 'Round Table Pizza', 37.74405432643203, -122.45371893064858, 'Pizza Place'), ('Mount Davidson', 37.7382643, -122.4533047, 'Los Palmos mini-park', 37.7360782588068, -122.44850258046407, 'Park'), ('Mount Davidson', 37.7382643, -122.4533047, 'Edgehill Mountain', 37.74145564817923, -122.45791464319146, 'Mountain'), ('Mount Davidson', 37.7382643, -122.4533047, 'St Brendan Gym', 37.74147998986782, -122.45791452033579, 'Gym'), ('Mount Davidson', 37.7382643, -122.4533047, '48 bus stop\\Portola', 37.740913422872545, -122.4586854439426, 'Bus Stop'), ('Mount Davidson', 37.7382643, -122.4533047, 'Railroad Espresso', 37.731441199481935, -122.45137400906799, 'Café'), ('Mount Davidson', 37.7382643, -122.4533047, 'Safeway', 37.7314104, -122.4497633, 'Grocery Store'), ('Mount Davidson', 37.7382643, -122.4533047, 'Miraloma Liquors', 37.74454620626463, -122.45307459753346, 'Liquor Store'), ('Mount Davidson', 37.7382643, -122.4533047, 'Athletic Field (School of thr arts)', 37.743684127946, -122.44821944114703, 'Athletics & Sports'), ('Mount Davidson', 37.7382643, -122.4533047, 'Glen Park Canyon', 37.738008689949595, -122.44442090246007, 'Grocery Store'), ('Mount Davidson', 37.7382643, -122.4533047, 'The Abode of Iyengar Yoga', 37.731246, -122.452542, 'Yoga Studio'), ('Mount Davidson', 37.7382643, -122.4533047, 'SF MUNI - 23 Monterey', 37.73153761676673, -122.45650165760456, 'Bus Line'), ('Mount Davidson', 37.7382643, -122.4533047, 'Muni bus stop - Woodside / Portola', 37.745635986328125, -122.452392578125, 'Bus Stop'), ('Mount Davidson', 37.7382643, -122.4533047, 'DSG Studios', 37.731788635253906, -122.44805145263672, 'Dance Studio'), ('Mount Davidson', 37.7382643, -122.4533047, 'The Pizza House', 37.73143236213134, -122.44883753469469, 'Pizza Place'), ('Mount Davidson', 37.7382643, -122.4533047, 'Islais Creek Trail', 37.742909, -122.445371, 'Trail'), ('Mount Davidson', 37.7382643, -122.4533047, 'Monterey Pizza & Asian Zap', 37.7313193992866, -122.4487316608429, 'Pizza Place'), ('Mount Davidson', 37.7382643, -122.4533047, 'Dan Kryston Memorial Theatre', 37.7454833984375, -122.44891357421875, 'Theater'), ('Mount Davidson', 37.7382643, -122.4533047, 'Top Of Detroit Hill', 37.734509147385275, -122.44416881257379, 'Mountain'), ('Mount Davidson', 37.7382643, -122.4533047, 'Sota Mainstage', 37.74544895602457, -122.4484406036387, 'Theater'), ('Mount Davidson', 37.7382643, -122.4533047, "Leopard's Lounge", 37.741717437047235, -122.44385691553971, 'Trail'), ('Mount Davidson', 37.7382643, -122.4533047, 'Story Rock', 37.74213278992881, -122.4437113312761, 'Trail')], [('Nob Hill', 37.7932622, -122.415249, 'Le Beau Market', 37.792934321625644, -122.41620548846682, 'Grocery Store'), ('Nob Hill', 37.7932622, -122.415249, 'Grace Cathedral', 37.79166582464069, -122.41334845310054, 'Church'), ('Nob Hill', 37.7932622, -122.415249, 'Keiko à Nob Hill', 37.793250556869715, -122.41421405672644, 'French Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Collis P. Huntington Park', 37.79216169939808, -122.4121543765068, 'Park'), ('Nob Hill', 37.7932622, -122.415249, 'Labyrinth at Grace Cathedral', 37.79212161752906, -122.41291366763596, 'Sculpture Garden'), ('Nob Hill', 37.7932622, -122.415249, 'Hot Sauce and Panko', 37.79457604054153, -122.41808001790969, 'Wings Joint'), ('Nob Hill', 37.7932622, -122.415249, 'Venticello', 37.794303393322515, -122.41311910028968, 'Italian Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'The Masonic', 37.79118818627268, -122.41302191054984, 'Concert Hall'), ('Nob Hill', 37.7932622, -122.415249, 'Liquid Gold', 37.79060167515175, -122.41737185522346, 'Beer Bar'), ('Nob Hill', 37.7932622, -122.415249, 'Jackson Market', 37.794849, -122.41506399999999, 'Deli / Bodega'), ('Nob Hill', 37.7932622, -122.415249, 'The Huntington Hotel', 37.791329475329476, -122.4122247084826, 'Hotel'), ('Nob Hill', 37.7932622, -122.415249, 'Village Pets', 37.790566294608844, -122.41722487519357, 'Pet Store'), ('Nob Hill', 37.7932622, -122.415249, 'Big 4 Restaurant', 37.7914899311035, -122.41239296657055, 'American Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'San Francisco Cable Car Museum', 37.79467940799266, -122.41142910189285, 'History Museum'), ('Nob Hill', 37.7932622, -122.415249, 'Cafe Meuse', 37.79547583644657, -122.41836005881748, 'Wine Bar'), ('Nob Hill', 37.7932622, -122.415249, 'Gusto Pinsa Romana', 37.7895944763817, -122.41387265343073, 'Italian Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Nob Hill Cafe', 37.793296000000005, -122.41263700000002, 'Italian Restaurant'), ('Nob Hill', 37.7932622, -122.415249, "Trader Joe's", 37.79071052121959, -122.41795031848415, 'Grocery Store'), ('Nob Hill', 37.7932622, -122.415249, 'The Coffee Movement', 37.79468690077009, -122.41029876599761, 'Coffee Shop'), ('Nob Hill', 37.7932622, -122.415249, 'The Fairmont San Francisco', 37.79236732627899, -122.41046086117939, 'Hotel'), ('Nob Hill', 37.7932622, -122.415249, 'Moxie Yoga Fitness', 37.79606964104555, -122.41355135318416, 'Yoga Studio'), ('Nob Hill', 37.7932622, -122.415249, 'Nob Hill Spa', 37.79164819685559, -122.41213895650702, 'Spa'), ('Nob Hill', 37.7932622, -122.415249, 'Peacekeeper', 37.7896591404583, -122.41251589595036, 'Bar'), ('Nob Hill', 37.7932622, -122.415249, 'Ristorante Milano', 37.795428170023136, -122.41906491710779, 'Italian Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Mymy Coffee Shop', 37.7908334969082, -122.41911751737659, 'Diner'), ('Nob Hill', 37.7932622, -122.415249, 'Cocotte', 37.794805500126586, -122.41819373824337, 'French Restaurant'), ('Nob Hill', 37.7932622, -122.415249, "Bob's Donuts", 37.791797, -122.421085, 'Donut Shop'), ('Nob Hill', 37.7932622, -122.415249, 'Liholiho Yacht Club', 37.78833241767785, -122.41460517290737, 'Hawaiian Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Fresh Brew Coffee', 37.78978620008683, -122.41177850836404, 'Coffee Shop'), ('Nob Hill', 37.7932622, -122.415249, 'Uforia Studios', 37.79044124812001, -122.42014839498542, 'Gym / Fitness Center'), ('Nob Hill', 37.7932622, -122.415249, 'Picnic', 37.79341525922482, -122.4212535775488, 'Boutique'), ('Nob Hill', 37.7932622, -122.415249, 'Basik Cafe', 37.79470078065004, -122.42156045673302, 'Smoothie Shop'), ('Nob Hill', 37.7932622, -122.415249, 'Crostini And Java', 37.789110715703686, -122.41709877896758, 'Café'), ('Nob Hill', 37.7932622, -122.415249, 'Ina Coolbrith Park', 37.79831417150525, -122.41361233145557, 'Park'), ('Nob Hill', 37.7932622, -122.415249, 'Swan Oyster Depot', 37.790930790704444, -122.42075867425216, 'Seafood Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Del Popolo', 37.78980692616314, -122.41134691314204, 'Pizza Place'), ('Nob Hill', 37.7932622, -122.415249, 'Rue Lepic', 37.790912678347404, -122.41076957699637, 'French Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Spoke Art Gallery', 37.78859771046097, -122.41383174816049, 'Art Gallery'), ('Nob Hill', 37.7932622, -122.415249, 'Amelie', 37.79312912613294, -122.42117523515849, 'Wine Bar'), ('Nob Hill', 37.7932622, -122.415249, 'Bite', 37.788375567460754, -122.41550360576556, 'Sandwich Place'), ('Nob Hill', 37.7932622, -122.415249, 'High Trails Cyclery', 37.793738041910814, -122.42137553751218, 'Bike Shop'), ('Nob Hill', 37.7932622, -122.415249, 'Cheese Plus', 37.79513753789721, -122.42178618907927, 'Cheese Shop'), ('Nob Hill', 37.7932622, -122.415249, 'Chisme', 37.78846715609786, -122.41480239709736, 'Mexican Restaurant'), ('Nob Hill', 37.7932622, -122.415249, "Stookey's Club Moderne", 37.78967032844174, -122.41203660841622, 'Cocktail Bar'), ('Nob Hill', 37.7932622, -122.415249, 'Common Sage', 37.79146422652629, -122.4208996927136, 'Deli / Bodega'), ('Nob Hill', 37.7932622, -122.415249, 'Anjalee Thai Massage', 37.79176981417054, -122.42096495486527, 'Massage Studio'), ('Nob Hill', 37.7932622, -122.415249, 'Hashimoto Contemporary', 37.78859965020452, -122.41380316605063, 'Art Gallery'), ('Nob Hill', 37.7932622, -122.415249, 'The Olympic Club', 37.788181056861674, -122.41106656038573, 'Gym / Fitness Center'), ('Nob Hill', 37.7932622, -122.415249, 'Bikram Yoga', 37.78935385240949, -122.42044212569694, 'Yoga Studio'), ('Nob Hill', 37.7932622, -122.415249, 'Tacorea', 37.78976228934146, -122.41079181432723, 'Korean Restaurant'), ('Nob Hill', 37.7932622, -122.415249, "Lotta's Bakery", 37.79276504594957, -122.42109784978726, 'Bakery'), ('Nob Hill', 37.7932622, -122.415249, 'Co Nam', 37.79218028571842, -122.42104607818463, 'Vietnamese Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Louie’s Gen-Gen Room', 37.78832886198606, -122.41458235972743, 'Speakeasy'), ('Nob Hill', 37.7932622, -122.415249, 'robberbaron', 37.79554672086196, -122.42167714925333, 'Bar'), ('Nob Hill', 37.7932622, -122.415249, 'La Biang Thai Massage', 37.78873832023195, -122.42044168410258, 'Massage Studio'), ('Nob Hill', 37.7932622, -122.415249, 'InterContinental Mark Hopkins', 37.791773814361996, -122.41055419344325, 'Hotel'), ('Nob Hill', 37.7932622, -122.415249, 'Utsuwa Floral Design', 37.788575, -122.420151, 'Flower Shop'), ('Nob Hill', 37.7932622, -122.415249, 'BurnSF', 37.79600362954721, -122.42134343365205, 'Gym / Fitness Center'), ('Nob Hill', 37.7932622, -122.415249, 'Za Pizza', 37.79857053617332, -122.41895509472236, 'Pizza Place'), ('Nob Hill', 37.7932622, -122.415249, 'Ben Thai Cafe', 37.78923323075366, -122.42047853188144, 'Thai Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Le Colonial', 37.78828061940812, -122.41245016717406, 'Vietnamese Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Union Larder', 37.79890383415786, -122.41904896426493, 'Wine Bar'), ('Nob Hill', 37.7932622, -122.415249, 'The Jug Shop', 37.795398235986994, -122.42141872644424, 'Liquor Store'), ('Nob Hill', 37.7932622, -122.415249, 'Wags Pet Wash', 37.79382706850527, -122.4214005826922, 'Pet Store'), ('Nob Hill', 37.7932622, -122.415249, 'Romulo Melo BJJ Academy', 37.79560040384756, -122.41162501128086, 'Martial Arts School'), ('Nob Hill', 37.7932622, -122.415249, 'Hopwater Distribution', 37.789927637673124, -122.41131669050196, 'Beer Bar'), ('Nob Hill', 37.7932622, -122.415249, 'Bow Wow Meow SF', 37.796595924577296, -122.42187383680564, 'Pet Store'), ('Nob Hill', 37.7932622, -122.415249, "Pearl's Deluxe Burgers", 37.78764896810783, -122.4136204868911, 'Burger Joint'), ('Nob Hill', 37.7932622, -122.415249, 'Kinjo', 37.79702959037676, -122.42195930642504, 'Sushi Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'House of Prime Rib', 37.79336998511898, -122.4227905776713, 'Steakhouse'), ('Nob Hill', 37.7932622, -122.415249, 'Frascati', 37.798278956210886, -122.41897443410139, 'Italian Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Pure Organic Spa', 37.78928634075461, -122.40919054070815, 'Spa'), ('Nob Hill', 37.7932622, -122.415249, 'Mr. Holmes Bakehouse', 37.787626304136914, -122.41841702221737, 'Bakery'), ('Nob Hill', 37.7932622, -122.415249, 'Berber', 37.7960663, -122.4222202, 'African Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Cordon Bleu', 37.790613045466124, -122.42029598589278, 'Vietnamese Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Core 40', 37.79069993082071, -122.41896713136278, 'Gym / Fitness Center'), ('Nob Hill', 37.7932622, -122.415249, 'Yi Fang Taiwan Fruit Tea', 37.795038, -122.407614, 'Bubble Tea Shop'), ('Nob Hill', 37.7932622, -122.415249, 'The Family Room', 37.786872341937645, -122.4165405949604, 'Pop-Up Shop'), ('Nob Hill', 37.7932622, -122.415249, 'The Candy Store', 37.796834609077706, -122.42233166308765, 'Candy Store'), ('Nob Hill', 37.7932622, -122.415249, 'Music City Rehearsal', 37.78872811237349, -122.41957793254586, 'Rock Club'), ('Nob Hill', 37.7932622, -122.415249, 'Hogwash', 37.78916079428825, -122.40994388489445, 'Beer Bar'), ('Nob Hill', 37.7932622, -122.415249, "Swensen's Ice Cream", 37.79916833980334, -122.41915950322871, 'Ice Cream Shop'), ('Nob Hill', 37.7932622, -122.415249, 'Vallejo Street Stairs', 37.798091152080865, -122.41312463677171, 'Park'), ('Nob Hill', 37.7932622, -122.415249, 'Blue Barn Gourmet', 37.79752344668017, -122.4221454238068, 'Salad Place'), ('Nob Hill', 37.7932622, -122.415249, 'Sanraku', 37.78877046964189, -122.41206745413582, 'Japanese Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Fiorella', 37.797473, -122.421926, 'Pizza Place'), ('Nob Hill', 37.7932622, -122.415249, 'Russian Hill Bookstore', 37.79742154577791, -122.42204428590358, 'Bookstore'), ('Nob Hill', 37.7932622, -122.415249, 'Grass Roots', 37.78689060215334, -122.41952465653297, 'Marijuana Dispensary'), ('Nob Hill', 37.7932622, -122.415249, 'Scullery', 37.78656567565333, -122.4146014679702, 'Coffee Shop'), ('Nob Hill', 37.7932622, -122.415249, "The Boy's Deli", 37.797253, -122.42192, 'Deli / Bodega'), ('Nob Hill', 37.7932622, -122.415249, 'Pacific Cocktail Haven', 37.78919210005242, -122.40997105836868, 'Cocktail Bar'), ('Nob Hill', 37.7932622, -122.415249, 'Tender', 37.7862551155958, -122.41731657973877, 'Wine Bar'), ('Nob Hill', 37.7932622, -122.415249, 'Good Mong Kok Bakery', 37.795458712845154, -122.40818052928776, 'Dim Sum Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Golden Veggie Market', 37.790340409241324, -122.42074738662296, 'Grocery Store'), ('Nob Hill', 37.7932622, -122.415249, 'Kuma Sushi + Sake', 37.7867804695193, -122.41988550891186, 'Sushi Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'The Cinch', 37.79275724419238, -122.42131034023534, 'Gay Bar'), ('Nob Hill', 37.7932622, -122.415249, 'Tselogs', 37.78647937415373, -122.4131275886682, 'Filipino Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Lord Stanley', 37.79583908920013, -122.42188811302185, 'Modern European Restaurant'), ('Nob Hill', 37.7932622, -122.415249, 'Benjamin Cooper', 37.787396, -122.409847, 'Cocktail Bar'), ('Nob Hill', 37.7932622, -122.415249, '1512 Barber Shop', 37.789611671126906, -122.42086513762929, 'Salon / Barbershop')], [('Noe Valley', 37.7515906, -122.4320814, "Charlie's Corner", 37.75135683384734, -122.43428103519672, 'Bookstore'), ('Noe Valley', 37.7515906, -122.4320814, 'Noe Valley Bakery', 37.75132971410129, -122.43345394577986, 'Bakery'), ('Noe Valley', 37.7515906, -122.4320814, 'PlumpJack Wine & Spirits Store', 37.75139765550949, -122.43224822215106, 'Wine Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Subs Inc.', 37.75127930349454, -122.43419910650239, 'Sandwich Place'), ('Noe Valley', 37.7515906, -122.4320814, 'Pressed Juicery', 37.75143816047573, -122.42980691725933, 'Juice Bar'), ('Noe Valley', 37.7515906, -122.4320814, 'Vive La Tarte', 37.751445598335486, -122.4324945354914, 'Bakery'), ('Noe Valley', 37.7515906, -122.4320814, 'Saru Sushi Bar', 37.75164725317108, -122.42877448272561, 'Sushi Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, "Noe Valley Farmer's Market", 37.751471, -122.428988, 'Farmers Market'), ('Noe Valley', 37.7515906, -122.4320814, 'Chocolate Covered', 37.751326210622985, -122.43334634140344, 'Chocolate Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Patxi’s Pizza', 37.75143034444472, -122.43285591598998, 'Pizza Place'), ('Noe Valley', 37.7515906, -122.4320814, 'Whole Foods Market', 37.75188454999903, -122.43087297304551, 'Grocery Store'), ('Noe Valley', 37.7515906, -122.4320814, 'Olive This Olive That', 37.75147657691003, -122.42858970684738, 'Gourmet Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Easy Breezy', 37.75140961972707, -122.43262104918385, 'Frozen Yogurt Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Valley Tavern', 37.7515174405312, -122.433136404008, 'Pub'), ('Noe Valley', 37.7515906, -122.4320814, 'Yoga Mayu', 37.751204109165236, -122.43539118589692, 'Yoga Studio'), ('Noe Valley', 37.7515906, -122.4320814, 'The Little Chihuahua', 37.751221384508725, -122.43463813052745, 'Mexican Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Lupa Trattoria', 37.75125633871735, -122.43448585803482, 'Italian Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Peasant Pies', 37.751322665993854, -122.43447011232143, 'Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, '24th Street Cheese Company', 37.75158412341779, -122.42948450823499, 'Cheese Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Hamano Sushi', 37.75085742670257, -122.4341215504447, 'Sushi Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, "MOE's Barbershop and Beauty Parlor", 37.75140798677011, -122.43221046008277, 'Health & Beauty Service'), ('Noe Valley', 37.7515906, -122.4320814, 'Noe Valley Wine Merchants', 37.751654088770955, -122.42796807922204, 'Wine Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Hi-Way Burger And Fry', 37.75162794988096, -122.42867553238537, 'Burger Joint'), ('Noe Valley', 37.7515906, -122.4320814, 'Just For Fun & Scribbledoodles', 37.75149872378761, -122.43147652614313, 'Hobby Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Bistro SF Grill', 37.75114764114586, -122.43408459642565, 'American Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Mapamundi Kids', 37.75114593726269, -122.43409722596, 'Toy / Game Store'), ('Noe Valley', 37.7515906, -122.4320814, 'Rare Device - Noe Valley', 37.75119, -122.433332, 'Gift Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'When Modern Was', 37.751368418640745, -122.43281740576913, 'Furniture / Home Store'), ('Noe Valley', 37.7515906, -122.4320814, 'Noe Valley Branch Library', 37.75040415966416, -122.43514268896102, 'Library'), ('Noe Valley', 37.7515906, -122.4320814, 'Philz Coffee', 37.75118190285389, -122.43838192590961, 'Coffee Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'The Peaks', 37.751000902997696, -122.43424457142882, 'Bar'), ('Noe Valley', 37.7515906, -122.4320814, '22nd Street Jungle Stairs', 37.7543816767982, -122.43614387925199, 'Trail'), ('Noe Valley', 37.7515906, -122.4320814, "Lovejoy's Tearoom", 37.7492, -122.427039, 'Tea Room'), ('Noe Valley', 37.7515906, -122.4320814, 'Wink SF', 37.751250755697995, -122.43423851084188, 'Gift Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Ristorante Bacco', 37.75141, -122.43612, 'Italian Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Firefly Restaurant', 37.75107804009584, -122.43837981162999, 'American Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, "Chloe's Café", 37.74855110489307, -122.4271293688822, 'Breakfast Spot'), ('Noe Valley', 37.7515906, -122.4320814, 'Noe Valley Courts & Playground', 37.75131668256774, -122.43871219173363, 'Park'), ('Noe Valley', 37.7515906, -122.4320814, 'Martha & Bros. Coffee', 37.75163453699479, -122.42901284930221, 'Coffee Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Omnivore Books on Food', 37.74769626662204, -122.4268247338954, 'Bookstore'), ('Noe Valley', 37.7515906, -122.4320814, 'Noe Valley Pet Company', 37.74766624657514, -122.42698815252284, 'Pet Store'), ('Noe Valley', 37.7515906, -122.4320814, 'Eyes On Twenty-Fourth Optometry', 37.75126146591519, -122.43447327597838, 'Optical Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'La Boulangerie de San Francisco', 37.75165165718886, -122.42960123402678, 'Bakery'), ('Noe Valley', 37.7515906, -122.4320814, "Neighbor's Corner", 37.7555131728364, -122.43875375517898, 'Café'), ('Noe Valley', 37.7515906, -122.4320814, 'Video Wave of Noe Valley', 37.75002574327376, -122.43402953040462, 'Video Store'), ('Noe Valley', 37.7515906, -122.4320814, 'NOVY Restaurant', 37.75143100125222, -122.43213304128399, 'Greek Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Folio Books', 37.75160207595107, -122.43090160973678, 'Bookstore'), ('Noe Valley', 37.7515906, -122.4320814, 'Cliché Noe Gifts + Home', 37.75124441447016, -122.4355057623247, 'Gift Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Top of the Hill', 37.75748903552887, -122.43604340778415, 'Hill'), ('Noe Valley', 37.7515906, -122.4320814, 'Flowers of the Valley', 37.751322300058845, -122.43354174666074, 'Flower Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Duncan Street Steps', 37.745827874636284, -122.43114709854127, 'Trail'), ('Noe Valley', 37.7515906, -122.4320814, 'Uma Casa', 37.74603302131146, -122.42699074025236, 'Portuguese Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Upper Douglass Dog Park', 37.746493425483024, -122.43876370467108, 'Dog Run'), ('Noe Valley', 37.7515906, -122.4320814, 'Fruit Shelf Gay Beach', 37.75846673007918, -122.42762059706484, 'Park'), ('Noe Valley', 37.7515906, -122.4320814, 'Douglass Playground', 37.748106337060236, -122.43835949015242, 'Playground'), ('Noe Valley', 37.7515906, -122.4320814, 'Anchor Oyster Bar', 37.75970781524432, -122.43491032498481, 'Seafood Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Core40 Noe-Mission', 37.748015759367064, -122.42311876664105, 'Gym / Fitness Center'), ('Noe Valley', 37.7515906, -122.4320814, 'Eye Gotcha Optometric', 37.75965052191799, -122.43496694100499, 'Optical Shop'), ('Noe Valley', 37.7515906, -122.4320814, "Lovejoy's Attic", 37.749298854181696, -122.42726104109157, 'Antique Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Tuba - Authentic Turkish Restaurant', 37.75496349644156, -122.42313816692466, 'Turkish Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Cardio-Tone', 37.75168033352528, -122.42780156703435, 'Gym'), ('Noe Valley', 37.7515906, -122.4320814, 'Fresca', 37.751508962333716, -122.43069125608424, 'Peruvian Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Philz Coffee', 37.760120123028855, -122.43476008172911, 'Coffee Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Douglas Street Park', 37.75124863845013, -122.43868689394955, 'Park'), ('Noe Valley', 37.7515906, -122.4320814, 'Swirl on Castro', 37.75978491547063, -122.43500867014792, 'Wine Bar'), ('Noe Valley', 37.7515906, -122.4320814, 'Yoga Tree Valencia', 37.753093, -122.42096, 'Yoga Studio'), ('Noe Valley', 37.7515906, -122.4320814, 'Arizmendi Bakery Panaderia & Pizzeria', 37.75249756924551, -122.42081246253653, 'Bakery'), ('Noe Valley', 37.7515906, -122.4320814, 'The Castro Fountain', 37.76005150554126, -122.43502351928404, 'Ice Cream Shop'), ('Noe Valley', 37.7515906, -122.4320814, "Spike's Coffee & Tea", 37.75927683957167, -122.43521243431195, 'Coffee Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Noe Hill Market', 37.759404187295765, -122.43266938722016, 'Deli / Bodega'), ('Noe Valley', 37.7515906, -122.4320814, 'Lone Palm', 37.75515208776607, -122.42309780797615, 'Bar'), ('Noe Valley', 37.7515906, -122.4320814, 'Castro Dog Park', 37.759811189202786, -122.4363943587903, 'Dog Run'), ('Noe Valley', 37.7515906, -122.4320814, 'Shoe Biz', 37.75172670223432, -122.42776081354833, 'Shoe Store'), ('Noe Valley', 37.7515906, -122.4320814, 'Papalote Mexican Grill', 37.7519528215759, -122.42096543312073, 'Mexican Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Castro Village Wine Co.', 37.75928471362698, -122.43523190308547, 'Wine Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Douglas', 37.74364208329817, -122.4289979223011, 'Café'), ('Noe Valley', 37.7515906, -122.4320814, '26th & Guerrero Market', 37.74873179992243, -122.4226601410973, 'Market'), ('Noe Valley', 37.7515906, -122.4320814, 'La Tira Wax Studio', 37.75002016985186, -122.42721675544492, 'Spa'), ('Noe Valley', 37.7515906, -122.4320814, 'Hortica', 37.75990411095353, -122.43502487757969, 'Garden Center'), ('Noe Valley', 37.7515906, -122.4320814, 'Helen Diller Playground', 37.758818453347764, -122.4268667086893, 'Playground'), ('Noe Valley', 37.7515906, -122.4320814, 'The Liberties Bar', 37.75517605691944, -122.42324754239614, 'Gastropub'), ('Noe Valley', 37.7515906, -122.4320814, 'Fiore Caffè', 37.751968877131816, -122.42280097884655, 'Café'), ('Noe Valley', 37.7515906, -122.4320814, 'Fair Oaks Street', 37.74981169742521, -122.42385113976658, 'Trail'), ('Noe Valley', 37.7515906, -122.4320814, 'Liberty Hill District', 37.758111159472676, -122.42632943023611, 'Plaza'), ('Noe Valley', 37.7515906, -122.4320814, 'Guerrero Hill Market', 37.75517612716143, -122.42315178952862, 'Liquor Store'), ('Noe Valley', 37.7515906, -122.4320814, 'Buffalo Whole Food & Grain Co', 37.75937356479043, -122.43495459732968, 'Grocery Store'), ('Noe Valley', 37.7515906, -122.4320814, 'Thai House Express', 37.759368588947524, -122.43484238906379, 'Thai Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Fable', 37.75997442841319, -122.43507963136373, 'New American Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, "Ruby's Clay Studio & Gallery", 37.7600794695219, -122.43279465009027, 'Art Gallery'), ('Noe Valley', 37.7515906, -122.4320814, 'Jump Start Coffee & Grocery', 37.75208938222437, -122.42294451813122, 'Deli / Bodega'), ('Noe Valley', 37.7515906, -122.4320814, "Eric's Restaurant", 37.74687754124123, -122.42702817092578, 'Chinese Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Bikram Yoga Castro', 37.7575850203158, -122.43793486959362, 'Yoga Studio'), ('Noe Valley', 37.7515906, -122.4320814, 'Human Rights Campaign (HRC) Store', 37.75983257247886, -122.43489309220085, 'Clothing Store'), ('Noe Valley', 37.7515906, -122.4320814, 'Hand Job Nails & Spa', 37.75993353085407, -122.43490755956756, 'Nail Salon'), ('Noe Valley', 37.7515906, -122.4320814, "Lehr's German Specialties", 37.74550443405229, -122.4267527979119, 'Gift Shop'), ('Noe Valley', 37.7515906, -122.4320814, 'Barzotto', 37.75246680918282, -122.42082049877277, 'Italian Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, "Noe's Nest Bed & Breakfast", 37.751114, -122.422528, 'Bed & Breakfast'), ('Noe Valley', 37.7515906, -122.4320814, 'Wild Pepper', 37.74874, -122.4215, 'Chinese Restaurant'), ('Noe Valley', 37.7515906, -122.4320814, 'Diamond Café', 37.751233423506, -122.43626052501266, 'Café'), ('Noe Valley', 37.7515906, -122.4320814, 'Seward Street Slides', 37.75787292497112, -122.43985757971268, 'Playground')], [('North Beach', 37.8011749, -122.4090021, 'Little Vine', 37.80119675159074, -122.40772717924843, 'Gourmet Shop'), ('North Beach', 37.8011749, -122.4090021, 'Glow Yoga & Wellness', 37.80012544107976, -122.40911399042773, 'Yoga Studio'), ('North Beach', 37.8011749, -122.4090021, 'Tony’s Pizza Napoletana', 37.80038714317991, -122.40914575479546, 'Pizza Place'), ('North Beach', 37.8011749, -122.4090021, 'Golden Boy Pizza', 37.79984, -122.40807, 'Pizza Place'), ('North Beach', 37.8011749, -122.4090021, 'Sotto Mare Oysteria and Seafood Restaurant', 37.799624753044924, -122.40835693948438, 'Seafood Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Park Tavern', 37.80109702179248, -122.40930067725601, 'New American Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Public Barber Salon', 37.80110736384049, -122.40769634633136, 'Salon / Barbershop'), ('North Beach', 37.8011749, -122.4090021, "Tony's Coal-Fired Pizza & Slice House", 37.800242499055656, -122.40919409396831, 'Pizza Place'), ('North Beach', 37.8011749, -122.4090021, 'Washington Square Park', 37.80074764244092, -122.40978598594664, 'Park'), ('North Beach', 37.8011749, -122.4090021, "Mario's Bohemian Cigar Store Cafe", 37.80039147558531, -122.40987625707314, 'Café'), ('North Beach', 37.8011749, -122.4090021, 'The Italian Homemade Company', 37.80149747181165, -122.41179456578453, 'Italian Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Bodega', 37.80116212717053, -122.41140985099358, 'Café'), ('North Beach', 37.8011749, -122.4090021, 'Hole in the Wall Coffee', 37.8005849433959, -122.40821384772633, 'Coffee Shop'), ('North Beach', 37.8011749, -122.4090021, "Don Pisto's", 37.800647273904026, -122.40794639602059, 'Mexican Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Il Pollaio', 37.80012207102598, -122.40983681633708, 'Argentinian Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Chubby Noodle', 37.799624, -122.408526, 'Noodle House'), ('North Beach', 37.8011749, -122.4090021, 'Baonecci Ristorante', 37.79969698045158, -122.4077831292636, 'Italian Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Goorin Bros. Hat Shop', 37.800565653487375, -122.4094245320994, 'Accessories Store'), ('North Beach', 37.8011749, -122.4090021, 'Molinari Delicatessen', 37.798388, -122.40788, 'Deli / Bodega'), ('North Beach', 37.8011749, -122.4090021, 'Coit Tower', 37.802398123661035, -122.40583930386968, 'Monument / Landmark'), ('North Beach', 37.8011749, -122.4090021, 'Stella Pastry and Cafe', 37.799143, -122.408319, 'Bakery'), ('North Beach', 37.8011749, -122.4090021, 'il Casaro Pizzeria & Mozzarella Bar', 37.79844696816602, -122.40744716226986, 'Pizza Place'), ('North Beach', 37.8011749, -122.4090021, 'Pioneer Park', 37.803421062056465, -122.40620845532744, 'Park'), ('North Beach', 37.8011749, -122.4090021, "Mo's Grill", 37.799180787833315, -122.40727907080132, 'Diner'), ('North Beach', 37.8011749, -122.4090021, "Capo's", 37.79864419203599, -122.40836235276521, 'Pizza Place'), ('North Beach', 37.8011749, -122.4090021, 'Barrio', 37.7994641702726, -122.4107078466458, 'Latin American Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Joe DiMaggio Playground', 37.802450196875085, -122.41272760643703, 'Playground'), ('North Beach', 37.8011749, -122.4090021, "Original Joe's", 37.800345242220565, -122.40931025175796, 'Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Victoria Pastry Company', 37.80120853199125, -122.41118010828508, 'Bakery'), ('North Beach', 37.8011749, -122.4090021, 'Caffé Greco', 37.799034844291626, -122.4083890485705, 'Café'), ('North Beach', 37.8011749, -122.4090021, 'Firenze by Night Ristorante', 37.79898216183705, -122.4088862369583, 'Italian Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'North Beach Restaurant', 37.7997019714241, -122.40909714883031, 'Tuscan Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Filbert Steps', 37.801949298131746, -122.40438938140868, 'Trail'), ('North Beach', 37.8011749, -122.4090021, 'XOX Truffles', 37.80168755793843, -122.41218901154389, 'Chocolate Shop'), ('North Beach', 37.8011749, -122.4090021, 'Greenwich Steps', 37.80282116882147, -122.40495838243314, 'Trail'), ('North Beach', 37.8011749, -122.4090021, 'Noren Izakaya', 37.800339, -122.411005, 'Sake Bar'), ('North Beach', 37.8011749, -122.4090021, "Mama's on Washington Square", 37.801461, -122.409522, 'Breakfast Spot'), ('North Beach', 37.8011749, -122.4090021, 'Caffe Trieste', 37.79867045512045, -122.40733865973733, 'Coffee Shop'), ('North Beach', 37.8011749, -122.4090021, 'City Lights Bookstore', 37.797694754654415, -122.4064516225218, 'Bookstore'), ('North Beach', 37.8011749, -122.4090021, "Jeffrey's Natural Pet Foods", 37.80165979175686, -122.41125584082337, 'Pet Store'), ('North Beach', 37.8011749, -122.4090021, 'Liguria Bakery', 37.80145279035106, -122.40937529897172, 'Bakery'), ('North Beach', 37.8011749, -122.4090021, "Mara's Italian Pastry", 37.799683656342545, -122.40931620798705, 'Bakery'), ('North Beach', 37.8011749, -122.4090021, "Freddie's Sandwiches", 37.80522, -122.41031, 'Sandwich Place'), ('North Beach', 37.8011749, -122.4090021, 'Palermo II Deli', 37.798883000000004, -122.40856799999999, 'Deli / Bodega'), ('North Beach', 37.8011749, -122.4090021, 'Jack Early Park', 37.80489889550479, -122.40862368289866, 'Park'), ('North Beach', 37.8011749, -122.4090021, 'Ina Coolbrith Park', 37.79831417150525, -122.41361233145557, 'Park'), ('North Beach', 37.8011749, -122.4090021, 'Montgomery & Green', 37.80017577512871, -122.40428237095915, 'Scenic Lookout'), ('North Beach', 37.8011749, -122.4090021, 'China Live', 37.7980266, -122.4078575, 'Chinese Restaurant'), ('North Beach', 37.8011749, -122.4090021, "Sam's", 37.79786038609626, -122.40739057960295, 'Burger Joint'), ('North Beach', 37.8011749, -122.4090021, 'Vesuvio Cafe', 37.79760169654486, -122.40641342838661, 'Dive Bar'), ('North Beach', 37.8011749, -122.4090021, 'Maritime Wine Tasting Studio', 37.7972919256034, -122.40565180869211, 'Wine Bar'), ('North Beach', 37.8011749, -122.4090021, 'Beacon Coffee & Pantry', 37.802292992101854, -122.41321000435767, 'Coffee Shop'), ('North Beach', 37.8011749, -122.4090021, "Calzone's Pizza Cucina", 37.799048, -122.408195, 'Italian Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Francisco Steps', 37.805447088252315, -122.40811567544006, 'Trail'), ('North Beach', 37.8011749, -122.4090021, 'Réveille Coffee Co.', 37.79720357373528, -122.40558850097074, 'Coffee Shop'), ('North Beach', 37.8011749, -122.4090021, 'Vallejo Street Steps', 37.799172725859854, -122.40412419910872, 'Scenic Lookout'), ('North Beach', 37.8011749, -122.4090021, 'Cotogna', 37.797345664268256, -122.40362430843288, 'Italian Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Jack Kerouac Alley', 37.797582552090994, -122.40644258196606, 'Pedestrian Plaza'), ('North Beach', 37.8011749, -122.4090021, "Trader Joe's", 37.805561961681484, -122.41393045715297, 'Grocery Store'), ('North Beach', 37.8011749, -122.4090021, 'Quince', 37.79741190944881, -122.40325807183305, 'New American Restaurant'), ('North Beach', 37.8011749, -122.4090021, "Levi's Plaza", 37.802489718921066, -122.40217387676239, 'Clothing Store'), ('North Beach', 37.8011749, -122.4090021, 'Bay Club San Francisco', 37.803354492579366, -122.4029163928916, 'Gym / Fitness Center'), ('North Beach', 37.8011749, -122.4090021, 'North Beach Pool', 37.80276134017745, -122.4122108790281, 'Pool'), ('North Beach', 37.8011749, -122.4090021, 'Vallejo Street Stairs', 37.798091152080865, -122.41312463677171, 'Park'), ('North Beach', 37.8011749, -122.4090021, 'The Coffee Movement', 37.79468690077009, -122.41029876599761, 'Coffee Shop'), ('North Beach', 37.8011749, -122.4090021, 'William Stout Architectural Books', 37.79659805209962, -122.4034649105084, 'Bookstore'), ('North Beach', 37.8011749, -122.4090021, 'Macondray Lane', 37.79924289610751, -122.41484731435776, 'Garden'), ('North Beach', 37.8011749, -122.4090021, 'Chong Qing Xiao Mian', 37.7964178, -122.4053695, 'Szechuan Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'San Francisco Art Institute', 37.8034024400418, -122.41707220864225, 'Trade School'), ('North Beach', 37.8011749, -122.4090021, 'Hillstone', 37.80612149051469, -122.404939131139, 'American Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Yi Fang Taiwan Fruit Tea', 37.795038, -122.407614, 'Bubble Tea Shop'), ('North Beach', 37.8011749, -122.4090021, 'San Francisco Cable Car Museum', 37.79467940799266, -122.41142910189285, 'History Museum'), ('North Beach', 37.8011749, -122.4090021, 'Shinola', 37.796091703447885, -122.4029125462635, "Men's Store"), ('North Beach', 37.8011749, -122.4090021, 'Jackson Square', 37.79676573123542, -122.4022075022127, 'Neighborhood'), ('North Beach', 37.8011749, -122.4090021, 'Good Mong Kok Bakery', 37.795458712845154, -122.40818052928776, 'Dim Sum Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Golden Gate Bakery', 37.79643506491485, -122.40673366663002, 'Bakery'), ('North Beach', 37.8011749, -122.4090021, 'Z & Y Restaurant', 37.79611214947366, -122.40607799181394, 'Szechuan Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Moxie Yoga Fitness', 37.79606964104555, -122.41355135318416, 'Yoga Studio'), ('North Beach', 37.8011749, -122.4090021, 'Kusakabe', 37.795498406823384, -122.4029523282336, 'Sushi Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Red Blossom Tea Company', 37.794643017926134, -122.40637862300815, 'Tea Room'), ('North Beach', 37.8011749, -122.4090021, 'Verjus', 37.79557864506594, -122.40267528379337, 'Wine Bar'), ('North Beach', 37.8011749, -122.4090021, 'Allbirds', 37.79617084883362, -122.40291978128678, 'Shoe Store'), ('North Beach', 37.8011749, -122.4090021, "Tailors' Keep", 37.795570487240866, -122.4036290862348, "Men's Store"), ('North Beach', 37.8011749, -122.4090021, 'The AA Bakery & Cafe', 37.79572019861116, -122.40828611843551, 'Bakery'), ('North Beach', 37.8011749, -122.4090021, 'Nico', 37.7958254, -122.4031262, 'Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Iron and Resin SF', 37.79572279327648, -122.40368472284308, "Men's Store"), ('North Beach', 37.8011749, -122.4090021, 'Lombard Street', 37.802121129948766, -122.4187895489064, 'Monument / Landmark'), ('North Beach', 37.8011749, -122.4090021, "Bimbo's 365 Club", 37.80383696172341, -122.41531501862453, 'Rock Club'), ('North Beach', 37.8011749, -122.4090021, 'Hinodeya', 37.794655999999996, -122.404544, 'Ramen Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Exploratorium', 37.80086420601844, -122.3985555768013, 'Science Museum'), ('North Beach', 37.8011749, -122.4090021, 'Union Larder', 37.79890383415786, -122.41904896426493, 'Wine Bar'), ('North Beach', 37.8011749, -122.4090021, 'Cafe Me', 37.7960627267963, -122.40182147391126, 'Café'), ('North Beach', 37.8011749, -122.4090021, 'Exploratorium Store', 37.8009497348627, -122.39879008256877, 'Gift Shop'), ('North Beach', 37.8011749, -122.4090021, "Mister Jiu's", 37.79379008659567, -122.40661544924471, 'Chinese Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Kokkari Estiatorio', 37.79688301339759, -122.39965473755873, 'Greek Restaurant'), ('North Beach', 37.8011749, -122.4090021, 'Za Pizza', 37.79857053617332, -122.41895509472236, 'Pizza Place'), ('North Beach', 37.8011749, -122.4090021, 'Réveille Coffee Co. Truck', 37.796640039168146, -122.40035443582728, 'Food Truck'), ('North Beach', 37.8011749, -122.4090021, "Swensen's Ice Cream", 37.79916833980334, -122.41915950322871, 'Ice Cream Shop'), ('North Beach', 37.8011749, -122.4090021, 'Wingtip', 37.79446296800666, -122.40280893399066, "Men's Store"), ('North Beach', 37.8011749, -122.4090021, 'Fog Harbor Fish House', 37.808903545091106, -122.41037933382874, 'Seafood Restaurant')], [('North of Panhandle', 37.7784081, -122.4425992, 'Workshop.', 37.777438452809925, -122.44156203405919, 'Arts & Crafts Store'), ('North of Panhandle', 37.7784081, -122.4425992, 'Matching Half Cafe', 37.77735594767947, -122.44162796250136, 'Café'), ('North of Panhandle', 37.7784081, -122.4425992, "Bob's On Baker", 37.77654188098846, -122.44177334010601, 'Donut Shop'), ('North of Panhandle', 37.7784081, -122.4425992, "Brenda's Meat & Three", 37.77826524954494, -122.43858377615564, 'Southern / Soul Food Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'jū-ni', 37.77674279707642, -122.43876965372021, 'Sushi Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Little Star Pizza', 37.77748853090511, -122.43828074763262, 'Pizza Place'), ('North of Panhandle', 37.7784081, -122.4425992, 'Black/Jasmine', 37.777526, -122.443268, 'Coffee Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Green Chile Kitchen', 37.77736323565456, -122.44188173193396, 'Mexican Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'The Mill', 37.7764253207762, -122.43796976647843, 'Bakery'), ('North of Panhandle', 37.7784081, -122.4425992, '4505 Burgers & BBQ', 37.77612534143469, -122.43814234566274, 'BBQ Joint'), ('North of Panhandle', 37.7784081, -122.4425992, 'Boba Guys', 37.777439816414486, -122.4381907994164, 'Bubble Tea Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Bar Crudo', 37.775706638461116, -122.43801921397446, 'Seafood Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Tsunami', 37.77686924958205, -122.4384856113639, 'Sushi Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'The Independent', 37.77557274879696, -122.43783539145652, 'Rock Club'), ('North of Panhandle', 37.7784081, -122.4425992, 'Fool’s Errand', 37.77551224062072, -122.43796057402282, 'Bar'), ('North of Panhandle', 37.7784081, -122.4425992, "Divisadero Farmers' Market", 37.77593488829244, -122.43836849064454, 'Farmers Market'), ('North of Panhandle', 37.7784081, -122.4425992, 'Kung Food', 37.77777835962947, -122.43869837765037, 'Hunan Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Rare Device', 37.77505169224675, -122.43776166434051, 'Gift Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'BASA Collective', 37.77604301526787, -122.43848721749951, 'Marijuana Dispensary'), ('North of Panhandle', 37.7784081, -122.4425992, 'Bi-Rite Market', 37.77479553269564, -122.4377388357674, 'Market'), ('North of Panhandle', 37.7784081, -122.4425992, 'El Rancho Grande', 37.777564743806714, -122.43833204090755, 'Burrito Place'), ('North of Panhandle', 37.7784081, -122.4425992, 'Souvla', 37.77457655200334, -122.4378085167028, 'Souvlaki Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Nopa', 37.774888, -122.437532, 'New American Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Bi-Rite Creamery', 37.77473518150432, -122.43768939710218, 'Ice Cream Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Topo Designs', 37.775674156583534, -122.43800569884175, 'Boutique'), ('North of Panhandle', 37.7784081, -122.4425992, 'The Perish Trust', 37.7763859697147, -122.43799070678621, 'Antique Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Horsefeather', 37.77451588050533, -122.43767808543302, 'Cocktail Bar'), ('North of Panhandle', 37.7784081, -122.4425992, 'Nopalito', 37.77354423993796, -122.43917940929911, 'Mexican Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Parkside Market', 37.77438418485962, -122.44281242582275, 'Liquor Store'), ('North of Panhandle', 37.7784081, -122.4425992, 'Fly Bar', 37.77685140999568, -122.43811687747528, 'Bar'), ('North of Panhandle', 37.7784081, -122.4425992, 'RT Rotisserie', 37.773238, -122.43891599999999, 'Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Home Service Market aka "George\'s"', 37.77406310003624, -122.44597612728597, 'Convenience Store'), ('North of Panhandle', 37.7784081, -122.4425992, 'Alamo Square Dog Park', 37.77587824200634, -122.4357395910845, 'Dog Run'), ('North of Panhandle', 37.7784081, -122.4425992, 'Falletti Foods', 37.77323820160938, -122.43899852180465, 'Grocery Store'), ('North of Panhandle', 37.7784081, -122.4425992, 'Che Fico', 37.77743530258914, -122.43814920428349, 'Italian Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Tanner Goods', 37.77571005089847, -122.43801409565515, "Men's Store"), ('North of Panhandle', 37.7784081, -122.4425992, 'Loving Cup', 37.77526277282781, -122.43781274464666, 'Frozen Yogurt Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Zaytoon', 37.77518502252733, -122.43789621411264, 'Mediterranean Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Saffron Grill', 37.77684808492807, -122.43781643978348, 'Indian Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Alamo Square', 37.77604493890036, -122.43436268009934, 'Park'), ('North of Panhandle', 37.7784081, -122.4425992, 'The Panhandle', 37.77237695730286, -122.44657516479494, 'Park'), ('North of Panhandle', 37.7784081, -122.4425992, "Eddie's Cafe", 37.776950347532555, -122.43817153664904, 'Diner'), ('North of Panhandle', 37.7784081, -122.4425992, 'Gamescape', 37.772692429474894, -122.43746740774097, 'Toy / Game Store'), ('North of Panhandle', 37.7784081, -122.4425992, "Trader Joe's", 37.78332526728117, -122.44773834872937, 'Grocery Store'), ('North of Panhandle', 37.7784081, -122.4425992, 'Opa Cafe', 37.78400071287919, -122.44149386557751, 'Café'), ('North of Panhandle', 37.7784081, -122.4425992, 'Soothe', 37.773662, -122.447404, 'Massage Studio'), ('North of Panhandle', 37.7784081, -122.4425992, 'Tofino Wines', 37.782783878825974, -122.44903868903226, 'Wine Bar'), ('North of Panhandle', 37.7784081, -122.4425992, 'Comix Experience', 37.77243285569474, -122.43735592709122, 'Comic Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Jannah', 37.77588496769641, -122.44598112171919, 'Middle Eastern Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Sightglass Coffee', 37.77228702957698, -122.43741884185536, 'Coffee Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Ragazza', 37.77244056187205, -122.4374771118164, 'Pizza Place'), ('North of Panhandle', 37.7784081, -122.4425992, 'Hina Yakitori', 37.776998, -122.438339, 'Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Madrone Art Bar', 37.77402499617328, -122.4374303917682, 'Nightclub'), ('North of Panhandle', 37.7784081, -122.4425992, 'Yoga Garden', 37.77198233757195, -122.4371073995282, 'Yoga Studio'), ('North of Panhandle', 37.7784081, -122.4425992, 'Amitis Cafe', 37.77395805932014, -122.44598862266956, 'Café'), ('North of Panhandle', 37.7784081, -122.4425992, 'Che Fico Alimentari', 37.777446999999995, -122.43798600000001, 'Food & Drink Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Painted Ladies', 37.77611954047747, -122.43338919043477, 'Historic Site'), ('North of Panhandle', 37.7784081, -122.4425992, 'Ritual Coffee Roasters', 37.77047635284485, -122.44379078693792, 'Coffee Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Bend Yoga Studio', 37.77366623035894, -122.44833084917461, 'Yoga Studio'), ('North of Panhandle', 37.7784081, -122.4425992, 'Namu Stonepot', 37.774762514978846, -122.43778011298002, 'Korean Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Karma Cafe', 37.7736123729374, -122.44778207587524, 'Café'), ('North of Panhandle', 37.7784081, -122.4425992, 'The Little Chihuahua', 37.77203349168377, -122.43700236082077, 'Burrito Place'), ('North of Panhandle', 37.7784081, -122.4425992, 'Ceiba', 37.77038945178726, -122.4446906236989, 'Boutique'), ('North of Panhandle', 37.7784081, -122.4425992, 'Central Coffee Tea & Spice', 37.77421214550998, -122.44442673394492, 'Coffee Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Jane the Bakery', 37.78379748921064, -122.43428254305587, 'Bakery'), ('North of Panhandle', 37.7784081, -122.4425992, 'Ulta Beauty', 37.78185272216797, -122.44586181640625, 'Cosmetics Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Core40', 37.7863537313724, -122.44021100353213, 'Gym / Fitness Center'), ('North of Panhandle', 37.7784081, -122.4425992, 'Bar 821', 37.777142197665285, -122.43831208585364, 'Bar'), ('North of Panhandle', 37.7784081, -122.4425992, 'Manitas Cafe & Deli', 37.773436152847985, -122.45063048396337, 'Café'), ('North of Panhandle', 37.7784081, -122.4425992, 'Entangle & Sway Pole Dance Fitness', 37.78575422724489, -122.44322433222598, 'Gym / Fitness Center'), ('North of Panhandle', 37.7784081, -122.4425992, 'Hair Caffe', 37.78574201141599, -122.43613275156453, 'Salon / Barbershop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Powder', 37.77158690143866, -122.4370995097535, 'Ice Cream Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Vinyl Coffee & Wine Bar', 37.773117837194604, -122.43753741971061, 'Wine Bar'), ('North of Panhandle', 37.7784081, -122.4425992, 'Raymond Kimbell Playground', 37.78319767097322, -122.43491012880098, 'Playground'), ('North of Panhandle', 37.7784081, -122.4425992, 'The Page', 37.772109, -122.437091, 'Dive Bar'), ('North of Panhandle', 37.7784081, -122.4425992, 'Active Care', 37.781631630294534, -122.45148075553828, 'Physical Therapist'), ('North of Panhandle', 37.7784081, -122.4425992, 'Nice Kicks', 37.77036523, -122.44588536, 'Shoe Store'), ('North of Panhandle', 37.7784081, -122.4425992, 'SALT', 37.7726194545472, -122.43742447652257, 'Gym / Fitness Center'), ('North of Panhandle', 37.7784081, -122.4425992, 'Bound Together Anarchist Collective Bookstore', 37.77028033608465, -122.44483277996619, 'Bookstore'), ('North of Panhandle', 37.7784081, -122.4425992, '9:20 Special', 37.7852974340749, -122.44096020014926, 'Nightclub'), ('North of Panhandle', 37.7784081, -122.4425992, 'Magnolia Gastropub & Brewery', 37.7702508026765, -122.44533986721085, 'Gastropub'), ('North of Panhandle', 37.7784081, -122.4425992, 'Tea And Others', 37.771351, -122.437029, 'Bubble Tea Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Anza Vista', 37.77972063024766, -122.44206540753626, 'Neighborhood'), ('North of Panhandle', 37.7784081, -122.4425992, 'Indian Paradox', 37.77158, -122.436919, 'Indian Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'European Wax Center', 37.781837646612075, -122.4454493413806, 'Health & Beauty Service'), ('North of Panhandle', 37.7784081, -122.4425992, 'Oakside Cafe', 37.77293941449773, -122.43901642428347, 'Coffee Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Sun Stream Coffee', 37.78273478764565, -122.4490427635292, 'Bakery'), ('North of Panhandle', 37.7784081, -122.4425992, 'Green Earth Natural Foods', 37.77770829184934, -122.43834239066487, 'Grocery Store'), ('North of Panhandle', 37.7784081, -122.4425992, 'Cheese Steak Shop', 37.78557338837787, -122.43994587574682, 'Sandwich Place'), ('North of Panhandle', 37.7784081, -122.4425992, 'California Tennis Club', 37.78597860900293, -122.43754684925078, 'Tennis Court'), ('North of Panhandle', 37.7784081, -122.4425992, 'Belli Capelli', 37.78569763713261, -122.43998480174007, 'Cosmetics Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'fifty/fifty', 37.78164126755753, -122.4531571619713, 'Coffee Shop'), ('North of Panhandle', 37.7784081, -122.4425992, 'Wine Kitchen', 37.77436929895182, -122.4377644281279, 'Wine Bar'), ('North of Panhandle', 37.7784081, -122.4425992, "Tony's Cable Car Restaurant", 37.78281440366602, -122.44483643896709, 'Burger Joint'), ('North of Panhandle', 37.7784081, -122.4425992, 'Pork Store Cafe', 37.770104508093546, -122.44627545299416, 'Breakfast Spot'), ('North of Panhandle', 37.7784081, -122.4425992, 'The City Taqueria', 37.78671806139214, -122.43998997858637, 'Mexican Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Kebab King', 37.779786, -122.431589, 'Pakistani Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'VeganBurg', 37.77015576494585, -122.4465223090921, 'Vegetarian / Vegan Restaurant'), ('North of Panhandle', 37.7784081, -122.4425992, 'Hamilton Park', 37.78439718583875, -122.43682341191241, 'Park'), ('North of Panhandle', 37.7784081, -122.4425992, 'uTOEpia', 37.78566358355515, -122.44001647983818, 'Spa')], [('Oceanview', 37.7136512, -122.457483, 'Minnie & Lovie Ward Recreation Center & Park', 37.71624793773728, -122.4574327468872, 'Playground'), ('Oceanview', 37.7136512, -122.457483, 'Noodle Station', 37.7075043, -122.4557773, 'Noodle House'), ('Oceanview', 37.7136512, -122.457483, 'Goldilocks', 37.706713264409444, -122.45987176392525, 'Bakery'), ('Oceanview', 37.7136512, -122.457483, 'Cayuga Playground', 37.713969119742856, -122.44999978595052, 'Park'), ('Oceanview', 37.7136512, -122.457483, 'Mission Edge Cafe', 37.70790035733305, -122.4548072357112, 'Café'), ('Oceanview', 37.7136512, -122.457483, 'Tselogs', 37.70686423060626, -122.45885464229286, 'Lounge'), ('Oceanview', 37.7136512, -122.457483, '7-Eleven', 37.7098732, -122.4580028, 'Convenience Store'), ('Oceanview', 37.7136512, -122.457483, 'Patio Español', 37.71270312682379, -122.45188433378084, 'Spanish Restaurant'), ('Oceanview', 37.7136512, -122.457483, '24 Hour Fitness', 37.710426640820295, -122.46809100094424, 'Gym / Fitness Center'), ('Oceanview', 37.7136512, -122.457483, 'Dollar Tree', 37.70639730409864, -122.46007333560227, 'Discount Store'), ('Oceanview', 37.7136512, -122.457483, 'Brooks Park', 37.71755814416057, -122.46717689875875, 'Park'), ('Oceanview', 37.7136512, -122.457483, 'Walgreens', 37.70747393378399, -122.45822131633759, 'Pharmacy'), ('Oceanview', 37.7136512, -122.457483, 'FrosTea Boba Tea and Shaved Snow Cafe', 37.70685348971169, -122.45870032834003, 'Bubble Tea Shop'), ('Oceanview', 37.7136512, -122.457483, 'Little Hunan', 37.70714400768249, -122.4572138953055, 'Chinese Restaurant'), ('Oceanview', 37.7136512, -122.457483, 'Mahar Yangon', 37.705772, -122.46216, 'Burmese Restaurant'), ('Oceanview', 37.7136512, -122.457483, 'Round Table Pizza', 37.706611749278636, -122.45992511969088, 'Pizza Place'), ('Oceanview', 37.7136512, -122.457483, 'SUBWAY', 37.71097616922514, -122.46695868717433, 'Sandwich Place'), ('Oceanview', 37.7136512, -122.457483, 'Hertz', 37.710919, -122.46686799999999, 'Rental Car Location'), ('Oceanview', 37.7136512, -122.457483, 'Top Of The Hill Coffee', 37.7057463039696, -122.46173486473536, 'Café'), ('Oceanview', 37.7136512, -122.457483, 'Gateway Kitchen', 37.70689718444655, -122.45806690276352, 'Asian Restaurant'), ('Oceanview', 37.7136512, -122.457483, 'Family Market', 37.71322473994249, -122.45880477885848, 'Grocery Store'), ('Oceanview', 37.7136512, -122.457483, 'New Daly City Market', 37.705980795147205, -122.45273152171548, 'Grocery Store'), ('Oceanview', 37.7136512, -122.457483, 'Lincoln Park', 37.706928574458615, -122.45275497436523, 'Playground'), ('Oceanview', 37.7136512, -122.457483, 'The Connection', 37.70974081507923, -122.4501494702126, 'Dive Bar'), ('Oceanview', 37.7136512, -122.457483, 'Pacific Supermarket', 37.711912647927925, -122.45271700568682, 'Supermarket'), ('Oceanview', 37.7136512, -122.457483, 'San Jose Ave. and Rice St.', 37.70930580959568, -122.45835708907451, 'Intersection'), ('Oceanview', 37.7136512, -122.457483, 'Brotherhood Way & Alemany', 37.71156241907967, -122.46363065135397, 'Intersection'), ('Oceanview', 37.7136512, -122.457483, "MA's Cafe", 37.708926, -122.453889, 'Vietnamese Restaurant'), ('Oceanview', 37.7136512, -122.457483, "Sam's Market", 37.71638, -122.45048799999999, 'Grocery Store'), ('Oceanview', 37.7136512, -122.457483, 'Blue House Cafe', 37.714501, -122.465599, 'Café'), ('Oceanview', 37.7136512, -122.457483, 'Mr. Pollo', 37.7071195, -122.4572093, 'Colombian Restaurant'), ('Oceanview', 37.7136512, -122.457483, '24 Hour Laundry', 37.709905, -122.45046321, 'Laundromat'), ('Oceanview', 37.7136512, -122.457483, 'Mission Fiesta Laundry', 37.709863, -122.450468, 'Laundromat'), ('Oceanview', 37.7136512, -122.457483, 'Annex', 37.70596406555044, -122.46148076212567, 'Dive Bar'), ('Oceanview', 37.7136512, -122.457483, 'MUNI Metro Stop - Arch & Randolph (Muni Stop at Arch / Randolph)', 37.714217, -122.467036, 'Light Rail Station'), ('Oceanview', 37.7136512, -122.457483, "Pixie's Sinugba", 37.71046727282475, -122.44851801040042, 'Asian Restaurant'), ('Oceanview', 37.7136512, -122.457483, 'eBay Shuttle', 37.71726056379488, -122.4484682489173, 'Moving Target'), ('Oceanview', 37.7136512, -122.457483, 'Cafe Durango', 37.70600891113281, -122.4617691040039, 'Mexican Restaurant'), ('Oceanview', 37.7136512, -122.457483, 'Cool Guys Market', 37.72033227534335, -122.46417353854675, 'Liquor Store'), ('Oceanview', 37.7136512, -122.457483, 'Brotherhood Way Open Space', 37.71003217154259, -122.46759870255508, 'Park'), ('Oceanview', 37.7136512, -122.457483, 'Extreme Pizza', 37.7099065879788, -122.46755736113835, 'Pizza Place'), ('Oceanview', 37.7136512, -122.457483, 'Sensual Cloud Vapors', 37.70545278471973, -122.46215176444939, 'Smoke Shop')], [('Outer Mission', 37.7524984, -122.4128258, 'Alley Cat Books', 37.75264722692837, -122.41273750835785, 'Bookstore'), ('Outer Mission', 37.7524984, -122.4128258, 'Humphry Slocombe', 37.752801479474414, -122.41197002621101, 'Ice Cream Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'El Gallo Giro (Taco Truck)', 37.75405800829145, -122.41297676699295, 'Food Truck'), ('Outer Mission', 37.7524984, -122.4128258, 'Philz Coffee', 37.75236576023634, -122.41429324842174, 'Coffee Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'Basa Seafood Express', 37.752577611824464, -122.41339103685927, 'Fish Market'), ('Outer Mission', 37.7524984, -122.4128258, 'Balmy Alley', 37.752001779479876, -122.41243273624025, 'Street Art'), ('Outer Mission', 37.7524984, -122.4128258, 'Son’s Addition', 37.75273510853116, -122.41186314168279, 'American Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Taquerias El Farolito', 37.752742962481975, -122.41115413285166, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Tortas Los Picudos', 37.752694607762486, -122.41138899831452, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Taqueria Vallarta', 37.752556423200794, -122.41258783623695, 'Taco Place'), ('Outer Mission', 37.7524984, -122.4128258, 'La Palma Mexicatessen Molino y Tortilleria', 37.75284649319716, -122.4100604157201, 'Grocery Store'), ('Outer Mission', 37.7524984, -122.4128258, 'Wise Sons Jewish Delicatessen', 37.75248075383652, -122.41524678433034, 'Jewish Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Sidewalk Juice', 37.75254357809862, -122.41422400409391, 'Juice Bar'), ('Outer Mission', 37.7524984, -122.4128258, 'La Gallinita Meat Market', 37.75261009357204, -122.41185951398462, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Alma Cocina', 37.752462057420665, -122.41404075991888, 'Peruvian Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'The Spice Jar', 37.75438010057348, -122.4094199737677, 'Asian Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Haus Coffee', 37.752584274302066, -122.41365815417876, 'Coffee Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'Big Rec Taproom', 37.75259992988852, -122.41342800000835, 'Bar'), ('Outer Mission', 37.7524984, -122.4128258, 'La Torta Gorda', 37.752713, -122.408687, 'Latin American Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, "L's Caffe", 37.75275596819716, -122.40960210127832, 'Café'), ('Outer Mission', 37.7524984, -122.4128258, 'Taqueria El Farolito', 37.7526525, -122.4182227, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Tacos El Patron', 37.749268, -122.416113, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'La Taqueria', 37.750949, -122.418129, 'Burrito Place'), ('Outer Mission', 37.7524984, -122.4128258, 'El Metate', 37.75575030581972, -122.40950503383962, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Californios', 37.7554, -122.417087, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Dynamo Donut & Coffee', 37.75293720591394, -122.40762570234537, 'Donut Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'Red Poppy Art House', 37.75415201179025, -122.4143563169671, 'Performing Arts Venue'), ('Outer Mission', 37.7524984, -122.4128258, 'Puerto Alegre No. 2', 37.751382, -122.409196, 'Food'), ('Outer Mission', 37.7524984, -122.4128258, 'R Image Market', 37.75101233002523, -122.41406982281552, 'Deli / Bodega'), ('Outer Mission', 37.7524984, -122.4128258, 'Brava Theater', 37.75286174963563, -122.40797322959034, 'Theater'), ('Outer Mission', 37.7524984, -122.4128258, 'Rosamunde Sausage Grill', 37.7516585, -122.4185635, 'Hot Dog Joint'), ('Outer Mission', 37.7524984, -122.4128258, 'Mr. Pollo', 37.751918846451424, -122.41855504945389, 'South American Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Sun Rise Restaurant', 37.75249297338891, -122.41465076247607, 'Latin American Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'The Pizza Shop', 37.7525008115994, -122.41431036135234, 'Pizza Place'), ('Outer Mission', 37.7524984, -122.4128258, 'Dance Mission Theater', 37.7522006006588, -122.41887672675398, 'Dance Studio'), ('Outer Mission', 37.7524984, -122.4128258, 'Evil Eye', 37.750094144863574, -122.41807366767736, 'Cocktail Bar'), ('Outer Mission', 37.7524984, -122.4128258, 'Sun Fat Seafood Company', 37.75405776020105, -122.41860304532612, 'Fish Market'), ('Outer Mission', 37.7524984, -122.4128258, 'St. Francis Fountain', 37.752721, -122.408342, 'Diner'), ('Outer Mission', 37.7524984, -122.4128258, 'Gray Area Art & Technology Theater', 37.75436749832374, -122.41848034870623, 'Performing Arts Venue'), ('Outer Mission', 37.7524984, -122.4128258, 'The Phone Booth', 37.75073239479078, -122.41619319077716, 'Dive Bar'), ('Outer Mission', 37.7524984, -122.4128258, 'BYOBW - Bring Your Own Big Wheel!', 37.752956726374435, -122.40833621754898, 'Theme Park'), ('Outer Mission', 37.7524984, -122.4128258, 'Uforia Studios', 37.75308095425911, -122.41860071172032, 'Cycle Studio'), ('Outer Mission', 37.7524984, -122.4128258, 'Rise And Grind Coffee & Tea', 37.75584, -122.41456, 'Coffee Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'Gemini Bottle Co', 37.75586174914684, -122.41044551001352, 'Wine Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'La Espiga de Oro', 37.75276840481407, -122.41040445978649, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Precita Park', 37.74704951117315, -122.41221070289612, 'Park'), ('Outer Mission', 37.7524984, -122.4128258, 'Top Round Roast Beef', 37.752754248857265, -122.41138760290002, 'Fast Food Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'YuBalance Personal Training Studio', 37.75258438758137, -122.41251417481718, 'Gym / Fitness Center'), ('Outer Mission', 37.7524984, -122.4128258, 'Grocery Outlet', 37.7532604, -122.41613, 'Grocery Store'), ('Outer Mission', 37.7524984, -122.4128258, 'Five Markets Natural Organic Foods', 37.752874295832356, -122.40871887608706, 'Grocery Store'), ('Outer Mission', 37.7524984, -122.4128258, 'El Tomate', 37.752904, -122.41023999999999, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Urban Putt', 37.755684275924175, -122.41674841977806, 'Mini Golf'), ('Outer Mission', 37.7524984, -122.4128258, 'Bon, Nene', 37.7575695346734, -122.4115417126649, 'Japanese Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Limón Peruvian Rotisserie', 37.757127644296986, -122.41664419723027, 'South American Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Beloved Cafe', 37.75219886540636, -122.419209426641, 'Tea Room'), ('Outer Mission', 37.7524984, -122.4128258, 'Ratio 3', 37.75174274178237, -122.41825251303644, 'Art Gallery'), ('Outer Mission', 37.7524984, -122.4128258, 'The Laundry', 37.748950917398275, -122.41734954902992, 'Event Space'), ('Outer Mission', 37.7524984, -122.4128258, 'Alamo Drafthouse Cinema', 37.756207, -122.419026, 'Movie Theater'), ('Outer Mission', 37.7524984, -122.4128258, 'Junior', 37.75297183841833, -122.40529826851586, 'Cocktail Bar'), ('Outer Mission', 37.7524984, -122.4128258, "Dianda's Italian American Pastry", 37.750921, -122.418328, 'Bakery'), ('Outer Mission', 37.7524984, -122.4128258, 'Doma Sushi Bar', 37.747544, -122.41063600000001, 'Sushi Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Taqueria Guadalajara', 37.752460382072776, -122.41500089356448, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Arizmendi Bakery Panaderia & Pizzeria', 37.75249756924551, -122.42081246253653, 'Bakery'), ('Outer Mission', 37.7524984, -122.4128258, 'Chilli Cha Cha', 37.75245845454867, -122.4156520921328, 'Thai Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Dagwood and Scoops', 37.752932563167164, -122.40733283416164, 'Sandwich Place'), ('Outer Mission', 37.7524984, -122.4128258, 'Casa Lucas Market', 37.752737460273096, -122.41066730340235, 'Grocery Store'), ('Outer Mission', 37.7524984, -122.4128258, 'Beretta', 37.7538556, -122.4206327, 'Italian Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Yoga Tree Valencia', 37.753093, -122.42096, 'Yoga Studio'), ('Outer Mission', 37.7524984, -122.4128258, 'Foreign Cinema', 37.75648806689791, -122.41922596316283, 'New American Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Samiramis', 37.74919229270709, -122.41827978559984, 'Food & Drink Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'Opt Optometric', 37.75026884243454, -122.4204570781629, 'Optical Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'El Techo', 37.756576, -122.4190831, 'Latin American Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'La Cocina', 37.75022820496203, -122.4140174916063, 'Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Precita Park Café', 37.747097785828856, -122.41054589780263, 'Café'), ('Outer Mission', 37.7524984, -122.4128258, 'Lolinda', 37.7566658, -122.419113, 'Argentinian Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, '25th Street Dry Cleaners', 37.7506429010273, -122.41873487534696, 'Dry Cleaner'), ('Outer Mission', 37.7524984, -122.4128258, 'Manivanh Thai', 37.75293928182274, -122.40713281304502, 'Thai Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'The Scarlet Sage Herb Co.', 37.75389697047006, -122.42076583108938, 'Herbs & Spices Store'), ('Outer Mission', 37.7524984, -122.4128258, "Anthony's Cookies", 37.7502653288297, -122.42047348081782, 'Dessert Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'Sightglass Coffee', 37.759232, -122.411318, 'Coffee Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'Kahnfections', 37.7588734074582, -122.41515195973774, 'Bakery'), ('Outer Mission', 37.7524984, -122.4128258, 'flour + water', 37.75906211575193, -122.41233362890493, 'Italian Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Grand Coffee', 37.75451174738493, -122.41867472954178, 'Coffee Shop'), ('Outer Mission', 37.7524984, -122.4128258, 'Salumeria', 37.759250878333965, -122.41102512638287, 'Deli / Bodega'), ('Outer Mission', 37.7524984, -122.4128258, 'Revolution Cafe', 37.75542411945885, -122.41983879669014, 'Café'), ('Outer Mission', 37.7524984, -122.4128258, 'Asiento', 37.75770265562776, -122.40950109766713, 'Bar'), ('Outer Mission', 37.7524984, -122.4128258, 'needles and pens', 37.75418585366798, -122.42079923841392, 'Art Gallery'), ('Outer Mission', 37.7524984, -122.4128258, 'Papalote Mexican Grill', 37.7519528215759, -122.42096543312073, 'Mexican Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Love & Luxe', 37.75424927508623, -122.4208418954408, 'Jewelry Store'), ('Outer Mission', 37.7524984, -122.4128258, 'Trick Dog', 37.75919596787033, -122.41119159795726, 'Cocktail Bar'), ('Outer Mission', 37.7524984, -122.4128258, 'True Laurel', 37.75943053496335, -122.41162944560126, 'Cocktail Bar'), ('Outer Mission', 37.7524984, -122.4128258, "Newkirk's", 37.75599313872338, -122.40682949531386, 'Sandwich Place'), ('Outer Mission', 37.7524984, -122.4128258, 'Moxie Yoga', 37.75897936074864, -122.41489890305844, 'Yoga Studio'), ('Outer Mission', 37.7524984, -122.4128258, 'La Nee Thai Massage', 37.74964699519402, -122.42037700028284, 'Massage Studio'), ('Outer Mission', 37.7524984, -122.4128258, 'Radio Habana Social Club', 37.75523673770231, -122.42091265475896, 'Cuban Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Breakfast Little', 37.75545493503554, -122.4192345039622, 'Breakfast Spot'), ('Outer Mission', 37.7524984, -122.4128258, 'Kazan', 37.752846725557454, -122.40849320890595, 'Sushi Restaurant'), ('Outer Mission', 37.7524984, -122.4128258, 'Community Music Center', 37.75795324940838, -122.41826453677702, 'Music School'), ('Outer Mission', 37.7524984, -122.4128258, 'San Buena Taco Truck', 37.75617886968983, -122.41228539895822, 'Food Truck'), ('Outer Mission', 37.7524984, -122.4128258, 'Burn', 37.756247545648776, -122.42103455630352, 'Gym')], [('Outer Sunset', 37.7608279, -122.4965737, "Clancey's Market & Deli", 37.762648156724, -122.50051456028635, 'Convenience Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'Terra Cotta Warrior', 37.761117504945446, -122.48961184845514, 'Chinese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Andytown', 37.756788339371354, -122.50230680360448, 'Coffee Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Swell Bicycles', 37.7625535985021, -122.5008593665722, 'Bike Rental / Bike Share'), ('Outer Sunset', 37.7608279, -122.4965737, 'Other Avenues Food Store', 37.760615133060845, -122.50425470608933, 'Grocery Store'), ('Outer Sunset', 37.7608279, -122.4965737, "The Pot's", 37.76122481160582, -122.49077982733972, 'Chinese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Judahlicious', 37.760612379607466, -122.50396841567014, 'Vegetarian / Vegan Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Seven Stills — The Outer Sunset Taproom', 37.75676489817045, -122.50219924864413, 'Beer Bar'), ('Outer Sunset', 37.7608279, -122.4965737, 'Woods Outbound', 37.7603370555603, -122.5055977351088, 'Brewery'), ('Outer Sunset', 37.7608279, -122.4965737, 'Black Bird Bookstore', 37.7603401482805, -122.50541175966451, 'Bookstore'), ('Outer Sunset', 37.7608279, -122.4965737, 'Mollusk Surf Shop', 37.76239469930311, -122.50618450223793, 'Board Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Trouble Coffee', 37.760428102041914, -122.50542960728654, 'Coffee Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Outerlands', 37.760358542269024, -122.50502226088474, 'American Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'General Store', 37.76042232327853, -122.50550651829815, 'Miscellaneous Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Hook Fish Co', 37.762322600318484, -122.50682653244286, 'Seafood Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Golden Gate Angling & Casting Club', 37.767877005343784, -122.49658698472253, 'Sports Club'), ('Outer Sunset', 37.7608279, -122.4965737, 'Polo Fields', 37.76800083156762, -122.49305248260498, 'Field'), ('Outer Sunset', 37.7608279, -122.4965737, '3 Fish Studios', 37.76216821439238, -122.50674666979296, 'Art Gallery'), ('Outer Sunset', 37.7608279, -122.4965737, 'Polly Ann Ice Cream', 37.75345428936512, -122.49776512384413, 'Ice Cream Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Thanh Long', 37.76030488455434, -122.50605407918795, 'Vietnamese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Blue Boat Playground', 37.762957790757376, -122.50095509114537, 'Playground'), ('Outer Sunset', 37.7608279, -122.4965737, 'Adapt', 37.76096762027082, -122.49213525255087, 'Boutique'), ('Outer Sunset', 37.7608279, -122.4965737, 'Sunset Recreation Center', 37.75731019538717, -122.48707205678623, 'Playground'), ('Outer Sunset', 37.7608279, -122.4965737, 'Carville Annex', 37.76041555834519, -122.50552630030741, 'Art Gallery'), ('Outer Sunset', 37.7608279, -122.4965737, 'Case for Making', 37.76038715720755, -122.50548808950029, 'Arts & Crafts Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'Sunset Soccer Supply', 37.762592, -122.494451, 'Sporting Goods Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Bison Paddock', 37.76890901764919, -122.49828974978253, 'Zoo Exhibit'), ('Outer Sunset', 37.7608279, -122.4965737, 'Thai Cottage', 37.76034422492588, -122.50556649426007, 'Thai Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, "Celia's by the Beach", 37.76035506283895, -122.50518179271862, 'Mexican Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Tazaki Sushi', 37.760848588032424, -122.49890792194431, 'Sushi Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Raise The Bar Fitness', 37.76112406054906, -122.4894848997864, 'Gym / Fitness Center'), ('Outer Sunset', 37.7608279, -122.4965737, 'Ocean Beach Yoga', 37.76038853231617, -122.50434043963037, 'Yoga Studio'), ('Outer Sunset', 37.7608279, -122.4965737, 'Sea Breeze Cafe', 37.76058629925474, -122.50452849002313, 'Breakfast Spot'), ('Outer Sunset', 37.7608279, -122.4965737, 'TJ Brewed Tea and Real Fruit (TJ Cups)', 37.75356073319337, -122.49002847202918, 'Bubble Tea Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Golden Gate Indian Cuisine and Pizza', 37.76071880406447, -122.5055035907829, 'Indian Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Eggettes', 37.753344900971854, -122.49754249149024, 'Dessert Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'The Animal Connection Pet Shop', 37.7612771, -122.4897009, 'Pet Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'S&T Hong Kong Seafood', 37.75370241972955, -122.49127836453927, 'Dim Sum Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'The Honey Hive Gallery', 37.760163, -122.506377, 'Art Gallery'), ('Outer Sunset', 37.7608279, -122.4965737, 'Quan Ngon Vietnamese Noodle House', 37.75362370499304, -122.4905493004206, 'Vietnamese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Osaka Imai', 37.753524768000645, -122.49012206288636, 'Japanese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'i-Skewers', 37.761260315674754, -122.48800480862926, 'Chinese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Redbox', 37.76068878173828, -122.5055923461914, 'Video Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'Mongkok Dim Sum', 37.75375798966944, -122.49004604482275, 'Dim Sum Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Wells Fargo', 37.753879487631, -122.4902468919754, 'Bank'), ('Outer Sunset', 37.7608279, -122.4965737, 'Ming Tai Wun Tun Noodle', 37.753544250616294, -122.49021938298382, 'Chinese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, '7-Eleven', 37.760776, -122.5057848, 'Convenience Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'SUBWAY', 37.753759100058545, -122.49079875541634, 'Sandwich Place'), ('Outer Sunset', 37.7608279, -122.4965737, 'Oriental Seafood Restaurant', 37.75374105334509, -122.49083694239613, 'Chinese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Judah & 39th Ave Market', 37.7609748840332, -122.49870300292969, 'Liquor Store'), ('Outer Sunset', 37.7608279, -122.4965737, "Domino's Pizza", 37.75354759991701, -122.49713480472565, 'Pizza Place'), ('Outer Sunset', 37.7608279, -122.4965737, 'yogabeach', 37.76226991439416, -122.5061986558358, 'Yoga Studio'), ('Outer Sunset', 37.7608279, -122.4965737, 'Mango Medley', 37.760385962692546, -122.50412673897344, 'Asian Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Tak Kee Lee', 37.753568899541406, -122.48998286093243, 'Chinese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'A-1 Liquor & Grocery', 37.76294999197196, -122.5009006106752, 'Liquor Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'Fire Fly Sports Bar', 37.75353906930099, -122.49028328559612, 'Bar'), ('Outer Sunset', 37.7608279, -122.4965737, 'South Lake', 37.76482805980789, -122.50012450474016, 'Lake'), ('Outer Sunset', 37.7608279, -122.4965737, 'The Pilates Workshop', 37.76115845493493, -122.48996496342843, 'Pilates Studio'), ('Outer Sunset', 37.7608279, -122.4965737, 'Aqua Surf Shop', 37.760411, -122.503426, 'Board Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Field Theory', 37.757127000000004, -122.501594, 'Furniture / Home Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'Pure Shaolin Kung Fu', 37.76113608288805, -122.48956185996066, 'Gym / Fitness Center'), ('Outer Sunset', 37.7608279, -122.4965737, 'American Gymnastics Club', 37.761181134127305, -122.4892958185969, 'Gymnastics Gym'), ('Outer Sunset', 37.7608279, -122.4965737, 'Sunset Strip Cafe', 37.760931, -122.489117, 'Café'), ('Outer Sunset', 37.7608279, -122.4965737, "Pittsburgh's Pub", 37.76033326692004, -122.50714018647169, 'Dive Bar'), ('Outer Sunset', 37.7608279, -122.4965737, 'Lawton Liquor', 37.75670948565229, -122.50219076871872, 'Liquor Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'Bercut Equitation Field', 37.766102496308775, -122.50092704630855, 'Park'), ('Outer Sunset', 37.7608279, -122.4965737, 'Lawton Alternative K-8 School', 37.75772520419882, -122.48880598348373, 'Elementary School'), ('Outer Sunset', 37.7608279, -122.4965737, 'Chain of Lakes', 37.76703885854222, -122.50043950460162, 'Lake'), ('Outer Sunset', 37.7608279, -122.4965737, "Angler's Lodge", 37.76785913266778, -122.49655711386396, 'Pool'), ('Outer Sunset', 37.7608279, -122.4965737, 'Muni Sunset Blvd & Noriega St', 37.7535925367186, -122.49530044051247, 'Bus Station'), ('Outer Sunset', 37.7608279, -122.4965737, 'Western Sunset Market', 37.76033996661456, -122.5058664918441, 'Convenience Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'Muni 18 Bus Stops', 37.760422567259795, -122.50594854354857, 'Bus Stop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Yan Yan Seafood Restaurant', 37.7611571949785, -122.48638122777868, 'Chinese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'N-Judah 28th & Judah', 37.76116300385826, -122.48686369348137, 'Train Station'), ('Outer Sunset', 37.7608279, -122.4965737, 'Golden Gate Park Stadium', 37.768323113226984, -122.49401807785033, 'Track'), ('Outer Sunset', 37.7608279, -122.4965737, 'Dessert Papa', 37.76105880737305, -122.48644256591797, 'Dessert Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Parcourse', 37.76869600649727, -122.49417248632571, 'Park'), ('Outer Sunset', 37.7608279, -122.4965737, 'Sunset True Value', 37.75340302919075, -122.4972969451103, 'Hardware Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'Boss Bakery', 37.753833, -122.490796, 'Bakery'), ('Outer Sunset', 37.7608279, -122.4965737, 'Golden Gate Park Stables (Ghost Town)', 37.76908171771435, -122.49484673389064, 'Farm'), ('Outer Sunset', 37.7608279, -122.4965737, 'Bliss Sweet', 37.753983, -122.49028, 'Bubble Tea Shop'), ('Outer Sunset', 37.7608279, -122.4965737, 'Turkey trot', 37.769037395538696, -122.49360324113488, 'Park'), ('Outer Sunset', 37.7608279, -122.4965737, 'Metson Lake', 37.767203602481075, -122.48937249183655, 'Lake'), ('Outer Sunset', 37.7608279, -122.4965737, 'ACTNET', 37.76122283935547, -122.48572540283203, 'Electronics Store'), ('Outer Sunset', 37.7608279, -122.4965737, 'Sunset Tennis Courts', 37.75710678100586, -122.48667907714844, 'Tennis Court'), ('Outer Sunset', 37.7608279, -122.4965737, 'Three Star Restaurant', 37.753409000000005, -122.49085900000001, 'Food'), ('Outer Sunset', 37.7608279, -122.4965737, 'Underground Grill King', 37.753366, -122.490934, 'Taiwanese Restaurant'), ('Outer Sunset', 37.7608279, -122.4965737, 'Your Market', 37.759161999999996, -122.507589, 'Market'), ('Outer Sunset', 37.7608279, -122.4965737, 'Hang Out Spot', 37.753434999999996, -122.49011399999999, 'Cantonese Restaurant')], [('Pacific Heights', 37.7927171, -122.4356445, 'Blue Bottle Coffee', 37.792407465475556, -122.43456996441651, 'Coffee Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Alta Plaza Park', 37.79115065006549, -122.43771314620973, 'Park'), ('Pacific Heights', 37.7927171, -122.4356445, 'Aēsop', 37.79229349411866, -122.43429082142018, 'Cosmetics Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Jackson Fillmore', 37.79259770938566, -122.43457540756175, 'Italian Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Fillmore Stairs', 37.794533477812365, -122.43492633104323, 'Trail'), ('Pacific Heights', 37.7927171, -122.4356445, 'Le Labo', 37.79036403825948, -122.43414139253512, 'Perfume Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'The Snug', 37.79083480876302, -122.43428600344355, 'Pub'), ('Pacific Heights', 37.7927171, -122.4356445, 'Ales Unlimited', 37.792711395061076, -122.4329055883085, 'Beer Store'), ('Pacific Heights', 37.7927171, -122.4356445, 'Salt & Straw', 37.789911491056365, -122.43408738728192, 'Ice Cream Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'diPietro Todd Salon', 37.79036078726571, -122.43427930767693, 'Salon / Barbershop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Alta Plaza Stairs', 37.79085225358687, -122.43763074055347, 'Park'), ('Pacific Heights', 37.7927171, -122.4356445, 'Browser Books', 37.78976574653574, -122.43411125580475, 'Bookstore'), ('Pacific Heights', 37.7927171, -122.4356445, 'Clay Theatre', 37.79046583773782, -122.43435486811754, 'Indie Movie Theater'), ('Pacific Heights', 37.7927171, -122.4356445, 'La Méditerranée', 37.79004921583882, -122.43402176457614, 'Mediterranean Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Pizzeria Delfina', 37.7889177627653, -122.43430656653575, 'Pizza Place'), ('Pacific Heights', 37.7927171, -122.4356445, 'Mrs. Doubtfire House', 37.793977346537766, -122.43655747037792, 'Historic Site'), ('Pacific Heights', 37.7927171, -122.4356445, 'Smitten Ice Cream', 37.78884942599416, -122.43399218289171, 'Ice Cream Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Jane', 37.789337542537076, -122.43395989992992, 'Café'), ('Pacific Heights', 37.7927171, -122.4356445, 'BaySubs & Deli', 37.78980857864411, -122.43383021621699, 'Sandwich Place'), ('Pacific Heights', 37.7927171, -122.4356445, 'Marina Submarine', 37.79693499489624, -122.43709528202423, 'Sandwich Place'), ('Pacific Heights', 37.7927171, -122.4356445, 'Credo Beauty', 37.789684619521786, -122.43397141997058, 'Cosmetics Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'The Bud Stop', 37.7971851, -122.435676, 'Gift Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'International Orange', 37.78851360966671, -122.4336131028466, 'Spa'), ('Pacific Heights', 37.7927171, -122.4356445, 'Gamine', 37.797048104552175, -122.4359348443235, 'French Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'JOE & THE JUICE', 37.7901076937203, -122.4341098430288, 'Juice Bar'), ('Pacific Heights', 37.7927171, -122.4356445, 'Wrecking Ball Coffee Roasters', 37.79687457093783, -122.43667890487883, 'Coffee Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'West Coast Wine • Cheese', 37.79703234695947, -122.43491023778915, 'Wine Bar'), ('Pacific Heights', 37.7927171, -122.4356445, 'Rag & Bone', 37.7887596, -122.4336317, 'Boutique'), ('Pacific Heights', 37.7927171, -122.4356445, 'STYLEDASH Beauty Lounge', 37.79707, -122.434925, 'Health & Beauty Service'), ('Pacific Heights', 37.7927171, -122.4356445, 'Pilates ProWorks®', 37.79709520721434, -122.43620825277401, 'Gym / Fitness Center'), ('Pacific Heights', 37.7927171, -122.4356445, 'La Boulangerie de San Francisco', 37.78789193827142, -122.43398536164692, 'Bakery'), ('Pacific Heights', 37.7927171, -122.4356445, 'Equinox Union Street', 37.797275, -122.433106, 'Gym'), ('Pacific Heights', 37.7927171, -122.4356445, 'SoulCycle Union Street', 37.79731416912751, -122.43362636548821, 'Cycle Studio'), ('Pacific Heights', 37.7927171, -122.4356445, 'Pressed Juicery', 37.79737751843092, -122.4349086416396, 'Juice Bar'), ('Pacific Heights', 37.7927171, -122.4356445, 'Loving Cup', 37.79711589788129, -122.43554903835478, 'Frozen Yogurt Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Mayflower Market', 37.79238735731353, -122.43446723379124, 'Grocery Store'), ('Pacific Heights', 37.7927171, -122.4356445, 'Nest', 37.7908297397039, -122.43411898612975, 'Gift Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Sift Dessert Bar', 37.78887040442101, -122.43407582397305, 'Cupcake Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Roam Artisan Burgers', 37.787686, -122.433753, 'Burger Joint'), ('Pacific Heights', 37.7927171, -122.4356445, 'Sur La Table', 37.79710514464771, -122.43602711671727, 'Kitchen Supply Store'), ('Pacific Heights', 37.7927171, -122.4356445, "Santino's Vino", 37.788967, -122.43403, 'Wine Bar'), ('Pacific Heights', 37.7927171, -122.4356445, "Chouquet's", 37.79158523287802, -122.43447894705898, 'French Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Rapha Cycle Club', 37.79811681343618, -122.43567519787109, 'Bike Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Atelier Crenn', 37.79840319043433, -122.43583494939686, 'French Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Terzo', 37.79709262453753, -122.43723592097093, 'Italian Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Paper Source', 37.787744571092006, -122.43363032596409, 'Arts & Crafts Store'), ('Pacific Heights', 37.7927171, -122.4356445, 'Fredericksen Hardware & Paint', 37.79756230917261, -122.43566378892449, 'Hardware Store'), ('Pacific Heights', 37.7927171, -122.4356445, 'Flores', 37.7976161048577, -122.43258059024868, 'Mexican Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Bay Subs', 37.78984109694826, -122.43400455565381, 'Sandwich Place'), ('Pacific Heights', 37.7927171, -122.4356445, 'Lafayette Park', 37.791246594951375, -122.42808063995858, 'Park'), ('Pacific Heights', 37.7927171, -122.4356445, 'B. Patisserie', 37.787945, -122.440804, 'Bakery'), ('Pacific Heights', 37.7927171, -122.4356445, 'LUSH', 37.7974261, -122.434241, 'Cosmetics Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Bar Crenn', 37.79840741377584, -122.43589470230465, 'Wine Bar'), ('Pacific Heights', 37.7927171, -122.4356445, 'Wildseed', 37.7976259, -122.4324404, 'Vegetarian / Vegan Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Alta Plaza Playground', 37.79099614961425, -122.43786609377787, 'Playground'), ('Pacific Heights', 37.7927171, -122.4356445, 'The Epicurean Trader', 37.79762526334118, -122.43085435855373, 'Liquor Store'), ('Pacific Heights', 37.7927171, -122.4356445, 'Gio Gelati', 37.79758835068567, -122.43214870008211, 'Ice Cream Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'D&M Wines and Liquors', 37.7898801380004, -122.43396771530944, 'Liquor Store'), ('Pacific Heights', 37.7927171, -122.4356445, 'Benefit Cosmetics', 37.78923075272188, -122.43407473669134, 'Cosmetics Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'b. on the go', 37.788138801211716, -122.4403802693906, 'Bakery'), ('Pacific Heights', 37.7927171, -122.4356445, 'Ministry of Supply', 37.787203, -122.43372, "Men's Store"), ('Pacific Heights', 37.7927171, -122.4356445, 'Scotch & Soda', 37.788325, -122.4339493, 'Boutique'), ('Pacific Heights', 37.7927171, -122.4356445, 'The Italian Homemade Company', 37.79762809814768, -122.4309938003278, 'Italian Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Woodhouse Fish Co.', 37.787487151946856, -122.43352109917046, 'Seafood Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Rooster & Rice', 37.797879, -122.435932, 'Thai Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Song Tea & Ceramics', 37.785920575723026, -122.43523145487265, 'Tea Room'), ('Pacific Heights', 37.7927171, -122.4356445, 'Hair Caffe', 37.78574201141599, -122.43613275156453, 'Salon / Barbershop'), ('Pacific Heights', 37.7927171, -122.4356445, 'lululemon athletica', 37.7974116, -122.4318485, 'Clothing Store'), ('Pacific Heights', 37.7927171, -122.4356445, 'Topdrawer', 37.79796732880365, -122.42971145562761, 'Accessories Store'), ('Pacific Heights', 37.7927171, -122.4356445, 'Tacko', 37.79830032084006, -122.43588941524072, 'Taco Place'), ('Pacific Heights', 37.7927171, -122.4356445, 'Yoga Flow SF - Union', 37.797847970325336, -122.43047105803885, 'Yoga Studio'), ('Pacific Heights', 37.7927171, -122.4356445, 'JUICY NEWS SF', 37.797004, -122.435013, 'Newsstand'), ('Pacific Heights', 37.7927171, -122.4356445, 'Broadway & Divisadero', 37.793342965241536, -122.44165983824956, 'Scenic Lookout'), ('Pacific Heights', 37.7927171, -122.4356445, 'Sweet Maple', 37.78582655159091, -122.43504808100744, 'Breakfast Spot'), ('Pacific Heights', 37.7927171, -122.4356445, 'SPQR', 37.78728690606852, -122.43360621510921, 'Italian Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Asmbly Hall', 37.78658681437063, -122.43333767756837, 'Boutique'), ('Pacific Heights', 37.7927171, -122.4356445, 'Lafayette Park Dog Run', 37.791017755273046, -122.42726770762596, 'Dog Run'), ('Pacific Heights', 37.7927171, -122.4356445, "Barry's Bootcamp", 37.79975842580082, -122.4387226029727, 'Gym / Fitness Center'), ('Pacific Heights', 37.7927171, -122.4356445, 'Noosh', 37.788057, -122.433879, 'Mediterranean Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Home Plate', 37.799795, -122.437051, 'Diner'), ('Pacific Heights', 37.7927171, -122.4356445, 'Lashfully', 37.797623187138015, -122.43148711920439, 'Cosmetics Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'CorePower Yoga', 37.79750442504883, -122.4341049194336, 'Yoga Studio'), ('Pacific Heights', 37.7927171, -122.4356445, 'Cottage Row Mini Park', 37.78651675373569, -122.43231446337819, 'Park'), ('Pacific Heights', 37.7927171, -122.4356445, 'Core40', 37.7863537313724, -122.44021100353213, 'Gym / Fitness Center'), ('Pacific Heights', 37.7927171, -122.4356445, 'Out The Door', 37.786998352463286, -122.4340120335097, 'Vietnamese Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Sydney Nail Spa', 37.79767721048069, -122.42882667075264, 'Spa'), ('Pacific Heights', 37.7927171, -122.4356445, 'Nabe II', 37.79971361718154, -122.43694746033817, 'Hotpot Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Mixt', 37.79861514830464, -122.43575980184289, 'Salad Place'), ('Pacific Heights', 37.7927171, -122.4356445, 'SEPHORA', 37.797166, -122.433481, 'Cosmetics Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Benkyodo', 37.7864224820624, -122.43005263012587, 'Japanese Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Fillmore BakeShop', 37.78693090029705, -122.43341923583831, 'Bakery'), ('Pacific Heights', 37.7927171, -122.4356445, 'The Bar Method', 37.800246, -122.436321, 'Gym / Fitness Center'), ('Pacific Heights', 37.7927171, -122.4356445, 'Tataki', 37.78802706011671, -122.44097917503802, 'Sushi Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'Vegan Picnic', 37.79749028773226, -122.43174840879858, 'Vegetarian / Vegan Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'The Mindful Body', 37.78820074437167, -122.44176358920446, 'Yoga Studio'), ('Pacific Heights', 37.7927171, -122.4356445, 'Roam Artisan Burgers', 37.79794317516278, -122.42856288099202, 'Burger Joint'), ('Pacific Heights', 37.7927171, -122.4356445, 'Sanko', 37.78629181752941, -122.42993072335824, 'Gift Shop'), ('Pacific Heights', 37.7927171, -122.4356445, 'Apizza', 37.788483, -122.433948, 'Pizza Place'), ('Pacific Heights', 37.7927171, -122.4356445, 'Balboa Cafe', 37.79894421451617, -122.43603495826304, 'American Restaurant'), ('Pacific Heights', 37.7927171, -122.4356445, 'SusieCakes', 37.80054600340951, -122.43814199084254, 'Cupcake Shop')], [('Parkmerced', 37.71717615, -122.4789473197437, 'Hall of Flame Burger', 37.717599404087025, -122.47391632685625, 'Burger Joint'), ('Parkmerced', 37.71717615, -122.4789473197437, "Ike's Place", 37.72218981225139, -122.47854471586759, 'Sandwich Place'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Lake Merced Run Loop', 37.71346282509337, -122.48560584679014, 'Trail'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Holy Trinity Center', 37.714081227266895, -122.48305982581438, 'Church'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Cafe Rosso', 37.722881250301704, -122.48044244333092, 'Café'), ('Parkmerced', 37.71717615, -122.4789473197437, "Peet's Coffee & Tea", 37.72164260201966, -122.4781124369115, 'Coffee Shop'), ('Parkmerced', 37.71717615, -122.4789473197437, 'San Francisco Golf Club', 37.712458641177584, -122.47688373259898, 'Golf Course'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Enterprise Rent-A-Car', 37.71808960397417, -122.47421398758888, 'Rental Car Location'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Taqueria Girasol', 37.722120952344994, -122.4787734278774, 'Mexican Restaurant'), ('Parkmerced', 37.71717615, -122.4789473197437, 'The SFSU Depot', 37.72213765904591, -122.47855114014516, 'Performing Arts Venue'), ('Parkmerced', 37.71717615, -122.4789473197437, 'The Village Market & Pizza', 37.723362567468314, -122.48233724207329, 'Pizza Place'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Juan Bautista Circle', 37.71762923695502, -122.48096636478674, 'Park'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Natural Sensations', 37.72202083586753, -122.4786118142431, 'Juice Bar'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Station Cafe', 37.72155981359385, -122.4755843417909, 'Café'), ('Parkmerced', 37.71717615, -122.4789473197437, 'The Lister Bar', 37.71760715080541, -122.47383121921574, 'Nightclub'), ('Parkmerced', 37.71717615, -122.4789473197437, '750 Gonzalez Gym', 37.71765176428677, -122.48096693767071, 'Gym'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Serrano Tower Gym', 37.71852702044175, -122.48069767446297, 'Gym'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Taqueria Dos Charros', 37.71784461900247, -122.4741412359509, 'Mexican Restaurant'), ('Parkmerced', 37.71717615, -122.4789473197437, "Papa John's Pizza", 37.717689996150355, -122.47386243956657, 'Pizza Place'), ('Parkmerced', 37.71717615, -122.4789473197437, 'HSS Café', 37.721886513567334, -122.47641941712214, 'Café'), ('Parkmerced', 37.71717615, -122.4789473197437, '19th Ave & Junipero Serra Blvd', 37.717039350612254, -122.47246116399765, 'Intersection'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Muni Stop #10390', 37.72157095100733, -122.47515912185195, 'Bus Stop'), ('Parkmerced', 37.71717615, -122.4789473197437, 'SUBWAY', 37.72322285455099, -122.48217672101589, 'Sandwich Place'), ('Parkmerced', 37.71717615, -122.4789473197437, 'The Vista Room', 37.722986393805705, -122.47888438045084, 'Food'), ('Parkmerced', 37.71717615, -122.4789473197437, 'St Thomas More Catholic School Basketball Court', 37.712467062765064, -122.4737502840019, 'Basketball Court'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Taza Smoothies and Wraps', 37.72337955057068, -122.48125081005655, 'Snack Place'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Sushigo Noodle House', 37.72331285141557, -122.48154888305164, 'Sushi Restaurant'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Lake Merced Fishing Pier And Nature Trail', 37.71339611972704, -122.48606459434575, 'Trail'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Village Fitness Center', 37.723393549802985, -122.48309750421451, 'Gym'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Merced Heights Playground', 37.717525851206744, -122.46994953276182, 'Playground'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Ingleside Pizza', 37.714482000000004, -122.470293, 'Pizza Place'), ('Parkmerced', 37.71717615, -122.4789473197437, 'The Bricks at Mary Ward', 37.72379058639355, -122.48339498692006, 'Pizza Place'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Cafè in the Park', 37.724314923271585, -122.48421687462096, 'College Cafeteria'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Wow Thai Bistro', 37.714116, -122.469061, 'Thai Restaurant'), ('Parkmerced', 37.71717615, -122.4789473197437, 'Brotherhood And Chester Mini Park', 37.712456, -122.4699, 'Park')], [], [('Parnassus', 37.7652671, -122.4477545, 'Zazie', 37.765281744910254, -122.44991947702094, 'Breakfast Spot'), ('Parnassus', 37.7652671, -122.4477545, 'Say Cheese', 37.76597375704917, -122.45001928703944, 'Cheese Shop'), ('Parnassus', 37.7652671, -122.4477545, 'Beit Rima Carl Street', 37.765841, -122.449755, 'Middle Eastern Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'Cole Hardware', 37.7652209, -122.44955, 'Hardware Store'), ('Parnassus', 37.7652671, -122.4477545, 'The Ice Cream Bar Soda Fountain', 37.76637437298151, -122.45012013978527, 'Ice Cream Shop'), ('Parnassus', 37.7652671, -122.4477545, 'Padrecito', 37.76574435901804, -122.45006486882085, 'Mexican Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'Wooden', 37.76583924468303, -122.44995205530316, 'Coffee Shop'), ('Parnassus', 37.7652671, -122.4477545, 'inoVino', 37.765756084743856, -122.45019595751356, 'Wine Bar'), ('Parnassus', 37.7652671, -122.4477545, 'Bacon Bacon', 37.767132072031046, -122.44679779618195, 'Breakfast Spot'), ('Parnassus', 37.7652671, -122.4477545, "Luke's Local", 37.76501195134279, -122.44965273719896, 'Organic Grocery'), ('Parnassus', 37.7652671, -122.4477545, 'TANTRUM', 37.76588056186189, -122.44999948138795, 'Toy / Game Store'), ('Parnassus', 37.7652671, -122.4477545, 'Pharmaca Integrative Pharmacy', 37.76541353268861, -122.44999126541691, 'Pharmacy'), ('Parnassus', 37.7652671, -122.4477545, 'Mount Olympus', 37.763306385544766, -122.44554251432419, 'Monument / Landmark'), ('Parnassus', 37.7652671, -122.4477545, 'DragonEats', 37.7694320058375, -122.45009690523148, 'Vietnamese Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'Haight Street Market', 37.77000455429876, -122.44763416560943, 'Supermarket'), ('Parnassus', 37.7652671, -122.4477545, 'The Booksmith', 37.76982126220134, -122.44936311785642, 'Bookstore'), ('Parnassus', 37.7652671, -122.4477545, 'Free Gold Watch', 37.768063781511934, -122.45270982871693, 'Arcade'), ('Parnassus', 37.7652671, -122.4477545, 'Sockshop Haight Street', 37.769545356317856, -122.45102328686069, 'Accessories Store'), ('Parnassus', 37.7652671, -122.4477545, 'Yoga Tree Stanyan', 37.767727, -122.453067, 'Yoga Studio'), ('Parnassus', 37.7652671, -122.4477545, 'Om Indian Cuisine', 37.769686854208565, -122.44967848373926, 'Indian Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'Club Deluxe', 37.769937256424036, -122.44722006916261, 'Jazz Club'), ('Parnassus', 37.7652671, -122.4477545, 'Tank Hill Park', 37.759971886124504, -122.44765487248173, 'Park'), ('Parnassus', 37.7652671, -122.4477545, 'Sunset Tunnel Park', 37.766149296614316, -122.4493555178688, 'Park'), ('Parnassus', 37.7652671, -122.4477545, 'Amoeba San Francisco', 37.76904270486288, -122.45258415810717, 'Record Shop'), ('Parnassus', 37.7652671, -122.4477545, "Adel's Wine Cellar", 37.761542999999996, -122.448889, 'Wine Bar'), ('Parnassus', 37.7652671, -122.4477545, 'Street Taco', 37.7697357054948, -122.44889167748397, 'Taco Place'), ('Parnassus', 37.7652671, -122.4477545, 'The Alembic', 37.76942153290563, -122.45117808051084, 'Cocktail Bar'), ('Parnassus', 37.7652671, -122.4477545, 'The Love of Ganesha', 37.769753313712805, -122.44810963944191, 'Gift Shop'), ('Parnassus', 37.7652671, -122.4477545, 'Parada 22', 37.769290553430665, -122.45211083196926, 'Caribbean Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'Vulcan Stairway', 37.76346753677887, -122.44115442037582, 'Trail'), ('Parnassus', 37.7652671, -122.4477545, 'Ceiba', 37.77038945178726, -122.4446906236989, 'Boutique'), ('Parnassus', 37.7652671, -122.4477545, 'Haight-Ashbury Music Center', 37.77001458872656, -122.44780123475378, 'Music Store'), ('Parnassus', 37.7652671, -122.4477545, 'Slice House by Tony Gemignani', 37.76983155777929, -122.44756993644077, 'Pizza Place'), ('Parnassus', 37.7652671, -122.4477545, 'Burton Snowboards Flagship Store', 37.76977202404862, -122.44914476606925, 'Board Shop'), ('Parnassus', 37.7652671, -122.4477545, 'San Francisco Mercantile', 37.76970598555705, -122.45020075233818, 'Gift Shop'), ('Parnassus', 37.7652671, -122.4477545, 'Buena Vista Park Summit', 37.767875091258176, -122.4414987623464, 'Scenic Lookout'), ('Parnassus', 37.7652671, -122.4477545, 'Nice Kicks', 37.77036523, -122.44588536, 'Shoe Store'), ('Parnassus', 37.7652671, -122.4477545, 'Ritual Coffee Roasters', 37.77047635284485, -122.44379078693792, 'Coffee Shop'), ('Parnassus', 37.7652671, -122.4477545, 'Magnolia Gastropub & Brewery', 37.7702508026765, -122.44533986721085, 'Gastropub'), ('Parnassus', 37.7652671, -122.4477545, 'Flywheel Coffee', 37.769504658502875, -122.45338415022319, 'Coffee Shop'), ('Parnassus', 37.7652671, -122.4477545, 'Bound Together Anarchist Collective Bookstore', 37.77028033608465, -122.44483277996619, 'Bookstore'), ('Parnassus', 37.7652671, -122.4477545, 'Grattan Park', 37.76280378305163, -122.45156452605639, 'Playground'), ('Parnassus', 37.7652671, -122.4477545, 'Cha Cha Cha', 37.76927064378466, -122.45200580267058, 'Tapas Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'Relic Vintage', 37.76975785471236, -122.44879765461586, 'Thrift / Vintage Store'), ('Parnassus', 37.7652671, -122.4477545, 'Held Over', 37.769861730944484, -122.44774072804611, 'Thrift / Vintage Store'), ('Parnassus', 37.7652671, -122.4477545, 'Decades of Fashion', 37.76954969679898, -122.4497312156569, 'Boutique'), ('Parnassus', 37.7652671, -122.4477545, 'Pork Store Cafe', 37.770104508093546, -122.44627545299416, 'Breakfast Spot'), ('Parnassus', 37.7652671, -122.4477545, 'Puff Puff Pass', 37.77001943999507, -122.44659533750858, 'Smoke Shop'), ('Parnassus', 37.7652671, -122.4477545, 'Dollhouse Bettie', 37.76967996619249, -122.44940855758466, 'Lingerie Store'), ('Parnassus', 37.7652671, -122.4477545, 'Corona Heights Dog Run', 37.765527952836976, -122.43986363273886, 'Dog Run'), ('Parnassus', 37.7652671, -122.4477545, 'The Bindery', 37.76942151374742, -122.45129922972137, 'Bookstore'), ('Parnassus', 37.7652671, -122.4477545, 'Corona Heights Summit', 37.76499750972105, -122.43924241317987, 'Scenic Lookout'), ('Parnassus', 37.7652671, -122.4477545, 'Corona Heights Park', 37.7650225313372, -122.43883066273017, 'Park'), ('Parnassus', 37.7652671, -122.4477545, 'Buena Vista Park', 37.7689310221817, -122.44041210599859, 'Park'), ('Parnassus', 37.7652671, -122.4477545, 'Kezar Pub', 37.76784979799073, -122.45321692003367, 'Sports Bar'), ('Parnassus', 37.7652671, -122.4477545, 'VeganBurg', 37.77015576494585, -122.4465223090921, 'Vegetarian / Vegan Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'The Panhandle', 37.77237695730286, -122.44657516479494, 'Park'), ('Parnassus', 37.7652671, -122.4477545, 'Circus Center', 37.7658019226891, -122.45695989686836, 'Performing Arts Venue'), ('Parnassus', 37.7652671, -122.4477545, "Ben & Jerry's", 37.7701506, -122.4467987, 'Ice Cream Shop'), ('Parnassus', 37.7652671, -122.4477545, 'Goorin Bros. Hat Shop', 37.77019612590823, -122.44616157223044, 'Accessories Store'), ('Parnassus', 37.7652671, -122.4477545, 'Kezar Stadium', 37.766847390962376, -122.45598435401917, 'Track Stadium'), ('Parnassus', 37.7652671, -122.4477545, 'Zam Zam', 37.769605, -122.4493, 'Dive Bar'), ('Parnassus', 37.7652671, -122.4477545, 'Cold Steel America', 37.76943066651442, -122.45151071917856, 'Tattoo Parlor'), ('Parnassus', 37.7652671, -122.4477545, 'Hayes Gate - Golden Gate Park', 37.77107633990057, -122.45417960694874, 'Park'), ('Parnassus', 37.7652671, -122.4477545, "Koret Children's Quarter Playground", 37.768278563365435, -122.45717053869994, 'Playground'), ('Parnassus', 37.7652671, -122.4477545, 'Saturn Street Steps Park', 37.76275719646505, -122.44059652090073, 'Park'), ('Parnassus', 37.7652671, -122.4477545, 'Pemberton Steps', 37.758293558681466, -122.44692653417586, 'Trail'), ('Parnassus', 37.7652671, -122.4477545, 'BodyRok Haight', 37.76992566521416, -122.44749071203063, 'Gym'), ('Parnassus', 37.7652671, -122.4477545, 'John Fluevog Shoes', 37.76956062652634, -122.45051075910189, 'Shoe Store'), ('Parnassus', 37.7652671, -122.4477545, 'Uranus Terrace', 37.76111384571172, -122.44556665420534, 'Road'), ('Parnassus', 37.7652671, -122.4477545, 'Kite Hill Open Space', 37.758289882870194, -122.44143521277012, 'Park'), ('Parnassus', 37.7652671, -122.4477545, 'Taboun Mediterranean', 37.76450106660966, -122.452886436736, 'Mediterranean Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'Buena Vista Tennis Courts', 37.76944505768117, -122.43913152078795, 'Tennis Court'), ('Parnassus', 37.7652671, -122.4477545, 'Wasteland', 37.76969730691028, -122.44961224057444, 'Thrift / Vintage Store'), ('Parnassus', 37.7652671, -122.4477545, 'Lavation Studio', 37.767686580870695, -122.45315982998528, 'Sports Club'), ('Parnassus', 37.7652671, -122.4477545, "MaMa Ji's", 37.76074993654171, -122.43865144053532, 'Szechuan Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'Robin Williams Meadow', 37.76903642617695, -122.457751120683, 'Park'), ('Parnassus', 37.7652671, -122.4477545, 'Randall Museum', 37.76437904683253, -122.43823111202036, 'Museum'), ('Parnassus', 37.7652671, -122.4477545, 'Manitas Cafe & Deli', 37.773436152847985, -122.45063048396337, 'Café'), ('Parnassus', 37.7652671, -122.4477545, 'Ploy II Thai Cuisine', 37.76951420864688, -122.45139977574978, 'Thai Restaurant'), ('Parnassus', 37.7652671, -122.4477545, 'Top of the Hill - Corona Heights', 37.76508238253574, -122.43932048872024, 'Hill'), ('Parnassus', 37.7652671, -122.4477545, 'Whole Foods Market', 37.76946362411843, -122.45307319443432, 'Grocery Store'), ('Parnassus', 37.7652671, -122.4477545, "Golden Gate Park Children's Playground", 37.768155916597706, -122.45743599202149, 'Playground'), ('Parnassus', 37.7652671, -122.4477545, 'Escape From New York Pizza', 37.76941569358299, -122.4513605924709, 'Pizza Place'), ('Parnassus', 37.7652671, -122.4477545, 'Cookies SF', 37.77011896140611, -122.44565303941293, 'Boutique'), ('Parnassus', 37.7652671, -122.4477545, 'Kezar Triangle', 37.766867471009796, -122.45846160513514, 'Dog Run'), ('Parnassus', 37.7652671, -122.4477545, 'Soothe', 37.773662, -122.447404, 'Massage Studio'), ('Parnassus', 37.7652671, -122.4477545, 'Cafe Cole', 37.76932634235385, -122.45070194109225, 'Café'), ('Parnassus', 37.7652671, -122.4477545, 'Home Service Market aka "George\'s"', 37.77406310003624, -122.44597612728597, 'Convenience Store'), ('Parnassus', 37.7652671, -122.4477545, 'Bend Yoga Studio', 37.77366623035894, -122.44833084917461, 'Yoga Studio'), ('Parnassus', 37.7652671, -122.4477545, 'Karma Cafe', 37.7736123729374, -122.44778207587524, 'Café'), ('Parnassus', 37.7652671, -122.4477545, 'Sharon Art Studio', 37.76824446337893, -122.45816801451258, 'Art Gallery'), ('Parnassus', 37.7652671, -122.4477545, 'Golden Gate Park Carousel', 37.76815988081941, -122.45816390527453, 'General Entertainment'), ('Parnassus', 37.7652671, -122.4477545, 'Amitis Cafe', 37.77395805932014, -122.44598862266956, 'Café'), ('Parnassus', 37.7652671, -122.4477545, 'Millberry Fitness & Recreation Center', 37.763753960087065, -122.45840968501544, 'College Gym'), ('Parnassus', 37.7652671, -122.4477545, 'Interior Greenbelt', 37.760462569113216, -122.45347745291541, 'Park'), ('Parnassus', 37.7652671, -122.4477545, 'New Upper Terrace Market', 37.7618573013668, -122.44535733517779, 'Convenience Store'), ('Parnassus', 37.7652671, -122.4477545, 'Fenway Market', 37.760252390994765, -122.44340351208845, 'Grocery Store'), ('Parnassus', 37.7652671, -122.4477545, 'SUBWAY', 37.76346516266795, -122.45869369008255, 'Sandwich Place'), ('Parnassus', 37.7652671, -122.4477545, 'South Corona Heights Tennis Courts', 37.7646436979369, -122.43695612389688, 'Tennis Court')], [('Polk Gulch', 41.6494661, -93.5000673, 'Adventureland Park', 41.65458009527639, -93.49984019994736, 'Theme Park'), ('Polk Gulch', 41.6494661, -93.5000673, 'Tornado', 41.65142553789247, -93.50252953809093, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Adventure Bay', 41.64939105151679, -93.50145535942113, 'Water Park'), ('Polk Gulch', 41.6494661, -93.5000673, "Claxon's Smokehouse And Grill", 41.64472457407921, -93.50030583639762, 'BBQ Joint'), ('Polk Gulch', 41.6494661, -93.5000673, "Raising Cane's Chicken Fingers", 41.64457066485642, -93.49923218882816, 'American Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'Cool Basil', 41.64633208794371, -93.50714403125106, 'Thai Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'Adventureland Campground', 41.65420343680201, -93.49497863496018, 'Campground'), ('Polk Gulch', 41.6494661, -93.5000673, 'Monterrey Mexican Restaurant', 41.64604533821514, -93.50689088815336, 'Mexican Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'The Outlaw', 41.6491403128973, -93.50060969626274, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Adventureland Inn', 41.657421074970834, -93.49556586399214, 'Hotel'), ('Polk Gulch', 41.6494661, -93.5000673, "Sam's Sports Bar & Grill", 41.64307642873698, -93.50161465082675, 'Sports Bar'), ('Polk Gulch', 41.6494661, -93.5000673, "Menchie's", 41.643561, -93.504287, 'Frozen Yogurt Shop'), ('Polk Gulch', 41.6494661, -93.5000673, 'Starbucks', 41.6544, -93.50348, 'Coffee Shop'), ('Polk Gulch', 41.6494661, -93.5000673, "B-Bop's", 41.64475749081544, -93.50660340652716, 'Burger Joint'), ('Polk Gulch', 41.6494661, -93.5000673, 'Target', 41.64178578723753, -93.50471481671244, 'Big Box Store'), ('Polk Gulch', 41.6494661, -93.5000673, 'Pancheros Mexican Grill', 41.64358666495963, -93.50567303638262, 'Burrito Place'), ('Polk Gulch', 41.6494661, -93.5000673, "Arby's", 41.6447266632567, -93.5054969787597, 'Fast Food Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'Sally Beauty', 41.646327, -93.507243, 'Cosmetics Shop'), ('Polk Gulch', 41.6494661, -93.5000673, 'Maurices', 41.646188034784196, -93.50752227276877, "Women's Store"), ('Polk Gulch', 41.6494661, -93.5000673, "Dunkin'", 41.64467403382132, -93.49947952050383, 'Donut Shop'), ('Polk Gulch', 41.6494661, -93.5000673, 'Best Western Plus Altoona Inn', 41.6529312, -93.504013, 'Hotel'), ('Polk Gulch', 41.6494661, -93.5000673, "Papa Murphy's", 41.64354698721581, -93.50437650561817, 'Pizza Place'), ('Polk Gulch', 41.6494661, -93.5000673, 'Great Clips', 41.646556617982256, -93.5067918151617, 'Salon / Barbershop'), ('Polk Gulch', 41.6494661, -93.5000673, 'Subway', 41.6466584, -93.505621, 'Sandwich Place'), ('Polk Gulch', 41.6494661, -93.5000673, 'GNC', 41.646299, -93.50683, 'Supplement Shop'), ('Polk Gulch', 41.6494661, -93.5000673, 'Spectators Bar & Grill', 41.65762048368918, -93.49555930662757, 'Sports Bar'), ('Polk Gulch', 41.6494661, -93.5000673, 'Popeyes Louisiana Kitchen', 41.64474136552204, -93.50830373174539, 'Fried Chicken Joint'), ('Polk Gulch', 41.6494661, -93.5000673, 'Starbucks', 41.643963, -93.50339, 'Coffee Shop'), ('Polk Gulch', 41.6494661, -93.5000673, 'Murphy USA', 41.644758947661586, -93.50359711416729, 'Gas Station'), ('Polk Gulch', 41.6494661, -93.5000673, 'Village Inn', 41.643546, -93.503782, 'Diner'), ('Polk Gulch', 41.6494661, -93.5000673, 'U.S. Cellular', 41.643566, -93.504478, 'Mobile Phone Shop'), ('Polk Gulch', 41.6494661, -93.5000673, 'Raging River', 41.650258466068614, -93.49952893619923, 'Theme Park'), ('Polk Gulch', 41.6494661, -93.5000673, 'Panda Express', 41.64369663590415, -93.5064417148958, 'Chinese Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'Pizza Hut', 41.643149, -93.50102199999999, 'Pizza Place'), ('Polk Gulch', 41.6494661, -93.5000673, 'Lazy River', 41.64833378504705, -93.50168979343852, 'Water Park'), ('Polk Gulch', 41.6494661, -93.5000673, 'Puff the Dragon', 41.65035806492891, -93.50030506293069, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Subland', 41.65098027570807, -93.50033303819933, 'Fast Food Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'The Dragon', 41.650569166049266, -93.50125919145125, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Funnel Cake / BBQ', 41.65110756151192, -93.50006838399219, 'Snack Place'), ('Polk Gulch', 41.6494661, -93.5000673, 'Chuck Wagon', 41.64972025791198, -93.49993117208288, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Lighthouse', 41.65088791159305, -93.50084275516389, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Sidewinder', 41.64994886357714, -93.49983138918185, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Himalaya', 41.650719003002465, -93.50165064166822, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Sawmill Splash', 41.64902991015117, -93.50010070625285, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Gyros Greek Sandwiches', 41.65091, -93.500683, 'Greek Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'River City Pizzeria', 41.65113413299358, -93.50035317921254, 'Pizza Place'), ('Polk Gulch', 41.6494661, -93.5000673, 'Lady Luck', 41.651358711315595, -93.5002292903875, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Sand Bar', 41.64864033935668, -93.50249963767857, 'Bar'), ('Polk Gulch', 41.6494661, -93.5000673, "Casey's General Store", 41.6436848, -93.5027238, 'Pizza Place'), ('Polk Gulch', 41.6494661, -93.5000673, 'Lady Bug', 41.651806640553964, -93.49985772880518, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Infant Ocean', 41.65153775410896, -93.5017304254718, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'The Underground', 41.65182218066477, -93.5004787362451, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Inverter', 41.651882291495106, -93.49914471625488, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Balloon Race', 41.652041026299024, -93.49989156408304, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Scrambler', 41.65219596262976, -93.50006258087416, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Chicken Shack', 41.652156146508624, -93.50125125924922, 'Fried Chicken Joint'), ('Polk Gulch', 41.6494661, -93.5000673, 'GameStop', 41.64607149918047, -93.50696081448098, 'Video Game Store'), ('Polk Gulch', 41.6494661, -93.5000673, 'Der Flinger', 41.65233835864218, -93.49908423181137, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Convoy', 41.65232742850425, -93.50115228797524, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Storm Chaser', 41.652233204040144, -93.50195513566814, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Red Baron', 41.652569531972105, -93.50057547751703, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Space Shot', 41.65268504676505, -93.5007943958044, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Tea Cups', 41.652656369994936, -93.49907777376052, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Wendy’s', 41.643583206126685, -93.5051935120373, 'Fast Food Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'Frog Hopper', 41.652780279698284, -93.5012826968042, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Funnel Cakes', 41.652892637959646, -93.49940778222015, 'Bakery'), ('Polk Gulch', 41.6494661, -93.5000673, 'The Splash Over', 41.652860229183354, -93.49910199825513, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'G-Force', 41.65305621259566, -93.50000040609905, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Palace Theater', 41.65366188930057, -93.50050333043168, 'Theater'), ('Polk Gulch', 41.6494661, -93.5000673, 'Carousel', 41.65383685721807, -93.5000594841797, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, 'Train Station', 41.65416611778506, -93.4999499560409, 'Theme Park Ride / Attraction'), ('Polk Gulch', 41.6494661, -93.5000673, "Applebee's Grill + Bar", 41.64476854, -93.50756117, 'American Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'Staples', 41.641525612451254, -93.50512942036093, 'Paper / Office Supplies Store'), ('Polk Gulch', 41.6494661, -93.5000673, 'Hy-Vee Fast & Fresh', 41.6516708, -93.5074665, 'Gas Station'), ('Polk Gulch', 41.6494661, -93.5000673, "McDonald's", 41.64350197815476, -93.50713962203916, 'Fast Food Restaurant'), ('Polk Gulch', 41.6494661, -93.5000673, 'Great Western Bank', 41.6436024, -93.49709727, 'Bank'), ('Polk Gulch', 41.6494661, -93.5000673, 'KOSAMA', 41.64312278929752, -93.50118078394371, 'Gym / Fitness Center'), ('Polk Gulch', 41.6494661, -93.5000673, 'Medicap Pharmacy', 41.64317764330237, -93.4976779718535, 'Pharmacy'), ('Polk Gulch', 41.6494661, -93.5000673, 'Burger King', 41.65814345430769, -93.50066162645822, 'Fast Food Restaurant')], [('Portola', 37.726379, -122.4085514, 'Four Barrel Coffee', 37.72896712568022, -122.40384006405183, 'Coffee Shop'), ('Portola', 37.726379, -122.4085514, 'Ferment.Drink.Repeat', 37.728342472610265, -122.40393666484064, 'Brewery'), ('Portola', 37.726379, -122.4085514, 'Fancy Wheat Field Bakery', 37.72797175839158, -122.40376843388076, 'Bakery'), ('Portola', 37.726379, -122.4085514, 'Banh Mi House', 37.727595, -122.40333600000001, 'Vietnamese Restaurant'), ('Portola', 37.726379, -122.4085514, "J Georgie's Donut & Hamburgers", 37.730840737280154, -122.40500640025854, 'Donut Shop'), ('Portola', 37.726379, -122.4085514, 'OMG Tea', 37.72542977803426, -122.40262501028572, 'Bubble Tea Shop'), ('Portola', 37.726379, -122.4085514, 'Three Babes Bakeshop', 37.72973004203792, -122.40015953779219, 'Dessert Shop'), ('Portola', 37.726379, -122.4085514, 'Fat Beli Deli', 37.728886711331704, -122.40420709730996, 'Sandwich Place'), ('Portola', 37.726379, -122.4085514, 'Portola Branch Library', 37.72697069654181, -122.4062552536103, 'Library'), ('Portola', 37.726379, -122.4085514, 'Tops Cafe BBQ House', 37.73092081125083, -122.4050393171699, 'Chinese Restaurant'), ('Portola', 37.726379, -122.4085514, 'Grocery Outlet', 37.7311917, -122.408906, 'Grocery Store'), ('Portola', 37.726379, -122.4085514, "Breakfast at Tiffany's", 37.730425139235564, -122.40467098065618, 'Diner'), ('Portola', 37.726379, -122.4085514, 'John McLaren Park Lookout Point', 37.71775812509036, -122.40729082116145, 'Park'), ('Portola', 37.726379, -122.4085514, 'Hawaiian Drive Inn', 37.72875390604725, -122.40415197198037, 'BBQ Joint'), ('Portola', 37.726379, -122.4085514, 'New Imperial Garden Seafood Restaurant 新德群海鮮酒家', 37.72845650855718, -122.40418303600879, 'Dim Sum Restaurant'), ('Portola', 37.726379, -122.4085514, 'Sululagi M. Palega Jr. Recreation Center', 37.729236796877636, -122.41003980420017, 'Playground'), ('Portola', 37.726379, -122.4085514, 'La Loma Produce No 7', 37.727887, -122.403424, 'Grocery Store'), ('Portola', 37.726379, -122.4085514, 'Bank of the West', 37.7280615, -122.403461, 'Bank'), ('Portola', 37.726379, -122.4085514, 'Red House Bakery & Cafe', 37.72610370184906, -122.40301861370986, 'Bakery'), ('Portola', 37.726379, -122.4085514, 'Silver Terrace Soccer Field', 37.73341588275268, -122.40346314356525, 'Soccer Field'), ('Portola', 37.726379, -122.4085514, 'SUBWAY', 37.72902263581295, -122.40395699999999, 'Sandwich Place'), ('Portola', 37.726379, -122.4085514, 'Pizza Joint', 37.732064101399715, -122.40550572152783, 'Pizza Place'), ('Portola', 37.726379, -122.4085514, 'Visitacion Valley Greenway', 37.71768749691083, -122.40731596133062, 'Garden'), ('Portola', 37.726379, -122.4085514, 'Phở #1', 37.72927919441754, -122.40431149850518, 'Vietnamese Restaurant'), ('Portola', 37.726379, -122.4085514, 'Louis Sutter Playground', 37.72238750123757, -122.41392808197216, 'Baseball Field'), ('Portola', 37.726379, -122.4085514, 'Tea Plus', 37.729718, -122.40428600000001, 'Bubble Tea Shop'), ('Portola', 37.726379, -122.4085514, 'Cinco de Mayo Taqueria', 37.73175234838853, -122.40550032487944, 'Burrito Place'), ('Portola', 37.726379, -122.4085514, '5 Degree Tea House', 37.72983505687365, -122.40454670428505, 'Tea Room'), ('Portola', 37.726379, -122.4085514, "Chef Li's Cafe", 37.727191, -122.403772, 'Cantonese Restaurant'), ('Portola', 37.726379, -122.4085514, 'Wing Hing Restaurant', 37.72939827880016, -122.40439923935496, 'Chinese Restaurant'), ('Portola', 37.726379, -122.4085514, 'Food 4 Less', 37.72983169555664, -122.39878845214844, 'Grocery Store'), ('Portola', 37.726379, -122.4085514, 'Hoy Sun Restaurant', 37.72973813431666, -122.40456082351422, 'Chinese Restaurant'), ('Portola', 37.726379, -122.4085514, 'Palega Park', 37.72912221029332, -122.40965815894131, 'Recreation Center'), ('Portola', 37.726379, -122.4085514, 'Saigon BBQ', 37.72855813495994, -122.40390255915754, 'Vietnamese Restaurant'), ('Portola', 37.726379, -122.4085514, 'Round Table Pizza', 37.727996299617864, -122.40385461377356, 'Pizza Place'), ('Portola', 37.726379, -122.4085514, 'Shell', 37.73253607201694, -122.40602203036076, 'Gas Station'), ('Portola', 37.726379, -122.4085514, 'J & Y Cafe', 37.729509407441896, -122.40453799944623, 'Chinese Restaurant'), ('Portola', 37.726379, -122.4085514, 'San Bruno Supermarket', 37.73045010891053, -122.40507788761055, 'Grocery Store'), ('Portola', 37.726379, -122.4085514, 'Golden Saigon', 37.731765245613765, -122.40554981035214, 'Vietnamese Restaurant'), ('Portola', 37.726379, -122.4085514, 'Churn Urban Creamery', 37.728092193603516, -122.40419006347656, 'Ice Cream Shop'), ('Portola', 37.726379, -122.4085514, 'Hong Kong B.B.Q. Restaurant 香港燒臘', 37.7271, -122.403727, 'Chinese Restaurant'), ('Portola', 37.726379, -122.4085514, 'TGIF Beauty Supply', 37.727345, -122.40373799999999, 'Cosmetics Shop'), ('Portola', 37.726379, -122.4085514, 'California Pioneer Monument & Statue of Minerva', 37.729843, -122.40588600000001, 'Outdoor Sculpture'), ('Portola', 37.726379, -122.4085514, 'MUNI Bus Stop - San Bruno & Bacon', 37.72787975507646, -122.40371026787076, 'Bus Station'), ('Portola', 37.726379, -122.4085514, 'NEMS', 37.72901153564453, -122.40450286865234, "Doctor's Office"), ('Portola', 37.726379, -122.4085514, 'Walgreens', 37.73012402019716, -122.40496404469013, 'Pharmacy'), ('Portola', 37.726379, -122.4085514, 'Foods Co', 37.7300395, -122.3989814, 'Grocery Store'), ('Portola', 37.726379, -122.4085514, 'U-Haul Moving & Storage at Candlestick', 37.7242812, -122.4007499, 'Storage Facility'), ('Portola', 37.726379, -122.4085514, 'Unitedlayer, LLC', 37.72471237182617, -122.3974380493164, 'Business Service'), ('Portola', 37.726379, -122.4085514, 'Oxbridge Market', 37.72888, -122.41944, 'Wine Shop')], [('Portola Place', 32.748829, -117.179077, 'Mission Hills Nursery', 32.75077252521661, -117.17744833234637, 'Garden Center'), ('Portola Place', 32.748829, -117.179077, 'Mission Hills Pioneer Park', 32.74904128473877, -117.17753648757936, 'Park'), ('Portola Place', 32.748829, -117.179077, 'Le Bel Age Boutique', 32.751585999999996, -117.178128, 'Boutique'), ('Portola Place', 32.748829, -117.179077, 'With Love: A Gift and Paperie', 32.752016, -117.178127, 'Gift Shop'), ('Portola Place', 32.748829, -117.179077, 'Evolve Health and Fitness', 32.751774337284274, -117.17809355207886, 'Gym / Fitness Center'), ('Portola Place', 32.748829, -117.179077, 'Rubicon Deli', 32.74272133720311, -117.18068471198987, 'Deli / Bodega'), ('Portola Place', 32.748829, -117.179077, 'Lucha Libre', 32.74307711020749, -117.18154125765278, 'Taco Place'), ('Portola Place', 32.748829, -117.179077, 'Izakaya Masa', 32.75105216819462, -117.17203467580596, 'Sushi Restaurant'), ('Portola Place', 32.748829, -117.179077, 'Gelato Vero Caffe', 32.74320284201506, -117.18107942390182, 'Ice Cream Shop'), ('Portola Place', 32.748829, -117.179077, 'Wine Vault & Bistro', 32.74295204758716, -117.18068192154625, 'Wine Bar'), ('Portola Place', 32.748829, -117.179077, 'Salon Ink', 32.74907733633157, -117.1712914154865, 'Salon / Barbershop'), ('Portola Place', 32.748829, -117.179077, 'Heartwork Coffee Bar', 32.74960122403179, -117.17125874066961, 'Coffee Shop'), ('Portola Place', 32.748829, -117.179077, 'Blue Water Seafood Market and Grill', 32.74197441718564, -117.17990591944165, 'Seafood Restaurant'), ('Portola Place', 32.748829, -117.179077, 'Shakespeare Pub & Grille', 32.74261494586429, -117.18048448611758, 'Bar'), ('Portola Place', 32.748829, -117.179077, 'Meshuggah Shack', 32.75086584799534, -117.17152646397139, 'Coffee Shop'), ('Portola Place', 32.748829, -117.179077, "Lefty's Chicago Pizzeria", 32.75045795776203, -117.17150151729584, 'Pizza Place'), ('Portola Place', 32.748829, -117.179077, 'Mission Hills Liquor And Deli', 32.752016, -117.178127, 'Liquor Store'), ('Portola Place', 32.748829, -117.179077, "Farmer's Bottega", 32.75006970193057, -117.1709043449846, 'American Restaurant'), ('Portola Place', 32.748829, -117.179077, 'Howlistic', 32.750145, -117.17192, 'Pet Store'), ('Portola Place', 32.748829, -117.179077, "Karina's Seafood", 32.742922, -117.18079, 'Seafood Restaurant'), ('Portola Place', 32.748829, -117.179077, 'M-Theory Music', 32.74972424707823, -117.17174735428219, 'Record Shop'), ('Portola Place', 32.748829, -117.179077, 'Fort Oak', 32.750678, -117.172549, 'New American Restaurant'), ('Portola Place', 32.748829, -117.179077, "Jo's Diner", 32.74960270590602, -117.17071844570728, 'Restaurant'), ('Portola Place', 32.748829, -117.179077, 'Kettle & Stone Coffee and Tea', 32.751585999999996, -117.178128, 'Coffee Shop'), ('Portola Place', 32.748829, -117.179077, 'El Indio', 32.7423252, -117.180125, 'Mexican Restaurant'), ('Portola Place', 32.748829, -117.179077, 'Saffron', 32.743025195405714, -117.18093175220514, 'Thai Restaurant'), ('Portola Place', 32.748829, -117.179077, 'Venissimo Cheese', 32.749935750013144, -117.1701059098568, 'Cheese Shop'), ('Portola Place', 32.748829, -117.179077, 'The Regal Beagle Ale House & Sausage Grill', 32.74192, -117.17962, 'Pub'), ('Portola Place', 32.748829, -117.179077, "Shakespeare's Corner Shoppe", 32.74283350577389, -117.18059667605478, 'Tea Room'), ('Portola Place', 32.748829, -117.179077, 'Urban Skin Care', 32.75071963375332, -117.1860122680664, 'Spa'), ('Portola Place', 32.748829, -117.179077, 'The Red Door', 32.7496928, -117.1702463, 'American Restaurant'), ('Portola Place', 32.748829, -117.179077, 'Specialty Produce', 32.74338067266646, -117.18747564677456, 'Farmers Market'), ('Portola Place', 32.748829, -117.179077, 'Pizza E Birra', 32.741234000000006, -117.17908899999999, 'Pizza Place'), ('Portola Place', 32.748829, -117.179077, 'The Brew Project', 32.74138187782591, -117.18272310439977, 'Bar'), ('Portola Place', 32.748829, -117.179077, "Karina's Ceviche & More", 32.74285097144348, -117.18088388442993, 'Seafood Restaurant'), ('Portola Place', 32.748829, -117.179077, 'Yoshino Japanese Restaurant', 32.74366238711516, -117.18133839744272, 'Japanese Restaurant'), ('Portola Place', 32.748829, -117.179077, 'Harley Gray', 32.74998574618909, -117.17154248713632, 'Bistro'), ('Portola Place', 32.748829, -117.179077, 'VONS', 32.7495765, -117.1685355, 'Grocery Store'), ('Portola Place', 32.748829, -117.179077, 'Blonde', 32.74319012034636, -117.18156534558959, 'Dive Bar'), ('Portola Place', 32.748829, -117.179077, 'The Huddle', 32.75041962100759, -117.17128112944452, 'American Restaurant'), ('Portola Place', 32.748829, -117.179077, "Harper's Topiary Garden", 32.74120435537292, -117.17616803476668, 'Garden'), ('Portola Place', 32.748829, -117.179077, 'Leo Hamel & Co.', 32.74443660026472, -117.18519398889839, 'Jewelry Store'), ('Portola Place', 32.748829, -117.179077, 'Falcon Liquor', 32.748466187511156, -117.17118782769754, 'Liquor Store'), ('Portola Place', 32.748829, -117.179077, 'Dos Brasas Mexican Food', 32.744922309029015, -117.18555223506227, 'Mexican Restaurant'), ('Portola Place', 32.748829, -117.179077, 'The Lamplighter', 32.749709576323575, -117.17104296156641, 'Karaoke Bar'), ('Portola Place', 32.748829, -117.179077, 'Holiday Inn Express San Diego Airport-Old Town', 32.744996008286854, -117.18689690829727, 'Hotel'), ('Portola Place', 32.748829, -117.179077, 'Brick Oven Pizzeria', 32.7435565, -117.18225516, 'Pizza Place'), ('Portola Place', 32.748829, -117.179077, 'Spin Nightclub', 32.74435976501805, -117.18826989468096, 'Nightclub'), ('Portola Place', 32.748829, -117.179077, 'Cinema Under the Stars', 32.750607313120945, -117.17176195968938, 'Movie Theater'), ('Portola Place', 32.748829, -117.179077, 'Mission Hills Sign', 32.75009742922069, -117.17098796294636, 'Monument / Landmark'), ('Portola Place', 32.748829, -117.179077, 'Donut Star', 32.74974368543734, -117.16890047875067, 'Donut Shop'), ('Portola Place', 32.748829, -117.179077, 'Amvets Thrift Store', 32.74203419803066, -117.18595310467073, 'Thrift / Vintage Store'), ('Portola Place', 32.748829, -117.179077, 'Fiori Pizza & Spirits', 32.7496188691548, -117.16928057252188, 'Pizza Place'), ('Portola Place', 32.748829, -117.179077, 'Eat Mexican Food', 32.74965307963585, -117.16982171049683, 'Mexican Restaurant'), ('Portola Place', 32.748829, -117.179077, 'FedEx Ship Center', 32.743771, -117.183071, 'Shipping Store'), ('Portola Place', 32.748829, -117.179077, 'National Comedy Theatre', 32.74290123703934, -117.18048732280185, 'Comedy Club'), ('Portola Place', 32.748829, -117.179077, 'Washington Street Trolley Station', 32.741536195614465, -117.1841332971489, 'Train Station'), ('Portola Place', 32.748829, -117.179077, 'Consignment Classics Home Furnishings', 32.74322635133261, -117.18644916069394, 'Furniture / Home Store'), ('Portola Place', 32.748829, -117.179077, 'Ibis Market', 32.750950844383986, -117.1733920002015, 'Grocery Store'), ('Portola Place', 32.748829, -117.179077, 'Mission Bay Beach', 32.74683178438727, -117.18533131001907, 'Surf Spot'), ('Portola Place', 32.748829, -117.179077, 'Mr. Trustee', 32.75077, -117.171249, 'Ice Cream Shop'), ('Portola Place', 32.748829, -117.179077, 'Boca Soccer Store', 32.744809000000004, -117.186174, 'Sporting Goods Shop'), ('Portola Place', 32.748829, -117.179077, 'Michael G. Keating', 32.753404, -117.1857243, 'IT Services'), ('Portola Place', 32.748829, -117.179077, "Cramer's Bakery & Deli", 32.74471917046605, -117.1862904198505, 'Bakery'), ('Portola Place', 32.748829, -117.179077, 'Grab & Go', 32.750118255615234, -117.17027282714844, 'Sandwich Place'), ('Portola Place', 32.748829, -117.179077, 'Corner Bakery Cafe', 32.745272821185935, -117.18706000172044, 'Bakery'), ('Portola Place', 32.748829, -117.179077, 'GP Motorcycles', 32.7411462, -117.1790429, 'Motorcycle Shop'), ('Portola Place', 32.748829, -117.179077, 'Pioneer Park Tennis Courts', 32.756177894448896, -117.17587139517956, 'Tennis Court'), ('Portola Place', 32.748829, -117.179077, 'Appliance Alley', 32.741131, -117.182162, 'Furniture / Home Store'), ('Portola Place', 32.748829, -117.179077, 'Jet Graphics', 32.744111, -117.187424, 'Print Shop'), ('Portola Place', 32.748829, -117.179077, 'Function First', 32.749382000000004, -117.168838, 'Gym / Fitness Center'), ('Portola Place', 32.748829, -117.179077, '858 Graphics', 32.74435, -117.18784, 'Business Service'), ('Portola Place', 32.748829, -117.179077, 'Team AMVETS Thrift Stores', 32.74196530640625, -117.1859412193298, 'Thrift / Vintage Store'), ('Portola Place', 32.748829, -117.179077, 'Rush Press', 32.73988, -117.17971999999999, 'Print Shop')], [('Potrero Hill', 37.7565834, -122.3991374, 'Top of Potrero Hill', 37.75730833758727, -122.3999085244793, 'Hill'), ('Potrero Hill', 37.7565834, -122.3991374, 'Potrero Hill Playground', 37.75695229930985, -122.39756546005563, 'Playground'), ('Potrero Hill', 37.7565834, -122.3991374, 'Good Life Grocery', 37.760060051464905, -122.3967928465983, 'Grocery Store'), ('Potrero Hill', 37.7565834, -122.3991374, 'Chiotras Grocery', 37.75889244320856, -122.40206108920174, 'Deli / Bodega'), ('Potrero Hill', 37.7565834, -122.3991374, 'McKinley Square Park', 37.75933289632165, -122.40393550639277, 'Park'), ('Potrero Hill', 37.7565834, -122.3991374, 'Starr King Open Space', 37.75350921443473, -122.40018295639216, 'Park'), ('Potrero Hill', 37.7565834, -122.3991374, 'Potrero Hill Recreation Center', 37.756650472509264, -122.39761626305834, 'Park'), ('Potrero Hill', 37.7565834, -122.3991374, 'Ruby Wine', 37.76254057858446, -122.3970270035789, 'Wine Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Junior', 37.75297183841833, -122.40529826851586, 'Cocktail Bar'), ('Potrero Hill', 37.7565834, -122.3991374, 'Chez Maman East', 37.76253116346574, -122.3966521107961, 'French Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Provender Coffee', 37.7624556, -122.3968395, 'Café'), ('Potrero Hill', 37.7565834, -122.3991374, 'Papito', 37.76234647817989, -122.39740928735495, 'Mexican Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Potrero Hill Community Garden', 37.75984764370569, -122.40511934122343, 'Garden'), ('Potrero Hill', 37.7565834, -122.3991374, 'Plow', 37.762516, -122.395467, 'Breakfast Spot'), ('Potrero Hill', 37.7565834, -122.3991374, 'Parker Cafe', 37.76255545289218, -122.3964199549176, 'Café'), ('Potrero Hill', 37.7565834, -122.3991374, 'Anchor Brewing Company', 37.76339544284912, -122.40102052688599, 'Brewery'), ('Potrero Hill', 37.7565834, -122.3991374, 'La Stazione Coffee & Wine Bar', 37.757598831572736, -122.3929845143002, 'Coffee Shop'), ('Potrero Hill', 37.7565834, -122.3991374, "Christopher's Books", 37.76258473408882, -122.39660541203637, 'Bookstore'), ('Potrero Hill', 37.7565834, -122.3991374, "Hazel's Kitchen", 37.76263307432804, -122.3960580418227, 'Sandwich Place'), ('Potrero Hill', 37.7565834, -122.3991374, "Farley's", 37.76259564856046, -122.39598420298891, 'Coffee Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Quince Spa', 37.75830407010859, -122.39524267815939, 'Cosmetics Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Mochica', 37.76246671419291, -122.39729756783333, 'Peruvian Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, "Newkirk's", 37.75599313872338, -122.40682949531386, 'Sandwich Place'), ('Potrero Hill', 37.7565834, -122.3991374, 'Piccino Cafe', 37.75773795347156, -122.39014525841264, 'Café'), ('Potrero Hill', 37.7565834, -122.3991374, 'Philz Coffee', 37.75432499172852, -122.39014539628897, 'Coffee Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Thinkers Cafe', 37.759908659281216, -122.39786096064077, 'Café'), ('Potrero Hill', 37.7565834, -122.3991374, 'Anchor Public Taps', 37.764006954013155, -122.40125624974469, 'Brewery'), ('Potrero Hill', 37.7565834, -122.3991374, 'Minnesota Street Projects Gallery', 37.75424739872958, -122.38954229812218, 'Art Gallery'), ('Potrero Hill', 37.7565834, -122.3991374, 'Lyft Hub', 37.75087653788839, -122.40247335016605, 'Office'), ('Potrero Hill', 37.7565834, -122.3991374, 'Dynamo Donut & Coffee', 37.75293720591394, -122.40762570234537, 'Donut Shop'), ('Potrero Hill', 37.7565834, -122.3991374, "Marcella's Lasagneria & Cucina", 37.7579958294458, -122.38923528445224, 'Italian Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Arena Ready CrossFit', 37.75029861559891, -122.39618710854036, 'Gym'), ('Potrero Hill', 37.7565834, -122.3991374, 'Cracked & Battered', 37.7625832748063, -122.39737840681394, 'Breakfast Spot'), ('Potrero Hill', 37.7565834, -122.3991374, 'Sunflower', 37.76260870576873, -122.39753796769163, 'Vietnamese Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, '3rd St. Boxing Gym', 37.75692731040069, -122.38842985286455, 'Gym / Fitness Center'), ('Potrero Hill', 37.7565834, -122.3991374, 'Pawtrero Hill Bathhouse and Feed Company', 37.76414, -122.3945, 'Pet Store'), ('Potrero Hill', 37.7565834, -122.3991374, 'El Metate', 37.75575030581972, -122.40950503383962, 'Mexican Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Goat Hill Pizza', 37.7624335055108, -122.39765377393908, 'Pizza Place'), ('Potrero Hill', 37.7565834, -122.3991374, 'Just For You', 37.75796434145424, -122.38890901638307, 'Breakfast Spot'), ('Potrero Hill', 37.7565834, -122.3991374, 'Whole Foods Market', 37.76432130395203, -122.40264324543914, 'Grocery Store'), ('Potrero Hill', 37.7565834, -122.3991374, 'Dogpatch Boulders', 37.75662467116606, -122.38796989985903, 'Climbing Gym'), ('Potrero Hill', 37.7565834, -122.3991374, 'Noon All Day', 37.76166712267446, -122.3916928068098, 'Café'), ('Potrero Hill', 37.7565834, -122.3991374, 'Philz Coffee', 37.76472163515989, -122.40126958650819, 'Coffee Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Mr. & Mrs. Miscellaneous', 37.757847, -122.38811, 'Ice Cream Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Brava Theater', 37.75286174963563, -122.40797322959034, 'Theater'), ('Potrero Hill', 37.7565834, -122.3991374, 'Discount Fabrics', 37.750159190254806, -122.39873603610941, 'Fabric Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Harmonic Brewing', 37.75155312060874, -122.39007008916786, 'Brewery'), ('Potrero Hill', 37.7565834, -122.3991374, 'The Spice Jar', 37.75438010057348, -122.4094199737677, 'Asian Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'VBOWLS', 37.754363, -122.403636, 'Japanese Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Dogpatch Saloon', 37.757963, -122.388534, 'Cocktail Bar'), ('Potrero Hill', 37.7565834, -122.3991374, 'Jackson Park & Playground', 37.76430297307453, -122.39957213401794, 'Park'), ('Potrero Hill', 37.7565834, -122.3991374, 'Hard Knox Cafe', 37.757563568832296, -122.3883131891363, 'Southern / Soul Food Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, "Big Daddy's Antiques", 37.76501541890696, -122.39949703216553, 'Antique Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Potrero Del Sol Park', 37.75086555106365, -122.4051446838321, 'Park'), ('Potrero Hill', 37.7565834, -122.3991374, 'The Workshop Residence', 37.757718289063035, -122.38982010931367, 'Design Studio'), ('Potrero Hill', 37.7565834, -122.3991374, 'McEvoy Foundation for the Arts', 37.753309, -122.390156, 'Art Gallery'), ('Potrero Hill', 37.7565834, -122.3991374, 'Thick House', 37.762438854975436, -122.39948542283348, 'Indie Theater'), ('Potrero Hill', 37.7565834, -122.3991374, 'Esprit Park', 37.760952689349466, -122.39099979400635, 'Dog Run'), ('Potrero Hill', 37.7565834, -122.3991374, 'Asiento', 37.75770265562776, -122.40950109766713, 'Bar'), ('Potrero Hill', 37.7565834, -122.3991374, 'Manivanh Thai', 37.75293928182274, -122.40713281304502, 'Thai Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Dagwood and Scoops', 37.752932563167164, -122.40733283416164, 'Sandwich Place'), ('Potrero Hill', 37.7565834, -122.3991374, 'Magnolia Brewing Company', 37.75776341753505, -122.38821566104889, 'Brewery'), ('Potrero Hill', 37.7565834, -122.3991374, 'La Torta Gorda', 37.752713, -122.408687, 'Latin American Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'La Fromagerie', 37.75890256641985, -122.38833609632663, 'Cheese Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Yield Wine Bar', 37.758187889516016, -122.3884524026121, 'Wine Bar'), ('Potrero Hill', 37.7565834, -122.3991374, 'Ungrafted', 37.75900846957023, -122.38826235774829, 'Wine Bar'), ('Potrero Hill', 37.7565834, -122.3991374, 'Intelligentsia Roasting Works', 37.76374367372196, -122.39522652677441, 'Office'), ('Potrero Hill', 37.7565834, -122.3991374, 'Live Sushi Bar', 37.76469373053839, -122.40367560906527, 'Sushi Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'St. Francis Fountain', 37.752721, -122.408342, 'Diner'), ('Potrero Hill', 37.7565834, -122.3991374, 'BYOBW - Bring Your Own Big Wheel!', 37.752956726374435, -122.40833621754898, 'Theme Park'), ('Potrero Hill', 37.7565834, -122.3991374, 'Thee Parkside', 37.76506747985784, -122.39984181776215, 'Dive Bar'), ('Potrero Hill', 37.7565834, -122.3991374, 'Bottom of the Hill', 37.765115889418894, -122.39621781367346, 'Rock Club'), ('Potrero Hill', 37.7565834, -122.3991374, 'Besharam', 37.75421505426467, -122.38971859386444, 'Indian Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Moonraker', 37.75976493971183, -122.39144819874436, 'Food Truck'), ('Potrero Hill', 37.7565834, -122.3991374, "Dutchman's Flat MCD", 37.75731570381006, -122.38852000287038, 'Marijuana Dispensary'), ('Potrero Hill', 37.7565834, -122.3991374, 'Rickshaw Bagworks', 37.757907844137264, -122.3905394413055, 'Accessories Store'), ('Potrero Hill', 37.7565834, -122.3991374, 'Gemini Bottle Co', 37.75586174914684, -122.41044551001352, 'Wine Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Museum of Craft and Design', 37.75695734486018, -122.38801242566586, 'Art Museum'), ('Potrero Hill', 37.7565834, -122.3991374, 'Connecticut Yankee', 37.76500535984297, -122.39790276886198, 'American Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Five Markets Natural Organic Foods', 37.752874295832356, -122.40871887608706, 'Grocery Store'), ('Potrero Hill', 37.7565834, -122.3991374, 'Deli 23', 37.75437336075492, -122.40438756704108, 'Deli / Bodega'), ('Potrero Hill', 37.7565834, -122.3991374, 'Little Nib', 37.75785796926337, -122.38961558193017, 'Dessert Shop'), ('Potrero Hill', 37.7565834, -122.3991374, 'Triple Aught Design', 37.75811342201933, -122.38816570407172, 'Sporting Goods Shop'), ('Potrero Hill', 37.7565834, -122.3991374, "Reno's Liquor Store", 37.7580057494367, -122.38880516274986, 'Liquor Store'), ('Potrero Hill', 37.7565834, -122.3991374, 'Next Level Burger', 37.76474624603116, -122.40272744689193, 'Burger Joint'), ('Potrero Hill', 37.7565834, -122.3991374, 'Danzhaus Dance Center aka the Gingerbread House', 37.75008872847435, -122.3964157655106, 'Nightclub'), ('Potrero Hill', 37.7565834, -122.3991374, 'Piccino Coffee Bar', 37.75783701188741, -122.3899851549758, 'Coffee Shop'), ('Potrero Hill', 37.7565834, -122.3991374, "D'maize Restaurant", 37.752939166620024, -122.40778309101168, 'Salvadoran Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Kazan', 37.752846725557454, -122.40849320890595, 'Sushi Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Potrero Skate Park', 37.750514995395775, -122.40532279269104, 'Skate Park'), ('Potrero Hill', 37.7565834, -122.3991374, 'Taqueria San Francisco', 37.752941352422155, -122.4081526644468, 'Taco Place'), ('Potrero Hill', 37.7565834, -122.3991374, 'Dig Wines', 37.75767869117963, -122.39009995926449, 'Wine Bar'), ('Potrero Hill', 37.7565834, -122.3991374, 'Progress Park', 37.75386146181895, -122.39116072654724, 'Park'), ('Potrero Hill', 37.7565834, -122.3991374, 'Roosevelt Tamale Parlor', 37.75280944616295, -122.40864043147607, 'Mexican Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, 'Dogpatch WineWorks', 37.75843057680403, -122.38815384539036, 'Winery'), ('Potrero Hill', 37.7565834, -122.3991374, "Luna's Coffee House", 37.75427082177335, -122.40630546527814, 'Café'), ('Potrero Hill', 37.7565834, -122.3991374, 'Poco Dolce', 37.758943636824014, -122.38823955598652, 'Restaurant'), ('Potrero Hill', 37.7565834, -122.3991374, "Samy's Liquor", 37.752741450057, -122.4090206769772, 'Liquor Store'), ('Potrero Hill', 37.7565834, -122.3991374, 'Dogpatch Playground', 37.75765485354902, -122.39070941410944, 'Playground'), ('Potrero Hill', 37.7565834, -122.3991374, 'Grand 7 Deli', 37.75015801034863, -122.39444055717046, 'Deli / Bodega')], [('Presidio', 37.7987456, -122.4645889241074, 'Presidio of San Francisco', 37.79923865734214, -122.4647283554077, 'Park'), ('Presidio', 37.7987456, -122.4645889241074, 'Off the Grid: Picnic in The Presidio', 37.800052588298186, -122.45863568729297, 'Street Food Gathering'), ('Presidio', 37.7987456, -122.4645889241074, "Presidio Officer's Club", 37.79766739132896, -122.45892270128186, 'Historic Site'), ('Presidio', 37.7987456, -122.4645889241074, 'Golden Gate Club', 37.80056386954533, -122.46149083684098, 'General Entertainment'), ('Presidio', 37.7987456, -122.4645889241074, 'Crissy Field', 37.804341954682855, -122.46535062789917, 'Park'), ('Presidio', 37.7987456, -122.4645889241074, 'The Walt Disney Museum Special Exhibition', 37.80135824839358, -122.45993466783722, 'Museum'), ('Presidio', 37.7987456, -122.4645889241074, 'The Walt Disney Family Museum', 37.801247757361566, -122.4584502304518, 'Museum'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Main Post Lawn', 37.80032624416615, -122.45853064539934, 'Field'), ('Presidio', 37.7987456, -122.4645889241074, 'Sports Basement', 37.802853, -122.459306, 'Sporting Goods Shop'), ('Presidio', 37.7987456, -122.4645889241074, 'Inn at the Presidio', 37.797208330071506, -122.45781624807874, 'Bed & Breakfast'), ('Presidio', 37.7987456, -122.4645889241074, 'Planet Granite', 37.80440828277963, -122.46830399169205, 'Climbing Gym'), ('Presidio', 37.7987456, -122.4645889241074, 'Hotbird', 37.799534, -122.457597, 'Fried Chicken Joint'), ('Presidio', 37.7987456, -122.4645889241074, 'Bay Area Ridge Trail', 37.793090338339645, -122.46002333609313, 'Trail'), ('Presidio', 37.7987456, -122.4645889241074, 'Goldsworthy Spire', 37.79185332135876, -122.46010289755019, 'Sculpture Garden'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Visitor Center', 37.80190055410142, -122.45685338973999, 'Tourist Information Center'), ('Presidio', 37.7987456, -122.4645889241074, 'House of Air', 37.80488576, -122.46885706, 'General Entertainment'), ('Presidio', 37.7987456, -122.4645889241074, 'Crissy Field Overlook', 37.80500841455532, -122.46981112973964, 'Scenic Lookout'), ('Presidio', 37.7987456, -122.4645889241074, 'The Commissary', 37.79967184101649, -122.4597529026352, 'American Restaurant'), ('Presidio', 37.7987456, -122.4645889241074, 'Women: New Portraits Annie Liebovitz', 37.80303465104729, -122.46555960786866, 'Art Gallery'), ('Presidio', 37.7987456, -122.4645889241074, 'La Petite Baleen Swim Schools', 37.80534839467164, -122.4690750659596, 'Swim School'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio YMCA', 37.80017964722231, -122.45468040618586, 'Gym'), ('Presidio', 37.7987456, -122.4645889241074, 'Inspiration Point', 37.79220658139526, -122.45831688465272, 'Scenic Lookout'), ('Presidio', 37.7987456, -122.4645889241074, 'West Beach Crissy Field', 37.80663387318886, -122.46835470199584, 'Beach'), ('Presidio', 37.7987456, -122.4645889241074, 'Fort Point Beer Company', 37.8031342909326, -122.46504008052356, 'Brewery'), ('Presidio', 37.7987456, -122.4645889241074, 'Crissy Field Dog Run', 37.804675369433724, -122.46035504224373, 'Dog Run'), ('Presidio', 37.7987456, -122.4645889241074, 'Arguello Restaurant', 37.797661216666064, -122.45895326429721, 'Mexican Restaurant'), ('Presidio', 37.7987456, -122.4645889241074, 'Roaring Mouse Cycles', 37.80528341723327, -122.46857697190353, 'Bike Shop'), ('Presidio', 37.7987456, -122.4645889241074, 'Museum Store - The Walt Disney Family Museum', 37.80123220768451, -122.45852864953586, 'Gift Shop'), ('Presidio', 37.7987456, -122.4645889241074, 'West Bluff Picnic Area and Beach', 37.80664385016496, -122.46917251169155, 'Scenic Lookout'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Headquarters', 37.80179300572559, -122.45500858354283, 'Office'), ('Presidio', 37.7987456, -122.4645889241074, 'Battery Tunnel', 37.80169604075408, -122.46290667446537, 'Tunnel'), ('Presidio', 37.7987456, -122.4645889241074, 'Log Cabin at the Presidio', 37.80380578594997, -122.47324973344803, 'Event Space'), ('Presidio', 37.7987456, -122.4645889241074, 'Greater Farallones National Marine Sanctuary', 37.80532828306978, -122.46700142193102, 'Science Museum'), ('Presidio', 37.7987456, -122.4645889241074, 'Transit Cafe', 37.80190631368514, -122.45610359543704, 'Café'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Bowling Center', 37.798741278927864, -122.45985183896973, 'Bowling Alley'), ('Presidio', 37.7987456, -122.4645889241074, 'Mark di Suvero at Crissy Field', 37.80460250001874, -122.46405349456815, 'Public Art'), ('Presidio', 37.7987456, -122.4645889241074, 'Ecology Trail', 37.79311144033848, -122.45820446200487, 'Trail'), ('Presidio', 37.7987456, -122.4645889241074, 'Free Shakespeare in the Park', 37.800135860727124, -122.45698843307584, 'Theater'), ('Presidio', 37.7987456, -122.4645889241074, 'General Douglas MacArthur Tunnel', 37.7920132665873, -122.46969766665707, 'Tunnel'), ('Presidio', 37.7987456, -122.4645889241074, 'Café - The Walt Disney Family Museum', 37.80124974303377, -122.45850254746817, 'Café'), ('Presidio', 37.7987456, -122.4645889241074, 'Park Trail', 37.797818486386454, -122.4680392735651, 'Trail'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Theatre', 37.798405525176605, -122.46018918929992, 'Movie Theater'), ('Presidio', 37.7987456, -122.4645889241074, 'Slightly Skewed Truck', 37.79944, -122.45954, 'Asian Restaurant'), ('Presidio', 37.7987456, -122.4645889241074, 'Goldsworthy Earth Wall', 37.79752666378247, -122.45958658805732, 'Outdoor Sculpture'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Habitats', 37.796728465638616, -122.46944338142436, 'Trail'), ('Presidio', 37.7987456, -122.4645889241074, 'Pershing Square', 37.798629235059046, -122.45857487357794, 'Plaza'), ('Presidio', 37.7987456, -122.4645889241074, 'Pluck', 37.80067471627092, -122.45865227284547, 'Food Truck'), ('Presidio', 37.7987456, -122.4645889241074, 'Cochon Volant', 37.7989621566515, -122.45808283403814, 'Food Truck'), ('Presidio', 37.7987456, -122.4645889241074, 'presidio palms cafe', 37.79891492987099, -122.4580766849644, 'Café'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Golf Course Snack Bar', 37.79430170968175, -122.46867630324886, 'Golf Course'), ('Presidio', 37.7987456, -122.4645889241074, 'Dum', 37.80072116471389, -122.45809389113187, 'Food Truck'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Nursery', 37.80103125695183, -122.47136708912448, 'Garden Center'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Y Trails Run', 37.79633806971175, -122.45748022066284, 'Trail'), ('Presidio', 37.7987456, -122.4645889241074, 'Baptiste Yoga San Francisco', 37.79950993783495, -122.45666027069092, 'Yoga Studio'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Tunnel', 37.80384158500372, -122.46939915784243, 'Tunnel'), ('Presidio', 37.7987456, -122.4645889241074, 'Presidio Cafe', 37.79067380145613, -122.45996938813816, 'American Restaurant'), ('Presidio', 37.7987456, -122.4645889241074, 'Loyd B Scott Tennis Courts', 37.799412648647696, -122.47310834573152, 'Tennis Court'), ('Presidio', 37.7987456, -122.4645889241074, 'PresidiGo Presidio Hills Shuttle', 37.801323, -122.45629, 'Bus Line'), ('Presidio', 37.7987456, -122.4645889241074, "Batter's Box SF", 37.80553589376413, -122.46903200668507, 'Baseball Field'), ('Presidio', 37.7987456, -122.4645889241074, 'Tennessee Watershed', 37.797511, -122.454941, 'Nature Preserve'), ('Presidio', 37.7987456, -122.4645889241074, 'Arguelo Stand', 37.791694, -122.460158, 'Trail'), ('Presidio', 37.7987456, -122.4645889241074, 'Inspiration Point Trail End Bunker', 37.79233725604305, -122.45834820396504, 'Trail'), ('Presidio', 37.7987456, -122.4645889241074, 'Main post Tunnel', 37.80322, -122.45504, 'Tunnel'), ('Presidio', 37.7987456, -122.4645889241074, 'Crissy Field Marsh', 37.80527578397067, -122.4569218326942, 'Lake')], [('Presidio Heights', 37.7887511, -122.4530266, 'Spruce', 37.787550895345944, -122.45277727289712, 'New American Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'A Runners Mind - San Francisco', 37.78759465475056, -122.4514731304913, 'Sporting Goods Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Julius Kahn Playground & Clubhouse', 37.79116336775309, -122.45351135730743, 'Playground'), ('Presidio Heights', 37.7887511, -122.4530266, 'St. Frank', 37.78717, -122.45295800000001, 'Miscellaneous Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Sociale', 37.78689578253514, -122.45307962677398, 'Italian Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, "Bryan's Market", 37.7865165121848, -122.45093717321893, 'Gourmet Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Books Inc', 37.78632567063055, -122.45181233663317, 'Bookstore'), ('Presidio Heights', 37.7887511, -122.4530266, 'Patrick Richards Salon', 37.78746333778113, -122.45255870811854, 'Salon / Barbershop'), ('Presidio Heights', 37.7887511, -122.4530266, 'JCC Fitness Center', 37.787214713955066, -122.44767149908067, 'Gym'), ('Presidio Heights', 37.7887511, -122.4530266, 'Magic Flute Ristorante', 37.78732916317867, -122.45314856832933, 'American Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'Presidio: Presidio Gate', 37.7917901093879, -122.4476481937493, 'Trail'), ('Presidio Heights', 37.7887511, -122.4530266, 'Inspiration Point', 37.79220658139526, -122.45831688465272, 'Scenic Lookout'), ('Presidio Heights', 37.7887511, -122.4530266, 'Presidio Golf Course', 37.79056496678854, -122.45973243289684, 'Golf Course'), ('Presidio Heights', 37.7887511, -122.4530266, 'Artesano', 37.78662822254398, -122.45044947820467, 'Latin American Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'DayOne Baby', 37.7878907, -122.4512714, 'Baby Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'Pet Food Express', 37.787405625885576, -122.4463262183984, 'Pet Store'), ('Presidio Heights', 37.7887511, -122.4530266, "Garibaldi's", 37.788386561967066, -122.44712996863429, 'American Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'Wood Line by Andy Goldsworthy', 37.793462250994565, -122.44895012093605, 'Sculpture Garden'), ('Presidio Heights', 37.7887511, -122.4530266, 'Sorrel', 37.78842635020657, -122.44618748888597, 'New American Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'Goldsworthy Spire', 37.79185332135876, -122.46010289755019, 'Sculpture Garden'), ('Presidio Heights', 37.7887511, -122.4530266, 'SEPHORA', 37.7865534, -122.4502845, 'Cosmetics Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Lyon Street Steps', 37.79354365639975, -122.44655907154083, 'Scenic Lookout'), ('Presidio Heights', 37.7887511, -122.4530266, 'Arsicault Bakery', 37.78344069001445, -122.459102169183, 'Bakery'), ('Presidio Heights', 37.7887511, -122.4530266, 'Vogue Theater', 37.78839606746146, -122.44677341865463, 'Indie Movie Theater'), ('Presidio Heights', 37.7887511, -122.4530266, 'Tofino Wines', 37.782783878825974, -122.44903868903226, 'Wine Bar'), ('Presidio Heights', 37.7887511, -122.4530266, 'Bay Area Ridge Trail', 37.793090338339645, -122.46002333609313, 'Trail'), ('Presidio Heights', 37.7887511, -122.4530266, "Trader Joe's", 37.78332526728117, -122.44773834872937, 'Grocery Store'), ('Presidio Heights', 37.7887511, -122.4530266, "Lover's Lane", 37.79564409675727, -122.45192885398863, 'Trail'), ('Presidio Heights', 37.7887511, -122.4530266, "Breck's", 37.783315, -122.459233, 'Wine Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Picnix', 37.787102074927084, -122.45637327432632, 'American Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'fifty/fifty', 37.78164126755753, -122.4531571619713, 'Coffee Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'B★Star Cafe', 37.78307579704211, -122.46068957365013, 'Burmese Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'Active Care', 37.781631630294534, -122.45148075553828, 'Physical Therapist'), ('Presidio Heights', 37.7887511, -122.4530266, 'Wako', 37.78303200071665, -122.4615756791682, 'Japanese Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'Internos Wine Cafe', 37.78169133363649, -122.45385604651639, 'Wine Bar'), ('Presidio Heights', 37.7887511, -122.4530266, 'Park Life', 37.78308647266149, -122.46165835038073, 'Art Gallery'), ('Presidio Heights', 37.7887511, -122.4530266, 'Clement Street Farmers Market', 37.783092296974296, -122.46150520669035, 'Farmers Market'), ('Presidio Heights', 37.7887511, -122.4530266, 'Rendez-Vous Nails', 37.788293970476644, -122.44643849101192, 'Spa'), ('Presidio Heights', 37.7887511, -122.4530266, 'Sloat Garden Center', 37.78264877453194, -122.46138329515762, 'Flower Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Eats', 37.783210267267805, -122.46008974295104, 'Breakfast Spot'), ('Presidio Heights', 37.7887511, -122.4530266, 'Cal-Mart', 37.78633189846904, -122.4527852409834, 'Supermarket'), ('Presidio Heights', 37.7887511, -122.4530266, 'Sweet Things', 37.786361751530016, -122.45280819407283, 'Cupcake Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'El Polín Spring', 37.79320365646744, -122.45551755671256, 'Park'), ('Presidio Heights', 37.7887511, -122.4530266, "Giorgio's Pizzeria", 37.78309095009425, -122.46109832636017, 'Pizza Place'), ('Presidio Heights', 37.7887511, -122.4530266, 'Presidio Driving Range', 37.78949317130668, -122.46231208712089, 'Golf Course'), ('Presidio Heights', 37.7887511, -122.4530266, 'Chapeau!', 37.783238280147856, -122.46070906260171, 'French Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'March', 37.788423, -122.443473, 'Furniture / Home Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'Entangle & Sway Pole Dance Fitness', 37.78575422724489, -122.44322433222598, 'Gym / Fitness Center'), ('Presidio Heights', 37.7887511, -122.4530266, 'Covet', 37.783413, -122.4593, 'Accessories Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'Sun Stream Coffee', 37.78273478764565, -122.4490427635292, 'Bakery'), ('Presidio Heights', 37.7887511, -122.4530266, 'The Mindful Body', 37.78820074437167, -122.44176358920446, 'Yoga Studio'), ('Presidio Heights', 37.7887511, -122.4530266, 'Presidio Private Golf Club', 37.78967384797353, -122.46083601429376, 'Golf Course'), ('Presidio Heights', 37.7887511, -122.4530266, 'vixi cucina italiana', 37.786210303692656, -122.45366566889984, 'Italian Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'Starbucks', 37.78622, -122.453203, 'Coffee Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Presidio Heights Playground', 37.78848466086141, -122.44960458547621, 'Playground'), ('Presidio Heights', 37.7887511, -122.4530266, 'Plough & Stars', 37.78319398243084, -122.46054567212649, 'Pub'), ('Presidio Heights', 37.7887511, -122.4530266, "Pet's Corner", 37.78122379678893, -122.45904183027513, 'Pet Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'The Spanish Table', 37.78322340996579, -122.46078799969074, 'Wine Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Pretty Please Bakeshop', 37.78324200200469, -122.46127591328398, 'Bakery'), ('Presidio Heights', 37.7887511, -122.4530266, 'Derm', 37.781965, -122.453837, 'Thai Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'As Quoted', 37.787496147373716, -122.45228361135739, 'Café'), ('Presidio Heights', 37.7887511, -122.4530266, 'The Future Perfect', 37.788468, -122.44357099999999, 'Furniture / Home Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'Laureate', 37.787354140893775, -122.446731551486, 'Hotel Bar'), ('Presidio Heights', 37.7887511, -122.4530266, 'Wells Fargo', 37.7866034, -122.4506391, 'Bank'), ('Presidio Heights', 37.7887511, -122.4530266, 'The Pig and Whistle', 37.78211711495314, -122.44907499948255, 'Pub'), ('Presidio Heights', 37.7887511, -122.4530266, 'Goodbyes', 37.787793770393684, -122.44998408359939, "Men's Store"), ('Presidio Heights', 37.7887511, -122.4530266, "Peet's Coffee & Tea", 37.78661884, -122.4504599, 'Coffee Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Ulta Beauty', 37.78185272216797, -122.44586181640625, 'Cosmetics Shop'), ('Presidio Heights', 37.7887511, -122.4530266, "Shi's Hair Studio", 37.783305, -122.459911, 'Cosmetics Shop'), ('Presidio Heights', 37.7887511, -122.4530266, "Tony's Cable Car Restaurant", 37.78281440366602, -122.44483643896709, 'Burger Joint'), ('Presidio Heights', 37.7887511, -122.4530266, 'Seedstore', 37.78311201336699, -122.46155049705769, 'Clothing Store'), ('Presidio Heights', 37.7887511, -122.4530266, "Ella's", 37.787106, -122.4466, 'Breakfast Spot'), ('Presidio Heights', 37.7887511, -122.4530266, 'Hudson Grace', 37.78815837141261, -122.4478071561237, 'Furniture / Home Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'Pier 1 Imports', 37.7812229, -122.4568236, 'Furniture / Home Store'), ('Presidio Heights', 37.7887511, -122.4530266, "Mel's Drive-In", 37.78120373731287, -122.45495875883056, 'Diner'), ('Presidio Heights', 37.7887511, -122.4530266, 'BevMo!', 37.7809085, -122.4560508, 'Liquor Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'The UPS Store', 37.7815822, -122.4528978, 'Shipping Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'Chase Bank', 37.781266, -122.454402, 'Bank'), ('Presidio Heights', 37.7887511, -122.4530266, 'Target', 37.78186832392801, -122.44680208992513, 'Big Box Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'Aqua Spa', 37.783223666884915, -122.45941841547041, 'Cosmetics Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Subway', 37.7819627, -122.44594, 'Sandwich Place'), ('Presidio Heights', 37.7887511, -122.4530266, "Earth's Coffee", 37.781464642288825, -122.45564512021089, 'Coffee Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'GNC', 37.78212532, -122.4462047, 'Supplement Shop'), ('Presidio Heights', 37.7887511, -122.4530266, "Mo'z Cafe", 37.78216893428538, -122.44785572298181, 'Café'), ('Presidio Heights', 37.7887511, -122.4530266, 'Wells Fargo', 37.78159798865338, -122.45826289057732, 'Bank'), ('Presidio Heights', 37.7887511, -122.4530266, 'SQwers Izakaya & Sushi BAR', 37.78189618301288, -122.45134008269928, 'Sushi Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'Ecology Trail', 37.79311144033848, -122.45820446200487, 'Trail'), ('Presidio Heights', 37.7887511, -122.4530266, 'Native Burger', 37.78157447325324, -122.45611037509607, 'Burger Joint'), ('Presidio Heights', 37.7887511, -122.4530266, 'The Laurel Inn', 37.7876353, -122.4466424, 'Hotel'), ('Presidio Heights', 37.7887511, -122.4530266, "Grain d'Or", 37.78320038789167, -122.46177770820928, 'Bakery'), ('Presidio Heights', 37.7887511, -122.4530266, 'Le Soleil', 37.783062157910784, -122.46077283488573, 'Vietnamese Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'Cumaica Coffee', 37.78321976935844, -122.46128388983327, 'Coffee Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Office Depot', 37.78185767457313, -122.45927810668945, 'Paper / Office Supplies Store'), ('Presidio Heights', 37.7887511, -122.4530266, 'Julius Kahn Park', 37.791005158152196, -122.4540690318229, 'Park'), ('Presidio Heights', 37.7887511, -122.4530266, 'Presidio Park Tennis Courts', 37.79100922664888, -122.45411326188724, 'Tennis Court'), ('Presidio Heights', 37.7887511, -122.4530266, 'Geary-Masonic Tunnel', 37.78249973907797, -122.44721314591277, 'Tunnel'), ('Presidio Heights', 37.7887511, -122.4530266, 'Presidio Cafe', 37.79067380145613, -122.45996938813816, 'American Restaurant'), ('Presidio Heights', 37.7887511, -122.4530266, 'Ulta Beauty', 37.7822051, -122.4458415, 'Cosmetics Shop'), ('Presidio Heights', 37.7887511, -122.4530266, 'Monte Cristo Bed & Breakfast', 37.786125, -122.44640700000001, 'Bed & Breakfast'), ('Presidio Heights', 37.7887511, -122.4530266, 'Starbucks', 37.782074, -122.44708, 'Coffee Shop')], [('Richmond District', 37.7806432, -122.4725964, "Lou's Cafe", 37.78055439442463, -122.47325937474675, 'Café'), ('Richmond District', 37.7806432, -122.4725964, 'Kabuto Restaurant', 37.780463544866926, -122.47435624050506, 'Food Court'), ('Richmond District', 37.7806432, -122.4725964, 'Harvest', 37.7804, -122.47113, 'Marijuana Dispensary'), ('Richmond District', 37.7806432, -122.4725964, 'Healthy Spirits', 37.7826821696293, -122.47078368835801, 'Liquor Store'), ('Richmond District', 37.7806432, -122.4725964, 'Express Pupuseria', 37.78079815389437, -122.46987330872616, 'Salvadoran Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Breadbelly', 37.782534028519436, -122.47427887523887, 'Bakery'), ('Richmond District', 37.7806432, -122.4725964, 'First Korean Market', 37.7807571104501, -122.46910822235567, 'Grocery Store'), ('Richmond District', 37.7806432, -122.4725964, 'My Tofu House', 37.78077445718831, -122.46926680975493, 'Korean Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Y & Y Vietnamese Cuisine', 37.78279696171342, -122.4690858896308, 'Vietnamese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Ariake Sushi Bar', 37.780532256479496, -122.4735794340479, 'Sushi Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Shabu Club', 37.78263784004588, -122.46959924871538, 'Japanese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Konomama', 37.780619, -122.468753, 'Japanese Curry Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Dong Bei Mama', 37.78056587443255, -122.47036616317281, 'Chinese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Cards & Comics Central', 37.7806063510232, -122.47782438370315, 'Comic Shop'), ('Richmond District', 37.7806432, -122.4725964, 'Iyara Traditional Thai Massage', 37.78100693531604, -122.4658811677081, 'Massage Studio'), ('Richmond District', 37.7806432, -122.4725964, 'Lokma', 37.78224597939431, -122.47860007688483, 'Mediterranean Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Geary Parkway Motel', 37.78103564742586, -122.47038589203203, 'Motel'), ('Richmond District', 37.7806432, -122.4725964, 'Hong Kong Lounge 穗香酒家', 37.78055834011895, -122.47664378367614, 'Dim Sum Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Argonne Playground', 37.77944536897963, -122.47777946866327, 'Playground'), ('Richmond District', 37.7806432, -122.4725964, 'Halu', 37.78252610771882, -122.46652782932539, 'Japanese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'The Hearth', 37.78079044165648, -122.46967768280017, 'Dive Bar'), ('Richmond District', 37.7806432, -122.4725964, 'Good Luck Dim Sum 好運點心', 37.78288521217207, -122.46722368903595, 'Dim Sum Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Boudin Bakery', 37.781111, -122.468739, 'Bakery'), ('Richmond District', 37.7806432, -122.4725964, 'DNM Hot Pot', 37.78259352043552, -122.47125848057306, 'Asian Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Thai Time', 37.78255434673865, -122.46654701619725, 'Thai Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Dragon River Restaurant', 37.780397, -122.47368, 'Chinese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, "Chomp N' Swig", 37.78031, -122.475464, 'Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Volcano Curry of Japan', 37.78046368803933, -122.4781794570564, 'Japanese Curry Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Schubert’s Bakery', 37.782891728277455, -122.46491828408284, 'Bakery'), ('Richmond District', 37.7806432, -122.4725964, 'Park Presidio Service Rd', 37.77570987241789, -122.47153292433724, 'Trail'), ('Richmond District', 37.7806432, -122.4725964, 'All Stars Donuts', 37.782718293879796, -122.46879821818983, 'Donut Shop'), ('Richmond District', 37.7806432, -122.4725964, 'Han Il Kwan', 37.776699203857035, -122.47824184934869, 'Korean Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Green Apple Books', 37.78302094764066, -122.46461446474054, 'Bookstore'), ('Richmond District', 37.7806432, -122.4725964, 'Moscow & Tbilisi Russian Bakery', 37.780431732360626, -122.47904895256723, 'Bakery'), ('Richmond District', 37.7806432, -122.4725964, 'Sichuan Home', 37.780505082785105, -122.47353982387773, 'Chinese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'San Francisco Brewcraft', 37.7823483961844, -122.4761175844535, 'Beer Store'), ('Richmond District', 37.7806432, -122.4725964, "Joe's Ice Cream", 37.780469, -122.477685, 'Ice Cream Shop'), ('Richmond District', 37.7806432, -122.4725964, 'Clement Nursery', 37.782088154993, -122.48001794622621, 'Garden Center'), ('Richmond District', 37.7806432, -122.4725964, 'Kamei Restaurant Supply', 37.78289994185475, -122.46522400570188, 'Food & Drink Shop'), ('Richmond District', 37.7806432, -122.4725964, "Rick's Barber Shop", 37.78048628573972, -122.47690813104724, 'Salon / Barbershop'), ('Richmond District', 37.7806432, -122.4725964, 'Chili House SF', 37.78285554917537, -122.46711008889176, 'Chinese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Richmond Republic Draught House', 37.782958464670926, -122.4662509317484, 'Beer Bar'), ('Richmond District', 37.7806432, -122.4725964, "Orson's Belly", 37.77656041973435, -122.47774984973609, 'Café'), ('Richmond District', 37.7806432, -122.4725964, "Tawan's Thai Food", 37.78085460224743, -122.46663646303793, 'Thai Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Mountain Lake Playground', 37.78688142208288, -122.47134682031826, 'Playground'), ('Richmond District', 37.7806432, -122.4725964, 'Lime Tree Southeast Asian Kitchen', 37.78291729758533, -122.468309518121, 'Asian Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Clement BBQ  金陵烧腊店', 37.78285694431534, -122.46588725105661, 'BBQ Joint'), ('Richmond District', 37.7806432, -122.4725964, 'Ichiraku Ramen', 37.780664, -122.476537, 'Ramen Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Richmond New May Wah Supermarket 新美華超級市場', 37.78270531476485, -122.46683957701453, 'Supermarket'), ('Richmond District', 37.7806432, -122.4725964, "Brother's Korean Restaurant", 37.78110336136357, -122.46390758378807, 'Korean Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'House Of Bagels', 37.78068164995785, -122.47329936469971, 'Bagel Shop'), ('Richmond District', 37.7806432, -122.4725964, 'Red A Bakery', 37.7829113192044, -122.46613889093976, 'Bakery'), ('Richmond District', 37.7806432, -122.4725964, 'Little Vietnam Cafe', 37.78263504263651, -122.46444204376238, 'Vietnamese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Yonder', 37.774965, -122.469434, 'Gift Shop'), ('Richmond District', 37.7806432, -122.4725964, 'Hot Pot Buffet', 37.78061706366119, -122.47863595217325, 'Chinese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, "Blackwell's Wines and Spirits", 37.78045455597822, -122.47989135316122, 'Wine Shop'), ('Richmond District', 37.7806432, -122.4725964, 'Dragon Beaux 俏龍軒', 37.780469941427, -122.48063282947972, 'Dim Sum Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Cinderella Bakery & Café', 37.77733100404687, -122.4636923859239, 'Bakery'), ('Richmond District', 37.7806432, -122.4725964, 'Boiling Hot Pot', 37.780554403392415, -122.47868858689088, 'Hotpot Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Mountain Lake Park', 37.787303073558135, -122.46913934392096, 'Park'), ('Richmond District', 37.7806432, -122.4725964, 'Bread N’ Chu', 37.782377, -122.479714, 'Sandwich Place'), ('Richmond District', 37.7806432, -122.4725964, 'High Treason', 37.78283896811336, -122.46411772368836, 'Wine Bar'), ('Richmond District', 37.7806432, -122.4725964, 'the Richmond', 37.77712089971881, -122.46546856432877, 'New American Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Aziza', 37.780382438248026, -122.48164284721075, 'Moroccan Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Burma Superstar', 37.783010541941735, -122.46258587108765, 'Burmese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Aroma Tea Shop 茗茶轩', 37.78283175010149, -122.46438087775782, 'Tea Room'), ('Richmond District', 37.7806432, -122.4725964, 'Lobos Valley Overlook', 37.787979638314894, -122.47589707374573, 'Scenic Lookout'), ('Richmond District', 37.7806432, -122.4725964, 'Sushi Bistro', 37.77718273166066, -122.46356113832637, 'Sushi Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Mandalay', 37.78512651139495, -122.46437425784686, 'Burmese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Café Bunn Mi', 37.78297461081958, -122.46371910379156, 'Vietnamese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, "Peet's Coffee & Tea", 37.780346, -122.475252, 'Coffee Shop'), ('Richmond District', 37.7806432, -122.4725964, 'The Richfield', 37.78501324975149, -122.46368386921318, 'Coffee Shop'), ('Richmond District', 37.7806432, -122.4725964, 'Genki Crepes', 37.783064, -122.462777, 'Creperie'), ('Richmond District', 37.7806432, -122.4725964, 'Tia Margarita', 37.78222889702948, -122.47825513559036, 'Mexican Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Richmond District YMCA', 37.78129365073976, -122.47705251561611, 'Gym'), ('Richmond District', 37.7806432, -122.4725964, 'Pizzetta 211', 37.78369393632517, -122.48287900326157, 'Pizza Place'), ('Richmond District', 37.7806432, -122.4725964, 'Home', 37.78224433677637, -122.48096194740496, 'Café'), ('Richmond District', 37.7806432, -122.4725964, 'Heritage Restaurant And Bar', 37.78290433263326, -122.46684822145225, 'American Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Rose Garden', 37.77200644558451, -122.47135050558875, 'Garden'), ('Richmond District', 37.7806432, -122.4725964, 'KoJa Kitchen', 37.782961278947944, -122.46318376125461, 'Asian Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Richmond Nail Salon', 37.780251827760004, -122.48248559333649, 'Cosmetics Shop'), ('Richmond District', 37.7806432, -122.4725964, 'Gordo Taqueria', 37.7804416228081, -122.47813718879675, 'Mexican Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Mamahuhu', 37.782913, -122.464834, 'Chinese Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Yoga Tree 6th Avenue', 37.785374, -122.464461, 'Yoga Studio'), ('Richmond District', 37.7806432, -122.4725964, 'Park Life', 37.78308647266149, -122.46165835038073, 'Art Gallery'), ('Richmond District', 37.7806432, -122.4725964, 'Royal Market & Bakery', 37.78032768504795, -122.47676284110888, 'Grocery Store'), ('Richmond District', 37.7806432, -122.4725964, 'Mountain Lake Trail', 37.78783761789372, -122.4686336517334, 'Trail'), ('Richmond District', 37.7806432, -122.4725964, 'Muguboka Korean BBQ', 37.77717530143518, -122.46306463971268, 'Korean Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Rise & Grind', 37.773665340655256, -122.46593596151378, 'Coffee Shop'), ('Richmond District', 37.7806432, -122.4725964, 'Taqueria Los Mayas', 37.78300507132412, -122.4628645692497, 'Taco Place'), ('Richmond District', 37.7806432, -122.4725964, 'Pearl', 37.7838391, -122.4830831, 'Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'TANTRUM', 37.78317615764749, -122.46207832423765, 'Toy / Game Store'), ('Richmond District', 37.7806432, -122.4725964, 'Seakor Polish Deli & European Foods', 37.780033652666944, -122.48355293957444, 'Deli / Bodega'), ('Richmond District', 37.7806432, -122.4725964, 'Mountain Lake Dog Park', 37.787392774367426, -122.46695235369822, 'Dog Run'), ('Richmond District', 37.7806432, -122.4725964, 'Blue Fin Sushi', 37.78235908994329, -122.47883749770277, 'Sushi Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Tanuki Restaurant 狸壽司', 37.78490359648218, -122.46488952722763, 'Sushi Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Gordo Taqueria', 37.78216178702004, -122.48365474000613, 'Burrito Place'), ('Richmond District', 37.7806432, -122.4725964, 'Jin Pot', 37.78069033095773, -122.4749569382799, 'Asian Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Kaiju Cooks', 37.776733, -122.47685, 'Ramen Restaurant'), ('Richmond District', 37.7806432, -122.4725964, 'Hodala', 37.780165422231185, -122.48162485815145, 'Taiwanese Restaurant')], [('Rincon Hill', 37.7852068, -122.3919152, 'Cocoon Urban Day Spa', 37.78692857408835, -122.39409710280107, 'Spa'), ('Rincon Hill', 37.7852068, -122.3919152, 'Blue Bottle Coffee', 37.78249688302822, -122.39298243819015, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'Pawtrero Bathhouse & Feed Co.', 37.78385, -122.3893422, 'Pet Store'), ('Rincon Hill', 37.7852068, -122.3919152, 'dragoneats', 37.78646245051328, -122.39550510091534, 'Vietnamese Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Suchada Thai Massage', 37.78706742169882, -122.38853605006146, 'Spa'), ('Rincon Hill', 37.7852068, -122.3919152, 'The Clocktower Building', 37.78377397892649, -122.39344630652968, 'Residential Building (Apartment / Condo)'), ('Rincon Hill', 37.7852068, -122.3919152, 'Philz Coffee', 37.78871649592534, -122.39309148339146, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'SF Iron', 37.786632764065835, -122.3953308526664, 'Gym'), ('Rincon Hill', 37.7852068, -122.3919152, 'South Park', 37.78164992591033, -122.39389926195145, 'Park'), ('Rincon Hill', 37.7852068, -122.3919152, '21st Amendment Brewery & Restaurant', 37.78234640506517, -122.39258776252451, 'Brewery'), ('Rincon Hill', 37.7852068, -122.3919152, 'Socola Chocolatier + Barista', 37.78675105462106, -122.39518188246213, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'CorePower Yoga', 37.7889632, -122.3944752, 'Yoga Studio'), ('Rincon Hill', 37.7852068, -122.3919152, 'Body Mechanix Gym', 37.783543990383954, -122.3899362153334, 'Gym'), ('Rincon Hill', 37.7852068, -122.3919152, 'The Infinity - Fitness Center', 37.7892394376632, -122.39139022400803, 'Gym'), ('Rincon Hill', 37.7852068, -122.3919152, 'Garaje', 37.78174497823888, -122.396150865862, 'Mexican Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Crossroads Café', 37.782959, -122.389008, 'Café'), ('Rincon Hill', 37.7852068, -122.3919152, 'JAX Vineyards', 37.7814099590571, -122.39272364864011, 'Vineyard'), ('Rincon Hill', 37.7852068, -122.3919152, 'Arc Light', 37.779884498140326, -122.39267673110763, 'Residential Building (Apartment / Condo)'), ('Rincon Hill', 37.7852068, -122.3919152, 'The American Grilled Cheese Kitchen', 37.782311405618195, -122.39280528231545, 'Sandwich Place'), ('Rincon Hill', 37.7852068, -122.3919152, 'Golden Goat Coffee', 37.780415, -122.394394, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'Pier 24 Photography', 37.789281327375384, -122.3876953053489, 'Art Gallery'), ('Rincon Hill', 37.7852068, -122.3919152, 'Salesforce Park', 37.789004663475026, -122.3970252426277, 'Park'), ('Rincon Hill', 37.7852068, -122.3919152, 'ROOH', 37.78130761598392, -122.3926918659228, 'Indian Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Hi Dive', 37.787606599108706, -122.38757015439587, 'Dive Bar'), ('Rincon Hill', 37.7852068, -122.3919152, 'Rincon Hill Dog Park', 37.78622683714247, -122.39002936376752, 'Dog Run'), ('Rincon Hill', 37.7852068, -122.3919152, 'Darwin Cafe', 37.78066918586424, -122.39611478734527, 'Café'), ('Rincon Hill', 37.7852068, -122.3919152, 'Andytown Coffee Roasters', 37.78975243030006, -122.39543483856865, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'HRD', 37.78104280505049, -122.39555929325681, 'Korean Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Steep Creamery', 37.7824970392097, -122.39117883933675, 'Ice Cream Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'South Park Cafe', 37.781550069091665, -122.39417530662409, 'French Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Waterbar', 37.790509511674905, -122.38908366883435, 'Seafood Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Delancey Street Restaurant', 37.7845679368031, -122.38845686331636, 'American Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'sweetgreen', 37.7872625, -122.3986346, 'Salad Place'), ('Rincon Hill', 37.7852068, -122.3919152, 'Proper Food', 37.78607026463682, -122.39720934247002, 'Café'), ('Rincon Hill', 37.7852068, -122.3919152, 'Off the Grid: South Park', 37.781119019055886, -122.39307569694438, 'Street Food Gathering'), ('Rincon Hill', 37.7852068, -122.3919152, 'La Capra Coffee', 37.78292, -122.398241, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'Cafe Lambretta', 37.780484827302764, -122.39043773417386, 'Café'), ('Rincon Hill', 37.7852068, -122.3919152, 'Philz Coffee', 37.78912062205278, -122.3970524760346, 'Café'), ('Rincon Hill', 37.7852068, -122.3919152, 'Pazzia Caffe & Trattoria', 37.78326936780271, -122.39831963071339, 'Pizza Place'), ('Rincon Hill', 37.7852068, -122.3919152, 'The Apothecarium - SOMA', 37.78787215, -122.39656551, 'Herbs & Spices Store'), ('Rincon Hill', 37.7852068, -122.3919152, 'Picnic on Third', 37.7814950048557, -122.39592611291373, 'Bistro'), ('Rincon Hill', 37.7852068, -122.3919152, 'Prospect', 37.789823, -122.391007, 'New American Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Soma Eats', 37.78695477514286, -122.39844689432418, 'Café'), ('Rincon Hill', 37.7852068, -122.3919152, 'Rincon Park', 37.79114136918512, -122.39018134976637, 'Park'), ('Rincon Hill', 37.7852068, -122.3919152, "Cupid's Span", 37.79154065815569, -122.39001274108887, 'Outdoor Sculpture'), ('Rincon Hill', 37.7852068, -122.3919152, 'SFMOMA Rooftop Sculpture Garden', 37.7863356901678, -122.4004037044823, 'Art Museum'), ('Rincon Hill', 37.7852068, -122.3919152, 'Hakashi', 37.78156802145504, -122.3962355941933, 'Sushi Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Equator Coffees & Teas', 37.786565978939485, -122.39855398006596, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'The Bird', 37.787279, -122.400036, 'Fried Chicken Joint'), ('Rincon Hill', 37.7852068, -122.3919152, 'Saison', 37.77938780708879, -122.39200771519837, 'New American Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Oracle Park', 37.778343845302636, -122.39022624518837, 'Baseball Stadium'), ('Rincon Hill', 37.7852068, -122.3919152, 'Señor Sisig', 37.78683252070142, -122.39879451583323, 'Food Truck'), ('Rincon Hill', 37.7852068, -122.3919152, 'Epic Steak', 37.790827815748926, -122.38930793736259, 'Steakhouse'), ('Rincon Hill', 37.7852068, -122.3919152, 'San Francisco Museum of Modern Art', 37.78589423994824, -122.40089653026742, 'Art Museum'), ('Rincon Hill', 37.7852068, -122.3919152, 'Gagosian Gallery', 37.785689542079425, -122.3995883825248, 'Art Gallery'), ('Rincon Hill', 37.7852068, -122.3919152, 'Truck Stop', 37.79027712468618, -122.39728695129529, 'Street Food Gathering'), ('Rincon Hill', 37.7852068, -122.3919152, 'The Chairman Truck', 37.790099913439036, -122.39714053284678, 'Food Truck'), ('Rincon Hill', 37.7852068, -122.3919152, 'SoulCycle SoMa', 37.790339922353766, -122.39777063883031, 'Cycle Studio'), ('Rincon Hill', 37.7852068, -122.3919152, 'Woodlands Market', 37.789095, -122.391931, 'Market'), ('Rincon Hill', 37.7852068, -122.3919152, 'Brannan Street Wharf', 37.78439626788962, -122.38780250919531, 'Scenic Lookout'), ('Rincon Hill', 37.7852068, -122.3919152, 'LinkedIn Wellness Center', 37.786575596675775, -122.39802871469125, 'Gym / Fitness Center'), ('Rincon Hill', 37.7852068, -122.3919152, 'Club Level', 37.77852002233387, -122.3898106967465, 'Baseball Stadium'), ('Rincon Hill', 37.7852068, -122.3919152, 'Mourad', 37.78691477687439, -122.39996989660568, 'Moroccan Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Cafe Okawari', 37.778169, -122.393798, 'Café'), ('Rincon Hill', 37.7852068, -122.3919152, 'René Magritte - The Fifth Season', 37.78584795117783, -122.40117268648817, 'Exhibit'), ('Rincon Hill', 37.7852068, -122.3919152, 'YMCA', 37.79265132209003, -122.39208340644836, 'Gym'), ('Rincon Hill', 37.7852068, -122.3919152, 'The St. Regis San Francisco', 37.7861299, -122.4014681, 'Hotel'), ('Rincon Hill', 37.7852068, -122.3919152, 'Blue Bottle Coffee', 37.787122463028524, -122.39877778381862, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'The Bay Lights', 37.79070705517322, -122.3861658090027, 'Scenic Lookout'), ('Rincon Hill', 37.7852068, -122.3919152, 'Petit Marlowe', 37.77810134993405, -122.39372700947547, 'Wine Bar'), ('Rincon Hill', 37.7852068, -122.3919152, 'The Fly Trap', 37.785423478645654, -122.3969291403929, 'Persian Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Fogo To Go', 37.784868, -122.40013, 'Brazilian Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Cento', 37.77814, -122.3939, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'Benu', 37.785565083577666, -122.39931081441968, 'New American Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Ozumo', 37.7926439, -122.3922179, 'Japanese Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Super Duper', 37.779233, -122.388768, 'Burger Joint'), ('Rincon Hill', 37.7852068, -122.3919152, 'Cask', 37.792674383398676, -122.39345592773122, 'Liquor Store'), ('Rincon Hill', 37.7852068, -122.3919152, 'HWA RANG KWAN Martial Arts Center', 37.77944541354323, -122.3973002667558, 'Martial Arts School'), ('Rincon Hill', 37.7852068, -122.3919152, 'SFMOMA Museum Store', 37.78578835145119, -122.40108385852334, 'Gift Shop'), ('Rincon Hill', 37.7852068, -122.3919152, "Alexander's Steakhouse", 37.7793, -122.39568, 'Steakhouse'), ('Rincon Hill', 37.7852068, -122.3919152, "Red's Java House", 37.78722327867106, -122.3872257705101, 'Burger Joint'), ('Rincon Hill', 37.7852068, -122.3919152, 'Anchor & Hope', 37.78770334136478, -122.39896963473885, 'Seafood Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Flatiron Wine and Spirits', 37.78803899005183, -122.40146577358246, 'Wine Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'SAJJ Mediterranean', 37.78139388822888, -122.39163160370434, 'Mediterranean Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Alexander Book Company', 37.78867102787043, -122.40062557442468, 'Bookstore'), ('Rincon Hill', 37.7852068, -122.3919152, "Barry's Bootcamp", 37.777783, -122.392703, 'Gym / Fitness Center'), ('Rincon Hill', 37.7852068, -122.3919152, 'United Barbell - CrossFit', 37.777718055071574, -122.39533105530337, 'Gym'), ('Rincon Hill', 37.7852068, -122.3919152, 'District', 37.7785143849399, -122.39323681145245, 'Wine Bar'), ('Rincon Hill', 37.7852068, -122.3919152, 'Gotham Club', 37.77794659380914, -122.38886248289587, 'Lounge'), ('Rincon Hill', 37.7852068, -122.3919152, 'Museum of the African Diaspora', 37.78658972397816, -122.40167971638029, 'Museum'), ('Rincon Hill', 37.7852068, -122.3919152, 'Boulevard', 37.79332, -122.392761, 'French Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Kama O Deli', 37.780268240678275, -122.39455837966295, 'Japanese Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Yerba Buena Gardens', 37.784809, -122.402549, 'Garden'), ('Rincon Hill', 37.7852068, -122.3919152, 'Pier 24', 37.78939347293482, -122.38823955602722, 'Scenic Lookout'), ('Rincon Hill', 37.7852068, -122.3919152, 'Ayola', 37.78717663557209, -122.40022396373897, 'Greek Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Cento', 37.77872406349572, -122.39377415680684, 'Coffee Shop'), ('Rincon Hill', 37.7852068, -122.3919152, 'Little Skillet', 37.77889181818914, -122.39407145476254, 'Southern / Soul Food Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Epic Hybrid Training', 37.77995154746405, -122.39423838139274, 'Gym / Fitness Center'), ('Rincon Hill', 37.7852068, -122.3919152, 'Marlowe', 37.778288844375226, -122.39668464082726, 'New American Restaurant'), ('Rincon Hill', 37.7852068, -122.3919152, 'Bamboo Reef Scuba Diving Centers', 37.7784711061957, -122.39679538091133, 'Dive Shop')], [('Russian Hill', 37.8000729, -122.4170942, 'Union Larder', 37.79890383415786, -122.41904896426493, 'Wine Bar'), ('Russian Hill', 37.8000729, -122.4170942, "Swensen's Ice Cream", 37.79916833980334, -122.41915950322871, 'Ice Cream Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'Za Pizza', 37.79857053617332, -122.41895509472236, 'Pizza Place'), ('Russian Hill', 37.8000729, -122.4170942, 'Lombard Street', 37.802121129948766, -122.4187895489064, 'Monument / Landmark'), ('Russian Hill', 37.8000729, -122.4170942, 'Alice Marble Tennis Courts', 37.801273995438024, -122.419891228182, 'Tennis Court'), ('Russian Hill', 37.8000729, -122.4170942, 'Okoze Sushi', 37.7991907784842, -122.41926571621437, 'Sushi Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Ina Coolbrith Park', 37.79831417150525, -122.41361233145557, 'Park'), ('Russian Hill', 37.8000729, -122.4170942, 'Frascati', 37.798278956210886, -122.41897443410139, 'Italian Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'San Francisco Art Institute', 37.8034024400418, -122.41707220864225, 'Trade School'), ('Russian Hill', 37.8000729, -122.4170942, 'Macondray Lane', 37.79924289610751, -122.41484731435776, 'Garden'), ('Russian Hill', 37.8000729, -122.4170942, 'Elephant Sushi', 37.79862285331978, -122.41893875180762, 'Sushi Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'George Sterling Memorial Park', 37.80169483745571, -122.42108407980099, 'Park'), ('Russian Hill', 37.8000729, -122.4170942, 'Trattoria Contadina', 37.80007798490103, -122.41242184056667, 'Trattoria/Osteria'), ('Russian Hill', 37.8000729, -122.4170942, 'Joe DiMaggio Playground', 37.802450196875085, -122.41272760643703, 'Playground'), ('Russian Hill', 37.8000729, -122.4170942, 'Saint Frank', 37.79846064964029, -122.42224912630755, 'Coffee Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'Michelangelo Playground & Community Garden', 37.801198973318186, -122.41697581377275, 'Playground'), ('Russian Hill', 37.8000729, -122.4170942, 'The Italian Homemade Company', 37.80149747181165, -122.41179456578453, 'Italian Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Blue Barn Gourmet', 37.79752344668017, -122.4221454238068, 'Salad Place'), ('Russian Hill', 37.8000729, -122.4170942, 'Cafe Meuse', 37.79547583644657, -122.41836005881748, 'Wine Bar'), ('Russian Hill', 37.8000729, -122.4170942, 'Fiorella', 37.797473, -122.421926, 'Pizza Place'), ('Russian Hill', 37.8000729, -122.4170942, 'Curry Leaf Restaurant', 37.80318251864479, -122.41441273064468, 'Indian Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Kinjo', 37.79702959037676, -122.42195930642504, 'Sushi Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Russian Hill Bookstore', 37.79742154577791, -122.42204428590358, 'Bookstore'), ('Russian Hill', 37.8000729, -122.4170942, 'Loving Cup', 37.798566, -122.422148, 'Dessert Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'Amarena', 37.798003807051685, -122.42048005662232, 'Italian Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, "The Boy's Deli", 37.797253, -122.42192, 'Deli / Bodega'), ('Russian Hill', 37.8000729, -122.4170942, 'Bodega', 37.80116212717053, -122.41140985099358, 'Café'), ('Russian Hill', 37.8000729, -122.4170942, 'William Cross Wine Merchant', 37.79770556900949, -122.42232009233308, 'Wine Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'Hyde-Vallejo Mini Park', 37.79759509574194, -122.41917420933225, 'Park'), ('Russian Hill', 37.8000729, -122.4170942, 'XOX Truffles', 37.80168755793843, -122.41218901154389, 'Chocolate Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'Beacon Coffee & Pantry', 37.802292992101854, -122.41321000435767, 'Coffee Shop'), ('Russian Hill', 37.8000729, -122.4170942, "Leopold's", 37.79883741766174, -122.42234170651676, 'Austrian Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Philz Coffee', 37.79742416190083, -122.421837176583, 'Coffee Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'Bow Wow Meow SF', 37.796595924577296, -122.42187383680564, 'Pet Store'), ('Russian Hill', 37.8000729, -122.4170942, 'Ristorante Milano', 37.795428170023136, -122.41906491710779, 'Italian Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Hot Sauce and Panko', 37.79457604054153, -122.41808001790969, 'Wings Joint'), ('Russian Hill', 37.8000729, -122.4170942, 'The Candy Store', 37.796834609077706, -122.42233166308765, 'Candy Store'), ('Russian Hill', 37.8000729, -122.4170942, 'Vallejo Street Stairs', 37.798091152080865, -122.41312463677171, 'Park'), ('Russian Hill', 37.8000729, -122.4170942, 'Crunch Fitness - Polk Street', 37.79831883950535, -122.42200210690498, 'Gym / Fitness Center'), ('Russian Hill', 37.8000729, -122.4170942, 'Smoke Signals', 37.7972972987206, -122.42217508441365, 'Newsstand'), ('Russian Hill', 37.8000729, -122.4170942, 'Moxie Yoga Fitness', 37.79606964104555, -122.41355135318416, 'Yoga Studio'), ('Russian Hill', 37.8000729, -122.4170942, 'BurnSF', 37.79600362954721, -122.42134343365205, 'Gym / Fitness Center'), ('Russian Hill', 37.8000729, -122.4170942, "Mario's Bohemian Cigar Store Cafe", 37.80039147558531, -122.40987625707314, 'Café'), ('Russian Hill', 37.8000729, -122.4170942, 'Washington Square Park', 37.80074764244092, -122.40978598594664, 'Park'), ('Russian Hill', 37.8000729, -122.4170942, "Trader Joe's", 37.805561961681484, -122.41393045715297, 'Grocery Store'), ('Russian Hill', 37.8000729, -122.4170942, 'Cafe de Casa', 37.80607956874178, -122.41855703089183, 'Brazilian Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Cheese Plus', 37.79513753789721, -122.42178618907927, 'Cheese Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'Woods Polk Station', 37.79772403479492, -122.42222138997877, 'Bar'), ('Russian Hill', 37.8000729, -122.4170942, 'Barrio', 37.7994641702726, -122.4107078466458, 'Latin American Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Macondray', 37.797077, -122.42217, 'Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Glow Yoga & Wellness', 37.80012544107976, -122.40911399042773, 'Yoga Studio'), ('Russian Hill', 37.8000729, -122.4170942, 'Tony’s Pizza Napoletana', 37.80038714317991, -122.40914575479546, 'Pizza Place'), ('Russian Hill', 37.8000729, -122.4170942, 'Biondivino Wine Boutique', 37.79777452361377, -122.42255982197149, 'Wine Shop'), ('Russian Hill', 37.8000729, -122.4170942, "Bimbo's 365 Club", 37.80383696172341, -122.41531501862453, 'Rock Club'), ('Russian Hill', 37.8000729, -122.4170942, 'Basik Cafe', 37.79470078065004, -122.42156045673302, 'Smoothie Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'robberbaron', 37.79554672086196, -122.42167714925333, 'Bar'), ('Russian Hill', 37.8000729, -122.4170942, 'Berber', 37.7960663, -122.4222202, 'African Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Park Tavern', 37.80109702179248, -122.40930067725601, 'New American Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, "Tony's Coal-Fired Pizza & Slice House", 37.800242499055656, -122.40919409396831, 'Pizza Place'), ('Russian Hill', 37.8000729, -122.4170942, 'Gary Danko', 37.805750980159246, -122.4204880092155, 'Financial or Legal Service'), ('Russian Hill', 37.8000729, -122.4170942, 'Victoria Pastry Company', 37.80120853199125, -122.41118010828508, 'Bakery'), ('Russian Hill', 37.8000729, -122.4170942, 'Il Pollaio', 37.80012207102598, -122.40983681633708, 'Argentinian Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Chestnut St. Steps', 37.802601482217376, -122.42214664216306, 'Plaza'), ('Russian Hill', 37.8000729, -122.4170942, 'Basecamp Fitness', 37.79947839573948, -122.42442352471602, 'Gym'), ('Russian Hill', 37.8000729, -122.4170942, 'Hollywood Cafe', 37.806346332986344, -122.4156884389532, 'Diner'), ('Russian Hill', 37.8000729, -122.4170942, 'Jackson Market', 37.794849, -122.41506399999999, 'Deli / Bodega'), ('Russian Hill', 37.8000729, -122.4170942, 'Noren Izakaya', 37.800339, -122.411005, 'Sake Bar'), ('Russian Hill', 37.8000729, -122.4170942, 'The Jug Shop', 37.795398235986994, -122.42141872644424, 'Liquor Store'), ('Russian Hill', 37.8000729, -122.4170942, "Jeffrey's Natural Pet Foods", 37.80165979175686, -122.41125584082337, 'Pet Store'), ('Russian Hill', 37.8000729, -122.4170942, 'Sotto Mare Oysteria and Seafood Restaurant', 37.799624753044924, -122.40835693948438, 'Seafood Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Goorin Bros. Hat Shop', 37.800565653487375, -122.4094245320994, 'Accessories Store'), ('Russian Hill', 37.8000729, -122.4170942, 'San Francisco Cable Car Museum', 37.79467940799266, -122.41142910189285, 'History Museum'), ('Russian Hill', 37.8000729, -122.4170942, 'Golden Boy Pizza', 37.79984, -122.40807, 'Pizza Place'), ('Russian Hill', 37.8000729, -122.4170942, 'Patagonia', 37.80583311989924, -122.4199228331339, 'Clothing Store'), ('Russian Hill', 37.8000729, -122.4170942, 'Buena Vista Cafe', 37.8065278, -122.4207822, 'Bar'), ('Russian Hill', 37.8000729, -122.4170942, 'Lord Stanley', 37.79583908920013, -122.42188811302185, 'Modern European Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Venticello', 37.794303393322515, -122.41311910028968, 'Italian Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Cocotte', 37.794805500126586, -122.41819373824337, 'French Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, "Boboquivari's", 37.80119700535322, -122.42563827029643, 'Steakhouse'), ('Russian Hill', 37.8000729, -122.4170942, 'Broadway Jones Overlook', 37.796897, -122.414488, 'Scenic Lookout'), ('Russian Hill', 37.8000729, -122.4170942, 'Le Beau Market', 37.792934321625644, -122.41620548846682, 'Grocery Store'), ('Russian Hill', 37.8000729, -122.4170942, 'Little Vine', 37.80119675159074, -122.40772717924843, 'Gourmet Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'The Coffee Movement', 37.79468690077009, -122.41029876599761, 'Coffee Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'Molinari Delicatessen', 37.798388, -122.40788, 'Deli / Bodega'), ('Russian Hill', 37.8000729, -122.4170942, 'Split', 37.79793225916122, -122.42218419732404, 'American Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, "Freddie's Sandwiches", 37.80522, -122.41031, 'Sandwich Place'), ('Russian Hill', 37.8000729, -122.4170942, 'Fueling Station', 37.799237960269934, -122.42238775247218, 'Café'), ('Russian Hill', 37.8000729, -122.4170942, 'La Trappe', 37.80199983592143, -122.41290864838666, 'Gastropub'), ('Russian Hill', 37.8000729, -122.4170942, "Norman's Ice Cream & Freezes", 37.80729013958265, -122.41984284865836, 'Ice Cream Shop'), ('Russian Hill', 37.8000729, -122.4170942, 'High Trails Cyclery', 37.793738041910814, -122.42137553751218, 'Bike Shop'), ('Russian Hill', 37.8000729, -122.4170942, "Capo's", 37.79864419203599, -122.40836235276521, 'Pizza Place'), ('Russian Hill', 37.8000729, -122.4170942, 'Wattle Creek Tasting Room', 37.8059035790648, -122.42279877785768, 'Winery'), ('Russian Hill', 37.8000729, -122.4170942, 'Cartoon Art Museum', 37.806251, -122.42169799999999, 'Art Museum'), ('Russian Hill', 37.8000729, -122.4170942, 'Helen Wills Playground', 37.79598511606862, -122.42042345313213, 'Playground'), ('Russian Hill', 37.8000729, -122.4170942, 'Public Barber Salon', 37.80110736384049, -122.40769634633136, 'Salon / Barbershop'), ('Russian Hill', 37.8000729, -122.4170942, 'Chubby Noodle', 37.799624, -122.408526, 'Noodle House'), ('Russian Hill', 37.8000729, -122.4170942, 'Picnic', 37.79341525922482, -122.4212535775488, 'Boutique'), ('Russian Hill', 37.8000729, -122.4170942, 'Keiko à Nob Hill', 37.793250556869715, -122.41421405672644, 'French Restaurant'), ('Russian Hill', 37.8000729, -122.4170942, 'Teaspoon', 37.79637552664619, -122.42197462928075, 'Bubble Tea Shop'), ('Russian Hill', 37.8000729, -122.4170942, "Original Joe's", 37.800345242220565, -122.40931025175796, 'Restaurant')], [('Saint Francis Wood', 37.7346534, -122.4680272, 'Ballast Coffee', 37.73755219211939, -122.46945399580734, 'Coffee Shop'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Two Cats Comic Book Store', 37.737769254989594, -122.46959304362905, 'Comic Shop'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Thriveability', 37.73787479269694, -122.46925394926183, 'Yoga Studio'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'St. Francis Wood Park', 37.736885804766494, -122.46504304333878, 'Park'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Dinosaurs 2', 37.731586, -122.472535, 'Vietnamese Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Roti Indian Bistro', 37.74027348582191, -122.4663416193992, 'Indian Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Lucho’s', 37.731835, -122.47419199999999, 'Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Submarine Center', 37.74082687756648, -122.46546663919555, 'Sandwich Place'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Noe Valley Bakery', 37.74056451440146, -122.46628414888933, 'Bakery'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Trattoria Da Vittorio', 37.739295412112625, -122.46759110305597, 'Italian Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Zen Beauty Spa', 37.73866744337411, -122.46810111976438, 'Nail Salon'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Pure Barre West Portal', 37.7393043, -122.4679239, 'Gym / Fitness Center'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Orexi', 37.73847730013533, -122.4683324672464, 'Greek Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Sigmund Stern Grove', 37.7358879560395, -122.47670132319354, 'Park'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Charlie Sava Pool', 37.73764751153004, -122.47560521000348, 'Pool'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Mozzarella di Bufala', 37.7399885325088, -122.46653686048079, 'Brazilian Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'St. Francis Wood Fountain', 37.732023469615676, -122.46408398191271, 'Fountain'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Vin Debut', 37.74076964714903, -122.46580562928152, 'Wine Bar'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Fuji', 37.73795125422459, -122.4690253040103, 'Sushi Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Shabu House', 37.73186168350412, -122.47330900473762, 'Japanese Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Comix Experience Outpost', 37.72997944009738, -122.46941164382011, 'Comic Shop'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Ambassador Toys', 37.739041905491995, -122.46819578551356, 'Toy / Game Store'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Bursa', 37.74026659049715, -122.46665033388484, 'Mediterranean Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Bookshop West Portal', 37.74005509155272, -122.46680176469428, 'Bookstore'), ('Saint Francis Wood', 37.7346534, -122.4680272, "Philosopher's Club", 37.740894965026094, -122.46553217465589, 'Bar'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Stonestown YMCA', 37.730936304260915, -122.47657453461501, 'Gym'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'El Toreador', 37.740331993774404, -122.46655701002925, 'Mexican Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Easy Breezy Frozen Yogurt', 37.74038357724542, -122.46648447419376, 'Frozen Yogurt Shop'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Toast Eatery', 37.73920342997497, -122.4677770098945, 'Diner'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'San Francisco Wine Trading Company', 37.74343076355288, -122.46906606497764, 'Wine Shop'), ('Saint Francis Wood', 37.7346534, -122.4680272, "Portal's Tavern", 37.739030593462495, -122.46774711575183, 'Pub'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Pet Food Express', 37.73017119738308, -122.4757099302423, 'Pet Store'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Que Syrah', 37.73859938571756, -122.46852822019164, 'Wine Bar'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Chaiya', 37.74104216116533, -122.4649591037211, 'Thai Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, "Peet's Coffee & Tea", 37.740337, -122.466617, 'Coffee Shop'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Cool Tea Bar', 37.732277482312625, -122.47441044515813, 'Bubble Tea Shop'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Off the Grid: Golden Gate Fields', 37.72944117980424, -122.47488826693592, 'Food Truck'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Spiazzo Ristorante', 37.74049906835031, -122.46611414213069, 'Italian Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Ambrosia Bakery', 37.73168360422749, -122.4734619126952, 'Bakery'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Wells Fargo', 37.73924744560222, -122.46716648340225, 'Bank'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'The Dubliner', 37.737683802880035, -122.46956056412179, 'Pub'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Bullshead Restaurant', 37.74093792700493, -122.4655470370782, 'Burger Joint'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Goat Hill Pizza', 37.7392332868256, -122.46786805511938, 'Pizza Place'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Bank of the West', 37.731908, -122.473183, 'Bank'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Aptos Park', 37.72835425301778, -122.46637532605291, 'Playground'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Junipero Serra Playground', 37.72598244226938, -122.4684616229121, 'Playground'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'City Sports', 37.729771521887216, -122.47637167665974, 'Gym'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'CinéArts', 37.73980085007908, -122.46652024780948, 'Movie Theater'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Starbucks', 37.73966759184441, -122.46727108843436, 'Coffee Shop'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Rhoda Goldman Concert Meadow', 37.736082018396694, -122.47834852384875, 'Music Venue'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'WW (Weight Watchers)', 37.73000720808547, -122.4771443057601, 'Weight Loss Center'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Lemonade', 37.74072965902213, -122.46621663893126, 'Café'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'The UPS Store', 37.73866304632274, -122.46869818191044, 'Shipping Store'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Round Table Pizza', 37.73832321166992, -122.46821594238281, 'Pizza Place'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Calibur', 37.74013314497988, -122.46674229837723, 'Burger Joint'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Walgreens', 37.73893454609358, -122.46843526731021, 'Pharmacy'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'The Music Store', 37.74018002578477, -122.4666937197515, 'Music Store'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Voiz Karaoke', 37.74323505498939, -122.47107766653484, 'Karaoke Bar'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Xiao Loong', 37.738419703344725, -122.46872651738926, 'Chinese Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Eezy Freezy', 37.74068190649239, -122.46600051957971, 'Grocery Store'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Squat & Gobble', 37.74082115662218, -122.46568941619537, 'Breakfast Spot'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Larsen Park', 37.740177543351436, -122.47604727745056, 'Park'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Burrito Loco', 37.74091038606657, -122.46562352714389, 'Mexican Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, "McCarthy's Irish Bar", 37.74040241728515, -122.4665463457005, 'Pub'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'West Portal Playground', 37.74169982303761, -122.46511846883847, 'Playground'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Goodwill Boutique', 37.73999634524843, -122.46631406820711, 'Thrift / Vintage Store'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Stern Grove Trocadero Clubhouse', 37.73599846331901, -122.47810204834451, 'Art Gallery'), ('Saint Francis Wood', 37.7346534, -122.4680272, '7-Eleven', 37.7265082, -122.4646315, 'Convenience Store'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Supercuts', 37.74001697336455, -122.46625447637979, 'Salon / Barbershop'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'L’Amour Saigon', 37.737578, -122.469278, 'Vietnamese Restaurant'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'The Dailey Method - SF Ingleside Terraces', 37.729399244035946, -122.46854468065843, 'Gym'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Paloma Ave', 37.72889521828218, -122.46847045830029, 'Park'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'Ocean and Aptos Muni Stop', 37.72824023140102, -122.46766086295807, 'Light Rail Station'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'MUNI Bus Stop - Ocean & Westgate', 37.72709866487244, -122.46654150418917, 'Light Rail Station'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'The View at Monterey', 37.72824037441679, -122.46203615126224, 'Scenic Lookout'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'globe alley', 37.735167, -122.457621, 'Trail'), ('Saint Francis Wood', 37.7346534, -122.4680272, 'KFC / Taco Bell', 37.72654454240332, -122.46504588897227, 'Fried Chicken Joint')], [('Sea Cliff', 34.3444414, -119.4181732, 'Seacliff Beach', 34.344924979203725, -119.4204915339994, 'Beach'), ('Sea Cliff', 34.3444414, -119.4181732, 'Dead End Ventura Beach', 34.34404401285447, -119.4193238955256, 'Beach'), ('Sea Cliff', 34.3444414, -119.4181732, 'Strawberry Patch', 34.341664116647195, -119.41450587080384, 'Farm'), ('Sea Cliff', 34.3444414, -119.4181732, 'Spot #118 Rincon Parkway', 34.340466, -119.413837, 'Campground'), ('Sea Cliff', 34.3444414, -119.4181732, 'purgatory', 34.34022224336807, -119.41036791066851, 'Mountain'), ('Sea Cliff', 34.3444414, -119.4181732, 'Hobson Park', 34.33795742649521, -119.41147079677788, 'Campground')], [], [('Silver Terrace', 37.7338538, -122.4000282, 'Three Babes Bakeshop', 37.72973004203792, -122.40015953779219, 'Dessert Shop'), ('Silver Terrace', 37.7338538, -122.4000282, 'Four Barrel Coffee', 37.72896712568022, -122.40384006405183, 'Coffee Shop'), ('Silver Terrace', 37.7338538, -122.4000282, 'High Tail Hotel', 37.73879315630044, -122.40284413781906, 'Pet Service'), ('Silver Terrace', 37.7338538, -122.4000282, "J Georgie's Donut & Hamburgers", 37.730840737280154, -122.40500640025854, 'Donut Shop'), ('Silver Terrace', 37.7338538, -122.4000282, 'Ferment.Drink.Repeat', 37.728342472610265, -122.40393666484064, 'Brewery'), ('Silver Terrace', 37.7338538, -122.4000282, 'Bloomstock', 37.728469, -122.393997, 'Coffee Shop'), ('Silver Terrace', 37.7338538, -122.4000282, 'Tops Cafe BBQ House', 37.73092081125083, -122.4050393171699, 'Chinese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Curio Parlor', 37.72815605189023, -122.39472312633242, 'Piercing Parlor'), ('Silver Terrace', 37.7338538, -122.4000282, 'Fancy Wheat Field Bakery', 37.72797175839158, -122.40376843388076, 'Bakery'), ('Silver Terrace', 37.7338538, -122.4000282, 'Radio Africa & Kitchen', 37.734825771576745, -122.39076385408828, 'African Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'TATO', 37.736315000000005, -122.390498, 'Mexican Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Flowercraft Garden Center', 37.73912715345579, -122.40725826232111, 'Garden Center'), ('Silver Terrace', 37.7338538, -122.4000282, 'Silver Terrace Soccer Field', 37.73341588275268, -122.40346314356525, 'Soccer Field'), ('Silver Terrace', 37.7338538, -122.4000282, 'Alemany Farmers Market', 37.73603708685573, -122.4102258682251, 'Farmers Market'), ('Silver Terrace', 37.7338538, -122.4000282, 'Zaccho Dance Theatre', 37.728223, -122.394916, 'Dance Studio'), ('Silver Terrace', 37.7338538, -122.4000282, "Estrellita's Pupusas", 37.73556349028451, -122.4102931068772, 'Salvadoran Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Scrap', 37.741133872986424, -122.39984582459952, 'Arts & Crafts Store'), ('Silver Terrace', 37.7338538, -122.4000282, 'Fat Beli Deli', 37.728886711331704, -122.40420709730996, 'Sandwich Place'), ('Silver Terrace', 37.7338538, -122.4000282, 'Sundance Saloon', 37.73985857901795, -122.40453647709484, 'Nightclub'), ('Silver Terrace', 37.7338538, -122.4000282, 'Banh Mi House', 37.727595, -122.40333600000001, 'Vietnamese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, "Breakfast at Tiffany's", 37.730425139235564, -122.40467098065618, 'Diner'), ('Silver Terrace', 37.7338538, -122.4000282, 'El Huarache Loco', 37.73596600561219, -122.40967686409942, 'Mexican Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Las Isletas', 37.73707171666667, -122.390221, 'Latin American Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Christmas Tree Jamboree', 37.73857431870344, -122.40743416852439, 'Outdoor Supply Store'), ('Silver Terrace', 37.7338538, -122.4000282, 'Bayview Opera House Ruth Williams Memorial Theatre', 37.73512213017543, -122.39009945866839, 'Theater'), ('Silver Terrace', 37.7338538, -122.4000282, 'Old Skool Cafe', 37.734287466157845, -122.39046194443416, 'Southern / Soul Food Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'OMG Tea', 37.72542977803426, -122.40262501028572, 'Bubble Tea Shop'), ('Silver Terrace', 37.7338538, -122.4000282, 'Krispy Krunchy Chicken', 37.7367439, -122.3896784, 'Fried Chicken Joint'), ('Silver Terrace', 37.7338538, -122.4000282, 'Grocery Outlet', 37.7311917, -122.408906, 'Grocery Store'), ('Silver Terrace', 37.7338538, -122.4000282, 'Bayview Hunters Point YMCA', 37.73185052412636, -122.38973317707642, 'Gym'), ('Silver Terrace', 37.7338538, -122.4000282, 'JJ Fish & Chicken', 37.7322674, -122.3918895, 'Southern / Soul Food Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Hawaiian Drive Inn', 37.72875390604725, -122.40415197198037, 'BBQ Joint'), ('Silver Terrace', 37.7338538, -122.4000282, 'New Imperial Garden Seafood Restaurant 新德群海鮮酒家', 37.72845650855718, -122.40418303600879, 'Dim Sum Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Fox and Lion Bakery', 37.729538, -122.392322, 'Bakery'), ('Silver Terrace', 37.7338538, -122.4000282, 'Pizza Joint', 37.732064101399715, -122.40550572152783, 'Pizza Place'), ('Silver Terrace', 37.7338538, -122.4000282, 'Portola Branch Library', 37.72697069654181, -122.4062552536103, 'Library'), ('Silver Terrace', 37.7338538, -122.4000282, 'Bank of the West', 37.7280615, -122.403461, 'Bank'), ('Silver Terrace', 37.7338538, -122.4000282, 'La Loma Produce No 7', 37.727887, -122.403424, 'Grocery Store'), ('Silver Terrace', 37.7338538, -122.4000282, 'SUBWAY', 37.72902263581295, -122.40395699999999, 'Sandwich Place'), ('Silver Terrace', 37.7338538, -122.4000282, 'Walgreens', 37.7290138, -122.3930688, 'Pharmacy'), ('Silver Terrace', 37.7338538, -122.4000282, 'Alemany Flea Market', 37.73572233363287, -122.41032188893553, 'Flea Market'), ('Silver Terrace', 37.7338538, -122.4000282, 'Frisco Fried', 37.73106424697719, -122.39208914289362, 'Southern / Soul Food Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Red House Bakery & Cafe', 37.72610370184906, -122.40301861370986, 'Bakery'), ('Silver Terrace', 37.7338538, -122.4000282, 'Enterprise Rent-A-Car', 37.737529, -122.404545, 'Rental Car Location'), ('Silver Terrace', 37.7338538, -122.4000282, 'Cinco de Mayo Taqueria', 37.73175234838853, -122.40550032487944, 'Burrito Place'), ('Silver Terrace', 37.7338538, -122.4000282, 'Tea Plus', 37.729718, -122.40428600000001, 'Bubble Tea Shop'), ('Silver Terrace', 37.7338538, -122.4000282, '5 Degree Tea House', 37.72983505687365, -122.40454670428505, 'Tea Room'), ('Silver Terrace', 37.7338538, -122.4000282, 'Phở #1', 37.72927919441754, -122.40431149850518, 'Vietnamese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, "Auntie April's Chicken & Waffles", 37.73611508884312, -122.39046651543963, 'Southern / Soul Food Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Floorcraft', 37.74005, -122.40735, 'Miscellaneous Shop'), ('Silver Terrace', 37.7338538, -122.4000282, 'Space 550', 37.73992943990725, -122.40462597971833, 'Nightclub'), ('Silver Terrace', 37.7338538, -122.4000282, 'Wing Hing Restaurant', 37.72939827880016, -122.40439923935496, 'Chinese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Shell', 37.73253607201694, -122.40602203036076, 'Gas Station'), ('Silver Terrace', 37.7338538, -122.4000282, 'El Azteca Taqueria', 37.729420353719235, -122.39283072834816, 'Mexican Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Hoy Sun Restaurant', 37.72973813431666, -122.40456082351422, 'Chinese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'RoadHouse Coffee Co', 37.73091671343964, -122.39200525308166, 'Café'), ('Silver Terrace', 37.7338538, -122.4000282, "Chef Li's Cafe", 37.727191, -122.403772, 'Cantonese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Saigon BBQ', 37.72855813495994, -122.40390255915754, 'Vietnamese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Golden Saigon', 37.731765245613765, -122.40554981035214, 'Vietnamese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Round Table Pizza', 37.727996299617864, -122.40385461377356, 'Pizza Place'), ('Silver Terrace', 37.7338538, -122.4000282, 'Foods Co', 37.7300395, -122.3989814, 'Grocery Store'), ('Silver Terrace', 37.7338538, -122.4000282, 'San Bruno Supermarket', 37.73045010891053, -122.40507788761055, 'Grocery Store'), ('Silver Terrace', 37.7338538, -122.4000282, 'J & Y Cafe', 37.729509407441896, -122.40453799944623, 'Chinese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Walgreens', 37.73012402019716, -122.40496404469013, 'Pharmacy'), ('Silver Terrace', 37.7338538, -122.4000282, 'Palega Park', 37.72912221029332, -122.40965815894131, 'Recreation Center'), ('Silver Terrace', 37.7338538, -122.4000282, 'California Pioneer Monument & Statue of Minerva', 37.729843, -122.40588600000001, 'Outdoor Sculpture'), ('Silver Terrace', 37.7338538, -122.4000282, "Lowe's", 37.7402572, -122.4061584, 'Hardware Store'), ('Silver Terrace', 37.7338538, -122.4000282, 'Sunshine Wheat Field dimsum', 37.727878999999994, -122.404016, 'Dim Sum Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Loomis Field', 37.73908085839194, -122.40553929575513, 'Soccer Field'), ('Silver Terrace', 37.7338538, -122.4000282, 'Giant Scoop Cafe', 37.727407, -122.40378, 'Chinese Restaurant'), ('Silver Terrace', 37.7338538, -122.4000282, 'Joy Gallery', 37.733646, -122.39066100000001, 'Thrift / Vintage Store'), ('Silver Terrace', 37.7338538, -122.4000282, 'Twin Girls Farms', 37.73691940307617, -122.40899658203125, 'Farmers Market'), ('Silver Terrace', 37.7338538, -122.4000282, "Caldwell's Door Outlet", 37.741477, -122.397671, 'Furniture / Home Store'), ('Silver Terrace', 37.7338538, -122.4000282, 'Joseph Lee Recreation Center', 37.734823999999996, -122.389642, 'Park'), ('Silver Terrace', 37.7338538, -122.4000282, "Lido's Nailshop", 37.725731, -122.40259499999999, 'Spa'), ('Silver Terrace', 37.7338538, -122.4000282, 'Bradford Street Stairway', 37.737886745629474, -122.40968942642212, 'Trail'), ('Silver Terrace', 37.7338538, -122.4000282, 'Palou And Lane 23  44 Bus Stop', 37.732858209829054, -122.38890342116272, 'Bus Station'), ('Silver Terrace', 37.7338538, -122.4000282, 'GreenLeaf', 37.74240493774414, -122.39690399169922, 'Farmers Market'), ('Silver Terrace', 37.7338538, -122.4000282, "Pizza Zone 'N' Grill", 37.737919, -122.389923, 'Pizza Place'), ('Silver Terrace', 37.7338538, -122.4000282, 'MUNI Metro Stop - 3rd & Kirkwood/La Salle', 37.73762433931187, -122.38971745143441, 'Light Rail Station'), ('Silver Terrace', 37.7338538, -122.4000282, 'Super Save', 37.73661264489437, -122.38979410031212, 'Market')], [('South Beach', 37.7798139, -122.3911499, 'Oracle Park', 37.778343845302636, -122.39022624518837, 'Baseball Stadium'), ('South Beach', 37.7798139, -122.3911499, 'Arc Light', 37.779884498140326, -122.39267673110763, 'Residential Building (Apartment / Condo)'), ('South Beach', 37.7798139, -122.3911499, 'Club Level', 37.77852002233387, -122.3898106967465, 'Baseball Stadium'), ('South Beach', 37.7798139, -122.3911499, 'Golden Goat Coffee', 37.780415, -122.394394, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'Saison', 37.77938780708879, -122.39200771519837, 'New American Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Cafe Okawari', 37.778169, -122.393798, 'Café'), ('South Beach', 37.7798139, -122.3911499, "Barry's Bootcamp", 37.777783, -122.392703, 'Gym / Fitness Center'), ('South Beach', 37.7798139, -122.3911499, 'South Park', 37.78164992591033, -122.39389926195145, 'Park'), ('South Beach', 37.7798139, -122.3911499, 'Blue Bottle Coffee', 37.78249688302822, -122.39298243819015, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'Gotham Club', 37.77794659380914, -122.38886248289587, 'Lounge'), ('South Beach', 37.7798139, -122.3911499, 'Petit Marlowe', 37.77810134993405, -122.39372700947547, 'Wine Bar'), ('South Beach', 37.7798139, -122.3911499, 'Cento', 37.77814, -122.3939, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'Super Duper', 37.779233, -122.388768, 'Burger Joint'), ('South Beach', 37.7798139, -122.3911499, 'Cafe Lambretta', 37.780484827302764, -122.39043773417386, 'Café'), ('South Beach', 37.7798139, -122.3911499, 'JAX Vineyards', 37.7814099590571, -122.39272364864011, 'Vineyard'), ('South Beach', 37.7798139, -122.3911499, 'District', 37.7785143849399, -122.39323681145245, 'Wine Bar'), ('South Beach', 37.7798139, -122.3911499, 'ROOH', 37.78130761598392, -122.3926918659228, 'Indian Restaurant'), ('South Beach', 37.7798139, -122.3911499, '21st Amendment Brewery & Restaurant', 37.78234640506517, -122.39258776252451, 'Brewery'), ('South Beach', 37.7798139, -122.3911499, 'United Barbell - CrossFit', 37.777718055071574, -122.39533105530337, 'Gym'), ('South Beach', 37.7798139, -122.3911499, 'Willie Mays Gate', 37.77817280161747, -122.39113721753262, 'Monument / Landmark'), ('South Beach', 37.7798139, -122.3911499, 'Cento', 37.77872406349572, -122.39377415680684, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'Off the Grid: South Park', 37.781119019055886, -122.39307569694438, 'Street Food Gathering'), ('South Beach', 37.7798139, -122.3911499, 'Orangetheory Fitness', 37.77767689707516, -122.39223830894188, 'Gym'), ('South Beach', 37.7798139, -122.3911499, 'Little Skillet', 37.77889181818914, -122.39407145476254, 'Southern / Soul Food Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Darwin Cafe', 37.78066918586424, -122.39611478734527, 'Café'), ('South Beach', 37.7798139, -122.3911499, 'Via Rooftop Patio', 37.77924969572573, -122.39085780739329, 'Bar'), ('South Beach', 37.7798139, -122.3911499, 'Garaje', 37.78174497823888, -122.396150865862, 'Mexican Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Tan Bella', 37.77700671319149, -122.39317785079287, 'Tanning Salon'), ('South Beach', 37.7798139, -122.3911499, 'HRD', 37.78104280505049, -122.39555929325681, 'Korean Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Victory Hall & Parlor', 37.77889617601748, -122.39408481124566, 'Cocktail Bar'), ('South Beach', 37.7798139, -122.3911499, 'Pawtrero Bathhouse & Feed Co.', 37.78385, -122.3893422, 'Pet Store'), ('South Beach', 37.7798139, -122.3911499, "Alexander's Steakhouse", 37.7793, -122.39568, 'Steakhouse'), ('South Beach', 37.7798139, -122.3911499, 'Troya', 37.779102, -122.393648, 'Mediterranean Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'South Park Cafe', 37.781550069091665, -122.39417530662409, 'French Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Philz Coffee', 37.775563171939496, -122.39342495851827, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'Twenty Five Lusk', 37.77835953523223, -122.39432598705707, 'New American Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'The American Grilled Cheese Kitchen', 37.782311405618195, -122.39280528231545, 'Sandwich Place'), ('South Beach', 37.7798139, -122.3911499, 'Marlowe', 37.778288844375226, -122.39668464082726, 'New American Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Epic Hybrid Training', 37.77995154746405, -122.39423838139274, 'Gym / Fitness Center'), ('South Beach', 37.7798139, -122.3911499, 'Bamboo Reef Scuba Diving Centers', 37.7784711061957, -122.39679538091133, 'Dive Shop'), ('South Beach', 37.7798139, -122.3911499, 'Crossroads Café', 37.782959, -122.389008, 'Café'), ('South Beach', 37.7798139, -122.3911499, 'Alchemist Bar & Lounge', 37.77899764754291, -122.3929789787545, 'Bar'), ('South Beach', 37.7798139, -122.3911499, 'HWA RANG KWAN Martial Arts Center', 37.77944541354323, -122.3973002667558, 'Martial Arts School'), ('South Beach', 37.7798139, -122.3911499, 'Giants Dugout Store', 37.7776339022743, -122.39094604243292, 'Sporting Goods Shop'), ('South Beach', 37.7798139, -122.3911499, 'Hotel VIA', 37.77921281664262, -122.39065771096335, 'Hotel'), ('South Beach', 37.7798139, -122.3911499, 'Gus’s Community Market', 37.774281, -122.391432, 'Organic Grocery'), ('South Beach', 37.7798139, -122.3911499, 'Brickhouse Cafe', 37.77961400250106, -122.39517967879834, 'Burger Joint'), ('South Beach', 37.7798139, -122.3911499, 'Kama O Deli', 37.780268240678275, -122.39455837966295, 'Japanese Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Picnic on Third', 37.7814950048557, -122.39592611291373, 'Bistro'), ('South Beach', 37.7798139, -122.3911499, 'Cockscomb', 37.778578, -122.397395, 'New American Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Willie Mays Statue', 37.77795361363412, -122.3914447276049, 'Outdoor Sculpture'), ('South Beach', 37.7798139, -122.3911499, 'South Beach Harbor Park', 37.7804754990196, -122.38808155059814, 'Park'), ('South Beach', 37.7798139, -122.3911499, 'H.D. Buttercup', 37.77748965637303, -122.39458152227482, 'Furniture / Home Store'), ('South Beach', 37.7798139, -122.3911499, 'SAJJ Mediterranean', 37.78139388822888, -122.39163160370434, 'Mediterranean Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Steep Creamery', 37.7824970392097, -122.39117883933675, 'Ice Cream Shop'), ('South Beach', 37.7798139, -122.3911499, 'Bleachers', 37.77872614027218, -122.38840201750979, 'Baseball Stadium'), ('South Beach', 37.7798139, -122.3911499, 'The Clocktower Building', 37.78377397892649, -122.39344630652968, 'Residential Building (Apartment / Condo)'), ('South Beach', 37.7798139, -122.3911499, 'Hakashi', 37.78156802145504, -122.3962355941933, 'Sushi Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Body Mechanix Gym', 37.783543990383954, -122.3899362153334, 'Gym'), ('South Beach', 37.7798139, -122.3911499, 'Casey’s Pizza', 37.77378310908145, -122.3914946875647, 'Pizza Place'), ('South Beach', 37.7798139, -122.3911499, 'Tadu Ethiopian Kitchen', 37.77394977617469, -122.39154316347648, 'Ethiopian Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Oracle Suite', 37.778606607688815, -122.38942897809369, 'Baseball Stadium'), ('South Beach', 37.7798139, -122.3911499, 'Bay Club SF Tennis', 37.77657116788515, -122.39794804801016, 'Tennis Court'), ('South Beach', 37.7798139, -122.3911499, 'Local Brewing Co.', 37.77654983503303, -122.39717070020274, 'Brewery'), ('South Beach', 37.7798139, -122.3911499, 'Coin-Op Game Room', 37.77927429404577, -122.39803206320987, 'Bar'), ('South Beach', 37.7798139, -122.3911499, 'South Beach Cafe', 37.781628, -122.38861, 'Pizza Place'), ('South Beach', 37.7798139, -122.3911499, 'The Yard at Mission Rock', 37.776041062240886, -122.38969749519595, 'Pop-Up Shop'), ('South Beach', 37.7798139, -122.3911499, 'Amaluna', 37.773932, -122.388998, 'Performing Arts Venue'), ('South Beach', 37.7798139, -122.3911499, 'Triples Alley', 37.77787605079178, -122.38876193628998, 'Athletics & Sports'), ('South Beach', 37.7798139, -122.3911499, 'Marina Gate', 37.7783987010225, -122.38793165252615, 'Baseball Stadium'), ('South Beach', 37.7798139, -122.3911499, 'Black Hammer Brewing', 37.780548938513355, -122.39689618086895, 'Brewery'), ('South Beach', 37.7798139, -122.3911499, 'La Capra Coffee', 37.78292, -122.398241, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'Bluxome Street Winery', 37.776612713538846, -122.39682451452411, 'Winery'), ('South Beach', 37.7798139, -122.3911499, 'Vim & Vigor', 37.77697179497792, -122.39319531487268, 'Salon / Barbershop'), ('South Beach', 37.7798139, -122.3911499, 'GitHub Suite 49', 37.778664223147146, -122.38933835591227, 'Baseball Stadium'), ('South Beach', 37.7798139, -122.3911499, 'K&L Wine Merchants', 37.77967752924669, -122.40080731815215, 'Wine Shop'), ('South Beach', 37.7798139, -122.3911499, 'Réveille Coffee Co.', 37.773309270492895, -122.39150810220673, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'dragoneats', 37.78646245051328, -122.39550510091534, 'Vietnamese Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Cocoon Urban Day Spa', 37.78692857408835, -122.39409710280107, 'Spa'), ('South Beach', 37.7798139, -122.3911499, 'Pazzia Caffe & Trattoria', 37.78326936780271, -122.39831963071339, 'Pizza Place'), ('South Beach', 37.7798139, -122.3911499, 'Suchada Thai Massage', 37.78706742169882, -122.38853605006146, 'Spa'), ('South Beach', 37.7798139, -122.3911499, 'The Point', 37.77783067257143, -122.39705100858961, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'Mission Bay Kids Park', 37.772068367221706, -122.39254848742782, 'Playground'), ('South Beach', 37.7798139, -122.3911499, 'CorePower Yoga', 37.7724151, -122.3915394, 'Yoga Studio'), ('South Beach', 37.7798139, -122.3911499, 'Mizu Spa', 37.773582, -122.392009, 'Spa'), ('South Beach', 37.7798139, -122.3911499, '2nd Street Gate', 37.779850359506746, -122.38932764976575, 'Baseball Stadium'), ('South Beach', 37.7798139, -122.3911499, 'Caffe Centro', 37.781637940865906, -122.39407688320013, 'Café'), ('South Beach', 37.7798139, -122.3911499, 'SF Iron', 37.786632764065835, -122.3953308526664, 'Gym'), ('South Beach', 37.7798139, -122.3911499, "MoMo's", 37.77984021313858, -122.38989944600591, 'American Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Delancey Street Restaurant', 37.7845679368031, -122.38845686331636, 'American Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Whole Foods Market', 37.78122385808375, -122.40008049933348, 'Grocery Store'), ('South Beach', 37.7798139, -122.3911499, 'Sea Change Sculpture', 37.78106286311497, -122.38835378468288, 'Outdoor Sculpture'), ('South Beach', 37.7798139, -122.3911499, 'Death By Taco', 37.77582038886468, -122.39358418270868, 'Mexican Restaurant'), ('South Beach', 37.7798139, -122.3911499, 'Stagecoach Greens', 37.770866669805045, -122.39026079929145, 'Mini Golf'), ('South Beach', 37.7798139, -122.3911499, 'SF Flower Mart', 37.77543468603542, -122.40091302521668, 'Flower Shop'), ('South Beach', 37.7798139, -122.3911499, 'Socola Chocolatier + Barista', 37.78675105462106, -122.39518188246213, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'Zero Zero', 37.781633232081795, -122.40174301548008, 'Pizza Place'), ('South Beach', 37.7798139, -122.3911499, 'Brannan Street Wharf', 37.78439626788962, -122.38780250919531, 'Scenic Lookout'), ('South Beach', 37.7798139, -122.3911499, 'Spro Coffeelab', 37.770834669167435, -122.39139973258138, 'Coffee Shop'), ('South Beach', 37.7798139, -122.3911499, 'SFFSoccer Mission Bay Field', 37.770886293928626, -122.39219662369176, 'Soccer Field')], [('South End', 44.6318333, -63.5800267, 'Uncommon Grounds', 44.63545331104972, -63.57656058303846, 'Coffee Shop'), ('South End', 44.6318333, -63.5800267, 'The Gorsebrook Lounge', 44.63212521222153, -63.579913955881295, 'College Cafeteria'), ('South End', 44.6318333, -63.5800267, "Darrell's", 44.637848, -63.573724, 'Burger Joint'), ('South End', 44.6318333, -63.5800267, 'Boneheads BBQ', 44.63634774051017, -63.56957770238176, 'BBQ Joint'), ('South End', 44.6318333, -63.5800267, 'Le Bistro By Liz', 44.640524, -63.578894, 'French Restaurant'), ('South End', 44.6318333, -63.5800267, 'Victoria Park', 44.64037943227879, -63.57847169236294, 'Park'), ('South End', 44.6318333, -63.5800267, 'Dalplex', 44.63436817936864, -63.5919764405597, 'Gym / Fitness Center'), ('South End', 44.6318333, -63.5800267, "Resolute's Club", 44.63561595613295, -63.572073329509124, 'Bar'), ('South End', 44.6318333, -63.5800267, 'Shoppers Drug Mart', 44.637848, -63.57419, 'Pharmacy'), ('South End', 44.6318333, -63.5800267, 'Tim Hortons', 44.6307872, -63.5805715, 'Coffee Shop'), ('South End', 44.6318333, -63.5800267, 'Dalhousie Arts Centre', 44.637566095088935, -63.58859404937675, 'Theater'), ('South End', 44.6318333, -63.5800267, 'Second Cup', 44.63760675175407, -63.58733414699017, 'Coffee Shop'), ('South End', 44.6318333, -63.5800267, 'Subway', 44.63792906409921, -63.57358733182693, 'Sandwich Place'), ('South End', 44.6318333, -63.5800267, 'Sobeys Queen Street', 44.637269, -63.573997, 'Grocery Store'), ('South End', 44.6318333, -63.5800267, 'Tim Hortons', 44.6383580417064, -63.58816958273065, 'Coffee Shop'), ('South End', 44.6318333, -63.5800267, 'Dalhousie Grad House', 44.636578562432135, -63.58979581271383, 'Pub'), ('South End', 44.6318333, -63.5800267, 'Just Us! Coffeehouse', 44.63206088274485, -63.581024342832, 'Café'), ('South End', 44.6318333, -63.5800267, 'Tim Hortons', 44.63776149647863, -63.584033846855164, 'Coffee Shop'), ('South End', 44.6318333, -63.5800267, 'Point Pleasant Grocery', 44.626253579318714, -63.574528516938805, 'Convenience Store'), ('South End', 44.6318333, -63.5800267, 'The Love Shack', 44.636611486121524, -63.5727633193556, 'Wine Bar'), ('South End', 44.6318333, -63.5800267, 'Ca Hoa Grocery', 44.63697525497336, -63.57297017015281, 'Asian Restaurant'), ('South End', 44.6318333, -63.5800267, 'Salvation Army Thrift Store', 44.63716372260284, -63.57185165272563, 'Thrift / Vintage Store'), ('South End', 44.6318333, -63.5800267, "Pete's To GoGo", 44.637058115387774, -63.58894286717778, 'Soup Place')], [('South of Market', 37.7808925, -122.4009518, 'K&L Wine Merchants', 37.77967752924669, -122.40080731815215, 'Wine Shop'), ('South of Market', 37.7808925, -122.4009518, 'Mathilde French Bistro', 37.7800982, -122.402901, 'French Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Wood Thumb', 37.77955725105214, -122.40254729236602, 'Accessories Store'), ('South of Market', 37.7808925, -122.4009518, 'Zero Zero', 37.781633232081795, -122.40174301548008, 'Pizza Place'), ('South of Market', 37.7808925, -122.4009518, 'Core40', 37.780561610149135, -122.40319386728515, 'Gym / Fitness Center'), ('South of Market', 37.7808925, -122.4009518, 'Les Gourmands', 37.78036725886238, -122.40366723594356, 'Bakery'), ('South of Market', 37.7808925, -122.4009518, 'Whole Foods Market', 37.78122385808375, -122.40008049933348, 'Grocery Store'), ('South of Market', 37.7808925, -122.4009518, 'Central Computers', 37.782602092322485, -122.40355958271432, 'Electronics Store'), ('South of Market', 37.7808925, -122.4009518, 'La Capra Coffee', 37.78292, -122.398241, 'Coffee Shop'), ('South of Market', 37.7808925, -122.4009518, 'HWA RANG KWAN Martial Arts Center', 37.77944541354323, -122.3973002667558, 'Martial Arts School'), ('South of Market', 37.7808925, -122.4009518, "Children's Creativity Museum", 37.78311862177023, -122.40178594069563, 'Museum'), ('South of Market', 37.7808925, -122.4009518, 'Garaje', 37.78174497823888, -122.396150865862, 'Mexican Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Yerba Buena Gardens', 37.784809, -122.402549, 'Garden'), ('South of Market', 37.7808925, -122.4009518, 'SKYEFiT', 37.780973153733285, -122.40266687235912, 'Gym'), ('South of Market', 37.7808925, -122.4009518, 'Coin-Op Game Room', 37.77927429404577, -122.39803206320987, 'Bar'), ('South of Market', 37.7808925, -122.4009518, 'Darwin Cafe', 37.78066918586424, -122.39611478734527, 'Café'), ('South of Market', 37.7808925, -122.4009518, 'Pazzia Caffe & Trattoria', 37.78326936780271, -122.39831963071339, 'Pizza Place'), ('South of Market', 37.7808925, -122.4009518, 'Samovar Tea Lounge', 37.784252511908036, -122.40217926245396, 'Tea Room'), ('South of Market', 37.7808925, -122.4009518, 'Cockscomb', 37.778578, -122.397395, 'New American Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Box Kitchen', 37.7811581, -122.4062434, 'American Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'LaLanne Fitness CrossFit', 37.780912319369236, -122.40666085025332, 'Gym / Fitness Center'), ('South of Market', 37.7808925, -122.4009518, 'InterContinental San Francisco', 37.781973, -122.4047337, 'Hotel'), ('South of Market', 37.7808925, -122.4009518, 'Yerba Buena Gardens Play Circle', 37.78343710141872, -122.40088409431605, 'Playground'), ('South of Market', 37.7808925, -122.4009518, 'Tín', 37.7808404682961, -122.40577027780122, 'Vietnamese Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Bamboo Reef Scuba Diving Centers', 37.7784711061957, -122.39679538091133, 'Dive Shop'), ('South of Market', 37.7808925, -122.4009518, 'San Francisco Museum of Modern Art', 37.78589423994824, -122.40089653026742, 'Art Museum'), ('South of Market', 37.7808925, -122.4009518, 'Marlowe', 37.778288844375226, -122.39668464082726, 'New American Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'The Green Door', 37.78253905528385, -122.40374150524686, 'Marijuana Dispensary'), ('South of Market', 37.7808925, -122.4009518, 'Super Duper Burgers', 37.7847869, -122.4035214, 'Burger Joint'), ('South of Market', 37.7808925, -122.4009518, 'René Magritte - The Fifth Season', 37.78584795117783, -122.40117268648817, 'Exhibit'), ('South of Market', 37.7808925, -122.4009518, 'The St. Regis San Francisco', 37.7861299, -122.4014681, 'Hotel'), ('South of Market', 37.7808925, -122.4009518, 'Good Vibrations', 37.783165314344444, -122.40616976893459, 'Adult Boutique'), ('South of Market', 37.7808925, -122.4009518, 'HRD', 37.78104280505049, -122.39555929325681, 'Korean Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Fogo To Go', 37.784868, -122.40013, 'Brazilian Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Bay Club SF Tennis', 37.77657116788515, -122.39794804801016, 'Tennis Court'), ('South of Market', 37.7808925, -122.4009518, 'Golden Goat Coffee', 37.780415, -122.394394, 'Coffee Shop'), ('South of Market', 37.7808925, -122.4009518, 'Yerba Buena Center for the Arts', 37.78548419941755, -122.4024508876109, 'Art Museum'), ('South of Market', 37.7808925, -122.4009518, 'Barbary Coast Collective', 37.78186704600669, -122.4076374625646, 'Marijuana Dispensary'), ('South of Market', 37.7808925, -122.4009518, 'SFMOMA Rooftop Sculpture Garden', 37.7863356901678, -122.4004037044823, 'Art Museum'), ('South of Market', 37.7808925, -122.4009518, 'SF Flower Mart', 37.77543468603542, -122.40091302521668, 'Flower Shop'), ('South of Market', 37.7808925, -122.4009518, 'SFMOMA Museum Store', 37.78578835145119, -122.40108385852334, 'Gift Shop'), ('South of Market', 37.7808925, -122.4009518, 'Hakashi', 37.78156802145504, -122.3962355941933, 'Sushi Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Picnic on Third', 37.7814950048557, -122.39592611291373, 'Bistro'), ('South of Market', 37.7808925, -122.4009518, 'United Barbell - CrossFit', 37.777718055071574, -122.39533105530337, 'Gym'), ('South of Market', 37.7808925, -122.4009518, "Alexander's Steakhouse", 37.7793, -122.39568, 'Steakhouse'), ('South of Market', 37.7808925, -122.4009518, 'Marianne’s', 37.78322969130896, -122.4067099218645, 'Speakeasy'), ('South of Market', 37.7808925, -122.4009518, 'Blue Bottle Coffee', 37.782584031229135, -122.40774270152674, 'Coffee Shop'), ('South of Market', 37.7808925, -122.4009518, 'South Park', 37.78164992591033, -122.39389926195145, 'Park'), ('South of Market', 37.7808925, -122.4009518, 'Deli Board', 37.777621, -122.407095, 'Sandwich Place'), ('South of Market', 37.7808925, -122.4009518, 'Crunch - Yerba Buena', 37.78336913451083, -122.39876237511226, 'Gym / Fitness Center'), ('South of Market', 37.7808925, -122.4009518, 'Gagosian Gallery', 37.785689542079425, -122.3995883825248, 'Art Gallery'), ('South of Market', 37.7808925, -122.4009518, 'Mint Plaza', 37.78273106052308, -122.40786015987398, 'Plaza'), ('South of Market', 37.7808925, -122.4009518, 'Black Hammer Brewing', 37.780548938513355, -122.39689618086895, 'Brewery'), ('South of Market', 37.7808925, -122.4009518, 'City View at Metreon', 37.78437337616783, -122.40284915341124, 'Roof Deck'), ('South of Market', 37.7808925, -122.4009518, 'Frena Bakery and Cafe', 37.78050015142697, -122.4082504232679, 'Bakery'), ('South of Market', 37.7808925, -122.4009518, 'Jamber Wine Pub', 37.78105077537791, -122.4025812095061, 'Wine Bar'), ('South of Market', 37.7808925, -122.4009518, "Trader Joe's", 37.78554041959348, -122.40545481697127, 'Grocery Store'), ('South of Market', 37.7808925, -122.4009518, 'AMC Metreon 16', 37.784654053391435, -122.40318899435513, 'Movie Theater'), ('South of Market', 37.7808925, -122.4009518, 'Fantastico', 37.775550737581085, -122.40157588329494, 'Arts & Crafts Store'), ('South of Market', 37.7808925, -122.4009518, 'Museum of the African Diaspora', 37.78658972397816, -122.40167971638029, 'Museum'), ('South of Market', 37.7808925, -122.4009518, '1:AM Gallery', 37.779704, -122.407605, 'Art Gallery'), ('South of Market', 37.7808925, -122.4009518, 'Hashiri', 37.78299392223508, -122.40783333778381, 'Japanese Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Dinosaurs', 37.77501343461817, -122.40334942532131, 'Vietnamese Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Local Brewing Co.', 37.77654983503303, -122.39717070020274, 'Brewery'), ('South of Market', 37.7808925, -122.4009518, 'Bloom Room', 37.78211403269191, -122.4084819408253, 'Marijuana Dispensary'), ('South of Market', 37.7808925, -122.4009518, 'Cafe Okawari', 37.778169, -122.393798, 'Café'), ('South of Market', 37.7808925, -122.4009518, 'Contemporary Jewish Museum', 37.78587834181355, -122.40333791193898, 'Museum'), ('South of Market', 37.7808925, -122.4009518, 'Four Seasons Hotel San Francisco', 37.786097, -122.4041629, 'Hotel'), ('South of Market', 37.7808925, -122.4009518, 'The Bird', 37.787279, -122.400036, 'Fried Chicken Joint'), ('South of Market', 37.7808925, -122.4009518, 'Blue Bottle Coffee', 37.78249688302822, -122.39298243819015, 'Coffee Shop'), ('South of Market', 37.7808925, -122.4009518, 'Arc Light', 37.779884498140326, -122.39267673110763, 'Residential Building (Apartment / Condo)'), ('South of Market', 37.7808925, -122.4009518, 'Cento', 37.77814, -122.3939, 'Coffee Shop'), ('South of Market', 37.7808925, -122.4009518, 'Benu', 37.785565083577666, -122.39931081441968, 'New American Restaurant'), ('South of Market', 37.7808925, -122.4009518, "Oren's Hummus", 37.786668908442635, -122.40251166215769, 'Mediterranean Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'The Old San Francisco Mint', 37.78281690526384, -122.4068519250809, 'Historic Site'), ('South of Market', 37.7808925, -122.4009518, 'Petit Marlowe', 37.77810134993405, -122.39372700947547, 'Wine Bar'), ('South of Market', 37.7808925, -122.4009518, 'The View', 37.785349005911556, -122.40436221777719, 'Lounge'), ('South of Market', 37.7808925, -122.4009518, 'Cask', 37.7871136216059, -122.40309154163766, 'Liquor Store'), ('South of Market', 37.7808925, -122.4009518, 'Mourad', 37.78691477687439, -122.39996989660568, 'Moroccan Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'The Cavalier', 37.783251947096716, -122.40688396059035, 'English Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'The Point', 37.77783067257143, -122.39705100858961, 'Coffee Shop'), ('South of Market', 37.7808925, -122.4009518, 'Tempest', 37.781064, -122.406442, 'Dive Bar'), ('South of Market', 37.7808925, -122.4009518, 'Flatiron Wine and Spirits', 37.78803899005183, -122.40146577358246, 'Wine Shop'), ('South of Market', 37.7808925, -122.4009518, 'dragoneats', 37.78646245051328, -122.39550510091534, 'Vietnamese Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'covo', 37.7811918639945, -122.40801883043916, 'Coworking Space'), ('South of Market', 37.7808925, -122.4009518, 'The Pool at Equinox Sports Club', 37.786193, -122.403851, 'Gym / Fitness Center'), ('South of Market', 37.7808925, -122.4009518, 'sweetgreen', 37.7872625, -122.3986346, 'Salad Place'), ('South of Market', 37.7808925, -122.4009518, 'Sightglass Coffee', 37.77700097623915, -122.40851927201014, 'Coffee Shop'), ('South of Market', 37.7808925, -122.4009518, 'Brickhouse Cafe', 37.77961400250106, -122.39517967879834, 'Burger Joint'), ('South of Market', 37.7808925, -122.4009518, 'Bluxome Street Winery', 37.776612713538846, -122.39682451452411, 'Winery'), ('South of Market', 37.7808925, -122.4009518, 'Equinox Sports Club San Francisco', 37.786648797219776, -122.40456753735126, 'Gym'), ('South of Market', 37.7808925, -122.4009518, 'Burma Club', 37.782959000000005, -122.407936, 'Burmese Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Equator Coffees & Teas', 37.786565978939485, -122.39855398006596, 'Coffee Shop'), ('South of Market', 37.7808925, -122.4009518, 'Montesacro', 37.78171949169427, -122.40987542855284, 'Pizza Place'), ('South of Market', 37.7808925, -122.4009518, 'Nordstrom', 37.7839703, -122.4070539, "Women's Store"), ('South of Market', 37.7808925, -122.4009518, 'Señor Sisig', 37.78683252070142, -122.39879451583323, 'Food Truck'), ('South of Market', 37.7808925, -122.4009518, 'South Park Cafe', 37.781550069091665, -122.39417530662409, 'French Restaurant'), ('South of Market', 37.7808925, -122.4009518, 'Soma Eats', 37.78695477514286, -122.39844689432418, 'Café'), ('South of Market', 37.7808925, -122.4009518, 'MNTSTUDIO', 37.77353676622856, -122.40265339486646, 'Gym / Fitness Center'), ('South of Market', 37.7808925, -122.4009518, 'Pentacle Coffee', 37.781367002828894, -122.40931446341938, 'Coffee Shop')], [('South Park', 37.7815898, -122.3939746693155, 'Blue Bottle Coffee', 37.78249688302822, -122.39298243819015, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Garaje', 37.78174497823888, -122.396150865862, 'Mexican Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Arc Light', 37.779884498140326, -122.39267673110763, 'Residential Building (Apartment / Condo)'), ('South Park', 37.7815898, -122.3939746693155, 'Golden Goat Coffee', 37.780415, -122.394394, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'South Park', 37.78164992591033, -122.39389926195145, 'Park'), ('South Park', 37.7815898, -122.3939746693155, 'Darwin Cafe', 37.78066918586424, -122.39611478734527, 'Café'), ('South Park', 37.7815898, -122.3939746693155, 'HRD', 37.78104280505049, -122.39555929325681, 'Korean Restaurant'), ('South Park', 37.7815898, -122.3939746693155, '21st Amendment Brewery & Restaurant', 37.78234640506517, -122.39258776252451, 'Brewery'), ('South Park', 37.7815898, -122.3939746693155, 'JAX Vineyards', 37.7814099590571, -122.39272364864011, 'Vineyard'), ('South Park', 37.7815898, -122.3939746693155, 'Picnic on Third', 37.7814950048557, -122.39592611291373, 'Bistro'), ('South Park', 37.7815898, -122.3939746693155, 'Hakashi', 37.78156802145504, -122.3962355941933, 'Sushi Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Cafe Okawari', 37.778169, -122.393798, 'Café'), ('South Park', 37.7815898, -122.3939746693155, 'ROOH', 37.78130761598392, -122.3926918659228, 'Indian Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Saison', 37.77938780708879, -122.39200771519837, 'New American Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'South Park Cafe', 37.781550069091665, -122.39417530662409, 'French Restaurant'), ('South Park', 37.7815898, -122.3939746693155, "Alexander's Steakhouse", 37.7793, -122.39568, 'Steakhouse'), ('South Park', 37.7815898, -122.3939746693155, 'Off the Grid: South Park', 37.781119019055886, -122.39307569694438, 'Street Food Gathering'), ('South Park', 37.7815898, -122.3939746693155, 'Petit Marlowe', 37.77810134993405, -122.39372700947547, 'Wine Bar'), ('South Park', 37.7815898, -122.3939746693155, 'Cento', 37.77814, -122.3939, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'The Clocktower Building', 37.78377397892649, -122.39344630652968, 'Residential Building (Apartment / Condo)'), ('South Park', 37.7815898, -122.3939746693155, 'HWA RANG KWAN Martial Arts Center', 37.77944541354323, -122.3973002667558, 'Martial Arts School'), ('South Park', 37.7815898, -122.3939746693155, 'The American Grilled Cheese Kitchen', 37.782311405618195, -122.39280528231545, 'Sandwich Place'), ('South Park', 37.7815898, -122.3939746693155, 'United Barbell - CrossFit', 37.777718055071574, -122.39533105530337, 'Gym'), ('South Park', 37.7815898, -122.3939746693155, 'Oracle Park', 37.778343845302636, -122.39022624518837, 'Baseball Stadium'), ('South Park', 37.7815898, -122.3939746693155, 'La Capra Coffee', 37.78292, -122.398241, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'District', 37.7785143849399, -122.39323681145245, 'Wine Bar'), ('South Park', 37.7815898, -122.3939746693155, "Barry's Bootcamp", 37.777783, -122.392703, 'Gym / Fitness Center'), ('South Park', 37.7815898, -122.3939746693155, 'Marlowe', 37.778288844375226, -122.39668464082726, 'New American Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Cafe Lambretta', 37.780484827302764, -122.39043773417386, 'Café'), ('South Park', 37.7815898, -122.3939746693155, 'Little Skillet', 37.77889181818914, -122.39407145476254, 'Southern / Soul Food Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Bamboo Reef Scuba Diving Centers', 37.7784711061957, -122.39679538091133, 'Dive Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Brickhouse Cafe', 37.77961400250106, -122.39517967879834, 'Burger Joint'), ('South Park', 37.7815898, -122.3939746693155, 'Cento', 37.77872406349572, -122.39377415680684, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Epic Hybrid Training', 37.77995154746405, -122.39423838139274, 'Gym / Fitness Center'), ('South Park', 37.7815898, -122.3939746693155, 'Kama O Deli', 37.780268240678275, -122.39455837966295, 'Japanese Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Cockscomb', 37.778578, -122.397395, 'New American Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Pazzia Caffe & Trattoria', 37.78326936780271, -122.39831963071339, 'Pizza Place'), ('South Park', 37.7815898, -122.3939746693155, 'Pawtrero Bathhouse & Feed Co.', 37.78385, -122.3893422, 'Pet Store'), ('South Park', 37.7815898, -122.3939746693155, 'Club Level', 37.77852002233387, -122.3898106967465, 'Baseball Stadium'), ('South Park', 37.7815898, -122.3939746693155, 'Victory Hall & Parlor', 37.77889617601748, -122.39408481124566, 'Cocktail Bar'), ('South Park', 37.7815898, -122.3939746693155, 'dragoneats', 37.78646245051328, -122.39550510091534, 'Vietnamese Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Black Hammer Brewing', 37.780548938513355, -122.39689618086895, 'Brewery'), ('South Park', 37.7815898, -122.3939746693155, 'Coin-Op Game Room', 37.77927429404577, -122.39803206320987, 'Bar'), ('South Park', 37.7815898, -122.3939746693155, 'Troya', 37.779102, -122.393648, 'Mediterranean Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Twenty Five Lusk', 37.77835953523223, -122.39432598705707, 'New American Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Cocoon Urban Day Spa', 37.78692857408835, -122.39409710280107, 'Spa'), ('South Park', 37.7815898, -122.3939746693155, 'K&L Wine Merchants', 37.77967752924669, -122.40080731815215, 'Wine Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Steep Creamery', 37.7824970392097, -122.39117883933675, 'Ice Cream Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Gotham Club', 37.77794659380914, -122.38886248289587, 'Lounge'), ('South Park', 37.7815898, -122.3939746693155, 'SF Iron', 37.786632764065835, -122.3953308526664, 'Gym'), ('South Park', 37.7815898, -122.3939746693155, 'Via Rooftop Patio', 37.77924969572573, -122.39085780739329, 'Bar'), ('South Park', 37.7815898, -122.3939746693155, 'Tan Bella', 37.77700671319149, -122.39317785079287, 'Tanning Salon'), ('South Park', 37.7815898, -122.3939746693155, 'SAJJ Mediterranean', 37.78139388822888, -122.39163160370434, 'Mediterranean Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Orangetheory Fitness', 37.77767689707516, -122.39223830894188, 'Gym'), ('South Park', 37.7815898, -122.3939746693155, 'Super Duper', 37.779233, -122.388768, 'Burger Joint'), ('South Park', 37.7815898, -122.3939746693155, 'Crossroads Café', 37.782959, -122.389008, 'Café'), ('South Park', 37.7815898, -122.3939746693155, 'Body Mechanix Gym', 37.783543990383954, -122.3899362153334, 'Gym'), ('South Park', 37.7815898, -122.3939746693155, 'Bay Club SF Tennis', 37.77657116788515, -122.39794804801016, 'Tennis Court'), ('South Park', 37.7815898, -122.3939746693155, 'Willie Mays Gate', 37.77817280161747, -122.39113721753262, 'Monument / Landmark'), ('South Park', 37.7815898, -122.3939746693155, 'Whole Foods Market', 37.78122385808375, -122.40008049933348, 'Grocery Store'), ('South Park', 37.7815898, -122.3939746693155, 'Alchemist Bar & Lounge', 37.77899764754291, -122.3929789787545, 'Bar'), ('South Park', 37.7815898, -122.3939746693155, 'H.D. Buttercup', 37.77748965637303, -122.39458152227482, 'Furniture / Home Store'), ('South Park', 37.7815898, -122.3939746693155, 'Philz Coffee', 37.775563171939496, -122.39342495851827, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Local Brewing Co.', 37.77654983503303, -122.39717070020274, 'Brewery'), ('South Park', 37.7815898, -122.3939746693155, 'Zero Zero', 37.781633232081795, -122.40174301548008, 'Pizza Place'), ('South Park', 37.7815898, -122.3939746693155, 'Socola Chocolatier + Barista', 37.78675105462106, -122.39518188246213, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'San Francisco Museum of Modern Art', 37.78589423994824, -122.40089653026742, 'Art Museum'), ('South Park', 37.7815898, -122.3939746693155, 'SFMOMA Rooftop Sculpture Garden', 37.7863356901678, -122.4004037044823, 'Art Museum'), ('South Park', 37.7815898, -122.3939746693155, 'Gagosian Gallery', 37.785689542079425, -122.3995883825248, 'Art Gallery'), ('South Park', 37.7815898, -122.3939746693155, 'Crunch - Yerba Buena', 37.78336913451083, -122.39876237511226, 'Gym / Fitness Center'), ('South Park', 37.7815898, -122.3939746693155, 'Caffe Centro', 37.781637940865906, -122.39407688320013, 'Café'), ('South Park', 37.7815898, -122.3939746693155, 'The Point', 37.77783067257143, -122.39705100858961, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Suchada Thai Massage', 37.78706742169882, -122.38853605006146, 'Spa'), ('South Park', 37.7815898, -122.3939746693155, 'Fogo To Go', 37.784868, -122.40013, 'Brazilian Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'René Magritte - The Fifth Season', 37.78584795117783, -122.40117268648817, 'Exhibit'), ('South Park', 37.7815898, -122.3939746693155, 'Proper Food', 37.78607026463682, -122.39720934247002, 'Café'), ('South Park', 37.7815898, -122.3939746693155, 'Bluxome Street Winery', 37.776612713538846, -122.39682451452411, 'Winery'), ('South Park', 37.7815898, -122.3939746693155, 'sweetgreen', 37.7872625, -122.3986346, 'Salad Place'), ('South Park', 37.7815898, -122.3939746693155, 'Wood Thumb', 37.77955725105214, -122.40254729236602, 'Accessories Store'), ('South Park', 37.7815898, -122.3939746693155, 'Philz Coffee', 37.78871649592534, -122.39309148339146, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Hotel VIA', 37.77921281664262, -122.39065771096335, 'Hotel'), ('South Park', 37.7815898, -122.3939746693155, 'Yerba Buena Gardens', 37.784809, -122.402549, 'Garden'), ('South Park', 37.7815898, -122.3939746693155, 'The St. Regis San Francisco', 37.7861299, -122.4014681, 'Hotel'), ('South Park', 37.7815898, -122.3939746693155, 'Mathilde French Bistro', 37.7800982, -122.402901, 'French Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'The Bird', 37.787279, -122.400036, 'Fried Chicken Joint'), ('South Park', 37.7815898, -122.3939746693155, 'Equator Coffees & Teas', 37.786565978939485, -122.39855398006596, 'Coffee Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Soma Eats', 37.78695477514286, -122.39844689432418, 'Café'), ('South Park', 37.7815898, -122.3939746693155, 'CorePower Yoga', 37.7889632, -122.3944752, 'Yoga Studio'), ('South Park', 37.7815898, -122.3939746693155, 'Wine Down SF', 37.784092, -122.398273, 'Wine Bar'), ('South Park', 37.7815898, -122.3939746693155, 'SFMOMA Museum Store', 37.78578835145119, -122.40108385852334, 'Gift Shop'), ('South Park', 37.7815898, -122.3939746693155, 'Gus’s Community Market', 37.774281, -122.391432, 'Organic Grocery'), ('South Park', 37.7815898, -122.3939746693155, 'Benu', 37.785565083577666, -122.39931081441968, 'New American Restaurant'), ('South Park', 37.7815898, -122.3939746693155, 'Señor Sisig', 37.78683252070142, -122.39879451583323, 'Food Truck'), ('South Park', 37.7815898, -122.3939746693155, 'Salesforce Park', 37.789004663475026, -122.3970252426277, 'Park'), ('South Park', 37.7815898, -122.3939746693155, 'Yerba Buena Center for the Arts Theater', 37.78489563327865, -122.40162684471748, 'Theater'), ('South Park', 37.7815898, -122.3939746693155, 'Samovar Tea Lounge', 37.784252511908036, -122.40217926245396, 'Tea Room'), ('South Park', 37.7815898, -122.3939746693155, 'Mourad', 37.78691477687439, -122.39996989660568, 'Moroccan Restaurant'), ('South Park', 37.7815898, -122.3939746693155, "Children's Creativity Museum", 37.78311862177023, -122.40178594069563, 'Museum'), ('South Park', 37.7815898, -122.3939746693155, 'Core40', 37.780561610149135, -122.40319386728515, 'Gym / Fitness Center'), ('South Park', 37.7815898, -122.3939746693155, 'Yerba Buena Gardens Play Circle', 37.78343710141872, -122.40088409431605, 'Playground')], [('Sunnydale', 37.7092072, -122.4049659, '7 Mile House', 37.70434105405881, -122.40742071327651, 'Bar'), ('Sunnydale', 37.7092072, -122.4049659, "Piccolo Pete's Cafe", 37.71276500014237, -122.40066887875751, 'Café'), ('Sunnydale', 37.7092072, -122.4049659, 'Grocery Outlet', 37.708502, -122.4058768, 'Grocery Store'), ('Sunnydale', 37.7092072, -122.4049659, 'John McLaren Park Lookout Point', 37.71775812509036, -122.40729082116145, 'Park'), ('Sunnydale', 37.7092072, -122.4049659, 'Mylo Hotel', 37.705461, -122.408723, 'Motel'), ('Sunnydale', 37.7092072, -122.4049659, 'Bayside Cafe', 37.715013, -122.398807, 'Breakfast Spot'), ('Sunnydale', 37.7092072, -122.4049659, 'Pho Luen Fat', 37.71211295770733, -122.40590522071406, 'Vietnamese Restaurant'), ('Sunnydale', 37.7092072, -122.4049659, 'Happy Donuts', 37.708755108136586, -122.40538060348891, 'Donut Shop'), ('Sunnydale', 37.7092072, -122.4049659, 'Visitacion Valley Greenway', 37.71768749691083, -122.40731596133062, 'Garden'), ('Sunnydale', 37.7092072, -122.4049659, "Piccolo Pete's Liquor & Deli", 37.71267006102683, -122.40076784305822, 'Sandwich Place'), ('Sunnydale', 37.7092072, -122.4049659, 'Subway', 37.70732, -122.41578, 'Sandwich Place'), ('Sunnydale', 37.7092072, -122.4049659, '7-Eleven', 37.7123333, -122.403239, 'Convenience Store'), ('Sunnydale', 37.7092072, -122.4049659, "Domino's Pizza", 37.7074406, -122.4157937, 'Pizza Place'), ('Sunnydale', 37.7092072, -122.4049659, 'Dollar Tree', 37.706765063840265, -122.41459731583682, 'Discount Store'), ('Sunnydale', 37.7092072, -122.4049659, 'A. Silvestri Co', 37.708247, -122.404982, 'Construction & Landscaping'), ('Sunnydale', 37.7092072, -122.4049659, 'SF Muni - Bayshore & Sunnydale', 37.709233, -122.404986, 'Light Rail Station'), ('Sunnydale', 37.7092072, -122.4049659, 'Joe Leland', 37.711625, -122.40425900000001, 'Coffee Shop'), ('Sunnydale', 37.7092072, -122.4049659, '7-Eleven', 37.7051110347381, -122.407245263457, 'Convenience Store'), ('Sunnydale', 37.7092072, -122.4049659, 'Adventures in Wine', 37.707427, -122.40908400000001, 'Wine Shop'), ('Sunnydale', 37.7092072, -122.4049659, "Giannini's Auto Body", 37.70664210005361, -122.40913957357405, 'Automotive Shop'), ('Sunnydale', 37.7092072, -122.4049659, 'KFC', 37.70693951188761, -122.41443108465575, 'Fried Chicken Joint'), ('Sunnydale', 37.7092072, -122.4049659, 'BridgePoint Inn', 37.705282000000004, -122.407901, 'Motel'), ('Sunnydale', 37.7092072, -122.4049659, 'Candlestick Coffee', 37.712543, -122.400838, 'Coffee Shop'), ('Sunnydale', 37.7092072, -122.4049659, 'Sun Valley', 37.70685, -122.41292, 'Liquor Store'), ('Sunnydale', 37.7092072, -122.4049659, 'MUNI Metro Stop - Bayshore & Arleta', 37.71369751086339, -122.39849277919922, 'Light Rail Station'), ('Sunnydale', 37.7092072, -122.4049659, 'Bayshore Market', 37.706492, -122.414777, 'Market'), ('Sunnydale', 37.7092072, -122.4049659, 'Lazzari Fuel', 37.70109939575195, -122.40739440917969, 'Factory'), ('Sunnydale', 37.7092072, -122.4049659, "PAPA RAY'S PIZZA - GENEVA", 37.70709195651556, -122.41584727841412, 'Pizza Place'), ('Sunnydale', 37.7092072, -122.4049659, 'Taco Bell', 37.70706168068085, -122.41441475290426, 'Fast Food Restaurant'), ('Sunnydale', 37.7092072, -122.4049659, "McDonald's", 37.70661879972737, -122.41537034511566, 'Fast Food Restaurant')], [], [('Sunset District', 37.7535418, -122.4952495, 'Polly Ann Ice Cream', 37.75345428936512, -122.49776512384413, 'Ice Cream Shop'), ('Sunset District', 37.7535418, -122.4952495, 'Andytown', 37.756788339371354, -122.50230680360448, 'Coffee Shop'), ('Sunset District', 37.7535418, -122.4952495, 'West Sunset Playground', 37.7506593727209, -122.49792784613621, 'Playground'), ('Sunset District', 37.7535418, -122.4952495, 'Seven Stills — The Outer Sunset Taproom', 37.75676489817045, -122.50219924864413, 'Beer Bar'), ('Sunset District', 37.7535418, -122.4952495, "Devil's Teeth Baking Company", 37.75304489305452, -122.50502521764298, 'Bakery'), ('Sunset District', 37.7535418, -122.4952495, 'Toyose', 37.75307688473011, -122.50469313673902, 'Korean Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'Eggettes', 37.753344900971854, -122.49754249149024, 'Dessert Shop'), ('Sunset District', 37.7535418, -122.4952495, 'Sunset Recreation Center', 37.75731019538717, -122.48707205678623, 'Playground'), ('Sunset District', 37.7535418, -122.4952495, 'TJ Brewed Tea and Real Fruit (TJ Cups)', 37.75356073319337, -122.49002847202918, 'Bubble Tea Shop'), ('Sunset District', 37.7535418, -122.4952495, 'Donut Time', 37.75365087424871, -122.48943921557945, 'Donut Shop'), ('Sunset District', 37.7535418, -122.4952495, "Papa Mak's Burgers", 37.752871133424016, -122.50423651265706, 'Burger Joint'), ('Sunset District', 37.7535418, -122.4952495, 'Terra Cotta Warrior', 37.761117504945446, -122.48961184845514, 'Chinese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'S&T Hong Kong Seafood', 37.75370241972955, -122.49127836453927, 'Dim Sum Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'The Pizza Place on Noriega', 37.75282490672379, -122.5055330412244, 'Pizza Place'), ('Sunset District', 37.7535418, -122.4952495, 'Quan Ngon Vietnamese Noodle House', 37.75362370499304, -122.4905493004206, 'Vietnamese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, "The Pot's", 37.76122481160582, -122.49077982733972, 'Chinese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'Noriega Produce Market', 37.75293602450266, -122.50483080268668, 'Grocery Store'), ('Sunset District', 37.7535418, -122.4952495, 'Sunset Elementary School', 37.75109004793903, -122.49945581766796, 'Elementary School'), ('Sunset District', 37.7535418, -122.4952495, 'Cheung Hing', 37.75374966122286, -122.48891064213227, 'Chinese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'Osaka Imai', 37.753524768000645, -122.49012206288636, 'Japanese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'Yonkers Cafe', 37.752888303530796, -122.5046855260239, 'Café'), ('Sunset District', 37.7535418, -122.4952495, 'Adapt', 37.76096762027082, -122.49213525255087, 'Boutique'), ('Sunset District', 37.7535418, -122.4952495, 'West Sunset Field', 37.74787806366886, -122.4977536857615, 'Field'), ('Sunset District', 37.7535418, -122.4952495, 'Mongkok Dim Sum', 37.75375798966944, -122.49004604482275, 'Dim Sum Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'establish', 37.75276911713917, -122.50461715952451, 'Miscellaneous Shop'), ('Sunset District', 37.7535418, -122.4952495, 'A.P. Giannini Middle School', 37.7502901437285, -122.49672174453734, 'Middle School'), ('Sunset District', 37.7535418, -122.4952495, 'Raise The Bar Fitness', 37.76112406054906, -122.4894848997864, 'Gym / Fitness Center'), ('Sunset District', 37.7535418, -122.4952495, 'Sunset Pet Supply', 37.75293643045166, -122.50455483671614, 'Pet Store'), ('Sunset District', 37.7535418, -122.4952495, 'Wells Fargo', 37.753879487631, -122.4902468919754, 'Bank'), ('Sunset District', 37.7535418, -122.4952495, 'Tazaki Sushi', 37.760848588032424, -122.49890792194431, 'Sushi Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'Ming Tai Wun Tun Noodle', 37.753544250616294, -122.49021938298382, 'Chinese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'SUBWAY', 37.753759100058545, -122.49079875541634, 'Sandwich Place'), ('Sunset District', 37.7535418, -122.4952495, "Domino's Pizza", 37.75354759991701, -122.49713480472565, 'Pizza Place'), ('Sunset District', 37.7535418, -122.4952495, 'Oriental Seafood Restaurant', 37.75374105334509, -122.49083694239613, 'Chinese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'The Animal Connection Pet Shop', 37.7612771, -122.4897009, 'Pet Store'), ('Sunset District', 37.7535418, -122.4952495, 'La Playa Taqueria', 37.75287430502675, -122.50471858446332, 'Taco Place'), ('Sunset District', 37.7535418, -122.4952495, 'Starbucks', 37.754201, -122.488825, 'Coffee Shop'), ('Sunset District', 37.7535418, -122.4952495, "Flanahan's Pub", 37.752891020677474, -122.50459058820893, 'Pub'), ('Sunset District', 37.7535418, -122.4952495, 'Tak Kee Lee', 37.753568899541406, -122.48998286093243, 'Chinese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'Fire Fly Sports Bar', 37.75353906930099, -122.49028328559612, 'Bar'), ('Sunset District', 37.7535418, -122.4952495, 'Muni Sunset Blvd & Noriega St', 37.7535925367186, -122.49530044051247, 'Bus Station'), ('Sunset District', 37.7535418, -122.4952495, 'Sunset True Value', 37.75340302919075, -122.4972969451103, 'Hardware Store'), ('Sunset District', 37.7535418, -122.4952495, 'Sea Biscuit Cafe & Wine Bar', 37.752879262522235, -122.50465599000933, 'Coffee Shop'), ('Sunset District', 37.7535418, -122.4952495, 'Muni Noriega St & 31st Ave IN', 37.75364938924895, -122.48956578695844, 'Bus Line'), ('Sunset District', 37.7535418, -122.4952495, 'West Sunset Diamond 3', 37.74954355698392, -122.49838970581425, 'Baseball Field'), ('Sunset District', 37.7535418, -122.4952495, 'west sunset diamond 2', 37.74953815961244, -122.49972108247447, 'Baseball Field'), ('Sunset District', 37.7535418, -122.4952495, "Dr. Alf's Pop-up Shop", 37.751396, -122.501617, 'Food Truck'), ('Sunset District', 37.7535418, -122.4952495, 'Saundhaus', 37.74840937528979, -122.4913197331518, 'Music Venue'), ('Sunset District', 37.7535418, -122.4952495, 'Field Theory', 37.757127000000004, -122.501594, 'Furniture / Home Store'), ('Sunset District', 37.7535418, -122.4952495, 'Lawton Liquor', 37.75670948565229, -122.50219076871872, 'Liquor Store'), ('Sunset District', 37.7535418, -122.4952495, 'Herbst Natatorium', 37.74713700162775, -122.49551865590334, 'Pool'), ('Sunset District', 37.7535418, -122.4952495, 'Win Fook Chinese Restaurant', 37.752815000000005, -122.504108, 'Chinese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, '71 Muni Stop', 37.75370635122909, -122.48556715714501, 'Bus Stop'), ('Sunset District', 37.7535418, -122.4952495, 'Ocean Beach Fossil', 37.74993816669602, -122.50382297174521, 'Public Art'), ('Sunset District', 37.7535418, -122.4952495, 'Judah & 39th Ave Market', 37.7609748840332, -122.49870300292969, 'Liquor Store'), ('Sunset District', 37.7535418, -122.4952495, 'Brothers Mini Market', 37.75292691334535, -122.50527392682422, 'Convenience Store'), ('Sunset District', 37.7535418, -122.4952495, 'RL Fitness Center', 37.74572798908018, -122.49830410705763, 'Gym / Fitness Center'), ('Sunset District', 37.7535418, -122.4952495, "Hong's Kitchen", 37.7528701559139, -122.50564686611975, 'Chinese Restaurant'), ('Sunset District', 37.7535418, -122.4952495, 'Sunset Reservoir', 37.750594081183735, -122.48529080212008, 'Lake'), ('Sunset District', 37.7535418, -122.4952495, 'The Pilates Workshop', 37.76115845493493, -122.48996496342843, 'Pilates Studio'), ('Sunset District', 37.7535418, -122.4952495, 'Pure Shaolin Kung Fu', 37.76113608288805, -122.48956185996066, 'Gym / Fitness Center'), ('Sunset District', 37.7535418, -122.4952495, 'Sunset Strip Cafe', 37.760931, -122.489117, 'Café'), ('Sunset District', 37.7535418, -122.4952495, 'American Gymnastics Club', 37.761181134127305, -122.4892958185969, 'Gymnastics Gym')], [('Telegraph Hill', 37.800785, -122.4040908, 'Filbert Steps', 37.801949298131746, -122.40438938140868, 'Trail'), ('Telegraph Hill', 37.800785, -122.4040908, 'Greenwich Steps', 37.80282116882147, -122.40495838243314, 'Trail'), ('Telegraph Hill', 37.800785, -122.4040908, 'Coit Tower', 37.802398123661035, -122.40583930386968, 'Monument / Landmark'), ('Telegraph Hill', 37.800785, -122.4040908, 'Montgomery & Green', 37.80017577512871, -122.40428237095915, 'Scenic Lookout'), ('Telegraph Hill', 37.800785, -122.4040908, 'Vallejo Street Steps', 37.799172725859854, -122.40412419910872, 'Scenic Lookout'), ('Telegraph Hill', 37.800785, -122.4040908, 'Little Vine', 37.80119675159074, -122.40772717924843, 'Gourmet Shop'), ('Telegraph Hill', 37.800785, -122.4040908, "Levi's Plaza", 37.802489718921066, -122.40217387676239, 'Clothing Store'), ('Telegraph Hill', 37.800785, -122.4040908, 'Public Barber Salon', 37.80110736384049, -122.40769634633136, 'Salon / Barbershop'), ('Telegraph Hill', 37.800785, -122.4040908, 'Pioneer Park', 37.803421062056465, -122.40620845532744, 'Park'), ('Telegraph Hill', 37.800785, -122.4040908, 'New Age Nails', 37.8012126999705, -122.40771953909972, 'Spa'), ('Telegraph Hill', 37.800785, -122.4040908, 'Golden Boy Pizza', 37.79984, -122.40807, 'Pizza Place'), ('Telegraph Hill', 37.800785, -122.4040908, 'Cotogna', 37.797345664268256, -122.40362430843288, 'Italian Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Green Tortoise Hostel', 37.798072162046594, -122.40533981694207, 'Hostel'), ('Telegraph Hill', 37.800785, -122.4040908, 'City Lights Bookstore', 37.797694754654415, -122.4064516225218, 'Bookstore'), ('Telegraph Hill', 37.800785, -122.4040908, 'il Casaro Pizzeria & Mozzarella Bar', 37.79844696816602, -122.40744716226986, 'Pizza Place'), ('Telegraph Hill', 37.800785, -122.4040908, 'Bay Club San Francisco', 37.803354492579366, -122.4029163928916, 'Gym / Fitness Center'), ('Telegraph Hill', 37.800785, -122.4040908, 'Quince', 37.79741190944881, -122.40325807183305, 'New American Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Sotto Mare Oysteria and Seafood Restaurant', 37.799624753044924, -122.40835693948438, 'Seafood Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, "Mo's Grill", 37.799180787833315, -122.40727907080132, 'Diner'), ('Telegraph Hill', 37.800785, -122.4040908, 'Molinari Delicatessen', 37.798388, -122.40788, 'Deli / Bodega'), ('Telegraph Hill', 37.800785, -122.4040908, 'Maritime Wine Tasting Studio', 37.7972919256034, -122.40565180869211, 'Wine Bar'), ('Telegraph Hill', 37.800785, -122.4040908, 'Family Cafe', 37.798577, -122.40735900000001, 'Café'), ('Telegraph Hill', 37.800785, -122.4040908, "Al's Attire", 37.798936861080186, -122.40723719734363, 'Clothing Store'), ('Telegraph Hill', 37.800785, -122.4040908, "Don Pisto's", 37.800647273904026, -122.40794639602059, 'Mexican Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Glow Yoga & Wellness', 37.80012544107976, -122.40911399042773, 'Yoga Studio'), ('Telegraph Hill', 37.800785, -122.4040908, 'Tony’s Pizza Napoletana', 37.80038714317991, -122.40914575479546, 'Pizza Place'), ('Telegraph Hill', 37.800785, -122.4040908, 'Hole in the Wall Coffee', 37.8005849433959, -122.40821384772633, 'Coffee Shop'), ('Telegraph Hill', 37.800785, -122.4040908, 'Baonecci Ristorante', 37.79969698045158, -122.4077831292636, 'Italian Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Réveille Coffee Co.', 37.79720357373528, -122.40558850097074, 'Coffee Shop'), ('Telegraph Hill', 37.800785, -122.4040908, 'Vesuvio Cafe', 37.79760169654486, -122.40641342838661, 'Dive Bar'), ('Telegraph Hill', 37.800785, -122.4040908, 'Exploratorium', 37.80086420601844, -122.3985555768013, 'Science Museum'), ('Telegraph Hill', 37.800785, -122.4040908, 'Park Tavern', 37.80109702179248, -122.40930067725601, 'New American Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, "Tony's Coal-Fired Pizza & Slice House", 37.800242499055656, -122.40919409396831, 'Pizza Place'), ('Telegraph Hill', 37.800785, -122.4040908, 'Jackson Square', 37.79676573123542, -122.4022075022127, 'Neighborhood'), ('Telegraph Hill', 37.800785, -122.4040908, 'William Stout Architectural Books', 37.79659805209962, -122.4034649105084, 'Bookstore'), ('Telegraph Hill', 37.800785, -122.4040908, 'Comstock Saloon', 37.797039404153615, -122.40553031358306, 'Cocktail Bar'), ('Telegraph Hill', 37.800785, -122.4040908, 'Caffe Trieste', 37.79867045512045, -122.40733865973733, 'Coffee Shop'), ('Telegraph Hill', 37.800785, -122.4040908, 'Exploratorium Store', 37.8009497348627, -122.39879008256877, 'Gift Shop'), ('Telegraph Hill', 37.800785, -122.4040908, 'Bix', 37.79676889447939, -122.4029572795956, 'New American Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, "Capo's", 37.79864419203599, -122.40836235276521, 'Pizza Place'), ('Telegraph Hill', 37.800785, -122.4040908, 'Chubby Noodle', 37.799624, -122.408526, 'Noodle House'), ('Telegraph Hill', 37.800785, -122.4040908, 'Stella Pastry and Cafe', 37.799143, -122.408319, 'Bakery'), ('Telegraph Hill', 37.800785, -122.4040908, 'Eight Tables by George Chen', 37.7983553, -122.4077918, 'Chinese Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Shinola', 37.796091703447885, -122.4029125462635, "Men's Store"), ('Telegraph Hill', 37.800785, -122.4040908, 'Washington Square Park', 37.80074764244092, -122.40978598594664, 'Park'), ('Telegraph Hill', 37.800785, -122.4040908, 'Peter Macchiarini Steps', 37.798813592765626, -122.4057012610922, 'Scenic Lookout'), ('Telegraph Hill', 37.800785, -122.4040908, "Mario's Bohemian Cigar Store Cafe", 37.80039147558531, -122.40987625707314, 'Café'), ('Telegraph Hill', 37.800785, -122.4040908, 'Trestle', 37.796305816613604, -122.40453417551656, 'New American Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, "Sam's", 37.79786038609626, -122.40739057960295, 'Burger Joint'), ('Telegraph Hill', 37.800785, -122.4040908, 'Kokkari Estiatorio', 37.79688301339759, -122.39965473755873, 'Greek Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Goorin Bros. Hat Shop', 37.800565653487375, -122.4094245320994, 'Accessories Store'), ('Telegraph Hill', 37.800785, -122.4040908, 'Caffé Greco', 37.799034844291626, -122.4083890485705, 'Café'), ('Telegraph Hill', 37.800785, -122.4040908, 'Kusakabe', 37.795498406823384, -122.4029523282336, 'Sushi Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Allbirds', 37.79617084883362, -122.40291978128678, 'Shoe Store'), ('Telegraph Hill', 37.800785, -122.4040908, 'Jack Kerouac Alley', 37.797582552090994, -122.40644258196606, 'Pedestrian Plaza'), ('Telegraph Hill', 37.800785, -122.4040908, 'Verjus', 37.79557864506594, -122.40267528379337, 'Wine Bar'), ('Telegraph Hill', 37.800785, -122.4040908, 'China Live', 37.7980266, -122.4078575, 'Chinese Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Réveille Coffee Co. Truck', 37.796640039168146, -122.40035443582728, 'Food Truck'), ('Telegraph Hill', 37.800785, -122.4040908, 'Il Pollaio', 37.80012207102598, -122.40983681633708, 'Argentinian Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Chong Qing Xiao Mian', 37.7964178, -122.4053695, 'Szechuan Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Cafe Me', 37.7960627267963, -122.40182147391126, 'Café'), ('Telegraph Hill', 37.800785, -122.4040908, 'Firenze by Night Ristorante', 37.79898216183705, -122.4088862369583, 'Italian Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Nico', 37.7958254, -122.4031262, 'Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, "Tailors' Keep", 37.795570487240866, -122.4036290862348, "Men's Store"), ('Telegraph Hill', 37.800785, -122.4040908, "Original Joe's", 37.800345242220565, -122.40931025175796, 'Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'North Beach Restaurant', 37.7997019714241, -122.40909714883031, 'Tuscan Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Caffe Sport', 37.79974610518378, -122.40863641330579, 'Sicilian Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Iron and Resin SF', 37.79572279327648, -122.40368472284308, "Men's Store"), ('Telegraph Hill', 37.800785, -122.4040908, 'Palermo II Deli', 37.798883000000004, -122.40856799999999, 'Deli / Bodega'), ('Telegraph Hill', 37.800785, -122.4040908, 'Jack Early Park', 37.80489889550479, -122.40862368289866, 'Park'), ('Telegraph Hill', 37.800785, -122.4040908, 'Hillstone', 37.80612149051469, -122.404939131139, 'American Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Aesop Jackson Square', 37.7963425660267, -122.40264635276127, 'Cosmetics Shop'), ('Telegraph Hill', 37.800785, -122.4040908, 'The Italian Homemade Company', 37.80149747181165, -122.41179456578453, 'Italian Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, "Sodini's", 37.7997396670777, -122.40767816311671, 'Italian Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, "Mama's on Washington Square", 37.801461, -122.409522, 'Breakfast Spot'), ('Telegraph Hill', 37.800785, -122.4040908, 'Liguria Bakery', 37.80145279035106, -122.40937529897172, 'Bakery'), ('Telegraph Hill', 37.800785, -122.4040908, 'Bodega', 37.80116212717053, -122.41140985099358, 'Café'), ('Telegraph Hill', 37.800785, -122.4040908, 'Coqueta', 37.79856617565491, -122.39660972788938, 'Spanish Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Barrio', 37.7994641702726, -122.4107078466458, 'Latin American Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Silver Star Deli', 37.797734999999996, -122.401154, 'Vietnamese Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Z & Y Restaurant', 37.79611214947366, -122.40607799181394, 'Szechuan Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Maykadeh Persian Cuisine', 37.79978776918246, -122.40711809075444, 'Persian Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Transamerica Redwood Park', 37.79524987133324, -122.40231335163116, 'Park'), ('Telegraph Hill', 37.800785, -122.4040908, 'Francisco Steps', 37.805447088252315, -122.40811567544006, 'Trail'), ('Telegraph Hill', 37.800785, -122.4040908, "Mara's Italian Pastry", 37.799683656342545, -122.40931620798705, 'Bakery'), ('Telegraph Hill', 37.800785, -122.4040908, 'Taqueria Zorro', 37.79800612884763, -122.4069727992469, 'Mexican Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Church Key', 37.79977035287969, -122.40742854349567, 'Beer Bar'), ('Telegraph Hill', 37.800785, -122.4040908, "Freddie's Sandwiches", 37.80522, -122.41031, 'Sandwich Place'), ('Telegraph Hill', 37.800785, -122.4040908, 'The Gateway Theatre', 37.79672527017635, -122.39983953160434, 'Indie Theater'), ('Telegraph Hill', 37.800785, -122.4040908, 'Wingtip', 37.79446296800666, -122.40280893399066, "Men's Store"), ('Telegraph Hill', 37.800785, -122.4040908, "Calzone's Pizza Cucina", 37.799048, -122.408195, 'Italian Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Barbara Pinseria', 37.799158, -122.408795, 'Pizza Place'), ('Telegraph Hill', 37.800785, -122.4040908, 'Pier 23 Cafe', 37.80335180922726, -122.40085594699735, 'Seafood Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Hinodeya', 37.794655999999996, -122.404544, 'Ramen Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Cafe Jacqueline', 37.80046451370019, -122.40752693954296, 'French Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Golden Gate Bakery', 37.79643506491485, -122.40673366663002, 'Bakery'), ('Telegraph Hill', 37.800785, -122.4040908, 'Embarcadero Center Cinema', 37.79487082560101, -122.39964765424062, 'Indie Movie Theater'), ('Telegraph Hill', 37.800785, -122.4040908, 'Tupelo', 37.799274629564536, -122.40741491224955, 'Southern / Soul Food Restaurant'), ('Telegraph Hill', 37.800785, -122.4040908, 'Yi Fang Taiwan Fruit Tea', 37.795038, -122.407614, 'Bubble Tea Shop'), ('Telegraph Hill', 37.800785, -122.4040908, 'Trattoria Contadina', 37.80007798490103, -122.41242184056667, 'Trattoria/Osteria')], [('Tenderloin', 37.7842493, -122.4139933, 'Onsen', 37.783642008738866, -122.41544348275967, 'Spa'), ('Tenderloin', 37.7842493, -122.4139933, 'Bourbon & Branch', 37.78583930508104, -122.41308816541645, 'Speakeasy'), ('Tenderloin', 37.7842493, -122.4139933, 'Scullery', 37.78656567565333, -122.4146014679702, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'George and Lennie', 37.781701059650835, -122.41521318340857, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Saigon Sandwich', 37.783084082892096, -122.41764971994778, 'Sandwich Place'), ('Tenderloin', 37.7842493, -122.4139933, 'Lers Ros Thai', 37.78475865530321, -122.41781120656418, 'Thai Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'RS94109', 37.78563944612241, -122.41816520690917, 'Record Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Black Sugar', 37.786135125067496, -122.40994756960231, 'Bubble Tea Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Philz Coffee', 37.781266078330276, -122.41690086946063, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Villon', 37.780865252229155, -122.41247055353418, 'French Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Liholiho Yacht Club', 37.78833241767785, -122.41460517290737, 'Hawaiian Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Equator Coffees & Teas', 37.78259750945642, -122.41021782159805, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Arsicault Bakery', 37.780789, -122.413433, 'Bakery'), ('Tenderloin', 37.7842493, -122.4139933, 'The Flying Falafel', 37.781323, -122.411138, 'Mediterranean Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, "Pearl's Deluxe Burgers", 37.78764896810783, -122.4136204868911, 'Burger Joint'), ('Tenderloin', 37.7842493, -122.4139933, 'The Olympic Club', 37.788181056861674, -122.41106656038573, 'Gym / Fitness Center'), ('Tenderloin', 37.7842493, -122.4139933, 'Asian Art Museum', 37.780177691822274, -122.41650543857212, 'Art Museum'), ('Tenderloin', 37.7842493, -122.4139933, 'Montesacro', 37.78171949169427, -122.40987542855284, 'Pizza Place'), ('Tenderloin', 37.7842493, -122.4139933, 'Proper Hotel San Francisco', 37.780876, -122.412456, 'Hotel'), ('Tenderloin', 37.7842493, -122.4139933, 'The Strand', 37.7798876509815, -122.41313778134582, 'Theater'), ('Tenderloin', 37.7842493, -122.4139933, "Brenda's French Soul Food", 37.782896409128426, -122.41889744997026, 'Southern / Soul Food Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Jane', 37.78651387688285, -122.41826491410286, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Whitechapel', 37.782229672214264, -122.41888384430436, 'Cocktail Bar'), ('Tenderloin', 37.7842493, -122.4139933, 'Blick Art Materials', 37.7824467, -122.4097432, 'Arts & Crafts Store'), ('Tenderloin', 37.7842493, -122.4139933, 'Bite', 37.788375567460754, -122.41550360576556, 'Sandwich Place'), ('Tenderloin', 37.7842493, -122.4139933, 'Alonzo King LINES Dance Center', 37.78011579001734, -122.41218675901435, 'Dance Studio'), ('Tenderloin', 37.7842493, -122.4139933, 'Orpheum Theatre', 37.77931513142802, -122.41479024053517, 'Theater'), ('Tenderloin', 37.7842493, -122.4139933, 'Grass Roots', 37.78689060215334, -122.41952465653297, 'Marijuana Dispensary'), ('Tenderloin', 37.7842493, -122.4139933, 'Le Colonial', 37.78828061940812, -122.41245016717406, 'Vietnamese Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Mint Plaza', 37.78273106052308, -122.40786015987398, 'Plaza'), ('Tenderloin', 37.7842493, -122.4139933, 'Kuma Sushi + Sake', 37.7867804695193, -122.41988550891186, 'Sushi Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Gusto Pinsa Romana', 37.7895944763817, -122.41387265343073, 'Italian Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Hashiri', 37.78299392223508, -122.40783333778381, 'Japanese Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Blue Bottle Coffee', 37.782584031229135, -122.40774270152674, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, "Ike's Sandwiches", 37.78514559764317, -122.4196290626362, 'Sandwich Place'), ('Tenderloin', 37.7842493, -122.4139933, 'Mr. Holmes Bakehouse', 37.787626304136914, -122.41841702221737, 'Bakery'), ('Tenderloin', 37.7842493, -122.4139933, 'UNIQLO', 37.78584993862771, -122.4080414382703, 'Clothing Store'), ('Tenderloin', 37.7842493, -122.4139933, 'STUDIOMIX', 37.78511904186168, -122.4209531548301, 'Gym'), ('Tenderloin', 37.7842493, -122.4139933, 'Birdsong', 37.77942453003254, -122.41047319701762, 'Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Peacekeeper', 37.7896591404583, -122.41251589595036, 'Bar'), ('Tenderloin', 37.7842493, -122.4139933, 'Barbary Coast Collective', 37.78186704600669, -122.4076374625646, 'Marijuana Dispensary'), ('Tenderloin', 37.7842493, -122.4139933, 'Square Pie Guys', 37.77922897497529, -122.41086959838866, 'Pizza Place'), ('Tenderloin', 37.7842493, -122.4139933, 'Pentacle Coffee', 37.781367002828894, -122.40931446341938, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Cowboys & Angels', 37.7865968644514, -122.4080687904669, 'Cosmetics Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Saint Frank', 37.77951880012043, -122.41043187684741, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'City Beer Store', 37.778493094160055, -122.4122441455316, 'Beer Bar'), ('Tenderloin', 37.7842493, -122.4139933, 'Frena Bakery and Cafe', 37.78050015142697, -122.4082504232679, 'Bakery'), ('Tenderloin', 37.7842493, -122.4139933, 'Crostini And Java', 37.789110715703686, -122.41709877896758, 'Café'), ('Tenderloin', 37.7842493, -122.4139933, 'Fresh Brew Coffee', 37.78978620008683, -122.41177850836404, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Marianne’s', 37.78322969130896, -122.4067099218645, 'Speakeasy'), ('Tenderloin', 37.7842493, -122.4139933, 'Del Popolo', 37.78980692616314, -122.41134691314204, 'Pizza Place'), ('Tenderloin', 37.7842493, -122.4139933, 'Utsuwa Floral Design', 37.788575, -122.420151, 'Flower Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Good Vibrations', 37.783165314344444, -122.40616976893459, 'Adult Boutique'), ('Tenderloin', 37.7842493, -122.4139933, 'La Biang Thai Massage', 37.78873832023195, -122.42044168410258, 'Massage Studio'), ('Tenderloin', 37.7842493, -122.4139933, 'Williams-Sonoma', 37.78837660319474, -122.40744602791888, 'Kitchen Supply Store'), ('Tenderloin', 37.7842493, -122.4139933, 'Union Square', 37.78793300477387, -122.40750074386597, 'Pedestrian Plaza'), ('Tenderloin', 37.7842493, -122.4139933, 'Liquid Gold', 37.79060167515175, -122.41737185522346, 'Beer Bar'), ('Tenderloin', 37.7842493, -122.4139933, "Trader Joe's", 37.78554041959348, -122.40545481697127, 'Grocery Store'), ('Tenderloin', 37.7842493, -122.4139933, 'Village Pets', 37.790566294608844, -122.41722487519357, 'Pet Store'), ('Tenderloin', 37.7842493, -122.4139933, 'Books, Inc.', 37.78161387913699, -122.42053066602286, 'Bookstore'), ('Tenderloin', 37.7842493, -122.4139933, 'Herbst Theater', 37.779548182877924, -122.42095293686124, 'Concert Hall'), ('Tenderloin', 37.7842493, -122.4139933, 'The Masonic', 37.79118818627268, -122.41302191054984, 'Concert Hall'), ('Tenderloin', 37.7842493, -122.4139933, 'Bikram Yoga', 37.78935385240949, -122.42044212569694, 'Yoga Studio'), ('Tenderloin', 37.7842493, -122.4139933, 'The Huntington Hotel', 37.791329475329476, -122.4122247084826, 'Hotel'), ('Tenderloin', 37.7842493, -122.4139933, 'Grace Cathedral', 37.79166582464069, -122.41334845310054, 'Church'), ('Tenderloin', 37.7842493, -122.4139933, 'Apple Union Square', 37.788689736326674, -122.4071735143661, 'Electronics Store'), ('Tenderloin', 37.7842493, -122.4139933, 'Vive La Tarte', 37.77701166643817, -122.41089851840502, 'Café'), ('Tenderloin', 37.7842493, -122.4139933, 'Maison Margiela', 37.78826107452542, -122.40576506157396, 'Boutique'), ('Tenderloin', 37.7842493, -122.4139933, 'Suit Supply', 37.78799659163956, -122.40611704389407, "Men's Store"), ('Tenderloin', 37.7842493, -122.4139933, 'Ananda Fuara', 37.77769251469199, -122.41635331222618, 'Vegetarian / Vegan Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Ben Thai Cafe', 37.78923323075366, -122.42047853188144, 'Thai Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Saint Laurent', 37.78777380886315, -122.40541234778567, 'Boutique'), ('Tenderloin', 37.7842493, -122.4139933, 'CHANEL Boutique', 37.78790143329766, -122.40602022357814, 'Boutique'), ('Tenderloin', 37.7842493, -122.4139933, 'SPARC SF', 37.77682719000433, -122.4141162698344, 'Marijuana Dispensary'), ('Tenderloin', 37.7842493, -122.4139933, 'War Memorial Opera House', 37.77860106097681, -122.42081554583409, 'Opera House'), ('Tenderloin', 37.7842493, -122.4139933, 'Collis P. Huntington Park', 37.79216169939808, -122.4121543765068, 'Park'), ('Tenderloin', 37.7842493, -122.4139933, "Trader Joe's", 37.79071052121959, -122.41795031848415, 'Grocery Store'), ('Tenderloin', 37.7842493, -122.4139933, 'Louise M. Davies Symphony Hall', 37.7779761642689, -122.42015694896058, 'Concert Hall'), ('Tenderloin', 37.7842493, -122.4139933, 'Limoncello', 37.78739297703647, -122.42339085911853, 'Wine Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Rue Lepic', 37.790912678347404, -122.41076957699637, 'French Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'The Archive', 37.789494095008216, -122.40576567208811, "Men's Store"), ('Tenderloin', 37.7842493, -122.4139933, 'Blue Bottle Coffee', 37.77628641647586, -122.41686701774597, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Labyrinth at Grace Cathedral', 37.79212161752906, -122.41291366763596, 'Sculpture Garden'), ('Tenderloin', 37.7842493, -122.4139933, 'Tín', 37.7808404682961, -122.40577027780122, 'Vietnamese Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'War Memorial Court', 37.77904241854804, -122.42097079753876, 'Park'), ('Tenderloin', 37.7842493, -122.4139933, 'Sightglass Coffee', 37.77700097623915, -122.40851927201014, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Deli Board', 37.777621, -122.407095, 'Sandwich Place'), ('Tenderloin', 37.7842493, -122.4139933, 'Fitness SF', 37.776161, -122.416413, 'Gym / Fitness Center'), ('Tenderloin', 37.7842493, -122.4139933, 'Coffee Cultures', 37.77608918504131, -122.41471693189158, 'Coffee Shop'), ('Tenderloin', 37.7842493, -122.4139933, 'Four Seasons Hotel San Francisco', 37.786097, -122.4041629, 'Hotel'), ('Tenderloin', 37.7842493, -122.4139933, 'Bouche', 37.79028831910032, -122.40735094045411, 'French Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'Cartier', 37.7884747, -122.4054115, 'Jewelry Store'), ('Tenderloin', 37.7842493, -122.4139933, 'Swan Oyster Depot', 37.790930790704444, -122.42075867425216, 'Seafood Restaurant'), ('Tenderloin', 37.7842493, -122.4139933, 'The Fairmont San Francisco', 37.79236732627899, -122.41046086117939, 'Hotel'), ('Tenderloin', 37.7842493, -122.4139933, 'Super Duper Burgers', 37.7847869, -122.4035214, 'Burger Joint'), ('Tenderloin', 37.7842493, -122.4139933, 'The Beer Hall', 37.77683728951549, -122.41791582317194, 'Beer Bar'), ('Tenderloin', 37.7842493, -122.4139933, 'Le Beau Market', 37.792934321625644, -122.41620548846682, 'Grocery Store'), ('Tenderloin', 37.7842493, -122.4139933, 'Maiden Lane', 37.788330727453264, -122.40442857114768, 'Plaza'), ('Tenderloin', 37.7842493, -122.4139933, 'Central Computers', 37.782602092322485, -122.40355958271432, 'Electronics Store'), ('Tenderloin', 37.7842493, -122.4139933, 'Urban Bowls', 37.778139, -122.422168, 'Poke Place')], [('Treasure Island', 37.8233541, -122.370153102287, 'Treasure Island', 37.824090595823414, -122.37070083618163, 'Island'), ('Treasure Island', 37.8233541, -122.370153102287, 'Mersea', 37.82247260805238, -122.3755940686198, 'American Restaurant'), ('Treasure Island', 37.8233541, -122.370153102287, 'Woods Island Club', 37.81827815168277, -122.36731395812218, 'Brewery'), ('Treasure Island', 37.8233541, -122.370153102287, 'Treasure Island Flea', 37.82102029449565, -122.37446894340125, 'Flea Market'), ('Treasure Island', 37.8233541, -122.370153102287, 'Aracely Cafe', 37.8277850224359, -122.37405572917012, 'Breakfast Spot'), ('Treasure Island', 37.8233541, -122.370153102287, 'Tepper Field', 37.82324883599845, -122.36478295466871, 'Baseball Field'), ('Treasure Island', 37.8233541, -122.370153102287, 'Treasure Island Museum', 37.81705856323242, -122.37110900878906, 'History Museum'), ('Treasure Island', 37.8233541, -122.370153102287, 'Island Cove Market', 37.81975593096701, -122.37204098439456, 'Grocery Store'), ('Treasure Island', 37.8233541, -122.370153102287, 'Ketcham Field', 37.82556401058003, -122.3669063154465, 'Baseball Field'), ('Treasure Island', 37.8233541, -122.370153102287, 'Golden Gate Rugby Club', 37.82099864534171, -122.36579292122609, 'Rugby Pitch'), ('Treasure Island', 37.8233541, -122.370153102287, 'The Great Lawn at Treasure Island', 37.82136310581983, -122.37482858452853, 'Park'), ('Treasure Island', 37.8233541, -122.370153102287, "Linda's Catering", 37.82811390832841, -122.36734226322804, 'Food Truck'), ('Treasure Island', 37.8233541, -122.370153102287, 'Gaelic Football Field', 37.820824, -122.36538, 'Athletics & Sports'), ('Treasure Island', 37.8233541, -122.370153102287, 'Anello Family Crab & Seafood', 37.82444, -122.364391, 'Food Stand'), ('Treasure Island', 37.8233541, -122.370153102287, 'Cochinita', 37.82741261297301, -122.36718733005146, 'Food Truck'), ('Treasure Island', 37.8233541, -122.370153102287, 'sams chowder mobile treasure island', 37.82751421675354, -122.36709879670559, 'Food Truck'), ('Treasure Island', 37.8233541, -122.370153102287, "Adam's Grub Truck", 37.824065041799315, -122.36412181971342, 'Food Truck'), ('Treasure Island', 37.8233541, -122.370153102287, 'Frozen Kuhsterd @ Treasure Island', 37.82407583569595, -122.36395028130588, 'Food Truck'), ('Treasure Island', 37.8233541, -122.370153102287, 'Grilled Cheese Guy', 37.82769622918332, -122.36696046320394, 'Food Truck'), ('Treasure Island', 37.8233541, -122.370153102287, 'Opulent Temple Rites Of Massive', 37.819406741969566, -122.36600872379698, 'Music Venue'), ('Treasure Island', 37.8233541, -122.370153102287, 'Ghostship', 37.819428067858496, -122.36589252246749, 'Music Venue'), ('Treasure Island', 37.8233541, -122.370153102287, 'Treasure Island Workout Park', 37.82476214866295, -122.376710916942, 'Park'), ('Treasure Island', 37.8233541, -122.370153102287, 'Muni Stop Gateview Ave & Ave B', 37.82441256221386, -122.3769268800181, 'Bus Station'), ('Treasure Island', 37.8233541, -122.370153102287, 'Anton KS BBQ', 37.828352230904706, -122.36683872957246, 'Food Truck'), ('Treasure Island', 37.8233541, -122.370153102287, 'Treasure Island Sailing Center', 37.819164389026255, -122.36460188643206, 'Harbor / Marina'), ('Treasure Island', 37.8233541, -122.370153102287, "Tammy's Chicken In Waffles", 37.81745, -122.37236, 'Fried Chicken Joint'), ('Treasure Island', 37.8233541, -122.370153102287, 'Treasure Island Lacrosse Field', 37.8292210710267, -122.373810075117, 'Athletics & Sports'), ('Treasure Island', 37.8233541, -122.370153102287, 'Moto Guild', 37.82991222857803, -122.36926284449582, 'Motorcycle Shop'), ('Treasure Island', 37.8233541, -122.370153102287, 'San Francisco Fog Rugby Pitch', 37.83080093185494, -122.3747367590281, 'Rugby Pitch'), ('Treasure Island', 37.8233541, -122.370153102287, 'Island Market & Deli', 37.81627620499049, -122.37165913433505, 'Grocery Store')], [('Twin Peaks', 37.75464, -122.44648, 'Twin Peaks Summit', 37.75457824954849, -122.44688093662262, 'Hill'), ('Twin Peaks', 37.75464, -122.44648, 'Twin Peaks Summit (North/Eureka Peak)', 37.75315314996302, -122.44729936122896, 'Scenic Lookout'), ('Twin Peaks', 37.75464, -122.44648, 'Twin Peaks Summit (South/Noe Peak)', 37.751579570617366, -122.44768023490906, 'Scenic Lookout'), ('Twin Peaks', 37.75464, -122.44648, 'Pemberton Steps', 37.758293558681466, -122.44692653417586, 'Trail'), ('Twin Peaks', 37.75464, -122.44648, 'Twin Peaks Stairs', 37.7519888741256, -122.44677633047105, 'Trail'), ('Twin Peaks', 37.75464, -122.44648, 'Kite Hill Open Space', 37.758289882870194, -122.44143521277012, 'Park'), ('Twin Peaks', 37.75464, -122.44648, 'Tank Hill Park', 37.759971886124504, -122.44765487248173, 'Park'), ('Twin Peaks', 37.75464, -122.44648, "Neighbor's Corner", 37.7555131728364, -122.43875375517898, 'Café'), ('Twin Peaks', 37.75464, -122.44648, 'Philz Coffee', 37.75118190285389, -122.43838192590961, 'Coffee Shop'), ('Twin Peaks', 37.75464, -122.44648, 'Noe Valley Courts & Playground', 37.75131668256774, -122.43871219173363, 'Park'), ('Twin Peaks', 37.75464, -122.44648, 'Firefly Restaurant', 37.75107804009584, -122.43837981162999, 'American Restaurant'), ('Twin Peaks', 37.75464, -122.44648, 'Twin Peaks Native Plant Restoration', 37.75476386669129, -122.44642293388888, 'Trail'), ('Twin Peaks', 37.75464, -122.44648, 'Sutro Tower', 37.75536, -122.45289, 'Monument / Landmark'), ('Twin Peaks', 37.75464, -122.44648, "Adel's Wine Cellar", 37.761542999999996, -122.448889, 'Wine Bar'), ('Twin Peaks', 37.75464, -122.44648, "MaMa Ji's", 37.76074993654171, -122.43865144053532, 'Szechuan Restaurant'), ('Twin Peaks', 37.75464, -122.44648, '22nd Street Jungle Stairs', 37.7543816767982, -122.43614387925199, 'Trail'), ('Twin Peaks', 37.75464, -122.44648, 'Midtown Terrace Park & Rec Center', 37.751736794179315, -122.45581961111225, 'Playground'), ('Twin Peaks', 37.75464, -122.44648, 'Top of the Hill', 37.75748903552887, -122.43604340778415, 'Hill'), ('Twin Peaks', 37.75464, -122.44648, 'Mount Olympus', 37.763306385544766, -122.44554251432419, 'Monument / Landmark'), ('Twin Peaks', 37.75464, -122.44648, 'Seward Street Slides', 37.75787292497112, -122.43985757971268, 'Playground'), ('Twin Peaks', 37.75464, -122.44648, 'Uranus Terrace', 37.76111384571172, -122.44556665420534, 'Road'), ('Twin Peaks', 37.75464, -122.44648, 'Douglas Street Park', 37.75124863845013, -122.43868689394955, 'Park'), ('Twin Peaks', 37.75464, -122.44648, 'Bikram Yoga Castro', 37.7575850203158, -122.43793486959362, 'Yoga Studio'), ('Twin Peaks', 37.75464, -122.44648, 'Douglass Steps', 37.75736758449066, -122.4395462360707, 'Scenic Lookout'), ('Twin Peaks', 37.75464, -122.44648, 'Ristorante Bacco', 37.75141, -122.43612, 'Italian Restaurant'), ('Twin Peaks', 37.75464, -122.44648, 'Interior Greenbelt', 37.760462569113216, -122.45347745291541, 'Park'), ('Twin Peaks', 37.75464, -122.44648, 'Fenway Market', 37.760252390994765, -122.44340351208845, 'Grocery Store'), ('Twin Peaks', 37.75464, -122.44648, 'New Upper Terrace Market', 37.7618573013668, -122.44535733517779, 'Convenience Store'), ('Twin Peaks', 37.75464, -122.44648, 'Diamond Café', 37.751233423506, -122.43626052501266, 'Café'), ('Twin Peaks', 37.75464, -122.44648, "Rin's Thai", 37.751008737061895, -122.43850547305745, 'Thai Restaurant'), ('Twin Peaks', 37.75464, -122.44648, 'Pioneer Renewer', 37.7606070752266, -122.43943034758537, 'Shoe Store'), ('Twin Peaks', 37.75464, -122.44648, 'Twin Peaks Reservoir', 37.756202659943916, -122.4485492706299, 'Reservoir'), ('Twin Peaks', 37.75464, -122.44648, 'Vista Lane Stairs', 37.7525190566512, -122.44544327259062, 'Trail'), ('Twin Peaks', 37.75464, -122.44648, 'MUNI Bus Stop - Clayton & Corbett', 37.758687981229656, -122.44601726531982, 'Bus Stop'), ('Twin Peaks', 37.75464, -122.44648, 'Historic Trail', 37.758045118833245, -122.4510502067247, 'Trail'), ('Twin Peaks', 37.75464, -122.44648, 'Angel of Hope', 37.76008907400986, -122.45031542120438, 'Public Art'), ('Twin Peaks', 37.75464, -122.44648, 'Glen Canyon View', 37.74813124238725, -122.44942477106257, 'Scenic Lookout'), ('Twin Peaks', 37.75464, -122.44648, 'Caselli & Clover Garden', 37.759899491481605, -122.44052676132121, 'Garden'), ('Twin Peaks', 37.75464, -122.44648, 'MUNI Bus Stop - Portola & Clipper', 37.747190452300785, -122.44428059167389, 'Bus Station'), ('Twin Peaks', 37.75464, -122.44648, 'Portola Open Space', 37.74703254413712, -122.44419336318968, 'Park'), ('Twin Peaks', 37.75464, -122.44648, 'Glenhaven Lane Stairs', 37.755570713402115, -122.45692580938338, 'Trail'), ('Twin Peaks', 37.75464, -122.44648, 'Laguna Honda Community Trail System', 37.747833, -122.45366, 'Trail'), ('Twin Peaks', 37.75464, -122.44648, 'East Ridge Trail', 37.7582941379166, -122.45676703154167, 'Trail')], [('Union Square', 37.7879363, -122.4075174031803, 'Maison Margiela', 37.78826107452542, -122.40576506157396, 'Boutique'), ('Union Square', 37.7879363, -122.4075174031803, 'Saint Laurent', 37.78777380886315, -122.40541234778567, 'Boutique'), ('Union Square', 37.7879363, -122.4075174031803, 'The Archive', 37.789494095008216, -122.40576567208811, "Men's Store"), ('Union Square', 37.7879363, -122.4075174031803, 'Tiffany & Co.', 37.7885979, -122.4077075, 'Jewelry Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Williams-Sonoma', 37.78837660319474, -122.40744602791888, 'Kitchen Supply Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Suit Supply', 37.78799659163956, -122.40611704389407, "Men's Store"), ('Union Square', 37.7879363, -122.4075174031803, 'Benjamin Cooper', 37.787396, -122.409847, 'Cocktail Bar'), ('Union Square', 37.7879363, -122.4075174031803, 'Cowboys & Angels', 37.7865968644514, -122.4080687904669, 'Cosmetics Shop'), ('Union Square', 37.7879363, -122.4075174031803, 'CHANEL Boutique', 37.78790143329766, -122.40602022357814, 'Boutique'), ('Union Square', 37.7879363, -122.4075174031803, 'Apple Union Square', 37.788689736326674, -122.4071735143661, 'Electronics Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Union Square', 37.78793300477387, -122.40750074386597, 'Pedestrian Plaza'), ('Union Square', 37.7879363, -122.4075174031803, 'Pure Organic Spa', 37.78928634075461, -122.40919054070815, 'Spa'), ('Union Square', 37.7879363, -122.4075174031803, 'Cartier', 37.7884747, -122.4054115, 'Jewelry Store'), ('Union Square', 37.7879363, -122.4075174031803, 'The Olympic Club', 37.788181056861674, -122.41106656038573, 'Gym / Fitness Center'), ('Union Square', 37.7879363, -122.4075174031803, 'UNIQLO', 37.78584993862771, -122.4080414382703, 'Clothing Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Black Sugar', 37.786135125067496, -122.40994756960231, 'Bubble Tea Shop'), ('Union Square', 37.7879363, -122.4075174031803, 'The Cheesecake Factory', 37.78750273396205, -122.4076082635476, 'American Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Westin St Francis - Imperial Room', 37.78774223089045, -122.40875601768494, 'Hotel Bar'), ('Union Square', 37.7879363, -122.4075174031803, 'Maiden Lane', 37.788330727453264, -122.40442857114768, 'Plaza'), ('Union Square', 37.7879363, -122.4075174031803, 'Christian Louboutin', 37.788098668881844, -122.40400043517403, 'Boutique'), ('Union Square', 37.7879363, -122.4075174031803, "Trader Joe's", 37.78554041959348, -122.40545481697127, 'Grocery Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Bouche', 37.79028831910032, -122.40735094045411, 'French Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'CB2 Union Square', 37.78591, -122.40677, 'Furniture / Home Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Dyson Demo', 37.7872787, -122.4078944, 'Electronics Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Barneys New York', 37.7863919, -122.4061099, 'Department Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Benefit Cosmetics', 37.78989794711177, -122.40493386983871, 'Cosmetics Shop'), ('Union Square', 37.7879363, -122.4075174031803, 'Grand Hyatt San Francisco', 37.7890701185626, -122.40716779993376, 'Hotel'), ('Union Square', 37.7879363, -122.4075174031803, 'Crate & Barrel', 37.786379, -122.406515, 'Furniture / Home Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Asha Tea House', 37.788175, -122.403615, 'Tea Room'), ('Union Square', 37.7879363, -122.4075174031803, 'Hogwash', 37.78916079428825, -122.40994388489445, 'Beer Bar'), ('Union Square', 37.7879363, -122.4075174031803, 'Equinox Sports Club San Francisco', 37.786648797219776, -122.40456753735126, 'Gym'), ('Union Square', 37.7879363, -122.4075174031803, 'Brilliant Earth', 37.78682, -122.40549, 'Jewelry Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Hostelling International', 37.786467322814346, -122.40965415362554, 'Hostel'), ('Union Square', 37.7879363, -122.4075174031803, 'Pacific Cocktail Haven', 37.78919210005242, -122.40997105836868, 'Cocktail Bar'), ('Union Square', 37.7879363, -122.4075174031803, 'Disney Store', 37.786191, -122.406488, 'Toy / Game Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Blue Bottle Coffee', 37.789744, -122.403652, 'Coffee Shop'), ('Union Square', 37.7879363, -122.4075174031803, 'Akiko’s Restaurant & Sushi Bar', 37.790623, -122.404657, 'Sushi Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'The Westin St. Francis on Union Square', 37.787618, -122.4087882, 'Hotel'), ('Union Square', 37.7879363, -122.4075174031803, 'Tunnel Top', 37.790278000572236, -122.4072361885583, 'Bar'), ('Union Square', 37.7879363, -122.4075174031803, 'Four Seasons Hotel San Francisco', 37.786097, -122.4041629, 'Hotel'), ('Union Square', 37.7879363, -122.4075174031803, 'Burberry', 37.78852005825455, -122.40558757463077, 'Clothing Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Cask', 37.7871136216059, -122.40309154163766, 'Liquor Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Pushkin', 37.79094301071348, -122.40387738626474, 'Russian Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Tacorea', 37.78976228934146, -122.41079181432723, 'Korean Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Del Popolo', 37.78980692616314, -122.41134691314204, 'Pizza Place'), ('Union Square', 37.7879363, -122.4075174031803, 'Crocker Galleria Roof Terrace', 37.78914610393464, -122.40244687451936, 'Roof Deck'), ('Union Square', 37.7879363, -122.4075174031803, 'Peacekeeper', 37.7896591404583, -122.41251589595036, 'Bar'), ('Union Square', 37.7879363, -122.4075174031803, 'Sababa', 37.791185, -122.404219, 'Mediterranean Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Fresh Brew Coffee', 37.78978620008683, -122.41177850836404, 'Coffee Shop'), ('Union Square', 37.7879363, -122.4075174031803, 'lululemon athletica', 37.79017138154807, -122.40578681230545, 'Clothing Store'), ('Union Square', 37.7879363, -122.4075174031803, 'Sushirrito', 37.790227277138705, -122.40389696995778, 'Sushi Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Flatiron Wine and Spirits', 37.78803899005183, -122.40146577358246, 'Wine Shop'), ('Union Square', 37.7879363, -122.4075174031803, 'The Pool at Equinox Sports Club', 37.786193, -122.403851, 'Gym / Fitness Center'), ('Union Square', 37.7879363, -122.4075174031803, 'Le Colonial', 37.78828061940812, -122.41245016717406, 'Vietnamese Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Yerba Buena Gardens', 37.784809, -122.402549, 'Garden'), ('Union Square', 37.7879363, -122.4075174031803, 'The Ritz-Carlton, San Francisco', 37.791812, -122.407101, 'Hotel'), ('Union Square', 37.7879363, -122.4075174031803, 'Rue Lepic', 37.790912678347404, -122.41076957699637, 'French Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, "Oren's Hummus", 37.786668908442635, -122.40251166215769, 'Mediterranean Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'The St. Regis San Francisco', 37.7861299, -122.4014681, 'Hotel'), ('Union Square', 37.7879363, -122.4075174031803, 'Powell Street Cable Car Turnaround', 37.78464464237672, -122.40769901233662, 'Cable Car'), ('Union Square', 37.7879363, -122.4075174031803, 'Super Duper Burgers', 37.7847869, -122.4035214, 'Burger Joint'), ('Union Square', 37.7879363, -122.4075174031803, 'Contemporary Jewish Museum', 37.78587834181355, -122.40333791193898, 'Museum'), ('Union Square', 37.7879363, -122.4075174031803, 'Tselogs', 37.78647937415373, -122.4131275886682, 'Filipino Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Museum of the African Diaspora', 37.78658972397816, -122.40167971638029, 'Museum'), ('Union Square', 37.7879363, -122.4075174031803, 'Blue Bottle Coffee', 37.792771, -122.404833, 'Coffee Shop'), ('Union Square', 37.7879363, -122.4075174031803, 'Wilson & Wilson Private Detective Agency', 37.785969424436054, -122.4129694595614, 'Speakeasy'), ('Union Square', 37.7879363, -122.4075174031803, "Stookey's Club Moderne", 37.78967032844174, -122.41203660841622, 'Cocktail Bar'), ('Union Square', 37.7879363, -122.4075174031803, 'Gusto Pinsa Romana', 37.7895944763817, -122.41387265343073, 'Italian Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'The View', 37.785349005911556, -122.40436221777719, 'Lounge'), ('Union Square', 37.7879363, -122.4075174031803, 'The Fairmont San Francisco', 37.79236732627899, -122.41046086117939, 'Hotel'), ('Union Square', 37.7879363, -122.4075174031803, 'Hashiri', 37.78299392223508, -122.40783333778381, 'Japanese Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Bourbon & Branch', 37.78583930508104, -122.41308816541645, 'Speakeasy'), ('Union Square', 37.7879363, -122.4075174031803, 'Mixt', 37.790332008562416, -122.40392802552624, 'Salad Place'), ('Union Square', 37.7879363, -122.4075174031803, 'The Huntington Hotel', 37.791329475329476, -122.4122247084826, 'Hotel'), ('Union Square', 37.7879363, -122.4075174031803, 'Mint Plaza', 37.78273106052308, -122.40786015987398, 'Plaza'), ('Union Square', 37.7879363, -122.4075174031803, 'Marianne’s', 37.78322969130896, -122.4067099218645, 'Speakeasy'), ('Union Square', 37.7879363, -122.4075174031803, 'Collis P. Huntington Park', 37.79216169939808, -122.4121543765068, 'Park'), ('Union Square', 37.7879363, -122.4075174031803, 'Yerba Buena Center for the Arts', 37.78548419941755, -122.4024508876109, 'Art Museum'), ('Union Square', 37.7879363, -122.4075174031803, 'The Vault', 37.792074, -122.403972, 'Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Good Vibrations', 37.783165314344444, -122.40616976893459, 'Adult Boutique'), ('Union Square', 37.7879363, -122.4075174031803, 'San Francisco Museum of Modern Art', 37.78589423994824, -122.40089653026742, 'Art Museum'), ('Union Square', 37.7879363, -122.4075174031803, 'Blue Bottle Coffee', 37.782584031229135, -122.40774270152674, 'Coffee Shop'), ('Union Square', 37.7879363, -122.4075174031803, 'René Magritte - The Fifth Season', 37.78584795117783, -122.40117268648817, 'Exhibit'), ('Union Square', 37.7879363, -122.4075174031803, 'Spoke Art Gallery', 37.78859771046097, -122.41383174816049, 'Art Gallery'), ('Union Square', 37.7879363, -122.4075174031803, 'Liholiho Yacht Club', 37.78833241767785, -122.41460517290737, 'Hawaiian Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, "Old Saint Mary's Cathedral (Old Cathedral of Saint Mary)", 37.79277194244935, -122.40590981024013, 'Church'), ('Union Square', 37.7879363, -122.4075174031803, 'Sanraku', 37.78877046964189, -122.41206745413582, 'Japanese Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Hopwater Distribution', 37.789927637673124, -122.41131669050196, 'Beer Bar'), ('Union Square', 37.7879363, -122.4075174031803, 'Nordstrom', 37.7839703, -122.4070539, "Women's Store"), ('Union Square', 37.7879363, -122.4075174031803, "Muracci's Japanese Curry & Grill", 37.791, -122.404282, 'Japanese Curry Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, "Pearl's Deluxe Burgers", 37.78764896810783, -122.4136204868911, 'Burger Joint'), ('Union Square', 37.7879363, -122.4075174031803, 'The Masonic', 37.79118818627268, -122.41302191054984, 'Concert Hall'), ('Union Square', 37.7879363, -122.4075174031803, 'SEE', 37.788329388934635, -122.40222483873367, 'Optical Shop'), ('Union Square', 37.7879363, -122.4075174031803, 'Palace Hotel', 37.78803041604944, -122.40186020213218, 'Hotel'), ('Union Square', 37.7879363, -122.4075174031803, 'The Occidental Cigar Club', 37.79179551117991, -122.40378011785673, 'Whisky Bar'), ('Union Square', 37.7879363, -122.4075174031803, 'Alexander Book Company', 37.78867102787043, -122.40062557442468, 'Bookstore'), ('Union Square', 37.7879363, -122.4075174031803, 'SFMOMA Rooftop Sculpture Garden', 37.7863356901678, -122.4004037044823, 'Art Museum'), ('Union Square', 37.7879363, -122.4075174031803, 'Big 4 Restaurant', 37.7914899311035, -122.41239296657055, 'American Restaurant'), ('Union Square', 37.7879363, -122.4075174031803, 'Brannan Food Trucks', 37.782672060833136, -122.41027210933136, 'Food Truck'), ('Union Square', 37.7879363, -122.4075174031803, 'Big', 37.78333171259477, -122.4107311465506, 'Cocktail Bar')], [('University Mound', 55.94951105, -3.195349125254407, 'Old Town', 55.94950019084528, -3.192805051803589, 'Neighborhood'), ('University Mound', 55.94951105, -3.195349125254407, 'Castle Rock Hostel', 55.94820131892496, -3.1961027516550558, 'Hostel'), ('University Mound', 55.94951105, -3.195349125254407, 'Whiski Rooms', 55.95001521066508, -3.193521992306461, 'Scottish Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'Oink', 55.94859191113187, -3.1940986687151307, 'Sandwich Place'), ('University Mound', 55.94951105, -3.195349125254407, 'The Scotch Whisky Experience', 55.94884094045347, -3.1959092989528246, 'Museum'), ('University Mound', 55.94951105, -3.195349125254407, 'Camera Obscura and World of Illusions', 55.949121, -3.19552, 'Science Museum'), ('University Mound', 55.94951105, -3.195349125254407, 'Hula Juice Bar', 55.94802969753912, -3.1945622541850174, 'Juice Bar'), ('University Mound', 55.94951105, -3.195349125254407, "The Devil's Advocate", 55.950309274554115, -3.1916428793150113, 'Cocktail Bar'), ('University Mound', 55.94951105, -3.195349125254407, "St. Giles' Cathedral", 55.94953083816066, -3.1917161094246205, 'Church'), ('University Mound', 55.94951105, -3.195349125254407, 'Grassmarket', 55.94787214820332, -3.1946193926430757, 'Plaza'), ('University Mound', 55.94951105, -3.195349125254407, "The Deacon's House Cafe", 55.949368210523765, -3.193183371557077, 'Café'), ('University Mound', 55.94951105, -3.195349125254407, 'East Princes Street Gardens', 55.95185836398209, -3.1943500257018984, 'Park'), ('University Mound', 55.94951105, -3.195349125254407, 'Scottish National Gallery', 55.95101962645091, -3.1957207982705267, 'Art Museum'), ('University Mound', 55.94951105, -3.195349125254407, 'Howies', 55.94877305855548, -3.193234638772362, 'Café'), ('University Mound', 55.94951105, -3.195349125254407, 'West Princes Street Gardens', 55.9510422770373, -3.199392836566597, 'Park'), ('University Mound', 55.94951105, -3.195349125254407, 'The Milkman', 55.950649752152266, -3.191010159156321, 'Coffee Shop'), ('University Mound', 55.94951105, -3.195349125254407, 'The Bow Bar', 55.948583147717166, -3.194156620686057, 'Pub'), ('University Mound', 55.94951105, -3.195349125254407, "Mary's Milk Bar", 55.94706248147531, -3.19752520248515, 'Ice Cream Shop'), ('University Mound', 55.94951105, -3.195349125254407, 'Jolly Judge', 55.94958539483542, -3.1938576604606705, 'Pub'), ('University Mound', 55.94951105, -3.195349125254407, 'Edinburgh Castle', 55.94881534959578, -3.200283050537109, 'Castle'), ('University Mound', 55.94951105, -3.195349125254407, 'Mussel & Steak Bar', 55.94793749927136, -3.1944209234130967, 'Seafood Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'Makars Gourmet Mash Bar', 55.94999066553368, -3.1939211260292377, 'Bistro'), ('University Mound', 55.94951105, -3.195349125254407, 'The Scott Monument', 55.952394112117155, -3.1932690739631653, 'Monument / Landmark'), ('University Mound', 55.94951105, -3.195349125254407, 'BrewDog Edinburgh', 55.94850742783075, -3.1896260278133073, 'Beer Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Ensign Ewart', 55.949241, -3.19464, 'Pub'), ('University Mound', 55.94951105, -3.195349125254407, 'The Mound', 55.94995825427254, -3.195225284764483, 'Scenic Lookout'), ('University Mound', 55.94951105, -3.195349125254407, 'National Museum of Scotland', 55.947254180629045, -3.189314671482854, 'Museum'), ('University Mound', 55.94951105, -3.195349125254407, "Deacon Brodie's Tavern", 55.94939712347709, -3.192821779471499, 'Pub'), ('University Mound', 55.94951105, -3.195349125254407, 'The Royal Mile', 55.950028831947044, -3.188567161560058, 'Road'), ('University Mound', 55.94951105, -3.195349125254407, 'The Stone of Destiny', 55.94823165586649, -3.199579079139267, 'Historic Site'), ('University Mound', 55.94951105, -3.195349125254407, 'The Last Drop', 55.947704122389865, -3.195134376189887, 'Pub'), ('University Mound', 55.94951105, -3.195349125254407, 'Lowdown', 55.95338585563839, -3.1979357319007042, 'Café'), ('University Mound', 55.94951105, -3.195349125254407, 'The Dome', 55.9534768366037, -3.195535540580749, 'Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Dishoom', 55.95372613697486, -3.1925402113583075, 'Indian Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'Wellington Coffee', 55.95367072639448, -3.197448446332187, 'Coffee Shop'), ('University Mound', 55.94951105, -3.195349125254407, 'Hoot The Reedemer', 55.952430694629186, -3.1966494841768434, 'Dive Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'The Royal McGregor', 55.95000325615741, -3.188952245559239, 'Whisky Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Castello Coffee Co', 55.95119235494766, -3.20280834385289, 'Coffee Shop'), ('University Mound', 55.94951105, -3.195349125254407, 'Civerinos Slice', 55.9455123158299, -3.1911388134987613, 'Pizza Place'), ('University Mound', 55.94951105, -3.195349125254407, 'The Balmoral Hotel', 55.95311255845786, -3.189509384085317, 'Hotel'), ('University Mound', 55.94951105, -3.195349125254407, 'Hilton', 55.95076788107511, -3.1877292865918223, 'Hotel'), ('University Mound', 55.94951105, -3.195349125254407, "Greyfriars Bobby's Statue", 55.94688422402383, -3.1913089608404683, 'Outdoor Sculpture'), ('University Mound', 55.94951105, -3.195349125254407, 'Whiski Bar & Restaurant', 55.95031813671199, -3.186470589336909, 'Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Papii', 55.95455426922622, -3.1977882307715646, 'Breakfast Spot'), ('University Mound', 55.94951105, -3.195349125254407, 'The Queens Arms', 55.95365981206326, -3.2006732987683284, 'Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Salt Horse', 55.94917952000274, -3.185646582067153, 'Beer Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'El Cartel', 55.95390271654916, -3.199936471124075, 'Mexican Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, "Edinburgh Farmers' Market", 55.9476316667805, -3.2030699000034546, 'Farmers Market'), ('University Mound', 55.94951105, -3.195349125254407, 'The Bon Vivant', 55.953953109249866, -3.1997256996249246, 'Cocktail Bar'), ('University Mound', 55.94951105, -3.195349125254407, "Greyfriars Bobby's Bar", 55.946954500578165, -3.191181531980187, 'Pub'), ('University Mound', 55.94951105, -3.195349125254407, 'Brew Lab Coffee', 55.94713207302014, -3.1866846156570974, 'Coffee Shop'), ('University Mound', 55.94951105, -3.195349125254407, 'Waterstones', 55.95070555702315, -3.204649238935576, 'Bookstore'), ('University Mound', 55.94951105, -3.195349125254407, 'Stramash', 55.94867440925427, -3.187739777327234, 'Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Royal Lyceum Theatre', 55.94693631411309, -3.204277181996166, 'Theater'), ('University Mound', 55.94951105, -3.195349125254407, 'Bramble Bar', 55.954961, -3.197522, 'Cocktail Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Apple Princes Street', 55.9533541, -3.1899474, 'Electronics Store'), ('University Mound', 55.94951105, -3.195349125254407, 'The Edinburgh Larder', 55.95008, -3.186088, 'Café'), ('University Mound', 55.94951105, -3.195349125254407, 'Urban Angel', 55.954821600056675, -3.1978738575702645, 'Café'), ('University Mound', 55.94951105, -3.195349125254407, 'The Guildford Arms', 55.95365613645115, -3.190128207206726, 'Pub'), ('University Mound', 55.94951105, -3.195349125254407, "Civerino's", 55.949738, -3.1880434, 'Pizza Place'), ('University Mound', 55.94951105, -3.195349125254407, 'The Black Cat', 55.95165237657482, -3.203687951875613, 'Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Lush Spa', 55.95116236436393, -3.2025061344599712, 'Cosmetics Shop'), ('University Mound', 55.94951105, -3.195349125254407, 'Hard Rock Cafe Edinburgh', 55.95349951173652, -3.1962599300594547, 'American Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'The Abbotsford Bar', 55.95323674784942, -3.194627602374011, 'Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Scotch Malt Whisky Society', 55.95453735388778, -3.199608459706861, 'Whisky Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'The Scotsman Hotel', 55.95121469850074, -3.18840765258863, 'Hotel'), ('University Mound', 55.94951105, -3.195349125254407, 'Ross Fountain', 55.95015666415799, -3.203215329699786, 'Fountain'), ('University Mound', 55.94951105, -3.195349125254407, 'Paradise Palms', 55.94623554615227, -3.1888892450910724, 'Cocktail Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Eden Locke', 55.95222067579433, -3.205388339301049, 'Hotel'), ('University Mound', 55.94951105, -3.195349125254407, 'Scottish National Portrait Gallery', 55.95567576474659, -3.193455273206641, 'Art Gallery'), ('University Mound', 55.94951105, -3.195349125254407, 'Fishers in the City', 55.95394078727058, -3.1995913147328743, 'Seafood Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'St. Andrew Square', 55.95422316303705, -3.19314032793045, 'Plaza'), ('University Mound', 55.94951105, -3.195349125254407, 'Usher Hall', 55.947378927372824, -3.2052812799474, 'Concert Hall'), ('University Mound', 55.94951105, -3.195349125254407, 'KanPai Sushi', 55.94658614759505, -3.2035899576360314, 'Sushi Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'Fortitude', 55.955843804202516, -3.192544267812503, 'Café'), ('University Mound', 55.94951105, -3.195349125254407, "Mother India's Cafe", 55.94799750682714, -3.1861385482290223, 'Indian Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'The Inn on the Mile', 55.950122980676575, -3.1873561590599087, 'Hotel'), ('University Mound', 55.94951105, -3.195349125254407, 'OX184', 55.948623693215715, -3.188165774730473, 'Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Hotel Indigo Edinburgh - Princes Street', 55.953283119744995, -3.190774619579315, 'Hotel'), ('University Mound', 55.94951105, -3.195349125254407, 'Fazenda', 55.95255, -3.2032912, 'Brazilian Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'BrewDog Lothian Road', 55.94732602351278, -3.206391574625616, 'Beer Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'The Honours', 55.9536080203923, -3.204223181364253, 'French Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'Starbucks', 55.95096, -3.203725, 'Coffee Shop'), ('University Mound', 55.94951105, -3.195349125254407, 'Paper Tiger', 55.94777052926691, -3.206353803668552, 'Gift Shop'), ('University Mound', 55.94951105, -3.195349125254407, 'Chez Jules', 55.95455265211221, -3.197800439398745, 'French Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'The Hanging Bat', 55.9454682449346, -3.2053716133807866, 'Beer Bar'), ('University Mound', 55.94951105, -3.195349125254407, 'Brass Monkey', 55.947392914996115, -3.1854271626301154, 'Bar'), ('University Mound', 55.94951105, -3.195349125254407, "Miro's Cantina Mexicana", 55.95154462025013, -3.204479227727718, 'Mexican Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'Waldorf Astoria Edinburgh - The Caledonian', 55.94964070289353, -3.207048608024359, 'Hotel'), ('University Mound', 55.94951105, -3.195349125254407, 'Söderberg Bakery Shop', 55.94396338682512, -3.19377064704895, 'Bakery'), ('University Mound', 55.94951105, -3.195349125254407, 'Blue Blazer', 55.94588705915646, -3.203237717592174, 'Pub'), ('University Mound', 55.94951105, -3.195349125254407, 'Filmhouse', 55.94650736474207, -3.2058177613428804, 'Indie Movie Theater'), ('University Mound', 55.94951105, -3.195349125254407, 'The Holyrood 9A', 55.94931889118044, -3.18266091511944, 'Gastropub'), ('University Mound', 55.94951105, -3.195349125254407, 'Cafe Andaluz', 55.95319820163955, -3.2014333514014055, 'Tapas Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'Ibis Styles St Andrew Square', 55.95459850745391, -3.1948279922642087, 'Hotel'), ('University Mound', 55.94951105, -3.195349125254407, 'Peacock Alley', 55.94958310057109, -3.207348135581968, 'Tea Room'), ('University Mound', 55.94951105, -3.195349125254407, 'Red Squirrel', 55.948331, -3.206339, 'Pub'), ('University Mound', 55.94951105, -3.195349125254407, 'Café Class', 55.94348775606534, -3.203631484555376, 'Café'), ('University Mound', 55.94951105, -3.195349125254407, 'Ong Gie', 55.942772636518086, -3.201408027799358, 'Korean Restaurant'), ('University Mound', 55.94951105, -3.195349125254407, 'David Bann', 55.949596, -3.1832397, 'Vegetarian / Vegan Restaurant')], [('Upper Market', 16.4171141, 120.5923713, 'Slaughterhouse', 16.420091891368006, 120.59389108132996, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Good Taste Restaurant', 16.416155191074402, 120.5968212852852, 'Chinese Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Forest House', 16.412824102275987, 120.59165481710708, 'Café'), ('Upper Market', 16.4171141, 120.5923713, 'Pine Breeze Cottages', 16.41931512821946, 120.58951168242957, 'Hotel'), ('Upper Market', 16.4171141, 120.5923713, 'Puyat Sports', 16.41656747399857, 120.59658277210634, 'Pool Hall'), ('Upper Market', 16.4171141, 120.5923713, 'Bon Appetea', 16.41464011834685, 120.59738111472237, 'Bubble Tea Shop'), ('Upper Market', 16.4171141, 120.5923713, 'Camp Allen', 16.41616218635827, 120.59308452743865, 'Campground'), ('Upper Market', 16.4171141, 120.5923713, 'Kaffeeklatsch', 16.41123356160372, 120.59003947206455, 'Coffee Shop'), ('Upper Market', 16.4171141, 120.5923713, 'Good Taste Restaurant', 16.411790958613956, 120.59200754681262, 'Asian Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Baguio City Public Market', 16.415400345021343, 120.5955719947815, 'Farmers Market'), ('Upper Market', 16.4171141, 120.5923713, 'Café by the Ruins', 16.412820871305552, 120.59164525450451, 'Coffee Shop'), ('Upper Market', 16.4171141, 120.5923713, 'Starbucks', 16.412143226166734, 120.59799918864294, 'Coffee Shop'), ('Upper Market', 16.4171141, 120.5923713, "Vizco's Restaurant & Cake Shop", 16.412046927297144, 120.59810231933315, 'Café'), ('Upper Market', 16.4171141, 120.5923713, 'ZenTea', 16.412219525904387, 120.5986716690167, 'Tea Room'), ('Upper Market', 16.4171141, 120.5923713, 'Green Bites Cafe', 16.420097452852666, 120.59682440220409, 'Café'), ('Upper Market', 16.4171141, 120.5923713, 'Fortune Hongkong Seafood Restaurant', 16.412307286181584, 120.59234015709623, 'Chinese Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'The Coffee Library', 16.41329235640852, 120.59923274274637, 'Coffee Shop'), ('Upper Market', 16.4171141, 120.5923713, 'North Haven Spa', 16.418089231691013, 120.58523756498164, 'Spa'), ('Upper Market', 16.4171141, 120.5923713, 'Balajadia Restaurant', 16.42012964756426, 120.59389222768434, 'Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Zushi Me Sushi Fushion', 16.411740430082848, 120.59798289625962, 'Japanese Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'City Center Hotel', 16.41334139908873, 120.59654895266272, 'Hotel'), ('Upper Market', 16.4171141, 120.5923713, "Giligan's", 16.411083935646616, 120.59085895302975, 'Filipino Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Army Navy Burger + Burrito', 16.411978519725437, 120.59814063594948, 'Burrito Place'), ('Upper Market', 16.4171141, 120.5923713, 'Tea House', 16.41242762159316, 120.597622406106, 'Tea Room'), ('Upper Market', 16.4171141, 120.5923713, 'Latreia Bookshop Cafe', 16.414520263671875, 120.59747314453125, 'Café'), ('Upper Market', 16.4171141, 120.5923713, "Edsyl's Pigar Pigar", 16.412031303224698, 120.59029573365143, 'Filipino Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Beggang Restaurant', 16.40915053695951, 120.59636248478822, 'Asian Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Burnham Park', 16.410810278389366, 120.59469223022461, 'Park'), ('Upper Market', 16.4171141, 120.5923713, "Zio's Pizzeria", 16.422973511210493, 120.59320230263529, 'Pizza Place'), ('Upper Market', 16.4171141, 120.5923713, "McDonald's", 16.41457559622638, 120.59747480572898, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, "Barney's Burger", 16.412038677989717, 120.59823270057883, 'Burger Joint'), ('Upper Market', 16.4171141, 120.5923713, 'Hodori', 16.413854444021915, 120.5967478185016, 'Japanese Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Session Road In Bloom', 16.41249811817309, 120.59743881225586, 'Flea Market'), ('Upper Market', 16.4171141, 120.5923713, "McDonald's", 16.4127742217026, 120.59079584710321, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, "Mother's Garden & Café", 16.415, 120.5837, 'Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Beans Talk Bistro', 16.413246552258457, 120.59658868443897, 'Coffee Shop'), ('Upper Market', 16.4171141, 120.5923713, 'Easter Weaving', 16.423625696610177, 120.58735504351203, 'Arts & Crafts Store'), ('Upper Market', 16.4171141, 120.5923713, 'Azotea Greens', 16.41191178768546, 120.5981899823198, 'Vegetarian / Vegan Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Health 100', 16.422981923726866, 120.5935340680567, 'Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Veniz Grill', 16.41306440688407, 120.5947117105853, 'Breakfast Spot'), ('Upper Market', 16.4171141, 120.5923713, 'Dad and I Bistro', 16.412192059310225, 120.59787552422314, 'Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Il Padrino Caffe & Ristorante', 16.41243430615742, 120.59767161275157, 'Café'), ('Upper Market', 16.4171141, 120.5923713, "Ali's House of Shawarma", 16.418482612390715, 120.5986577707644, 'Shawarma Place'), ('Upper Market', 16.4171141, 120.5923713, 'Cafè Lusso', 16.414588935466917, 120.59748361475653, 'Café'), ('Upper Market', 16.4171141, 120.5923713, 'Yellow Cab Pizza Co.', 16.413420946580075, 120.59610083411067, 'Pizza Place'), ('Upper Market', 16.4171141, 120.5923713, "McDonald's", 16.414588022084175, 120.59740331412168, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Oh My Gulay', 16.411674764505634, 120.59805538131245, 'Art Gallery'), ('Upper Market', 16.4171141, 120.5923713, 'CCA Theater', 16.417733172667692, 120.59754052828262, 'Theater'), ('Upper Market', 16.4171141, 120.5923713, 'Chil Chon Gak Korean Restaurant', 16.41020224123394, 120.5912960637934, 'Korean Restaurant'), ('Upper Market', 16.4171141, 120.5923713, "McDonald's", 16.41458347012301, 120.59360149901173, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Holiday Park Hotel', 16.412224920035175, 120.59151579717475, 'Hotel'), ('Upper Market', 16.4171141, 120.5923713, 'Habibis Kebab & Shawarma', 16.41004622924883, 120.59145492931549, 'Comfort Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Posticino', 16.414637448065296, 120.59737596500466, 'Italian Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'National Book Store', 16.413431429942417, 120.594124087695, 'Bookstore'), ('Upper Market', 16.4171141, 120.5923713, 'Trueblends', 16.418700151882877, 120.59683825169859, 'Tea Room'), ('Upper Market', 16.4171141, 120.5923713, 'Red Station', 16.410276183632956, 120.59125408618414, 'Korean Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Pearl Meatshop And Restaurant', 16.41184323364416, 120.5912490787744, 'Korean Restaurant'), ('Upper Market', 16.4171141, 120.5923713, "McDonald's", 16.412719713084023, 120.59086062649415, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Mang Inasal', 16.41187158451048, 120.59828500823562, 'BBQ Joint'), ('Upper Market', 16.4171141, 120.5923713, '7 Eleven', 16.41901560375125, 120.59667518856723, 'Convenience Store'), ('Upper Market', 16.4171141, 120.5923713, 'Dairy Queen', 16.411536231070105, 120.5987078177471, 'Ice Cream Shop'), ('Upper Market', 16.4171141, 120.5923713, '108 Session Road Café', 16.411868894330695, 120.59824635808523, 'Bar'), ('Upper Market', 16.4171141, 120.5923713, "Dunkin'", 16.411970298435904, 120.59238773632556, 'Donut Shop'), ('Upper Market', 16.4171141, 120.5923713, 'Holiday Bakeshop', 16.422445754973914, 120.59091322374198, 'Bakery'), ('Upper Market', 16.4171141, 120.5923713, 'Rumours Bar', 16.41310810965922, 120.59671446357027, 'Lounge'), ('Upper Market', 16.4171141, 120.5923713, 'Cafe Will', 16.40827954450583, 120.59251147628754, 'Lounge'), ('Upper Market', 16.4171141, 120.5923713, 'Manhattan Suites', 16.415134376168744, 120.58635128267434, 'Hotel'), ('Upper Market', 16.4171141, 120.5923713, 'MySerendipitea', 16.410606935140063, 120.59106536080984, 'Tea Room'), ('Upper Market', 16.4171141, 120.5923713, 'Baguio Palace Hotel', 16.409393271881434, 120.5918475642277, 'Hotel'), ('Upper Market', 16.4171141, 120.5923713, 'Abanao Public Market,Baguio City', 16.41509390686838, 120.59062326425808, 'Flea Market'), ('Upper Market', 16.4171141, 120.5923713, 'Cafe Melodin', 16.40933838489627, 120.59179462701435, 'Restaurant'), ('Upper Market', 16.4171141, 120.5923713, "Max's Restaurant", 16.413094, 120.59721, 'Fried Chicken Joint'), ('Upper Market', 16.4171141, 120.5923713, "McDonald's", 16.412451245482874, 120.58729092988087, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Jollibee', 16.414343093683254, 120.59758056413294, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Sizzling Plate', 16.41224814385403, 120.59784270899605, 'Steakhouse'), ('Upper Market', 16.4171141, 120.5923713, 'Quoted Cafe', 16.40894148084835, 120.59071313161535, 'Coffee Shop'), ('Upper Market', 16.4171141, 120.5923713, '7-Eleven', 16.413088392893826, 120.58948814502591, 'Convenience Store'), ('Upper Market', 16.4171141, 120.5923713, '18 bc', 16.409873, 120.591427, 'Music Venue'), ('Upper Market', 16.4171141, 120.5923713, 'Jollibee', 16.411333603149906, 120.59078113248393, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Central Park Restaurant', 16.411883280482968, 120.59156481141422, 'Asian Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Sizzling Plate', 16.411860615468054, 120.59169259409917, 'Steakhouse'), ('Upper Market', 16.4171141, 120.5923713, "Shakey's Pizza Parlor", 16.410498669157775, 120.59201900627556, 'Pizza Place'), ('Upper Market', 16.4171141, 120.5923713, 'Jollibee', 16.41322072292702, 120.59659539719401, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, "McDonald's", 16.41585452690267, 120.59794510066463, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Paladin Hotel', 16.411699318344013, 120.59147157526729, 'Hotel'), ('Upper Market', 16.4171141, 120.5923713, 'Rose Garden', 16.412035574829577, 120.59346101781492, 'Garden'), ('Upper Market', 16.4171141, 120.5923713, "Garcia's Pure Coffee", 16.416108004525345, 120.59557849440826, 'Coffee Shop'), ('Upper Market', 16.4171141, 120.5923713, 'Himaya Spa', 16.40820609080907, 120.59191403582679, 'Spa'), ('Upper Market', 16.4171141, 120.5923713, 'Baguio Holiday Villas', 16.41064202354907, 120.590999694237, 'Hotel'), ('Upper Market', 16.4171141, 120.5923713, 'The Golden Pine Hotel', 16.411870611537633, 120.59073894308096, 'Hotel'), ('Upper Market', 16.4171141, 120.5923713, 'Citylight Hotel', 16.41317971182821, 120.60003068821025, 'Hotel'), ('Upper Market', 16.4171141, 120.5923713, 'KFC', 16.41693081310696, 120.59641596007751, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, '7-Eleven', 16.411170562678087, 120.59254507658959, 'Convenience Store'), ('Upper Market', 16.4171141, 120.5923713, 'Pizza Volante', 16.412364892929467, 120.59768027110162, 'Pizza Place'), ('Upper Market', 16.4171141, 120.5923713, 'Mr. Ramyun Korean Noodles', 16.414088093383977, 120.59751344619217, 'Korean Restaurant'), ('Upper Market', 16.4171141, 120.5923713, "Cathy's Fastfood", 16.41255126875725, 120.59655247441746, 'Chinese Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Figaro', 16.412583, 120.59891, 'Coffee Shop'), ('Upper Market', 16.4171141, 120.5923713, 'Orchidarium', 16.4107066581082, 120.5928166753731, 'Flower Shop'), ('Upper Market', 16.4171141, 120.5923713, "McDonald's", 16.41878514260112, 120.59685988325492, 'Fast Food Restaurant'), ('Upper Market', 16.4171141, 120.5923713, 'Jollibee', 16.418757730341607, 120.59688620012594, 'Fast Food Restaurant')], [('Visitacion Valley', 37.7121319, -122.4097128, 'John McLaren Park Lookout Point', 37.71775812509036, -122.40729082116145, 'Park'), ('Visitacion Valley', 37.7121319, -122.4097128, 'John McLaren Park', 37.718556378467035, -122.41730690002441, 'Park'), ('Visitacion Valley', 37.7121319, -122.4097128, 'The Great Dickens Christmas Fair', 37.70580712807523, -122.4174240407332, 'Theater'), ('Visitacion Valley', 37.7121319, -122.4097128, '7 Mile House', 37.70434105405881, -122.40742071327651, 'Bar'), ('Visitacion Valley', 37.7121319, -122.4097128, "Piccolo Pete's Cafe", 37.71276500014237, -122.40066887875751, 'Café'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Coffman Pool', 37.713224, -122.41583500000002, 'Pool'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Grocery Outlet', 37.708502, -122.4058768, 'Grocery Store'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Visitacion Valley Greenway', 37.71768749691083, -122.40731596133062, 'Garden'), ('Visitacion Valley', 37.7121319, -122.4097128, "Mad Sal's Dockside Inn in Ale House Alley", 37.70653124676467, -122.41716155695012, 'Dive Bar'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Pho Luen Fat', 37.71211295770733, -122.40590522071406, 'Vietnamese Restaurant'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Mylo Hotel', 37.705461, -122.408723, 'Motel'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Subway', 37.70732, -122.41578, 'Sandwich Place'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Happy Donuts', 37.708755108136586, -122.40538060348891, 'Donut Shop'), ('Visitacion Valley', 37.7121319, -122.4097128, "Piccolo Pete's Liquor & Deli", 37.71267006102683, -122.40076784305822, 'Sandwich Place'), ('Visitacion Valley', 37.7121319, -122.4097128, "Domino's Pizza", 37.7074406, -122.4157937, 'Pizza Place'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Dollar Tree', 37.706765063840265, -122.41459731583682, 'Discount Store'), ('Visitacion Valley', 37.7121319, -122.4097128, "Lucky's Bakery & Cafe", 37.70704056062307, -122.416087987055, 'Café'), ('Visitacion Valley', 37.7121319, -122.4097128, '7-Eleven', 37.7123333, -122.403239, 'Convenience Store'), ('Visitacion Valley', 37.7121319, -122.4097128, 'KFC', 37.70693951188761, -122.41443108465575, 'Fried Chicken Joint'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Joe Leland', 37.711625, -122.40425900000001, 'Coffee Shop'), ('Visitacion Valley', 37.7121319, -122.4097128, 'SF Muni - Bayshore & Sunnydale', 37.709233, -122.404986, 'Light Rail Station'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Adventures in Wine', 37.707427, -122.40908400000001, 'Wine Shop'), ('Visitacion Valley', 37.7121319, -122.4097128, 'A. Silvestri Co', 37.708247, -122.404982, 'Construction & Landscaping'), ('Visitacion Valley', 37.7121319, -122.4097128, "Giannini's Auto Body", 37.70664210005361, -122.40913957357405, 'Automotive Shop'), ('Visitacion Valley', 37.7121319, -122.4097128, '7-Eleven', 37.7051110347381, -122.407245263457, 'Convenience Store'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Sun Valley', 37.70685, -122.41292, 'Liquor Store'), ('Visitacion Valley', 37.7121319, -122.4097128, "Philosopher's Way", 37.7181334979557, -122.41271681314556, 'Trail'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Bayshore Market', 37.706492, -122.414777, 'Market'), ('Visitacion Valley', 37.7121319, -122.4097128, "PAPA RAY'S PIZZA - GENEVA", 37.70709195651556, -122.41584727841412, 'Pizza Place'), ('Visitacion Valley', 37.7121319, -122.4097128, 'BridgePoint Inn', 37.705282000000004, -122.407901, 'Motel'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Candlestick Coffee', 37.712543, -122.400838, 'Coffee Shop'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Hung Ming Aquarium', 37.707741, -122.416997, 'Pet Store'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Art At The Dump', 37.70981979370117, -122.40093231201172, 'Art Gallery'), ('Visitacion Valley', 37.7121319, -122.4097128, 'Victoria & Albert Music Hall', 37.705836, -122.417723, 'Music Venue')], [('Vista del Mar', 49.9903449, -125.2277332462206, 'Fogg Dukkers', 49.990918, -125.227082, 'Coffee Shop'), ('Vista del Mar', 49.9903449, -125.2277332462206, 'Big Rock Garage', 49.990673, -125.22759, 'Restaurant'), ('Vista del Mar', 49.9903449, -125.2277332462206, 'Big Rock', 49.9861226055498, -125.2245426739521, 'Beach'), ('Vista del Mar', 49.9903449, -125.2277332462206, 'Violin', 49.98557431149191, -125.23106106106209, 'Music Venue'), ('Vista del Mar', 49.9903449, -125.2277332462206, 'Rotary Beach', 49.99555083168866, -125.22930161742916, 'Park'), ('Vista del Mar', 49.9903449, -125.2277332462206, 'Sundance', 49.98578, -125.2327, 'Café'), ('Vista del Mar', 49.9903449, -125.2277332462206, 'Big N Busty', 49.992406, -125.240515, "Women's Store"), ('Vista del Mar', 49.9903449, -125.2277332462206, "Heron's Landing", 49.99881376304244, -125.230649, 'Hotel'), ('Vista del Mar', 49.9903449, -125.2277332462206, 'Abbla', 49.99141, -125.241336, 'Clothing Store')], [('West Portal', 37.7411405, -122.4656336, 'Submarine Center', 37.74082687756648, -122.46546663919555, 'Sandwich Place'), ('West Portal', 37.7411405, -122.4656336, 'Noe Valley Bakery', 37.74056451440146, -122.46628414888933, 'Bakery'), ('West Portal', 37.7411405, -122.4656336, 'Roti Indian Bistro', 37.74027348582191, -122.4663416193992, 'Indian Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Vin Debut', 37.74076964714903, -122.46580562928152, 'Wine Bar'), ('West Portal', 37.7411405, -122.4656336, 'Mozzarella di Bufala', 37.7399885325088, -122.46653686048079, 'Brazilian Restaurant'), ('West Portal', 37.7411405, -122.4656336, "Philosopher's Club", 37.740894965026094, -122.46553217465589, 'Bar'), ('West Portal', 37.7411405, -122.4656336, 'Bursa', 37.74026659049715, -122.46665033388484, 'Mediterranean Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'San Francisco Wine Trading Company', 37.74343076355288, -122.46906606497764, 'Wine Shop'), ('West Portal', 37.7411405, -122.4656336, 'Trattoria Da Vittorio', 37.739295412112625, -122.46759110305597, 'Italian Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Bookshop West Portal', 37.74005509155272, -122.46680176469428, 'Bookstore'), ('West Portal', 37.7411405, -122.4656336, 'Pure Barre West Portal', 37.7393043, -122.4679239, 'Gym / Fitness Center'), ('West Portal', 37.7411405, -122.4656336, 'Chaiya', 37.74104216116533, -122.4649591037211, 'Thai Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'El Toreador', 37.740331993774404, -122.46655701002925, 'Mexican Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Easy Breezy Frozen Yogurt', 37.74038357724542, -122.46648447419376, 'Frozen Yogurt Shop'), ('West Portal', 37.7411405, -122.4656336, 'Ballast Coffee', 37.73755219211939, -122.46945399580734, 'Coffee Shop'), ('West Portal', 37.7411405, -122.4656336, 'Zen Beauty Spa', 37.73866744337411, -122.46810111976438, 'Nail Salon'), ('West Portal', 37.7411405, -122.4656336, 'Thriveability', 37.73787479269694, -122.46925394926183, 'Yoga Studio'), ('West Portal', 37.7411405, -122.4656336, 'St. Francis Wood Park', 37.736885804766494, -122.46504304333878, 'Park'), ('West Portal', 37.7411405, -122.4656336, 'Two Cats Comic Book Store', 37.737769254989594, -122.46959304362905, 'Comic Shop'), ('West Portal', 37.7411405, -122.4656336, "Peet's Coffee & Tea", 37.740337, -122.466617, 'Coffee Shop'), ('West Portal', 37.7411405, -122.4656336, 'Ambassador Toys', 37.739041905491995, -122.46819578551356, 'Toy / Game Store'), ('West Portal', 37.7411405, -122.4656336, 'Orexi', 37.73847730013533, -122.4683324672464, 'Greek Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Toast Eatery', 37.73920342997497, -122.4677770098945, 'Diner'), ('West Portal', 37.7411405, -122.4656336, 'Bullshead Restaurant', 37.74093792700493, -122.4655470370782, 'Burger Joint'), ('West Portal', 37.7411405, -122.4656336, 'Spiazzo Ristorante', 37.74049906835031, -122.46611414213069, 'Italian Restaurant'), ('West Portal', 37.7411405, -122.4656336, "Portal's Tavern", 37.739030593462495, -122.46774711575183, 'Pub'), ('West Portal', 37.7411405, -122.4656336, "Parkside Farmer's Market", 37.74316186779607, -122.47232485467262, 'Grocery Store'), ('West Portal', 37.7411405, -122.4656336, 'House of Pancakes', 37.742856414095435, -122.47618407011034, 'Chinese Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Fuji', 37.73795125422459, -122.4690253040103, 'Sushi Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Mr. Szechuan', 37.74318, -122.47548, 'Szechuan Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Charlie Sava Pool', 37.73764751153004, -122.47560521000348, 'Pool'), ('West Portal', 37.7411405, -122.4656336, 'Que Syrah', 37.73859938571756, -122.46852822019164, 'Wine Bar'), ('West Portal', 37.7411405, -122.4656336, 'Wells Fargo', 37.73924744560222, -122.46716648340225, 'Bank'), ('West Portal', 37.7411405, -122.4656336, 'Lemonade', 37.74072965902213, -122.46621663893126, 'Café'), ('West Portal', 37.7411405, -122.4656336, 'CinéArts', 37.73980085007908, -122.46652024780948, 'Movie Theater'), ('West Portal', 37.7411405, -122.4656336, 'Starbucks', 37.73966759184441, -122.46727108843436, 'Coffee Shop'), ('West Portal', 37.7411405, -122.4656336, 'Goat Hill Pizza', 37.7392332868256, -122.46786805511938, 'Pizza Place'), ('West Portal', 37.7411405, -122.4656336, 'Calibur', 37.74013314497988, -122.46674229837723, 'Burger Joint'), ('West Portal', 37.7411405, -122.4656336, "Seniore's Pizza", 37.74280093656819, -122.4756561038165, 'Pizza Place'), ('West Portal', 37.7411405, -122.4656336, 'Taraval Eye Care', 37.743148722861, -122.47532510385027, 'Optical Shop'), ('West Portal', 37.7411405, -122.4656336, 'My Pot 吾家火鍋', 37.747377, -122.459524, 'Hotpot Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Gold Mirror Italian Restaurant', 37.74317478584935, -122.47480898704109, 'Italian Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Voiz Karaoke', 37.74323505498939, -122.47107766653484, 'Karaoke Bar'), ('West Portal', 37.7411405, -122.4656336, 'The Music Store', 37.74018002578477, -122.4666937197515, 'Music Store'), ('West Portal', 37.7411405, -122.4656336, 'Odumak', 37.74309157041007, -122.47420695607875, 'Korean Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Eezy Freezy', 37.74068190649239, -122.46600051957971, 'Grocery Store'), ('West Portal', 37.7411405, -122.4656336, 'Squat & Gobble', 37.74082115662218, -122.46568941619537, 'Breakfast Spot'), ('West Portal', 37.7411405, -122.4656336, 'The Dubliner', 37.737683802880035, -122.46956056412179, 'Pub'), ('West Portal', 37.7411405, -122.4656336, 'The UPS Store', 37.73866304632274, -122.46869818191044, 'Shipping Store'), ('West Portal', 37.7411405, -122.4656336, 'Chouchou', 37.74739118664133, -122.45931834462704, 'French Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Burrito Loco', 37.74091038606657, -122.46562352714389, 'Mexican Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Round Table Pizza', 37.73832321166992, -122.46821594238281, 'Pizza Place'), ('West Portal', 37.7411405, -122.4656336, 'Walgreens', 37.73893454609358, -122.46843526731021, 'Pharmacy'), ('West Portal', 37.7411405, -122.4656336, 'Clay Oven Indian Restaurant', 37.736739482014684, -122.4703264867101, 'Indian Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Sushi Shoh', 37.74728553852345, -122.45945401103356, 'Japanese Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Lollipot', 37.74314254825212, -122.47564481321233, 'Hotpot Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'One Martial Arts', 37.74320913113758, -122.47531452627751, 'Martial Arts School'), ('West Portal', 37.7411405, -122.4656336, 'Quintara Stairs', 37.7488246658239, -122.47124344110489, 'Trail'), ('West Portal', 37.7411405, -122.4656336, 'Larsen Park', 37.740177543351436, -122.47604727745056, 'Park'), ('West Portal', 37.7411405, -122.4656336, 'SushiRaw #4', 37.742984112102405, -122.47571403592299, 'Sushi Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Shannon Arms', 37.743010129627564, -122.47596155308086, 'Pub'), ('West Portal', 37.7411405, -122.4656336, "Tsing's Chinese Restaurant", 37.737008, -122.469798, 'Chinese Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Forest Hill Park', 37.748133257375436, -122.45914983819807, 'Park'), ('West Portal', 37.7411405, -122.4656336, 'Sushi Suki', 37.73737809020782, -122.47007947193676, 'Sushi Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Chase Bank', 37.7431793, -122.4763755, 'Bank'), ('West Portal', 37.7411405, -122.4656336, 'L’Amour Saigon', 37.737578, -122.469278, 'Vietnamese Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Shell', 37.74343789539948, -122.47597459163408, 'Gas Station'), ('West Portal', 37.7411405, -122.4656336, 'S&E Cafe', 37.742849380469, -122.47553713699037, 'Chinese Restaurant'), ('West Portal', 37.7411405, -122.4656336, '48 bus stop\\Portola', 37.740913422872545, -122.4586854439426, 'Bus Stop'), ('West Portal', 37.7411405, -122.4656336, 'St Brendan Gym', 37.74147998986782, -122.45791452033579, 'Gym'), ('West Portal', 37.7411405, -122.4656336, 'Edgehill Mountain', 37.74145564817923, -122.45791464319146, 'Mountain'), ('West Portal', 37.7411405, -122.4656336, 'Hawk Hill Park', 37.747482977516654, -122.46942545291598, 'Park'), ('West Portal', 37.7411405, -122.4656336, 'Szechuan Taste Restaurant', 37.74288852437623, -122.47609556844239, 'Chinese Restaurant'), ('West Portal', 37.7411405, -122.4656336, 'Sloat and Junipero Serra Open Space', 37.73448038810654, -122.47166686103995, 'Park'), ('West Portal', 37.7411405, -122.4656336, 'globe alley', 37.735167, -122.457621, 'Trail')], [('Western Addition', 37.779559, -122.4298104, 'Kebab King', 37.779786, -122.431589, 'Pakistani Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Salt & Straw', 37.77653240407315, -122.42605136320933, 'Ice Cream Shop'), ('Western Addition', 37.779559, -122.4298104, 'True Sake', 37.776533036480984, -122.42568104036205, 'Liquor Store'), ('Western Addition', 37.779559, -122.4298104, 'Suppenküche', 37.776324, -122.426382, 'German Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Petit Crenn', 37.77634384449128, -122.4264545687113, 'French Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Gioia Pizzeria', 37.776328, -122.425859, 'Pizza Place'), ('Western Addition', 37.779559, -122.4298104, 'Birba', 37.77774961586494, -122.42415851391236, 'Wine Bar'), ('Western Addition', 37.779559, -122.4298104, 'Domo Sushi', 37.775950987226544, -122.42615120612774, 'Sushi Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Painted Ladies', 37.77611954047747, -122.43338919043477, 'Historic Site'), ('Western Addition', 37.779559, -122.4298104, 'The Progress', 37.78374466115743, -122.43297199831427, 'American Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'State Bird Provisions', 37.78374261088443, -122.43287398277053, 'New American Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Boba Guys', 37.78365698301195, -122.43266214946281, 'Bubble Tea Shop'), ('Western Addition', 37.779559, -122.4298104, 'Souvla', 37.776568223306676, -122.42495659866064, 'Souvlaki Shop'), ('Western Addition', 37.779559, -122.4298104, 'Alamo Square', 37.77604493890036, -122.43436268009934, 'Park'), ('Western Addition', 37.779559, -122.4298104, 'Wise Sons Bagel & Coffee', 37.77723482836679, -122.42483135365356, 'Bagel Shop'), ('Western Addition', 37.779559, -122.4298104, 'The Fillmore', 37.78395184946436, -122.4330327549218, 'Music Venue'), ('Western Addition', 37.779559, -122.4298104, 'The Center SF', 37.77454451433456, -122.43073033291728, 'Spiritual Center'), ('Western Addition', 37.779559, -122.4298104, 'Yoga Tree Hayes', 37.776507, -122.425014, 'Yoga Studio'), ('Western Addition', 37.779559, -122.4298104, 'Earthbody', 37.77606725809005, -122.42615778298963, 'Spa'), ('Western Addition', 37.779559, -122.4298104, 'Church of 8 Wheels', 37.77473300756682, -122.43086218243958, 'Roller Rink'), ('Western Addition', 37.779559, -122.4298104, 'Ritual Coffee Roasters', 37.776476344721765, -122.42428110362547, 'Coffee Shop'), ('Western Addition', 37.779559, -122.4298104, 'Kabuki Springs & Spa', 37.78440721763901, -122.43257618452989, 'Spa'), ('Western Addition', 37.779559, -122.4298104, 'The Lunchpad', 37.776489599628974, -122.42589636458982, 'Sandwich Place'), ('Western Addition', 37.779559, -122.4298104, 'Originals Vinyl', 37.77583537316656, -122.43122672765473, 'Record Shop'), ('Western Addition', 37.779559, -122.4298104, 'Jane the Bakery', 37.78379748921064, -122.43428254305587, 'Bakery'), ('Western Addition', 37.779559, -122.4298104, 'Anina', 37.77671255766366, -122.42427346398327, 'Cocktail Bar'), ('Western Addition', 37.779559, -122.4298104, 'OMA San Francisco Station', 37.785010213957456, -122.43093584499641, 'Sushi Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Woori Food Market', 37.78375924658761, -122.43274762260802, 'Market'), ('Western Addition', 37.779559, -122.4298104, 'Kinokuniya Bookstore', 37.784937664521735, -122.43167202047937, 'Bookstore'), ('Western Addition', 37.779559, -122.4298104, 'Smitten Ice Cream', 37.77627287864489, -122.4242347862329, 'Ice Cream Shop'), ('Western Addition', 37.779559, -122.4298104, 'The Speakeasy Project', 37.78083793918582, -122.4263009468954, 'Theater'), ('Western Addition', 37.779559, -122.4298104, 'Nijiya Market', 37.78519944878356, -122.43102511512453, 'Grocery Store'), ('Western Addition', 37.779559, -122.4298104, 'a Mano', 37.776916945347146, -122.42385625239876, 'Italian Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Matcha Café Maiko', 37.78493310804292, -122.43176763183735, 'Ice Cream Shop'), ('Western Addition', 37.779559, -122.4298104, 'Naya Dessert Cafe', 37.777174, -122.424859, 'Dessert Shop'), ('Western Addition', 37.779559, -122.4298104, 'The Social Study', 37.78425895943092, -122.43251503666707, 'Lounge'), ('Western Addition', 37.779559, -122.4298104, 'Timbuk2', 37.77663561847566, -122.42485415419155, 'Accessories Store'), ('Western Addition', 37.779559, -122.4298104, 'DragonEats', 37.77828924352882, -122.42326633672, 'Vietnamese Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Proxy SF', 37.77650050379861, -122.42424515538063, 'Event Space'), ('Western Addition', 37.779559, -122.4298104, "Patricia's Green", 37.77636887601496, -122.42447901033637, 'Park'), ('Western Addition', 37.779559, -122.4298104, "Smuggler's Cove", 37.779386096750486, -122.42342185454173, 'Tiki Bar'), ('Western Addition', 37.779559, -122.4298104, 'Linden Alley', 37.77632881728594, -122.42359399795532, 'Pedestrian Plaza'), ('Western Addition', 37.779559, -122.4298104, 'Fig & Thistle Wine Bar', 37.777256, -122.423365, 'Wine Bar'), ('Western Addition', 37.779559, -122.4298104, 'Robin', 37.77912710677569, -122.4233780760793, 'Sushi Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Through the Hayes Optometry', 37.77650984773879, -122.42515550254802, 'Optical Shop'), ('Western Addition', 37.779559, -122.4298104, 'Del Popolo Truck', 37.776583, -122.424263, 'Pizza Place'), ('Western Addition', 37.779559, -122.4298104, 'Monsieur Benjamin', 37.77747803178731, -122.42313085901189, 'French Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Blue Bottle Coffee', 37.776430131820725, -122.42322360122202, 'Coffee Shop'), ('Western Addition', 37.779559, -122.4298104, 'Seldom Seen', 37.77697268826571, -122.42468838426608, 'Clothing Store'), ('Western Addition', 37.779559, -122.4298104, 'MAC Modern Appealing Clothing', 37.777784539137244, -122.42285238577169, 'Boutique'), ('Western Addition', 37.779559, -122.4298104, 'Pearl Spa and Sauna', 37.78564198712985, -122.4291301602471, 'Bath House'), ('Western Addition', 37.779559, -122.4298104, 'Alamo Square Dog Park', 37.77587824200634, -122.4357395910845, 'Dog Run'), ('Western Addition', 37.779559, -122.4298104, 'Hayes Valley Playground', 37.776163277824075, -122.42749930269929, 'Playground'), ('Western Addition', 37.779559, -122.4298104, 'Welcome Stranger', 37.777498514169416, -122.4231245664023, "Men's Store"), ('Western Addition', 37.779559, -122.4298104, 'Japan Center', 37.78519611181109, -122.43028217932412, 'Shopping Mall'), ('Western Addition', 37.779559, -122.4298104, 'Chantal Guillon Macarons & Tea', 37.776788858914664, -122.42360597285621, 'Dessert Shop'), ('Western Addition', 37.779559, -122.4298104, 'Japantown Peace Plaza', 37.78540865679841, -122.42993087572987, 'Plaza'), ('Western Addition', 37.779559, -122.4298104, 'Biergarten', 37.77601325805514, -122.42424739149521, 'Beer Garden'), ('Western Addition', 37.779559, -122.4298104, 'Uji Time', 37.7852522196116, -122.429262979736, 'Dessert Shop'), ('Western Addition', 37.779559, -122.4298104, 'Juice Shop', 37.77646164271935, -122.4243021097857, 'Juice Bar'), ('Western Addition', 37.779559, -122.4298104, 'Daeho', 37.785769, -122.42853, 'Korean Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Fatted Calf', 37.77593518054966, -122.42314601183367, 'Butcher'), ('Western Addition', 37.779559, -122.4298104, 'Sheba Piano Lounge', 37.783106603329, -122.43282296527993, 'Jazz Club'), ('Western Addition', 37.779559, -122.4298104, 'Urban Ritual', 37.77559476900744, -122.42586342920178, 'Bubble Tea Shop'), ('Western Addition', 37.779559, -122.4298104, 'Chez Maman', 37.77695950756382, -122.42309400412454, 'French Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Arlequin Wine Merchant', 37.77706078179804, -122.4226046384463, 'Wine Shop'), ('Western Addition', 37.779559, -122.4298104, 'Absinthe Brasserie & Bar', 37.7770088434818, -122.423003716262, 'French Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Linden Room', 37.77650338991626, -122.42279392034109, 'Cocktail Bar'), ('Western Addition', 37.779559, -122.4298104, 'Marufuku Ramen', 37.785044585981645, -122.43188436047465, 'Ramen Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'MaiDo Fine Stationery & Gifts', 37.78493325534015, -122.43180768573119, 'Paper / Office Supplies Store'), ('Western Addition', 37.779559, -122.4298104, "Sophie's Crepes", 37.78484790649369, -122.43181774339398, 'Creperie'), ('Western Addition', 37.779559, -122.4298104, 'Maker & Moss', 37.77714415477228, -122.42236797826467, 'Furniture / Home Store'), ('Western Addition', 37.779559, -122.4298104, 'Hayes Valley Bakeworks', 37.77863114476124, -122.4231970310211, 'Bakery'), ('Western Addition', 37.779559, -122.4298104, 'Papito Hayes', 37.776712974906005, -122.42345869766629, 'Mexican Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Wise Sons Bagel & Bakery', 37.783652576656124, -122.43272449823225, 'Bagel Shop'), ('Western Addition', 37.779559, -122.4298104, 'Raymond Kimbell Playground', 37.78319767097322, -122.43491012880098, 'Playground'), ('Western Addition', 37.779559, -122.4298104, 'Nippon-ya', 37.78514722062503, -122.43093894112779, 'Gift Shop'), ('Western Addition', 37.779559, -122.4298104, 'CityRide Bike Rental', 37.776506, -122.423896, 'Bike Shop'), ('Western Addition', 37.779559, -122.4298104, 'Avery', 37.78406420129634, -122.43282919431634, 'New American Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Daiso Japan', 37.78528926783944, -122.42942283920956, 'Discount Store'), ('Western Addition', 37.779559, -122.4298104, 'Real Escape Game', 37.78556000033722, -122.43049870723199, 'Escape Room'), ('Western Addition', 37.779559, -122.4298104, 'Japan Center West Mall', 37.78524846415846, -122.4301882330736, 'Shopping Mall'), ('Western Addition', 37.779559, -122.4298104, 'Streets of San Francisco Bike Tours', 37.77630383959685, -122.42406562330713, 'Bike Rental / Bike Share'), ('Western Addition', 37.779559, -122.4298104, 'Nari', 37.785476, -122.428688, 'Thai Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Christopher Elbow Chocolates', 37.776831227503756, -122.42304763388056, 'Chocolate Shop'), ('Western Addition', 37.779559, -122.4298104, 'Herbst Theater', 37.779548182877924, -122.42095293686124, 'Concert Hall'), ('Western Addition', 37.779559, -122.4298104, 'Sanko', 37.78629181752941, -122.42993072335824, 'Gift Shop'), ('Western Addition', 37.779559, -122.4298104, 'Benkyodo', 37.7864224820624, -122.43005263012587, 'Japanese Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'Oak Gourmet', 37.77530028489153, -122.42744400937062, 'Liquor Store'), ('Western Addition', 37.779559, -122.4298104, 'Urban Bowls', 37.778139, -122.422168, 'Poke Place'), ('Western Addition', 37.779559, -122.4298104, 'Little Star Pizza', 37.77748853090511, -122.43828074763262, 'Pizza Place'), ('Western Addition', 37.779559, -122.4298104, 'Hinodeya Ramen Bar', 37.786222571504034, -122.42995622632341, 'Ramen Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'SFJazz Center', 37.77635001768186, -122.42153942584991, 'Jazz Club'), ('Western Addition', 37.779559, -122.4298104, 'Azil', 37.77674657912945, -122.42385099531585, 'Jewelry Store'), ('Western Addition', 37.779559, -122.4298104, 'Warby Parker', 37.7768639, -122.421964, 'Optical Shop'), ('Western Addition', 37.779559, -122.4298104, 'Brass Tacks', 37.776716790628285, -122.42442517747021, 'Bar'), ('Western Addition', 37.779559, -122.4298104, 'Peak Design', 37.77655870746159, -122.42511759253024, 'Camera Store'), ('Western Addition', 37.779559, -122.4298104, "Brenda's Meat & Three", 37.77826524954494, -122.43858377615564, 'Southern / Soul Food Restaurant'), ('Western Addition', 37.779559, -122.4298104, 'War Memorial Opera House', 37.77860106097681, -122.42081554583409, 'Opera House'), ('Western Addition', 37.779559, -122.4298104, 'The Mill', 37.7764253207762, -122.43796976647843, 'Bakery')], [('Westwood Highlands', 14.28675015, 120.944712092598, 'Jollibee', 14.284071232299006, 120.93731837167874, 'Fast Food Restaurant'), ('Westwood Highlands', 14.28675015, 120.944712092598, 'Bon AppeTea', 14.285639811667691, 120.94512409448964, 'Bubble Tea Shop'), ('Westwood Highlands', 14.28675015, 120.944712092598, 'Expressions', 14.292118394212228, 120.94126332209542, 'Stationery Store'), ('Westwood Highlands', 14.28675015, 120.944712092598, 'G & E Thrift Grocery', 14.29335282635683, 120.93877532846723, 'Convenience Store'), ('Westwood Highlands', 14.28675015, 120.944712092598, 'Shell', 14.29566595, 120.94456899, 'Gas Station')], [('Westwood Park', 49.27746585, -122.7775935342544, 'Coquitlam River Trail', 49.2765085748683, -122.77860805857557, 'Trail'), ('Westwood Park', 49.27746585, -122.7775935342544, 'Pomme Natural Market', 49.274041061055534, -122.78937031387272, 'Health Food Store'), ('Westwood Park', 49.27746585, -122.7775935342544, 'De Dutch Pannekoek House', 49.27259706700221, -122.78904891712791, 'Breakfast Spot'), ('Westwood Park', 49.27746585, -122.7775935342544, 'Pho Huy', 49.27387762521647, -122.78859159661842, 'Vietnamese Restaurant'), ('Westwood Park', 49.27746585, -122.7775935342544, 'Sushi Oyama', 49.277464846540674, -122.7913514513648, 'Sushi Restaurant'), ('Westwood Park', 49.27746585, -122.7775935342544, 'Michaels', 49.27406989235278, -122.78810620307922, 'Arts & Crafts Store'), ('Westwood Park', 49.27746585, -122.7775935342544, 'TD Canada Trust', 49.274156, -122.789077, 'Bank'), ('Westwood Park', 49.27746585, -122.7775935342544, 'Shaughnessy Bike Skills Park', 49.27547685967939, -122.77483463287354, 'Park'), ('Westwood Park', 49.27746585, -122.7775935342544, 'Shaughnessy Park Dog Off-leash Area', 49.27287181924209, -122.7760113127044, 'Dog Run'), ('Westwood Park', 49.27746585, -122.7775935342544, 'Poco Place Mall', 49.27861433488651, -122.7852756870538, 'Shopping Mall'), ('Westwood Park', 49.27746585, -122.7775935342544, 'The UPS Store', 49.273502894174676, -122.78822422027588, 'Shipping Store')], []]
Number of Neighbourhoods at the City  119
In [91]:
san_venues.head()
Out[91]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Alamo Square 37.77636 -122.434689 Alamo Square 37.776045 -122.434363 Park
1 Alamo Square 37.77636 -122.434689 Alamo Square Dog Park 37.775878 -122.435740 Dog Run
2 Alamo Square 37.77636 -122.434689 Painted Ladies 37.776120 -122.433389 Historic Site
3 Alamo Square 37.77636 -122.434689 The Independent 37.775573 -122.437835 Rock Club
4 Alamo Square 37.77636 -122.434689 The Mill 37.776425 -122.437970 Bakery
In [92]:
# Liverpool venues
lp_venues = getNearbyVenues(df_neigh.loc[df_neigh['City'] == 'Liverpool', 'Neighbourhood'],
                            df_neigh.loc[df_neigh['City'] == 'Liverpool', 'Latitude'], 
                            df_neigh.loc[df_neigh['City'] == 'Liverpool', 'Longitude'])
Aigburth
Allerton
Anfield (suburb)
Belle Vale
Broadgreen
Canning
Childwall
Chinatown
Liverpool city centre
Clubmoor
Croxteth
Dingle
Dovecot
Edge Hill
Everton
Fairfield
Fazakerley
Garston
Gateacre
Gillmoss
Grassendale
Hunt's Cross
Kensington
Kirkdale
Knotty Ash
Mossley Hill
Netherley
Norris Green
Old Swan
Orrell Park
St Michael's Hamlet
Sefton Park (district)
Speke
Stoneycroft
Toxteth
Tuebrook
Vauxhall
Walton
Wavertree
West Derby
Woolton
Venues list:  [[('Aigburth', 53.3645536, -2.9267273, 'Otterspool Promenade', 53.36250495012241, -2.9317864442445636, 'Other Great Outdoors'), ('Aigburth', 53.3645536, -2.9267273, 'Miller & Carter', 53.365974, -2.9370983, 'Steakhouse'), ('Aigburth', 53.3645536, -2.9267273, 'Toby Carvery', 53.363258503645206, -2.9154086721719397, 'English Restaurant'), ('Aigburth', 53.3645536, -2.9267273, 'Gulshan', 53.363377, -2.916303, 'Indian Restaurant'), ('Aigburth', 53.3645536, -2.9267273, 'Liverpool Cricket Club', 53.36361693317823, -2.9192468467861863, 'Cricket Ground'), ('Aigburth', 53.3645536, -2.9267273, "Otter's Cafe", 53.36340833923725, -2.932958124446776, 'Café'), ('Aigburth', 53.3645536, -2.9267273, 'Travelodge', 53.36350190935714, -2.915714876765333, 'Hotel'), ('Aigburth', 53.3645536, -2.9267273, 'Kingsman Pub', 53.36328102686735, -2.91536808013916, 'Pub')], [('Allerton', 53.3814112, -2.90638, 'Chaba Chaba', 53.38387706770535, -2.9069226203793814, 'Thai Restaurant'), ('Allerton', 53.3814112, -2.90638, 'Calderstones Park', 53.3809284524741, -2.894780174501631, 'Park'), ('Allerton', 53.3814112, -2.90638, "Chris's", 53.37966301234758, -2.9145237416040346, 'Fast Food Restaurant'), ('Allerton', 53.3814112, -2.90638, 'Costa Coffee', 53.38521495768907, -2.9074372351248154, 'Coffee Shop'), ('Allerton', 53.3814112, -2.90638, 'Home Bargains', 53.38735125, -2.91039185, 'Discount Store'), ('Allerton', 53.3814112, -2.90638, 'Tesco', 53.381155984485225, -2.9091387868595575, 'Supermarket'), ('Allerton', 53.3814112, -2.90638, 'Iceland', 53.386143968634975, -2.908501625061035, 'Grocery Store'), ('Allerton', 53.3814112, -2.90638, 'Costa Coffee', 53.38882130752132, -2.9132754017874674, 'Coffee Shop'), ('Allerton', 53.3814112, -2.90638, 'Costa Coffee', 53.38089795403211, -2.908578692955639, 'Coffee Shop'), ('Allerton', 53.3814112, -2.90638, 'Boots', 53.388584226407936, -2.9113866746226225, 'Pharmacy'), ('Allerton', 53.3814112, -2.90638, 'WHSmith', 53.38829, -2.912038, 'Bookstore'), ('Allerton', 53.3814112, -2.90638, "Domino's Pizza", 53.38695916975437, -2.9089986295795143, 'Pizza Place'), ('Allerton', 53.3814112, -2.90638, 'Eastern Diner', 53.38436504234791, -2.9067420959472656, 'Chinese Restaurant'), ('Allerton', 53.3814112, -2.90638, 'Tesco Express', 53.37990380181418, -2.91374534368515, 'Grocery Store'), ('Allerton', 53.3814112, -2.90638, 'The Other Place Bar & Bistro', 53.38533383845327, -2.9075540429796987, 'Café'), ('Allerton', 53.3814112, -2.90638, 'Espresso Plus', 53.380232881708196, -2.913610183244111, 'Coffee Shop'), ('Allerton', 53.3814112, -2.90638, 'Specsavers', 53.3857957, -2.9085562, 'Optical Shop'), ('Allerton', 53.3814112, -2.90638, 'Sports Direct Fitness', 53.37865884910722, -2.915641570709541, 'Gym / Fitness Center'), ('Allerton', 53.3814112, -2.90638, 'Tesco Express', 53.388894599056854, -2.9133597761392593, 'Grocery Store'), ('Allerton', 53.3814112, -2.90638, 'The Reader Ice Cream Parlour', 53.382446, -2.8947227, 'Ice Cream Shop'), ('Allerton', 53.3814112, -2.90638, 'The Reader Cafe', 53.3815316555008, -2.8945569727837186, 'Café'), ('Allerton', 53.3814112, -2.90638, '11a Cafe', 53.388687, -2.912578, 'Café'), ('Allerton', 53.3814112, -2.90638, 'Home & Bargains', 53.388671451890104, -2.9143917560577393, 'Thrift / Vintage Store')], [('Anfield (suburb)', 53.4328, -2.9546, 'Anfield', 53.430746384774096, -2.960793972015381, 'Soccer Stadium'), ('Anfield (suburb)', 53.4328, -2.9546, 'Liverpool FC Club Store', 53.43000937738625, -2.9617078482905748, 'Souvenir Shop'), ('Anfield (suburb)', 53.4328, -2.9546, 'Museum & Tour Centre', 53.43015501214281, -2.9620627712881564, 'Museum'), ('Anfield (suburb)', 53.4328, -2.9546, 'Centenary Stand', 53.430742, -2.960421, 'Stadium'), ('Anfield (suburb)', 53.4328, -2.9546, 'The Kop', 53.430161019363645, -2.9618173500275344, 'Soccer Stadium'), ('Anfield (suburb)', 53.4328, -2.9546, 'The Park', 53.42989004310167, -2.9615488075217344, 'Pub'), ('Anfield (suburb)', 53.4328, -2.9546, 'Bill Shankly Statue', 53.43031276688512, -2.9618481785145376, 'Outdoor Sculpture'), ('Anfield (suburb)', 53.4328, -2.9546, 'The Boot Room Sports Cafe', 53.42998085788518, -2.9616712439743744, 'Restaurant'), ('Anfield (suburb)', 53.4328, -2.9546, 'The Arkles Pub', 53.430412837782896, -2.957748959107657, 'Pub'), ('Anfield (suburb)', 53.4328, -2.9546, 'Kenny Dalglish Stand', 53.43054545335151, -2.9603881065311235, 'Soccer Stadium'), ('Anfield (suburb)', 53.4328, -2.9546, 'The Cabbage', 53.427070933989654, -2.9512051460092734, 'Pub'), ('Anfield (suburb)', 53.4328, -2.9546, 'The Albert', 53.430217592904675, -2.9624427569648804, 'Pub'), ('Anfield (suburb)', 53.4328, -2.9546, 'Stanley Park', 53.43407925402001, -2.9642797633028923, 'Park'), ('Anfield (suburb)', 53.4328, -2.9546, 'The Sandon', 53.4245078641933, -2.9603631043037333, 'Pub'), ('Anfield (suburb)', 53.4328, -2.9546, 'Everton One', 53.43700910978737, -2.967863783423468, 'Sporting Goods Shop'), ('Anfield (suburb)', 53.4328, -2.9546, "Domino's Pizza", 53.43262193452279, -2.968491563709989, 'Pizza Place'), ('Anfield (suburb)', 53.4328, -2.9546, 'The King Harry', 53.43271385243474, -2.9662157997533565, 'Bar'), ('Anfield (suburb)', 53.4328, -2.9546, 'Flat Iron', 53.428084736370785, -2.9545637721993274, 'Dive Bar'), ('Anfield (suburb)', 53.4328, -2.9546, "Mitchell's Bakery", 53.42981957761701, -2.961193173885598, 'Bakery'), ('Anfield (suburb)', 53.4328, -2.9546, '14 Bus Stop Break Rd', 53.427915847400804, -2.9501693125634727, 'Bus Stop'), ('Anfield (suburb)', 53.4328, -2.9546, 'Epstein guest house', 53.430420478558794, -2.963980163314611, 'Hotel'), ('Anfield (suburb)', 53.4328, -2.9546, 'Breckside Park', 53.427163539242834, -2.9464219312178823, 'Park'), ('Anfield (suburb)', 53.4328, -2.9546, 'Anfield Sport And Community Center', 53.426014, -2.9460864, 'Sports Club'), ('Anfield (suburb)', 53.4328, -2.9546, 'Dixie Dean Statue', 53.437455, -2.967402, 'Outdoor Sculpture')], [('Belle Vale', 53.3950738, -2.8641778, 'Home Bargains', 53.39108456, -2.85943207, 'Discount Store'), ('Belle Vale', 53.3950738, -2.8641778, 'KFC', 53.39043201, -2.85989525, 'Fast Food Restaurant'), ('Belle Vale', 53.3950738, -2.8641778, 'Subway', 53.3906680685289, -2.860066073411913, 'Sandwich Place'), ('Belle Vale', 53.3950738, -2.8641778, 'Costa Coffee', 53.391547, -2.872249, 'Coffee Shop'), ('Belle Vale', 53.3950738, -2.8641778, "McDonald's", 53.391068, -2.85629, 'Fast Food Restaurant'), ('Belle Vale', 53.3950738, -2.8641778, 'Argos', 53.391343963419374, -2.856413336871737, 'Warehouse Store'), ('Belle Vale', 53.3950738, -2.8641778, 'Greggs', 53.391189498209904, -2.8589546891117488, 'Bakery'), ('Belle Vale', 53.3950738, -2.8641778, 'Specsavers', 53.390599, -2.859255, 'Optical Shop'), ('Belle Vale', 53.3950738, -2.8641778, 'Jungle Fun', 53.39101212767134, -2.8583242241490225, 'Indoor Play Area'), ('Belle Vale', 53.3950738, -2.8641778, 'adriennes boutique', 53.39826739999999, -2.871669200000042, 'Clothing Store'), ('Belle Vale', 53.3950738, -2.8641778, 'Gateacre Park', 53.39453847372239, -2.874469757080078, 'Park'), ('Belle Vale', 53.3950738, -2.8641778, 'Blue Inc Clothing', 53.389175434915565, -2.8605600274239316, 'Clothing Store'), ('Belle Vale', 53.3950738, -2.8641778, 'Aldi', 53.39105182389949, -2.8728676218690716, 'Supermarket'), ('Belle Vale', 53.3950738, -2.8641778, 'Childwall Valley Road (Bus Stop)', 53.39958669663393, -2.8729650196139547, 'Bus Stop'), ('Belle Vale', 53.3950738, -2.8641778, 'Morrisons', 53.38931769567039, -2.8589773178100586, 'Supermarket')], [('Broadgreen', 53.41157339999999, -2.908781863513306, 'Costa Coffee', 53.41332679213082, -2.9130994778384443, 'Coffee Shop'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'The Navigator (Wetherspoon)', 53.41542565576066, -2.9055455729484763, 'Pub'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'The Masons Arms', 53.413730606248976, -2.911202006559953, 'Pub'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'Hollywood Bowl', 53.408743318071274, -2.922502077162631, 'Bowling Alley'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'Iceland', 53.41479870529334, -2.9073197558573236, 'Grocery Store'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'Starbucks', 53.410316, -2.9201744, 'Coffee Shop'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'Subway', 53.409858654093576, -2.9169500772204535, 'Sandwich Place'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'B&M Store', 53.410435, -2.9218208, 'Discount Store'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'Tesco', 53.41314572083375, -2.9162800312042236, 'Supermarket'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'Aldi', 53.412899012523, -2.9133931497354264, 'Supermarket'), ('Broadgreen', 53.41157339999999, -2.908781863513306, "Sainsbury's", 53.41516560934838, -2.8981743993629117, 'Supermarket'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'KFC', 53.410305, -2.920923, 'Fast Food Restaurant'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'WRVS', 53.411516, -2.89933, 'Sandwich Place'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'Tiffin', 53.407811043742065, -2.901628458005786, 'Indian Restaurant'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'The 7 Bus Stop', 53.408072947549535, -2.901247800577024, 'Bus Stop'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'The Rocket Junction', 53.406973629793846, -2.901763916015625, 'Intersection'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'Asda', 53.415665, -2.919155, 'Supermarket'), ('Broadgreen', 53.41157339999999, -2.908781863513306, "McDonald's", 53.409884, -2.923073, 'Fast Food Restaurant'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'Springfield Park', 53.417866211090804, -2.9009781177055967, 'Park'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'B&Q', 53.4089434, -2.9156166, 'Hardware Store'), ('Broadgreen', 53.41157339999999, -2.908781863513306, 'The Rocket Pub', 53.406472499329965, -2.899973884663473, 'Pub')], [('Canning', 53.40239305, -2.993692231518283, 'Merseyside Maritime Museum', 53.40132524067183, -2.9927019269568116, 'History Museum'), ('Canning', 53.40239305, -2.993692231518283, 'Museum of Liverpool', 53.40303745996462, -2.995271802465536, 'History Museum'), ('Canning', 53.40239305, -2.993692231518283, 'Liverpool Waterfront', 53.404129559644176, -2.9959560291984166, 'Waterfront'), ('Canning', 53.40239305, -2.993692231518283, 'The Beatles Statue', 53.40448662682905, -2.9965077900076698, 'Outdoor Sculpture'), ('Canning', 53.40239305, -2.993692231518283, 'Tate Liverpool', 53.400687480710396, -2.99408910180928, 'Art Museum'), ('Canning', 53.40239305, -2.993692231518283, 'Pier Head', 53.40472866212032, -2.996842861175537, 'Scenic Lookout'), ('Canning', 53.40239305, -2.993692231518283, 'Gusto', 53.40100996165606, -2.9922722235679067, 'Italian Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Bacaro', 53.40559432178704, -2.990131447394653, 'Italian Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Pret A Manger', 53.40527841508901, -2.9896596780492657, 'Sandwich Place'), ('Canning', 53.40239305, -2.993692231518283, 'The Smugglers Cove', 53.39911783244708, -2.992010183924061, 'Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Brasco Lounge', 53.40326430747427, -2.9945402750577963, 'Gastropub'), ('Canning', 53.40239305, -2.993692231518283, 'Chavasse Park', 53.40318717697404, -2.9883456230163574, 'Park'), ('Canning', 53.40239305, -2.993692231518283, 'Liverpool ONE', 53.404076256136555, -2.9868757724761963, 'Shopping Mall'), ('Canning', 53.40239305, -2.993692231518283, 'The Beatles Story', 53.399162808374314, -2.9917650047018176, 'History Museum'), ('Canning', 53.40239305, -2.993692231518283, 'Liverpool FC Official Club Store', 53.40424745124335, -2.987738963844412, 'Sporting Goods Shop'), ('Canning', 53.40239305, -2.993692231518283, "Bill's Restaurant", 53.40272732895715, -2.9883678585937212, 'English Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'The Cavern Club', 53.40632400764082, -2.987853702908755, 'Rock Club'), ('Canning', 53.40239305, -2.993692231518283, 'The Gym', 53.402799266259535, -2.9898976183853847, 'Gym'), ('Canning', 53.40239305, -2.993692231518283, 'Revolution', 53.40032402793531, -2.9912102222442627, 'Bar'), ('Canning', 53.40239305, -2.993692231518283, 'Hanover Street Social Brasserie', 53.402976164214174, -2.9849384137590613, 'Bar'), ('Canning', 53.40239305, -2.993692231518283, 'The Restaurant Bar & Grill', 53.40593801391573, -2.9916311684481953, 'Steakhouse'), ('Canning', 53.40239305, -2.993692231518283, 'M&S Bank Arena Liverpool', 53.397546, -2.991523, 'Music Venue'), ('Canning', 53.40239305, -2.993692231518283, 'Moose Coffee', 53.40734064572646, -2.990634372257907, 'American Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Hotel Chocolat Cafe', 53.404505365089236, -2.984765298561728, 'Café'), ('Canning', 53.40239305, -2.993692231518283, 'Rococo Coffee House', 53.40534838006801, -2.9874189765484735, 'Café'), ('Canning', 53.40239305, -2.993692231518283, 'Byron', 53.403467056296776, -2.986027184604442, 'Burger Joint'), ('Canning', 53.40239305, -2.993692231518283, 'Cow & Co', 53.401481, -2.985355, 'Coffee Shop'), ('Canning', 53.40239305, -2.993692231518283, 'JOE & THE JUICE', 53.402987, -2.98734, 'Juice Bar'), ('Canning', 53.40239305, -2.993692231518283, 'Staybridge Suites Liverpool', 53.3976979, -2.9893621, 'Hotel'), ('Canning', 53.40239305, -2.993692231518283, 'John Lewis & Partners', 53.4028582, -2.9866618, 'Department Store'), ('Canning', 53.40239305, -2.993692231518283, 'Odeon', 53.404329000000004, -2.986880000000042, 'Movie Theater'), ('Canning', 53.40239305, -2.993692231518283, '200 Degrees Coffee', 53.406567, -2.9851162, 'Coffee Shop'), ('Canning', 53.40239305, -2.993692231518283, 'Starbucks', 53.404068, -2.985833, 'Coffee Shop'), ('Canning', 53.40239305, -2.993692231518283, 'Starbucks', 53.403189, -2.987509, 'Coffee Shop'), ('Canning', 53.40239305, -2.993692231518283, 'Etsu', 53.40544086281344, -2.9932081933656995, 'Japanese Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Caffè Nero', 53.405355565481464, -2.986322751291714, 'Coffee Shop'), ('Canning', 53.40239305, -2.993692231518283, 'Fazenda Rodizio', 53.407805469754464, -2.9920489411877176, 'Brazilian Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Gourmet Burger Kitchen', 53.404197785157706, -2.9873088429221752, 'Burger Joint'), ('Canning', 53.40239305, -2.993692231518283, 'Kazimier Garden', 53.402804507336626, -2.9818790295220436, 'Beer Garden'), ('Canning', 53.40239305, -2.993692231518283, 'Pret A Manger', 53.403379695546036, -2.986218346393254, 'Sandwich Place'), ('Canning', 53.40239305, -2.993692231518283, 'Caffè Nero', 53.40390404343982, -2.984807916665431, 'Coffee Shop'), ('Canning', 53.40239305, -2.993692231518283, 'Salt House Tapas', 53.402721172583405, -2.985801303874356, 'Tapas Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'East Z East', 53.39783509087495, -2.9905358347925444, 'Indian Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'The Baltic Fleet', 53.398205, -2.9863605, 'Pub'), ('Canning', 53.40239305, -2.993692231518283, 'Turtle Bay', 53.40672508159414, -2.988078302546954, 'Caribbean Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Root Coffee', 53.40354521806294, -2.9828785626575223, 'Coffee Shop'), ('Canning', 53.40239305, -2.993692231518283, "Hard Day's Night Hotel", 53.40602097209122, -2.9881516993373225, 'Hotel'), ('Canning', 53.40239305, -2.993692231518283, 'Mathew Street', 53.406345, -2.987743, 'Road'), ('Canning', 53.40239305, -2.993692231518283, 'JD Gym', 53.40724473767186, -2.9900887637243945, 'Athletics & Sports'), ('Canning', 53.40239305, -2.993692231518283, "Gino D'acampo", 53.407023451523635, -2.9910819449189425, 'Italian Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Aloft Liverpool', 53.407348, -2.989165, 'Hotel'), ('Canning', 53.40239305, -2.993692231518283, 'DoubleTree by Hilton', 53.40814723382943, -2.9867953062057495, 'Hotel'), ('Canning', 53.40239305, -2.993692231518283, 'YHA Liverpool Albert Dock', 53.39787439803502, -2.986139594837966, 'Hostel'), ('Canning', 53.40239305, -2.993692231518283, 'Bem Brasil', 53.403188182650034, -2.9843571311811212, 'Brazilian Restaurant'), ('Canning', 53.40239305, -2.993692231518283, "Paolo And Donato's Italian Deli", 53.40629518818408, -2.9836448209119033, 'Café'), ('Canning', 53.40239305, -2.993692231518283, 'Mowgli', 53.40678490455343, -2.991756897484236, 'Indian Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Wake & Cate', 53.40572478932491, -2.983894955471544, 'Café'), ('Canning', 53.40239305, -2.993692231518283, 'Tortilla', 53.405391633264166, -2.98652196469141, 'Burrito Place'), ('Canning', 53.40239305, -2.993692231518283, 'Trattoria 51 Pizzeria', 53.409068292847266, -2.993965357243524, 'Italian Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Panoramic 34 Restaurant', 53.40992846310008, -2.9963679379209243, 'Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Hilton', 53.402437521448526, -2.9887457458925257, 'Hotel'), ('Canning', 53.40239305, -2.993692231518283, 'Côte Bistro', 53.40294994258495, -2.9860229635457367, 'French Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'British Music Experience', 53.405102592155444, -2.9956275148060874, 'Museum'), ('Canning', 53.40239305, -2.993692231518283, 'Pattersons', 53.402512808713105, -2.9829422931578096, 'Fried Chicken Joint'), ('Canning', 53.40239305, -2.993692231518283, 'Panna Kitchen & Canteen', 53.408391167009654, -2.991577533833026, 'Breakfast Spot'), ('Canning', 53.40239305, -2.993692231518283, 'The Dead Crafty Beer Company', 53.40920568817392, -2.9852020740509033, 'Beer Bar'), ('Canning', 53.40239305, -2.993692231518283, 'Turtle Bay', 53.40380946209293, -2.983036427048654, 'Caribbean Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Marks & Spencer', 53.4056907278086, -2.98352579382987, 'Department Store'), ('Canning', 53.40239305, -2.993692231518283, 'The Nadler', 53.40265757566615, -2.980612373972025, 'Hotel'), ('Canning', 53.40239305, -2.993692231518283, 'Waterstones', 53.403809818372615, -2.985280782395328, 'Bookstore'), ('Canning', 53.40239305, -2.993692231518283, 'Pullman Liverpool', 53.39537379049614, -2.9902558822784613, 'Hotel'), ('Canning', 53.40239305, -2.993692231518283, 'Casa Italia', 53.406830540460085, -2.9864769165711293, 'Italian Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Five Guys', 53.4077205, -2.9836494, 'Burger Joint'), ('Canning', 53.40239305, -2.993692231518283, 'Baltic Bakehouse', 53.396795317382114, -2.981921846454059, 'Bakery'), ('Canning', 53.40239305, -2.993692231518283, 'Crust', 53.40369, -2.979528, 'Pizza Place'), ('Canning', 53.40239305, -2.993692231518283, 'The Lion Tavern', 53.40913469759768, -2.990251419755312, 'Pub'), ('Canning', 53.40239305, -2.993692231518283, 'Thoughtfully', 53.402183, -2.983421, 'Café'), ('Canning', 53.40239305, -2.993692231518283, 'Disney Store', 53.403997882489165, -2.987672725216693, 'Toy / Game Store'), ('Canning', 53.40239305, -2.993692231518283, 'Ibis Styles Hotel', 53.40841458473972, -2.987779094226163, 'Hotel'), ('Canning', 53.40239305, -2.993692231518283, 'Radio City Tower', 53.40624465552583, -2.981874488396473, 'Scenic Lookout'), ('Canning', 53.40239305, -2.993692231518283, 'Hotel Indigo Liverpool', 53.4079521, -2.9932902, 'Hotel'), ('Canning', 53.40239305, -2.993692231518283, 'Church Street', 53.40516679577864, -2.9835534961045957, 'Pedestrian Plaza'), ('Canning', 53.40239305, -2.993692231518283, "Thomas Rigby's", 53.40759379282444, -2.9896850154761063, 'Pub'), ('Canning', 53.40239305, -2.993692231518283, 'Ship and Mitre', 53.40952119551682, -2.9845112033091157, 'Pub'), ('Canning', 53.40239305, -2.993692231518283, 'Elif', 53.40352293150271, -2.9790761412131745, 'Turkish Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Black Lodge', 53.397134530222296, -2.9823188159366345, 'Brewery'), ('Canning', 53.40239305, -2.993692231518283, 'Brass Monkey', 53.404404, -2.982881, 'Cocktail Bar'), ('Canning', 53.40239305, -2.993692231518283, 'Liverpool FC Official Club Store', 53.406771012853085, -2.982900415294188, 'Sporting Goods Shop'), ('Canning', 53.40239305, -2.993692231518283, "Archie's", 53.40514256625535, -2.9794864120543814, 'Fast Food Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'Liverpool Playhouse', 53.40642420459331, -2.982687626019761, 'Theater'), ('Canning', 53.40239305, -2.993692231518283, 'Primark', 53.4049811, -2.983123, 'Clothing Store'), ('Canning', 53.40239305, -2.993692231518283, 'KO Grill', 53.40360022725723, -2.9796247095400106, 'Middle Eastern Restaurant'), ('Canning', 53.40239305, -2.993692231518283, 'The Shipping Forecast', 53.402530937760744, -2.9795423754323, 'Bar'), ('Canning', 53.40239305, -2.993692231518283, 'Popworld', 53.404185509578745, -2.981758318996981, 'Nightclub'), ('Canning', 53.40239305, -2.993692231518283, 'Santa Chupitos', 53.401758985251455, -2.9802927244010577, 'Cocktail Bar'), ('Canning', 53.40239305, -2.993692231518283, 'Ye Hole in Ye Wall', 53.407744961753124, -2.9900184868234727, 'Pub'), ('Canning', 53.40239305, -2.993692231518283, 'Sound', 53.401945309230285, -2.982816712685207, 'Café'), ('Canning', 53.40239305, -2.993692231518283, 'Alma de Cuba', 53.40194165453843, -2.978907559322221, 'Bar'), ('Canning', 53.40239305, -2.993692231518283, 'The Merchant', 53.40189442678878, -2.980446769520736, 'Beer Bar'), ('Canning', 53.40239305, -2.993692231518283, 'Head of Steam', 53.404367, -2.981994, 'Bar')], [('Childwall', 53.3953106, -2.8859736, 'Co-op Food', 53.40061114201748, -2.885790198349918, 'Grocery Store'), ('Childwall', 53.3953106, -2.8859736, 'Childwall Abbey Hotel', 53.395258649334785, -2.882434774231683, 'Hotel'), ('Childwall', 53.3953106, -2.8859736, 'The Childwall Fiveways Hotel (Wetherspoon)', 53.39683732573324, -2.8966616408112023, 'Pub'), ('Childwall', 53.3953106, -2.8859736, 'The Abbey Friar', 53.39426444333622, -2.890406481618726, 'Fast Food Restaurant'), ('Childwall', 53.3953106, -2.8859736, 'Londis', 53.39367393733349, -2.890106539487947, 'Convenience Store'), ('Childwall', 53.3953106, -2.8859736, 'The Great Wall', 53.3937082840853, -2.8901347914531192, 'Chinese Restaurant'), ('Childwall', 53.3953106, -2.8859736, 'Macello Meathouse', 53.394489, -2.891115, 'Steakhouse'), ('Childwall', 53.3953106, -2.8859736, 'Gateacre Park', 53.39453847372239, -2.874469757080078, 'Park'), ('Childwall', 53.3953106, -2.8859736, 'Avante Garde Hair & Beauty', 53.397273993156546, -2.898205066970071, 'Salon / Barbershop'), ('Childwall', 53.3953106, -2.8859736, 'Unipart Car Care Centre', 53.39255495, -2.872358818, 'Auto Garage'), ('Childwall', 53.3953106, -2.8859736, 'Childwall Valley Road (Bus Stop)', 53.39958669663393, -2.8729650196139547, 'Bus Stop'), ('Childwall', 53.3953106, -2.8859736, 'Aldi', 53.39105182389949, -2.8728676218690716, 'Supermarket')], [('Chinatown', 53.397964, -2.9797351, 'Baltic Bakehouse', 53.396795317382114, -2.981921846454059, 'Bakery'), ('Chinatown', 53.397964, -2.9797351, 'Black Lodge', 53.397134530222296, -2.9823188159366345, 'Brewery'), ('Chinatown', 53.397964, -2.9797351, 'The Bagelry', 53.398930755970454, -2.9778646671029527, 'Bagel Shop'), ('Chinatown', 53.397964, -2.9797351, 'Berry & Rye', 53.400511114165674, -2.9762078415737467, 'Cocktail Bar'), ('Chinatown', 53.397964, -2.9797351, 'Il Forno', 53.40059648507801, -2.9783547697011636, 'Italian Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Reem Lounge', 53.40036648990806, -2.9786265947936585, 'Lounge'), ('Chinatown', 53.397964, -2.9797351, 'Liverpool Cathedral', 53.39752909274538, -2.9732123068734264, 'Church'), ('Chinatown', 53.397964, -2.9797351, 'The Baltic Social', 53.39418649645938, -2.9791475562169474, 'Pub'), ('Chinatown', 53.397964, -2.9797351, 'Kazimier Garden', 53.402804507336626, -2.9818790295220436, 'Beer Garden'), ('Chinatown', 53.397964, -2.9797351, 'Love Lane Brewery', 53.396368, -2.982862, 'Pub'), ('Chinatown', 53.397964, -2.9797351, 'Bold Street Coffee', 53.402393766007556, -2.9769928551169635, 'Coffee Shop'), ('Chinatown', 53.397964, -2.9797351, 'Camp & Furnace', 53.39429423135542, -2.9805406618754064, 'Gastropub'), ('Chinatown', 53.397964, -2.9797351, 'The Baltic Fleet', 53.398205, -2.9863605, 'Pub'), ('Chinatown', 53.397964, -2.9797351, 'FACT Cinema and Art Gallery', 53.402313570948216, -2.9773783397894586, 'Indie Movie Theater'), ('Chinatown', 53.397964, -2.9797351, 'Leaf', 53.402868665800796, -2.9777084753650422, 'Café'), ('Chinatown', 53.397964, -2.9797351, 'Mowgli Street Food', 53.402828222764605, -2.9776000833769496, 'Indian Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Baltic Market', 53.39316843322408, -2.978005948747281, 'Food Court'), ('Chinatown', 53.397964, -2.9797351, 'YHA Liverpool Albert Dock', 53.39787439803502, -2.986139594837966, 'Hostel'), ('Chinatown', 53.397964, -2.9797351, 'Neon Jamon', 53.40038220873783, -2.9762159085154103, 'Spanish Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Forbidden Planet', 53.402713711018215, -2.977599157586998, 'Comic Shop'), ('Chinatown', 53.397964, -2.9797351, 'Alma de Cuba', 53.40194165453843, -2.978907559322221, 'Bar'), ('Chinatown', 53.397964, -2.9797351, 'Sapporo Teppanyaki', 53.400439721020746, -2.9784834101545647, 'Japanese Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'The Nadler', 53.40265757566615, -2.980612373972025, 'Hotel'), ('Chinatown', 53.397964, -2.9797351, 'Maray', 53.40239051358783, -2.976913215613717, 'Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'BrewDog Liverpool', 53.401803986114665, -2.977193674202042, 'Beer Bar'), ('Chinatown', 53.397964, -2.9797351, 'Cow & Co', 53.401481, -2.985355, 'Coffee Shop'), ('Chinatown', 53.397964, -2.9797351, 'Hanover Street Social Brasserie', 53.402976164214174, -2.9849384137590613, 'Bar'), ('Chinatown', 53.397964, -2.9797351, 'The Shipping Forecast', 53.402530937760744, -2.9795423754323, 'Bar'), ('Chinatown', 53.397964, -2.9797351, 'Crust', 53.40369, -2.979528, 'Pizza Place'), ('Chinatown', 53.397964, -2.9797351, 'Elif', 53.40352293150271, -2.9790761412131745, 'Turkish Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'The Merchant', 53.40189442678878, -2.980446769520736, 'Beer Bar'), ('Chinatown', 53.397964, -2.9797351, 'Root Coffee', 53.40354521806294, -2.9828785626575223, 'Coffee Shop'), ('Chinatown', 53.397964, -2.9797351, 'Café Tabac', 53.402068852314855, -2.9759121313104977, 'Bar'), ('Chinatown', 53.397964, -2.9797351, 'Four Seasons Restaurant & Bar', 53.40249053706134, -2.975752615296165, 'Diner'), ('Chinatown', 53.397964, -2.9797351, 'Buyers Club', 53.40130069146867, -2.9718883039450095, 'Bar'), ('Chinatown', 53.397964, -2.9797351, 'Ghetto Golf', 53.39380074399209, -2.979132682372599, 'Mini Golf'), ('Chinatown', 53.397964, -2.9797351, 'Staybridge Suites Liverpool', 53.3976979, -2.9893621, 'Hotel'), ('Chinatown', 53.397964, -2.9797351, 'Mattas International Foods', 53.403185172961784, -2.9783463380002955, 'Food & Drink Shop'), ('Chinatown', 53.397964, -2.9797351, 'Chung Wah Supermarket', 53.397276265275266, -2.979604860415079, 'Grocery Store'), ('Chinatown', 53.397964, -2.9797351, 'Coffee and Fandisha', 53.39611108710403, -2.979320364913255, 'Café'), ('Chinatown', 53.397964, -2.9797351, 'The Egg Cafe', 53.4039218354251, -2.9776555744224233, 'Vegetarian / Vegan Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'The Botanical Garden', 53.395106939711816, -2.9795362817948643, 'Bar'), ('Chinatown', 53.397964, -2.9797351, 'Moose and Moonshine', 53.40097239938429, -2.970662092428721, 'Café'), ('Chinatown', 53.397964, -2.9797351, 'Free State Kitchen', 53.40243579821311, -2.970429209189731, 'American Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Picturehouse at FACT', 53.40240265037633, -2.9777241616064676, 'Movie Theater'), ('Chinatown', 53.397964, -2.9797351, 'Pattersons', 53.402512808713105, -2.9829422931578096, 'Fried Chicken Joint'), ('Chinatown', 53.397964, -2.9797351, '92° Coffee', 53.40143, -2.9707842, 'Coffee Shop'), ('Chinatown', 53.397964, -2.9797351, 'Frost Burgers', 53.4030108, -2.979361899999958, 'Vegetarian / Vegan Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Kasbah Café Bazaar', 53.403131689465276, -2.9784106798023204, 'Moroccan Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'KO Grill', 53.40360022725723, -2.9796247095400106, 'Middle Eastern Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Philharmonic Dining Rooms', 53.40164450665232, -2.9703634294070427, 'Pub'), ('Chinatown', 53.397964, -2.9797351, 'Hope Street Hotel', 53.400943226635064, -2.9707662865181317, 'Hotel'), ('Chinatown', 53.397964, -2.9797351, 'Honest Burgers', 53.402449399553845, -2.9772904682372427, 'Burger Joint'), ('Chinatown', 53.397964, -2.9797351, 'Liverpool ONE', 53.404076256136555, -2.9868757724761963, 'Shopping Mall'), ('Chinatown', 53.397964, -2.9797351, 'Hotel Chocolat Cafe', 53.404505365089236, -2.984765298561728, 'Café'), ('Chinatown', 53.397964, -2.9797351, 'Liverpool Philharmonic Hall', 53.40144403660337, -2.9706991748533373, 'Concert Hall'), ('Chinatown', 53.397964, -2.9797351, 'The Quarter', 53.40025457599628, -2.9706909619819615, 'Italian Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Grilla', 53.40174627035565, -2.971751314841672, 'Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'The Dispensary', 53.40259288816302, -2.975797107557235, 'Pub'), ('Chinatown', 53.397964, -2.9797351, 'Thoughtfully', 53.402183, -2.983421, 'Café'), ('Chinatown', 53.397964, -2.9797351, 'M&S Bank Arena Liverpool', 53.397546, -2.991523, 'Music Venue'), ('Chinatown', 53.397964, -2.9797351, 'The London Carriage Works', 53.40093594687584, -2.9707491464128175, 'Modern European Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Caffè Nero', 53.40390404343982, -2.984807916665431, 'Coffee Shop'), ('Chinatown', 53.397964, -2.9797351, 'Bem Brasil', 53.403188182650034, -2.9843571311811212, 'Brazilian Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'The Smugglers Cove', 53.39911783244708, -2.992010183924061, 'Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Salt House Tapas', 53.402721172583405, -2.985801303874356, 'Tapas Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Pullman Liverpool', 53.39537379049614, -2.9902558822784613, 'Hotel'), ('Chinatown', 53.397964, -2.9797351, "Archie's", 53.40514256625535, -2.9794864120543814, 'Fast Food Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Byron', 53.403467056296776, -2.986027184604442, 'Burger Joint'), ('Chinatown', 53.397964, -2.9797351, 'Turtle Bay', 53.40380946209293, -2.983036427048654, 'Caribbean Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'The Beatles Story', 53.399162808374314, -2.9917650047018176, 'History Museum'), ('Chinatown', 53.397964, -2.9797351, "Cuthbert's Bakehouse", 53.40382269476333, -2.9723596597619846, 'Café'), ('Chinatown', 53.397964, -2.9797351, 'East Z East', 53.39783509087495, -2.9905358347925444, 'Indian Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Chavasse Park', 53.40318717697404, -2.9883456230163574, 'Park'), ('Chinatown', 53.397964, -2.9797351, 'Liverpool FC Official Club Store', 53.40424745124335, -2.987738963844412, 'Sporting Goods Shop'), ('Chinatown', 53.397964, -2.9797351, 'Merseyside Maritime Museum', 53.40132524067183, -2.9927019269568116, 'History Museum'), ('Chinatown', 53.397964, -2.9797351, 'John Lewis & Partners', 53.4028582, -2.9866618, 'Department Store'), ('Chinatown', 53.397964, -2.9797351, 'Adagio Liverpool City Centre', 53.4048522, -2.9793062, 'Hotel'), ('Chinatown', 53.397964, -2.9797351, 'Starbucks', 53.404068, -2.985833, 'Coffee Shop'), ('Chinatown', 53.397964, -2.9797351, "Bill's Restaurant", 53.40272732895715, -2.9883678585937212, 'English Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Pret A Manger', 53.403379695546036, -2.986218346393254, 'Sandwich Place'), ('Chinatown', 53.397964, -2.9797351, 'Constellations', 53.39482941543683, -2.978124665762162, 'Bar'), ('Chinatown', 53.397964, -2.9797351, 'JOE & THE JUICE', 53.402987, -2.98734, 'Juice Bar'), ('Chinatown', 53.397964, -2.9797351, "Paolo And Donato's Italian Deli", 53.40629518818408, -2.9836448209119033, 'Café'), ('Chinatown', 53.397964, -2.9797351, 'Blackburne Arms Hotel', 53.39958995353491, -2.968343181372238, 'Pub'), ('Chinatown', 53.397964, -2.9797351, 'Wake & Cate', 53.40572478932491, -2.983894955471544, 'Café'), ('Chinatown', 53.397964, -2.9797351, 'The Belvedere', 53.4002090034605, -2.969568213761553, 'Bar'), ('Chinatown', 53.397964, -2.9797351, 'Everyman Theatre', 53.4030312150659, -2.9695799995857133, 'Theater'), ('Chinatown', 53.397964, -2.9797351, 'Odeon', 53.404329000000004, -2.986880000000042, 'Movie Theater'), ('Chinatown', 53.397964, -2.9797351, 'The Art School Restaurant', 53.40095788848576, -2.969025411082568, 'Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Radio City Tower', 53.40624465552583, -2.981874488396473, 'Scenic Lookout'), ('Chinatown', 53.397964, -2.9797351, 'Caffè Nero', 53.405355565481464, -2.986322751291714, 'Coffee Shop'), ('Chinatown', 53.397964, -2.9797351, 'Brass Monkey', 53.404404, -2.982881, 'Cocktail Bar'), ('Chinatown', 53.397964, -2.9797351, 'Starbucks', 53.403189, -2.987509, 'Coffee Shop'), ('Chinatown', 53.397964, -2.9797351, 'Marks & Spencer', 53.4056907278086, -2.98352579382987, 'Department Store'), ('Chinatown', 53.397964, -2.9797351, 'Head of Steam', 53.404367, -2.981994, 'Bar'), ('Chinatown', 53.397964, -2.9797351, 'Tate Liverpool', 53.400687480710396, -2.99408910180928, 'Art Museum'), ('Chinatown', 53.397964, -2.9797351, 'Côte Bistro', 53.40294994258495, -2.9860229635457367, 'French Restaurant'), ('Chinatown', 53.397964, -2.9797351, 'Rococo Coffee House', 53.40534838006801, -2.9874189765484735, 'Café'), ('Chinatown', 53.397964, -2.9797351, 'Revolution', 53.40032402793531, -2.9912102222442627, 'Bar')], [('Liverpool city centre', 53.4049673, -2.9916084, 'Bacaro', 53.40559432178704, -2.990131447394653, 'Italian Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Pret A Manger', 53.40527841508901, -2.9896596780492657, 'Sandwich Place'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Cavern Club', 53.40632400764082, -2.987853702908755, 'Rock Club'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Liverpool Waterfront', 53.404129559644176, -2.9959560291984166, 'Waterfront'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Pier Head', 53.40472866212032, -2.996842861175537, 'Scenic Lookout'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Beatles Statue', 53.40448662682905, -2.9965077900076698, 'Outdoor Sculpture'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Liverpool ONE', 53.404076256136555, -2.9868757724761963, 'Shopping Mall'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Liverpool FC Official Club Store', 53.40424745124335, -2.987738963844412, 'Sporting Goods Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Moose Coffee', 53.40734064572646, -2.990634372257907, 'American Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Museum of Liverpool', 53.40303745996462, -2.995271802465536, 'History Museum'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Restaurant Bar & Grill', 53.40593801391573, -2.9916311684481953, 'Steakhouse'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Chavasse Park', 53.40318717697404, -2.9883456230163574, 'Park'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Merseyside Maritime Museum', 53.40132524067183, -2.9927019269568116, 'History Museum'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Fazenda Rodizio', 53.407805469754464, -2.9920489411877176, 'Brazilian Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Rococo Coffee House', 53.40534838006801, -2.9874189765484735, 'Café'), ('Liverpool city centre', 53.4049673, -2.9916084, '200 Degrees Coffee', 53.406567, -2.9851162, 'Coffee Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Caffè Nero', 53.405355565481464, -2.986322751291714, 'Coffee Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Turtle Bay', 53.40672508159414, -2.988078302546954, 'Caribbean Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Hotel Chocolat Cafe', 53.404505365089236, -2.984765298561728, 'Café'), ('Liverpool city centre', 53.4049673, -2.9916084, 'JD Gym', 53.40724473767186, -2.9900887637243945, 'Athletics & Sports'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Aloft Liverpool', 53.407348, -2.989165, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Hanover Street Social Brasserie', 53.402976164214174, -2.9849384137590613, 'Bar'), ('Liverpool city centre', 53.4049673, -2.9916084, "Gino D'acampo", 53.407023451523635, -2.9910819449189425, 'Italian Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, "Hard Day's Night Hotel", 53.40602097209122, -2.9881516993373225, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, "Bill's Restaurant", 53.40272732895715, -2.9883678585937212, 'English Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Odeon', 53.404329000000004, -2.986880000000042, 'Movie Theater'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Brasco Lounge', 53.40326430747427, -2.9945402750577963, 'Gastropub'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Mathew Street', 53.406345, -2.987743, 'Road'), ('Liverpool city centre', 53.4049673, -2.9916084, 'DoubleTree by Hilton', 53.40814723382943, -2.9867953062057495, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Starbucks', 53.404068, -2.985833, 'Coffee Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Byron', 53.403467056296776, -2.986027184604442, 'Burger Joint'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Mowgli', 53.40678490455343, -2.991756897484236, 'Indian Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Gourmet Burger Kitchen', 53.404197785157706, -2.9873088429221752, 'Burger Joint'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Etsu', 53.40544086281344, -2.9932081933656995, 'Japanese Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Gym', 53.402799266259535, -2.9898976183853847, 'Gym'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Tate Liverpool', 53.400687480710396, -2.99408910180928, 'Art Museum'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Caffè Nero', 53.40390404343982, -2.984807916665431, 'Coffee Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, "Paolo And Donato's Italian Deli", 53.40629518818408, -2.9836448209119033, 'Café'), ('Liverpool city centre', 53.4049673, -2.9916084, 'JOE & THE JUICE', 53.402987, -2.98734, 'Juice Bar'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Trattoria 51 Pizzeria', 53.409068292847266, -2.993965357243524, 'Italian Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Starbucks', 53.403189, -2.987509, 'Coffee Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'John Lewis & Partners', 53.4028582, -2.9866618, 'Department Store'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Panna Kitchen & Canteen', 53.408391167009654, -2.991577533833026, 'Breakfast Spot'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Dead Crafty Beer Company', 53.40920568817392, -2.9852020740509033, 'Beer Bar'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Tortilla', 53.405391633264166, -2.98652196469141, 'Burrito Place'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Pret A Manger', 53.403379695546036, -2.986218346393254, 'Sandwich Place'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Wake & Cate', 53.40572478932491, -2.983894955471544, 'Café'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Kazimier Garden', 53.402804507336626, -2.9818790295220436, 'Beer Garden'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Root Coffee', 53.40354521806294, -2.9828785626575223, 'Coffee Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Panoramic 34 Restaurant', 53.40992846310008, -2.9963679379209243, 'Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Casa Italia', 53.406830540460085, -2.9864769165711293, 'Italian Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Gusto', 53.40100996165606, -2.9922722235679067, 'Italian Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Lion Tavern', 53.40913469759768, -2.990251419755312, 'Pub'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Ibis Styles Hotel', 53.40841458473972, -2.987779094226163, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Cow & Co', 53.401481, -2.985355, 'Coffee Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Salt House Tapas', 53.402721172583405, -2.985801303874356, 'Tapas Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Five Guys', 53.4077205, -2.9836494, 'Burger Joint'), ('Liverpool city centre', 53.4049673, -2.9916084, "Thomas Rigby's", 53.40759379282444, -2.9896850154761063, 'Pub'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Smugglers Cove', 53.39911783244708, -2.992010183924061, 'Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, "Lovelock's", 53.408957, -2.983204, 'Coffee Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Marks & Spencer', 53.4056907278086, -2.98352579382987, 'Department Store'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Ship and Mitre', 53.40952119551682, -2.9845112033091157, 'Pub'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Beatles Story', 53.399162808374314, -2.9917650047018176, 'History Museum'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Bem Brasil', 53.403188182650034, -2.9843571311811212, 'Brazilian Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Hotel Indigo Liverpool', 53.4079521, -2.9932902, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Radio City Tower', 53.40624465552583, -2.981874488396473, 'Scenic Lookout'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Turtle Bay', 53.40380946209293, -2.983036427048654, 'Caribbean Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Waterstones', 53.403809818372615, -2.985280782395328, 'Bookstore'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Ye Hole in Ye Wall', 53.407744961753124, -2.9900184868234727, 'Pub'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Liverpool FC Official Club Store', 53.406771012853085, -2.982900415294188, 'Sporting Goods Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Church Street', 53.40516679577864, -2.9835534961045957, 'Pedestrian Plaza'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Revolution', 53.40032402793531, -2.9912102222442627, 'Bar'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Côte Bistro', 53.40294994258495, -2.9860229635457367, 'French Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Disney Store', 53.403997882489165, -2.987672725216693, 'Toy / Game Store'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Pattersons', 53.402512808713105, -2.9829422931578096, 'Fried Chicken Joint'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Nadler', 53.40265757566615, -2.980612373972025, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Crust', 53.40369, -2.979528, 'Pizza Place'), ('Liverpool city centre', 53.4049673, -2.9916084, 'British Music Experience', 53.405102592155444, -2.9956275148060874, 'Museum'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Z Hotel Liverpool', 53.407282286667225, -2.98965495963992, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, 'NYL Restaurant & Bar', 53.40733444459511, -2.98936315707236, 'Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, "St. John's Gardens", 53.40885393889672, -2.9814308881759644, 'Garden'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Lifestyles Millennium', 53.40823349803963, -2.9841279794883344, 'Gym'), ('Liverpool city centre', 53.4049673, -2.9916084, 'M&S Bank Arena Liverpool', 53.397546, -2.991523, 'Music Venue'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Brass Monkey', 53.404404, -2.982881, 'Cocktail Bar'), ('Liverpool city centre', 53.4049673, -2.9916084, "Archie's", 53.40514256625535, -2.9794864120543814, 'Fast Food Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Primark', 53.4049811, -2.983123, 'Clothing Store'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Baltic Fleet', 53.398205, -2.9863605, 'Pub'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Staybridge Suites Liverpool', 53.3976979, -2.9893621, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Elif', 53.40352293150271, -2.9790761412131745, 'Turkish Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Hilton', 53.402437521448526, -2.9887457458925257, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Leaf', 53.402868665800796, -2.9777084753650422, 'Café'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Thoughtfully', 53.402183, -2.983421, 'Café'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Mowgli Street Food', 53.402828222764605, -2.9776000833769496, 'Indian Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Signature Living', 53.407690929112384, -2.985463763422745, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, 'KO Grill', 53.40360022725723, -2.9796247095400106, 'Middle Eastern Restaurant'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Walker Art Gallery', 53.409847094710166, -2.9794985332559927, 'Art Gallery'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Adagio Liverpool City Centre', 53.4048522, -2.9793062, 'Hotel'), ('Liverpool city centre', 53.4049673, -2.9916084, "Kaspa's", 53.408217454665724, -2.984807683210358, 'Dessert Shop'), ('Liverpool city centre', 53.4049673, -2.9916084, 'Head of Steam', 53.404367, -2.981994, 'Bar'), ('Liverpool city centre', 53.4049673, -2.9916084, 'The Egg Cafe', 53.4039218354251, -2.9776555744224233, 'Vegetarian / Vegan Restaurant')], [('Clubmoor', 53.4296199, -2.9341866, 'Iceland', 53.42409324350422, -2.9346933979743324, 'Supermarket'), ('Clubmoor', 53.4296199, -2.9341866, 'Farmers Arms Hotel', 53.435038577957016, -2.9338261061342337, 'Bar'), ('Clubmoor', 53.4296199, -2.9341866, 'Newsham Park', 53.42238837386827, -2.9367916310647484, 'Park'), ('Clubmoor', 53.4296199, -2.9341866, 'KFC', 53.4243113, -2.9347465, 'Fast Food Restaurant')], [('Croxteth', 53.4510605, -2.8911267, 'Croxteth Hall & Country Park', 53.442730024838006, -2.8921401500701904, 'Park'), ('Croxteth', 53.4510605, -2.8911267, 'Hinton Landscape and Maintenance', 53.4545602, -2.900422800000001, 'Construction & Landscaping'), ('Croxteth', 53.4510605, -2.8911267, 'This Mum Liverpool', 53.4550291, -2.8812147, 'Medical Center'), ('Croxteth', 53.4510605, -2.8911267, 'LloydsPharmacy', 53.4496126, -2.8787337, 'Pharmacy')], [('Dingle', 53.3798767, -2.9634677, 'Nuffield Health Fitness & Wellbeing Gym', 53.37976190259569, -2.970557760974053, 'Gym'), ('Dingle', 53.3798767, -2.9634677, 'Co-op Food', 53.383175185129595, -2.9621877579783913, 'Grocery Store'), ('Dingle', 53.3798767, -2.9634677, 'Chung Ku', 53.37836371197738, -2.9732846593471276, 'Chinese Restaurant'), ('Dingle', 53.3798767, -2.9634677, 'Subway', 53.380990354008624, -2.9732727358900775, 'Sandwich Place'), ('Dingle', 53.3798767, -2.9634677, 'Costa Coffee', 53.38086977354547, -2.973526707285275, 'Coffee Shop'), ('Dingle', 53.3798767, -2.9634677, 'St Michaels Railway Station (STM)', 53.37601363918978, -2.953310766409386, 'Train Station'), ('Dingle', 53.3798767, -2.9634677, "McDonald's", 53.381271, -2.954849, 'Fast Food Restaurant'), ('Dingle', 53.3798767, -2.9634677, 'The Britannia Inn', 53.37382316899448, -2.963772179962511, 'Restaurant'), ('Dingle', 53.3798767, -2.9634677, 'Nuffield Health Fitness & Wellbeing Gym', 53.37969721471697, -2.9704704943078584, 'Gym'), ('Dingle', 53.3798767, -2.9634677, 'Tesco Extra', 53.3850428, -2.9641884, 'Supermarket'), ('Dingle', 53.3798767, -2.9634677, 'The Pineapple Hotel', 53.38450804380079, -2.9643320364975922, 'Hotel'), ('Dingle', 53.3798767, -2.9634677, 'Chungku', 53.37856799, -2.973054, 'Chinese Restaurant'), ('Dingle', 53.3798767, -2.9634677, 'Spring City', 53.379242, -2.974476, 'Athletics & Sports'), ('Dingle', 53.3798767, -2.9634677, 'Teamsport (Karting)', 53.381635, -2.975585, 'Go Kart Track'), ('Dingle', 53.3798767, -2.9634677, 'Port Of Liverpool', 53.38316783143422, -2.975947868848204, 'Boat or Ferry'), ('Dingle', 53.3798767, -2.9634677, 'Brunswick Railway Station (BRW)', 53.38324234033496, -2.9760276972347333, 'Train Station')], [('Dovecot', 53.4217065, -2.884023, 'KFC', 53.41983194, -2.88350611, 'Fast Food Restaurant'), ('Dovecot', 53.4217065, -2.884023, "Domino's Pizza", 53.4245859, -2.8906911, 'Pizza Place'), ('Dovecot', 53.4217065, -2.884023, 'Burger King', 53.41982216741503, -2.883981193379782, 'Fast Food Restaurant'), ('Dovecot', 53.4217065, -2.884023, 'Aldi', 53.419323797690545, -2.8864148286502638, 'Supermarket'), ('Dovecot', 53.4217065, -2.884023, 'Kwik-Fit', 53.41818030878862, -2.8919342708392546, 'Auto Garage'), ('Dovecot', 53.4217065, -2.884023, 'The New Orchid Garden', 53.421686, -2.897502, 'Chinese Restaurant')], [('Edge Hill', 53.4024004, -2.946699, 'Kebabish Grill K.O.', 53.3955837653986, -2.949502638136797, 'Middle Eastern Restaurant'), ('Edge Hill', 53.4024004, -2.946699, 'Iceland', 53.403911, -2.94755, 'Grocery Store'), ('Edge Hill', 53.4024004, -2.946699, 'Home Bargains', 53.40405458444432, -2.9486675478463287, 'Discount Store'), ('Edge Hill', 53.4024004, -2.946699, 'T.A.K Supermarket', 53.397890694545474, -2.948305606842041, 'Grocery Store'), ('Edge Hill', 53.4024004, -2.946699, 'Co-op Food', 53.39725741603994, -2.9356467986350183, 'Grocery Store'), ('Edge Hill', 53.4024004, -2.946699, 'Wavertree Botanic Gardens', 53.40569572702504, -2.94425453452675, 'Park'), ('Edge Hill', 53.4024004, -2.946699, 'Williamson Tunnels Heritage Centre', 53.40402053870659, -2.9586293622500923, 'History Museum'), ('Edge Hill', 53.4024004, -2.946699, "Jack's", 53.404794221972374, -2.9546718299388885, 'Discount Store'), ('Edge Hill', 53.4024004, -2.946699, 'Devonshire House Hotel', 53.40961711355681, -2.941221628215137, 'Hotel'), ('Edge Hill', 53.4024004, -2.946699, 'Broaster', 53.395107858088515, -2.949399948120117, 'American Restaurant'), ('Edge Hill', 53.4024004, -2.946699, 'MRK SKIN CARE', 53.3950837, -2.9494882999999845, 'Business Service'), ('Edge Hill', 53.4024004, -2.946699, 'Tureen Clay Oven Kebabs', 53.39440959034596, -2.9494157028206764, 'Fast Food Restaurant'), ('Edge Hill', 53.4024004, -2.946699, 'Kensington Community Sports Centre', 53.410279843721575, -2.95261868582117, 'Gym / Fitness Center')], [('Everton', 53.4203542, -2.973229, 'Everton Park', 53.41971156082837, -2.97075620752584, 'Park'), ('Everton', 53.4203542, -2.973229, "Sainsbury's", 53.42305573830549, -2.9794571150665305, 'Supermarket'), ('Everton', 53.4203542, -2.973229, 'Home Bargains', 53.42193764, -2.97759411, 'Discount Store'), ('Everton', 53.4203542, -2.973229, 'B&M Store', 53.422148, -2.977497, 'Discount Store'), ('Everton', 53.4203542, -2.973229, 'The Sandon', 53.4245078641933, -2.9603631043037333, 'Pub'), ('Everton', 53.4203542, -2.973229, 'Home Bargains', 53.42193734, -2.95922297, 'Discount Store'), ('Everton', 53.4203542, -2.973229, 'Greggs', 53.419735759139016, -2.9718138652252497, 'Bakery'), ('Everton', 53.4203542, -2.973229, 'Great Homer Street Market', 53.421516637908304, -2.9781995538560873, 'Flea Market'), ('Everton', 53.4203542, -2.973229, "McDonald's", 53.42338484626319, -2.9818443962722085, 'Fast Food Restaurant'), ('Everton', 53.4203542, -2.973229, 'Football Field Atlantic Point', 53.420827573914764, -2.9819545686749875, 'Soccer Field'), ('Everton', 53.4203542, -2.973229, 'KFC (KFC Liverpool)', 53.423668, -2.985336, 'Fast Food Restaurant'), ('Everton', 53.4203542, -2.973229, 'Everton Hostel', 53.41606401912343, -2.9648196600228856, 'Hostel'), ('Everton', 53.4203542, -2.973229, 'Everton Park', 53.41479149071368, -2.970049297955669, 'Park'), ('Everton', 53.4203542, -2.973229, 'Great Homer Street', 53.42489746336165, -2.9804415512341964, 'Shopping Plaza'), ('Everton', 53.4203542, -2.973229, 'Leeds Liverpool Canal', 53.422784482913556, -2.985575058826175, 'Dog Run')], [('Fairfield', 53.4114446, -2.9245088, 'L7 Village Market', 53.41293642270968, -2.9373331322395915, 'Deli / Bodega'), ('Fairfield', 53.4114446, -2.9245088, 'Hollywood Bowl', 53.408743318071274, -2.922502077162631, 'Bowling Alley'), ('Fairfield', 53.4114446, -2.9245088, 'M&S Foodhall', 53.40974, -2.925623, 'Grocery Store'), ('Fairfield', 53.4114446, -2.9245088, 'Starbucks', 53.410316, -2.9201744, 'Coffee Shop'), ('Fairfield', 53.4114446, -2.9245088, 'Boots', 53.409785, -2.925773, 'Pharmacy'), ('Fairfield', 53.4114446, -2.9245088, 'Chiquito', 53.409831, -2.9238546, 'Mexican Restaurant'), ('Fairfield', 53.4114446, -2.9245088, 'Costa Coffee', 53.41332679213082, -2.9130994778384443, 'Coffee Shop'), ('Fairfield', 53.4114446, -2.9245088, 'B&M Store', 53.410435, -2.9218208, 'Discount Store'), ('Fairfield', 53.4114446, -2.9245088, 'Next', 53.408604, -2.9252439, 'Clothing Store'), ('Fairfield', 53.4114446, -2.9245088, 'KFC', 53.410305, -2.920923, 'Fast Food Restaurant'), ('Fairfield', 53.4114446, -2.9245088, 'The Masons Arms', 53.413730606248976, -2.911202006559953, 'Pub'), ('Fairfield', 53.4114446, -2.9245088, 'Subway', 53.409858654093576, -2.9169500772204535, 'Sandwich Place'), ('Fairfield', 53.4114446, -2.9245088, "McDonald's", 53.409884, -2.923073, 'Fast Food Restaurant'), ('Fairfield', 53.4114446, -2.9245088, 'Liverpool Shopping Park', 53.409662, -2.924357, 'Shopping Plaza'), ('Fairfield', 53.4114446, -2.9245088, 'Tesco', 53.41314572083375, -2.9162800312042236, 'Supermarket'), ('Fairfield', 53.4114446, -2.9245088, 'Platform 1', 53.40528577346077, -2.9228256075319097, 'Platform'), ('Fairfield', 53.4114446, -2.9245088, 'Ben Dunne Gym', 53.40861980705314, -2.9339567254775987, 'Gym / Fitness Center'), ('Fairfield', 53.4114446, -2.9245088, 'Aldi', 53.412899012523, -2.9133931497354264, 'Supermarket'), ('Fairfield', 53.4114446, -2.9245088, 'Anar', 53.41337358968706, -2.9372715014943385, 'Turkish Restaurant'), ('Fairfield', 53.4114446, -2.9245088, 'B&Q', 53.4089434, -2.9156166, 'Hardware Store')], [('Fazakerley', 53.468984, -2.9369705, 'Fazakerley Railway Station (FAZ)', 53.4692615087947, -2.936407714280014, 'Train Station'), ('Fazakerley', 53.468984, -2.9369705, 'Lidl', 53.469251667085516, -2.9384387655409228, 'Supermarket'), ('Fazakerley', 53.468984, -2.9369705, 'Co-op Food', 53.46860245748417, -2.9413218713155223, 'Grocery Store'), ('Fazakerley', 53.468984, -2.9369705, 'The Bistro & Restaurant', 53.464364006070596, -2.931910284588339, 'Café'), ('Fazakerley', 53.468984, -2.9369705, 'The Coffee Shop (Tower Block)', 53.464170252655876, -2.92899451745703, 'Coffee Shop'), ('Fazakerley', 53.468984, -2.9369705, 'Aintree Golf Centre', 53.476381049907125, -2.941158196908228, 'Golf Course')], [('Garston', 53.3522993, -2.8961104, 'Costa Coffee', 53.357753, -2.889575, 'Coffee Shop'), ('Garston', 53.3522993, -2.8961104, 'Dunelm', 53.354072, -2.8918706, 'Furniture / Home Store'), ('Garston', 53.3522993, -2.8961104, 'Garston Sports Centre', 53.359236505950044, -2.896701842266509, 'Pool'), ('Garston', 53.3522993, -2.8961104, 'Asda', 53.355674, -2.903309, 'Supermarket'), ('Garston', 53.3522993, -2.8961104, 'Platform 3', 53.35797556193963, -2.8894580948031683, 'Platform'), ('Garston', 53.3522993, -2.8961104, 'Coffee House', 53.358075978902896, -2.8892210897066124, 'Café'), ('Garston', 53.3522993, -2.8961104, 'Platform 5', 53.35871917528893, -2.8901491305571723, 'Platform'), ('Garston', 53.3522993, -2.8961104, 'Platform 2', 53.35841786908321, -2.889149152355132, 'Platform')], [('Gateacre', 53.3839934, -2.8580864, 'Black Bull', 53.38350616754126, -2.862693091367376, 'Pub'), ('Gateacre', 53.3839934, -2.8580864, 'KFC', 53.39043201, -2.85989525, 'Fast Food Restaurant'), ('Gateacre', 53.3839934, -2.8580864, 'Home Bargains', 53.39108456, -2.85943207, 'Discount Store'), ('Gateacre', 53.3839934, -2.8580864, 'Bear & Staff', 53.3828015636307, -2.8638659446990093, 'Pub'), ('Gateacre', 53.3839934, -2.8580864, 'Subway', 53.3906680685289, -2.860066073411913, 'Sandwich Place'), ('Gateacre', 53.3839934, -2.8580864, 'Liverpool Loop Line', 53.38316118400381, -2.8600750551944056, 'Trail'), ('Gateacre', 53.3839934, -2.8580864, 'Shell', 53.3901402, -2.85052492, 'Gas Station'), ('Gateacre', 53.3839934, -2.8580864, "McDonald's", 53.391068, -2.85629, 'Fast Food Restaurant'), ('Gateacre', 53.3839934, -2.8580864, 'Gateacre Garden Centre', 53.381582701291464, -2.8657207901285227, 'Garden Center'), ('Gateacre', 53.3839934, -2.8580864, 'Argos', 53.391343963419374, -2.856413336871737, 'Warehouse Store'), ('Gateacre', 53.3839934, -2.8580864, 'Blue Inc Clothing', 53.389175434915565, -2.8605600274239316, 'Clothing Store'), ('Gateacre', 53.3839934, -2.8580864, 'Morrisons', 53.38931769567039, -2.8589773178100586, 'Supermarket'), ('Gateacre', 53.3839934, -2.8580864, 'Specsavers', 53.390599, -2.859255, 'Optical Shop'), ('Gateacre', 53.3839934, -2.8580864, 'Jungle Fun', 53.39101212767134, -2.8583242241490225, 'Indoor Play Area'), ('Gateacre', 53.3839934, -2.8580864, 'Greggs', 53.391189498209904, -2.8589546891117488, 'Bakery'), ('Gateacre', 53.3839934, -2.8580864, 'Mike & Acies', 53.37642689644673, -2.857994803929119, 'Fast Food Restaurant'), ('Gateacre', 53.3839934, -2.8580864, 'Belle Vale Shopping Centre', 53.39108361873755, -2.8585052490234375, 'Shopping Mall')], [('Gillmoss', 53.4599073, -2.9019906, 'The Vikings Landing', 53.4595295, -2.9085556, 'Pub'), ('Gillmoss', 53.4599073, -2.9019906, 'Home Bargains', 53.46377823, -2.89503941, 'Discount Store'), ('Gillmoss', 53.4599073, -2.9019906, 'Showcase Cinema Liverpool', 53.45716848701895, -2.914047924815457, 'Movie Theater'), ('Gillmoss', 53.4599073, -2.9019906, 'KFC', 53.45598042717361, -2.9151906320895447, 'Fast Food Restaurant'), ('Gillmoss', 53.4599073, -2.9019906, "McDonald's", 53.456482, -2.915646, 'Fast Food Restaurant')], [('Grassendale', 53.3582395, -2.9177539, 'Toby Carvery', 53.363258503645206, -2.9154086721719397, 'English Restaurant'), ('Grassendale', 53.3582395, -2.9177539, 'Gulshan', 53.363377, -2.916303, 'Indian Restaurant'), ('Grassendale', 53.3582395, -2.9177539, 'Liverpool Cricket Club', 53.36361693317823, -2.9192468467861863, 'Cricket Ground'), ('Grassendale', 53.3582395, -2.9177539, 'Travelodge', 53.36350190935714, -2.915714876765333, 'Hotel'), ('Grassendale', 53.3582395, -2.9177539, 'Cressington Railway Station (CSG)', 53.358757099959135, -2.9122036189574487, 'Train Station'), ('Grassendale', 53.3582395, -2.9177539, 'Aldi', 53.358419231154926, -2.909493062458898, 'Supermarket'), ('Grassendale', 53.3582395, -2.9177539, 'KO Sing Chippy', 53.3632973, -2.91589072, 'Restaurant'), ('Grassendale', 53.3582395, -2.9177539, 'Kingsman Pub', 53.36328102686735, -2.91536808013916, 'Pub'), ('Grassendale', 53.3582395, -2.9177539, 'Aigburth Railway Station (AIG)', 53.364703108488705, -2.9268596830209725, 'Train Station'), ('Grassendale', 53.3582395, -2.9177539, 'Asda', 53.355674, -2.903309, 'Supermarket')], [("Hunt's Cross", 53.3607333, -2.8554087, 'Co-op Food', 53.360737674666225, -2.8557441068624736, 'Grocery Store'), ("Hunt's Cross", 53.3607333, -2.8554087, "McDonald's", 53.358559, -2.86523, 'Fast Food Restaurant'), ("Hunt's Cross", 53.3607333, -2.8554087, 'Hunts Cross Railway Station (HNX)', 53.36084181811789, -2.855525938297537, 'Train Station'), ("Hunt's Cross", 53.3607333, -2.8554087, 'Subway', 53.3580755612036, -2.8660273368717304, 'Sandwich Place'), ("Hunt's Cross", 53.3607333, -2.8554087, 'B&M Store', 53.35743441116418, -2.8658071958991385, 'Furniture / Home Store'), ("Hunt's Cross", 53.3607333, -2.8554087, 'The Raj', 53.360816794891086, -2.8556090094778206, 'Indian Restaurant'), ("Hunt's Cross", 53.3607333, -2.8554087, 'Metro Sandwich Bar', 53.36081646501727, -2.8556516212921053, 'Sandwich Place'), ("Hunt's Cross", 53.3607333, -2.8554087, 'Platform 3', 53.36063, -2.855847, 'Platform'), ("Hunt's Cross", 53.3607333, -2.8554087, "McColl's", 53.36162217665026, -2.851860407560012, 'Convenience Store'), ("Hunt's Cross", 53.3607333, -2.8554087, "Domino's Pizza", 53.3579658, -2.8662619, 'Pizza Place'), ("Hunt's Cross", 53.3607333, -2.8554087, 'Asda', 53.3579162, -2.8686542, 'Supermarket'), ("Hunt's Cross", 53.3607333, -2.8554087, 'Taskers', 53.355407, -2.86318, 'Furniture / Home Store'), ("Hunt's Cross", 53.3607333, -2.8554087, 'DW Sports', 53.35662721108073, -2.867688605060433, 'Gym / Fitness Center'), ("Hunt's Cross", 53.3607333, -2.8554087, 'KFC', 53.358151, -2.867614, 'Fast Food Restaurant')], [('Kensington', 53.4118016, -2.952468, 'Eventim Olympia', 53.415530709425184, -2.958078148246104, 'Music Venue'), ('Kensington', 53.4118016, -2.952468, 'Lidl', 53.41153049, -2.94485874, 'Supermarket'), ('Kensington', 53.4118016, -2.952468, 'Home Bargains', 53.41225578, -2.9456622, 'Discount Store'), ('Kensington', 53.4118016, -2.952468, 'Costa Coffee', 53.410218869309006, -2.964864653459797, 'Coffee Shop'), ('Kensington', 53.4118016, -2.952468, 'The Picturedrome (Wetherspoon)', 53.41207227420583, -2.9472826927872777, 'Pub'), ('Kensington', 53.4118016, -2.952468, 'Greggs', 53.41043347611145, -2.9649873755279375, 'Bakery'), ('Kensington', 53.4118016, -2.952468, 'Home Bargains', 53.40405458444432, -2.9486675478463287, 'Discount Store'), ('Kensington', 53.4118016, -2.952468, 'Iceland', 53.403911, -2.94755, 'Grocery Store'), ('Kensington', 53.4118016, -2.952468, 'Subway', 53.410463532798, -2.964913288314413, 'Sandwich Place'), ('Kensington', 53.4118016, -2.952468, 'Phythian Park', 53.411636588951936, -2.9561859812197917, 'Park'), ('Kensington', 53.4118016, -2.952468, 'Tesco Express', 53.41245550108502, -2.9436001049168605, 'Grocery Store'), ('Kensington', 53.4118016, -2.952468, 'Akshaya', 53.4120436730425, -2.9470582896553332, 'Asian Restaurant'), ('Kensington', 53.4118016, -2.952468, 'Tesco Express', 53.410907633931245, -2.963607609272003, 'Grocery Store'), ('Kensington', 53.4118016, -2.952468, 'The Manor Hotel', 53.40742055389348, -2.952560139408265, 'Hotel'), ('Kensington', 53.4118016, -2.952468, "McDonald's", 53.41207, -2.945061, 'Fast Food Restaurant'), ('Kensington', 53.4118016, -2.952468, 'Devonshire House Hotel', 53.40961711355681, -2.941221628215137, 'Hotel'), ('Kensington', 53.4118016, -2.952468, 'Williamson Tunnels Heritage Centre', 53.40402053870659, -2.9586293622500923, 'History Museum'), ('Kensington', 53.4118016, -2.952468, "Jack's", 53.404794221972374, -2.9546718299388885, 'Discount Store'), ('Kensington', 53.4118016, -2.952468, 'Everton Hostel', 53.41606401912343, -2.9648196600228856, 'Hostel'), ('Kensington', 53.4118016, -2.952468, 'Wavertree Botanic Gardens', 53.40569572702504, -2.94425453452675, 'Park'), ('Kensington', 53.4118016, -2.952468, 'Edge Hill Interchange', 53.403834, -2.945531, 'Bus Station')], [('Kirkdale', 53.4407853, -2.9811665, 'Royal Oak', 53.43809407217208, -2.9711881757651035, 'Pub'), ('Kirkdale', 53.4407853, -2.9811665, 'Goodison Park', 53.438185018512755, -2.9674877623410376, 'Soccer Stadium'), ('Kirkdale', 53.4407853, -2.9811665, 'Home Bargains', 53.43995449, -2.97108402, 'Discount Store'), ('Kirkdale', 53.4407853, -2.9811665, 'B&M Store', 53.4388812, -2.9713401, 'Discount Store'), ('Kirkdale', 53.4407853, -2.9811665, 'Subway', 53.43957167560041, -2.970777942505012, 'Sandwich Place'), ('Kirkdale', 53.4407853, -2.9811665, 'Costa Coffee', 53.4320623159168, -2.984270487165639, 'Coffee Shop'), ('Kirkdale', 53.4407853, -2.9811665, 'Everton One', 53.43700910978737, -2.967863783423468, 'Sporting Goods Shop'), ('Kirkdale', 53.4407853, -2.9811665, 'The Thomas Frost (Wetherspoon)', 53.43599226131622, -2.972474595608134, 'Pub'), ('Kirkdale', 53.4407853, -2.9811665, 'Kirkdale Railway Station (KKD)', 53.4407084266061, -2.9811502217130204, 'Train Station'), ('Kirkdale', 53.4407853, -2.9811665, 'KFC', 53.440567372497874, -2.9708223396690863, 'Fast Food Restaurant'), ('Kirkdale', 53.4407853, -2.9811665, 'The Mons', 53.4471749122426, -2.9772899661124823, 'Restaurant'), ('Kirkdale', 53.4407853, -2.9811665, 'Argos', 53.43749454696847, -2.971817678238433, 'Warehouse Store'), ('Kirkdale', 53.4407853, -2.9811665, 'The Elm Tree', 53.43757762056814, -2.9749466478824615, 'Pub'), ('Kirkdale', 53.4407853, -2.9811665, 'Bank Hall Railway Station (BAH)', 53.43786445052975, -2.987783404917981, 'Train Station'), ('Kirkdale', 53.4407853, -2.9811665, 'South Park', 53.44576932655419, -2.9815186884399236, 'Park'), ('Kirkdale', 53.4407853, -2.9811665, 'Hot Wok', 53.437379463127115, -2.974532940742763, 'Chinese Restaurant'), ('Kirkdale', 53.4407853, -2.9811665, 'The Coffee Shop', 53.43779848567881, -2.9716601721480753, 'Café'), ('Kirkdale', 53.4407853, -2.9811665, 'Byrnes Fish & Chips', 53.44560856193126, -2.9726017916891374, 'Fish & Chips Shop'), ('Kirkdale', 53.4407853, -2.9811665, 'Aldi', 53.43600246456313, -2.971140808230208, 'Supermarket'), ('Kirkdale', 53.4407853, -2.9811665, 'The Winslow Hotel', 53.4388640872749, -2.9676953438768123, 'Pub'), ('Kirkdale', 53.4407853, -2.9811665, 'Funky Flaverz', 53.44470619877444, -2.9688221291862766, 'Pizza Place'), ('Kirkdale', 53.4407853, -2.9811665, 'Bootle Car Boot Sale', 53.4477794259708, -2.9891660971522294, 'Flea Market'), ('Kirkdale', 53.4407853, -2.9811665, 'Everton FC Ticket Office', 53.43881838399543, -2.9670476957942364, 'Sporting Goods Shop'), ('Kirkdale', 53.4407853, -2.9811665, 'Dixie Dean Statue', 53.437455, -2.967402, 'Outdoor Sculpture')], [('Knotty Ash', 53.4154673, -2.8962068, 'The Navigator (Wetherspoon)', 53.41542565576066, -2.9055455729484763, 'Pub'), ('Knotty Ash', 53.4154673, -2.8962068, 'KFC', 53.41983194, -2.88350611, 'Fast Food Restaurant'), ('Knotty Ash', 53.4154673, -2.8962068, "Sainsbury's", 53.41516560934838, -2.8981743993629117, 'Supermarket'), ('Knotty Ash', 53.4154673, -2.8962068, 'Iceland', 53.41479870529334, -2.9073197558573236, 'Grocery Store'), ('Knotty Ash', 53.4154673, -2.8962068, 'Kwik-Fit', 53.41818030878862, -2.8919342708392546, 'Auto Garage'), ('Knotty Ash', 53.4154673, -2.8962068, 'Springfield Park', 53.417866211090804, -2.9009781177055967, 'Park'), ('Knotty Ash', 53.4154673, -2.8962068, 'Burger King', 53.41982216741503, -2.883981193379782, 'Fast Food Restaurant'), ('Knotty Ash', 53.4154673, -2.8962068, 'WRVS', 53.411516, -2.89933, 'Sandwich Place'), ('Knotty Ash', 53.4154673, -2.8962068, 'The New Orchid Garden', 53.421686, -2.897502, 'Chinese Restaurant'), ('Knotty Ash', 53.4154673, -2.8962068, 'Black Horse Bowling Club', 53.41486707354756, -2.9078691590920522, 'Sports Club'), ('Knotty Ash', 53.4154673, -2.8962068, 'Aldi', 53.419323797690545, -2.8864148286502638, 'Supermarket'), ('Knotty Ash', 53.4154673, -2.8962068, 'The 7 Bus Stop', 53.408072947549535, -2.901247800577024, 'Bus Stop'), ('Knotty Ash', 53.4154673, -2.8962068, 'Tiffin', 53.407811043742065, -2.901628458005786, 'Indian Restaurant')], [('Mossley Hill', 53.3785566, -2.914829, "Chris's", 53.37966301234758, -2.9145237416040346, 'Fast Food Restaurant'), ('Mossley Hill', 53.3785566, -2.914829, 'Mossley Hill Athletics Club', 53.37479812062144, -2.919894675012533, 'Athletics & Sports'), ('Mossley Hill', 53.3785566, -2.914829, 'Dovedale Towers', 53.38712886847524, -2.9187989346420404, 'Pub'), ('Mossley Hill', 53.3785566, -2.914829, 'Chaba Chaba', 53.38387706770535, -2.9069226203793814, 'Thai Restaurant'), ('Mossley Hill', 53.3785566, -2.914829, 'Penny Lane Development Trust', 53.38451997210326, -2.924297326355599, 'Historic Site'), ('Mossley Hill', 53.3785566, -2.914829, 'Penny Lane', 53.387162578435024, -2.919144630432129, 'Road'), ('Mossley Hill', 53.3785566, -2.914829, 'Costa Coffee', 53.38521495768907, -2.9074372351248154, 'Coffee Shop'), ('Mossley Hill', 53.3785566, -2.914829, 'Tesco', 53.381155984485225, -2.9091387868595575, 'Supermarket'), ('Mossley Hill', 53.3785566, -2.914829, 'Tesco Express', 53.37990380181418, -2.91374534368515, 'Grocery Store'), ('Mossley Hill', 53.3785566, -2.914829, 'Iceland', 53.386143968634975, -2.908501625061035, 'Grocery Store'), ('Mossley Hill', 53.3785566, -2.914829, 'Costa Coffee', 53.38089795403211, -2.908578692955639, 'Coffee Shop'), ('Mossley Hill', 53.3785566, -2.914829, 'Sports Direct Fitness', 53.37865884910722, -2.915641570709541, 'Gym / Fitness Center'), ('Mossley Hill', 53.3785566, -2.914829, 'Espresso Plus', 53.380232881708196, -2.913610183244111, 'Coffee Shop'), ('Mossley Hill', 53.3785566, -2.914829, 'Sudley House', 53.37319066192715, -2.9220199584960938, 'Art Museum'), ('Mossley Hill', 53.3785566, -2.914829, 'Eastern Diner', 53.38436504234791, -2.9067420959472656, 'Chinese Restaurant'), ('Mossley Hill', 53.3785566, -2.914829, 'The Other Place Bar & Bistro', 53.38533383845327, -2.9075540429796987, 'Café'), ('Mossley Hill', 53.3785566, -2.914829, 'Specsavers', 53.3857957, -2.9085562, 'Optical Shop'), ('Mossley Hill', 53.3785566, -2.914829, 'Rough Handmade', 53.38644, -2.920228, 'Bakery'), ('Mossley Hill', 53.3785566, -2.914829, 'Penny Lane Fish & Chips', 53.387143474737684, -2.919098618038262, 'Fish & Chips Shop')], [('Netherley', 53.3891808, -2.8400352, 'Shell', 53.3901402, -2.85052492, 'Gas Station'), ('Netherley', 53.3891808, -2.8400352, 'CalogeroCheese', 53.3887164, -2.8411936, 'Cheese Shop'), ('Netherley', 53.3891808, -2.8400352, 'Liverpool Golf Centre & Driving Range', 53.392917006243714, -2.837056985222979, 'Golf Driving Range'), ('Netherley', 53.3891808, -2.8400352, 'PCL PDS Group', 53.3872021, -2.8512727, 'Construction & Landscaping')], [('Norris Green', 53.4464278, -2.9256894, 'Home Bargains', 53.44117307, -2.92823399, 'Discount Store'), ('Norris Green', 53.4464278, -2.9256894, 'Argos', 53.44156971868317, -2.9285584872921415, 'Warehouse Store'), ('Norris Green', 53.4464278, -2.9256894, 'Norris Green Park', 53.44016936775426, -2.9195532151875825, 'Park'), ('Norris Green', 53.4464278, -2.9256894, 'The Famous Blue Star Chippy', 53.450563346964806, -2.9366908441404718, 'Fish & Chips Shop'), ('Norris Green', 53.4464278, -2.9256894, 'Cohens Chemist', 53.45065177438221, -2.9367457675098203, 'Pharmacy')], [('Old Swan', 53.4110153, -2.9060183, 'Costa Coffee', 53.41332679213082, -2.9130994778384443, 'Coffee Shop'), ('Old Swan', 53.4110153, -2.9060183, 'The Navigator (Wetherspoon)', 53.41542565576066, -2.9055455729484763, 'Pub'), ('Old Swan', 53.4110153, -2.9060183, 'The Masons Arms', 53.413730606248976, -2.911202006559953, 'Pub'), ('Old Swan', 53.4110153, -2.9060183, 'Iceland', 53.41479870529334, -2.9073197558573236, 'Grocery Store'), ('Old Swan', 53.4110153, -2.9060183, 'Starbucks', 53.410316, -2.9201744, 'Coffee Shop'), ('Old Swan', 53.4110153, -2.9060183, 'Subway', 53.409858654093576, -2.9169500772204535, 'Sandwich Place'), ('Old Swan', 53.4110153, -2.9060183, "Sainsbury's", 53.41516560934838, -2.8981743993629117, 'Supermarket'), ('Old Swan', 53.4110153, -2.9060183, 'Tesco', 53.41314572083375, -2.9162800312042236, 'Supermarket'), ('Old Swan', 53.4110153, -2.9060183, 'WRVS', 53.411516, -2.89933, 'Sandwich Place'), ('Old Swan', 53.4110153, -2.9060183, 'The Rocket Junction', 53.406973629793846, -2.901763916015625, 'Intersection'), ('Old Swan', 53.4110153, -2.9060183, 'KFC', 53.410305, -2.920923, 'Fast Food Restaurant')], [('Orrell Park', 53.4620285, -2.9627161, 'Home Bargains', 53.46344131, -2.95970411, 'Discount Store'), ('Orrell Park', 53.4620285, -2.9627161, 'Iceland', 53.46277324879462, -2.959385958544688, 'Supermarket'), ('Orrell Park', 53.4620285, -2.9627161, 'Boots', 53.46237587941455, -2.9604721069335938, 'Pharmacy'), ('Orrell Park', 53.4620285, -2.9627161, 'The Raven (Wetherspoon)', 53.46385234441495, -2.9587512558695632, 'Pub'), ('Orrell Park', 53.4620285, -2.9627161, 'Subway', 53.4643164, -2.9581946, 'Sandwich Place'), ('Orrell Park', 53.4620285, -2.9627161, 'DW Fitness First', 53.46996880663017, -2.959984157090971, 'Gym / Fitness Center'), ('Orrell Park', 53.4620285, -2.9627161, "Domino's Pizza", 53.4572934, -2.9630041, 'Pizza Place'), ('Orrell Park', 53.4620285, -2.9627161, 'Orrell Park', 53.46235065717058, -2.9629776040314235, 'Park'), ('Orrell Park', 53.4620285, -2.9627161, 'Tesco Express', 53.46445183868688, -2.9565400147151877, 'Grocery Store'), ('Orrell Park', 53.4620285, -2.9627161, 'Rizo Pizza', 53.46183151988782, -2.9697596059404097, 'Pizza Place'), ('Orrell Park', 53.4620285, -2.9627161, 'Walton Railway Station (WAO)', 53.45629960356836, -2.966051488285546, 'Train Station')], [("St Michael's Hamlet", 53.3756627, -2.9529484, 'Elif', 53.380200809844254, -2.9471813934627034, 'Turkish Restaurant'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Bistro Noir', 53.38034213271022, -2.9470750972007935, 'Restaurant'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Home Bargains', 53.3781218, -2.94767956, 'Discount Store'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Bier', 53.381327812496735, -2.9456254709137175, 'Bar'), ("St Michael's Hamlet", 53.3756627, -2.9529484, "Keith's Wine Bar", 53.38170709575388, -2.9452035384339927, 'Wine Bar'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Subway', 53.377432186089756, -2.947194044393227, 'Sandwich Place'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Marantos', 53.38108300113662, -2.9461365063054963, 'Italian Restaurant'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'St Michaels Railway Station (STM)', 53.37601363918978, -2.953310766409386, 'Train Station'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Festival Gardens', 53.37267522194203, -2.954337493607118, 'Park'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Milo Lounge', 53.382273533224314, -2.944183273912152, 'Café'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Red Fort', 53.38068017, -2.946538, 'Indian Restaurant'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Co-op Food', 53.382072, -2.944895, 'Grocery Store'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'The Lodge', 53.38075777652623, -2.946430678350556, 'Pub'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Esteban', 53.380948710079025, -2.9459969726296342, 'Tapas Restaurant'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Love & Rockets', 53.381263732910156, -2.9455530643463135, 'Pizza Place'), ("St Michael's Hamlet", 53.3756627, -2.9529484, "McDonald's", 53.381271, -2.954849, 'Fast Food Restaurant'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'Tesco Metro', 53.3783291, -2.9479341, 'Grocery Store'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'The Britannia Inn', 53.37382316899448, -2.963772179962511, 'Restaurant'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'The Albert', 53.381699, -2.944879, 'Pub'), ("St Michael's Hamlet", 53.3756627, -2.9529484, 'The Fulwood Arms', 53.37486585558627, -2.9382679521083537, 'Pub')], [('Sefton Park (district)', 53.381, -2.94, 'Sefton Park', 53.38171315221707, -2.9366111755371094, 'Park'), ('Sefton Park (district)', 53.381, -2.94, 'The Palm House', 53.381339264400175, -2.935268678048712, 'Botanical Garden'), ('Sefton Park (district)', 53.381, -2.94, 'Elif', 53.380200809844254, -2.9471813934627034, 'Turkish Restaurant'), ('Sefton Park (district)', 53.381, -2.94, 'Bistro Noir', 53.38034213271022, -2.9470750972007935, 'Restaurant'), ('Sefton Park (district)', 53.381, -2.94, "Keith's Wine Bar", 53.38170709575388, -2.9452035384339927, 'Wine Bar'), ('Sefton Park (district)', 53.381, -2.94, 'Bier', 53.381327812496735, -2.9456254709137175, 'Bar'), ('Sefton Park (district)', 53.381, -2.94, 'Milo Lounge', 53.382273533224314, -2.944183273912152, 'Café'), ('Sefton Park (district)', 53.381, -2.94, 'Home Bargains', 53.3781218, -2.94767956, 'Discount Store'), ('Sefton Park (district)', 53.381, -2.94, 'Steves Chippy', 53.37348671916794, -2.9340046355625664, 'Fast Food Restaurant'), ('Sefton Park (district)', 53.381, -2.94, 'Greenbank Sports Academy', 53.38459106865613, -2.931084802481035, 'Gym / Fitness Center'), ('Sefton Park (district)', 53.381, -2.94, 'Marantos', 53.38108300113662, -2.9461365063054963, 'Italian Restaurant'), ('Sefton Park (district)', 53.381, -2.94, 'Sefton Park Cafe', 53.38319934379728, -2.9392986584902077, 'Café'), ('Sefton Park (district)', 53.381, -2.94, 'Co-op Food', 53.382072, -2.944895, 'Grocery Store'), ('Sefton Park (district)', 53.381, -2.94, 'Sefton Park Playground', 53.383145746391, -2.94086293332907, 'Playground'), ('Sefton Park (district)', 53.381, -2.94, 'Red Fort', 53.38068017, -2.946538, 'Indian Restaurant'), ('Sefton Park (district)', 53.381, -2.94, 'The Lodge', 53.38075777652623, -2.946430678350556, 'Pub'), ('Sefton Park (district)', 53.381, -2.94, 'Subway', 53.377432186089756, -2.947194044393227, 'Sandwich Place'), ('Sefton Park (district)', 53.381, -2.94, 'Esteban', 53.380948710079025, -2.9459969726296342, 'Tapas Restaurant'), ('Sefton Park (district)', 53.381, -2.94, 'Love & Rockets', 53.381263732910156, -2.9455530643463135, 'Pizza Place'), ('Sefton Park (district)', 53.381, -2.94, 'Boots', 53.37327346838763, -2.933038115399104, 'Pharmacy'), ('Sefton Park (district)', 53.381, -2.94, 'Mersey Bowmen Tennis Club', 53.382500151710516, -2.9409800684231286, 'Tennis Court'), ('Sefton Park (district)', 53.381, -2.94, 'The Albert', 53.381699, -2.944879, 'Pub'), ('Sefton Park (district)', 53.381, -2.94, 'William Rathbone Statue', 53.38051383129413, -2.936450655679937, 'Outdoor Sculpture'), ('Sefton Park (district)', 53.381, -2.94, 'Tesco Metro', 53.3783291, -2.9479341, 'Grocery Store'), ('Sefton Park (district)', 53.381, -2.94, 'Sefton Park Boating Lake', 53.37604650449255, -2.937615569414829, 'Lake'), ('Sefton Park (district)', 53.381, -2.94, 'LIMF Main Stage', 53.38656957788236, -2.9407982216775874, 'Music Venue'), ('Sefton Park (district)', 53.381, -2.94, "McDonald's", 53.381271, -2.954849, 'Fast Food Restaurant'), ('Sefton Park (district)', 53.381, -2.94, 'The Fulwood Arms', 53.37486585558627, -2.9382679521083537, 'Pub'), ('Sefton Park (district)', 53.381, -2.94, 'Aigburth Vale Bus Stops', 53.373894, -2.934525, 'Bus Stop'), ('Sefton Park (district)', 53.381, -2.94, 'Sefton Manor', 53.389127158466, -2.944857728414988, 'Pharmacy'), ('Sefton Park (district)', 53.381, -2.94, 'Junction Coffee', 53.37299951498572, -2.9343104666970965, 'Coffee Shop'), ('Sefton Park (district)', 53.381, -2.94, 'Mountford Hotel', 53.389114, -2.945208, 'Hotel')], [('Speke', 53.3450988, -2.8619817, 'Dobbies Garden Centre Liverpool', 53.348783, -2.864384, 'Garden Center'), ('Speke', 53.3450988, -2.8619817, 'Starbucks', 53.34866, -2.862175, 'Coffee Shop'), ('Speke', 53.3450988, -2.8619817, 'Home Bargains', 53.3499488, -2.8566526, 'Discount Store'), ('Speke', 53.3450988, -2.8619817, 'Shell', 53.34906774, -2.86184466, 'Gas Station'), ('Speke', 53.3450988, -2.8619817, 'Liverpool John Lennon Airport (LPL) (Liverpool John Lennon Airport)', 53.33761281037425, -2.854621410369873, 'Airport'), ('Speke', 53.3450988, -2.8619817, 'Subway', 53.337499, -2.854933, 'Sandwich Place'), ('Speke', 53.3450988, -2.8619817, 'Wetherspoon Express', 53.33747454568579, -2.8543766168779845, 'Pub'), ('Speke', 53.3450988, -2.8619817, 'Departure Lounge', 53.338478, -2.8555253, 'Airport Service'), ('Speke', 53.3450988, -2.8619817, 'John Lennon Statue', 53.33807189689697, -2.854921194740584, 'Outdoor Sculpture'), ('Speke', 53.3450988, -2.8619817, 'KLM at Liverpool John Lennon Airport (LPL)', 53.34897002064603, -2.875209353297426, 'Airport Terminal'), ('Speke', 53.3450988, -2.8619817, 'Ryanair Crew Room', 53.336966314653615, -2.8562320998153696, 'Airport Terminal'), ('Speke', 53.3450988, -2.8619817, 'Joes Coffee House', 53.3373248, -2.8549265, 'Café')], [('Stoneycroft', 53.421325, -2.9268462, 'Premier Inn Liverpool (West Derby)', 53.4263479, -2.9182116, 'Hotel'), ('Stoneycroft', 53.421325, -2.9268462, 'M&S Foodhall', 53.42565526, -2.91763648, 'Grocery Store'), ('Stoneycroft', 53.421325, -2.9268462, 'Iceland', 53.42409324350422, -2.9346933979743324, 'Supermarket'), ('Stoneycroft', 53.421325, -2.9268462, 'Newsham Park', 53.42238837386827, -2.9367916310647484, 'Park'), ('Stoneycroft', 53.421325, -2.9268462, 'Jolly Miller', 53.42691179153151, -2.9169886696712726, 'Pub'), ('Stoneycroft', 53.421325, -2.9268462, 'Stag & Rainbow (Beefeater)', 53.4266822, -2.9178843, 'Steakhouse'), ('Stoneycroft', 53.421325, -2.9268462, 'Lister Drive Fisheries & Pets Centre', 53.420582374638826, -2.925486217222278, 'Pet Store'), ('Stoneycroft', 53.421325, -2.9268462, 'KFC', 53.4243113, -2.9347465, 'Fast Food Restaurant'), ('Stoneycroft', 53.421325, -2.9268462, 'Tesco Express', 53.423332530297856, -2.9158388154337445, 'Grocery Store'), ('Stoneycroft', 53.421325, -2.9268462, 'Subway', 53.42459828189208, -2.9335001737597395, 'Sandwich Place'), ('Stoneycroft', 53.421325, -2.9268462, 'Peter Lloyd Leisure Centre', 53.42626075052077, -2.924123937104548, 'Gym Pool'), ('Stoneycroft', 53.421325, -2.9268462, 'Aldi', 53.426006, -2.917509, 'Supermarket'), ('Stoneycroft', 53.421325, -2.9268462, 'Cask', 53.422683193372954, -2.9147639143589714, 'Pub')], [('Toxteth', 53.3912422, -2.9662407, 'Liverpool Cathedral', 53.39752909274538, -2.9732123068734264, 'Church'), ('Toxteth', 53.3912422, -2.9662407, 'Baltic Market', 53.39316843322408, -2.978005948747281, 'Food Court'), ('Toxteth', 53.3912422, -2.9662407, 'Childhood Home of Ringo Starr', 53.388745034597655, -2.959871292114258, 'Historic Site'), ('Toxteth', 53.3912422, -2.9662407, 'The Baltic Social', 53.39418649645938, -2.9791475562169474, 'Pub'), ('Toxteth', 53.3912422, -2.9662407, "Peter Kavanagh's", 53.39669404581429, -2.9675643533127216, 'Pub'), ('Toxteth', 53.3912422, -2.9662407, 'Ghetto Golf', 53.39380074399209, -2.979132682372599, 'Mini Golf'), ('Toxteth', 53.3912422, -2.9662407, 'Blackburne Arms Hotel', 53.39958995353491, -2.968343181372238, 'Pub'), ('Toxteth', 53.3912422, -2.9662407, 'Embassie Liverpool Backpackers', 53.398601775511274, -2.963975631562386, 'Hostel'), ('Toxteth', 53.3912422, -2.9662407, 'The Botanical Garden', 53.395106939711816, -2.9795362817948643, 'Bar'), ('Toxteth', 53.3912422, -2.9662407, 'Constellations', 53.39482941543683, -2.978124665762162, 'Bar'), ('Toxteth', 53.3912422, -2.9662407, 'Peaky Blinders Bar', 53.39369611124801, -2.9779379704529596, 'Bar'), ('Toxteth', 53.3912422, -2.9662407, 'Falkner Square', 53.39760897983979, -2.9655154745653918, 'Garden'), ('Toxteth', 53.3912422, -2.9662407, 'Co-op Food', 53.383175185129595, -2.9621877579783913, 'Grocery Store'), ('Toxteth', 53.3912422, -2.9662407, 'Fire Fit', 53.39160646165077, -2.9670434436509607, 'Gym / Fitness Center'), ('Toxteth', 53.3912422, -2.9662407, 'The Brewery Tap', 53.39320363602551, -2.9790767693060354, 'Bar'), ('Toxteth', 53.3912422, -2.9662407, 'Tesco Extra', 53.3850428, -2.9641884, 'Supermarket'), ('Toxteth', 53.3912422, -2.9662407, 'Catherine street bus stop', 53.39674095220963, -2.9681317810777768, 'Bus Stop'), ('Toxteth', 53.3912422, -2.9662407, 'The Pineapple Hotel', 53.38450804380079, -2.9643320364975922, 'Hotel')], [('Tuebrook', 53.4247009, -2.9408498, 'The Cabbage', 53.427070933989654, -2.9512051460092734, 'Pub'), ('Tuebrook', 53.4247009, -2.9408498, 'Iceland', 53.42409324350422, -2.9346933979743324, 'Supermarket'), ('Tuebrook', 53.4247009, -2.9408498, 'Newsham Park', 53.42238837386827, -2.9367916310647484, 'Park'), ('Tuebrook', 53.4247009, -2.9408498, 'KFC', 53.4243113, -2.9347465, 'Fast Food Restaurant'), ('Tuebrook', 53.4247009, -2.9408498, 'Anfield Sport And Community Center', 53.426014, -2.9460864, 'Sports Club'), ('Tuebrook', 53.4247009, -2.9408498, 'Breckside Park', 53.427163539242834, -2.9464219312178823, 'Park'), ('Tuebrook', 53.4247009, -2.9408498, 'Subway', 53.42459828189208, -2.9335001737597395, 'Sandwich Place'), ('Tuebrook', 53.4247009, -2.9408498, '14 Bus Stop Break Rd', 53.427915847400804, -2.9501693125634727, 'Bus Stop'), ('Tuebrook', 53.4247009, -2.9408498, 'Flat Iron', 53.428084736370785, -2.9545637721993274, 'Dive Bar')], [('Vauxhall', 53.4159961, -2.985, 'The Dead Crafty Beer Company', 53.40920568817392, -2.9852020740509033, 'Beer Bar'), ('Vauxhall', 53.4159961, -2.985, 'Ship and Mitre', 53.40952119551682, -2.9845112033091157, 'Pub'), ('Vauxhall', 53.4159961, -2.985, 'Walker Art Gallery', 53.409847094710166, -2.9794985332559927, 'Art Gallery'), ('Vauxhall', 53.4159961, -2.985, "Lovelock's", 53.408957, -2.983204, 'Coffee Shop'), ('Vauxhall', 53.4159961, -2.985, "St. John's Gardens", 53.40885393889672, -2.9814308881759644, 'Garden'), ('Vauxhall', 53.4159961, -2.985, 'DoubleTree by Hilton', 53.40814723382943, -2.9867953062057495, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, 'World Museum', 53.409909178002295, -2.9817259311676025, 'History Museum'), ('Vauxhall', 53.4159961, -2.985, 'Five Guys', 53.4077205, -2.9836494, 'Burger Joint'), ('Vauxhall', 53.4159961, -2.985, 'The Lion Tavern', 53.40913469759768, -2.990251419755312, 'Pub'), ('Vauxhall', 53.4159961, -2.985, "St George's Hall", 53.40864928343336, -2.9801058769226074, 'Concert Hall'), ('Vauxhall', 53.4159961, -2.985, 'Ibis Styles Hotel', 53.40841458473972, -2.987779094226163, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, 'Trattoria 51 Pizzeria', 53.409068292847266, -2.993965357243524, 'Italian Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'Liverpool Empire Theatre', 53.40887740037936, -2.9783281069727567, 'Theater'), ('Vauxhall', 53.4159961, -2.985, 'Costco', 53.415008431531504, -2.9974757115177253, 'Warehouse Store'), ('Vauxhall', 53.4159961, -2.985, 'Lifestyles Millennium', 53.40823349803963, -2.9841279794883344, 'Gym'), ('Vauxhall', 53.4159961, -2.985, 'Panna Kitchen & Canteen', 53.408391167009654, -2.991577533833026, 'Breakfast Spot'), ('Vauxhall', 53.4159961, -2.985, 'Aloft Liverpool', 53.407348, -2.989165, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, "Shenanigan's", 53.41039273946284, -2.988819487933246, 'Pub'), ('Vauxhall', 53.4159961, -2.985, "Kaspa's", 53.408217454665724, -2.984807683210358, 'Dessert Shop'), ('Vauxhall', 53.4159961, -2.985, 'Dr Duncans', 53.40859161731285, -2.9820373882402085, 'Pub'), ('Vauxhall', 53.4159961, -2.985, "Ma Egerton's", 53.408578684568425, -2.9779283340214886, 'Pub'), ('Vauxhall', 53.4159961, -2.985, "Thomas Rigby's", 53.40759379282444, -2.9896850154761063, 'Pub'), ('Vauxhall', 53.4159961, -2.985, 'Signature Living', 53.407690929112384, -2.985463763422745, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, 'O2 Academy', 53.40870337006191, -2.9766624026511432, 'Music Venue'), ('Vauxhall', 53.4159961, -2.985, 'Fattoush', 53.410353628982826, -2.987031090520238, 'Restaurant'), ('Vauxhall', 53.4159961, -2.985, "Sainsbury's", 53.42305573830549, -2.9794571150665305, 'Supermarket'), ('Vauxhall', 53.4159961, -2.985, 'Radisson Blu Hotel Liverpool', 53.4107741347761, -2.996467351913452, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, 'Royal Court Theatre', 53.407627713792245, -2.981517716002313, 'Theater'), ('Vauxhall', 53.4159961, -2.985, 'Ye Hole in Ye Wall', 53.407744961753124, -2.9900184868234727, 'Pub'), ('Vauxhall', 53.4159961, -2.985, "Nando's", 53.4076698, -2.98296539, 'Portuguese Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'Folk', 53.408537901994094, -2.9909400377132997, 'Bar'), ('Vauxhall', 53.4159961, -2.985, 'The Shankly Hotel', 53.40819425448916, -2.983913175090314, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, "Sultan's Palace", 53.408439652684656, -2.9836249986382537, 'Indian Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'The Sir Thomas Hotel', 53.407453044746006, -2.986070829596473, 'Hotel Bar'), ('Vauxhall', 53.4159961, -2.985, 'Costa Coffee', 53.40827993279745, -2.9920725370279038, 'Coffee Shop'), ('Vauxhall', 53.4159961, -2.985, 'Barley & Beans', 53.410176, -2.986881, 'Café'), ('Vauxhall', 53.4159961, -2.985, 'Tesco Express', 53.408386334862676, -2.987864810829411, 'Grocery Store'), ('Vauxhall', 53.4159961, -2.985, 'Travelodge Central Exchange', 53.408361098631914, -2.9913358398181384, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, 'Delifonseca', 53.40763916405588, -2.987521728699657, 'Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'Vernon Arms', 53.40849609312566, -2.9874992271711136, 'Pub'), ('Vauxhall', 53.4159961, -2.985, 'The North Western (Wetherspoon)', 53.40843313746763, -2.9789502768905542, 'Bar'), ('Vauxhall', 53.4159961, -2.985, 'Home Bargains', 53.42193764, -2.97759411, 'Discount Store'), ('Vauxhall', 53.4159961, -2.985, 'Boots', 53.41212482171434, -2.9882193165117124, 'Pharmacy'), ('Vauxhall', 53.4159961, -2.985, 'The Railway Tavern', 53.40880681584498, -2.9908130669038338, 'Pub'), ('Vauxhall', 53.4159961, -2.985, 'The Excelsior', 53.4095183, -2.9849942, 'Pub'), ('Vauxhall', 53.4159961, -2.985, 'Poste House', 53.40784492242462, -2.9867616450482033, 'Pub'), ('Vauxhall', 53.4159961, -2.985, 'Subway', 53.410683003375624, -2.983431816101074, 'Sandwich Place'), ('Vauxhall', 53.4159961, -2.985, 'G-Bar', 53.40804863406833, -2.9897322668990403, 'Gay Bar'), ('Vauxhall', 53.4159961, -2.985, 'Marriott Hotel Leisure Club', 53.40810535405749, -2.981379883964617, 'Spa'), ('Vauxhall', 53.4159961, -2.985, 'La Tasca', 53.4083693, -2.9829029, 'Tapas Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'B&M Store', 53.422148, -2.977497, 'Discount Store'), ('Vauxhall', 53.4159961, -2.985, 'Exchange Station', 53.409810135753425, -2.9904286668543825, 'Office'), ('Vauxhall', 53.4159961, -2.985, 'Lady Of Mann', 53.40779822735982, -2.9899813820848538, 'Beer Garden'), ('Vauxhall', 53.4159961, -2.985, 'Starbucks', 53.412202, -2.98104, 'Coffee Shop'), ('Vauxhall', 53.4159961, -2.985, 'Starbucks', 53.409034, -2.993609, 'Coffee Shop'), ('Vauxhall', 53.4159961, -2.985, 'KFC', 53.40834699, -2.98217408, 'Fast Food Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'The Richmond, Best Western Premier Collection', 53.410049874571826, -2.9871976375579834, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, 'layalina shisha lounge', 53.40946512235643, -2.9760064330056526, 'Lounge'), ('Vauxhall', 53.4159961, -2.985, 'Tesco Express', 53.40928705178016, -2.9947291484794505, 'Grocery Store'), ('Vauxhall', 53.4159961, -2.985, 'Starbucks', 53.407949, -2.978243, 'Coffee Shop'), ('Vauxhall', 53.4159961, -2.985, 'Liverpool Marriott Hotel City Centre', 53.4079368, -2.9820724, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, "Sainsbury's Local", 53.40940925760619, -2.9940701522443436, 'Grocery Store'), ('Vauxhall', 53.4159961, -2.985, 'World Museum Planetarium', 53.409794327842704, -2.981299377490049, 'Planetarium'), ('Vauxhall', 53.4159961, -2.985, 'Navy Bar', 53.407420346092074, -2.987300571846712, 'Gay Bar'), ('Vauxhall', 53.4159961, -2.985, 'Costa Coffee', 53.40761318039194, -2.9836996189045104, 'Coffee Shop'), ('Vauxhall', 53.4159961, -2.985, 'Costa Coffee', 53.41019080964098, -2.9945523169876953, 'Coffee Shop'), ('Vauxhall', 53.4159961, -2.985, 'ASK Italian', 53.407908839593524, -2.983139064196507, 'Italian Restaurant'), ('Vauxhall', 53.4159961, -2.985, "McDonald's", 53.42338484626319, -2.9818443962722085, 'Fast Food Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'KFC (KFC Liverpool)', 53.423668, -2.985336, 'Fast Food Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'Football Field Atlantic Point', 53.420827573914764, -2.9819545686749875, 'Soccer Field'), ('Vauxhall', 53.4159961, -2.985, 'Burger King', 53.40762421902852, -2.982726496295186, 'Fast Food Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'Premier Inn Liverpool City Centre', 53.40911615227023, -2.9880210757255554, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, 'Buffalo Jacks American Restaurant & Bar', 53.40787589390207, -2.983444179213025, 'American Restaurant'), ('Vauxhall', 53.4159961, -2.985, 'Leeds Liverpool Canal', 53.422784482913556, -2.985575058826175, 'Dog Run'), ('Vauxhall', 53.4159961, -2.985, 'Great Homer Street Market', 53.421516637908304, -2.9781995538560873, 'Flea Market'), ('Vauxhall', 53.4159961, -2.985, 'Lord Nelson Hotel', 53.4084981034322, -2.9767874764076416, 'Hotel'), ('Vauxhall', 53.4159961, -2.985, 'Home Bargains', 53.4133763, -2.9985068, 'Discount Store'), ('Vauxhall', 53.4159961, -2.985, 'WHSmith', 53.4079719, -2.9787063, 'Bookstore'), ('Vauxhall', 53.4159961, -2.985, 'Greggs', 53.419735759139016, -2.9718138652252497, 'Bakery'), ('Vauxhall', 53.4159961, -2.985, 'Vulcan Studios Ltd', 53.41728552748208, -2.999688684940338, 'Music Venue'), ('Vauxhall', 53.4159961, -2.985, 'Everton Park', 53.41479149071368, -2.970049297955669, 'Park')], [('Walton', 53.4441087, -2.9628543, 'The Black Horse', 53.44561210242725, -2.9675213590534995, 'Pub'), ('Walton', 53.4441087, -2.9628543, 'Goodison Park', 53.438185018512755, -2.9674877623410376, 'Soccer Stadium'), ('Walton', 53.4441087, -2.9628543, 'Royal Oak', 53.43809407217208, -2.9711881757651035, 'Pub'), ('Walton', 53.4441087, -2.9628543, 'Co-op Food', 53.446168, -2.968251, 'Grocery Store'), ('Walton', 53.4441087, -2.9628543, "Sainsbury's", 53.451437575543295, -2.9617459452204864, 'Supermarket'), ('Walton', 53.4441087, -2.9628543, 'Home Bargains', 53.43995449, -2.97108402, 'Discount Store'), ('Walton', 53.4441087, -2.9628543, 'B&M Store', 53.4388812, -2.9713401, 'Discount Store'), ('Walton', 53.4441087, -2.9628543, 'Subway', 53.43957167560041, -2.970777942505012, 'Sandwich Place'), ('Walton', 53.4441087, -2.9628543, 'Everton One', 53.43700910978737, -2.967863783423468, 'Sporting Goods Shop'), ('Walton', 53.4441087, -2.9628543, 'KFC', 53.440567372497874, -2.9708223396690863, 'Fast Food Restaurant'), ('Walton', 53.4441087, -2.9628543, 'Funky Flaverz', 53.44470619877444, -2.9688221291862766, 'Pizza Place'), ('Walton', 53.4441087, -2.9628543, 'Everton FC Ticket Office', 53.43881838399543, -2.9670476957942364, 'Sporting Goods Shop'), ('Walton', 53.4441087, -2.9628543, 'The Winslow Hotel', 53.4388640872749, -2.9676953438768123, 'Pub'), ('Walton', 53.4441087, -2.9628543, 'Byrnes Fish & Chips', 53.44560856193126, -2.9726017916891374, 'Fish & Chips Shop'), ('Walton', 53.4441087, -2.9628543, 'Walton Hall Park', 53.45042603991995, -2.9600332927115, 'Park'), ('Walton', 53.4441087, -2.9628543, 'Argos', 53.43749454696847, -2.971817678238433, 'Warehouse Store'), ('Walton', 53.4441087, -2.9628543, "Sainsbury's Café", 53.451104409525755, -2.961866575381926, 'Café'), ('Walton', 53.4441087, -2.9628543, 'Walton Hall Park Sports Centre', 53.44639499086773, -2.951562026607592, 'Gym / Fitness Center'), ('Walton', 53.4441087, -2.9628543, 'Dixie Dean Statue', 53.437455, -2.967402, 'Outdoor Sculpture'), ('Walton', 53.4441087, -2.9628543, 'Aldi', 53.451843, -2.9661586, 'Supermarket'), ('Walton', 53.4441087, -2.9628543, 'The Coffee Shop', 53.43779848567881, -2.9716601721480753, 'Café')], [('Wavertree', 53.3975723, -2.9325105, 'Craft Taproom', 53.3915052818859, -2.932100606098941, 'Beer Bar'), ('Wavertree', 53.3975723, -2.9325105, 'Liverpool Aquatics Centre', 53.398173743380184, -2.9249792980171185, 'Pool'), ('Wavertree', 53.3975723, -2.9325105, 'Aldi', 53.394440395346834, -2.9352200997074975, 'Supermarket'), ('Wavertree', 53.3975723, -2.9325105, 'The Brookhouse', 53.389955917741744, -2.9273982499166777, 'Pub'), ('Wavertree', 53.3975723, -2.9325105, 'The Willowbank', 53.39288433345766, -2.934049373064736, 'Pub'), ('Wavertree', 53.3975723, -2.9325105, 'Co-op Food', 53.39725741603994, -2.9356467986350183, 'Grocery Store'), ('Wavertree', 53.3975723, -2.9325105, 'Lifestyles Fitness Centre', 53.398078365899806, -2.9249754163921686, 'Gym'), ('Wavertree', 53.3975723, -2.9325105, 'Naked Lunch', 53.39037, -2.930257, 'Coffee Shop'), ('Wavertree', 53.3975723, -2.9325105, 'Asda', 53.3935341, -2.936486, 'Supermarket'), ('Wavertree', 53.3975723, -2.9325105, 'Costa Coffee', 53.389957, -2.924686, 'Coffee Shop'), ('Wavertree', 53.3975723, -2.9325105, "Kelly's Dispensary", 53.391871, -2.932753, 'Pub'), ('Wavertree', 53.3975723, -2.9325105, 'Shell', 53.389628, -2.92797197, 'Gas Station'), ('Wavertree', 53.3975723, -2.9325105, 'Subway', 53.38980627547141, -2.9250857563677073, 'Sandwich Place'), ('Wavertree', 53.3975723, -2.9325105, 'Snooze Guest House', 53.3998772936048, -2.925813895141002, 'Hotel'), ('Wavertree', 53.3975723, -2.9325105, 'Lifestyles Tennis Centre', 53.39523019008512, -2.925603367911974, 'Tennis Court'), ('Wavertree', 53.3975723, -2.9325105, 'Cafe Naz', 53.39898898510873, -2.92209255695343, 'Indian Restaurant'), ('Wavertree', 53.3975723, -2.9325105, 'Wavertree Playground (The Mystery)', 53.39525, -2.9218054, 'Park'), ('Wavertree', 53.3975723, -2.9325105, 'Bargain Booze', 53.39062774887389, -2.9303696751594543, 'Liquor Store'), ('Wavertree', 53.3975723, -2.9325105, 'Tesco Express', 53.39842443283815, -2.918277193653095, 'Grocery Store'), ('Wavertree', 53.3975723, -2.9325105, 'Spitroast', 53.38996910662258, -2.9250075560572233, 'Comfort Food Restaurant')], [('West Derby', 53.4330598, -2.9202809, 'Sefton Arms', 53.43229748878651, -2.909311130862818, 'Pub'), ('West Derby', 53.4330598, -2.9202809, 'Premier Inn Liverpool (West Derby)', 53.4263479, -2.9182116, 'Hotel'), ('West Derby', 53.4330598, -2.9202809, 'Co-op Food', 53.43307307311706, -2.9115378856658936, 'Grocery Store'), ('West Derby', 53.4330598, -2.9202809, 'B&M Store', 53.4370175228794, -2.914532582613219, 'Discount Store'), ('West Derby', 53.4330598, -2.9202809, 'M&S Foodhall', 53.42565526, -2.91763648, 'Grocery Store'), ('West Derby', 53.4330598, -2.9202809, 'Jolly Miller', 53.42691179153151, -2.9169886696712726, 'Pub'), ('West Derby', 53.4330598, -2.9202809, 'Stag & Rainbow (Beefeater)', 53.4266822, -2.9178843, 'Steakhouse'), ('West Derby', 53.4330598, -2.9202809, 'Farmers Arms Hotel', 53.435038577957016, -2.9338261061342337, 'Bar'), ('West Derby', 53.4330598, -2.9202809, 'Norris Green Park', 53.44016936775426, -2.9195532151875825, 'Park'), ('West Derby', 53.4330598, -2.9202809, 'Peter Lloyd Leisure Centre', 53.42626075052077, -2.924123937104548, 'Gym Pool'), ('West Derby', 53.4330598, -2.9202809, 'Aldi', 53.426006, -2.917509, 'Supermarket'), ('West Derby', 53.4330598, -2.9202809, 'Croxteth Hall & Country Park', 53.43315348897942, -2.905801151521198, 'Park')], [('Woolton', 53.3745207, -2.8667919, 'The Elephant', 53.37551210301315, -2.866899043175235, 'Pub'), ('Woolton', 53.3745207, -2.8667919, 'Woolton Picture House', 53.375561513484456, -2.8676905919599207, 'Movie Theater'), ('Woolton', 53.3745207, -2.8667919, 'Tesco', 53.373708538235135, -2.8731414060759852, 'Supermarket'), ('Woolton', 53.3745207, -2.8667919, 'White Horse', 53.37594356113311, -2.8670230251452127, 'Pub'), ('Woolton', 53.3745207, -2.8667919, 'Woolton Woods/ Camp Hill', 53.37241938359994, -2.8684790977642147, 'Park'), ('Woolton', 53.3745207, -2.8667919, 'Bear & Staff', 53.3828015636307, -2.8638659446990093, 'Pub'), ('Woolton', 53.3745207, -2.8667919, 'Mike & Acies', 53.37642689644673, -2.857994803929119, 'Fast Food Restaurant'), ('Woolton', 53.3745207, -2.8667919, 'Ying Wah', 53.37358956343299, -2.8570762811278385, 'Chinese Restaurant'), ('Woolton', 53.3745207, -2.8667919, 'Reynolds Park', 53.380392260750064, -2.872162505140929, 'Park'), ('Woolton', 53.3745207, -2.8667919, 'Gateacre Garden Centre', 53.381582701291464, -2.8657207901285227, 'Garden Center'), ('Woolton', 53.3745207, -2.8667919, 'The English Rose', 53.374755536093424, -2.853175600256171, 'Pub')]]
Number of Neighbourhoods at the City  41
In [93]:
lp_venues.head()
Out[93]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Aigburth 53.364554 -2.926727 Otterspool Promenade 53.362505 -2.931786 Other Great Outdoors
1 Aigburth 53.364554 -2.926727 Miller & Carter 53.365974 -2.937098 Steakhouse
2 Aigburth 53.364554 -2.926727 Toby Carvery 53.363259 -2.915409 English Restaurant
3 Aigburth 53.364554 -2.926727 Gulshan 53.363377 -2.916303 Indian Restaurant
4 Aigburth 53.364554 -2.926727 Liverpool Cricket Club 53.363617 -2.919247 Cricket Ground
In [94]:
# Barcelona venues
barc_venues = getNearbyVenues(df_neigh.loc[df_neigh['City'] == 'Barcelona', 'Neighbourhood'],
                            df_neigh.loc[df_neigh['City'] == 'Barcelona', 'Latitude'], 
                            df_neigh.loc[df_neigh['City'] == 'Barcelona', 'Longitude'])
L'Antiga Esquerra de l'Eixample
El Baix Guinardó
La Barceloneta
Baró de Viver
El Besòs i el Maresme
Bon Pastor
La Bordeta (Barcelona)
Camp d'en Grassot i Gràcia Nova
El Camp de l'Arpa del Clot
Can Baró
Can Peguera
Canyelles (neighbourhood)
El Carmel
Ciutat Meridiana
El Clot
La Clota
El Coll
El Congrés i els Indians
Les Corts (neighbourhood)
Diagonal Mar i el Front Marítim del Poblenou
Dreta de l'Eixample
La Font d'en Fargues
La Font de la Guatlla
Fort Pienc
Gothic Quarter
Gran Via (Barcelona)
El Guinardó
La Guineueta
Horta
Hostafrancs
La Marina de Port
La Marina del Prat Vermell
La Maternitat i Sant Ramon
Montbau
Montjuïc
Navas, Sant Andreu
La Nova Esquerra de l'Eixample
El Parc i la Llacuna del Poblenou
Pedralbes
El Poble-sec
Porta
La Prosperitat
Provençals del Poblenou
El Putget i Farró
El Raval
Les Roquetes
Sagrada Família (neighborhood)
La Sagrera
La Salut
Sant Andreu de Palomar
Sant Antoni
Sant Genís dels Agudells
Sant Gervasi – Galvany
Sant Gervasi – la Bonanova
Sant Martí de Provençals
Sant Pere
Sants
Sants-Badal
Sarrià
La Teixonera
Tibidabo
Torre Baró
Les Tres Torres
La Trinitat Nova
Trinitat Vella
El Turó de la Peira
Vall d'Hebron
Vallbona
Vallcarca i els Penitents
Vallvidrera
Vallvidrera, el Tibidabo i les Planes
Verdum
La Verneda i la Pau
Vila de Gràcia
La Vila Olímpica del Poblenou
Vilapicina i la Torre Llobeta
Venues list:  [[("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Foc i Oli', 41.390034, 2.156935, 'Sandwich Place'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Tempura-Ya', 41.39103644846922, 2.153447725400455, 'Japanese Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Mercat del Ninot', 41.388088405499246, 2.1542691098703908, 'Market'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Cremeria Toscana', 41.39160728810418, 2.1528084949970054, 'Ice Cream Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Humble Beer', 41.391527, 2.154907, 'Beer Bar'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Paco Meralgo', 41.39167630459733, 2.152794231600048, 'Tapas Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Tandem', 41.389533390976894, 2.157835499158821, 'Cocktail Bar'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Roast Club Café', 41.387740483729075, 2.1572041511535645, 'Coffee Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Taktika Berri', 41.38852195, 2.157554858, 'Spanish Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Porvenir', 41.387592473596534, 2.1535187602132413, 'Spanish Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Robata', 41.390551333659985, 2.1585487536043133, 'Japanese Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'OBBIO', 41.39166813122011, 2.1517666399870987, 'Health Food Store'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Buenos Aires Grill Restaurant', 41.38926442347294, 2.158723884493617, 'Argentinian Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Disfrutar', 41.387398637541104, 2.1527878123509208, 'Molecular Gastronomy Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'O Retorno', 41.386589087770226, 2.1527847792523493, 'Seafood Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'La Central', 41.3923073118521, 2.159686106083793, 'Bookstore'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Yakumanka', 41.390258052933426, 2.1599503722518416, 'Peruvian Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Maitea', 41.39101287555561, 2.151168923850809, 'Tapas Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'The Conica Deluxe B&B', 41.39323669867628, 2.1553581459261997, 'Bed & Breakfast'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Parking Pizza', 41.39393958550355, 2.151295460211653, 'Pizza Place'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'La Capricciosa', 41.38774053622911, 2.151222250428205, 'Pizza Place'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'SandwiChez', 41.392643513951185, 2.1589920313946376, 'Sandwich Place'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Video Instan', 41.39032419553152, 2.1590864642200676, 'Video Store'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Barcelona Century Hotel', 41.386225590281526, 2.154752698228471, 'Hotel'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Garage Beer Co.', 41.387031290367524, 2.1602414582004466, 'Brewery'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Cerveseria Catalana', 41.39255154581043, 2.1608021787187797, 'Tapas Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'El Quinto Moño', 41.38493546168772, 2.1572126434901695, 'Cocktail Bar'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'DelaCrem', 41.388166396476905, 2.1617464635253527, 'Dessert Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Méliès Cinemes', 41.385477801596686, 2.1573098463596523, 'Multiplex'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'El Asador de Aranda', 41.39340206575036, 2.1514817827768624, 'Spanish Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'La Flauta', 41.387012799304685, 2.161169212869722, 'Tapas Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Andreu Xarcuteria i Tastets', 41.39473545737505, 2.1577613376869693, 'Deli / Bodega'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Tomasso - New York Pizza', 41.393098104161844, 2.15020829942778, 'Pizza Place'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'BierCab', 41.386338370932535, 2.1598175762510037, 'Beer Bar'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'BrewDog Barcelona', 41.385750298970905, 2.158321113533026, 'Beer Bar'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Rosses i Torrades', 41.38416019589494, 2.1563786033626533, 'Beer Store'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, "Racó d'en Cesc", 41.38643608334981, 2.1609160238157092, 'Mediterranean Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Champanillo', 41.38874967917516, 2.1613983711844487, 'Fast Food Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Brunch & Cake', 41.38834415856787, 2.1616522223763637, 'Breakfast Spot'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'OMA Bistró', 41.385572244788975, 2.158345363426879, 'Bistro'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Yatai Barcelona', 41.38421830651227, 2.155937568229241, 'Japanese Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Takashi Ochiai', 41.38409047770925, 2.1561556916741327, 'Dessert Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'La Flauta', 41.395012587719584, 2.1558757201138237, 'Spanish Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Antilla Bcn Latin Club', 41.38448177900513, 2.154643420770874, 'Nightclub'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Mediamanga', 41.38642253391731, 2.1619990278834145, 'Spanish Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Avenue Diagonal Area', 41.3938973794848, 2.149280945632532, 'Accessories Store'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Rodamón Barcelona Hostel', 41.39547408487123, 2.1587848847709137, 'Hostel'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, "Amalia's Portuguese Flavours", 41.38488695043953, 2.155213609506926, 'Café'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'La Wera', 41.384602, 2.156784, 'Mexican Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'The Fish & Chips Shop', 41.386381692078274, 2.162101504917663, 'Fish & Chips Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Ekubo Barcelona', 41.38393039855386, 2.156293541816333, 'Japanese Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Cosmo', 41.38749039511943, 2.1626901973396206, 'Café'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Jardins del Palau Robert', 41.39600296497824, 2.158931942487306, 'Park'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Addicted', 41.38566818535867, 2.1584904279823114, 'Clothing Store'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Tragaluz', 41.39472412792863, 2.160473091276893, 'Mediterranean Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Parallelo', 41.397035153599056, 2.1564711220043216, 'Ice Cream Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Vinitus', 41.390019706697295, 2.16428603105839, 'Tapas Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Morro Fi', 41.383296, 2.154989, 'Tapas Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Timesburg', 41.38910614178661, 2.146994993754201, 'Burger Joint'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Santa Gula', 41.39711933399457, 2.1554470088472693, 'Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Chez Cocó', 41.39262914498506, 2.1471355825672647, 'French Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Berenjenal', 41.38681434644037, 2.1622280285377706, 'Cocktail Bar'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Palau Robert', 41.396160277772395, 2.159301981524597, 'Art Gallery'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Casa Batlló', 41.391716734434084, 2.165009379386902, 'Museum'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Tiger', 41.39104604692123, 2.1646909310708384, 'Gift Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Azotea Casa Milà', 41.39537577382724, 2.1620657039843656, 'Monument / Landmark'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Hotel Alma', 41.39489662606688, 2.162894578586141, 'Hotel'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Hotel Sixtytwo Barcelona', 41.39284747483745, 2.164194609452685, 'Hotel'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'CHANEL Boutique', 41.3934974, 2.1638445, 'Boutique'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Hermès', 41.39396625948295, 2.1623873223815293, 'Boutique'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Monvínic', 41.38915010108051, 2.16482851806459, 'Wine Bar'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Faborit', 41.39143071208819, 2.1646669469543385, 'Salad Place'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Hotel Royal Passeig de Gràcia', 41.3944802928369, 2.162156765491447, 'Hotel'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Majestic Hotel & Spa', 41.393577569357966, 2.164298293103011, 'Hotel'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Melic del Gòtic', 41.38535764322875, 2.161169907386609, 'BBQ Joint'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Brooklyn Café Barcelona', 41.391655, 2.146089, 'Coffee Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Coure', 41.39439895833734, 2.1478842501396005, 'Spanish Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Louis Vuitton', 41.3941229, 2.1632048, 'Boutique'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Patrón', 41.3954606, 2.1487634, 'Seafood Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Gat Blau', 41.38185011484426, 2.1569332480430603, 'Mediterranean Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'La Cachapera Bcn', 41.38331787283326, 2.159274848040056, 'Venezuelan Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'SlowMov', 41.39820436763998, 2.1548686057156816, 'Coffee Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Vinitus Petit', 41.39256594463858, 2.1654404549763804, 'Tapas Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Baluard', 41.39649821432148, 2.1622365276956836, 'Bakery'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Replay', 41.392884719720875, 2.16476726143272, 'Boutique'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Casa del Llibre', 41.38977081674525, 2.1649408226221563, 'Bookstore'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Lam', 41.3818350904261, 2.158242092197902, 'Thai Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Ugot', 41.38135704644215, 2.155272960662842, 'Breakfast Spot'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Be House', 41.39795499278046, 2.158843290734931, 'Miscellaneous Shop'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Muji', 41.390283, 2.166613, 'Paper / Office Supplies Store'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Muy Mucho', 41.38980039016454, 2.165243791241908, 'Furniture / Home Store'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Yoi Yoi Gion Kyoto', 41.396584090823104, 2.160637378692627, 'Noodle House'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Casa del Libro', 41.393102705422905, 2.164699213735238, 'Bookstore'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Mandarin Oriental', 41.3911676, 2.1665773, 'Hotel'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Fundación Mapfre', 41.38882369233782, 2.165536438261073, 'Art Gallery'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Altaïr', 41.38768086033207, 2.166480876351793, 'Bookstore'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Cerveseria Ciutat Comtal', 41.38878298306743, 2.1666541892917293, 'Tapas Restaurant'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Club Metropolitan Balmes', 41.39829631097482, 2.150964215224785, 'Gym'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, 'Azotea Mandarin Oriental', 41.39117, 2.16663, 'Roof Deck'), ("L'Antiga Esquerra de l'Eixample", 41.39, 2.155, "Les Gens Que J'aime", 41.39381730073914, 2.164761599768951, 'Cocktail Bar')], [('El Baix Guinardó', 41.4114374, 2.1686512, 'Phenomena', 41.409134, 2.1717253, 'Indie Movie Theater'), ('El Baix Guinardó', 41.4114374, 2.1686512, "Posa't Wapa Compagnia della Bellezza", 41.41180522809873, 2.1712577225991416, 'Salon / Barbershop'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Belle e Buòn', 41.41134892482882, 2.1733778715133667, 'Italian Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Comida De Olla', 41.41222165288682, 2.1642786300435666, 'Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'DiR Castillejos', 41.41243230603128, 2.1707129014622475, 'Gym'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Sant Pau Recinte Modernista (Recinto Modernista de Sant Pau)', 41.411352100755295, 2.174380101315422, 'Historic Site'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Xiringuito Aigua', 41.409805876536105, 2.168379219427539, 'Beer Garden'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Selva', 41.40865037990113, 2.1733167192855243, 'Steakhouse'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'A Veiga', 41.407623, 2.1675448, 'Mediterranean Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Mercadona', 41.40866594252549, 2.1722222021744164, 'Supermarket'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Puiggròs', 41.41020708339874, 2.1742795565873223, 'Bakery'), ('El Baix Guinardó', 41.4114374, 2.1686512, "Plaça d'Alfons X (Plaza de Alfonso X)", 41.41206524407826, 2.166363470318606, 'Plaza'), ('El Baix Guinardó', 41.4114374, 2.1686512, "L'Ombú", 41.408586008774456, 2.1662166196151897, 'Spanish Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Celler Miquel', 41.40989488145117, 2.1736795127981168, 'Brewery'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Beerivins', 41.4076400260103, 2.1739242642070167, 'Brewery'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Cerveseria Clandestina', 41.40873479374284, 2.1751684605715127, 'Bar'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Casa Ametller', 41.407768679185295, 2.163592765246802, 'Farmers Market'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Parc de les Aigües', 41.413096245209786, 2.165039234733435, 'Park'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Bocca di Bonifacio', 41.4054365537387, 2.1709826588630676, 'Burger Joint'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Thai Tuk Tuk', 41.406643, 2.168634, 'Thai Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'BRO Room', 41.40701779857533, 2.173568308353424, 'Sandwich Place'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Jugar × Jugar', 41.40711596524914, 2.1743722057220465, 'Toy / Game Store'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'IL FORNO', 41.40741934007032, 2.172907358617522, 'Pastry Shop'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Bodega Casas', 41.40842251035509, 2.159848362154644, 'Bar'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Hotel Barcelona 1882', 41.404143, 2.169769, 'Hotel'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Ayre Hotel Rosellon', 41.40474296689518, 2.1727722101067393, 'Hotel'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Tatin Bistró', 41.404164364254484, 2.167833841111183, 'Bistro'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Bodega Can Ros', 41.405038, 2.164164, 'Tapas Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Jijonenca', 41.406716064921824, 2.174364062686236, 'Ice Cream Shop'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Cucina Di Pulcinella', 41.41666729087883, 2.1746120322437874, 'Italian Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Forn de la Cantonada', 41.4112162, 2.1768704, 'Bakery'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Arroseria Gaudí', 41.4082775061535, 2.1743912828354133, 'Spanish Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Catrina', 41.40801604180899, 2.1593445005119385, 'Mexican Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Bella Istanbul', 41.41002698195637, 2.175037119487612, 'Turkish Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Parc del Guinardó', 41.419327337949824, 2.1712193342358352, 'Park'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Can Pizza', 41.40461087104725, 2.173412310985441, 'Pizza Place'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Iaia Nita', 41.40991608671019, 2.175015142070263, 'Bakery'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Sartoria Panatieri', 41.40665, 2.1603665, 'Pizza Place'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'CE Europa', 41.41191074011051, 2.1614570851064387, 'Soccer Field'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Formentor - Pastisseria mallorquina', 41.41134096831303, 2.1595064986528953, 'Dessert Shop'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Eric Vökel Industria Suites', 41.41012157254131, 2.174959680922443, 'Bed & Breakfast'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Swing Maniacs', 41.40463713002184, 2.164886129591496, 'Dance Studio'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Ginés', 41.411490359130035, 2.1717092527535504, 'Seafood Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Fargo Café', 41.404998, 2.173951, 'Coffee Shop'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Torres Naixement', 41.40387913476936, 2.174680416783174, 'Historic Site'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Enigmik Room Escape Barcelona', 41.410182414225, 2.179583972332334, 'Escape Room'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Soco', 41.40821627702234, 2.163768074120376, 'Bar'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Paradeta', 41.40451632252556, 2.17338123872448, 'Seafood Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Trocadero', 41.40496714379954, 2.173619688553489, 'Vegetarian / Vegan Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Yogabody 3', 41.409040962389305, 2.176691062175799, 'Yoga Studio'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Plaça de Gaudí', 41.40442461732096, 2.175571918487549, 'Plaza'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Tactic', 41.40736763602702, 2.1771747204535616, 'Theme Park Ride / Attraction'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Gatamala', 41.40792, 2.157674, 'Tapas Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Vesping', 41.404805357303566, 2.1758117744838112, 'General Travel'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Les Mil i Una Nits', 41.403244, 2.17073, 'Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'la Torteria', 41.40768538484889, 2.1745613801790977, 'Taco Place'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Ugarit Gracia', 41.405115462421826, 2.161337192835134, 'Middle Eastern Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Complex Esportiu Municipal del Guinardó', 41.416775123793236, 2.173694372177124, 'Athletics & Sports'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Rovira', 41.407507, 2.158137, 'Brewery'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Skybar Ayre Hotel Rosellon', 41.40465787215633, 2.172971469251211, 'Hotel Bar'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Claror', 41.40450315846906, 2.171470928296912, 'Gym'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'El Felino', 41.40497915235051, 2.173599368379655, 'Italian Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Il Piccolo Focone', 41.409018133905604, 2.1795097319180865, 'Italian Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Plaça del Nen de la Rutlla', 41.41861544883394, 2.1719050425968125, 'Playground'), ('El Baix Guinardó', 41.4114374, 2.1686512, '4 Plats i punt', 41.41094079484499, 2.17459283662779, 'Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Panxolina', 41.40777, 2.157795, 'Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Mercat Sagrada Família', 41.405624665501136, 2.176910812659499, 'Market'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'BeerStore', 41.40675550407283, 2.1773894497513973, 'Beer Store'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Vermuteria del Tano', 41.40474851916155, 2.160860002040863, 'Tapas Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'El Señorío', 41.40846495987281, 2.175094187730694, 'Peruvian Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Ramona', 41.40246571460726, 2.1678458455659753, 'Tapas Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Five Guys', 41.404028416713246, 2.173499344944048, 'Burger Joint'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Panxa del Bisbe', 41.409488901550056, 2.1570517487104137, 'Gastropub'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Camelia Art Café', 41.406515, 2.17612, 'Breakfast Spot'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Family Beer', 41.40606758802434, 2.159560849555693, 'Brewery'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Sagrades Tannines', 41.404537133514054, 2.173498774503898, 'Wine Bar'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Estel de Sant Pau', 41.41094153899377, 2.173935019854044, 'Tapas Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Wakasa', 41.403191361374866, 2.16892272233963, 'Japanese Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Sant Jordi Hostel Sagrada Familia', 41.40991943027418, 2.179260940656686, 'Hostel'), ('El Baix Guinardó', 41.4114374, 2.1686512, "Plaça d'en Joanic (Plaza del Joanic)", 41.405930109258975, 2.1629762343225787, 'Plaza'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Tian Fu', 41.40940777899948, 2.1764507548872714, 'Japanese Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Hispanos Siete Suiza Apartments Barcelona', 41.403070987798515, 2.171197889525794, 'Hotel'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Plaça Rovira i Trias', 41.40751522765003, 2.1583883610884813, 'Plaza'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Insòlita Gea', 41.411203646735636, 2.1745991779562246, 'Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'The Venue Steakhouse', 41.40245300607545, 2.169220447540283, 'Steakhouse'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Singular', 41.403849, 2.172488, 'Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Lola', 41.40642823614318, 2.1620722266015946, 'Diner'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Pivo Bar', 41.40734062127628, 2.178101724530279, 'Beer Bar'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Bodega de Barri', 41.404799, 2.176382, 'Wine Bar'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Cosmic Comics', 41.40721010029208, 2.177585801528039, 'Bookstore'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Green Kiss', 41.410950626156215, 2.1742093563079834, 'Salad Place'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Veg World India', 41.4046963412631, 2.1607326032120175, 'Vegetarian / Vegan Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Restaurant Basilea', 41.41503690736926, 2.1793564797168212, 'Swiss Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Sant Honorat', 41.414851796117034, 2.1657213392344143, 'Café'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Paisano Cafè', 41.40482697961295, 2.175944745540619, 'Cafeteria'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'BAR LIPS BCN', 41.41962076874311, 2.172755273229874, 'Bar'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Óptica Universitaria', 41.41338869695503, 2.1771580325108215, 'Pharmacy'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Ugarit', 41.4056985165778, 2.162680506412748, 'Middle Eastern Restaurant'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'La Llesca', 41.4053234, 2.1745886, 'Bar'), ('El Baix Guinardó', 41.4114374, 2.1686512, 'Goiko Grill', 41.410305, 2.180179, 'Burger Joint')], [('La Barceloneta', 41.3806533, 2.1899274, 'Baluard Barceloneta', 41.38004687981699, 2.189249637101365, 'Bakery'), ('La Barceloneta', 41.3806533, 2.1899274, 'BRO', 41.380213875422356, 2.1890065281702524, 'Burger Joint'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Cova Fumada', 41.37925390526866, 2.1892540978203394, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Plaça de la Barceloneta', 41.3797389508097, 2.1881353855133057, 'Plaza'), ('La Barceloneta', 41.3806533, 2.1899274, 'acqua&farina', 41.3810234, 2.1901521, 'Pizza Place'), ('La Barceloneta', 41.3806533, 2.1899274, 'Bodega Fermín', 41.37930321199982, 2.1895446496980386, 'Beer Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Platja de la Barceloneta (Playa de la Barceloneta)', 41.37961014544736, 2.1930384635925293, 'Beach'), ('La Barceloneta', 41.3806533, 2.1899274, 'el bar del Basko', 41.37941431607088, 2.1905011848537317, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Vinoteca Voramar', 41.38072588908475, 2.1883147533952836, 'Wine Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'Rumbanroll', 41.38059695009252, 2.1878065054525377, 'Mediterranean Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Jai-Ca', 41.38150091672574, 2.1878577976008304, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Somorrostro', 41.37915630767672, 2.189099682467895, 'Spanish Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'El Vaso de Oro', 41.381973137651435, 2.187206685957127, 'Beer Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'NAP Mar', 41.37753029604167, 2.1900548798841104, 'Pizza Place'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Pampa', 41.379161732790166, 2.1877484892718715, 'Argentinian Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Bombeta', 41.38052091621836, 2.1875733924235035, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Barra Carles Abellan', 41.37983778805918, 2.1877115727248437, 'Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Mesōn Barceloneta', 41.38053329752473, 2.1872047197081876, 'Paella Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Fábrica', 41.37844, 2.190621, 'Food & Drink Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Carioca', 41.380843, 2.186375, 'Brazilian Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Onda Hair & Beauty Salon', 41.37962508572007, 2.189593425902352, 'Salon / Barbershop'), ('La Barceloneta', 41.3806533, 2.1899274, 'Terrasa de les indianes', 41.380525956538534, 2.1858185464946365, 'Cocktail Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Bar Electricitat', 41.37936196579641, 2.189932144627611, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Cal Papi', 41.37921948515008, 2.19003368638829, 'Mediterranean Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Bitácora', 41.382069649585716, 2.1876076142386567, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Passeig Marítim de la Barceloneta', 41.38012536536615, 2.192823886871338, 'Beach'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Malandrina', 41.378128929548396, 2.188567209692612, 'Steakhouse'), ('La Barceloneta', 41.3806533, 2.1899274, 'Bacoa Barceloneta', 41.376675, 2.190202, 'Burger Joint'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Roseta', 41.377792404484836, 2.190246208757311, 'Coffee Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'Koke Dama Sushi Bar', 41.381705, 2.188736, 'Sushi Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Gelats Dino', 41.378152547001484, 2.1882576658185124, 'Ice Cream Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'H10 Port Vell', 41.381397366845064, 2.1841764987414236, 'Hotel'), ('La Barceloneta', 41.3806533, 2.1899274, '1881 per Sagardi', 41.38060119144596, 2.1858386081747536, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'El Tio Pio', 41.381613099192094, 2.1868216007937367, 'Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Piñol', 41.380570591150686, 2.1917041755900755, 'Bar'), ('La Barceloneta', 41.3806533, 2.1899274, "Museu d'Història de Catalunya", 41.38068442806635, 2.186023155026679, 'History Museum'), ('La Barceloneta', 41.3806533, 2.1899274, 'Can Maño', 41.381164867623546, 2.188436615303488, 'Mediterranean Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Paco Alcalde', 41.377336, 2.1897589, 'Paella Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Surf House Barcelona', 41.37739616411243, 2.1909063898307193, 'Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Can Ros', 41.37732383037213, 2.1893700330650034, 'Paella Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'OneOcean Club', 41.3796544775902, 2.1861353040974114, 'Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Magatzem del Port', 41.38049300874053, 2.186319162931189, 'Spanish Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Mar Salada', 41.376684029316955, 2.188657962579764, 'Paella Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Perikete', 41.3813258, 2.1834208, 'Gastropub'), ('La Barceloneta', 41.3806533, 2.1899274, 'Can Paixano', 41.381756371756275, 2.183422905200132, 'Wine Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Poké Maoli', 41.37640604975146, 2.1904136187524292, 'Hawaiian Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Makamaka Beach Burger Café', 41.375841136968944, 2.18867995813248, 'Burger Joint'), ('La Barceloneta', 41.3806533, 2.1899274, 'Restaurante Barceloneta', 41.376212688952116, 2.1874819302125545, 'Seafood Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Cala', 41.376086, 2.187727, 'Café'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Estrella', 41.38376592515156, 2.1849864838135917, 'Mediterranean Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'El Uruguayo', 41.37826579464186, 2.188861426936149, 'South American Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Lolita Barceloneta', 41.378328993514714, 2.188063362994517, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Boardriders', 41.3755779536347, 2.1901440290936827, 'Board Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'Bar Àngel', 41.383833963111115, 2.184909913791343, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Paradiso', 41.383723999014634, 2.18369158005328, 'Cocktail Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Caupolican', 41.38097763250426, 2.1896159081453423, 'Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Circo Raluy', 41.379887188839916, 2.1826704527807608, 'Circus'), ('La Barceloneta', 41.3806533, 2.1899274, 'Barceloneta Outdoor Gym', 41.38141116302132, 2.194942517694929, 'Athletics & Sports'), ('La Barceloneta', 41.3806533, 2.1899274, 'Circo de los Horrores', 41.376723693578334, 2.1879858967974903, 'Circus'), ('La Barceloneta', 41.3806533, 2.1899274, 'Bacoa Kiosko', 41.383404, 2.1836731, 'Burger Joint'), ('La Barceloneta', 41.3806533, 2.1899274, 'Tlaxcal', 41.38492260080305, 2.1842340266398717, 'Mexican Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Carabela', 41.381071180195, 2.1827479207170932, 'Mexican Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Petit Bar', 41.37659683574032, 2.1896466819743665, 'Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Gocce di Latte', 41.3832033, 2.1827056, 'Ice Cream Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'Bodega Vidrios y Cristales', 41.38171652466105, 2.1826986353881375, 'Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Mr Robinson Cocktails & Food', 41.38281087179957, 2.1842008435322477, 'Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Brunch & Cake by the Sea', 41.38099681119947, 2.1869506187156627, 'Breakfast Spot'), ('La Barceloneta', 41.3806533, 2.1899274, 'Buon Appetito', 41.38502329004501, 2.1850620898561326, 'Italian Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Passadís del Pep', 41.382879368053565, 2.182727523833626, 'Seafood Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Restaurante Salamanca', 41.37848271925959, 2.1914081732999624, 'Paella Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Clubhaus', 41.384495, 2.184619, 'Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Vioko', 41.376931030575115, 2.1886166704674737, 'Ice Cream Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'FOC Latin Food & Drinks', 41.37605106824816, 2.1888878690820173, 'Latin American Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Alsur Café & Backdoor Bar', 41.385766672947554, 2.1851780069022535, 'Breakfast Spot'), ('La Barceloneta', 41.3806533, 2.1899274, 'Plaça del Mar', 41.374791708515595, 2.1895727036334898, 'Plaza'), ('La Barceloneta', 41.3806533, 2.1899274, 'Vila Viniteca', 41.38257420018804, 2.1815779409406004, 'Wine Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'Numero Nueve', 41.38412610598499, 2.1828695575802266, 'Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Casa Llotja de Mar', 41.38250153581559, 2.182565754341119, 'Event Space'), ('La Barceloneta', 41.3806533, 2.1899274, 'Estació de França (Estación de Francia)', 41.38421477869171, 2.1857428550720215, 'Train Station'), ('La Barceloneta', 41.3806533, 2.1899274, '7 Portes', 41.382335129502614, 2.1833986043930054, 'Spanish Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Bodega La Tinaja', 41.38432655722714, 2.1831507842888715, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'La Vinya del Senyor', 41.38339126064091, 2.181867255004128, 'Wine Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Cal Pep', 41.38383804989358, 2.183389108611031, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Koku Kitchen Buns', 41.38486939291011, 2.1842972939911056, 'Asian Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Collage Art & Cocktails Social Club', 41.38262245305919, 2.1814342938657414, 'Cocktail Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Pastisseria Hofmann', 41.38506312725173, 2.182797214935111, 'Dessert Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'Orvay', 41.384068, 2.182518, 'Wine Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Mar Mediterrània (Mar Mediterráneo)', 41.374486945387936, 2.1897647240031515, 'Beach'), ('La Barceloneta', 41.3806533, 2.1899274, 'Locals Barceloneta', 41.37584247573998, 2.1895408630371094, 'Board Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'ElDiset', 41.38502640219728, 2.18333384514879, 'Wine Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Rangoli', 41.37514878087264, 2.1887967125507495, 'Indian Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'El Chigre 1769', 41.38370071048882, 2.18167744353313, 'Wine Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'El Xampanyet', 41.3845584973843, 2.181764044288262, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Bar Belmonte', 41.380985276505506, 2.181001763224461, 'Tapas Restaurant'), ('La Barceloneta', 41.3806533, 2.1899274, 'Etnia', 41.383440244007566, 2.182093516594942, 'Optical Shop'), ('La Barceloneta', 41.3806533, 2.1899274, 'Magatzem Escolà', 41.385931287596655, 2.1843153038767515, 'Liquor Store'), ('La Barceloneta', 41.3806533, 2.1899274, 'Residencia Campus del Mar', 41.38258153657281, 2.1908614847193895, 'College Residence Hall'), ('La Barceloneta', 41.3806533, 2.1899274, 'El Born Centre Cultural', 41.385806601841324, 2.1837982535362244, 'Cultural Center'), ('La Barceloneta', 41.3806533, 2.1899274, 'Farola', 41.384699, 2.183346, 'Bar'), ('La Barceloneta', 41.3806533, 2.1899274, 'Martín Villoro', 41.37558023217132, 2.189169851814032, 'Paella Restaurant')], [('Baró de Viver', 41.446445, 2.1993607, 'Apple La Maquinista', 41.44080234696173, 2.198426808948115, 'Electronics Store'), ('Baró de Viver', 41.446445, 2.1993607, 'The 1982 Birres & Burgers', 41.451200244469085, 2.2045589742064955, 'Burger Joint'), ('Baró de Viver', 41.446445, 2.1993607, 'C.C. La Maquinista', 41.44046377731818, 2.1982192314583795, 'Shopping Mall'), ('Baró de Viver', 41.446445, 2.1993607, 'Parc Fluvial del Besòs', 41.44322501233864, 2.2080373764038086, 'Park'), ('Baró de Viver', 41.446445, 2.1993607, 'Nespresso', 41.440536805901, 2.1980418235482597, 'Coffee Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Ibericus', 41.44150464406915, 2.197811752873911, 'Food'), ('Baró de Viver', 41.446445, 2.1993607, 'Restaurant Enriqueta', 41.44568379960081, 2.206800833537501, 'Spanish Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'The Good Burguer', 41.440231, 2.198456, 'Burger Joint'), ('Baró de Viver', 41.446445, 2.1993607, 'La Tagliatella', 41.440583314464355, 2.198378765787771, 'Italian Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Les Tannines', 41.45313920227838, 2.2069983334005676, 'Wine Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Decathlon', 41.43963935143966, 2.1973967958185954, 'Sporting Goods Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Pasteleria Buenavista', 41.44217244751619, 2.19997658529535, 'Dessert Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Massimo Dutti', 41.440087225677466, 2.1980019047059076, 'Clothing Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Starbucks', 41.439793345953674, 2.197619699487752, 'Coffee Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Plaça de la Vila', 41.4512146402876, 2.2080776231029526, 'Plaza'), ('Baró de Viver', 41.446445, 2.1993607, 'Restaurante Shokudo', 41.43938586587764, 2.192142347392661, 'Japanese Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'La Burguesa', 41.43987333679761, 2.1989545226840166, 'Burger Joint'), ('Baró de Viver', 41.446445, 2.1993607, 'A Loja do Gato Preto', 41.44168916965566, 2.197741614915069, 'Furniture / Home Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Nike Store La Maquinista', 41.4395472, 2.1981254, 'Sporting Goods Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Casa Pepe', 41.45050968350239, 2.208310129492163, 'Spanish Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'El Burro Chilango', 41.440679872242896, 2.1920498292886466, 'Mexican Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Pure Cuisine', 41.440367, 2.198274, 'Chinese Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Lefties', 41.44108944042867, 2.1981027491964755, 'Clothing Store'), ('Baró de Viver', 41.446445, 2.1993607, 'SEPHORA', 41.4400711249244, 2.1983078217631253, 'Cosmetics Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Jack & Jones', 41.43985944652828, 2.1976620302662373, "Men's Store"), ('Baró de Viver', 41.446445, 2.1993607, 'Xòcala', 41.45182058767915, 2.208270798282294, 'Bar'), ('Baró de Viver', 41.446445, 2.1993607, 'Restaurant Bloc', 41.441339424305156, 2.19086337064542, 'Spanish Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Glass Café', 41.451436956008884, 2.2079182526077257, 'Coffee Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Restaurant Can Jordi', 41.4379941661813, 2.1965475512167725, 'Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Casa Juan', 41.449587050665976, 2.1908212718102074, 'Spanish Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, "Frankfurt's Casa Vallès", 41.45053418974594, 2.2097670006145353, 'Hot Dog Joint'), ('Baró de Viver', 41.446445, 2.1993607, 'Restaurante Avenida II', 41.442999569805124, 2.202641949455943, 'Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Viena', 41.43993304400096, 2.1989328900034613, 'Sandwich Place'), ('Baró de Viver', 41.446445, 2.1993607, 'Bombay', 41.45115562238345, 2.2081268218142713, 'Cocktail Bar'), ('Baró de Viver', 41.446445, 2.1993607, 'Parc de Can Zam', 41.455340650538425, 2.198396884336453, 'Park'), ('Baró de Viver', 41.446445, 2.1993607, 'San Carlos Park', 41.452698525745774, 2.2072610237246724, 'Snack Place'), ('Baró de Viver', 41.446445, 2.1993607, 'la Sirena', 41.44781007664526, 2.210372661364636, 'Grocery Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Medina', 41.448667102033944, 2.190284644220478, 'Tapas Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Hollister Co.', 41.44072612132292, 2.198149347310279, 'Clothing Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Five Guys', 41.441026, 2.198679, 'Burger Joint'), ('Baró de Viver', 41.446445, 2.1993607, 'Cinesa La Maquinista 3D', 41.4399592899662, 2.198370268606005, 'Multiplex'), ('Baró de Viver', 41.446445, 2.1993607, 'IO Bar', 41.452864067536126, 2.207013158206116, 'Bar'), ('Baró de Viver', 41.446445, 2.1993607, 'La Casa del Libro', 41.44102853627503, 2.197961582369014, 'Bookstore'), ('Baró de Viver', 41.446445, 2.1993607, 'Fnac', 41.440492472488295, 2.1983175373408774, 'Electronics Store'), ('Baró de Viver', 41.446445, 2.1993607, 'La Mafia Se Sienta A La Mesa', 41.440645138287586, 2.1980498232759773, 'Italian Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Mon Pa', 41.44189363316268, 2.1896419379735406, 'Bakery'), ('Baró de Viver', 41.446445, 2.1993607, 'Mercadona', 41.452754311882266, 2.202675168999379, 'Supermarket'), ('Baró de Viver', 41.446445, 2.1993607, "Foster's Hollywood", 41.44065562527994, 2.198160174117182, 'American Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Farggi', 41.43993542113639, 2.1985256263096833, 'Ice Cream Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Parc del Nus de la Trinitat', 41.44911182873249, 2.1958279609680176, 'Park'), ('Baró de Viver', 41.446445, 2.1993607, 'Torre Balldovina', 41.44632517096933, 2.209535212034692, 'History Museum'), ('Baró de Viver', 41.446445, 2.1993607, 'Wok You', 41.4429893371852, 2.2008868715786414, 'Asian Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Lizarran', 41.440147810018814, 2.198276848531356, 'Tapas Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Bar Rincón Gallego', 41.451981711118854, 2.2021469637541924, 'Café'), ('Baró de Viver', 41.446445, 2.1993607, 'Drim', 41.44161204137966, 2.197789765054743, 'Toy / Game Store'), ('Baró de Viver', 41.446445, 2.1993607, '100 Montaditos', 41.440334858206256, 2.1983669118211715, 'Sandwich Place'), ('Baró de Viver', 41.446445, 2.1993607, 'Lalola', 41.45195066436639, 2.2082937439481625, 'Bar'), ('Baró de Viver', 41.446445, 2.1993607, 'Leroy Merlin', 41.44127034084092, 2.198044799209614, 'Hardware Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Stradivarius', 41.43989069067333, 2.198082639657751, "Women's Store"), ('Baró de Viver', 41.446445, 2.1993607, 'Enrique Tomás - C.C. La Maquinista', 41.44142116890145, 2.1979782608868965, 'Spanish Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Carrefour', 41.44185964893108, 2.1982779689846117, 'Supermarket'), ('Baró de Viver', 41.446445, 2.1993607, 'Más Q Menos', 41.44003734762368, 2.19906428923855, 'Tapas Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Springfield', 41.44108165331538, 2.19806783702187, 'Clothing Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Enrique Tomás - C.C. La Maquinista Local 004', 41.44217137558791, 2.197763098895126, 'Deli / Bodega'), ('Baró de Viver', 41.446445, 2.1993607, 'Desigual', 41.43984823511407, 2.198651361299751, 'Clothing Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Mordor', 41.44034606709405, 2.1981232031669786, 'Shopping Mall'), ('Baró de Viver', 41.446445, 2.1993607, 'Forever 21', 41.43989608500154, 2.1985937437483627, 'Clothing Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Mister Guau', 41.441842694888535, 2.1977561969668815, 'Pet Store'), ('Baró de Viver', 41.446445, 2.1993607, "Tommy Mel's", 41.4409762887974, 2.1982854951620863, 'American Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'MediaMarkt', 41.43937195778391, 2.1992151241514595, 'Electronics Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Foot Locker', 41.43993799481783, 2.1983605002281945, 'Shoe Store'), ('Baró de Viver', 41.446445, 2.1993607, 'mitsuki', 41.44002982445959, 2.1984998023847773, 'Japanese Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Coffee Exotic', 41.44056254575071, 2.197585448513413, 'Diner'), ('Baró de Viver', 41.446445, 2.1993607, 'Carrefour Market', 41.449582610472675, 2.207241200972659, 'Supermarket'), ('Baró de Viver', 41.446445, 2.1993607, 'Taco Bell', 41.43992465220978, 2.1988979275057914, 'Fast Food Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, "Plaça de l'Olimp", 41.452802767010695, 2.204355863191652, 'Plaza'), ('Baró de Viver', 41.446445, 2.1993607, "Dunkin' Coffee", 41.440843, 2.198482, 'Donut Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'TGB The Good Burguer', 41.44020770680541, 2.198390417150516, 'Burger Joint'), ('Baró de Viver', 41.446445, 2.1993607, 'KFC', 41.43987855239526, 2.1990476238178913, 'Fast Food Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, "McDonald's", 41.440154117708865, 2.198055517635759, 'Fast Food Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Sandwich & Friends', 41.440047231588714, 2.1985479758378017, 'Sandwich Place'), ('Baró de Viver', 41.446445, 2.1993607, 'Mango', 41.43980238522817, 2.197673668643783, "Women's Store"), ('Baró de Viver', 41.446445, 2.1993607, 'Hotel NH Barcelona La Maquinista', 41.43937259080261, 2.200075643320338, 'Hotel'), ('Baró de Viver', 41.446445, 2.1993607, 'Caprabo', 41.44914350741039, 2.2102042599391956, 'Convenience Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Mercadona', 41.44501041472215, 2.1895408630371094, 'Supermarket'), ('Baró de Viver', 41.446445, 2.1993607, 'Centre Esportiu Bon Pastor', 41.43815989291434, 2.202033894303789, 'Athletics & Sports'), ('Baró de Viver', 41.446445, 2.1993607, 'Shana', 41.44106461586326, 2.1980127708846213, "Women's Store"), ('Baró de Viver', 41.446445, 2.1993607, 'GUESS', 41.440883, 2.19883, 'Clothing Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Plaza Baró', 41.45148575305939, 2.202699, 'Plaza'), ('Baró de Viver', 41.446445, 2.1993607, 'Game', 41.43975697608782, 2.1975581316126167, 'Video Game Store'), ('Baró de Viver', 41.446445, 2.1993607, 'Camp de futbol Trinitat Vella', 41.44730797788705, 2.191708976316342, 'Soccer Field'), ('Baró de Viver', 41.446445, 2.1993607, 'Frankfurt Rothenburg', 41.440624008924026, 2.198257840718715, 'German Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Brutus Barcelona', 41.43829705765663, 2.196688073047608, 'Fast Food Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Querol', 41.44052335424786, 2.198163461205271, 'Shoe Store'), ('Baró de Viver', 41.446445, 2.1993607, 'UDON', 41.44020627115517, 2.1983830740755943, 'Udon Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Marisqueria La Maquinista', 41.439004398980785, 2.197483404787302, 'Seafood Restaurant'), ('Baró de Viver', 41.446445, 2.1993607, 'Club Esportiu Trinitat', 41.451056941543975, 2.193555548232436, 'Soccer Field'), ('Baró de Viver', 41.446445, 2.1993607, 'Party Fiesta', 41.43997280529898, 2.1990048706764704, 'Costume Shop'), ('Baró de Viver', 41.446445, 2.1993607, "Victoria's Secret Maquinista", 41.439986, 2.198477, 'Perfume Shop'), ('Baró de Viver', 41.446445, 2.1993607, 'Pull&Bear', 41.439934184112154, 2.1980825437510547, 'Clothing Store')], [('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Sharma Climbing Barcelona', 41.415694439047904, 2.2105900870964073, 'Climbing Gym'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Vapiano', 41.410010761395945, 2.214656967777391, 'Italian Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Hotel Vincci Bit', 41.41158002010249, 2.2119486723144237, 'Hotel'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'CEM MARESME', 41.412412175636426, 2.213362951961975, 'Gym / Fitness Center'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Auditori del Fòrum', 41.411079369428585, 2.2209548950195312, 'Concert Hall'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Mercadona', 41.41387962622269, 2.212038705058794, 'Big Box Store'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Bar Nino', 41.41348521239712, 2.215896248817444, 'Spanish Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Bar Lafuente', 41.42202362630867, 2.2108429670333862, 'Bar'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Parc de Diagonal Mar (Parque de Diagonal Mar)', 41.40742617998394, 2.2147750854492188, 'Park'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Five Guys', 41.409675, 2.216574, 'Burger Joint'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Hotel Barcelona Princess', 41.411061516, 2.218525868, 'Hotel'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Bar Bodega', 41.41401972981396, 2.206171083232507, 'Wine Bar'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Komkal', 41.41369401061876, 2.2051485220868163, 'Liquor Store'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Cursa dels Nassos', 41.40683267699601, 2.211329011613347, 'Track'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'La Pili', 41.4211937695251, 2.213548796812097, 'Tapas Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Diagonal Mar', 41.40976162170263, 2.216055228680838, 'Shopping Mall'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Club de Tennis i Pàdel CEM Olímpia', 41.413567738541566, 2.2025175738790956, 'Tennis Court'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'SIFON SIFON', 41.41774064757698, 2.2054202133112493, 'Tapas Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Museu Blau', 41.410963892433145, 2.2201238218104136, 'Science Museum'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'GREEN VITA Healthy Kitchen', 41.40937689031762, 2.2168135478560003, 'Mediterranean Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Fisterra', 41.409062, 2.207905, 'Mediterranean Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Mercat de Sant Martí', 41.41781632016236, 2.2040816442885727, 'Farmers Market'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Nike Store', 41.41015018625453, 2.2163100000000213, 'Sporting Goods Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Vincci Maritimo', 41.40816571140429, 2.2120795324039353, 'Hotel'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'AC Hotel Barcelona Forum', 41.4101060392605, 2.218752786193363, 'Hotel'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Smudy Diagonal Mar', 41.40976496683601, 2.2158616955893686, 'Juice Bar'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Decathlon Port Forum', 41.41336921621956, 2.224777989675716, 'Sporting Goods Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, "Blau's", 41.411328808792796, 2.217714786529541, 'Diner'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Pappa Pomodoro', 41.408958684002016, 2.2155734886128258, 'Pizza Place'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Bolera diagonal mar', 41.410305208619214, 2.218416175692135, 'Bowling Alley'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Hilton', 41.408745858020545, 2.2175216674804688, 'Hotel'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Sabor Mudéjar', 41.4131018128539, 2.220987831256148, 'Spanish Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Cafè Havanna', 41.41022298886154, 2.2177841532431106, 'Coffee Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Bar Nou', 41.41169779018589, 2.2185813451368137, 'Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Starbucks', 41.40967326146267, 2.215713323322027, 'Coffee Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Hotel SB Diagonal Zero Barcelona', 41.41202934487175, 2.2196387509803124, 'Hotel'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Granja Montserrat', 41.41050468064663, 2.2136536338020076, 'Diner'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Foxos', 41.41684802728151, 2.204112959112685, 'Spanish Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Häagen-Dazs', 41.409912, 2.216848, 'Ice Cream Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Consum Basic', 41.41477750579246, 2.21828402297655, 'Supermarket'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Poliesportiu Municipal Besos', 41.421779214740525, 2.2155556864265376, 'Athletics & Sports'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Lidl', 41.41959956793377, 2.2159934261696175, 'Food & Drink Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Princess Restaurant', 41.41084509945098, 2.2190117313770354, 'Breakfast Spot'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Mango', 41.41005251893726, 2.2170213920971755, 'Boutique'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Can Canyes', 41.41162829459607, 2.2161116324949863, 'Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Hotel Best Price Diagonal Barcelona', 41.40992078318346, 2.209484114604351, 'Hotel'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'CrossFit Sant Martí', 41.411624963968315, 2.2093550978967142, 'Sports Club'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Tryp Condal Mar', 41.41252699999999, 2.209129, 'Hotel'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Cinesa Diagonal Mar', 41.40970463763629, 2.2168935279848747, 'Multiplex'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Massimo Dutti Diagonal Mar', 41.409781025564634, 2.2156501508938233, "Women's Store"), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Faborit', 41.407605, 2.217556, 'Cafeteria'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Plaça de La Palmera', 41.41976817551229, 2.2046968116511825, 'Plaza'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Trattoria & Pizzeria Pappa Pomodoro', 41.408090469638054, 2.21661421772062, 'Italian Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Restaurante Echo', 41.41196109890858, 2.219707602614838, 'Mediterranean Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Restaurant Siberia', 41.411146437404376, 2.206173276926514, 'Spanish Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'La Burguesa', 41.409695475420804, 2.215921455525188, 'Burger Joint'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'SEPHORA', 41.41008087460755, 2.2174632528454707, 'Cosmetics Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Passion Fruit', 41.40993409161319, 2.216766125261124, 'Juice Bar'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, "Escola Restaurant D'INS", 41.414369325563214, 2.220955793299521, 'Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Granier', 41.41204614614897, 2.217486716257888, 'Bakery'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Las Brasas del Tío Manolo', 41.4105664867091, 2.2078831867566633, 'Steakhouse'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Parc del Besòs', 41.42096158510301, 2.217173193785129, 'Park'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Skatepark del Forum', 41.40752588546025, 2.2205473893051884, 'Skate Park'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Hotel Barcelona Princess bar', 41.41090782075641, 2.2190670091442826, 'Hotel Bar'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'La Cantonada de Prim', 41.420307189251986, 2.208133030865979, 'Tapas Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Pistaccio Lobby Bar & Lounge', 41.40866700379338, 2.2175380110026928, 'Hotel Bar'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'KFC', 41.409754, 2.215834, 'Fried Chicken Joint'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Tram T4 Fòrum', 41.411804418823635, 2.219789992263524, 'Tram Station'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Condis Diagonal', 41.40825214285601, 2.2064413827056852, 'Convenience Store'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, "Garden Ca l'Agustí", 41.41443828777026, 2.2060052053883554, 'Garden Center'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'La Tagliatella', 41.40866242753302, 2.216941758632971, 'Italian Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Lizarran', 41.410075191980944, 2.217211545878066, 'Tapas Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Viena', 41.409194348624496, 2.216579017954006, 'Sandwich Place'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Khenyan Diagonal Mar', 41.41013092115503, 2.2176131096999594, 'Café'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, "Dunkin' Coffee", 41.410493, 2.216885, 'Donut Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'La Rambla Cafe', 41.41138257305548, 2.218636821805881, 'Bar'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'UDON', 41.40974884323394, 2.2158490297044735, 'Udon Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Torre Del Oro', 41.414459, 2.216585, 'Diner'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Casa Carmen', 41.40902952573821, 2.216693589910476, 'Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Lobby Bar Hilton Diagonal Mar', 41.40871018668167, 2.217528479709034, 'Cocktail Bar'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Caprabo', 41.420967707915864, 2.206657053194012, 'Supermarket'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Subway', 41.409876, 2.215873, 'Sandwich Place'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Pollo Campero', 41.41006263652827, 2.2173077923260704, 'Fried Chicken Joint'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'MediaMarkt', 41.4098946719823, 2.2154940810665344, 'Electronics Store'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Primark', 41.4106603, 2.2181028, 'Clothing Store'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Steakhouse', 41.409278330095326, 2.2160456220469182, 'Burger Joint'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Kenyan Classic Coffee', 41.409854033845875, 2.2163729350254453, 'Café'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Grill Corner', 41.409239, 2.216684, 'Steakhouse'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Bar Estrella', 41.411068482148146, 2.2181596438933116, 'Café'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'H&M', 41.40993616676261, 2.217265830840916, 'Clothing Store'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Desigual Diagonal Mar', 41.410081112014296, 2.2170505202183284, 'Clothing Store'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'rubick', 41.418872345560914, 2.203789222154575, 'Tapas Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Ginos Diagonal del Mar', 41.40934936038551, 2.2167170047760005, 'Italian Restaurant'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Ceferino', 41.418486668316206, 2.20424044731196, 'Coffee Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Tram T5/T6 Besòs', 41.419988186426174, 2.2095581889152527, 'Tram Station'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Nespresso Cube', 41.40973691537028, 2.215507534561921, 'Coffee Shop'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Wien Mar', 41.4100359419967, 2.217094337318578, 'Hot Dog Joint'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Wok Street', 41.40982113595267, 2.2166985121991885, 'Noodle House'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, "L'illa Del Forum", 41.411288240173356, 2.2185809782622474, 'Café'), ('El Besòs i el Maresme', 41.4149787, 2.2138765, 'Alcampo', 41.40941253825802, 2.2163907489475347, 'Big Box Store')], [('Bon Pastor', 41.4361096, 2.2048066, 'Garage Beer Co Brewing', 41.435402, 2.1972947, 'Brewery'), ('Bon Pastor', 41.4361096, 2.2048066, 'Bar Kiwi', 41.436326161227434, 2.2058646828668187, 'Café'), ('Bon Pastor', 41.4361096, 2.2048066, 'C.C. La Maquinista', 41.44046377731818, 2.1982192314583795, 'Shopping Mall'), ('Bon Pastor', 41.4361096, 2.2048066, 'Apple La Maquinista', 41.44080234696173, 2.198426808948115, 'Electronics Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Barcelona Studios', 41.429856374694594, 2.207877489966651, 'Performing Arts Venue'), ('Bon Pastor', 41.4361096, 2.2048066, 'Parc Fluvial del Besòs', 41.44322501233864, 2.2080373764038086, 'Park'), ('Bon Pastor', 41.4361096, 2.2048066, "Plaça de l'Església", 41.43516338607824, 2.213303011634207, 'Plaza'), ('Bon Pastor', 41.4361096, 2.2048066, 'Nespresso', 41.440536805901, 2.1980418235482597, 'Coffee Shop'), ('Bon Pastor', 41.4361096, 2.2048066, 'The Good Burguer', 41.440231, 2.198456, 'Burger Joint'), ('Bon Pastor', 41.4361096, 2.2048066, 'Decathlon', 41.43963935143966, 2.1973967958185954, 'Sporting Goods Shop'), ('Bon Pastor', 41.4361096, 2.2048066, 'La Tagliatella', 41.440583314464355, 2.198378765787771, 'Italian Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Starbucks', 41.439793345953674, 2.197619699487752, 'Coffee Shop'), ('Bon Pastor', 41.4361096, 2.2048066, 'Massimo Dutti', 41.440087225677466, 2.1980019047059076, 'Clothing Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'La Burguesa', 41.43987333679761, 2.1989545226840166, 'Burger Joint'), ('Bon Pastor', 41.4361096, 2.2048066, 'Nike Store La Maquinista', 41.4395472, 2.1981254, 'Sporting Goods Shop'), ('Bon Pastor', 41.4361096, 2.2048066, 'Ibericus', 41.44150464406915, 2.197811752873911, 'Food'), ('Bon Pastor', 41.4361096, 2.2048066, 'Restaurant Can Jordi', 41.4379941661813, 2.1965475512167725, 'Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Pasteleria Buenavista', 41.44217244751619, 2.19997658529535, 'Dessert Shop'), ('Bon Pastor', 41.4361096, 2.2048066, 'SEPHORA', 41.4400711249244, 2.1983078217631253, 'Cosmetics Shop'), ('Bon Pastor', 41.4361096, 2.2048066, 'Jack & Jones', 41.43985944652828, 2.1976620302662373, "Men's Store"), ('Bon Pastor', 41.4361096, 2.2048066, 'Pure Cuisine', 41.440367, 2.198274, 'Chinese Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Tabernas Gallegas', 41.43747783683538, 2.196545462450508, 'Spanish Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Viena', 41.43993304400096, 2.1989328900034613, 'Sandwich Place'), ('Bon Pastor', 41.4361096, 2.2048066, 'Lefties', 41.44108944042867, 2.1981027491964755, 'Clothing Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'A Loja do Gato Preto', 41.44168916965566, 2.197741614915069, 'Furniture / Home Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Cinesa La Maquinista 3D', 41.4399592899662, 2.198370268606005, 'Multiplex'), ('Bon Pastor', 41.4361096, 2.2048066, 'Hollister Co.', 41.44072612132292, 2.198149347310279, 'Clothing Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Five Guys', 41.441026, 2.198679, 'Burger Joint'), ('Bon Pastor', 41.4361096, 2.2048066, 'Fnac', 41.440492472488295, 2.1983175373408774, 'Electronics Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Bonpreu', 41.43244314796341, 2.1942230720363125, 'Supermarket'), ('Bon Pastor', 41.4361096, 2.2048066, 'Restaurante Avenida II', 41.442999569805124, 2.202641949455943, 'Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'La Casa del Libro', 41.44102853627503, 2.197961582369014, 'Bookstore'), ('Bon Pastor', 41.4361096, 2.2048066, 'La Mafia Se Sienta A La Mesa', 41.440645138287586, 2.1980498232759773, 'Italian Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Farggi', 41.43993542113639, 2.1985256263096833, 'Ice Cream Shop'), ('Bon Pastor', 41.4361096, 2.2048066, 'la Sirena', 41.43455582338883, 2.216286295442842, 'Grocery Store'), ('Bon Pastor', 41.4361096, 2.2048066, "Foster's Hollywood", 41.44065562527994, 2.198160174117182, 'American Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Lizarran', 41.440147810018814, 2.198276848531356, 'Tapas Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Centre Esportiu Bon Pastor', 41.43815989291434, 2.202033894303789, 'Athletics & Sports'), ('Bon Pastor', 41.4361096, 2.2048066, '100 Montaditos', 41.440334858206256, 2.1983669118211715, 'Sandwich Place'), ('Bon Pastor', 41.4361096, 2.2048066, 'Stradivarius', 41.43989069067333, 2.198082639657751, "Women's Store"), ('Bon Pastor', 41.4361096, 2.2048066, 'Más Q Menos', 41.44003734762368, 2.19906428923855, 'Tapas Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'CER - Centre Aquàtic i de Fitness', 41.4420025463383, 2.2115564346313477, 'Gym'), ('Bon Pastor', 41.4361096, 2.2048066, 'MediaMarkt', 41.43937195778391, 2.1992151241514595, 'Electronics Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Cablematic', 41.43156838258804, 2.2053524003865737, 'Electronics Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Desigual', 41.43984823511407, 2.198651361299751, 'Clothing Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Cafe Elisa', 41.43560504421333, 2.2040101152719114, 'Café'), ('Bon Pastor', 41.4361096, 2.2048066, 'METRO Bon Pastor', 41.436092761789936, 2.2047479428450822, 'Metro Station'), ('Bon Pastor', 41.4361096, 2.2048066, 'Forever 21', 41.43989608500154, 2.1985937437483627, 'Clothing Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Leroy Merlin', 41.44127034084092, 2.198044799209614, 'Hardware Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Hotel NH Barcelona La Maquinista', 41.43937259080261, 2.200075643320338, 'Hotel'), ('Bon Pastor', 41.4361096, 2.2048066, 'Parc de la Maquinista de Sant Andreu', 41.43670168077988, 2.1948679650367233, 'Park'), ('Bon Pastor', 41.4361096, 2.2048066, 'Drim', 41.44161204137966, 2.197789765054743, 'Toy / Game Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Foot Locker', 41.43993799481783, 2.1983605002281945, 'Shoe Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Enrique Tomás - C.C. La Maquinista', 41.44142116890145, 2.1979782608868965, 'Spanish Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Springfield', 41.44108165331538, 2.19806783702187, 'Clothing Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Wok You', 41.4429893371852, 2.2008868715786414, 'Asian Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Mordor', 41.44034606709405, 2.1981232031669786, 'Shopping Mall'), ('Bon Pastor', 41.4361096, 2.2048066, 'mitsuki', 41.44002982445959, 2.1984998023847773, 'Japanese Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Taco Bell', 41.43992465220978, 2.1988979275057914, 'Fast Food Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Can Martin', 41.43316, 2.206059, 'Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'KFC', 41.43987855239526, 2.1990476238178913, 'Fast Food Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'MaxiPa (Gran de Sant Andreu)', 41.432491259912254, 2.206382383431185, 'Bakery'), ('Bon Pastor', 41.4361096, 2.2048066, 'Carrefour', 41.44185964893108, 2.1982779689846117, 'Supermarket'), ('Bon Pastor', 41.4361096, 2.2048066, 'Eurofitness Badalona', 41.43601225929413, 2.212953093408777, 'Gym / Fitness Center'), ('Bon Pastor', 41.4361096, 2.2048066, 'Brutus Barcelona', 41.43829705765663, 2.196688073047608, 'Fast Food Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'TGB The Good Burguer', 41.44020770680541, 2.198390417150516, 'Burger Joint'), ('Bon Pastor', 41.4361096, 2.2048066, 'Sandwich & Friends', 41.440047231588714, 2.1985479758378017, 'Sandwich Place'), ('Bon Pastor', 41.4361096, 2.2048066, "Tommy Mel's", 41.4409762887974, 2.1982854951620863, 'American Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Mango', 41.43980238522817, 2.197673668643783, "Women's Store"), ('Bon Pastor', 41.4361096, 2.2048066, 'Coffee Exotic', 41.44056254575071, 2.197585448513413, 'Diner'), ('Bon Pastor', 41.4361096, 2.2048066, "McDonald's", 41.440154117708865, 2.198055517635759, 'Fast Food Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Lidl', 41.43168716795517, 2.194683265739996, 'Supermarket'), ('Bon Pastor', 41.4361096, 2.2048066, 'Marisqueria La Maquinista', 41.439004398980785, 2.197483404787302, 'Seafood Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Bandasonora: locales de ensayo', 41.4298598924159, 2.211754251349562, 'Music Venue'), ('Bon Pastor', 41.4361096, 2.2048066, "Dunkin' Coffee", 41.440843, 2.198482, 'Donut Shop'), ('Bon Pastor', 41.4361096, 2.2048066, "McDonald's", 41.42925181842988, 2.211607912436378, 'Fast Food Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Mercadona', 41.44178469396331, 2.2094828360503858, 'Supermarket'), ('Bon Pastor', 41.4361096, 2.2048066, 'Game', 41.43975697608782, 2.1975581316126167, 'Video Game Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Enrique Tomás - C.C. La Maquinista Local 004', 41.44217137558791, 2.197763098895126, 'Deli / Bodega'), ('Bon Pastor', 41.4361096, 2.2048066, 'Mister Guau', 41.441842694888535, 2.1977561969668815, 'Pet Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'UDON', 41.44020627115517, 2.1983830740755943, 'Udon Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'La Mallorquina', 41.440410088984066, 2.19876766204834, 'Furniture / Home Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Lego', 41.440195, 2.198318, 'Toy / Game Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Più Pizza', 41.44050313592578, 2.198478508866391, 'Italian Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Pull&Bear', 41.439934184112154, 2.1980825437510547, 'Clothing Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Querol', 41.44052335424786, 2.198163461205271, 'Shoe Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Frankfurt Rothenburg', 41.440624008924026, 2.198257840718715, 'German Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'inglot', 41.43989625219134, 2.197499024256403, 'Cosmetics Shop'), ('Bon Pastor', 41.4361096, 2.2048066, "Women'secret", 41.440646, 2.198176, 'Lingerie Store'), ('Bon Pastor', 41.4361096, 2.2048066, "Claire's", 41.44070175725374, 2.1980703876938557, 'Accessories Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Chicco', 41.4408031, 2.197513, 'Kids Store'), ('Bon Pastor', 41.4361096, 2.2048066, 'Juncà', 41.42894555, 2.2036253, 'Mediterranean Restaurant'), ('Bon Pastor', 41.4361096, 2.2048066, 'Farmàcia', 41.44136266952865, 2.1979983666938128, 'Pharmacy'), ('Bon Pastor', 41.4361096, 2.2048066, 'Plaça de les cultures', 41.44204723642687, 2.210525816066145, 'Plaza'), ('Bon Pastor', 41.4361096, 2.2048066, 'Wook Restaurante', 41.443027, 2.200704, 'Diner'), ('Bon Pastor', 41.4361096, 2.2048066, 'Alain Afflelou Óptico', 41.44189278, 2.19824787, 'Optical Shop'), ('Bon Pastor', 41.4361096, 2.2048066, 'RENFE Sant Andreu Comtal', 41.43608291155819, 2.1934890747070312, 'Train Station'), ('Bon Pastor', 41.4361096, 2.2048066, 'Xurreria Alcalde', 41.42954408653966, 2.199506030288304, 'Food Truck'), ('Bon Pastor', 41.4361096, 2.2048066, 'Potosí', 41.44327370889974, 2.208466624756908, 'Park'), ('Bon Pastor', 41.4361096, 2.2048066, 'Xiaomi Mi Store', 41.442146, 2.1978862, 'Electronics Store')], [('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Kobuta Ramen', 41.36986017860928, 2.1331966064726955, 'Ramen Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'El Pati Verd', 41.37079695415862, 2.137390404232961, 'Coffee Shop'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Goiko Grill', 41.365813, 2.135518, 'Burger Joint'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Briciola', 41.373719, 2.136506, 'Italian Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'SmartRoom Barcelona', 41.37205416318771, 2.136929602236525, 'Hotel'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Mercat de Sants', 41.37475502741643, 2.1333821919362186, 'Farmers Market'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Casa Vives', 41.37540756780608, 2.137171192844663, 'Dessert Shop'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Granja Elena', 41.36274273140872, 2.1374305844437913, 'Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Pambolisucre', 41.37489609656723, 2.1337487292434583, 'Pie Shop'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Urban Dance Factory', 41.37350701099828, 2.1375290993779203, 'Performing Arts Venue'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Pizza del Sortidor', 41.374615, 2.142475, 'Pizza Place'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'El Rocoto', 41.37415313720703, 2.1363656520843506, 'Peruvian Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Forn Baltà', 41.37549700339748, 2.134669291320325, 'Bakery'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Vicoca', 41.374161, 2.144223, 'Wine Bar'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Club Esportiu Mediterrani', 41.373322416037034, 2.1302068680234854, 'Gym / Fitness Center'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Hostel One Sants', 41.37441111009772, 2.130354319977019, 'Hostel'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, "Terra d'Escudella", 41.37621452537409, 2.1390156204598445, 'Bar'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Plaça Bonet i Muixí', 41.37447190833837, 2.136500048521069, 'Plaza'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Intecma Fisioterapia', 41.372857, 2.130826, 'Spa'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Mestressa', 41.37604998013339, 2.1387023276518815, 'Tapas Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Real Sociedad de Tenis Pompeya', 41.36813950354752, 2.145813172238558, 'Tennis Court'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Caleta de Sants', 41.373525041164264, 2.1451566666753403, 'Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Strip Club Barcelona', 41.36183658508655, 2.1414488554000854, 'Transportation Service'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'ArteSants', 41.375029016942, 2.1389970763848605, 'Beer Bar'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Petit Pau', 41.37626588093834, 2.1404964663880426, 'Mediterranean Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Kop de Mà', 41.37569476884018, 2.138392898824387, 'Tapas Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Vermut i a la Gàbia', 41.37604631612766, 2.138693127086407, 'Wine Bar'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Jardins de la Rambla de Sants', 41.37406926078353, 2.134217619895935, 'Park'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Tapaspuma', 41.371865963593876, 2.1449312951389197, 'Spanish Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Can Violí', 41.373945, 2.137244, 'Mediterranean Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Bodega La General', 41.376839158487606, 2.1350003827040394, 'Wine Bar'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Putxinel·lis', 41.37627705962282, 2.1374639820164196, 'Italian Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Pastisseria Kessler Galimany', 41.375261, 2.138, 'Pie Shop'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, "Plaça d'Osca", 41.376053031680435, 2.1387269240296023, 'Pedestrian Plaza'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Tagliatella', 41.36648965920274, 2.1368404620819588, 'Italian Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Lute Bar & Bowls', 41.37437125475213, 2.1333603728042454, 'Bar'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Taverna La Parra', 41.3750436629029, 2.1408656256093077, 'Mediterranean Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Plaça de Sants', 41.37568145935119, 2.135413885116577, 'Plaza'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Zero 20', 41.36895, 2.1459696, 'Taco Place'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Questory', 41.376103875172156, 2.133724756526442, 'Arcade'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Timesburg', 41.37463805689387, 2.142615283049543, 'Burger Joint'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Cocina de Graciela', 41.37138089748219, 2.1271227200783285, 'Mexican Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Tere Gastro Bar', 41.37651, 2.1383877, 'Gastropub'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Fenicia', 41.37667224335924, 2.136752960098682, 'Middle Eastern Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Flying Tiger Copenhagen', 41.3755545914871, 2.1340904613183835, 'Gift Shop'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Kimchi Mama', 41.375862, 2.1433277, 'Asian Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Casa Del Chocolate', 41.3688613813653, 2.1476299399109107, 'Candy Store'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Llet Crua', 41.375080541559036, 2.1330487311783397, 'Cheese Shop'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Mitja Galta', 41.36838831108805, 2.1318050103521036, 'Tapas Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Farggi Cafe', 41.37596085920347, 2.1359015314318066, 'Ice Cream Shop'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Pecat', 41.3660771028811, 2.1280231251961585, 'Spanish Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Paradeta', 41.3765980740677, 2.1383149713365617, 'Seafood Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Poble Espanyol (Pueblo Español)', 41.368806442514625, 2.147923707962036, 'Historic Site'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Pinza', 41.36812756523776, 2.1304645862996794, 'Park'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Climbat Foixarda', 41.366454761252, 2.1483424499687676, 'Gym / Fitness Center'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Pizzerias Carlos', 41.36711301839353, 2.1339932516883957, 'Pizza Place'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Ugarit', 41.377169279882835, 2.137445998617477, 'Middle Eastern Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Cafè de la Plaça', 41.36367636640907, 2.1280937081827234, 'Café'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Foixarda', 41.365944143497195, 2.1465040297994005, 'Rock Climbing Spot'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Estadi Joan Serrahima', 41.365632608070065, 2.14442265447714, 'Track Stadium'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Plaza Mayor', 41.36871001232493, 2.14703807093815, 'Plaza'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'La Bodegueta de Cal Pep', 41.37377596464733, 2.1323718328933725, 'Tapas Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Sakuraya', 41.36507080906082, 2.1307636438869904, 'Japanese Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Mercadona', 41.36821, 2.1397638, 'Supermarket'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Bao Bao', 41.37648031911556, 2.138283265218502, 'Vietnamese Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Eccola', 41.36809051036835, 2.130993604660034, 'Pizza Place'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Homo Sibaris', 41.376067314316444, 2.1387967343647376, 'Brewery'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Input', 41.368678443945335, 2.148805022273562, 'Nightclub'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Ayre Hotel Gran Via Barcelona', 41.37326216151984, 2.14728714786776, 'Hotel'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Bodega Amposta', 41.37184235304051, 2.147343321323696, 'Tapas Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Restaurante Maxi', 41.360499124539565, 2.1343707205960527, 'Spanish Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Bar Restaurante Mosaic', 41.365721963251296, 2.1297950280839717, 'Greek Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, "Institut Nacional d'Educació Física de Catalunya (INEFC)", 41.36495105885715, 2.147386485311698, 'General College & University'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, "Devil's Kitchen", 41.373609, 2.145292, 'German Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Mercat de Santa Eulàlia', 41.36571135510525, 2.1273244992203524, 'Market'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'El Tablao de Carmen', 41.3688765444084, 2.148981331352708, 'Performing Arts Venue'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, "Parc de l'Alhambra", 41.362939456116024, 2.1304502037204878, 'Park'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Cafeterapia', 41.37545155546988, 2.133416293827395, 'Café'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Tic Tac Escape Room', 41.37357534209489, 2.128513391835025, 'Escape Room'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, '365 cafè', 41.36324787266142, 2.139668584322667, 'Café'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Frankfurt Plaça', 41.3658016327231, 2.13534382697202, 'Burger Joint'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Restaurante Carmen', 41.378115011, 2.137248452, 'Spanish Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Acquit Ibèrics i Cafè', 41.36326320999944, 2.134166769890106, 'Spanish Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Niu Llar', 41.375614374633955, 2.132554548382393, 'Mediterranean Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Cru-Sants', 41.37241810327361, 2.128565912685192, 'Coffee Shop'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Centre Esportiu Municipal Espanya Industrial', 41.37708533479356, 2.1420017886511467, 'Athletics & Sports'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Abrelatas Selection Gourmet', 41.36875323011846, 2.1470247271204683, 'Gastropub'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Frankfurt Creu Coberta', 41.37524614333778, 2.145763775331104, 'Hot Dog Joint'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Sertext Samarretes Publicitàries', 41.372565713751165, 2.148374319076538, 'Clothing Store'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'El Calaix', 41.373498, 2.133454, 'Arts & Crafts Store'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Pablo Espaniola Tapes', 41.36876121055767, 2.1479970179997676, 'Spanish Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Restaurant La Font de Prades', 41.36897987690437, 2.149293396448073, 'Mediterranean Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Wala', 41.361432351637525, 2.138118197608613, 'Sporting Goods Shop'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Txalaparta', 41.375494225683966, 2.1336311782657154, 'Tapas Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Blanc Degustació', 41.36789996758081, 2.1302603761465724, 'Cafeteria'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'ApartHotel - BCN Montjuic', 41.37023813056198, 2.1439064140104214, 'Hotel'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Eurostars Lex Hotel', 41.36549660427096, 2.1305712064933338, 'Hotel'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Restaurante Botapinfota', 41.36295212157296, 2.134418182759304, 'Latin American Restaurant'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Lidl', 41.374080442127074, 2.1304972263146458, 'Supermarket'), ('La Bordeta (Barcelona)', 41.3691417, 2.1373733, 'Mybedbcn Hostel', 41.37172665117751, 2.1466326536051534, 'Hostel')], [("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Tatin Bistró', 41.404164364254484, 2.167833841111183, 'Bistro'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Bodega Can Ros', 41.405038, 2.164164, 'Tapas Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Hotel Barcelona 1882', 41.404143, 2.169769, 'Hotel'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Ramona', 41.40246571460726, 2.1678458455659753, 'Tapas Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Swing Maniacs', 41.40463713002184, 2.164886129591496, 'Dance Studio'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Bocca di Bonifacio', 41.4054365537387, 2.1709826588630676, 'Burger Joint'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Cinemes Texas', 41.402056664756905, 2.1636602282524104, 'Indie Movie Theater'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Microteatre Barcelona', 41.40157761245547, 2.1645772291472607, 'Indie Theater'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Les Mil i Una Nits', 41.403244, 2.17073, 'Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Wakasa', 41.403191361374866, 2.16892272233963, 'Japanese Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'The Venue Steakhouse', 41.40245300607545, 2.169220447540283, 'Steakhouse'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Thai Tuk Tuk', 41.406643, 2.168634, 'Thai Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Jazzman', 41.401456934285676, 2.1692079517393745, 'Jazz Club'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'A Veiga', 41.407623, 2.1675448, 'Mediterranean Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Club Metropolitan', 41.401684095174744, 2.1711457618347527, 'Gym'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Un Capítol de Viêtnam', 41.40228803181014, 2.1705159544944763, 'Vietnamese Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Can Kenji', 41.400340499072655, 2.1663397550582886, 'Japanese Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Ugarit Gracia', 41.405115462421826, 2.161337192835134, 'Middle Eastern Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Casa Ametller', 41.407768679185295, 2.163592765246802, 'Farmers Market'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Ayre Hotel Rosellon', 41.40474296689518, 2.1727722101067393, 'Hotel'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Vermuteria del Tano', 41.40474851916155, 2.160860002040863, 'Tapas Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Origo', 41.400517, 2.163144, 'Bakery'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Hispanos Siete Suiza Apartments Barcelona', 41.403070987798515, 2.171197889525794, 'Hotel'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Yeah Hostel Barcelona', 41.40000130759602, 2.1644007482802126, 'Hostel'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Cal Boter', 41.402150511, 2.162332909, 'Spanish Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Bodega E. Marín', 41.402518757318724, 2.1609061808469616, 'Wine Bar'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Cripta de la Sagrada Família', 41.40316982344775, 2.173978581237114, 'Historic Site'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Quinoa Bar Vegetarià', 41.40275, 2.160025, 'Vegetarian / Vegan Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Claror', 41.40450315846906, 2.171470928296912, 'Gym'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Can Pizza', 41.40461087104725, 2.173412310985441, 'Pizza Place'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Kaguya-Hime', 41.40280078411779, 2.162686306939959, 'Sushi Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'AIUEnO', 41.40018155529187, 2.16668039560318, 'Japanese Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Cava Cakery', 41.39966448232841, 2.1687430143356323, 'Cupcake Shop'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Museu Basilica de la Sagrada Familia', 41.403045421874346, 2.174074357405862, 'Museum'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Phenomena', 41.409134, 2.1717253, 'Indie Movie Theater'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Plaça de la Sagrada Família (Plaza de la Sagrada Familia)', 41.40265419363708, 2.1731632947921753, 'Plaza'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Sartoria Panatieri', 41.40665, 2.1603665, 'Pizza Place'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Rabipelao Gràcia (Le Rabipelè)', 41.40382131282424, 2.159717009203901, 'Venezuelan Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Torres Naixement', 41.40387913476936, 2.174680416783174, 'Historic Site'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Paradeta', 41.40451632252556, 2.17338123872448, 'Seafood Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Michael Collins', 41.4019706430214, 2.172379217554143, 'Irish Pub'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'The Escape Hunt Experience Barcelona', 41.40212626325423, 2.170384038019203, 'Escape Room'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Room 28', 41.3999481411208, 2.161627151800562, 'Salon / Barbershop'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Les Tres a la Cuina', 41.405248990614645, 2.1598528820575145, 'Vegetarian / Vegan Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, "Plaça d'en Joanic (Plaza del Joanic)", 41.405930109258975, 2.1629762343225787, 'Plaza'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Skybar Ayre Hotel Rosellon', 41.40465787215633, 2.172971469251211, 'Hotel Bar'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, "L'Ombú", 41.408586008774456, 2.1662166196151897, 'Spanish Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Bar Amistat', 41.40300042279303, 2.1592665355819434, 'Bar'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Palau Macaya (Palacio Macaya)', 41.39977793073186, 2.1692067864322286, 'Science Museum'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Trocadero', 41.40496714379954, 2.173619688553489, 'Vegetarian / Vegan Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Gor&fla', 41.40162410675204, 2.170470356941223, 'Dessert Shop'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Syra Coffee', 41.40148729710933, 2.159537672996521, 'Coffee Shop'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Fargo Café', 41.404998, 2.173951, 'Coffee Shop'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Taverna El Glop', 41.404862156174694, 2.1595494341101467, 'Mediterranean Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Brotzeit', 41.402093, 2.159988, 'Bakery'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Five Guys', 41.404028416713246, 2.173499344944048, 'Burger Joint'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Passeig de Sant Joan', 41.398695100065794, 2.169990923896971, 'Road'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Veg World India', 41.4046963412631, 2.1607326032120175, 'Vegetarian / Vegan Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Beerivins', 41.4076400260103, 2.1739242642070167, 'Brewery'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'BRO Room', 41.40701779857533, 2.173568308353424, 'Sandwich Place'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Plaça de Gaudí', 41.40442461732096, 2.175571918487549, 'Plaza'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Singular', 41.403849, 2.172488, 'Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Messié Pizza 100% Sense Gluten', 41.401006012898016, 2.1596547365077345, 'Pizza Place'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Family Beer', 41.40606758802434, 2.159560849555693, 'Brewery'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Selva', 41.40865037990113, 2.1733167192855243, 'Steakhouse'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Elephanta', 41.40468637079748, 2.1586115578632286, 'Cocktail Bar'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Bicioci', 41.39990720526537, 2.1619101571145074, 'Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Catrina', 41.40801604180899, 2.1593445005119385, 'Mexican Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Sant Jordi Hostel Gracia', 41.40324985662141, 2.158386372433982, 'Hostel'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Cinemes Girona', 41.399356587826375, 2.1642078238667057, 'Movie Theater'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'El Felino', 41.40497915235051, 2.173599368379655, 'Italian Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Bodega Casas', 41.40842251035509, 2.159848362154644, 'Bar'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Mas Pastissers i Xocolaters', 41.400070681473245, 2.164029067570219, 'Bakery'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Goliard', 41.39983702362974, 2.160660400447966, 'Mediterranean Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Oporto restaurante', 41.402072055708935, 2.175287148402276, 'Portuguese Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Verdi Park', 41.40439643936218, 2.15773639658366, 'Indie Movie Theater'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Sagrades Tannines', 41.404537133514054, 2.173498774503898, 'Wine Bar'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, "Sil's Cakes", 41.40022088676051, 2.159582110973749, 'Dessert Shop'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Vesping', 41.404805357303566, 2.1758117744838112, 'General Travel'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Teòric', 41.397867, 2.169303, 'Mediterranean Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Jugar × Jugar', 41.40711596524914, 2.1743722057220465, 'Toy / Game Store'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Lo Pinyol', 41.39859751262284, 2.161147631886733, 'Wine Bar'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Mercadona', 41.40866594252549, 2.1722222021744164, 'Supermarket'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Chök', 41.405201333329366, 2.1572311348076547, 'Donut Shop'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'El Tiet Taver Teca', 41.39937216325022, 2.1633762359488173, 'Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Ibis Styles Barcelona Centro - La Pedrera', 41.39778466551872, 2.165628889683443, 'Hotel'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Ferrum', 41.40003870675214, 2.164456844329834, 'Mediterranean Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Barna Art', 41.39972217269628, 2.165906403759697, 'Arts & Crafts Store'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Rovira', 41.407507, 2.158137, 'Brewery'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Lola', 41.40642823614318, 2.1620722266015946, 'Diner'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Teatreneu', 41.403216161169496, 2.1585241795866947, 'Theater'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Gatamala', 41.40792, 2.157674, 'Tapas Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Bateau Lune', 41.40484556186376, 2.157259474500904, 'Toy / Game Store'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Cafe Yafa', 41.39976910442733, 2.1642744541168213, 'Falafel Restaurant'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Viblioteca', 41.402957375096335, 2.1571090840161458, 'Wine Bar'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'IL FORNO', 41.40741934007032, 2.172907358617522, 'Pastry Shop'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Plaça de la Virreina', 41.40490008305463, 2.157363109341037, 'Plaza'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'Ancestral', 41.397673, 2.165394, 'Bar'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Jijonenca', 41.406716064921824, 2.174364062686236, 'Ice Cream Shop'), ("Camp d'en Grassot i Gràcia Nova", 41.4045889, 2.1667806, 'La Xula Tapería', 41.40236228461013, 2.1585650588526097, 'Tapas Restaurant')], [("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'El Ruedo', 41.41092143698526, 2.1809910659276444, 'South American Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Queimada Nivell Q', 41.40947013988498, 2.1811405380244255, 'Gaming Cafe'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Enigmik Room Escape Barcelona', 41.410182414225, 2.179583972332334, 'Escape Room'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'SienTe', 41.410618246595064, 2.1828541060899584, 'Tea Room'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, "D'Clot", 41.40961892296398, 2.1842461824417114, 'Café'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Mendieta Pastelería Argentina', 41.408348240916425, 2.1818826468348247, 'Pastry Shop'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Bonpreu', 41.40892541331649, 2.181756236865265, 'Supermarket'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Miseria e Nobiltà', 41.414124, 2.184156, 'Italian Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Il Piccolo Focone', 41.409018133905604, 2.1795097319180865, 'Italian Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Forn Elias', 41.41222921025218, 2.1806498893900965, 'Bakery'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'He Cheng', 41.40793550198195, 2.1845040420921884, 'Chinese Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Restaurante El Clot', 41.40873340990243, 2.1870943921895982, 'Mediterranean Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Sant Jordi Hostel Sagrada Familia', 41.40991943027418, 2.179260940656686, 'Hostel'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Forn Colón', 41.41060798772909, 2.185011246582506, 'Café'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Pizza Qué?', 41.41150970564624, 2.1815317761688333, 'Pizza Place'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'La Clotenca', 41.40773101591848, 2.1880484283428814, 'Comfort Food Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'La Llama', 41.41400152291524, 2.1842206429318667, 'Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Goiko Grill', 41.410305, 2.180179, 'Burger Joint'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Frankfurt Rogent', 41.409047609903766, 2.1853995323181152, 'Hot Dog Joint'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Muntanya Doner Kebab', 41.412383372695444, 2.1838305818753363, 'Middle Eastern Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'El Rovell del Clot', 41.410987471321896, 2.182383559253124, 'Mediterranean Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'El Taller Bar Cultural', 41.40862834493564, 2.1882545975081813, 'Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Dolsotbap', 41.4090576171875, 2.1887378692626953, 'Korean Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Tutu Vietnamese Cuisine', 41.407116, 2.187755, 'Vietnamese Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Duet Fit Sagrada Familia', 41.40729188190754, 2.180954007576255, 'Gym / Fitness Center'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Sant Pau Recinte Modernista (Recinto Modernista de Sant Pau)', 41.411352100755295, 2.174380101315422, 'Historic Site'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Forn de la Cantonada', 41.4112162, 2.1768704, 'Bakery'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'La Revolta', 41.408198, 2.18961, 'Tapas Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Paprika Gourmet', 41.405756426982244, 2.1795469522476196, 'Deli / Bodega'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'La Cerveseria Clandestina', 41.40873479374284, 2.1751684605715127, 'Bar'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'El Rincón de la Abuela Venezolana', 41.405756668447005, 2.1786637543846155, 'Latin American Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Tactic', 41.40736763602702, 2.1771747204535616, 'Theme Park Ride / Attraction'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'El Tall Iberic', 41.41178082860658, 2.188741755383084, 'Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, "L'Olivera", 41.40599690587361, 2.189159805743846, 'Spanish Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Enrique Tomás - Rogent, 19', 41.408947420447994, 2.1851516608882045, 'Spanish Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'BeerStore', 41.40675550407283, 2.1773894497513973, 'Beer Store'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Pizza Luna', 41.41145872732675, 2.1850278618197545, 'Pizza Place'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Belle e Buòn', 41.41134892482882, 2.1733778715133667, 'Italian Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Restaurant Basilea', 41.41503690736926, 2.1793564797168212, 'Swiss Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'PowerGym Barcelona', 41.40666545774701, 2.184243476533711, 'Gym / Fitness Center'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Happy People Sagrada Familia', 41.41263597557632, 2.180591865023263, 'Hotel'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Pivo Bar', 41.40734062127628, 2.178101724530279, 'Beer Bar'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Parc del Clot', 41.407860711077916, 2.1903991699218746, 'Park'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Puiggròs', 41.41020708339874, 2.1742795565873223, 'Bakery'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Motocard - València', 41.40575575279594, 2.1806894282305738, 'Motorcycle Shop'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Kailash Restaurante Tibetano', 41.41145764500947, 2.180172471636698, 'Asian Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Mercat Sagrada Família', 41.405624665501136, 2.176910812659499, 'Market'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Beerivins', 41.4076400260103, 2.1739242642070167, 'Brewery'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'La Selva', 41.40865037990113, 2.1733167192855243, 'Steakhouse'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Beering Barcelona', 41.41804618186833, 2.183245940063886, 'Brewery'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Bailongu', 41.404443883478706, 2.1778049719125327, 'Dance Studio'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Cosmic Comics', 41.40721010029208, 2.177585801528039, 'Bookstore'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Jugar × Jugar', 41.40711596524914, 2.1743722057220465, 'Toy / Game Store'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Vesping', 41.404805357303566, 2.1758117744838112, 'General Travel'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Phenomena', 41.409134, 2.1717253, 'Indie Movie Theater'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'El Cafetó', 41.414538, 2.181093, 'Bakery'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Plaça de Gaudí', 41.40442461732096, 2.175571918487549, 'Plaza'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Celler Miquel', 41.40989488145117, 2.1736795127981168, 'Brewery'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Ottantotto', 41.404676, 2.177477, 'Italian Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Marlen - Tastets', 41.408859128943675, 2.1886026519718262, 'Tapas Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Barcelona Urbany', 41.40683383153017, 2.1866513231717843, 'Hostel'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'BRO Room', 41.40701779857533, 2.173568308353424, 'Sandwich Place'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'El Piso', 41.411031, 2.174119, 'French Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Camelia Art Café', 41.406515, 2.17612, 'Breakfast Spot'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'A Cañota', 41.415404849603675, 2.1819794463958675, 'Spanish Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Bella Istanbul', 41.41002698195637, 2.175037119487612, 'Turkish Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'La Jijonenca', 41.406716064921824, 2.174364062686236, 'Ice Cream Shop'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'El Celler Del Vermut', 41.40310082779759, 2.1782273054122925, 'Wine Bar'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Ca la Paqui', 41.408702958830474, 2.192697045184104, 'Wine Shop'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Ametller Origen', 41.40497927622864, 2.1782974055644737, 'Big Box Store'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'UNIQLO ユニクロ', 41.40512073022586, 2.191340825819008, 'Clothing Store'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Duet Fit', 41.40458074210619, 2.191114185036265, 'Gym / Fitness Center'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Restaurant Al Magribia', 41.408357, 2.186343, 'Moroccan Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Frank-Burg', 41.40360461538265, 2.180306822028797, 'Burger Joint'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Arroseria Gaudí', 41.4082775061535, 2.1743912828354133, 'Spanish Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'La Cucina Di Pulcinella', 41.41666729087883, 2.1746120322437874, 'Italian Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'La Bodega de Barri', 41.404799, 2.176382, 'Wine Bar'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Cheese and Cake', 41.40409, 2.177046, 'Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, '9 vintage', 41.413913191701056, 2.179895936681417, 'BBQ Joint'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Mercadona', 41.40866594252549, 2.1722222021744164, 'Supermarket'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Óptica Universitaria', 41.41338869695503, 2.1771580325108215, 'Pharmacy'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Uniko', 41.403846, 2.181745, 'Chinese Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Fargo Café', 41.404998, 2.173951, 'Coffee Shop'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Colombia Pan y Sabor', 41.4027823062514, 2.1783649323648135, 'Bakery'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Il Capriccio Napoletano', 41.41437430572788, 2.1878980100154877, 'Italian Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Casa De Cuenca', 41.4144350293623, 2.185404263155377, 'Spanish Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Mercat del Clot', 41.407915242869805, 2.1886422344056675, 'Farmers Market'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Seoul', 41.41050034170867, 2.174406907491677, 'Korean Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, "L'Actiu Restaurant", 41.40683769593239, 2.1917988724250845, 'Mediterranean Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Naranjito', 41.41122117991593, 2.1901234127243696, 'Cocktail Bar'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, "Posa't Wapa Compagnia della Bellezza", 41.41180522809873, 2.1712577225991416, 'Salon / Barbershop'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'SandwiChez', 41.40549501621904, 2.1776533126831055, 'Sandwich Place'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'IL FORNO', 41.40741934007032, 2.172907358617522, 'Pastry Shop'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Farina & Sons', 41.40790496871146, 2.1740667166159255, 'Bakery'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, "Paradis D'or", 41.41154777262765, 2.1784369219973194, 'Chinese Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Els Miralls', 41.410813836149764, 2.179487943649292, 'Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Els Tres Porquets', 41.40736761625498, 2.1929845559382652, 'Mediterranean Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Restaurante Azul', 41.411190516, 2.178738779, 'Restaurant'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Bodega Fermín', 41.41445878907642, 2.1804803609848022, 'Wine Bar'), ("El Camp de l'Arpa del Clot", 41.4107542, 2.1828156, 'Café Parc Belmont', 41.403458, 2.178136, 'Mediterranean Restaurant')], [('Can Baró', 41.4160925, 2.1624018, 'Búnkers del Carmel', 41.419227577082644, 2.1616922996973793, 'Historic Site'), ('Can Baró', 41.4160925, 2.1624018, 'Turó de la Rovira', 41.41926908763251, 2.1617108779270393, 'Scenic Lookout'), ('Can Baró', 41.4160925, 2.1624018, 'Comida De Olla', 41.41222165288682, 2.1642786300435666, 'Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Delicias', 41.41826209864882, 2.15744787760502, 'Spanish Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Terra Mia', 41.416161463459254, 2.157615339452506, 'Italian Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Club Natació Catalunya - Cem Can Toda', 41.415562225356936, 2.157526778817638, 'Pool'), ('Can Baró', 41.4160925, 2.1624018, 'El Mirador', 41.417081, 2.1587236499999998, 'Spanish Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Tibet', 41.415849251604904, 2.157983576517099, 'Spanish Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Parc de les Aigües', 41.413096245209786, 2.165039234733435, 'Park'), ('Can Baró', 41.4160925, 2.1624018, 'Formentor - Pastisseria mallorquina', 41.41134096831303, 2.1595064986528953, 'Dessert Shop'), ('Can Baró', 41.4160925, 2.1624018, 'CE Europa', 41.41191074011051, 2.1614570851064387, 'Soccer Field'), ('Can Baró', 41.4160925, 2.1624018, 'Parc del Guinardó', 41.419327337949824, 2.1712193342358352, 'Park'), ('Can Baró', 41.4160925, 2.1624018, 'Muntanya Pelada', 41.41827544063098, 2.153213675012205, 'Mountain'), ('Can Baró', 41.4160925, 2.1624018, 'Park Güell (Parque Güell)', 41.41437832874697, 2.152386903762817, 'Park'), ('Can Baró', 41.4160925, 2.1624018, "Mercat de l'Estrella", 41.40997485189162, 2.1640942738256337, 'Farmers Market'), ('Can Baró', 41.4160925, 2.1624018, 'Bodega Casas', 41.40842251035509, 2.159848362154644, 'Bar'), ('Can Baró', 41.4160925, 2.1624018, 'La Panxa del Bisbe', 41.409488901550056, 2.1570517487104137, 'Gastropub'), ('Can Baró', 41.4160925, 2.1624018, 'La Catrina', 41.40801604180899, 2.1593445005119385, 'Mexican Restaurant'), ('Can Baró', 41.4160925, 2.1624018, "Plaça d'Alfons X (Plaza de Alfonso X)", 41.41206524407826, 2.166363470318606, 'Plaza'), ('Can Baró', 41.4160925, 2.1624018, 'Gatamala', 41.40792, 2.157674, 'Tapas Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Basilicata', 41.410856843073574, 2.166198510015344, 'Latin American Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Undulating Bench', 41.41398338913169, 2.1527030711440625, 'Park'), ('Can Baró', 41.4160925, 2.1624018, 'Club de Tennis La Salut', 41.41266104384229, 2.1580108831838154, 'Tennis Court'), ('Can Baró', 41.4160925, 2.1624018, 'Casa Ametller', 41.407768679185295, 2.163592765246802, 'Farmers Market'), ('Can Baró', 41.4160925, 2.1624018, 'Plaça del Nen de la Rutlla', 41.41861544883394, 2.1719050425968125, 'Playground'), ('Can Baró', 41.4160925, 2.1624018, 'Casa Museu Gaudí', 41.41443073772546, 2.1535874669641806, 'Museum'), ('Can Baró', 41.4160925, 2.1624018, "Posa't Wapa Compagnia della Bellezza", 41.41180522809873, 2.1712577225991416, 'Salon / Barbershop'), ('Can Baró', 41.4160925, 2.1624018, 'DiR Castillejos', 41.41243230603128, 2.1707129014622475, 'Gym'), ('Can Baró', 41.4160925, 2.1624018, 'Orxateria Sirvent', 41.408342682836015, 2.1603413704596584, 'Ice Cream Shop'), ('Can Baró', 41.4160925, 2.1624018, 'Mirador El Virolai', 41.41640007657834, 2.1529734440000543, 'Scenic Lookout'), ('Can Baró', 41.4160925, 2.1624018, 'Restaurante La Salut', 41.410504959949556, 2.155179616258204, 'Restaurant'), ('Can Baró', 41.4160925, 2.1624018, "Jardins d'Àustria", 41.414081000947, 2.1531228685987043, 'Botanical Garden'), ('Can Baró', 41.4160925, 2.1624018, 'Sant Honorat', 41.414851796117034, 2.1657213392344143, 'Café'), ('Can Baró', 41.4160925, 2.1624018, 'Sala Beckett', 41.40916293412845, 2.160559627774589, 'Theater'), ('Can Baró', 41.4160925, 2.1624018, 'Labarreta', 41.41002472949708, 2.1642233967111113, 'Café'), ('Can Baró', 41.4160925, 2.1624018, "L'Ombú", 41.408586008774456, 2.1662166196151897, 'Spanish Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Mirador de Joan Sales', 41.416306258339915, 2.153015150565127, 'Scenic Lookout'), ('Can Baró', 41.4160925, 2.1624018, 'Pastisseria Lliso Lis', 41.41436469075364, 2.1628205281807333, 'Dessert Shop'), ('Can Baró', 41.4160925, 2.1624018, 'Xiringuito Aigua', 41.409805876536105, 2.168379219427539, 'Beer Garden'), ('Can Baró', 41.4160925, 2.1624018, 'San Kil', 41.407876225962134, 2.160079275716063, 'Korean Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Jardins del Príncep de Girona', 41.41001005762528, 2.1693860000408667, 'Park'), ('Can Baró', 41.4160925, 2.1624018, 'Zona Monumental', 41.41372408797401, 2.1529244408569057, 'Art Museum'), ('Can Baró', 41.4160925, 2.1624018, 'Bar Casi', 41.409063578997, 2.15592601214557, 'Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Complex Esportiu Municipal del Guinardó', 41.416775123793236, 2.173694372177124, 'Athletics & Sports'), ('Can Baró', 41.4160925, 2.1624018, 'BAR LIPS BCN', 41.41962076874311, 2.172755273229874, 'Bar'), ('Can Baró', 41.4160925, 2.1624018, 'Gaudí Experiència', 41.41246053606746, 2.153771996693168, 'Museum'), ('Can Baró', 41.4160925, 2.1624018, 'Atabalats', 41.408752, 2.1605089, 'Burger Joint'), ('Can Baró', 41.4160925, 2.1624018, 'Laie Park Güell', 41.413464, 2.1526532, 'Bookstore'), ('Can Baró', 41.4160925, 2.1624018, 'Totoro', 41.409112, 2.163038, 'Japanese Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Bodega Manolo', 41.40807146592074, 2.1582888248132894, 'Mediterranean Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Soco', 41.40821627702234, 2.163768074120376, 'Bar'), ('Can Baró', 41.4160925, 2.1624018, 'El Rey Del Jamon', 41.41004303379142, 2.169827778170913, 'Tapas Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Cal Fruitós', 41.40752876542814, 2.163667060718337, 'Fruit & Vegetable Store'), ('Can Baró', 41.4160925, 2.1624018, 'Hai Tian', 41.41499954138079, 2.164602668744113, 'Chinese Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'La Bodegueta de Gràcia', 41.40730205645417, 2.1630633563654555, 'Bar'), ('Can Baró', 41.4160925, 2.1624018, 'Dolce Pizza & Los Veganos', 41.407216675356565, 2.163437514827742, 'Vegetarian / Vegan Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Don Teo!', 41.407845, 2.1606603, 'Sandwich Place'), ('Can Baró', 41.4160925, 2.1624018, 'El Mirador', 41.41707909646547, 2.1587352563643667, 'Tapas Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Plaça Salvador Allende', 41.417275409450944, 2.1525357009214163, 'Park'), ('Can Baró', 41.4160925, 2.1624018, 'Montserrat del Roc', 41.41040393203711, 2.158430537357344, 'Bakery'), ('Can Baró', 41.4160925, 2.1624018, 'Plaça De La Font Castellana', 41.41642448105035, 2.1620319503136898, 'Plaza'), ('Can Baró', 41.4160925, 2.1624018, 'Ginés', 41.411490359130035, 2.1717092527535504, 'Seafood Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'la Sirena', 41.414745213984176, 2.1636190833632036, 'Grocery Store'), ('Can Baró', 41.4160925, 2.1624018, 'Parc del Carmel', 41.41783367392838, 2.156259963094102, 'Plaza'), ('Can Baró', 41.4160925, 2.1624018, 'Marisquería A Estrela Galega', 41.410553, 2.171362, 'Spanish Restaurant'), ('Can Baró', 41.4160925, 2.1624018, '117 Inch Bar', 41.408341508299706, 2.1601492166519165, 'Bar'), ('Can Baró', 41.4160925, 2.1624018, 'Tomy Tapas', 41.41910884374684, 2.17234976702348, 'Tapas Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Restaurante Galaica', 41.4156273300955, 2.1680998230470907, 'Breakfast Spot'), ('Can Baró', 41.4160925, 2.1624018, 'Consum Basic', 41.414001722850664, 2.161653974519329, 'Grocery Store'), ('Can Baró', 41.4160925, 2.1624018, 'Ta-Tung', 41.412851477028326, 2.1590838162153245, 'Cambodian Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Jazzpetit', 41.409538176003245, 2.1662740527845155, 'Jazz Club'), ('Can Baró', 41.4160925, 2.1624018, 'Cafès Caracas', 41.410193560535305, 2.1642097883751683, 'Café'), ('Can Baró', 41.4160925, 2.1624018, 'Disco 100', 41.4074261, 2.1610892, 'Record Shop'), ('Can Baró', 41.4160925, 2.1624018, 'Caprabo', 41.407549046273665, 2.1617572505421387, 'Supermarket'), ('Can Baró', 41.4160925, 2.1624018, 'la Sirena', 41.40771585231106, 2.1636488906730404, 'Grocery Store'), ('Can Baró', 41.4160925, 2.1624018, 'Dinamis', 41.41066110563664, 2.171840157964698, 'College Gym'), ('Can Baró', 41.4160925, 2.1624018, 'Hotel Bestprice Gaudi', 41.40977133940874, 2.1608672567763585, 'Hotel'), ('Can Baró', 41.4160925, 2.1624018, 'Subway', 41.4106303355104, 2.1562812739866786, 'Sandwich Place'), ('Can Baró', 41.4160925, 2.1624018, 'Desgraciats', 41.408753986658674, 2.1607705366158636, 'Mediterranean Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Bracafé', 41.41068986230852, 2.1566720893476607, 'Coffee Shop'), ('Can Baró', 41.4160925, 2.1624018, 'Consum Basic', 41.40891338324915, 2.1599005769625363, 'Grocery Store'), ('Can Baró', 41.4160925, 2.1624018, 'Vivari', 41.410465, 2.164169, 'Bakery'), ('Can Baró', 41.4160925, 2.1624018, 'Consum Basic', 41.41203584076155, 2.167654397704851, 'Grocery Store'), ('Can Baró', 41.4160925, 2.1624018, 'Eurofitness Horta', 41.42376742758202, 2.1585032571102976, 'Gym'), ('Can Baró', 41.4160925, 2.1624018, 'Gym Guinardó', 41.41679209527604, 2.173619270324707, 'Gym'), ('Can Baró', 41.4160925, 2.1624018, 'Bar Rest. Balouta-4', 41.411557, 2.165644, 'Tapas Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Estadi Nou Sardenya', 41.41187677563472, 2.161469750349153, 'Soccer Stadium'), ('Can Baró', 41.4160925, 2.1624018, 'Holmes Place', 41.41145524776671, 2.162834171846135, 'Gym'), ('Can Baró', 41.4160925, 2.1624018, 'F.C Martinenc', 41.4164977863676, 2.172903654469617, 'Gym'), ('Can Baró', 41.4160925, 2.1624018, 'Mistral', 41.41244340359003, 2.1597120993481207, 'Bar'), ('Can Baró', 41.4160925, 2.1624018, 'Forn Cafeteria Miralles', 41.40868148410406, 2.1640545129776, 'Bakery'), ('Can Baró', 41.4160925, 2.1624018, 'Singlot', 41.40764589598646, 2.161130859194896, 'Bar'), ('Can Baró', 41.4160925, 2.1624018, 'Ca La Iaia', 41.40873788174857, 2.1605531662428215, 'Mediterranean Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Mercadona', 41.412769608700074, 2.1703723195897764, 'Supermarket'), ('Can Baró', 41.4160925, 2.1624018, 'Bar Teatre', 41.40978348519465, 2.169743238184742, 'Café'), ('Can Baró', 41.4160925, 2.1624018, "Jardí de l'Àpat", 41.41486924694879, 2.159369087874072, 'Spanish Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Bar del Parc Güell', 41.413518292257706, 2.1529340024554866, 'Bar'), ('Can Baró', 41.4160925, 2.1624018, 'Bar Piranya', 41.41255987005096, 2.1539332295148115, 'Paella Restaurant'), ('Can Baró', 41.4160925, 2.1624018, 'Pollos Juani', 41.41468805776552, 2.164026892512829, 'Fried Chicken Joint'), ('Can Baró', 41.4160925, 2.1624018, 'COFFEE PARK STORE', 41.41308486166626, 2.1530447982264165, 'Gift Shop')], [('Can Peguera', 41.4348568, 2.1657848, 'Don Bratwurst', 41.43167943175655, 2.1635399328364344, 'German Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Bodega Massana', 41.43033549330102, 2.162919091757809, 'Winery'), ('Can Peguera', 41.4348568, 2.1657848, 'Vinomio', 41.429931013773654, 2.1627363091613745, 'Tapas Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Unió Esportiva Horta', 41.43362167641615, 2.1607933074125, 'Sports Club'), ('Can Peguera', 41.4348568, 2.1657848, "Quimet d'Horta", 41.430683867904605, 2.1607638173828976, 'Sandwich Place'), ('Can Peguera', 41.4348568, 2.1657848, 'Lidl', 41.43885564646234, 2.1644916365485223, 'Food & Drink Shop'), ('Can Peguera', 41.4348568, 2.1657848, 'Garden House Hostel Barcelona', 41.435952699313084, 2.1612960950946714, 'Hostel'), ('Can Peguera', 41.4348568, 2.1657848, 'La Esquinica', 41.430406284350475, 2.171374667203863, 'Tapas Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Txetxu Taverna', 41.429891254509364, 2.1623352909738833, 'Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Casa Leto', 41.430619038120135, 2.16320529344937, 'Tapas Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Plaça Major de Nou Barris', 41.43650913763442, 2.171543489270139, 'Plaza'), ('Can Peguera', 41.4348568, 2.1657848, "La Bodegueta d'en Miquel", 41.43700392918835, 2.1741137147382217, 'Tapas Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, "Vitamínica d'Horta", 41.42878194967626, 2.162803476234664, 'Vegetarian / Vegan Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Es Bandoler', 41.43001161322934, 2.1623539187601257, 'Spanish Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, "Mercat d'Horta", 41.429512518321076, 2.159388758009914, 'Food & Drink Shop'), ('Can Peguera', 41.4348568, 2.1657848, 'Samba Brasil Horta', 41.42979738366964, 2.1620851627011706, 'Pub'), ('Can Peguera', 41.4348568, 2.1657848, 'Bar Restaurant La Columna', 41.42823413664493, 2.166449834862762, 'Spanish Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Escape Barcelona', 41.438487603954904, 2.167327883804756, 'Escape Room'), ('Can Peguera', 41.4348568, 2.1657848, 'Louise Se Va', 41.43083137879083, 2.160702774564575, 'Sandwich Place'), ('Can Peguera', 41.4348568, 2.1657848, 'Frankfurt Horta', 41.429273728629276, 2.162375255977516, 'Hot Dog Joint'), ('Can Peguera', 41.4348568, 2.1657848, "L'Eivissenca", 41.43041027864234, 2.1608892561460276, 'Ice Cream Shop'), ('Can Peguera', 41.4348568, 2.1657848, "Plaça d'Eivissa", 41.430257738933555, 2.160952417493719, 'Pedestrian Plaza'), ('Can Peguera', 41.4348568, 2.1657848, 'La Filomena', 41.43004596689304, 2.1636351215247513, 'Pub'), ('Can Peguera', 41.4348568, 2.1657848, 'Bonpreu', 41.43560462420501, 2.1604832680963137, 'Supermarket'), ('Can Peguera', 41.4348568, 2.1657848, "El Racó d'Horta", 41.43299593686785, 2.1608167846405313, 'Café'), ('Can Peguera', 41.4348568, 2.1657848, 'Woki', 41.430301666259766, 2.170598030090332, 'Asian Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Nick Spa & Sports Club', 41.42713667663212, 2.165790084564365, 'Gym / Fitness Center'), ('Can Peguera', 41.4348568, 2.1657848, 'La Botigueta del Bon Menjar', 41.4366028, 2.172807799999987, 'Diner'), ('Can Peguera', 41.4348568, 2.1657848, 'Parc Central de Nou Barris', 41.43767704682388, 2.1627316782515384, 'Park'), ('Can Peguera', 41.4348568, 2.1657848, 'Mercat de la Guineueta', 41.438623882549805, 2.1703589268529937, 'Grocery Store'), ('Can Peguera', 41.4348568, 2.1657848, 'Lomoteca El Bou', 41.42776680764795, 2.1697366087580523, 'Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Mercat de la Mercè', 41.43070364302849, 2.173574715031178, 'Farmers Market'), ('Can Peguera', 41.4348568, 2.1657848, 'Foment Hortenc', 41.430723628807506, 2.1597216109128277, 'Performing Arts Venue'), ('Can Peguera', 41.4348568, 2.1657848, 'Complex Esportiu Horta', 41.4335113027736, 2.1602074696429723, 'Gym / Fitness Center'), ('Can Peguera', 41.4348568, 2.1657848, 'Restaurante Alvar', 41.428833333, 2.160433888, 'Mediterranean Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Granier', 41.428473086318, 2.1632170199883816, 'Coffee Shop'), ('Can Peguera', 41.4348568, 2.1657848, 'Il Trastevere', 41.42906443208985, 2.1620451819689097, 'Italian Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Frankfurt Julia', 41.43012482365685, 2.1609413328018285, 'Tapas Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, "Parc de les Rieres d'Horta", 41.43100393692278, 2.155147084946012, 'Park'), ('Can Peguera', 41.4348568, 2.1657848, 'Valldaura Futbol Sala', 41.441494187425164, 2.1615923471546865, 'Soccer Field'), ('Can Peguera', 41.4348568, 2.1657848, 'Parc del Turó de la Peira', 41.4327962096264, 2.165461450542692, 'Park'), ('Can Peguera', 41.4348568, 2.1657848, 'Trattoria Italia', 41.42844, 2.1699135, 'Italian Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Restaurant Paraiso Oriental', 41.429481665526545, 2.158720099297093, 'Chinese Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Cent % BurgerBar', 41.430792698244204, 2.160878804908079, 'Burger Joint'), ('Can Peguera', 41.4348568, 2.1657848, "La Fonda d'Horta", 41.43045995188966, 2.1607693202611014, 'Tapas Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Parc de la Guineueta', 41.44005954645675, 2.174472864213227, 'Park'), ('Can Peguera', 41.4348568, 2.1657848, 'Casa Castro', 41.43926635395899, 2.1704459757228585, 'Seafood Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Plaça Llucmajor', 41.438459242668586, 2.1744152775677916, 'Plaza'), ('Can Peguera', 41.4348568, 2.1657848, 'Timesburg', 41.4301952, 2.1737926, 'Burger Joint'), ('Can Peguera', 41.4348568, 2.1657848, 'The New Orleans Coffee & Tea Company', 41.43042166370781, 2.172554487811524, 'Café'), ('Can Peguera', 41.4348568, 2.1657848, 'ADN Bar', 41.42928694069777, 2.1730823074202323, 'Bar'), ('Can Peguera', 41.4348568, 2.1657848, 'Cafès Caracas', 41.43147685701865, 2.1734603097700105, 'Café'), ('Can Peguera', 41.4348568, 2.1657848, 'Bar musical', 41.42865024158491, 2.172166973858575, 'Bar'), ('Can Peguera', 41.4348568, 2.1657848, 'A Tavola', 41.430200502823254, 2.1610405358300997, 'Pizza Place'), ('Can Peguera', 41.4348568, 2.1657848, 'Granier Pans Artesans', 41.43030008630418, 2.176099717378306, 'Bakery'), ('Can Peguera', 41.4348568, 2.1657848, 'La Panera', 41.42962829267688, 2.160807447360541, 'Bakery'), ('Can Peguera', 41.4348568, 2.1657848, 'Ikaro', 41.437946999552196, 2.1741645780016188, 'Spanish Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Charter', 41.43540322780609, 2.17422, 'Grocery Store'), ('Can Peguera', 41.4348568, 2.1657848, 'la Sirena', 41.438506139760094, 2.1766516130728784, 'Grocery Store'), ('Can Peguera', 41.4348568, 2.1657848, "Domino's Pizza", 41.430631554406865, 2.164108454786381, 'Pizza Place'), ('Can Peguera', 41.4348568, 2.1657848, '7 Lunas', 41.435347815778854, 2.1722495223091607, 'Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Mercadona', 41.432059, 2.171967, 'Supermarket'), ('Can Peguera', 41.4348568, 2.1657848, 'La Bacardina', 41.42998577555173, 2.1637604377265762, 'Tapas Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Pizzería Maruzella', 41.42723011237559, 2.169523855120542, 'Pizza Place'), ('Can Peguera', 41.4348568, 2.1657848, 'antica pizza', 41.433757838995426, 2.173100402539311, 'Pizza Place'), ('Can Peguera', 41.4348568, 2.1657848, 'Caprabo', 41.430263804802024, 2.168395070505486, 'Grocery Store'), ('Can Peguera', 41.4348568, 2.1657848, 'Frankfurt Ibèric', 41.430298, 2.170952, 'Hot Dog Joint'), ('Can Peguera', 41.4348568, 2.1657848, 'Casa Angelita', 41.43733358365939, 2.172610022824886, 'Seafood Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Duplex', 41.42986998747221, 2.1636868867135663, 'Cocktail Bar'), ('Can Peguera', 41.4348568, 2.1657848, 'Fragola', 41.43805175165009, 2.1729188288799848, 'Pizza Place'), ('Can Peguera', 41.4348568, 2.1657848, 'Etxekoa Burguer Horta', 41.430416704764816, 2.1641415206927306, 'Burger Joint'), ('Can Peguera', 41.4348568, 2.1657848, 'Consum Basic', 41.436146436087235, 2.1742233226149796, 'Supermarket'), ('Can Peguera', 41.4348568, 2.1657848, 'Los Pinchitos', 41.43361714390988, 2.172941516995108, 'Tapas Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'la Sirena', 41.43925559501468, 2.165070078503019, 'Grocery Store'), ('Can Peguera', 41.4348568, 2.1657848, 'Plaça Sóller', 41.434234460681104, 2.176258086755151, 'Plaza'), ('Can Peguera', 41.4348568, 2.1657848, 'La Taberna de Ali-Baba', 41.429913364035436, 2.1624079043459865, 'Spanish Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'restaurante can xus', 41.430778, 2.161331, 'Mediterranean Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'El Pibe', 41.44016034115383, 2.174073808455809, 'Fast Food Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Sanabria montaditos', 41.43725254362477, 2.172710089885977, 'Comedy Club'), ('Can Peguera', 41.4348568, 2.1657848, 'Caprabo', 41.4376020402932, 2.1737849078818727, 'Grocery Store'), ('Can Peguera', 41.4348568, 2.1657848, 'Tokio', 41.43714993357886, 2.1752770611023613, 'Japanese Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Xarcuteria Delicatessen Garciz', 41.42868715432576, 2.163096133510794, 'Deli / Bodega'), ('Can Peguera', 41.4348568, 2.1657848, 'Mercadona', 41.42866123333626, 2.1649372595774174, 'Supermarket'), ('Can Peguera', 41.4348568, 2.1657848, 'Cafè Cafè', 41.43742388110728, 2.172022534731074, 'Breakfast Spot'), ('Can Peguera', 41.4348568, 2.1657848, 'Caprabo', 41.42827055900619, 2.1706914975604312, 'Supermarket'), ('Can Peguera', 41.4348568, 2.1657848, 'El Frankfurt Julia', 41.43018772846956, 2.1609863295430163, 'Spanish Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Cerveseria Centre', 41.429582, 2.161887, 'Snack Place'), ('Can Peguera', 41.4348568, 2.1657848, 'Burger King', 41.430138, 2.1742814, 'Fast Food Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'UE Lima-Horta', 41.43394334550334, 2.16080904006958, 'Basketball Stadium'), ('Can Peguera', 41.4348568, 2.1657848, 'Mercadona', 41.438100299288976, 2.170191113701571, 'Supermarket'), ('Can Peguera', 41.4348568, 2.1657848, '365.cafè', 41.43259086390278, 2.1736441772077404, 'Food'), ('Can Peguera', 41.4348568, 2.1657848, 'Restaurante Alcudia', 41.43839232296559, 2.176221343900291, 'Spanish Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Plaça Virrei Amat', 41.4301755620069, 2.1749575547312254, 'Plaza'), ('Can Peguera', 41.4348568, 2.1657848, 'Opencor', 41.427858126747815, 2.1653113108159774, 'Food & Drink Shop'), ('Can Peguera', 41.4348568, 2.1657848, 'Casa de los Navarros', 41.427599356737495, 2.1652638969023306, 'Restaurant'), ('Can Peguera', 41.4348568, 2.1657848, 'Caprabo', 41.42819757579614, 2.1727852658970295, 'Grocery Store'), ('Can Peguera', 41.4348568, 2.1657848, 'Plaça Karl Marx', 41.43986960007882, 2.163417579030402, 'Plaza'), ('Can Peguera', 41.4348568, 2.1657848, 'MALUP PARC', 41.43000316530575, 2.1710370798527032, 'Playground'), ('Can Peguera', 41.4348568, 2.1657848, 'Granier Pans Artesans', 41.4386699685116, 2.1709943919990837, 'Bakery'), ('Can Peguera', 41.4348568, 2.1657848, 'METRO Canyelles', 41.441678370973996, 2.166214731770039, 'Metro Station')], [('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Restaurante 5 Hermanos', 41.44410555164136, 2.165911285399336, 'Mediterranean Restaurant'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Lidl', 41.43885564646234, 2.1644916365485223, 'Food & Drink Shop'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Valldaura Futbol Sala', 41.441494187425164, 2.1615923471546865, 'Soccer Field'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Castell de Torre Baró', 41.44827121101506, 2.1739108862668868, 'Castle'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Escape Barcelona', 41.438487603954904, 2.167327883804756, 'Escape Room'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Garden House Hostel Barcelona', 41.435952699313084, 2.1612960950946714, 'Hostel'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Parc Central de Nou Barris', 41.43767704682388, 2.1627316782515384, 'Park'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Mercat de la Guineueta', 41.438623882549805, 2.1703589268529937, 'Grocery Store'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Casa Castro', 41.43926635395899, 2.1704459757228585, 'Seafood Restaurant'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Brafa', 41.448253566959366, 2.173925851000857, 'Gym'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Skatepark Guineueta', 41.44319485309268, 2.1708860993385315, 'Skate Park'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'la Sirena', 41.43925559501468, 2.165070078503019, 'Grocery Store'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Bar El Gratacel', 41.443103, 2.165425, 'Café'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, "Mirador d'Horta", 41.441684268767794, 2.15232184133137, 'Scenic Lookout'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Mercat Canyellas', 41.44177372574675, 2.1643291534444704, 'Market'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Camp Canyelles', 41.44138858375258, 2.1588312007071107, 'Soccer Field'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Plaça Karl Marx', 41.43986960007882, 2.163417579030402, 'Plaza'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Bar Las Palmeras', 41.43869601859983, 2.163523990897253, 'Tapas Restaurant'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Camp Futbol Guineueta', 41.44146416423397, 2.170789931605048, 'Soccer Field'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Mercadona', 41.438100299288976, 2.170191113701571, 'Supermarket'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Kebab Villarriba', 41.4469888, 2.1734073000000005, 'Falafel Restaurant'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Forn Aureli', 41.43725722986595, 2.1590012311935425, 'Bakery'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'METRO Valldaura', 41.43764378758875, 2.156342950550018, 'Metro Station'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'La Panera', 41.437511, 2.156339, 'Bakery'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Bar Torrades', 41.437514611861786, 2.1563243865966797, 'Sandwich Place'), ('Canyelles (neighbourhood)', 41.4447, 2.1634, 'Granier Pans Artesans', 41.4386699685116, 2.1709943919990837, 'Bakery')], [('El Carmel', 41.425591, 2.1549587, 'Keisy', 41.426529780111785, 2.1556194305743115, 'Supermarket'), ('El Carmel', 41.425591, 2.1549587, 'La Crema', 41.42752066740663, 2.157484248183622, 'Café'), ('El Carmel', 41.425591, 2.1549587, "Mercat d'Horta", 41.429512518321076, 2.159388758009914, 'Food & Drink Shop'), ('El Carmel', 41.425591, 2.1549587, 'Can Travi Nou', 41.431105719967235, 2.152145022163683, 'Spanish Restaurant'), ('El Carmel', 41.425591, 2.1549587, "Quimet d'Horta", 41.430683867904605, 2.1607638173828976, 'Sandwich Place'), ('El Carmel', 41.425591, 2.1549587, "Vitamínica d'Horta", 41.42878194967626, 2.162803476234664, 'Vegetarian / Vegan Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Vinomio', 41.429931013773654, 2.1627363091613745, 'Tapas Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Bodega Massana', 41.43033549330102, 2.162919091757809, 'Winery'), ('El Carmel', 41.425591, 2.1549587, 'Muntanya Pelada', 41.41827544063098, 2.153213675012205, 'Mountain'), ('El Carmel', 41.425591, 2.1549587, 'Búnkers del Carmel', 41.419227577082644, 2.1616922996973793, 'Historic Site'), ('El Carmel', 41.425591, 2.1549587, 'Txetxu Taverna', 41.429891254509364, 2.1623352909738833, 'Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Turó de la Rovira', 41.41926908763251, 2.1617108779270393, 'Scenic Lookout'), ('El Carmel', 41.425591, 2.1549587, 'Delicias', 41.41826209864882, 2.15744787760502, 'Spanish Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Camp Hebron-Teixonera', 41.425531839649246, 2.146340969265091, 'Soccer Field'), ('El Carmel', 41.425591, 2.1549587, 'Samba Brasil Horta', 41.42979738366964, 2.1620851627011706, 'Pub'), ('El Carmel', 41.425591, 2.1549587, "Parc de les Rieres d'Horta", 41.43100393692278, 2.155147084946012, 'Park'), ('El Carmel', 41.425591, 2.1549587, 'Mala Hierba', 41.419700725595995, 2.1486425399780273, 'Mediterranean Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Frankfurt Horta', 41.429273728629276, 2.162375255977516, 'Hot Dog Joint'), ('El Carmel', 41.425591, 2.1549587, 'Es Bandoler', 41.43001161322934, 2.1623539187601257, 'Spanish Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Louise Se Va', 41.43083137879083, 2.160702774564575, 'Sandwich Place'), ('El Carmel', 41.425591, 2.1549587, "Plaça d'Eivissa", 41.430257738933555, 2.160952417493719, 'Pedestrian Plaza'), ('El Carmel', 41.425591, 2.1549587, "L'Eivissenca", 41.43041027864234, 2.1608892561460276, 'Ice Cream Shop'), ('El Carmel', 41.425591, 2.1549587, 'Mercat del Carmel', 41.4238144541793, 2.1525646662526112, 'Food Court'), ('El Carmel', 41.425591, 2.1549587, 'Nick Spa & Sports Club', 41.42713667663212, 2.165790084564365, 'Gym / Fitness Center'), ('El Carmel', 41.425591, 2.1549587, 'Restaurante Alvar', 41.428833333, 2.160433888, 'Mediterranean Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Don Bratwurst', 41.43167943175655, 2.1635399328364344, 'German Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Casa Ovidio', 41.43052751006393, 2.1475377541353913, 'Spanish Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Restaurant Paraiso Oriental', 41.429481665526545, 2.158720099297093, 'Chinese Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Casa Leto', 41.430619038120135, 2.16320529344937, 'Tapas Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'la Sirena', 41.42705894901424, 2.1558564323077345, 'Grocery Store'), ('El Carmel', 41.425591, 2.1549587, 'Foment Hortenc', 41.430723628807506, 2.1597216109128277, 'Performing Arts Venue'), ('El Carmel', 41.425591, 2.1549587, 'DiR Club Hispà', 41.430984258192666, 2.1488393546904536, 'Gym'), ('El Carmel', 41.425591, 2.1549587, 'La Filomena', 41.43004596689304, 2.1636351215247513, 'Pub'), ('El Carmel', 41.425591, 2.1549587, 'El Mirador', 41.417081, 2.1587236499999998, 'Spanish Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Il Trastevere', 41.42906443208985, 2.1620451819689097, 'Italian Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Granier', 41.428473086318, 2.1632170199883816, 'Coffee Shop'), ('El Carmel', 41.425591, 2.1549587, 'Frankfurt Julia', 41.43012482365685, 2.1609413328018285, 'Tapas Restaurant'), ('El Carmel', 41.425591, 2.1549587, "El Racó d'Horta", 41.43299593686785, 2.1608167846405313, 'Café'), ('El Carmel', 41.425591, 2.1549587, 'Plaça Salvador Allende', 41.417275409450944, 2.1525357009214163, 'Park'), ('El Carmel', 41.425591, 2.1549587, "La Fonda d'Horta", 41.43045995188966, 2.1607693202611014, 'Tapas Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Cent % BurgerBar', 41.430792698244204, 2.160878804908079, 'Burger Joint'), ('El Carmel', 41.425591, 2.1549587, 'Eurofitness Horta', 41.42376742758202, 2.1585032571102976, 'Gym'), ('El Carmel', 41.425591, 2.1549587, 'Complex Esportiu Horta', 41.4335113027736, 2.1602074696429723, 'Gym / Fitness Center'), ('El Carmel', 41.425591, 2.1549587, 'La Panera', 41.42962829267688, 2.160807447360541, 'Bakery'), ('El Carmel', 41.425591, 2.1549587, 'Bar Smith', 41.42420399428366, 2.1470507664980234, 'Bar'), ('El Carmel', 41.425591, 2.1549587, 'Audrey Brunch & Coffee', 41.42584228515625, 2.1541430950164795, 'Coffee Shop'), ('El Carmel', 41.425591, 2.1549587, 'Residencia Salesiana Marti-Codolar', 41.428835577569146, 2.150007084476808, 'Hostel'), ('El Carmel', 41.425591, 2.1549587, 'A Tavola', 41.430200502823254, 2.1610405358300997, 'Pizza Place'), ('El Carmel', 41.425591, 2.1549587, 'Parc del Carmel', 41.41783367392838, 2.156259963094102, 'Plaza'), ('El Carmel', 41.425591, 2.1549587, "Palau Olímpic Vall d'Hebron", 41.42831155327084, 2.1450732738797362, 'Basketball Court'), ('El Carmel', 41.425591, 2.1549587, 'Plaça de Pastrana', 41.42526870711883, 2.156079234944934, 'Plaza'), ('El Carmel', 41.425591, 2.1549587, 'El Mirador', 41.41707909646547, 2.1587352563643667, 'Tapas Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'La Bacardina', 41.42998577555173, 2.1637604377265762, 'Tapas Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Restaurant xinès Jardín J.L.', 41.43069202299801, 2.1459433909425534, 'Chinese Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Els Mistos', 41.43050023874723, 2.1474192065223674, 'Outdoor Sculpture'), ('El Carmel', 41.425591, 2.1549587, "Domino's Pizza", 41.430631554406865, 2.164108454786381, 'Pizza Place'), ('El Carmel', 41.425591, 2.1549587, 'Duplex', 41.42986998747221, 2.1636868867135663, 'Cocktail Bar'), ('El Carmel', 41.425591, 2.1549587, 'La Taberna de Ali-Baba', 41.429913364035436, 2.1624079043459865, 'Spanish Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'restaurante can xus', 41.430778, 2.161331, 'Mediterranean Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Xarcuteria Delicatessen Garciz', 41.42868715432576, 2.163096133510794, 'Deli / Bodega'), ('El Carmel', 41.425591, 2.1549587, 'El Frankfurt Julia', 41.43018772846956, 2.1609863295430163, 'Spanish Restaurant'), ('El Carmel', 41.425591, 2.1549587, "Centre Municipal de Tennis Vall d'Hebron", 41.42906185286763, 2.14570866705665, 'Tennis Court'), ('El Carmel', 41.425591, 2.1549587, 'Etxekoa Burguer Horta', 41.430416704764816, 2.1641415206927306, 'Burger Joint'), ('El Carmel', 41.425591, 2.1549587, 'Cerveseria Centre', 41.429582, 2.161887, 'Snack Place'), ('El Carmel', 41.425591, 2.1549587, 'Mercadona', 41.42866123333626, 2.1649372595774174, 'Supermarket'), ('El Carmel', 41.425591, 2.1549587, 'Casa de los Navarros', 41.427599356737495, 2.1652638969023306, 'Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'METRO El Coll | La Teixonera', 41.42097675818755, 2.150067529838802, 'Metro Station'), ('El Carmel', 41.425591, 2.1549587, 'Opencor', 41.427858126747815, 2.1653113108159774, 'Food & Drink Shop'), ('El Carmel', 41.425591, 2.1549587, 'shirtbcn', 41.43112824540364, 2.159584370908284, 'Clothing Store'), ('El Carmel', 41.425591, 2.1549587, 'Plaça Gibraltar', 41.419447663872596, 2.1512666176197235, 'Plaza'), ('El Carmel', 41.425591, 2.1549587, 'Forn "Pa de Paula"', 41.423051, 2.146624, 'Bakery'), ('El Carmel', 41.425591, 2.1549587, 'Barcelona Nice And Cozy', 41.432535600887306, 2.1584905992169183, 'Hostel'), ('El Carmel', 41.425591, 2.1549587, "Forn Vall d'Hebron", 41.43188397842637, 2.149243850824191, 'Bakery'), ('El Carmel', 41.425591, 2.1549587, "La Cova d'Horta", 41.433594, 2.15506, 'Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Plaça Boticelli', 41.433426, 2.1526265, 'Plaza'), ('El Carmel', 41.425591, 2.1549587, 'Petit Bar', 41.430252468700964, 2.160951348855998, 'Brewery'), ('El Carmel', 41.425591, 2.1549587, 'Carrer Santuaris', 41.41724255509176, 2.152456450621288, 'Outdoors & Recreation'), ('El Carmel', 41.425591, 2.1549587, 'METRO Montbau', 41.42953966311176, 2.144555188715458, 'Metro Station'), ('El Carmel', 41.425591, 2.1549587, 'Boldú', 41.41809364050799, 2.1489068433414773, 'Bakery'), ('El Carmel', 41.425591, 2.1549587, 'Bar Rambo', 41.432875691037744, 2.1484224334639173, 'Restaurant'), ('El Carmel', 41.425591, 2.1549587, 'Macxipa', 41.41713675, 2.158622875, 'Grocery Store')], [('Ciutat Meridiana', 41.4620341, 2.1783979, 'RENFE Torre Baró-Ciutat Meridiana-Vallbona', 41.461350193436104, 2.180560827255249, 'Train Station'), ('Ciutat Meridiana', 41.4620341, 2.1783979, 'Mercat Municipal Ciutat Meridiana', 41.461701719709815, 2.177745826275611, 'Grocery Store'), ('Ciutat Meridiana', 41.4620341, 2.1783979, 'METRO Ciutat Meridiana', 41.460892, 2.174668, 'Metro Station'), ('Ciutat Meridiana', 41.4620341, 2.1783979, 'METRO Torre Baró | Vallbona', 41.459215480714086, 2.179927825927734, 'Metro Station'), ('Ciutat Meridiana', 41.4620341, 2.1783979, "Parc de L'Aqüeducte", 41.45930713966725, 2.175926951420647, 'Park'), ('Ciutat Meridiana', 41.4620341, 2.1783979, 'METRO Can Cuiàs', 41.4627289189431, 2.1727177128195763, 'Metro Station'), ('Ciutat Meridiana', 41.4620341, 2.1783979, 'Vallbona', 41.463128486392485, 2.184081267334649, 'Plaza'), ('Ciutat Meridiana', 41.4620341, 2.1783979, 'can cuyas', 41.461907838007185, 2.170086892247377, 'Mediterranean Restaurant'), ('Ciutat Meridiana', 41.4620341, 2.1783979, 'Mercadona Can Cuyas', 41.46344355833691, 2.172735699480707, 'Supermarket'), ('Ciutat Meridiana', 41.4620341, 2.1783979, 'El Chiquitin', 41.46327059384427, 2.1690072601037844, 'Café')], [('El Clot', 41.4099525, 2.1908234, 'La Revolta', 41.408198, 2.18961, 'Tapas Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Dolsotbap', 41.4090576171875, 2.1887378692626953, 'Korean Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Parc del Clot', 41.407860711077916, 2.1903991699218746, 'Park'), ('El Clot', 41.4099525, 2.1908234, 'La Clotenca', 41.40773101591848, 2.1880484283428814, 'Comfort Food Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'El Taller Bar Cultural', 41.40862834493564, 2.1882545975081813, 'Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Restaurante El Clot', 41.40873340990243, 2.1870943921895982, 'Mediterranean Restaurant'), ('El Clot', 41.4099525, 2.1908234, "L'Olivera", 41.40599690587361, 2.189159805743846, 'Spanish Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Tutu Vietnamese Cuisine', 41.407116, 2.187755, 'Vietnamese Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'UNIQLO ユニクロ', 41.40512073022586, 2.191340825819008, 'Clothing Store'), ('El Clot', 41.4099525, 2.1908234, 'UN-ZA', 41.40537607935617, 2.1934423505081213, 'Japanese Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Duet Fit', 41.40458074210619, 2.191114185036265, 'Gym / Fitness Center'), ('El Clot', 41.4099525, 2.1908234, "D'Clot", 41.40961892296398, 2.1842461824417114, 'Café'), ('El Clot', 41.4099525, 2.1908234, 'Naranjito', 41.41122117991593, 2.1901234127243696, 'Cocktail Bar'), ('El Clot', 41.4099525, 2.1908234, 'Miseria e Nobiltà', 41.414124, 2.184156, 'Italian Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'SienTe', 41.410618246595064, 2.1828541060899584, 'Tea Room'), ('El Clot', 41.4099525, 2.1908234, 'Frankfurt Rogent', 41.409047609903766, 2.1853995323181152, 'Hot Dog Joint'), ('El Clot', 41.4099525, 2.1908234, 'Mercat del Clot', 41.407915242869805, 2.1886422344056675, 'Farmers Market'), ('El Clot', 41.4099525, 2.1908234, 'Hangar', 41.40855079898154, 2.1995423536344596, 'Performing Arts Venue'), ('El Clot', 41.4099525, 2.1908234, 'Mendieta Pastelería Argentina', 41.408348240916425, 2.1818826468348247, 'Pastry Shop'), ('El Clot', 41.4099525, 2.1908234, 'Creps Clot', 41.410182, 2.183303, 'Creperie'), ('El Clot', 41.4099525, 2.1908234, 'El Ruedo', 41.41092143698526, 2.1809910659276444, 'South American Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Queimada Nivell Q', 41.40947013988498, 2.1811405380244255, 'Gaming Cafe'), ('El Clot', 41.4099525, 2.1908234, 'Museo Can Framis', 41.403106761731266, 2.194980523599906, 'Art Museum'), ('El Clot', 41.4099525, 2.1908234, 'La Llama', 41.41400152291524, 2.1842206429318667, 'Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Las Muns Poblenou', 41.4037724263803, 2.1967536780164028, 'Empanada Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Bonpreu', 41.40892541331649, 2.181756236865265, 'Supermarket'), ('El Clot', 41.4099525, 2.1908234, 'Museo del Diseño de Barcelona', 41.40254777242111, 2.187944293957132, 'Art Museum'), ('El Clot', 41.4099525, 2.1908234, 'El Menjador de la Beckett', 41.40463264052223, 2.1993090461252054, 'Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Enigmik Room Escape Barcelona', 41.410182414225, 2.179583972332334, 'Escape Room'), ('El Clot', 41.4099525, 2.1908234, 'Hotel SB Glow', 41.40228306279631, 2.1910239884332587, 'Hotel'), ('El Clot', 41.4099525, 2.1908234, 'Ryu Ramen', 41.403738640902716, 2.1967521066936153, 'Ramen Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'El Manolo', 41.414765418725445, 2.194543186363657, 'Spanish Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Hotel Sb Glow Sauna', 41.402374, 2.190667, 'Sauna / Steam Room'), ('El Clot', 41.4099525, 2.1908234, 'Santutxo', 41.40988670412606, 2.1816878244771942, 'Beer Garden'), ('El Clot', 41.4099525, 2.1908234, 'PowerGym Barcelona', 41.40666545774701, 2.184243476533711, 'Gym / Fitness Center'), ('El Clot', 41.4099525, 2.1908234, 'Sopa', 41.40247756305261, 2.1952005799474246, 'Vegetarian / Vegan Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Pai Mei', 41.40507478598524, 2.1932299337769785, 'Asian Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Il Piccolo Focone', 41.409018133905604, 2.1795097319180865, 'Italian Restaurant'), ('El Clot', 41.4099525, 2.1908234, "L'artesana Poblenou", 41.404472, 2.1983314, 'Mediterranean Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'SWAD the indian restaurant', 41.40372532143752, 2.1967415641587063, 'Indian Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Muntanya Doner Kebab', 41.412383372695444, 2.1838305818753363, 'Middle Eastern Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Forn Elias', 41.41222921025218, 2.1806498893900965, 'Bakery'), ('El Clot', 41.4099525, 2.1908234, 'Parc del Centre del Poblenou', 41.407658, 2.2015505, 'Park'), ('El Clot', 41.4099525, 2.1908234, 'Carrefour', 41.405752987158394, 2.1914284302307943, 'Supermarket'), ('El Clot', 41.4099525, 2.1908234, 'Duet Fit Sagrada Familia', 41.40729188190754, 2.180954007576255, 'Gym / Fitness Center'), ('El Clot', 41.4099525, 2.1908234, 'Ametller Origen', 41.40395228227831, 2.1976015302508145, 'Supermarket'), ('El Clot', 41.4099525, 2.1908234, 'Pizza Qué?', 41.41150970564624, 2.1815317761688333, 'Pizza Place'), ('El Clot', 41.4099525, 2.1908234, 'El Rovell del Clot', 41.410987471321896, 2.182383559253124, 'Mediterranean Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Sant Jordi Hostel Sagrada Familia', 41.40991943027418, 2.179260940656686, 'Hostel'), ('El Clot', 41.4099525, 2.1908234, 'Kyoka', 41.40584212861496, 2.1960899055920886, 'Japanese Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Motocard - València', 41.40575575279594, 2.1806894282305738, 'Motorcycle Shop'), ('El Clot', 41.4099525, 2.1908234, 'Goiko Grill', 41.410305, 2.180179, 'Burger Joint'), ('El Clot', 41.4099525, 2.1908234, 'Súper Coffee & Food Store', 41.40199129837433, 2.195682156125258, 'Coffee Shop'), ('El Clot', 41.4099525, 2.1908234, 'Claror', 41.40693037601147, 2.180005545664177, 'Gym'), ('El Clot', 41.4099525, 2.1908234, 'Casablanca Pub', 41.40893885758646, 2.179327858671058, 'Cocktail Bar'), ('El Clot', 41.4099525, 2.1908234, 'A Cañota', 41.415404849603675, 2.1819794463958675, 'Spanish Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'El Cafetó', 41.414538, 2.181093, 'Bakery'), ('El Clot', 41.4099525, 2.1908234, 'Happy People Sagrada Familia', 41.41263597557632, 2.180591865023263, 'Hotel'), ('El Clot', 41.4099525, 2.1908234, 'Condis', 41.417025, 2.183999, 'Supermarket'), ('El Clot', 41.4099525, 2.1908234, 'Timesburg', 41.41029034080789, 2.1801631752557666, 'Burger Joint'), ('El Clot', 41.4099525, 2.1908234, 'Kailash Restaurante Tibetano', 41.41145764500947, 2.180172471636698, 'Asian Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Bona Burguer', 41.40915, 2.1827521, 'Burger Joint'), ('El Clot', 41.4099525, 2.1908234, 'Cafeteria El Nilo', 41.40715800117252, 2.181766968355581, 'Middle Eastern Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Bodega Fermín', 41.41445878907642, 2.1804803609848022, 'Wine Bar'), ('El Clot', 41.4099525, 2.1908234, 'Consum Basic', 41.41111823720035, 2.1824973235330787, 'Grocery Store'), ('El Clot', 41.4099525, 2.1908234, 'Mercadona', 41.406767369598285, 2.181215837012627, 'Supermarket'), ('El Clot', 41.4099525, 2.1908234, 'Els Miralls', 41.410813836149764, 2.179487943649292, 'Restaurant'), ('El Clot', 41.4099525, 2.1908234, "L'Ombra", 41.41410124421461, 2.1811822125104103, 'Mediterranean Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Tequila Cantina Mexicana', 41.4062547, 2.1834677, 'Taco Place'), ('El Clot', 41.4099525, 2.1908234, 'Vivari', 41.40728020249209, 2.181782253244898, 'Bakery'), ('El Clot', 41.4099525, 2.1908234, 'Anagerie', 41.41043018933668, 2.1830830614197136, 'Bakery'), ('El Clot', 41.4099525, 2.1908234, 'Lidl', 41.406823283424515, 2.181149371086479, 'Grocery Store'), ('El Clot', 41.4099525, 2.1908234, 'Londres 2', 41.408401364652484, 2.1819549555762445, 'Spanish Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Pinxo Panxo Bar', 41.40845561162254, 2.1803864568209974, 'Tapas Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Charter', 41.40948816536587, 2.1802540631718754, 'Department Store'), ('El Clot', 41.4099525, 2.1908234, 'la Sirena', 41.41154432251078, 2.1812748450955026, 'Grocery Store'), ('El Clot', 41.4099525, 2.1908234, "Domino's Pizza", 41.41358366635015, 2.18117424526105, 'Pizza Place'), ('El Clot', 41.4099525, 2.1908234, 'Condis', 41.40496739252031, 2.1818523099455205, 'Supermarket'), ('El Clot', 41.4099525, 2.1908234, 'Kenko II', 41.408230905114664, 2.180656099371845, 'Latin American Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Toscana', 41.410911966035975, 2.179328598583027, 'Italian Restaurant'), ('El Clot', 41.4099525, 2.1908234, 'Portofino', 41.408698252472426, 2.1801244418654897, 'Café'), ('El Clot', 41.4099525, 2.1908234, 'Graffiti Hostel', 41.40628582129799, 2.18329653829658, 'Hostel'), ('El Clot', 41.4099525, 2.1908234, 'El Gigante Del Colchón', 41.40524824929621, 2.1822861352337815, 'Furniture / Home Store'), ('El Clot', 41.4099525, 2.1908234, 'En Bandeja', 41.415438, 2.182086, 'Food & Drink Shop'), ('El Clot', 41.4099525, 2.1908234, 'Barcelona apartments Sagrada Familia', 41.411759396699395, 2.1794831843121405, 'Hotel')], [('La Clota', 41.4278574, 2.1524066, 'Can Travi Nou', 41.431105719967235, 2.152145022163683, 'Spanish Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Keisy', 41.426529780111785, 2.1556194305743115, 'Supermarket'), ('La Clota', 41.4278574, 2.1524066, 'La Crema', 41.42752066740663, 2.157484248183622, 'Café'), ('La Clota', 41.4278574, 2.1524066, "Mercat d'Horta", 41.429512518321076, 2.159388758009914, 'Food & Drink Shop'), ('La Clota', 41.4278574, 2.1524066, 'Camp Hebron-Teixonera', 41.425531839649246, 2.146340969265091, 'Soccer Field'), ('La Clota', 41.4278574, 2.1524066, "Parc de les Rieres d'Horta", 41.43100393692278, 2.155147084946012, 'Park'), ('La Clota', 41.4278574, 2.1524066, 'Casa Ovidio', 41.43052751006393, 2.1475377541353913, 'Spanish Restaurant'), ('La Clota', 41.4278574, 2.1524066, "Quimet d'Horta", 41.430683867904605, 2.1607638173828976, 'Sandwich Place'), ('La Clota', 41.4278574, 2.1524066, 'DiR Club Hispà', 41.430984258192666, 2.1488393546904536, 'Gym'), ('La Clota', 41.4278574, 2.1524066, 'Vinomio', 41.429931013773654, 2.1627363091613745, 'Tapas Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Bodega Massana', 41.43033549330102, 2.162919091757809, 'Winery'), ('La Clota', 41.4278574, 2.1524066, "Vitamínica d'Horta", 41.42878194967626, 2.162803476234664, 'Vegetarian / Vegan Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Txetxu Taverna', 41.429891254509364, 2.1623352909738833, 'Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Louise Se Va', 41.43083137879083, 2.160702774564575, 'Sandwich Place'), ('La Clota', 41.4278574, 2.1524066, 'Samba Brasil Horta', 41.42979738366964, 2.1620851627011706, 'Pub'), ('La Clota', 41.4278574, 2.1524066, "Plaça d'Eivissa", 41.430257738933555, 2.160952417493719, 'Pedestrian Plaza'), ('La Clota', 41.4278574, 2.1524066, "L'Eivissenca", 41.43041027864234, 2.1608892561460276, 'Ice Cream Shop'), ('La Clota', 41.4278574, 2.1524066, 'Es Bandoler', 41.43001161322934, 2.1623539187601257, 'Spanish Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Mala Hierba', 41.419700725595995, 2.1486425399780273, 'Mediterranean Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Frankfurt Horta', 41.429273728629276, 2.162375255977516, 'Hot Dog Joint'), ('La Clota', 41.4278574, 2.1524066, 'Restaurant Paraiso Oriental', 41.429481665526545, 2.158720099297093, 'Chinese Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'El corner de Montbau', 41.4298881726301, 2.1434541891468997, 'Argentinian Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Restaurante Alvar', 41.428833333, 2.160433888, 'Mediterranean Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Foment Hortenc', 41.430723628807506, 2.1597216109128277, 'Performing Arts Venue'), ('La Clota', 41.4278574, 2.1524066, 'Unió Esportiva Horta', 41.43362167641615, 2.1607933074125, 'Sports Club'), ('La Clota', 41.4278574, 2.1524066, 'Mercat del Carmel', 41.4238144541793, 2.1525646662526112, 'Food Court'), ('La Clota', 41.4278574, 2.1524066, 'Casa Leto', 41.430619038120135, 2.16320529344937, 'Tapas Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'la Sirena', 41.42705894901424, 2.1558564323077345, 'Grocery Store'), ('La Clota', 41.4278574, 2.1524066, 'Plaça de Joan Cornudella', 41.43423627109376, 2.1483770303923824, 'Plaza'), ('La Clota', 41.4278574, 2.1524066, 'La Filomena', 41.43004596689304, 2.1636351215247513, 'Pub'), ('La Clota', 41.4278574, 2.1524066, 'Can Cortada', 41.436166456881715, 2.152438999304558, 'Spanish Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Il Trastevere', 41.42906443208985, 2.1620451819689097, 'Italian Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Frankfurt Julia', 41.43012482365685, 2.1609413328018285, 'Tapas Restaurant'), ('La Clota', 41.4278574, 2.1524066, "El Racó d'Horta", 41.43299593686785, 2.1608167846405313, 'Café'), ('La Clota', 41.4278574, 2.1524066, 'Granier', 41.428473086318, 2.1632170199883816, 'Coffee Shop'), ('La Clota', 41.4278574, 2.1524066, 'Residencia Salesiana Marti-Codolar', 41.428835577569146, 2.150007084476808, 'Hostel'), ('La Clota', 41.4278574, 2.1524066, "La Fonda d'Horta", 41.43045995188966, 2.1607693202611014, 'Tapas Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Cent % BurgerBar', 41.430792698244204, 2.160878804908079, 'Burger Joint'), ('La Clota', 41.4278574, 2.1524066, 'Complex Esportiu Horta', 41.4335113027736, 2.1602074696429723, 'Gym / Fitness Center'), ('La Clota', 41.4278574, 2.1524066, "Palau Olímpic Vall d'Hebron", 41.42831155327084, 2.1450732738797362, 'Basketball Court'), ('La Clota', 41.4278574, 2.1524066, 'Bar Smith', 41.42420399428366, 2.1470507664980234, 'Bar'), ('La Clota', 41.4278574, 2.1524066, 'Hotel Alimara', 41.433938735248795, 2.1473599164824053, 'Hotel'), ('La Clota', 41.4278574, 2.1524066, 'La Panera', 41.42962829267688, 2.160807447360541, 'Bakery'), ('La Clota', 41.4278574, 2.1524066, 'Audrey Brunch & Coffee', 41.42584228515625, 2.1541430950164795, 'Coffee Shop'), ('La Clota', 41.4278574, 2.1524066, 'Eurofitness Horta', 41.42376742758202, 2.1585032571102976, 'Gym'), ('La Clota', 41.4278574, 2.1524066, 'A Tavola', 41.430200502823254, 2.1610405358300997, 'Pizza Place'), ('La Clota', 41.4278574, 2.1524066, 'Restaurant xinès Jardín J.L.', 41.43069202299801, 2.1459433909425534, 'Chinese Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Els Mistos', 41.43050023874723, 2.1474192065223674, 'Outdoor Sculpture'), ('La Clota', 41.4278574, 2.1524066, "Bar L'Estany", 41.434273438373104, 2.148800632868203, 'Mediterranean Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Plaça de Pastrana', 41.42526870711883, 2.156079234944934, 'Plaza'), ('La Clota', 41.4278574, 2.1524066, "Centre Municipal de Tennis Vall d'Hebron", 41.42906185286763, 2.14570866705665, 'Tennis Court'), ('La Clota', 41.4278574, 2.1524066, 'La Bacardina', 41.42998577555173, 2.1637604377265762, 'Tapas Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Consum', 41.433742297377414, 2.14869101651338, 'Grocery Store'), ('La Clota', 41.4278574, 2.1524066, 'Meiland', 41.43602308708296, 2.1517331172796665, 'Soccer Stadium'), ('La Clota', 41.4278574, 2.1524066, 'restaurante can xus', 41.430778, 2.161331, 'Mediterranean Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Duplex', 41.42986998747221, 2.1636868867135663, 'Cocktail Bar'), ('La Clota', 41.4278574, 2.1524066, 'La Taberna de Ali-Baba', 41.429913364035436, 2.1624079043459865, 'Spanish Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'El Frankfurt Julia', 41.43018772846956, 2.1609863295430163, 'Spanish Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Colors Hotel Barcelona', 41.43527660148179, 2.1535796490228334, 'Hotel'), ('La Clota', 41.4278574, 2.1524066, 'Xarcuteria Delicatessen Garciz', 41.42868715432576, 2.163096133510794, 'Deli / Bodega'), ('La Clota', 41.4278574, 2.1524066, 'Cerveseria Centre', 41.429582, 2.161887, 'Snack Place'), ('La Clota', 41.4278574, 2.1524066, 'Pla de Montbau', 41.43141423543632, 2.142705832210139, 'Plaza'), ('La Clota', 41.4278574, 2.1524066, 'Jardins de Can Brasó', 41.43144675179703, 2.148379268480707, 'Park'), ('La Clota', 41.4278574, 2.1524066, "Cafè de l'Estació", 41.43505714931326, 2.148015367163951, 'Café'), ('La Clota', 41.4278574, 2.1524066, "Mercat de Vall d'Hebron", 41.42422913837504, 2.1423549433818363, 'Farmers Market'), ('La Clota', 41.4278574, 2.1524066, 'Plaça Boticelli', 41.433426, 2.1526265, 'Plaza'), ('La Clota', 41.4278574, 2.1524066, "La Cova d'Horta", 41.433594, 2.15506, 'Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'METRO Montbau', 41.42953966311176, 2.144555188715458, 'Metro Station'), ('La Clota', 41.4278574, 2.1524066, 'shirtbcn', 41.43112824540364, 2.159584370908284, 'Clothing Store'), ('La Clota', 41.4278574, 2.1524066, 'Forn "Pa de Paula"', 41.423051, 2.146624, 'Bakery'), ('La Clota', 41.4278574, 2.1524066, 'Barcelona Nice And Cozy', 41.432535600887306, 2.1584905992169183, 'Hostel'), ('La Clota', 41.4278574, 2.1524066, 'METRO El Coll | La Teixonera', 41.42097675818755, 2.150067529838802, 'Metro Station'), ('La Clota', 41.4278574, 2.1524066, 'Cafeteria Arcasa', 41.42765442478081, 2.142867751455015, 'Diner'), ('La Clota', 41.4278574, 2.1524066, 'Plaça Zurbarán', 41.42994853842975, 2.1431949760036475, 'Plaza'), ('La Clota', 41.4278574, 2.1524066, 'Restaurant La Mami', 41.42994350233527, 2.1425044216082187, 'Mediterranean Restaurant'), ('La Clota', 41.4278574, 2.1524066, 'Font de Can Barret', 41.43165189032622, 2.1429216302859064, 'Park'), ('La Clota', 41.4278574, 2.1524066, "METRO Vall d'Hebron", 41.42511515639899, 2.1422358755439896, 'Metro Station'), ('La Clota', 41.4278574, 2.1524066, 'Parc carrer Poesia / Joan Sales', 41.43209985701168, 2.1429647900254802, 'Park'), ('La Clota', 41.4278574, 2.1524066, 'Plaça Gibraltar', 41.419447663872596, 2.1512666176197235, 'Plaza'), ('La Clota', 41.4278574, 2.1524066, 'Petit Bar', 41.430252468700964, 2.160951348855998, 'Brewery'), ('La Clota', 41.4278574, 2.1524066, 'Plaça de Mossèn Ferran Palau', 41.433707695382665, 2.1439295409748884, 'Plaza'), ('La Clota', 41.4278574, 2.1524066, 'UE Lima-Horta', 41.43394334550334, 2.16080904006958, 'Basketball Stadium'), ('La Clota', 41.4278574, 2.1524066, 'Cafeteria H. Vall Hebron', 41.42710108311051, 2.140480774738207, 'Food'), ('La Clota', 41.4278574, 2.1524066, 'Federació Catalana de Tennis - Tennis Museum', 41.43671028973584, 2.1504557132720947, 'Museum')], [], [('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Toca Teca', 41.42350641541845, 2.1809952086384, 'Tapas Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Coctelería Torre Rosa', 41.42257873520451, 2.1803060173988342, 'Cocktail Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Collonut', 41.42045987701444, 2.182165127042287, 'Gastropub'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Río Dragón', 41.42047102588689, 2.1793292105394357, 'Chinese Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, "Marc's Entrepans", 41.42281642493201, 2.178662466976675, 'Sandwich Place'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, '2D2Dspuma', 41.42238148822458, 2.1792164743350497, 'Brewery'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Pizzeando', 41.42154, 2.1789384, 'Pizza Place'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Bodega Luis', 41.42273136920525, 2.17878820894839, 'Tapas Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Gamba', 41.42046815396751, 2.1809239577358777, 'Spanish Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Mezzé', 41.421918, 2.183633, 'Burger Joint'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Panes Creativos', 41.42906625089165, 2.181053772750567, 'Bakery'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Cholita', 41.4285528240815, 2.176719656262016, 'Tapas Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Nut Gastrobar', 41.42025449947343, 2.1818558939914316, 'Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Gimnasio Puro Impacto', 41.42346486024578, 2.1814714989124484, 'Gym / Fitness Center'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, "L'Algueró", 41.42121189578586, 2.1738402445273493, 'Café'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Beering Barcelona', 41.41804618186833, 2.183245940063886, 'Brewery'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Marquesa', 41.420122564103416, 2.1816731569826926, 'Bakery'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'VivaGym Meridiana', 41.42612486292388, 2.185266123514497, 'Gym'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'la Sirena', 41.42983254637695, 2.17734249205626, 'Grocery Store'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Can Pere Tapes', 41.42602040668511, 2.179666943525032, 'Tapas Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'ovante', 41.43005977397559, 2.1826311824674924, 'Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Club Natació Sant Andreu', 41.42941763685842, 2.186490888631295, 'Gym Pool'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Eat Street at La Nau Bostik', 41.422623344753546, 2.1869565076011894, 'Food Truck'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Parc del Guinardó', 41.419327337949824, 2.1712193342358352, 'Park'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Cantina Mexicana Chihuahua', 41.41876205479219, 2.1805508323130476, 'Mexican Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Parc Infantil La Granota', 41.42487919651237, 2.1854703839470244, 'Playground'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Nau Ivanow', 41.420143821784734, 2.190002967711577, 'Performing Arts Venue'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Plaça de Masadas', 41.42478711997956, 2.19013983651098, 'Plaza'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Mercat del Guinardó', 41.41917769115542, 2.178580901607558, 'Farmers Market'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Santos Ochoa Barcelona', 41.43016273684635, 2.1784472465515137, 'Bookstore'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, "L'obrador dels 15", 41.42454065886319, 2.176904822716588, 'Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Txapeldun - Egarri', 41.43005202868521, 2.178722145874674, 'Spanish Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Mercat Felip II', 41.422046395739834, 2.185547301380809, 'Farmers Market'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Cuina de Can Meli', 41.4317412805854, 2.177607744071548, 'Deli / Bodega'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Taverna El Ficus', 41.418183993196706, 2.177342176437378, 'Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Plaça Catalana', 41.42173585075618, 2.173045511832635, 'Plaza'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Mesón Can Meli', 41.43076753789451, 2.1773761493463115, 'Food'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Cucina Di Pulcinella', 41.41666729087883, 2.1746120322437874, 'Italian Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Braseria Meson Pahi', 41.4270843184862, 2.1864068858278376, 'Spanish Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Xurreria Xocolateria Laia', 41.43054209860688, 2.180006324584038, 'Diner'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'BAR LIPS BCN', 41.41962076874311, 2.172755273229874, 'Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, "L'Espavilat", 41.42494, 2.190313, 'Burger Joint'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Hotel Laumon 3*', 41.4231888012772, 2.190614822172577, 'Hotel'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Plaça del Nen de la Rutlla', 41.41861544883394, 2.1719050425968125, 'Playground'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Sultan Sofrasi', 41.43016491964971, 2.182530409599217, 'Falafel Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, "Escola de cuina Terra d'Escudella", 41.4181276, 2.1889453, 'Cooking School'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Mercadona', 41.42551195928566, 2.18763075648535, 'Supermarket'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Enrique Tomás - Paseo Fabra i Puig', 41.43017083885171, 2.1847978679936073, 'Spanish Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, "Plaça Jardins d'Elx", 41.42298656446911, 2.1873204155432795, 'Plaza'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Restaurante Kobe', 41.43012195208274, 2.1775692426469053, 'Sushi Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'GAME', 41.43023836315995, 2.1793323627927648, 'Video Game Store'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Restaurant Basilea', 41.41503690736926, 2.1793564797168212, 'Swiss Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Clinica Veterinaria Sant Andreu', 41.43053459665979, 2.1859484725991165, 'Pet Store'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Granota & Co', 41.418063, 2.180362, 'Tapas Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Canòdrom Meridiana', 41.42718635811996, 2.1832752227783203, 'Dog Run'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Complex Esportiu Municipal del Guinardó', 41.416775123793236, 2.173694372177124, 'Athletics & Sports'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Lidl Escocia', 41.428868919003875, 2.1820253011248467, 'Department Store'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Condis', 41.417025, 2.183999, 'Supermarket'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Mercat de la Mercè', 41.43070364302849, 2.173574715031178, 'Farmers Market'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, "L'Empanat", 41.425007553, 2.190480286, 'Burger Joint'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Abacus Sant Andreu', 41.42910384892446, 2.19018863290565, 'Paper / Office Supplies Store'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'El rincón del tío Emilio', 41.42581785877087, 2.188123490629741, 'Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Bar La Cotxera', 41.42833564352568, 2.1754845946401913, 'Cocktail Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'A Cañota', 41.415404849603675, 2.1819794463958675, 'Spanish Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Pastisseria Lliso Lis', 41.43021953751969, 2.1776738377478417, 'Dessert Shop'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Farmacia Carmen Cartanya', 41.420932622577865, 2.18017390679942, 'Pharmacy'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'El Món De La Cervesa', 41.41886259048162, 2.18679022836639, 'Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'El Establo', 41.416790181956735, 2.1801215122491273, 'Argentinian Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Bota del Racó', 41.42201141113248, 2.1746728756725893, 'Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'la Sirena', 41.42486876189227, 2.1863852850440133, 'Grocery Store'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, "Michael's Tavern", 41.43047305054612, 2.1844948039632253, 'Beer Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Can Cuxart', 41.42825233239563, 2.176330985339793, 'Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Plaça del Congrés Eucarístic', 41.425738340753924, 2.180914878845215, 'Plaza'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'El All i Oli', 41.431508682765134, 2.1812360720971933, 'Spanish Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Dürüm Döner', 41.4302819152223, 2.1825658914793746, 'Falafel Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Pastisseria Mas', 41.426399492643895, 2.172826704830149, 'Café'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Granier', 41.422097552123084, 2.187069181150005, 'Bakery'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Quin15s', 41.42521167103601, 2.176099717378306, 'Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, '+ Q Burguer', 41.42324268421916, 2.188289908593542, 'Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Granier Pans Artesans', 41.43030008630418, 2.176099717378306, 'Bakery'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Torres 2 Sandwitcheria Hamburgueseria', 41.416191163989666, 2.186910005509901, 'Sandwich Place'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Timesburg', 41.4301952, 2.1737926, 'Burger Joint'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Tomy Tapas', 41.41910884374684, 2.17234976702348, 'Tapas Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Fabra Express', 41.430182345022416, 2.1876893905212653, 'Sandwich Place'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'El Timbalet', 41.418097611791666, 2.1805246713967295, 'Tapas Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'ADN Bar', 41.42928694069777, 2.1730823074202323, 'Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'El Paso', 41.424575444547266, 2.1861582031652564, 'Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Abacus Pg Fabra i Puig 196', 41.430292867814934, 2.1783151797287554, 'Bookstore'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Rellirós Restaurant', 41.43067132000187, 2.186541237185519, 'Mediterranean Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Springfield', 41.430231397551985, 2.177282542204056, 'Clothing Store'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Superpizza', 41.42289404448625, 2.185881271067394, 'Pizza Place'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Bar musical', 41.42865024158491, 2.172166973858575, 'Bar'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Llauneta del Guinardó', 41.41645458641004, 2.1760543864050295, 'Tapas Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Font de la Sagrera', 41.424778487077, 2.190058016102697, 'Tapas Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'La Paradeta', 41.4264577, 2.1874931, 'Seafood Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'la Sirena', 41.41694306660415, 2.1870189105091336, 'Grocery Store'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Consum Basic', 41.43016550514479, 2.1856000877216903, 'Grocery Store'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Vitalitat', 41.42991635268657, 2.1836972758448545, 'Asian Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Wok-Ying', 41.4298701230146, 2.1770666128939316, 'Japanese Restaurant'), ('El Congrés i els Indians', 41.4237161, 2.180851444150363, 'Fujiyama', 41.417811, 2.187753, 'Japanese Restaurant')], [('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Negro-Rojo', 41.39082614120031, 2.135169846548984, 'Asian Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Hidden Café Barcelona', 41.388256780076766, 2.135759303798607, 'Coffee Shop'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Cafeteria del Centre Cívic Can Deu', 41.38699767321787, 2.132875127744259, 'Café'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'La Pimpa Pizzeria', 41.387261731664616, 2.130274251694248, 'Pizza Place'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'el Tap', 41.38802372683731, 2.135944607206193, 'Beer Bar'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Decathlon', 41.38938094433355, 2.133360059239698, 'Sporting Goods Shop'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, "L'illa Diagonal", 41.38953730475964, 2.1355083616332635, 'Shopping Mall'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Fragments Cafè', 41.38667455355606, 2.1324451160968882, 'Tapas Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Supermercado El Corte Inglés', 41.38700143305269, 2.128517307979801, 'Supermarket'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Plaça de la Concòrdia', 41.386659838637044, 2.132277309777946, 'Pedestrian Plaza'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'LUSH', 41.38922472763211, 2.136808447057206, 'Cosmetics Shop'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Viridi', 41.38701787368535, 2.130701731964452, 'Vegetarian / Vegan Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Vila Viniteca', 41.38979683756476, 2.1356211122532183, 'Liquor Store'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Setze', 41.385386278341684, 2.131500144116348, 'Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Bcnfotos.com', 41.386855050669595, 2.1295881271362305, 'Photography Lab'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Toni Bigoti', 41.389763, 2.1387362, 'Café'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Ikibana Sarrià', 41.39261851941222, 2.1352936434880543, 'Asian Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Fnac', 41.39027703855526, 2.1365438895125943, 'Electronics Store'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Txokoa', 41.39027155042054, 2.1391558634424532, 'Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Tiki Poke', 41.391044620352965, 2.1380767294975027, 'Hawaiian Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'El Maravillas', 41.38668974966144, 2.1322255505222727, 'Cocktail Bar'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Holmes Place', 41.38542329023958, 2.1346632758052846, 'Gym'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Nuba', 41.39366250444112, 2.135876388185681, 'Cocktail Bar'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Arrosseria Xàtiva', 41.38927355725481, 2.14033051889465, 'Paella Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'DiR Diagonal', 41.393559210964014, 2.136652444411083, 'Gym / Fitness Center'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Bangkok Cafe', 41.38369432195103, 2.1360025015657844, 'Thai Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Tannic by Freixenet', 41.39399669701278, 2.128057965538019, 'Deli / Bodega'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, "La cuina de l'Uribou", 41.38679939064109, 2.1404748123785504, 'Japanese Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Leku', 41.38462717426066, 2.130560707099541, 'Spanish Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'SandwiChez', 41.38875559851342, 2.126749239968745, 'Sandwich Place'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Punta Anguila', 41.3827, 2.1309001, 'Mediterranean Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Via Veneto', 41.392333079893035, 2.1388365432859997, 'Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Keik', 41.39420356924222, 2.134776659747105, 'Salad Place'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Atrium', 41.3845304584457, 2.1306824412223206, 'Bakery'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, "Rituels d'Orient", 41.39184907253095, 2.1425968758068468, 'Massage Studio'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Dhaba', 41.391233643, 2.124878264, 'Indian Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'El Petit Celler', 41.39279212216251, 2.1410628983629567, 'Wine Shop'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Viena', 41.38768816301988, 2.129078507423401, 'Sandwich Place'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Mercat de Les Corts', 41.38386640425951, 2.1297745584323913, 'Market'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Turó Park', 41.394691287386756, 2.1410705960452745, 'Park'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Dole Cafè', 41.39343, 2.124898, 'Café'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Metropolitan Galileo', 41.38181069733911, 2.1340608761203614, 'Gym / Fitness Center'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Plaça de Sant Gregori Taumaturg', 41.39450246827775, 2.13820376299338, 'Plaza'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'La Fermata de Sarrià', 41.39581035975689, 2.1255493650121915, 'Pizza Place'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'artós sports club', 41.396109942173595, 2.1261131948203413, 'Sports Club'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'La Mundana', 41.38113627955784, 2.1358934123430102, 'Gastropub'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Timesburg', 41.386807418367695, 2.1368222595167103, 'Burger Joint'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Pinhan Café', 41.39490173677155, 2.140601234914491, 'Mediterranean Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, "L'Altre Caliu de Finestrelles", 41.3814421249102, 2.130610561581666, 'Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Jardins de Vil·la Amèlia', 41.392869764206345, 2.1226027973023713, 'Park'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Santa Clara', 41.389304900556645, 2.1215574776387123, 'Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Starbucks', 41.388743961461884, 2.130627505151918, 'Coffee Shop'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Celler de Gelida', 41.3814241465689, 2.136179629222225, 'Wine Shop'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Metric Market', 41.39173478821545, 2.1415538454252108, 'Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, "La Pizzeria d'Arana", 41.38592885521885, 2.1246664640458484, 'Pizza Place'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Yashima', 41.391190154589836, 2.143066485055705, 'Japanese Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Jardins de la Maternitat', 41.38421477869171, 2.1236658096313477, 'Park'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Sants Es Crema', 41.381336136438016, 2.136790529976782, 'Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Meliá Barcelona Sarrià', 41.39086085578341, 2.141698720287535, 'Hotel'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Restaurante Dos Torres', 41.3981399, 2.1289329, 'Spanish Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Carns i Embutits Selectes CV116', 41.38118403084856, 2.1359881114947368, 'Butcher'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'McFit', 41.390107362955625, 2.1431975909308676, 'Gym'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Lounge Bar Upper Diagonal', 41.390404451627575, 2.1216608418428415, 'Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Central Park', 41.38973543979111, 2.1224661333597816, 'Gastropub'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Café Turó', 41.3947819605619, 2.1420274738067384, 'Spanish Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Nueva Sala Magali', 41.39377386320011, 2.141588491829682, 'Gym'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Pudding Coffee Shop', 41.39160085083737, 2.1406326735271306, 'Coffee Shop'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Room018BCN', 41.38093427779693, 2.1302686136267948, 'Hostel'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Mamma Lucia', 41.380771839564126, 2.1336887810437246, 'Pizza Place'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Carrefour Market', 41.38379996337464, 2.14014501798215, 'Supermarket'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Maria Parrilla', 41.389509, 2.124563, 'BBQ Joint'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Plaça Pius XII', 41.38694287400335, 2.1226603175835512, 'Plaza'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Hora Punta', 41.39418021232867, 2.124476353019558, 'Hot Dog Joint'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Plaça del Centre', 41.38187339744518, 2.1358183790389504, 'Plaza'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Luri', 41.39781783372968, 2.1316048584024614, 'Japanese Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'AC Hotel Victoria Suites by Marriott', 41.389324, 2.1213379, 'Hotel'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Starbucks', 41.38701603939547, 2.123901844024658, 'Coffee Shop'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'O2 Centro Wellness', 41.3905292567011, 2.124997710437942, 'Gym / Fitness Center'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Rad Cafe', 41.38734943074996, 2.123897518533639, 'Bistro'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Farmacia', 41.39160270746944, 2.1253302984887137, 'Pharmacy'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Hotel Upper Diagonal', 41.39041652335819, 2.121579191559387, 'Hotel'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'La Tagliatella', 41.38984505035361, 2.1243407924339617, 'Italian Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Gran Hotel Princesa Sofía', 41.38651744622853, 2.123076401181158, 'Hotel'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, "Martin Wood's", 41.38139729706408, 2.135639190673828, 'Café'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Aire', 41.38552239418111, 2.1252511735082846, 'Spanish Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'IMPAR Restaurant', 41.38645433824837, 2.123292995189286, 'Spanish Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Hand Bar', 41.38964005888457, 2.1225281220384336, 'Bar'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Masedy', 41.38095860446423, 2.132937048447423, 'Spanish Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Supercor Express', 41.39062325589966, 2.12497608687469, 'Supermarket'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Charter', 41.39413208491448, 2.123930575930322, 'Grocery Store'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'la Sirena', 41.39569240573052, 2.124965982932858, 'Food & Drink Shop'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Tantarantan', 41.393826600596384, 2.1246269816535395, 'Italian Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, "El Fornet d'en Rossend", 41.38741950988579, 2.124257794413226, 'Diner'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Caprabo', 41.395343757294185, 2.1243675851936086, 'Grocery Store'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Club F', 41.39204439268471, 2.1247077240187418, 'Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Ukai', 41.39114312702139, 2.124310190292331, 'Japanese Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Bonanova Park', 41.39298869888098, 2.124846405714883, 'Hotel'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, "Foster's Hollywood", 41.39061164349621, 2.1235225980993486, 'American Restaurant'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Caprabo', 41.380966659636904, 2.1299276398031153, 'Supermarket'), ('Les Corts (neighbourhood)', 41.3896, 2.1325, 'Cornelia Night', 41.381118481704334, 2.133525759832385, 'Cocktail Bar')], [('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Palo Alto Market', 41.40443327710218, 2.210289238089355, 'Flea Market'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Cursa dels Nassos', 41.40683267699601, 2.211329011613347, 'Track'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Parc de Diagonal Mar (Parque de Diagonal Mar)', 41.40742617998394, 2.2147750854492188, 'Park'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Traspaso', 41.40506236039866, 2.209947109222412, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Platja de la Nova Mar Bella (Playa Nova Mar Bella)', 41.40187358241788, 2.215096950531006, 'Beach'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Restaurant Casa Isabel', 41.40433386471011, 2.214426933411878, 'Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Pork&Tuna', 41.406028, 2.217041, 'Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Platja de Llevant', 41.404440711860474, 2.218090295791626, 'Beach'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'El Fornet de Can Romà', 41.40671, 2.207703, 'Bakery'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Bar Andalucía', 41.40311505883134, 2.207433326197523, 'Spanish Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'L escola Restaurant', 41.403888570689745, 2.2113974798261835, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Eat Street', 41.40442581205362, 2.210350501800594, 'Buffet'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Hotel Occidental Atenea Mar', 41.402481950041995, 2.2122413542306303, 'Hotel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Vapiano', 41.410010761395945, 2.214656967777391, 'Italian Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, "L'ham Restaurant", 41.403833443932506, 2.2114134976607374, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Les Petits Plaisirs', 41.40470773168745, 2.212901204973217, 'Café'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Vincci Maritimo', 41.40816571140429, 2.2120795324039353, 'Hotel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'La Cantina PaloAlto', 41.40435667076723, 2.211136347712101, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Platja de la Mar Bella (Playa de la Mar Bella)', 41.3983, 2.211811, 'Nudist Beach'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Petit Mos', 41.405845484042715, 2.2082639963517305, 'Breakfast Spot'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Five Guys', 41.409675, 2.216574, 'Burger Joint'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Bitácora Poblenou', 41.40114903308354, 2.2046516906042632, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Fisterra', 41.409062, 2.207905, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, "Cerveseria L'Alternativa", 41.404986, 2.203086, 'Brewery'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, "La Cuineta D'en Pep", 41.40184730189141, 2.2111786518163314, 'Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Auditori del Fòrum', 41.411079369428585, 2.2209548950195312, 'Concert Hall'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'GREEN VITA Healthy Kitchen', 41.40937689031762, 2.2168135478560003, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Cal Cuc', 41.399640649841174, 2.205851746244445, 'Asian Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Aguaribay', 41.39920758350695, 2.205138267589154, 'Vegetarian / Vegan Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Hotel Vincci Bit', 41.41158002010249, 2.2119486723144237, 'Hotel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Taco Love', 41.40807253486399, 2.204812567997812, 'Taco Place'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Diagonal Mar', 41.40976162170263, 2.216055228680838, 'Shopping Mall'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Nollegiu', 41.40011658953632, 2.205556397370534, 'Bookstore'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Pappa Pomodoro', 41.408958684002016, 2.2155734886128258, 'Pizza Place'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'ApriBocca', 41.399614, 2.205109, 'Italian Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Jardines de Josep Trueta', 41.40384014442234, 2.2051193992324687, 'Plaza'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Chiringuito BeGay', 41.39834646324238, 2.211759784707048, 'Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'mésDvi', 41.400088384737465, 2.2050556800318395, 'Wine Bar'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Hilton', 41.408745858020545, 2.2175216674804688, 'Hotel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Bambú', 41.405070945446454, 2.218889733755179, 'Beach Bar'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'M&M Gourmet', 41.40553541, 2.20832606, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Skatepark Marbella', 41.39782077810258, 2.210635332939674, 'Skate Park'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Albatros', 41.4052791770583, 2.2131781331634532, 'Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Nolita', 41.402683, 2.204856, 'Italian Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Pull & Bear Stage', 41.40731867782262, 2.222876454478881, 'Music Venue'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Racó del Taulat', 41.399551186555605, 2.205853717247403, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Ristorante Piazza Grande', 41.40176707251602, 2.2059534610889386, 'Italian Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Smudy Diagonal Mar', 41.40976496683601, 2.2158616955893686, 'Juice Bar'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Ideal', 41.40091018770659, 2.2038373371132582, 'Café'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Mercat de Poblenou', 41.400785852008646, 2.2050968486711784, 'Farmers Market'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Hotel Barcelona Princess', 41.411061516, 2.218525868, 'Hotel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Tío bigotes', 41.40135, 2.2028093, 'Empanada Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Nike Store', 41.41015018625453, 2.2163100000000213, 'Sporting Goods Shop'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'La Carmanyola', 41.40102209304341, 2.2068846902285237, 'Paella Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Soco', 41.401322, 2.205243, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'AC Hotel Barcelona Forum', 41.4101060392605, 2.218752786193363, 'Hotel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Lugaris Beach', 41.39881933367353, 2.20749049285389, 'Hotel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Amistat Beach Hostel Barcelona', 41.400415294457254, 2.20576925409162, 'Hostel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Pronto Pizza', 41.402464378659886, 2.204427894341711, 'Pizza Place'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, "L'Atelier", 41.40109127502597, 2.2042546339471354, 'Cupcake Shop'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'CEM MARESME', 41.412412175636426, 2.213362951961975, 'Gym / Fitness Center'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, "Chiringuito Base Náutica 'La Base by Farré'", 41.39660249379064, 2.2101424349298053, 'Beach Bar'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Museu Blau', 41.410963892433145, 2.2201238218104136, 'Science Museum'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Faborit', 41.407605, 2.217556, 'Cafeteria'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Starbucks', 41.40967326146267, 2.215713323322027, 'Coffee Shop'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Bolera diagonal mar', 41.410305208619214, 2.218416175692135, 'Bowling Alley'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Plaça de Prim', 41.39951958586109, 2.205808430862513, 'Plaza'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, "Papa John's Pizza", 41.407790251015534, 2.2051976902976453, 'Pizza Place'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Jasmine Thai', 41.40506403269773, 2.2096279230918463, 'Thai Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Trattoria & Pizzeria Pappa Pomodoro', 41.408090469638054, 2.21661421772062, 'Italian Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Cafè Havanna', 41.41022298886154, 2.2177841532431106, 'Coffee Shop'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Can Oliva', 41.40688819284195, 2.203306870880938, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Vermut & Sifó', 41.4020761430864, 2.2049836075331783, 'Tapas Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Nice Spice', 41.403195375, 2.202583925, 'Indian Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Pronto Doner Kebab', 41.40235796910276, 2.20434853381312, 'Indian Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, "O' Principe Trattoria", 41.40322695248285, 2.202727556700578, 'Pizza Place'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, "Blau's", 41.411328808792796, 2.217714786529541, 'Diner'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Häagen-Dazs', 41.409912, 2.216848, 'Ice Cream Shop'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'A la Turca', 41.400883, 2.206256, 'Turkish Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Mercadona', 41.41387962622269, 2.212038705058794, 'Big Box Store'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'El Teu Pa', 41.40500928387547, 2.2051656372386574, 'Bakery'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Els Pescadors', 41.39950277396082, 2.2068212196611, 'Seafood Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Bar Nino', 41.41348521239712, 2.215896248817444, 'Spanish Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Hotel Best Price Diagonal Barcelona', 41.40992078318346, 2.209484114604351, 'Hotel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Mango', 41.41005251893726, 2.2170213920971755, 'Boutique'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Granja Montserrat', 41.41050468064663, 2.2136536338020076, 'Diner'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Mercadona', 41.40096720034815, 2.2053939284250745, 'Supermarket'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Cinesa Diagonal Mar', 41.40970463763629, 2.2168935279848747, 'Multiplex'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Massimo Dutti Diagonal Mar', 41.409781025564634, 2.2156501508938233, "Women's Store"), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Skatepark del Forum', 41.40752588546025, 2.2205473893051884, 'Skate Park'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Granier', 41.40332176949796, 2.2029883695226022, 'Bakery'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Bar Nou', 41.41169779018589, 2.2185813451368137, 'Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Blat & Plat', 41.40791406, 2.20399318, 'Bistro'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Mystery Escape', 41.407357619638695, 2.2026991784756356, 'Arcade'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Bar Local', 41.39928220784269, 2.2077369689941406, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Hotel SB Diagonal Zero Barcelona', 41.41202934487175, 2.2196387509803124, 'Hotel'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'La Burguesa', 41.409695475420804, 2.215921455525188, 'Burger Joint'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Princess Restaurant', 41.41084509945098, 2.2190117313770354, 'Breakfast Spot'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Kata Restaurant', 41.40693291676555, 2.207546628611431, 'Mediterranean Restaurant'), ('Diagonal Mar i el Front Marítim del Poblenou', 41.4052285, 2.2133522, 'Camp de Fútbol Municipal Agapito Fernández', 41.400788277719585, 2.213426944855338, 'Football Stadium')], [("Dreta de l'Eixample", 41.3950373, 2.1672069, 'OD Barcelona', 41.39390503409978, 2.167371216593632, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Silom Spa', 41.394674795757595, 2.1659441352205713, 'Spa'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Barrabes', 41.394399862314906, 2.1665575687169683, 'Sporting Goods Shop'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Sato i Tanaka', 41.394652, 2.169074, 'Japanese Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Mercat de la Concepció', 41.39604121717338, 2.168513988320868, 'Market'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'La Muscleria', 41.39662487418225, 2.1662936000994284, 'Seafood Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'The Growler Barcelona', 41.394785436277715, 2.1665612112208126, 'Beer Bar'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Fabrizzio Petit Palace', 41.39345552243535, 2.169760642594958, 'Hostel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Majestic Hotel & Spa', 41.393577569357966, 2.164298293103011, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'aQistoi', 41.39616842855322, 2.1693407313109336, 'Sandwich Place'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Vinitus Petit', 41.39256594463858, 2.1654404549763804, 'Tapas Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Central Garden Hostel One', 41.392644604144316, 2.169261716667709, 'Hostel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'CocoVail Beer Hall', 41.39281454658605, 2.1658007996782347, 'Beer Bar'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Floristeria Navarro', 41.39545324826903, 2.167148618025257, 'Flower Shop'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, '9 Reinas', 41.39402586154822, 2.16500470556673, 'Argentinian Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'CHANEL Boutique', 41.3934974, 2.1638445, 'Boutique'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hotel Alma', 41.39489662606688, 2.162894578586141, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hotel Praktik Bakery', 41.396212341060476, 2.163267566190587, 'Bed & Breakfast'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hotel Sixtytwo Barcelona', 41.39284747483745, 2.164194609452685, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Minamo', 41.39379, 2.170072, 'Japanese Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Baluard', 41.39620058350399, 2.1632405763853586, 'Bakery'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Teòric', 41.397867, 2.169303, 'Mediterranean Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Replay', 41.392884719720875, 2.16476726143272, 'Boutique'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'La Dolce Vitae - Terrassa del Majestic', 41.39351563311209, 2.1639975860213703, 'Roof Deck'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Ibis Styles Barcelona Centro - La Pedrera', 41.39778466551872, 2.165628889683443, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'La Paradeta', 41.391917331895506, 2.1669570443956547, 'Seafood Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Casa Batlló', 41.391716734434084, 2.165009379386902, 'Museum'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Ancestral', 41.397673, 2.165394, 'Bar'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Casa Consell', 41.392164503677606, 2.167366107726408, 'Hostel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Anita Flow', 41.395687, 2.171646, 'Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Eroica Caffè Barcelona', 41.393672, 2.1692, 'Café'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Gir80', 41.3957519774482, 2.1708360990569586, 'Hostel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'BistrEau by Ángel León', 41.39138303915583, 2.166841142999907, 'Bistro'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Louis Vuitton', 41.3941229, 2.1632048, 'Boutique'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Mandarin Oriental', 41.3911676, 2.1665773, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Baluard', 41.39649821432148, 2.1622365276956836, 'Bakery'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Billy Brunch', 41.39774196416888, 2.1694505643322706, 'Bistro'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Azotea Casa Milà', 41.39537577382724, 2.1620657039843656, 'Monument / Landmark'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Azotea Mandarin Oriental', 41.39117, 2.16663, 'Roof Deck'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Masajes Shiva', 41.39128209538621, 2.168126106262207, 'Massage Studio'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'H10 Casa Mimosa', 41.39634316979176, 2.1621968951866393, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Passeig de Sant Joan', 41.398695100065794, 2.169990923896971, 'Road'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Jaime Beriestain Concept Store', 41.395505585751245, 2.1632593680973327, 'Furniture / Home Store'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hungaryto', 41.39723784025075, 2.171584691534648, 'Hungarian Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Faborit', 41.39143071208819, 2.1646669469543385, 'Salad Place'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Tiger', 41.39104604692123, 2.1646909310708384, 'Gift Shop'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hermès', 41.39396625948295, 2.1623873223815293, 'Boutique'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'El Nacional', 41.39069209681801, 2.168455946117272, 'Spanish Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Muji', 41.390283, 2.166613, 'Paper / Office Supplies Store'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hotel Royal Passeig de Gràcia', 41.3944802928369, 2.162156765491447, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Kenzo', 41.39101197275996, 2.1660952460498817, 'Boutique'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hotel Cotton House', 41.3917433, 2.171791, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'El Palace Hotel Barcelona', 41.39148472871179, 2.1714595842009357, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hotel Catalonia Passeig de Gràcia', 41.39019133972713, 2.1695580296060326, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'La Taperia de el Nacional', 41.3906788117304, 2.168481274370344, 'Tapas Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'La Cava Cakery', 41.39966448232841, 2.1687430143356323, 'Cupcake Shop'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Loewe', 41.391343542296184, 2.165630651477282, 'Accessories Store'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Parking Pizza', 41.396307, 2.174113, 'Pizza Place'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Granja Petitbo', 41.39754296676689, 2.17214799025707, 'Breakfast Spot'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Mayura', 41.393989675635126, 2.172262905729498, 'Indian Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Uniqlo', 41.389926, 2.16837, 'Clothing Store'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Reserva Ibérica', 41.390996155540996, 2.163306135251844, 'Spanish Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'El Viti Taberna', 41.396542541743734, 2.1738021433156973, 'Bar'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Gaudi Plein', 41.39103493369193, 2.1663798636818177, 'Plaza'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Cockteletia El Nacional', 41.39070675284254, 2.1684720300785187, 'Cocktail Bar'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hotel Almanac', 41.39060435278621, 2.169403469296777, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Casa Bonay', 41.393740838629135, 2.174149805921701, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'COS', 41.39090664414145, 2.166412880379373, 'Clothing Store'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Rooq', 41.395288, 2.173391, 'Fried Chicken Joint'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Lindt', 41.39283854340298, 2.161317714724044, 'Chocolate Shop'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Vinitus', 41.390019706697295, 2.16428603105839, 'Tapas Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, "Satan's Coffee", 41.39373011407988, 2.174127623309606, 'Coffee Shop'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Cerveseria Catalana', 41.39255154581043, 2.1608021787187797, 'Tapas Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'El Nacional Barra de Vins', 41.390785, 2.168533, 'Wine Bar'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Obrador DelaCrem', 41.396941, 2.172311, 'Ice Cream Shop'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'La Pepita', 41.39804397073071, 2.1611130504185203, 'Tapas Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Sir Victor Hotel', 41.396134601677794, 2.1609803548258166, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Lo Pinyol', 41.39859751262284, 2.161147631886733, 'Wine Bar'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Goiko Grill', 41.39636880000162, 2.1739840507507324, 'Burger Joint'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Yeah Hostel Barcelona', 41.40000130759602, 2.1644007482802126, 'Hostel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Tragaluz', 41.39472412792863, 2.160473091276893, 'Mediterranean Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'FC Barcelona Official Store', 41.389719992038465, 2.167715207959539, 'Sporting Goods Shop'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Can Kenji', 41.400340499072655, 2.1663397550582886, 'Japanese Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Lush Barcelona Centro', 41.39064387212212, 2.164082633461595, 'Cosmetics Shop'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, "La Cuina d'en Garriga", 41.39083805372974, 2.1654378507927396, 'Mediterranean Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Zara Home', 41.39047230242951, 2.1673953399939396, 'Furniture / Home Store'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Takumi Tonkotsu Ramen', 41.394220959177595, 2.1747875704973127, 'Ramen Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Sam Buja', 41.3972178867653, 2.1740859746932983, 'Korean Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Midtown Apartments Barcelona', 41.39138352524752, 2.1732106403670732, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Yoi Yoi Gion Kyoto', 41.396584090823104, 2.160637378692627, 'Noodle House'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Cinemes Girona', 41.399356587826375, 2.1642078238667057, 'Movie Theater'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Palau Macaya (Palacio Macaya)', 41.39977793073186, 2.1692067864322286, 'Science Museum'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Seven Dir', 41.39296204490318, 2.1622316573486016, 'Gym'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'La Central', 41.3923073118521, 2.159686106083793, 'Bookstore'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'AIUEnO', 41.40018155529187, 2.16668039560318, 'Japanese Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, '& Other Stories', 41.38904935946038, 2.1690389859936445, "Women's Store"), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Hotel Negresco Princess', 41.390469156140114, 2.1723643895452582, 'Hotel'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Cerveseria Ciutat Comtal', 41.38878298306743, 2.1666541892917293, 'Tapas Restaurant'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Jardins del Palau Robert', 41.39600296497824, 2.158931942487306, 'Park'), ("Dreta de l'Eixample", 41.3950373, 2.1672069, 'Muy Mucho', 41.38980039016454, 2.165243791241908, 'Furniture / Home Store')], [("La Font d'en Fargues", 41.425788, 2.1659152, 'Nick Spa & Sports Club', 41.42713667663212, 2.165790084564365, 'Gym / Fitness Center'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Bar Restaurant La Columna', 41.42823413664493, 2.166449834862762, 'Spanish Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, "Vitamínica d'Horta", 41.42878194967626, 2.162803476234664, 'Vegetarian / Vegan Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Vinomio', 41.429931013773654, 2.1627363091613745, 'Tapas Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Bodega Massana', 41.43033549330102, 2.162919091757809, 'Winery'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Lomoteca El Bou', 41.42776680764795, 2.1697366087580523, 'Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Txetxu Taverna', 41.429891254509364, 2.1623352909738833, 'Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, "Mercat d'Horta", 41.429512518321076, 2.159388758009914, 'Food & Drink Shop'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'La Esquinica', 41.430406284350475, 2.171374667203863, 'Tapas Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Frankfurt Horta', 41.429273728629276, 2.162375255977516, 'Hot Dog Joint'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Samba Brasil Horta', 41.42979738366964, 2.1620851627011706, 'Pub'), ("La Font d'en Fargues", 41.425788, 2.1659152, "Quimet d'Horta", 41.430683867904605, 2.1607638173828976, 'Sandwich Place'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Es Bandoler', 41.43001161322934, 2.1623539187601257, 'Spanish Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Búnkers del Carmel', 41.419227577082644, 2.1616922996973793, 'Historic Site'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Don Bratwurst', 41.43167943175655, 2.1635399328364344, 'German Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Turó de la Rovira', 41.41926908763251, 2.1617108779270393, 'Scenic Lookout'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Casa Leto', 41.430619038120135, 2.16320529344937, 'Tapas Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Parc del Guinardó', 41.419327337949824, 2.1712193342358352, 'Park'), ("La Font d'en Fargues", 41.425788, 2.1659152, "L'Algueró", 41.42121189578586, 2.1738402445273493, 'Café'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'La Filomena', 41.43004596689304, 2.1636351215247513, 'Pub'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'La Crema', 41.42752066740663, 2.157484248183622, 'Café'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Granier', 41.428473086318, 2.1632170199883816, 'Coffee Shop'), ("La Font d'en Fargues", 41.425788, 2.1659152, "Plaça d'Eivissa", 41.430257738933555, 2.160952417493719, 'Pedestrian Plaza'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Louise Se Va', 41.43083137879083, 2.160702774564575, 'Sandwich Place'), ("La Font d'en Fargues", 41.425788, 2.1659152, "L'Eivissenca", 41.43041027864234, 2.1608892561460276, 'Ice Cream Shop'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'La Cholita', 41.4285528240815, 2.176719656262016, 'Tapas Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Woki', 41.430301666259766, 2.170598030090332, 'Asian Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Trattoria Italia', 41.42844, 2.1699135, 'Italian Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Keisy', 41.426529780111785, 2.1556194305743115, 'Supermarket'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Restaurante Alvar', 41.428833333, 2.160433888, 'Mediterranean Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Il Trastevere', 41.42906443208985, 2.1620451819689097, 'Italian Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Plaça Catalana', 41.42173585075618, 2.173045511832635, 'Plaza'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Plaça del Nen de la Rutlla', 41.41861544883394, 2.1719050425968125, 'Playground'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Mercat de la Mercè', 41.43070364302849, 2.173574715031178, 'Farmers Market'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'BAR LIPS BCN', 41.41962076874311, 2.172755273229874, 'Bar'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Unió Esportiva Horta', 41.43362167641615, 2.1607933074125, 'Sports Club'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Foment Hortenc', 41.430723628807506, 2.1597216109128277, 'Performing Arts Venue'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Frankfurt Julia', 41.43012482365685, 2.1609413328018285, 'Tapas Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Restaurant Paraiso Oriental', 41.429481665526545, 2.158720099297093, 'Chinese Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Pizzería Maruzella', 41.42723011237559, 2.169523855120542, 'Pizza Place'), ("La Font d'en Fargues", 41.425788, 2.1659152, "El Racó d'Horta", 41.43299593686785, 2.1608167846405313, 'Café'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Pastisseria Mas', 41.426399492643895, 2.172826704830149, 'Café'), ("La Font d'en Fargues", 41.425788, 2.1659152, "La Fonda d'Horta", 41.43045995188966, 2.1607693202611014, 'Tapas Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Cent % BurgerBar', 41.430792698244204, 2.160878804908079, 'Burger Joint'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Bar musical', 41.42865024158491, 2.172166973858575, 'Bar'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Timesburg', 41.4301952, 2.1737926, 'Burger Joint'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'ADN Bar', 41.42928694069777, 2.1730823074202323, 'Bar'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Bar La Cotxera', 41.42833564352568, 2.1754845946401913, 'Cocktail Bar'), ("La Font d'en Fargues", 41.425788, 2.1659152, "L'obrador dels 15", 41.42454065886319, 2.176904822716588, 'Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'The New Orleans Coffee & Tea Company', 41.43042166370781, 2.172554487811524, 'Café'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Tomy Tapas', 41.41910884374684, 2.17234976702348, 'Tapas Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'La Panera', 41.42962829267688, 2.160807447360541, 'Bakery'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'La Bota del Racó', 41.42201141113248, 2.1746728756725893, 'Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Complex Esportiu Horta', 41.4335113027736, 2.1602074696429723, 'Gym / Fitness Center'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'A Tavola', 41.430200502823254, 2.1610405358300997, 'Pizza Place'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Granier Pans Artesans', 41.43030008630418, 2.176099717378306, 'Bakery'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Can Cuxart', 41.42825233239563, 2.176330985339793, 'Bar'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'la Sirena', 41.42705894901424, 2.1558564323077345, 'Grocery Store'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Eurofitness Horta', 41.42376742758202, 2.1585032571102976, 'Gym'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Parc del Turó de la Peira', 41.4327962096264, 2.165461450542692, 'Park'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'La Bacardina', 41.42998577555173, 2.1637604377265762, 'Tapas Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Cafès Caracas', 41.43147685701865, 2.1734603097700105, 'Café'), ("La Font d'en Fargues", 41.425788, 2.1659152, "Domino's Pizza", 41.430631554406865, 2.164108454786381, 'Pizza Place'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Caprabo', 41.430263804802024, 2.168395070505486, 'Grocery Store'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Quin15s', 41.42521167103601, 2.176099717378306, 'Bar'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Frankfurt Ibèric', 41.430298, 2.170952, 'Hot Dog Joint'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Duplex', 41.42986998747221, 2.1636868867135663, 'Cocktail Bar'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Mercadona', 41.42866123333626, 2.1649372595774174, 'Supermarket'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Caprabo', 41.42827055900619, 2.1706914975604312, 'Supermarket'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Xarcuteria Delicatessen Garciz', 41.42868715432576, 2.163096133510794, 'Deli / Bodega'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Boca&Boca', 41.43003635168593, 2.1759933643219678, 'Seafood Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Mercadona', 41.432059, 2.171967, 'Supermarket'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Etxekoa Burguer Horta', 41.430416704764816, 2.1641415206927306, 'Burger Joint'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'La Taberna de Ali-Baba', 41.429913364035436, 2.1624079043459865, 'Spanish Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Casa de los Navarros', 41.427599356737495, 2.1652638969023306, 'Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Opencor', 41.427858126747815, 2.1653113108159774, 'Food & Drink Shop'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'restaurante can xus', 41.430778, 2.161331, 'Mediterranean Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Cerveseria Centre', 41.429582, 2.161887, 'Snack Place'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Atibaris', 41.424339328242944, 2.1761284382426846, 'Food'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Pizzeria la B', 41.42453720545382, 2.1762641035963717, 'Italian Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'El Frankfurt Julia', 41.43018772846956, 2.1609863295430163, 'Spanish Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Audrey Brunch & Coffee', 41.42584228515625, 2.1541430950164795, 'Coffee Shop'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Caprabo', 41.42819757579614, 2.1727852658970295, 'Grocery Store'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Plaça del Guinardó', 41.421648809935014, 2.1751878475109883, 'Plaza'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Plaça de Pastrana', 41.42526870711883, 2.156079234944934, 'Plaza'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Burger King', 41.430138, 2.1742814, 'Fast Food Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Plaça Virrei Amat', 41.4301755620069, 2.1749575547312254, 'Plaza'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'la Sirena', 41.423196421878174, 2.1753118504945466, 'Grocery Store'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'MALUP PARC', 41.43000316530575, 2.1710370798527032, 'Playground'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Bar CANFRANC', 41.431466427934716, 2.1672336258331097, 'Breakfast Spot'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Bar Capri', 41.42850373518451, 2.176238890437382, 'Diner'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'C. C. D. Turó de la Peira', 41.43225906085446, 2.1665601897993105, 'Soccer Field'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Mirador Sant Joan de les Abadesses', 41.41929584738767, 2.1665170074006017, 'Scenic Lookout'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Gran Vista', 41.42019323957908, 2.1601120772904134, 'Trail'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'shirtbcn', 41.43112824540364, 2.159584370908284, 'Clothing Store'), ("La Font d'en Fargues", 41.425788, 2.1659152, '365.cafè', 41.43259086390278, 2.1736441772077404, 'Food'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Petit Bar', 41.430252468700964, 2.160951348855998, 'Brewery'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Plaçeta Dr. Cadevall / Telègraf', 41.4185864167813, 2.169333546198533, 'Plaza'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'el raconet', 41.419289, 2.172374, 'Spanish Restaurant'), ("La Font d'en Fargues", 41.425788, 2.1659152, 'Barcelona Nice And Cozy', 41.432535600887306, 2.1584905992169183, 'Hostel')], [('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Caleta de Sants', 41.373525041164264, 2.1451566666753403, 'Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Vicoca', 41.374161, 2.144223, 'Wine Bar'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Tapaspuma', 41.371865963593876, 2.1449312951389197, 'Spanish Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Casa Del Chocolate', 41.3688613813653, 2.1476299399109107, 'Candy Store'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'CaixaForum Barcelona', 41.371236450750885, 2.1497653895876803, 'Art Museum'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Real Sociedad de Tenis Pompeya', 41.36813950354752, 2.145813172238558, 'Tennis Court'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Zero 20', 41.36895, 2.1459696, 'Taco Place'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Mies van der Rohe Pavilion (Pabellón Mies van der Rohe)', 41.37070678812495, 2.150029492097134, 'Monument / Landmark'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Pizza del Sortidor', 41.374615, 2.142475, 'Pizza Place'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Poble Espanyol (Pueblo Español)', 41.368806442514625, 2.147923707962036, 'Historic Site'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Fuente Mágica de Montjuïc', 41.37112051155365, 2.1515112354560353, 'Fountain'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Bodega Amposta', 41.37184235304051, 2.147343321323696, 'Tapas Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Exposició Japonisme', 41.371394397260644, 2.1493816660122613, 'Art Gallery'), ('La Font de la Guatlla', 41.3707824, 2.1446756, "Plaça d'Espanya (Plaza de España)", 41.37502128798987, 2.1491146087646484, 'Plaza'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Plaza Mayor', 41.36871001232493, 2.14703807093815, 'Plaza'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Ayre Hotel Gran Via Barcelona', 41.37326216151984, 2.14728714786776, 'Hotel'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Kimchi Mama', 41.375862, 2.1433277, 'Asian Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Input', 41.368678443945335, 2.148805022273562, 'Nightclub'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Climbat Foixarda', 41.366454761252, 2.1483424499687676, 'Gym / Fitness Center'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Timesburg', 41.37463805689387, 2.142615283049543, 'Burger Joint'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'El Tablao de Carmen', 41.3688765444084, 2.148981331352708, 'Performing Arts Venue'), ('La Font de la Guatlla', 41.3707824, 2.1446756, "Museu Nacional d'Art de Catalunya (MNAC) (Museo Nacional de Arte de Cataluña)", 41.36891468193521, 2.15322510771647, 'Art Museum'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Petit Pau', 41.37626588093834, 2.1404964663880426, 'Mediterranean Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Zumzeig Cinema', 41.377349661712515, 2.14507609985447, 'Indie Movie Theater'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Plaça de Carles Buïgas', 41.37137412301213, 2.15157151222229, 'Plaza'), ('La Font de la Guatlla', 41.3707824, 2.1446756, "Devil's Kitchen", 41.373609, 2.145292, 'German Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Terrrazza', 41.36875236326928, 2.1493886234289272, 'Nightclub'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Escales del MNAC (Escalas del MNAC)', 41.36895584270311, 2.153155163708276, 'Scenic Lookout'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Taverna La Parra', 41.3750436629029, 2.1408656256093077, 'Mediterranean Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La terrassa Miró', 41.37735601031151, 2.1460890769958496, 'Bar'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'El Pati Verd', 41.37079695415862, 2.137390404232961, 'Coffee Shop'), ('La Font de la Guatlla', 41.3707824, 2.1446756, "Terra d'Escudella", 41.37621452537409, 2.1390156204598445, 'Bar'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Casa Vives', 41.37540756780608, 2.137171192844663, 'Dessert Shop'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Foixarda', 41.365944143497195, 2.1465040297994005, 'Rock Climbing Spot'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Briciola', 41.373719, 2.136506, 'Italian Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Mestressa', 41.37604998013339, 2.1387023276518815, 'Tapas Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'LUSH', 41.37615703240562, 2.1491893383513667, 'Cosmetics Shop'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Tartela', 41.377159, 2.149722, 'Café'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Anella Olímpica', 41.36476361856323, 2.1490931510925293, 'Plaza'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'ArteSants', 41.375029016942, 2.1389970763848605, 'Beer Bar'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Piscines Picornell', 41.36590011765177, 2.1510860615163607, 'Pool'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Zarautz Taberna Vasca', 41.37796277601982, 2.1432826863239987, 'Tapas Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Club Metropolitan', 41.376249193059444, 2.1489014229503267, 'Gym'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Plaça de les Cascades (Plaza de las Cascadas)', 41.369454619576665, 2.1525796934986534, 'Plaza'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Vermut i a la Gàbia', 41.37604631612766, 2.138693127086407, 'Wine Bar'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Hotel Ofelias', 41.376708600927714, 2.150084761039218, 'Hotel'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Roof at Las Arenas', 41.37591892213337, 2.1493052805022623, 'Scenic Lookout'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Morrow Coffee', 41.37710480525754, 2.1513783931732178, 'Coffee Shop'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Abrelatas Selection Gourmet', 41.36875323011846, 2.1470247271204683, 'Gastropub'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Kop de Mà', 41.37569476884018, 2.138392898824387, 'Tapas Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Palece of Montjuic - Barcelona', 41.369391633534995, 2.15427706860442, 'Palace'), ('La Font de la Guatlla', 41.3707824, 2.1446756, "Plaça d'Osca", 41.376053031680435, 2.1387269240296023, 'Pedestrian Plaza'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Restaurant La Font de Prades', 41.36897987690437, 2.149293396448073, 'Mediterranean Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'SmartRoom Barcelona', 41.37205416318771, 2.136929602236525, 'Hotel'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Pablo Espaniola Tapes', 41.36876121055767, 2.1479970179997676, 'Spanish Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Urban Dance Factory', 41.37350701099828, 2.1375290993779203, 'Performing Arts Venue'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Terrassa del MNAC', 41.36885879056334, 2.1532358592253633, 'Cocktail Bar'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Pakta', 41.37436567440631, 2.1543738338744274, 'Peruvian Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Tere Gastro Bar', 41.37651, 2.1383877, 'Gastropub'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Estadi Joan Serrahima', 41.365632608070065, 2.14442265447714, 'Track Stadium'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Pastisseria Kessler Galimany', 41.375261, 2.138, 'Pie Shop'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Putxinel·lis', 41.37627705962282, 2.1374639820164196, 'Italian Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, "Institut Nacional d'Educació Física de Catalunya (INEFC)", 41.36495105885715, 2.147386485311698, 'General College & University'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Vinateria Rosaluna', 41.37556874764187, 2.1546077728271484, 'Liquor Store'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Mecal Air', 41.369107578975, 2.149556209762513, 'Indie Movie Theater'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Kobuta Ramen', 41.36986017860928, 2.1331966064726955, 'Ramen Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'El Rocoto', 41.37415313720703, 2.1363656520843506, 'Peruvian Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'TAPS Bar', 41.37293659726671, 2.1557073609929858, 'Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Mirador del Palau Nacional', 41.368982757556616, 2.1531111436871, 'Scenic Lookout'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Forn Baltà', 41.37549700339748, 2.134669291320325, 'Bakery'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Paradeta', 41.3765980740677, 2.1383149713365617, 'Seafood Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Plaça Bonet i Muixí', 41.37447190833837, 2.136500048521069, 'Plaza'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'La Més Petita', 41.37837806695969, 2.1510799987126012, 'Brewery'), ('La Font de la Guatlla', 41.3707824, 2.1446756, "El Rebost d'Hostafrancs", 41.376829976019714, 2.145602024765577, 'Breakfast Spot'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Fenicia', 41.37667224335924, 2.136752960098682, 'Middle Eastern Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Piscina B-Hotel', 41.37656823958573, 2.1505066752433772, 'Hotel Pool'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Can Violí', 41.373945, 2.137244, 'Mediterranean Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Gelatomania', 41.37559317252977, 2.153698465868421, 'Ice Cream Shop'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Goiko Grill', 41.365813, 2.135518, 'Burger Joint'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Palau Sant Jordi', 41.36423103566795, 2.1527103617560694, 'Basketball Stadium'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Ugarit', 41.377169279882835, 2.137445998617477, 'Middle Eastern Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Tapes Tapas', 41.36880289946612, 2.147995581563538, 'Spanish Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, "Drac de l'Espanya Industrial", 41.3788475400483, 2.1417288734655155, 'Sculpture Garden'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Cúpula de les Arenes', 41.37612118598804, 2.14937955938262, 'Event Space'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Plaça de Sants', 41.37568145935119, 2.135413885116577, 'Plaza'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Bao Bao', 41.37648031911556, 2.138283265218502, 'Vietnamese Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Espai Kru by Rías de Galicia', 41.37428034300592, 2.154440458671828, 'Seafood Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'X Games Barcelona', 41.36486049994453, 2.153118071985757, 'Skate Park'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Homo Sibaris', 41.376067314316444, 2.1387967343647376, 'Brewery'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'New Pervert Club', 41.36835415067781, 2.148725787992589, 'Gay Bar'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Centre Esportiu Municipal Espanya Industrial', 41.37708533479356, 2.1420017886511467, 'Athletics & Sports'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Farggi Cafe', 41.37596085920347, 2.1359015314318066, 'Ice Cream Shop'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Rias de Galicia', 41.374248565588246, 2.1544858380588976, 'Seafood Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Monestir de Sant Miquel', 41.36906035841352, 2.1502277963936813, 'Historic Site'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Il Golfo di Napoli', 41.372321, 2.155362, 'Italian Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Parc de Joan Miró', 41.377642724566606, 2.1485039674342286, 'Park'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Casa de Tapas Cañota', 41.374126221794555, 2.1546447067339614, 'Tapas Restaurant'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Jardí Botànic Històric', 41.36720665658952, 2.1528743661346272, 'Garden'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Mirador de Colom', 41.379357164081654, 2.1478229235197333, 'Scenic Lookout'), ('La Font de la Guatlla', 41.3707824, 2.1446756, 'Taquería El Changarrito', 41.372122460615174, 2.1559742522033756, 'Taco Place')], [('Fort Pienc', 41.3959246, 2.1823245, 'Three Marks Coffee', 41.397256418755575, 2.1834718678782297, 'Coffee Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'Ametller Origen', 41.39600662691733, 2.1797239780426025, 'Health Food Store'), ('Fort Pienc', 41.3959246, 2.1823245, 'Il Birrino', 41.396247351548375, 2.1843007921779645, 'Bistro'), ('Fort Pienc', 41.3959246, 2.1823245, 'Reebok Crossfit BCN', 41.39468460364665, 2.1813758912700343, 'Gym'), ('Fort Pienc', 41.3959246, 2.1823245, "L'Auditori", 41.39860416340613, 2.1852897648933367, 'Concert Hall'), ('Fort Pienc', 41.3959246, 2.1823245, 'Chenji: Qi Xin Mian Guan (齊心面館) (Chen Ji)', 41.393636345737846, 2.180736719751653, 'Chinese Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Yogabody Fitness 1', 41.39519200901744, 2.1774324412482646, 'Yoga Studio'), ('Fort Pienc', 41.3959246, 2.1823245, 'Vic Braseria', 41.39731149932094, 2.179650649002669, 'Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Yang Kuang', 41.392082371, 2.179492636, 'Food & Drink Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'El Petit', 41.396417089593704, 2.1771544218063354, 'Café'), ('Fort Pienc', 41.3959246, 2.1823245, 'Gorría', 41.39871025328366, 2.1781050657173107, 'Spanish Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Norma Cómics', 41.39237217432592, 2.178759437072948, 'Comic Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'Parking Shakespeare', 41.394089900554725, 2.184508461712691, 'Theater'), ('Fort Pienc', 41.3959246, 2.1823245, 'Arco del Triunfo', 41.39108087262071, 2.1805715560913086, 'Monument / Landmark'), ('Fort Pienc', 41.3959246, 2.1823245, 'Crossfit Poblenou', 41.394990164070585, 2.1883739673552256, 'Gymnastics Gym'), ('Fort Pienc', 41.3959246, 2.1823245, 'Churrería J. Argilés', 41.395353441646805, 2.1865868921489016, 'Food Truck'), ('Fort Pienc', 41.3959246, 2.1823245, 'Brew Coffee', 41.39453, 2.178257, 'Coffee Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'La Bona Pinta', 41.39932336768667, 2.1787317690081807, 'Beer Bar'), ('Fort Pienc', 41.3959246, 2.1823245, 'Secrets del Mediterrani', 41.393020634142, 2.178586721420288, 'Deli / Bodega'), ('Fort Pienc', 41.3959246, 2.1823245, 'Mabel', 41.39481546565168, 2.18728244304657, 'Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Orval Barcelona', 41.392533, 2.18579, 'Coffee Shop'), ('Fort Pienc', 41.3959246, 2.1823245, "Parc de l'Estació del Nord", 41.39348745607448, 2.184004783630371, 'Park'), ('Fort Pienc', 41.3959246, 2.1823245, 'Triangle Friki (Triángulo Friki)', 41.39208282847029, 2.1790608369660585, 'Arcade'), ('Fort Pienc', 41.3959246, 2.1823245, 'Librería Gigamesh', 41.39177663737363, 2.177398920788187, 'Bookstore'), ('Fort Pienc', 41.3959246, 2.1823245, 'Teatre Nacional de Catalunya', 41.39969815906721, 2.1863276831207505, 'Theater'), ('Fort Pienc', 41.3959246, 2.1823245, 'Da Zhong', 41.39333918862393, 2.1806014408863224, 'Szechuan Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Santa Fe', 41.3921272241999, 2.1857857704162598, 'Café'), ('Fort Pienc', 41.3959246, 2.1823245, 'Kaburi Rol & Games', 41.392333295330424, 2.1781814053112742, 'Toy / Game Store'), ('Fort Pienc', 41.3959246, 2.1823245, 'Juice Dudes', 41.391884, 2.186535, 'Juice Bar'), ('Fort Pienc', 41.3959246, 2.1823245, 'Bar Triomf', 41.39090345399538, 2.183228203575709, 'Diner'), ('Fort Pienc', 41.3959246, 2.1823245, '360 Hostel Barcelona', 41.39161469486419, 2.1775766738256586, 'Hostel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Parking Pizza', 41.396307, 2.174113, 'Pizza Place'), ('Fort Pienc', 41.3959246, 2.1823245, 'Takumi Tonkotsu Ramen', 41.394220959177595, 2.1747875704973127, 'Ramen Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Manairó', 41.39945422993401, 2.1796814745813213, 'Mediterranean Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Fismuler', 41.39013767779409, 2.180060606219633, 'Theme Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Restaurant Portolès', 41.39698555599641, 2.1755761831082054, 'Spanish Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Bar Centro', 41.39291821861029, 2.1753664509683324, 'Burger Joint'), ('Fort Pienc', 41.3959246, 2.1823245, 'The Bakers', 41.40156777340462, 2.18278169631958, 'Bakery'), ('Fort Pienc', 41.3959246, 2.1823245, 'Madame Chocolat', 41.39110501938544, 2.1788549423217773, 'Clothing Store'), ('Fort Pienc', 41.3959246, 2.1823245, 'sivasdescalzo', 41.39254584376062, 2.1765816008050964, 'Accessories Store'), ('Fort Pienc', 41.3959246, 2.1823245, 'Crossfit Eixample', 41.39244247346108, 2.176975314608003, 'Gym'), ('Fort Pienc', 41.3959246, 2.1823245, 'El Arbol', 41.393536814184394, 2.177090243178278, 'Breakfast Spot'), ('Fort Pienc', 41.3959246, 2.1823245, 'Deu Dits', 41.39847740736391, 2.1893137104761493, 'Climbing Gym'), ('Fort Pienc', 41.3959246, 2.1823245, 'Elsa y Fred', 41.38983615219001, 2.1798666446122197, 'Tapas Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Motel One', 41.3894742, 2.1838025, 'Hotel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Casa Bonay', 41.393740838629135, 2.174149805921701, 'Hotel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Feeling Woman', 41.39476371320736, 2.1908139667182693, 'Dance Studio'), ('Fort Pienc', 41.3959246, 2.1823245, 'El Viti Taberna', 41.396542541743734, 2.1738021433156973, 'Bar'), ('Fort Pienc', 41.3959246, 2.1823245, 'Firebug', 41.3927691123145, 2.1779510378837585, 'Bistro'), ('Fort Pienc', 41.3959246, 2.1823245, 'Restaurante Alfonsina', 41.39703525358738, 2.175728103629808, 'Argentinian Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Capri By Fraser Barcelona', 41.397495913699615, 2.188808992124071, 'Hotel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Hotel REC', 41.390169980425334, 2.1799519663210196, 'Hotel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Goiko Grill', 41.39636880000162, 2.1739840507507324, 'Burger Joint'), ('Fort Pienc', 41.3959246, 2.1823245, 'Sam Buja', 41.3972178867653, 2.1740859746932983, 'Korean Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, "Satan's Coffee", 41.39373011407988, 2.174127623309606, 'Coffee Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'Anytime Fitness', 41.39309241000148, 2.18681564628921, 'Gym / Fitness Center'), ('Fort Pienc', 41.3959246, 2.1823245, 'Bed & Bike', 41.39696418255494, 2.1764411862742796, 'Hotel'), ('Fort Pienc', 41.3959246, 2.1823245, 'La Isla Hostal', 41.39140372575518, 2.179347070702985, 'Hotel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Xocoxavi', 41.39286735354451, 2.1848924601159596, 'Coffee Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'Tasmango Dessert', 41.391018, 2.1784825, 'Pastry Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'RARE burgers & more', 41.39265039367386, 2.175067663192749, 'Burger Joint'), ('Fort Pienc', 41.3959246, 2.1823245, 'Kserol', 41.398628070632626, 2.1752893478333135, 'Bistro'), ('Fort Pienc', 41.3959246, 2.1823245, 'Giulietta Cafe', 41.39437419138197, 2.175909753080279, 'Coffee Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'Cascada Monumental', 41.38931845588602, 2.186541994124922, 'Fountain'), ('Fort Pienc', 41.3959246, 2.1823245, 'Mitja Marató de Barcelona', 41.39029118680263, 2.1834332835940464, 'Track'), ('Fort Pienc', 41.3959246, 2.1823245, 'Diagonalflats - Sagrada Família', 41.401121283083, 2.17911364758739, 'Hostel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Aquí hi ha Molla', 41.39181794618596, 2.1880650898182643, 'Bakery'), ('Fort Pienc', 41.3959246, 2.1823245, 'Hotel NH Pódium', 41.39167165236542, 2.1779135024632086, 'Hotel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Rooq', 41.395288, 2.173391, 'Fried Chicken Joint'), ('Fort Pienc', 41.3959246, 2.1823245, 'En Aparté', 41.38994998909235, 2.178951501846313, 'French Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Farigola Born', 41.389953025898755, 2.1807507277701816, 'Gastropub'), ('Fort Pienc', 41.3959246, 2.1823245, 'De Pa i Xocolata', 41.393574665213826, 2.1885962656019515, 'Bakery'), ('Fort Pienc', 41.3959246, 2.1823245, 'Nakashita', 41.39004393531876, 2.1800696919080544, 'Japanese Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Las Sorrentinas', 41.3892273997862, 2.179362472867905, 'Italian Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'SKYE Coffee Co.', 41.39681963317447, 2.1913092252456856, 'Coffee Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'Van Van Var', 41.39399887040982, 2.1902908929701312, 'Burger Joint'), ('Fort Pienc', 41.3959246, 2.1823245, 'Picnic', 41.38870086963582, 2.1815893290763713, 'Breakfast Spot'), ('Fort Pienc', 41.3959246, 2.1823245, 'Bicos', 41.400129, 2.174846, 'Spanish Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Vivant', 41.396038820162104, 2.1725785732269287, 'Mediterranean Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Gran Bodega Maestrazgo', 41.388642533255044, 2.1792342655262074, 'Wine Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'La Forchetta', 41.39190185759052, 2.1871939301490784, 'Pizza Place'), ('Fort Pienc', 41.3959246, 2.1823245, 'Punt de Mira', 41.394274905027714, 2.174420076452098, 'Tapas Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Casp 74 Apartments', 41.39223576803591, 2.1755381789143544, 'Hotel'), ('Fort Pienc', 41.3959246, 2.1823245, 'bon moustache hostel', 41.39249986476333, 2.17409037870327, 'Hostel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Plaça de Pablo Neruda', 41.40133173516059, 2.177558656342774, 'Plaza'), ('Fort Pienc', 41.3959246, 2.1823245, 'Parc de la Ciutadella (Parque de la Ciudadela)', 41.388365591991345, 2.1862932448857464, 'Park'), ('Fort Pienc', 41.3959246, 2.1823245, 'Black Swan Hostel', 41.391296443831564, 2.1777270439948464, 'Hostel'), ('Fort Pienc', 41.3959246, 2.1823245, 'Urretxu', 41.391988632921766, 2.190906600040481, 'Spanish Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Gula Sana', 41.396175688153484, 2.1747345746346687, 'Coffee Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'Cafe Menssana', 41.390707, 2.190398, 'Burger Joint'), ('Fort Pienc', 41.3959246, 2.1823245, 'Ginette', 41.389574, 2.17981, 'French Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Casa Lolea', 41.388765219559986, 2.177169236886142, 'Spanish Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Rio D.O.C. - Denominación de Origen Carioca', 41.39097817560971, 2.189780943542214, 'Brazilian Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Gigi Von Tapas', 41.4001386, 2.1794652, 'Tapas Restaurant'), ('Fort Pienc', 41.3959246, 2.1823245, 'Libertine', 41.393504, 2.174389, 'Cocktail Bar'), ('Fort Pienc', 41.3959246, 2.1823245, 'Nømad Coffee Lab & Shop', 41.388951, 2.177142, 'Coffee Shop'), ('Fort Pienc', 41.3959246, 2.1823245, 'Rocksound', 41.39719850924681, 2.190214825063006, 'Rock Club'), ('Fort Pienc', 41.3959246, 2.1823245, 'Skating Club de Barcelona', 41.39836056263441, 2.174271548947901, 'Skating Rink'), ('Fort Pienc', 41.3959246, 2.1823245, 'La Masala Cafe', 41.388367248979755, 2.1779511394712094, 'Café'), ('Fort Pienc', 41.3959246, 2.1823245, 'Anita Flow', 41.395687, 2.171646, 'Restaurant')], [('Gothic Quarter', 41.3833947, 2.1769119, 'Barrio Gótico', 41.38366049614543, 2.1772899008766218, 'Neighborhood'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Gelaaati! di Marco', 41.383185515636995, 2.1773687184560084, 'Ice Cream Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Plaça de Sant Jaume', 41.3826903148917, 2.177010192961751, 'Plaza'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Plaça de Sant Felip Neri', 41.38337760569814, 2.1751517690117925, 'Plaza'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Pont del Carrer del Bisbe', 41.38331035757379, 2.1764130153011076, 'Bridge'), ('Gothic Quarter', 41.3833947, 2.1769119, 'El Cuiner de Damasc', 41.38148993786303, 2.177677305294852, 'Falafel Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Be Chocolat', 41.38259725181887, 2.1747248202957707, 'Dessert Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Frankfurt Sant Jaume', 41.382275, 2.176912, 'Hot Dog Joint'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Happy Pills', 41.38445513323865, 2.174877735244996, 'Candy Store'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Mercer Hotel Barcelona', 41.38273769829954, 2.179090172657148, 'Hotel'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Mannà Gelats', 41.38307898657056, 2.174487680308488, 'Ice Cream Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Shunka', 41.38504123726966, 2.1751520361631678, 'Japanese Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Xurrería Manuel San Román', 41.382241106616874, 2.1750853482750383, 'Snack Place'), ('Gothic Quarter', 41.3833947, 2.1769119, "Satan's Coffee", 41.38267592521295, 2.17543774032308, 'Coffee Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'pizzeria da nanni', 41.383162, 2.177337, 'Pizza Place'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Golfo de Bizkaia Pi', 41.383176, 2.174016, 'Tapas Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'CatBar', 41.384479433567385, 2.178787481383887, 'Vegetarian / Vegan Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Koy Shunka', 41.385932, 2.175382, 'Japanese Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Ziryab', 41.38386685704232, 2.180176158154727, 'Tapas Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Plaça de Ramon Berenguer el Gran', 41.38444733548131, 2.177843315031498, 'Plaza'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Dr. Stravinsky', 41.38418522903402, 2.1806511894219662, 'Cocktail Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Lomography Gallery Store Barcelona', 41.38407740465793, 2.1807861689998216, 'Camera Store'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Giovanni', 41.382411525642226, 2.173923394700292, 'Ice Cream Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'The Wittmore', 41.38096941463271, 2.1796236050111135, 'Hotel'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Cafés El Magnífico', 41.38358884695416, 2.1809327872954074, 'Coffee Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Plaça dels Traginers', 41.38201055246717, 2.179825805522895, 'Plaza'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Banys Orientals Hotel Barcelona', 41.38373802511603, 2.180012535759757, 'Hotel'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Macchina Pasta Bar', 41.3801509166099, 2.17684675323, 'Italian Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Kӕlderkold', 41.38172259074735, 2.173348181966682, 'Beer Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Plaça Reial (Plaza Real)', 41.38010926480547, 2.1752822399139404, 'Plaza'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Mercat de Santa Caterina', 41.386283537473496, 2.1781790256500244, 'Market'), ('Gothic Quarter', 41.3833947, 2.1769119, "Teresa's", 41.38369196159391, 2.1798739416695465, 'Vegetarian / Vegan Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Collage Art & Cocktails Social Club', 41.38262245305919, 2.1814342938657414, 'Cocktail Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Maoz Vegetarian', 41.380808968966356, 2.1747846330241236, 'Falafel Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'El Xampanyet', 41.3845584973843, 2.181764044288262, 'Tapas Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Liceu Opera Barcelona (Gran Teatro del Liceo)', 41.380713238498885, 2.1736061650627523, 'Opera House'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Bar Jardí', 41.384071457735025, 2.1728359870641984, 'Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'El Chigre 1769', 41.38370071048882, 2.18167744353313, 'Wine Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'La Vinya del Senyor', 41.38339126064091, 2.181867255004128, 'Wine Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, "L'Antic Teatre", 41.38716149218687, 2.175979265248646, 'Beer Garden'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Bodega Biarritz', 41.379839648869485, 2.176050292648821, 'Tapas Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Mercat de Sant Josep - La Boqueria', 41.38195895111797, 2.172010882862328, 'Market'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Sensi', 41.38038824752991, 2.179988551993155, 'Tapas Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Demasié', 41.385667968182226, 2.180879852271949, 'Dessert Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Milk Bar & Bistro', 41.381425609153894, 2.180209453520864, 'Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Bodega La Puntual', 41.38451991309218, 2.181798525690234, 'Tapas Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Palau de la Música Catalana (Palacio de la Música Catalana)', 41.3875955955081, 2.17529833316803, 'Concert Hall'), ('Gothic Quarter', 41.3833947, 2.1769119, "L'antico Borgo Napoletano", 41.380216065405705, 2.1763422746703776, 'Pizza Place'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Bacoa', 41.38062487169596, 2.174682158691744, 'Burger Joint'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Plaça Vila de Madrid', 41.38456590214107, 2.1720975680036325, 'Plaza'), ('Gothic Quarter', 41.3833947, 2.1769119, 'El Quim de la Boqueria', 41.38190813537722, 2.1719485229278814, 'Tapas Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Dionisos Quick Greek', 41.38053754518315, 2.1772970354280017, 'Greek Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Gocce di Latte', 41.3832033, 2.1827056, 'Ice Cream Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Oggi Gelato | Officina Gelato Gusto Italiano', 41.38660423221586, 2.173326507695335, 'Ice Cream Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Impossible', 41.38683304249229, 2.1811852507121974, 'Camera Store'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Bar Mariatchi', 41.37967414197191, 2.1780405073363913, 'Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'La Plata', 41.380407124532816, 2.1806252002716064, 'Spanish Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Chök', 41.38283940566987, 2.1713176727321084, 'Donut Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Coffee Casa', 41.386714, 2.180245, 'Café'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Pastisseria Hofmann', 41.38506312725173, 2.182797214935111, 'Dessert Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Farmacia de la Estrella', 41.3806640478255, 2.1745940364006144, 'Pharmacy'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Etnia', 41.383440244007566, 2.182093516594942, 'Optical Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Palau de la Virreina', 41.38255701209878, 2.171887743547184, 'Monument / Landmark'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Tucco', 41.37939270093422, 2.178638979824464, 'Italian Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Carabassa', 41.379934383752875, 2.179054162553331, 'Italian Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Yoga Bindu', 41.379752419161846, 2.175298649283901, 'Yoga Studio'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Nou Pipa Club', 41.38015657844433, 2.1750225214092063, 'Speakeasy'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Passadís del Pep', 41.382879368053565, 2.182727523833626, 'Seafood Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Bar Clemen-s', 41.38139729706408, 2.1715807914733887, 'Mediterranean Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Koku Kitchen Ramen', 41.379898, 2.1792042, 'Ramen Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'La Pachuca', 41.379954, 2.179073, 'Mexican Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Numero Nueve', 41.38412610598499, 2.1828695575802266, 'Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'La Masala Cafe', 41.388367248979755, 2.1779511394712094, 'Café'), ('Gothic Quarter', 41.3833947, 2.1769119, 'ArtiSa Barcelona', 41.379747, 2.174871, 'Coffee Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Bo de B!', 41.38133168585265, 2.1811666944685766, 'Sandwich Place'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Soho House Rooftop Pool', 41.37850567, 2.17929694, 'Hotel Pool'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Barcelona Cooking (Cooking classes)', 41.38036226316934, 2.1740409661678726, 'Spanish Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Soho House Barcelona', 41.37846572033908, 2.179364684498692, 'Hotel'), ('Gothic Quarter', 41.3833947, 2.1769119, 'El Casal', 41.38289168793761, 2.1809184939297643, 'French Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Hotel Duquesa de Cardona', 41.37980132053478, 2.180637044744694, 'Hotel'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Hotel 1898', 41.38340433331596, 2.1706803944457267, 'Hotel'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Museu Picasso', 41.38498817538641, 2.1810862205086083, 'Art Museum'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Paradiso', 41.383723999014634, 2.18369158005328, 'Cocktail Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Hotel Ciutat de Barcelona', 41.38590329177195, 2.181138049771425, 'Hotel'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Palau Güell (Palacio Güell)', 41.37891970695072, 2.1741027190820796, 'Monument / Landmark'), ('Gothic Quarter', 41.3833947, 2.1769119, 'MANGO las ramblas', 41.38461542546519, 2.1708499889347483, "Women's Store"), ('Gothic Quarter', 41.3833947, 2.1769119, 'Cañete', 41.37915352642744, 2.1730924282122515, 'Tapas Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Casa Lolea', 41.388765219559986, 2.177169236886142, 'Spanish Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Rocambolesc', 41.38045871359099, 2.1738314009565416, 'Ice Cream Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, "Chivuo's", 41.38296052918113, 2.1699479876928884, 'Sandwich Place'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Casa Llotja de Mar', 41.38250153581559, 2.182565754341119, 'Event Space'), ('Gothic Quarter', 41.3833947, 2.1769119, 'H10 Cubik', 41.3879905818582, 2.1731199935097476, 'Hotel'), ('Gothic Quarter', 41.3833947, 2.1769119, 'INA: Espacio de Café y Piadina', 41.387312, 2.18049, 'Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'La Rumbeta', 41.3788357505453, 2.1768851334124677, 'Wine Bar'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Zara', 41.38547388498249, 2.173231716206935, 'Clothing Store'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Viana', 41.37984596721789, 2.1760936566327205, 'Mediterranean Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Asian Restaurant', 41.380309715021966, 2.172340440527317, 'Asian Restaurant'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Nike Store', 41.38578949648996, 2.1724893897771835, 'Sporting Goods Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'Federal Café Gòtic', 41.37813386968039, 2.1776934705740456, 'Coffee Shop'), ('Gothic Quarter', 41.3833947, 2.1769119, 'The Serras Hotel', 41.38018608270021, 2.1808608969581744, 'Hotel')], [('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Plaça de la Creu Alta', 41.55511763344474, 2.102218722365044, 'Plaza'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'El Rancho Sabadell - Asador Argentino', 41.55513621, 2.10167551, 'Argentinian Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Lujo Ibérico', 41.5549583, 2.0989456, 'Spanish Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Viena', 41.553718740018404, 2.098750493939802, 'Sandwich Place'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Plaça Espanya', 41.56157432024804, 2.09663987159729, 'Park'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Viena', 41.55346892817548, 2.0976734252596714, 'Pizza Place'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, "Ca L'estruch", 41.55398163087559, 2.1000490332206474, 'Comedy Club'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Aquí te espero', 41.55761672843442, 2.0971610568819115, 'Tapas Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Marco Polo', 41.556817053479726, 2.09743707717056, 'Asian Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Mc Café', 41.553364351436024, 2.098364569737591, 'Snack Place'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Loremar', 41.55536083359244, 2.1009855351638067, 'Seafood Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Restaurante Chang Sheng', 41.560810694013476, 2.0934484541052307, 'Chinese Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, "L'Hort", 41.557696395, 2.098043856, 'Mediterranean Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Bar Berlín', 41.553032083020454, 2.105009239038873, 'Bar'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'El Corte Inglés', 41.55451125633798, 2.0984127641185384, 'Department Store'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Sacromonte', 41.55626935553269, 2.097320595272472, 'Tapas Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Trevol67', 41.55504457493151, 2.1021869619928704, 'Tapas Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'RENFE Sabadell Nord', 41.561933309264916, 2.096258422311083, 'Train Station'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Eix Macia Multicinemes', 41.55597772352913, 2.0969328577562516, 'Movie Theater'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Chumi-Churri Sabadell', 41.55614680724893, 2.0968861726428303, 'Sandwich Place'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'El Racó de Prats', 41.558343563619616, 2.1017282804901174, 'Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Zara Paddok', 41.552933747895544, 2.0983876023057677, 'Clothing Store'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Restaurante El Corte Inglés', 41.55433862304792, 2.0985542453129473, 'Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Urbasa Eix', 41.552845025223625, 2.0979403811666644, 'Diner'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Estambul Döner Kebab', 41.55568592133414, 2.0967545687760696, 'Indian Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Catalonia Gran Hotel Verdi', 41.55573486900385, 2.0976647064818597, 'Hotel'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Pull&Bear', 41.552993, 2.09836, 'Clothing Store'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Estruch Bar', 41.553616977282516, 2.100177217695602, 'Café'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Il Duomo Caffè', 41.553740797475044, 2.099080352453634, 'Café'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'AQUAZEN', 41.559392734619585, 2.095813751220703, 'Pet Service'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Estanco Plaça Espanya', 41.562509406784386, 2.095370444089967, 'Smoke Shop'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'La Casona', 41.55500275681102, 2.0990807944095655, 'Mediterranean Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'De DiyanaleEix', 41.55349788889344, 2.0977779983945135, 'Tapas Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'La Taberna Paneque', 41.56049216864785, 2.0944219468637466, 'Snack Place'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Pavelló Nord', 41.56683435281029, 2.0952868433747236, 'Athletics & Sports'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Cash Converters', 41.56234647010717, 2.0906856382355294, 'Pawn Shop'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Charly Blues', 41.55687393939187, 2.110885424925199, 'Café'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Rico Kebab', 41.56343236545787, 2.0907191678229213, 'Fast Food Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Ciutat Esportiva Sabadell - Olímpia', 41.55631727279646, 2.092256765900219, 'Soccer Field'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Masia Can Jonqueres', 41.56974210094399, 2.101996114073741, 'Restaurant'), ('Gran Via (Barcelona)', 41.5610724, 2.1013811, 'Hotel Urpí', 41.55288784595457, 2.1054267623311023, 'Hotel')], [('El Guinardó', 41.4177335, 2.1736316, 'Parc del Guinardó', 41.419327337949824, 2.1712193342358352, 'Park'), ('El Guinardó', 41.4177335, 2.1736316, 'La Cucina Di Pulcinella', 41.41666729087883, 2.1746120322437874, 'Italian Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Plaça del Nen de la Rutlla', 41.41861544883394, 2.1719050425968125, 'Playground'), ('El Guinardó', 41.4177335, 2.1736316, "L'Algueró", 41.42121189578586, 2.1738402445273493, 'Café'), ('El Guinardó', 41.4177335, 2.1736316, 'Complex Esportiu Municipal del Guinardó', 41.416775123793236, 2.173694372177124, 'Athletics & Sports'), ('El Guinardó', 41.4177335, 2.1736316, 'BAR LIPS BCN', 41.41962076874311, 2.172755273229874, 'Bar'), ('El Guinardó', 41.4177335, 2.1736316, 'Río Dragón', 41.42047102588689, 2.1793292105394357, 'Chinese Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Taverna El Ficus', 41.418183993196706, 2.177342176437378, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Sant Pau Recinte Modernista (Recinto Modernista de Sant Pau)', 41.411352100755295, 2.174380101315422, 'Historic Site'), ('El Guinardó', 41.4177335, 2.1736316, 'Belle e Buòn', 41.41134892482882, 2.1733778715133667, 'Italian Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Plaça Catalana', 41.42173585075618, 2.173045511832635, 'Plaza'), ('El Guinardó', 41.4177335, 2.1736316, 'Restaurant Basilea', 41.41503690736926, 2.1793564797168212, 'Swiss Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Pizzeando', 41.42154, 2.1789384, 'Pizza Place'), ('El Guinardó', 41.4177335, 2.1736316, 'La Gamba', 41.42046815396751, 2.1809239577358777, 'Spanish Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Collonut', 41.42045987701444, 2.182165127042287, 'Gastropub'), ('El Guinardó', 41.4177335, 2.1736316, "Posa't Wapa Compagnia della Bellezza", 41.41180522809873, 2.1712577225991416, 'Salon / Barbershop'), ('El Guinardó', 41.4177335, 2.1736316, 'Beering Barcelona', 41.41804618186833, 2.183245940063886, 'Brewery'), ('El Guinardó', 41.4177335, 2.1736316, 'DiR Castillejos', 41.41243230603128, 2.1707129014622475, 'Gym'), ('El Guinardó', 41.4177335, 2.1736316, 'Mercat del Guinardó', 41.41917769115542, 2.178580901607558, 'Farmers Market'), ('El Guinardó', 41.4177335, 2.1736316, 'Coctelería Torre Rosa', 41.42257873520451, 2.1803060173988342, 'Cocktail Bar'), ('El Guinardó', 41.4177335, 2.1736316, 'Toca Teca', 41.42350641541845, 2.1809952086384, 'Tapas Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Phenomena', 41.409134, 2.1717253, 'Indie Movie Theater'), ('El Guinardó', 41.4177335, 2.1736316, 'Puiggròs', 41.41020708339874, 2.1742795565873223, 'Bakery'), ('El Guinardó', 41.4177335, 2.1736316, "Marc's Entrepans", 41.42281642493201, 2.178662466976675, 'Sandwich Place'), ('El Guinardó', 41.4177335, 2.1736316, '2D2Dspuma', 41.42238148822458, 2.1792164743350497, 'Brewery'), ('El Guinardó', 41.4177335, 2.1736316, 'Forn de la Cantonada', 41.4112162, 2.1768704, 'Bakery'), ('El Guinardó', 41.4177335, 2.1736316, 'Miseria e Nobiltà', 41.414124, 2.184156, 'Italian Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Cantina Mexicana Chihuahua', 41.41876205479219, 2.1805508323130476, 'Mexican Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Tomy Tapas', 41.41910884374684, 2.17234976702348, 'Tapas Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Bodega Luis', 41.42273136920525, 2.17878820894839, 'Tapas Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Enigmik Room Escape Barcelona', 41.410182414225, 2.179583972332334, 'Escape Room'), ('El Guinardó', 41.4177335, 2.1736316, 'El Ruedo', 41.41092143698526, 2.1809910659276444, 'South American Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Nut Gastrobar', 41.42025449947343, 2.1818558939914316, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Celler Miquel', 41.40989488145117, 2.1736795127981168, 'Brewery'), ('El Guinardó', 41.4177335, 2.1736316, 'Comida De Olla', 41.41222165288682, 2.1642786300435666, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'La Marquesa', 41.420122564103416, 2.1816731569826926, 'Bakery'), ('El Guinardó', 41.4177335, 2.1736316, 'Forn Elias', 41.41222921025218, 2.1806498893900965, 'Bakery'), ('El Guinardó', 41.4177335, 2.1736316, 'Óptica Universitaria', 41.41338869695503, 2.1771580325108215, 'Pharmacy'), ('El Guinardó', 41.4177335, 2.1736316, 'Mezzé', 41.421918, 2.183633, 'Burger Joint'), ('El Guinardó', 41.4177335, 2.1736316, 'La Granota & Co', 41.418063, 2.180362, 'Tapas Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'La Llama', 41.41400152291524, 2.1842206429318667, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'La Llauneta del Guinardó', 41.41645458641004, 2.1760543864050295, 'Tapas Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'El Cafetó', 41.414538, 2.181093, 'Bakery'), ('El Guinardó', 41.4177335, 2.1736316, 'Sant Jordi Hostel Sagrada Familia', 41.40991943027418, 2.179260940656686, 'Hostel'), ('El Guinardó', 41.4177335, 2.1736316, 'Rakatá', 41.41038376333669, 2.172085358995315, 'Bar'), ('El Guinardó', 41.4177335, 2.1736316, 'Seoul', 41.41050034170867, 2.174406907491677, 'Korean Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Bella Istanbul', 41.41002698195637, 2.175037119487612, 'Turkish Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'A Cañota', 41.415404849603675, 2.1819794463958675, 'Spanish Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'El Establo', 41.416790181956735, 2.1801215122491273, 'Argentinian Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Parc de les Aigües', 41.413096245209786, 2.165039234733435, 'Park'), ('El Guinardó', 41.4177335, 2.1736316, 'Jardins del Príncep de Girona', 41.41001005762528, 2.1693860000408667, 'Park'), ('El Guinardó', 41.4177335, 2.1736316, 'Iaia Nita', 41.40991608671019, 2.175015142070263, 'Bakery'), ('El Guinardó', 41.4177335, 2.1736316, 'Eric Vökel Industria Suites', 41.41012157254131, 2.174959680922443, 'Bed & Breakfast'), ('El Guinardó', 41.4177335, 2.1736316, 'Yogabody 3', 41.409040962389305, 2.176691062175799, 'Yoga Studio'), ('El Guinardó', 41.4177335, 2.1736316, "Plaça d'Alfons X (Plaza de Alfonso X)", 41.41206524407826, 2.166363470318606, 'Plaza'), ('El Guinardó', 41.4177335, 2.1736316, '4 Plats i punt', 41.41094079484499, 2.17459283662779, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Xiringuito Aigua', 41.409805876536105, 2.168379219427539, 'Beer Garden'), ('El Guinardó', 41.4177335, 2.1736316, 'Basilicata', 41.410856843073574, 2.166198510015344, 'Latin American Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'El Rey Del Jamon', 41.41004303379142, 2.169827778170913, 'Tapas Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Pizza Qué?', 41.41150970564624, 2.1815317761688333, 'Pizza Place'), ('El Guinardó', 41.4177335, 2.1736316, '9 vintage', 41.413913191701056, 2.179895936681417, 'BBQ Joint'), ('El Guinardó', 41.4177335, 2.1736316, 'Chocofiro', 41.41045296111287, 2.174280909014889, 'Dessert Shop'), ('El Guinardó', 41.4177335, 2.1736316, 'Happy People Sagrada Familia', 41.41263597557632, 2.180591865023263, 'Hotel'), ('El Guinardó', 41.4177335, 2.1736316, 'Condis', 41.417025, 2.183999, 'Supermarket'), ('El Guinardó', 41.4177335, 2.1736316, 'Goiko Grill', 41.410305, 2.180179, 'Burger Joint'), ('El Guinardó', 41.4177335, 2.1736316, 'Insòlita Gea', 41.411203646735636, 2.1745991779562246, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Tian Fu', 41.40940777899948, 2.1764507548872714, 'Japanese Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'La Bota del Racó', 41.42201141113248, 2.1746728756725893, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Ginés', 41.411490359130035, 2.1717092527535504, 'Seafood Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Bodega Fermín', 41.41445878907642, 2.1804803609848022, 'Wine Bar'), ('El Guinardó', 41.4177335, 2.1736316, 'Estel de Sant Pau', 41.41094153899377, 2.173935019854044, 'Tapas Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Gym Guinardó', 41.41679209527604, 2.173619270324707, 'Gym'), ('El Guinardó', 41.4177335, 2.1736316, 'Gimnasio Puro Impacto', 41.42346486024578, 2.1814714989124484, 'Gym / Fitness Center'), ('El Guinardó', 41.4177335, 2.1736316, "L'obrador dels 15", 41.42454065886319, 2.176904822716588, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Kailash Restaurante Tibetano', 41.41145764500947, 2.180172471636698, 'Asian Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Green Kiss', 41.410950626156215, 2.1742093563079834, 'Salad Place'), ('El Guinardó', 41.4177335, 2.1736316, 'F.C Martinenc', 41.4164977863676, 2.172903654469617, 'Gym'), ('El Guinardó', 41.4177335, 2.1736316, 'Sant Honorat', 41.414851796117034, 2.1657213392344143, 'Café'), ('El Guinardó', 41.4177335, 2.1736316, 'Marisquería A Estrela Galega', 41.410553, 2.171362, 'Spanish Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, "Silvano's Pintxos & Bar", 41.41000317106538, 2.173751160649419, 'Bar'), ('El Guinardó', 41.4177335, 2.1736316, 'Timesburg', 41.41029034080789, 2.1801631752557666, 'Burger Joint'), ('El Guinardó', 41.4177335, 2.1736316, "Paradis D'or", 41.41154777262765, 2.1784369219973194, 'Chinese Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, "L'Ombra", 41.41410124421461, 2.1811822125104103, 'Mediterranean Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Dinamis', 41.41066110563664, 2.171840157964698, 'College Gym'), ('El Guinardó', 41.4177335, 2.1736316, 'Restaurante Azul', 41.411190516, 2.178738779, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Caprabo', 41.409554398031155, 2.175395068916196, 'Supermarket'), ('El Guinardó', 41.4177335, 2.1736316, 'El Timbalet', 41.418097611791666, 2.1805246713967295, 'Tapas Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Yoshisushi', 41.408985, 2.1760273, 'Japanese Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Restaurante Galaica', 41.4156273300955, 2.1680998230470907, 'Breakfast Spot'), ('El Guinardó', 41.4177335, 2.1736316, 'Farmacia Carmen Cartanya', 41.420932622577865, 2.18017390679942, 'Pharmacy'), ('El Guinardó', 41.4177335, 2.1736316, 'Andrea Gaudi', 41.41078993809158, 2.174500268592965, 'Bar'), ('El Guinardó', 41.4177335, 2.1736316, 'Nostrum', 41.40930913235971, 2.1745951268159915, 'Spanish Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Els Miralls', 41.410813836149764, 2.179487943649292, 'Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'El Petit Firo', 41.4104784674084, 2.174335581937485, 'Gastropub'), ('El Guinardó', 41.4177335, 2.1736316, 'BcnStop Sagrada Família', 41.41128802597433, 2.173347070489787, 'Hotel'), ('El Guinardó', 41.4177335, 2.1736316, 'Pastisseria Mas', 41.426399492643895, 2.172826704830149, 'Café'), ('El Guinardó', 41.4177335, 2.1736316, 'Polent One', 41.41035, 2.1745377, 'Italian Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Entre pa i tapes', 41.411147698850684, 2.174359416212968, 'Comfort Food Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Hai Tian', 41.41499954138079, 2.164602668744113, 'Chinese Restaurant'), ('El Guinardó', 41.4177335, 2.1736316, 'Pastisseria Lliso Lis', 41.41436469075364, 2.1628205281807333, 'Dessert Shop')], [('La Guineueta', 41.4403026, 2.1704023, "La Bodegueta d'en Miquel", 41.43700392918835, 2.1741137147382217, 'Tapas Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Plaça Major de Nou Barris', 41.43650913763442, 2.171543489270139, 'Plaza'), ('La Guineueta', 41.4403026, 2.1704023, 'Mercat de la Guineueta', 41.438623882549805, 2.1703589268529937, 'Grocery Store'), ('La Guineueta', 41.4403026, 2.1704023, 'Escape Barcelona', 41.438487603954904, 2.167327883804756, 'Escape Room'), ('La Guineueta', 41.4403026, 2.1704023, 'Lidl', 41.43885564646234, 2.1644916365485223, 'Food & Drink Shop'), ('La Guineueta', 41.4403026, 2.1704023, 'Restaurante 5 Hermanos', 41.44410555164136, 2.165911285399336, 'Mediterranean Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, "La Bodegueta d'en Miquel", 41.43990301937286, 2.1764481671055576, 'Tapas Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'La Botigueta del Bon Menjar', 41.4366028, 2.172807799999987, 'Diner'), ('La Guineueta', 41.4403026, 2.1704023, 'Parc de la Guineueta', 41.44005954645675, 2.174472864213227, 'Park'), ('La Guineueta', 41.4403026, 2.1704023, 'La Freidu', 41.44242835883664, 2.1780126991050515, 'Spanish Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Castell de Torre Baró', 41.44827121101506, 2.1739108862668868, 'Castle'), ('La Guineueta', 41.4403026, 2.1704023, 'Casa Castro', 41.43926635395899, 2.1704459757228585, 'Seafood Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Plaça Llucmajor', 41.438459242668586, 2.1744152775677916, 'Plaza'), ('La Guineueta', 41.4403026, 2.1704023, 'Garden House Hostel Barcelona', 41.435952699313084, 2.1612960950946714, 'Hostel'), ('La Guineueta', 41.4403026, 2.1704023, 'Valldaura Futbol Sala', 41.441494187425164, 2.1615923471546865, 'Soccer Field'), ('La Guineueta', 41.4403026, 2.1704023, 'Parc Central de Nou Barris', 41.43767704682388, 2.1627316782515384, 'Park'), ('La Guineueta', 41.4403026, 2.1704023, 'Marquesina Vía Julia', 41.443452127614165, 2.1784722709277125, 'Building'), ('La Guineueta', 41.4403026, 2.1704023, 'Mercat De Montserrat', 41.4462567639762, 2.1791147552608043, 'Grocery Store'), ('La Guineueta', 41.4403026, 2.1704023, "Plaça d'Ángel Pestaña", 41.441480682746004, 2.1799343324429477, 'Park'), ('La Guineueta', 41.4403026, 2.1704023, 'la Sirena', 41.438506139760094, 2.1766516130728784, 'Grocery Store'), ('La Guineueta', 41.4403026, 2.1704023, 'Ikaro', 41.437946999552196, 2.1741645780016188, 'Spanish Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Bonpreu', 41.43560462420501, 2.1604832680963137, 'Supermarket'), ('La Guineueta', 41.4403026, 2.1704023, "Restaurant l'hostalet", 41.4444576761513, 2.1800351214726934, 'Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Charter', 41.43540322780609, 2.17422, 'Grocery Store'), ('La Guineueta', 41.4403026, 2.1704023, 'Skatepark Guineueta', 41.44319485309268, 2.1708860993385315, 'Skate Park'), ('La Guineueta', 41.4403026, 2.1704023, 'El Pibe', 41.44016034115383, 2.174073808455809, 'Fast Food Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Casal de Barri de Prosperitat', 41.44159634161399, 2.1798155458670765, 'Bar'), ('La Guineueta', 41.4403026, 2.1704023, 'Fragola', 41.43805175165009, 2.1729188288799848, 'Pizza Place'), ('La Guineueta', 41.4403026, 2.1704023, 'Casa Angelita', 41.43733358365939, 2.172610022824886, 'Seafood Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Los 3 Leños', 41.441011, 2.174726, 'Argentinian Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Brafa', 41.448253566959366, 2.173925851000857, 'Gym'), ('La Guineueta', 41.4403026, 2.1704023, '7 Lunas', 41.435347815778854, 2.1722495223091607, 'Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Parc del Turó de la Peira', 41.4327962096264, 2.165461450542692, 'Park'), ('La Guineueta', 41.4403026, 2.1704023, 'Consum Basic', 41.436146436087235, 2.1742233226149796, 'Supermarket'), ('La Guineueta', 41.4403026, 2.1704023, 'Taberna Andalussa Dunia', 41.44000823495725, 2.181930957144943, 'Tapas Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Caprabo', 41.4376020402932, 2.1737849078818727, 'Grocery Store'), ('La Guineueta', 41.4403026, 2.1704023, 'Sanabria montaditos', 41.43725254362477, 2.172710089885977, 'Comedy Club'), ('La Guineueta', 41.4403026, 2.1704023, 'Tokio', 41.43714993357886, 2.1752770611023613, 'Japanese Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'antica pizza', 41.433757838995426, 2.173100402539311, 'Pizza Place'), ('La Guineueta', 41.4403026, 2.1704023, 'Mercadona Río De Janeiro', 41.43745924191601, 2.180569301709888, 'Supermarket'), ('La Guineueta', 41.4403026, 2.1704023, 'Consum Basic', 41.4417088324591, 2.1774866681142084, 'Grocery Store'), ('La Guineueta', 41.4403026, 2.1704023, 'Mercadona', 41.432059, 2.171967, 'Supermarket'), ('La Guineueta', 41.4403026, 2.1704023, 'Plaça Sóller', 41.434234460681104, 2.176258086755151, 'Plaza'), ('La Guineueta', 41.4403026, 2.1704023, 'Cafè Cafè', 41.43742388110728, 2.172022534731074, 'Breakfast Spot'), ('La Guineueta', 41.4403026, 2.1704023, 'la Sirena', 41.43925559501468, 2.165070078503019, 'Grocery Store'), ('La Guineueta', 41.4403026, 2.1704023, 'Restaurante Alcudia', 41.43839232296559, 2.176221343900291, 'Spanish Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'la Sirena', 41.443827381498956, 2.1800091784524738, 'Grocery Store'), ('La Guineueta', 41.4403026, 2.1704023, 'Los Pinchitos', 41.43361714390988, 2.172941516995108, 'Tapas Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Mercadona', 41.438100299288976, 2.170191113701571, 'Supermarket'), ('La Guineueta', 41.4403026, 2.1704023, 'C.F. Montañesa', 41.44544685668017, 2.1797485100115064, 'Sports Club'), ('La Guineueta', 41.4403026, 2.1704023, 'Camp Futbol Guineueta', 41.44146416423397, 2.170789931605048, 'Soccer Field'), ('La Guineueta', 41.4403026, 2.1704023, 'Cerveceria La Tortuga', 41.43912838203494, 2.1739100888963323, 'Tapas Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'El Abuelo', 41.43886542450245, 2.175057977273817, 'Snack Place'), ('La Guineueta', 41.4403026, 2.1704023, 'Granier Pans Artesans', 41.4386699685116, 2.1709943919990837, 'Bakery'), ('La Guineueta', 41.4403026, 2.1704023, 'Hiper bocata', 41.44054164271436, 2.1765475641619534, 'Brewery'), ('La Guineueta', 41.4403026, 2.1704023, 'Bar Mirasol', 41.437785663878905, 2.1792613077032597, 'Café'), ('La Guineueta', 41.4403026, 2.1704023, 'Bar El Gratacel', 41.443103, 2.165425, 'Café'), ('La Guineueta', 41.4403026, 2.1704023, 'Eurodoner', 41.43832143227874, 2.1762364376324728, 'Middle Eastern Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Mercat Canyellas', 41.44177372574675, 2.1643291534444704, 'Market'), ('La Guineueta', 41.4403026, 2.1704023, 'Bar Las Palmeras', 41.43869601859983, 2.163523990897253, 'Tapas Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Plaça Karl Marx', 41.43986960007882, 2.163417579030402, 'Plaza'), ('La Guineueta', 41.4403026, 2.1704023, '365.cafè', 41.43259086390278, 2.1736441772077404, 'Food'), ('La Guineueta', 41.4403026, 2.1704023, 'Kebab Villarriba', 41.4469888, 2.1734073000000005, 'Falafel Restaurant'), ('La Guineueta', 41.4403026, 2.1704023, 'Camp Canyelles', 41.44138858375258, 2.1588312007071107, 'Soccer Field')], [('Horta', 41.4330206, 2.1590883, "Quimet d'Horta", 41.430683867904605, 2.1607638173828976, 'Sandwich Place'), ('Horta', 41.4330206, 2.1590883, "Mercat d'Horta", 41.429512518321076, 2.159388758009914, 'Food & Drink Shop'), ('Horta', 41.4330206, 2.1590883, 'Unió Esportiva Horta', 41.43362167641615, 2.1607933074125, 'Sports Club'), ('Horta', 41.4330206, 2.1590883, 'Bodega Massana', 41.43033549330102, 2.162919091757809, 'Winery'), ('Horta', 41.4330206, 2.1590883, 'Vinomio', 41.429931013773654, 2.1627363091613745, 'Tapas Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Don Bratwurst', 41.43167943175655, 2.1635399328364344, 'German Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Louise Se Va', 41.43083137879083, 2.160702774564575, 'Sandwich Place'), ('Horta', 41.4330206, 2.1590883, 'Txetxu Taverna', 41.429891254509364, 2.1623352909738833, 'Restaurant'), ('Horta', 41.4330206, 2.1590883, "L'Eivissenca", 41.43041027864234, 2.1608892561460276, 'Ice Cream Shop'), ('Horta', 41.4330206, 2.1590883, 'Samba Brasil Horta', 41.42979738366964, 2.1620851627011706, 'Pub'), ('Horta', 41.4330206, 2.1590883, 'Es Bandoler', 41.43001161322934, 2.1623539187601257, 'Spanish Restaurant'), ('Horta', 41.4330206, 2.1590883, "Vitamínica d'Horta", 41.42878194967626, 2.162803476234664, 'Vegetarian / Vegan Restaurant'), ('Horta', 41.4330206, 2.1590883, "Plaça d'Eivissa", 41.430257738933555, 2.160952417493719, 'Pedestrian Plaza'), ('Horta', 41.4330206, 2.1590883, 'Garden House Hostel Barcelona', 41.435952699313084, 2.1612960950946714, 'Hostel'), ('Horta', 41.4330206, 2.1590883, 'Casa Leto', 41.430619038120135, 2.16320529344937, 'Tapas Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Can Travi Nou', 41.431105719967235, 2.152145022163683, 'Spanish Restaurant'), ('Horta', 41.4330206, 2.1590883, "El Racó d'Horta", 41.43299593686785, 2.1608167846405313, 'Café'), ('Horta', 41.4330206, 2.1590883, 'Frankfurt Horta', 41.429273728629276, 2.162375255977516, 'Hot Dog Joint'), ('Horta', 41.4330206, 2.1590883, "Parc de les Rieres d'Horta", 41.43100393692278, 2.155147084946012, 'Park'), ('Horta', 41.4330206, 2.1590883, 'Foment Hortenc', 41.430723628807506, 2.1597216109128277, 'Performing Arts Venue'), ('Horta', 41.4330206, 2.1590883, 'La Crema', 41.42752066740663, 2.157484248183622, 'Café'), ('Horta', 41.4330206, 2.1590883, 'Bonpreu', 41.43560462420501, 2.1604832680963137, 'Supermarket'), ('Horta', 41.4330206, 2.1590883, 'La Filomena', 41.43004596689304, 2.1636351215247513, 'Pub'), ('Horta', 41.4330206, 2.1590883, 'Bar Restaurant La Columna', 41.42823413664493, 2.166449834862762, 'Spanish Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Keisy', 41.426529780111785, 2.1556194305743115, 'Supermarket'), ('Horta', 41.4330206, 2.1590883, 'Complex Esportiu Horta', 41.4335113027736, 2.1602074696429723, 'Gym / Fitness Center'), ('Horta', 41.4330206, 2.1590883, 'Restaurante Alvar', 41.428833333, 2.160433888, 'Mediterranean Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Restaurant Paraiso Oriental', 41.429481665526545, 2.158720099297093, 'Chinese Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Nick Spa & Sports Club', 41.42713667663212, 2.165790084564365, 'Gym / Fitness Center'), ('Horta', 41.4330206, 2.1590883, 'Frankfurt Julia', 41.43012482365685, 2.1609413328018285, 'Tapas Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Lidl', 41.43885564646234, 2.1644916365485223, 'Food & Drink Shop'), ('Horta', 41.4330206, 2.1590883, 'Can Cortada', 41.436166456881715, 2.152438999304558, 'Spanish Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Cent % BurgerBar', 41.430792698244204, 2.160878804908079, 'Burger Joint'), ('Horta', 41.4330206, 2.1590883, 'Il Trastevere', 41.42906443208985, 2.1620451819689097, 'Italian Restaurant'), ('Horta', 41.4330206, 2.1590883, "La Fonda d'Horta", 41.43045995188966, 2.1607693202611014, 'Tapas Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Granier', 41.428473086318, 2.1632170199883816, 'Coffee Shop'), ('Horta', 41.4330206, 2.1590883, 'Parc Central de Nou Barris', 41.43767704682388, 2.1627316782515384, 'Park'), ('Horta', 41.4330206, 2.1590883, 'DiR Club Hispà', 41.430984258192666, 2.1488393546904536, 'Gym'), ('Horta', 41.4330206, 2.1590883, 'Escape Barcelona', 41.438487603954904, 2.167327883804756, 'Escape Room'), ('Horta', 41.4330206, 2.1590883, 'Plaça de Joan Cornudella', 41.43423627109376, 2.1483770303923824, 'Plaza'), ('Horta', 41.4330206, 2.1590883, 'Valldaura Futbol Sala', 41.441494187425164, 2.1615923471546865, 'Soccer Field'), ('Horta', 41.4330206, 2.1590883, 'A Tavola', 41.430200502823254, 2.1610405358300997, 'Pizza Place'), ('Horta', 41.4330206, 2.1590883, 'La Panera', 41.42962829267688, 2.160807447360541, 'Bakery'), ('Horta', 41.4330206, 2.1590883, 'Parc del Turó de la Peira', 41.4327962096264, 2.165461450542692, 'Park'), ('Horta', 41.4330206, 2.1590883, 'la Sirena', 41.42705894901424, 2.1558564323077345, 'Grocery Store'), ('Horta', 41.4330206, 2.1590883, 'La Bacardina', 41.42998577555173, 2.1637604377265762, 'Tapas Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Hotel Alimara', 41.433938735248795, 2.1473599164824053, 'Hotel'), ('Horta', 41.4330206, 2.1590883, "Domino's Pizza", 41.430631554406865, 2.164108454786381, 'Pizza Place'), ('Horta', 41.4330206, 2.1590883, 'restaurante can xus', 41.430778, 2.161331, 'Mediterranean Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Duplex', 41.42986998747221, 2.1636868867135663, 'Cocktail Bar'), ('Horta', 41.4330206, 2.1590883, 'La Taberna de Ali-Baba', 41.429913364035436, 2.1624079043459865, 'Spanish Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Residencia Salesiana Marti-Codolar', 41.428835577569146, 2.150007084476808, 'Hostel'), ('Horta', 41.4330206, 2.1590883, 'Etxekoa Burguer Horta', 41.430416704764816, 2.1641415206927306, 'Burger Joint'), ('Horta', 41.4330206, 2.1590883, 'El Frankfurt Julia', 41.43018772846956, 2.1609863295430163, 'Spanish Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Meiland', 41.43602308708296, 2.1517331172796665, 'Soccer Stadium'), ('Horta', 41.4330206, 2.1590883, 'Caprabo', 41.430263804802024, 2.168395070505486, 'Grocery Store'), ('Horta', 41.4330206, 2.1590883, "Bar L'Estany", 41.434273438373104, 2.148800632868203, 'Mediterranean Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Colors Hotel Barcelona', 41.43527660148179, 2.1535796490228334, 'Hotel'), ('Horta', 41.4330206, 2.1590883, 'Cerveseria Centre', 41.429582, 2.161887, 'Snack Place'), ('Horta', 41.4330206, 2.1590883, 'Xarcuteria Delicatessen Garciz', 41.42868715432576, 2.163096133510794, 'Deli / Bodega'), ('Horta', 41.4330206, 2.1590883, 'Audrey Brunch & Coffee', 41.42584228515625, 2.1541430950164795, 'Coffee Shop'), ('Horta', 41.4330206, 2.1590883, 'UE Lima-Horta', 41.43394334550334, 2.16080904006958, 'Basketball Stadium'), ('Horta', 41.4330206, 2.1590883, 'Mercadona', 41.42866123333626, 2.1649372595774174, 'Supermarket'), ('Horta', 41.4330206, 2.1590883, 'Consum', 41.433742297377414, 2.14869101651338, 'Grocery Store'), ('Horta', 41.4330206, 2.1590883, 'la Sirena', 41.43925559501468, 2.165070078503019, 'Grocery Store'), ('Horta', 41.4330206, 2.1590883, 'Plaça de Pastrana', 41.42526870711883, 2.156079234944934, 'Plaza'), ('Horta', 41.4330206, 2.1590883, 'Petit Bar', 41.430252468700964, 2.160951348855998, 'Brewery'), ('Horta', 41.4330206, 2.1590883, 'Plaça Boticelli', 41.433426, 2.1526265, 'Plaza'), ('Horta', 41.4330206, 2.1590883, 'Casa de los Navarros', 41.427599356737495, 2.1652638969023306, 'Restaurant'), ('Horta', 41.4330206, 2.1590883, 'Opencor', 41.427858126747815, 2.1653113108159774, 'Food & Drink Shop'), ('Horta', 41.4330206, 2.1590883, 'La Panera', 41.437511, 2.156339, 'Bakery'), ('Horta', 41.4330206, 2.1590883, 'PAVELLÓ DE LA REPÚBLICA', 41.431160195405674, 2.151474952697754, 'Museum'), ('Horta', 41.4330206, 2.1590883, "Cafè de l'Estació", 41.43505714931326, 2.148015367163951, 'Café'), ('Horta', 41.4330206, 2.1590883, 'Federació Catalana de Tennis - Tennis Museum', 41.43671028973584, 2.1504557132720947, 'Museum'), ('Horta', 41.4330206, 2.1590883, 'El cafè de Ana', 41.43044359067045, 2.1685147019526685, 'Breakfast Spot'), ('Horta', 41.4330206, 2.1590883, 'Farmacia Teide', 41.430239703181925, 2.1686521867474378, 'Pharmacy'), ('Horta', 41.4330206, 2.1590883, 'Plaça Karl Marx', 41.43986960007882, 2.163417579030402, 'Plaza'), ('Horta', 41.4330206, 2.1590883, 'Jardins de Can Brasó', 41.43144675179703, 2.148379268480707, 'Park'), ('Horta', 41.4330206, 2.1590883, 'Camp Canyelles', 41.44138858375258, 2.1588312007071107, 'Soccer Field'), ('Horta', 41.4330206, 2.1590883, 'Villa Victoria', 41.427155, 2.167786, 'Hotel')], [('Hostafrancs', 41.3750877, 2.1429334, 'La Vicoca', 41.374161, 2.144223, 'Wine Bar'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Pizza del Sortidor', 41.374615, 2.142475, 'Pizza Place'), ('Hostafrancs', 41.3750877, 2.1429334, 'Petit Pau', 41.37626588093834, 2.1404964663880426, 'Mediterranean Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Kimchi Mama', 41.375862, 2.1433277, 'Asian Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Caleta de Sants', 41.373525041164264, 2.1451566666753403, 'Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Zumzeig Cinema', 41.377349661712515, 2.14507609985447, 'Indie Movie Theater'), ('Hostafrancs', 41.3750877, 2.1429334, "Terra d'Escudella", 41.37621452537409, 2.1390156204598445, 'Bar'), ('Hostafrancs', 41.3750877, 2.1429334, 'Zarautz Taberna Vasca', 41.37796277601982, 2.1432826863239987, 'Tapas Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'La terrassa Miró', 41.37735601031151, 2.1460890769958496, 'Bar'), ('Hostafrancs', 41.3750877, 2.1429334, 'Taverna La Parra', 41.3750436629029, 2.1408656256093077, 'Mediterranean Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Timesburg', 41.37463805689387, 2.142615283049543, 'Burger Joint'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Mestressa', 41.37604998013339, 2.1387023276518815, 'Tapas Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Vermut i a la Gàbia', 41.37604631612766, 2.138693127086407, 'Wine Bar'), ('Hostafrancs', 41.3750877, 2.1429334, 'Casa Vives', 41.37540756780608, 2.137171192844663, 'Dessert Shop'), ('Hostafrancs', 41.3750877, 2.1429334, "Plaça d'Espanya (Plaza de España)", 41.37502128798987, 2.1491146087646484, 'Plaza'), ('Hostafrancs', 41.3750877, 2.1429334, "Plaça d'Osca", 41.376053031680435, 2.1387269240296023, 'Pedestrian Plaza'), ('Hostafrancs', 41.3750877, 2.1429334, 'ArteSants', 41.375029016942, 2.1389970763848605, 'Beer Bar'), ('Hostafrancs', 41.3750877, 2.1429334, 'Kop de Mà', 41.37569476884018, 2.138392898824387, 'Tapas Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Tere Gastro Bar', 41.37651, 2.1383877, 'Gastropub'), ('Hostafrancs', 41.3750877, 2.1429334, 'Tapaspuma', 41.371865963593876, 2.1449312951389197, 'Spanish Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Putxinel·lis', 41.37627705962282, 2.1374639820164196, 'Italian Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Maido', 41.37845, 2.1375911, 'Japanese Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Paradeta', 41.3765980740677, 2.1383149713365617, 'Seafood Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, "Drac de l'Espanya Industrial", 41.3788475400483, 2.1417288734655155, 'Sculpture Garden'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Briciola', 41.373719, 2.136506, 'Italian Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Tartela', 41.377159, 2.149722, 'Café'), ('Hostafrancs', 41.3750877, 2.1429334, 'Pastisseria Kessler Galimany', 41.375261, 2.138, 'Pie Shop'), ('Hostafrancs', 41.3750877, 2.1429334, "El Rebost d'Hostafrancs", 41.376829976019714, 2.145602024765577, 'Breakfast Spot'), ('Hostafrancs', 41.3750877, 2.1429334, 'Hotel Barceló Sants', 41.37925463678229, 2.140034280121629, 'Hotel'), ('Hostafrancs', 41.3750877, 2.1429334, 'Centre Esportiu Municipal Espanya Industrial', 41.37708533479356, 2.1420017886511467, 'Athletics & Sports'), ('Hostafrancs', 41.3750877, 2.1429334, 'Fenicia', 41.37667224335924, 2.136752960098682, 'Middle Eastern Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'LUSH', 41.37615703240562, 2.1491893383513667, 'Cosmetics Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Ayre Hotel Gran Via Barcelona', 41.37326216151984, 2.14728714786776, 'Hotel'), ('Hostafrancs', 41.3750877, 2.1429334, 'Club Metropolitan', 41.376249193059444, 2.1489014229503267, 'Gym'), ('Hostafrancs', 41.3750877, 2.1429334, "Devil's Kitchen", 41.373609, 2.145292, 'German Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'El Nucli', 41.37881551383767, 2.1376720310387736, 'Hobby Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Hotel Ofelias', 41.376708600927714, 2.150084761039218, 'Hotel'), ('Hostafrancs', 41.3750877, 2.1429334, 'Addis Abeba', 41.37944053606735, 2.137122262173188, 'Ethiopian Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Ugarit', 41.377169279882835, 2.137445998617477, 'Middle Eastern Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Bodega La General', 41.376839158487606, 2.1350003827040394, 'Wine Bar'), ('Hostafrancs', 41.3750877, 2.1429334, 'Morrow Coffee', 41.37710480525754, 2.1513783931732178, 'Coffee Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Forn Baltà', 41.37549700339748, 2.134669291320325, 'Bakery'), ('Hostafrancs', 41.3750877, 2.1429334, 'Roof at Las Arenas', 41.37591892213337, 2.1493052805022623, 'Scenic Lookout'), ('Hostafrancs', 41.3750877, 2.1429334, 'CaixaForum Barcelona', 41.371236450750885, 2.1497653895876803, 'Art Museum'), ('Hostafrancs', 41.3750877, 2.1429334, 'Bao Bao', 41.37648031911556, 2.138283265218502, 'Vietnamese Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Homo Sibaris', 41.376067314316444, 2.1387967343647376, 'Brewery'), ('Hostafrancs', 41.3750877, 2.1429334, 'El Rocoto', 41.37415313720703, 2.1363656520843506, 'Peruvian Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Urban Dance Factory', 41.37350701099828, 2.1375290993779203, 'Performing Arts Venue'), ('Hostafrancs', 41.3750877, 2.1429334, 'Plaça Bonet i Muixí', 41.37447190833837, 2.136500048521069, 'Plaza'), ('Hostafrancs', 41.3750877, 2.1429334, 'Triki-Trac', 41.381382, 2.1412256, 'Spanish Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Mercat de Sants', 41.37475502741643, 2.1333821919362186, 'Farmers Market'), ('Hostafrancs', 41.3750877, 2.1429334, 'Hotel Torre Catalunya', 41.37961713700425, 2.142472926198096, 'Hotel'), ('Hostafrancs', 41.3750877, 2.1429334, 'Mies van der Rohe Pavilion (Pabellón Mies van der Rohe)', 41.37070678812495, 2.150029492097134, 'Monument / Landmark'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Més Petita', 41.37837806695969, 2.1510799987126012, 'Brewery'), ('Hostafrancs', 41.3750877, 2.1429334, 'Plaça de Sants', 41.37568145935119, 2.135413885116577, 'Plaza'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Bauxa', 41.37870551089075, 2.1375999505460035, 'Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Pambolisucre', 41.37489609656723, 2.1337487292434583, 'Pie Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Farggi Cafe', 41.37596085920347, 2.1359015314318066, 'Ice Cream Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Fuente Mágica de Montjuïc', 41.37112051155365, 2.1515112354560353, 'Fountain'), ('Hostafrancs', 41.3750877, 2.1429334, 'Mirador de Colom', 41.379357164081654, 2.1478229235197333, 'Scenic Lookout'), ('Hostafrancs', 41.3750877, 2.1429334, 'Bodega Amposta', 41.37184235304051, 2.147343321323696, 'Tapas Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Meeting Point Hostels', 41.37862074457008, 2.1376929799398363, 'Hostel'), ('Hostafrancs', 41.3750877, 2.1429334, 'Cruix', 41.37799, 2.1523688, 'Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Can Violí', 41.373945, 2.137244, 'Mediterranean Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'El Pati Verd', 41.37079695415862, 2.137390404232961, 'Coffee Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Exposició Japonisme', 41.371394397260644, 2.1493816660122613, 'Art Gallery'), ('Hostafrancs', 41.3750877, 2.1429334, 'SmartRoom Barcelona', 41.37205416318771, 2.136929602236525, 'Hotel'), ('Hostafrancs', 41.3750877, 2.1429334, 'Questory', 41.376103875172156, 2.133724756526442, 'Arcade'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Mundana', 41.38113627955784, 2.1358934123430102, 'Gastropub'), ('Hostafrancs', 41.3750877, 2.1429334, 'Piscina B-Hotel', 41.37656823958573, 2.1505066752433772, 'Hotel Pool'), ('Hostafrancs', 41.3750877, 2.1429334, 'Tirsa Bcn Cocktail Bar', 41.382559625487566, 2.1473097493616966, 'Lounge'), ('Hostafrancs', 41.3750877, 2.1429334, 'Parc de Joan Miró', 41.377642724566606, 2.1485039674342286, 'Park'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Casa Del Chocolate', 41.3688613813653, 2.1476299399109107, 'Candy Store'), ('Hostafrancs', 41.3750877, 2.1429334, 'Cinc Sentits', 41.378438809975506, 2.152295708656311, 'Mediterranean Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Flying Tiger Copenhagen', 41.3755545914871, 2.1340904613183835, 'Gift Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Restaurante Carmen', 41.378115011, 2.137248452, 'Spanish Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Real Sociedad de Tenis Pompeya', 41.36813950354752, 2.145813172238558, 'Tennis Court'), ('Hostafrancs', 41.3750877, 2.1429334, 'Zero 20', 41.36895, 2.1459696, 'Taco Place'), ('Hostafrancs', 41.3750877, 2.1429334, 'Cúpula de les Arenes', 41.37612118598804, 2.14937955938262, 'Event Space'), ('Hostafrancs', 41.3750877, 2.1429334, 'Centre Esportiu Joan Miró', 41.37842080517704, 2.1511472570483368, 'Gym'), ('Hostafrancs', 41.3750877, 2.1429334, 'Poble Espanyol (Pueblo Español)', 41.368806442514625, 2.147923707962036, 'Historic Site'), ('Hostafrancs', 41.3750877, 2.1429334, 'Tandoor', 41.37979609335733, 2.1492643852303464, 'Indian Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Vinateria Rosaluna', 41.37556874764187, 2.1546077728271484, 'Liquor Store'), ('Hostafrancs', 41.3750877, 2.1429334, 'Sants Es Crema', 41.381336136438016, 2.136790529976782, 'Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Celler de Gelida', 41.3814241465689, 2.136179629222225, 'Wine Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Trencalòs', 41.380424, 2.13632, 'Bar'), ('Hostafrancs', 41.3750877, 2.1429334, 'Plaça de Carles Buïgas', 41.37137412301213, 2.15157151222229, 'Plaza'), ('Hostafrancs', 41.3750877, 2.1429334, 'El Tabernito', 41.37670874253311, 2.1544995176681834, 'Cocktail Bar'), ('Hostafrancs', 41.3750877, 2.1429334, 'Jardins de la Rambla de Sants', 41.37406926078353, 2.134217619895935, 'Park'), ('Hostafrancs', 41.3750877, 2.1429334, 'Pakta', 41.37436567440631, 2.1543738338744274, 'Peruvian Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Kobuta Ramen', 41.36986017860928, 2.1331966064726955, 'Ramen Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Casa Do Açai', 41.382248, 2.1466875, 'Café'), ('Hostafrancs', 41.3750877, 2.1429334, 'Sandwichez', 41.380672, 2.1511078, 'Sandwich Place'), ('Hostafrancs', 41.3750877, 2.1429334, 'Gelatomania', 41.37559317252977, 2.153698465868421, 'Ice Cream Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Lute Bar & Bowls', 41.37437125475213, 2.1333603728042454, 'Bar'), ('Hostafrancs', 41.3750877, 2.1429334, 'Olivos', 41.380423, 2.133889, 'Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Maruya', 41.377139552610934, 2.1543642004800048, 'Japanese Restaurant'), ('Hostafrancs', 41.3750877, 2.1429334, 'Llet Crua', 41.375080541559036, 2.1330487311783397, 'Cheese Shop'), ('Hostafrancs', 41.3750877, 2.1429334, 'Carns i Embutits Selectes CV116', 41.38118403084856, 2.1359881114947368, 'Butcher'), ('Hostafrancs', 41.3750877, 2.1429334, 'La Iguana', 41.37824211160688, 2.132457740057846, 'Concert Hall')], [('La Marina de Port', 41.3602964, 2.1375842, 'Granja Elena', 41.36274273140872, 2.1374305844437913, 'Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Strip Club Barcelona', 41.36183658508655, 2.1414488554000854, 'Transportation Service'), ('La Marina de Port', 41.3602964, 2.1375842, 'Restaurante Maxi', 41.360499124539565, 2.1343707205960527, 'Spanish Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Hotel SB Plaza Europa', 41.35919295205097, 2.132403856412446, 'Hotel'), ('La Marina de Port', 41.3602964, 2.1375842, 'Piripipao', 41.36021665633862, 2.1333160670452322, 'Mediterranean Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Andreu Xarcuteria i Tastets GV2', 41.35915268547269, 2.129772704648792, 'Deli / Bodega'), ('La Marina de Port', 41.3602964, 2.1375842, 'Goiko Grill', 41.365813, 2.135518, 'Burger Joint'), ('La Marina de Port', 41.3602964, 2.1375842, 'Wala', 41.361432351637525, 2.138118197608613, 'Sporting Goods Shop'), ('La Marina de Port', 41.3602964, 2.1375842, 'Fairplay Padel', 41.35324813445282, 2.134348185910974, 'Tennis Court'), ('La Marina de Port', 41.3602964, 2.1375842, 'Club Natació Montjuïc', 41.36205646106838, 2.145094617703496, 'Pool'), ('La Marina de Port', 41.3602964, 2.1375842, 'Cafè de la Plaça', 41.36367636640907, 2.1280937081827234, 'Café'), ('La Marina de Port', 41.3602964, 2.1375842, 'Galician Grill', 41.359632237620794, 2.135966764131294, 'Spanish Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, '365 cafè', 41.36324787266142, 2.139668584322667, 'Café'), ('La Marina de Port', 41.3602964, 2.1375842, 'llaollao', 41.358404020048845, 2.1290985732653374, 'Ice Cream Shop'), ('La Marina de Port', 41.3602964, 2.1375842, "Parc de l'Alhambra", 41.362939456116024, 2.1304502037204878, 'Park'), ('La Marina de Port', 41.3602964, 2.1375842, 'H&M', 41.358076, 2.1287543, 'Clothing Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Acquit Ibèrics i Cafè', 41.36326320999944, 2.134166769890106, 'Spanish Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'LaPepa', 41.35674653710214, 2.1274655849807242, 'Comfort Food Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Subway CC Maremagnum', 41.3587091, 2.1293739, 'Fast Food Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'LUSH', 41.359365025346094, 2.1295105518693345, 'Cosmetics Shop'), ('La Marina de Port', 41.3602964, 2.1375842, 'Sakuraya', 41.36507080906082, 2.1307636438869904, 'Japanese Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Game', 41.35945665234986, 2.1299574064994884, 'Video Game Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Estadi Joan Serrahima', 41.365632608070065, 2.14442265447714, 'Track Stadium'), ('La Marina de Port', 41.3602964, 2.1375842, 'La Foixarda', 41.365944143497195, 2.1465040297994005, 'Rock Climbing Spot'), ('La Marina de Port', 41.3602964, 2.1375842, 'SEPHORA', 41.359329590678946, 2.129734077066894, 'Cosmetics Shop'), ('La Marina de Port', 41.3602964, 2.1375842, "Institut Nacional d'Educació Física de Catalunya (INEFC)", 41.36495105885715, 2.147386485311698, 'General College & University'), ('La Marina de Port', 41.3602964, 2.1375842, 'la Sirena', 41.36081103338645, 2.1384907844031056, 'Grocery Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Viena', 41.357936634475934, 2.129317177469607, 'Sandwich Place'), ('La Marina de Port', 41.3602964, 2.1375842, 'Bar Cafeteria La Plaza', 41.36053686425299, 2.1391405959748204, 'Café'), ('La Marina de Port', 41.3602964, 2.1375842, 'Restaurante Botapinfota', 41.36295212157296, 2.134418182759304, 'Latin American Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Decathlon', 41.3596874298253, 2.130028393562423, 'Sporting Goods Shop'), ('La Marina de Port', 41.3602964, 2.1375842, 'La Tagliatella', 41.36648965920274, 2.1368404620819588, 'Italian Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'C.C. Gran Via 2 (Centro Comercial Gran Vía 2)', 41.358691991153165, 2.129545211791992, 'Shopping Mall'), ('La Marina de Port', 41.3602964, 2.1375842, 'Ingredients:cafè', 41.35895672825238, 2.129533556657774, 'Café'), ('La Marina de Port', 41.3602964, 2.1375842, 'Bar Restaurante Mosaic', 41.365721963251296, 2.1297950280839717, 'Greek Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Bauhaus', 41.35778933751567, 2.1405381989438865, 'Furniture / Home Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Starbucks', 41.35947, 2.1300998, 'Coffee Shop'), ('La Marina de Port', 41.3602964, 2.1375842, 'Mercat de la Marina', 41.360473275353336, 2.1390182431307716, 'Farmers Market'), ('La Marina de Port', 41.3602964, 2.1375842, 'FGC Ildefons Cerdà', 41.36110780869657, 2.130594029719854, 'Train Station'), ('La Marina de Port', 41.3602964, 2.1375842, 'New Yorker', 41.35947167423664, 2.1301346951987092, 'Clothing Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Perancho Bar', 41.35324961190781, 2.1419428402759024, 'Mediterranean Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Pizzerias Carlos', 41.36711301839353, 2.1339932516883957, 'Pizza Place'), ('La Marina de Port', 41.3602964, 2.1375842, 'Frankfurt Plaça', 41.3658016327231, 2.13534382697202, 'Burger Joint'), ('La Marina de Port', 41.3602964, 2.1375842, 'Desigual Gran Via 2', 41.35901444891986, 2.1295214949512875, 'Clothing Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Osaka', 41.36285883952736, 2.129398647882263, 'Japanese Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Casa Varela', 41.359991213840395, 2.1281921960902825, 'Spanish Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Eurostars Lex Hotel', 41.36549660427096, 2.1305712064933338, 'Hotel'), ('La Marina de Port', 41.3602964, 2.1375842, 'Mercadona', 41.36821, 2.1397638, 'Supermarket'), ('La Marina de Port', 41.3602964, 2.1375842, 'Hollister & Co.', 41.359523721198755, 2.130025390564667, 'Clothing Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Granier', 41.36080066808045, 2.138675430730515, 'Bakery'), ('La Marina de Port', 41.3602964, 2.1375842, 'WOK Mandarin', 41.36311301852004, 2.1361179819575193, 'Asian Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Sottovoce', 41.35792501173542, 2.1295894907912998, 'Italian Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, '365.café', 41.35959256032465, 2.1422408941603215, 'Café'), ('La Marina de Port', 41.3602964, 2.1375842, 'Carrefour', 41.35894078845134, 2.1295063777568153, 'Supermarket'), ('La Marina de Port', 41.3602964, 2.1375842, 'Mercadona', 41.35396848938142, 2.1438956879427002, 'Supermarket'), ('La Marina de Port', 41.3602964, 2.1375842, 'Pull&Bear', 41.3589675686637, 2.1294943122186063, 'Clothing Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Restaurante Wok (C.C Gran Via 2)', 41.35777245166216, 2.1290073249339887, 'Asian Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Farggi', 41.35794513464447, 2.1292683507201957, 'Ice Cream Shop'), ('La Marina de Port', 41.3602964, 2.1375842, 'A Ruta Galega', 41.36386483447991, 2.127834741642452, 'Spanish Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Springfield', 41.3594329794791, 2.1299801357171737, 'Clothing Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Pollo Campero', 41.357995892789376, 2.1292510326060117, 'Fried Chicken Joint'), ('La Marina de Port', 41.3602964, 2.1375842, "L'olivo", 41.360614, 2.126648, 'Gastropub'), ('La Marina de Port', 41.3602964, 2.1375842, 'La Tagliatella', 41.358502045265446, 2.1289014337027514, 'Italian Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, "Dunkin' Coffee", 41.35886709929846, 2.1293670153182553, 'Donut Shop'), ('La Marina de Port', 41.3602964, 2.1375842, 'easyHotel Barcelona', 41.36077061201437, 2.129512131613061, 'Hotel'), ('La Marina de Port', 41.3602964, 2.1375842, 'Sorli Discau', 41.36390152041465, 2.136421645782987, 'Grocery Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'bosàbé', 41.36509187832328, 2.131609068788863, 'Bistro'), ('La Marina de Port', 41.3602964, 2.1375842, 'Filmax Granvia 3D', 41.35851630889592, 2.1287772838566474, 'Multiplex'), ('La Marina de Port', 41.3602964, 2.1375842, 'Sottovoce', 41.36440370402143, 2.1320303701684824, 'Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Casa Carmen', 41.35842773596621, 2.1289873869499165, 'Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Mai Ona', 41.35335111800129, 2.143901511833712, 'Spanish Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Primor', 41.35883890893686, 2.1290071750436073, 'Cosmetics Shop'), ('La Marina de Port', 41.3602964, 2.1375842, 'Zara', 41.358596543594345, 2.128814850066513, 'Clothing Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Restaurant Aire', 41.365954053684355, 2.1295720147215245, 'Mediterranean Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Telepizza', 41.366215, 2.13455, 'Pizza Place'), ('La Marina de Port', 41.3602964, 2.1375842, 'Lidl', 41.366201480187605, 2.1395461876797723, 'Supermarket'), ('La Marina de Port', 41.3602964, 2.1375842, 'El Bon Gust', 41.36561403989427, 2.1298747815599492, 'Mediterranean Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Subway', 41.358119218630776, 2.1291730428016264, 'Sandwich Place'), ('La Marina de Port', 41.3602964, 2.1375842, 'Bar Restaurant Castilla', 41.3682581710997, 2.1346306800842285, 'Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Bracafé', 41.36441863325491, 2.1372728579231652, 'Café'), ('La Marina de Port', 41.3602964, 2.1375842, 'Nostrum', 41.365305410343076, 2.1358056360414683, 'Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'El Racó del Foc', 41.35639559144883, 2.142159148391995, 'Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'Parc de la Font Florida', 41.36685253606939, 2.1414398377168666, 'Dog Run'), ('La Marina de Port', 41.3602964, 2.1375842, 'Mercadillo de la Zona Franca', 41.35209227888714, 2.1365994215011597, 'Flea Market'), ('La Marina de Port', 41.3602964, 2.1375842, 'Bascula Espai Musical (La)', 41.35897260275701, 2.145208554355859, 'Concert Hall'), ('La Marina de Port', 41.3602964, 2.1375842, 'Gran Via - Plaça Ildefons Cerdà', 41.366262322108696, 2.1368796761143134, 'Bus Station'), ('La Marina de Port', 41.3602964, 2.1375842, 'ruta 66', 41.36568589175837, 2.1297742276985487, 'Mexican Restaurant'), ('La Marina de Port', 41.3602964, 2.1375842, 'la Sirena', 41.36526389920454, 2.1277128034241826, 'Grocery Store'), ('La Marina de Port', 41.3602964, 2.1375842, 'Complex Esportiu La Bàscula', 41.35866774556825, 2.1453338437874403, 'Soccer Field'), ('La Marina de Port', 41.3602964, 2.1375842, 'Cafetería de Tecnocom', 41.367326613736196, 2.139123558052625, 'Cafeteria'), ('La Marina de Port', 41.3602964, 2.1375842, 'Plaça del Nou', 41.35332851753332, 2.141185998916626, 'Bus Station'), ('La Marina de Port', 41.3602964, 2.1375842, 'Sot del Migdia - Zona de Practicas de  Coche y Moto', 41.359473838011986, 2.1475303655711935, 'Road'), ('La Marina de Port', 41.3602964, 2.1375842, 'Montis Bar Cafetería', 41.36764490574845, 2.139958094038099, 'Café'), ('La Marina de Port', 41.3602964, 2.1375842, 'Plaça Alta Can Clos', 41.36094816477025, 2.1476886343888046, 'Plaza'), ('La Marina de Port', 41.3602964, 2.1375842, 'Bar INEFC', 41.3643596554906, 2.1471595479137418, 'Snack Place'), ('La Marina de Port', 41.3602964, 2.1375842, 'Club Esportiu INEF Barcelona', 41.36511791354489, 2.1471405029296875, 'Athletics & Sports')], [('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Fairplay Padel', 41.35324813445282, 2.134348185910974, 'Tennis Court'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Perancho Bar', 41.35324961190781, 2.1419428402759024, 'Mediterranean Restaurant'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Strip Club Barcelona', 41.36183658508655, 2.1414488554000854, 'Transportation Service'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Mercadona', 41.35396848938142, 2.1438956879427002, 'Supermarket'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Restaurante Maxi', 41.360499124539565, 2.1343707205960527, 'Spanish Restaurant'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Club Natació Montjuïc', 41.36205646106838, 2.145094617703496, 'Pool'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Bauhaus', 41.35778933751567, 2.1405381989438865, 'Furniture / Home Store'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Mai Ona', 41.35335111800129, 2.143901511833712, 'Spanish Restaurant'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Wala', 41.361432351637525, 2.138118197608613, 'Sporting Goods Shop'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Galician Grill', 41.359632237620794, 2.135966764131294, 'Spanish Restaurant'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Bar Cafeteria La Plaza', 41.36053686425299, 2.1391405959748204, 'Café'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'la Sirena', 41.36081103338645, 2.1384907844031056, 'Grocery Store'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Mercat de la Marina', 41.360473275353336, 2.1390182431307716, 'Farmers Market'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, '365.café', 41.35959256032465, 2.1422408941603215, 'Café'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Granier', 41.36080066808045, 2.138675430730515, 'Bakery'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Plaça del Nou', 41.35332851753332, 2.141185998916626, 'Bus Station'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Kesito', 41.34665993307456, 2.143637804097122, 'Spanish Restaurant'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Mercadillo de la Zona Franca', 41.35209227888714, 2.1365994215011597, 'Flea Market'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'El Racó del Foc', 41.35639559144883, 2.142159148391995, 'Restaurant'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'La Zona', 41.34594208794946, 2.1438152052416393, 'Mediterranean Restaurant'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'El Barracon', 41.350043, 2.14036, 'Food'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Bascula Espai Musical (La)', 41.35897260275701, 2.145208554355859, 'Concert Hall'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Complex Esportiu La Bàscula', 41.35866774556825, 2.1453338437874403, 'Soccer Field'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Sot del Migdia - Zona de Practicas de  Coche y Moto', 41.359473838011986, 2.1475303655711935, 'Road'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Zepi', 41.34695963462326, 2.144484998419854, 'Restaurant'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Antara Buffet', 41.35527272349484, 2.1327083251059094, 'Restaurant'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Plaça Alta Can Clos', 41.36094816477025, 2.1476886343888046, 'Plaza'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Golf Montjuic', 41.36212057768009, 2.14430276252281, 'Golf Course'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Depósito de contenedores Martainer', 41.348442377750445, 2.1509308698161456, 'Pier'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'METRO Fira', 41.352159769835296, 2.1312028982669093, 'Metro Station'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'La Piazzetta', 41.354325751034715, 2.130967979475656, 'Pizza Place'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Estació ITV 0815', 41.35069795753463, 2.1468730842522707, 'Auto Garage'), ('La Marina del Prat Vermell', 41.3538419, 2.1423184, 'Condis', 41.36192652464135, 2.1377715324875033, 'Supermarket')], [('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Camp Nou', 41.380793535119196, 2.1227431297302246, 'Soccer Stadium'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Museu Futbol Club Barcelona', 41.38045217140202, 2.1212031598672056, 'Museum'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Jardins de la Maternitat', 41.38421477869171, 2.1236658096313477, 'Park'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Punta Anguila', 41.3827, 2.1309001, 'Mediterranean Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, "L'Altre Caliu de Finestrelles", 41.3814421249102, 2.130610561581666, 'Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Barcelona, Spain', 41.37887861560803, 2.121385301992291, 'Boarding House'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Alive', 41.382713, 2.1290574, 'Vegetarian / Vegan Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'FCBotiga Megastore', 41.38029452688954, 2.120896136841613, 'Sporting Goods Shop'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'La Maison Belge Brasserie', 41.37868921365992, 2.1292706490475313, 'Brewery'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Palau Blaugrana', 41.380026216148025, 2.12011875507744, 'Basketball Stadium'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Supermercado El Corte Inglés', 41.38700143305269, 2.128517307979801, 'Supermarket'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'La Riera', 41.37699184036307, 2.122575764981267, 'Vegetarian / Vegan Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Mercat de Les Corts', 41.38386640425951, 2.1297745584323913, 'Market'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Mamma Italia', 41.376365, 2.123483, 'Pizza Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Setze', 41.385386278341684, 2.131500144116348, 'Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Room018BCN', 41.38093427779693, 2.1302686136267948, 'Hostel'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Leku', 41.38462717426066, 2.130560707099541, 'Spanish Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Miss Perkins Tea Room', 41.376833, 2.130264, 'Tea Room'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, "La Pizzeria d'Arana", 41.38592885521885, 2.1246664640458484, 'Pizza Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'La Pimpa Pizzeria', 41.387261731664616, 2.130274251694248, 'Pizza Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Atrium', 41.3845304584457, 2.1306824412223206, 'Bakery'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'La Turuleca', 41.37619268980922, 2.125184011860923, 'Latin American Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Bcnfotos.com', 41.386855050669595, 2.1295881271362305, 'Photography Lab'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Metropolitan Galileo', 41.38181069733911, 2.1340608761203614, 'Gym / Fitness Center'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Sala VIP Roma Camp Nou', 41.38112414568191, 2.123404576367094, 'Soccer Field'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Olivos', 41.380423, 2.133889, 'Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Mercadona', 41.38100865916708, 2.1268627465739796, 'Supermarket'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'arciris', 41.38678557315667, 2.1263231013654056, 'Vegetarian / Vegan Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'La Iguana', 41.37824211160688, 2.132457740057846, 'Concert Hall'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Cafeteria del Centre Cívic Can Deu', 41.38699767321787, 2.132875127744259, 'Café'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'AquíQuedamos', 41.378751, 2.129503, 'Pizza Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Plaça de la Concòrdia', 41.386659838637044, 2.132277309777946, 'Pedestrian Plaza'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Fragments Cafè', 41.38667455355606, 2.1324451160968882, 'Tapas Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Viridi', 41.38701787368535, 2.130701731964452, 'Vegetarian / Vegan Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'La Mundana', 41.38113627955784, 2.1358934123430102, 'Gastropub'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Antichi Sapori de Angelis', 41.37583438299088, 2.1192678846227992, 'Italian Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Barcelona Stadium', 41.38041, 2.120635, 'Football Stadium'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Jardins del Palau de Pedralbes (Jardines del Palacio de Pedralbes)', 41.387297768706574, 2.117786407470703, 'Garden'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Undead Dark Club', 41.37967769812793, 2.1335320955741985, 'Nightclub'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Hostel One Sants', 41.37441111009772, 2.130354319977019, 'Hostel'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Bangkok Cafe', 41.38369432195103, 2.1360025015657844, 'Thai Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Futballárium Football Bar', 41.37775500435848, 2.1255049478051173, 'Bar'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Sense Intermediaris de Casa Ametller', 41.3758279067406, 2.121996656046006, 'Fruit & Vegetable Store'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Centre Cívic Les Corts', 41.384954490700004, 2.128184345956076, 'Cultural Center'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Celler de Gelida', 41.3814241465689, 2.136179629222225, 'Wine Shop'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Santa Clara', 41.389304900556645, 2.1215574776387123, 'Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Mamma Lucia', 41.380771839564126, 2.1336887810437246, 'Pizza Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Bodega La General', 41.376839158487606, 2.1350003827040394, 'Wine Bar'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Brooklyn cafe', 41.38716092890795, 2.130618095397949, 'Café'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Espacio Harley Davidson', 41.38611880461089, 2.12946671619187, 'Motorcycle Shop'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, '4 Trocua', 41.385380029678345, 2.1292126178741455, 'Italian Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Hotel Madanis', 41.37697272267824, 2.1213932610334436, 'Hotel'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'SandwiChez', 41.38875559851342, 2.126749239968745, 'Sandwich Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Femmena', 41.385155, 2.128914, 'Italian Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Holmes Place', 41.38542329023958, 2.1346632758052846, 'Gym'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'El Fornet de les Delícies', 41.376914, 2.116699, 'Coffee Shop'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Txokoa Diagonal', 41.388141, 2.130268, 'Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Rovira', 41.37563009292223, 2.1267957889210307, 'Bakery'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Carns i Embutits Selectes CV116', 41.38118403084856, 2.1359881114947368, 'Butcher'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'El Cóm', 41.375108652384846, 2.1190981938546667, 'Mediterranean Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Carrefour Market', 41.375446922357156, 2.1284076058982184, 'Supermarket'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Questory', 41.376103875172156, 2.133724756526442, 'Arcade'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Sants Es Crema', 41.381336136438016, 2.136790529976782, 'Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'popeye', 41.38551778696362, 2.1311175780881704, 'Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Polka Barcelona', 41.385923320589384, 2.132715582847595, 'Polish Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Palau Reial de Pedralbes (Palacio Real de Pedralbes)', 41.38842869836939, 2.1170461177825928, 'Palace'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'El Maravillas', 41.38668974966144, 2.1322255505222727, 'Cocktail Bar'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Louis Vuitton', 41.38780905170105, 2.1280793770347373, 'Boutique'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Plaça de la Reina Maria Cristina', 41.388074351826404, 2.127032074816348, 'Plaza'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Sushifresh Restaurant', 41.38721234518982, 2.130235413856643, 'Sushi Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Trencalòs', 41.380424, 2.13632, 'Bar'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'DiR', 41.38008070194891, 2.131978336087536, 'Gym / Fitness Center'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Bar Restaurant Santilari', 41.376921289591515, 2.12473470691429, 'Tapas Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'The Vibe Bar, Restaurant & Terrace', 41.38879635656463, 2.1312414922255516, 'Cocktail Bar'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Hello Beauty', 41.38477453898, 2.131816569326914, 'Health & Beauty Service'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Condis', 41.386603976545636, 2.1301485013233465, 'Supermarket'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Ramen-ya Ajisen', 41.38479202325436, 2.135355372458649, 'Asian Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Plaça Pius XII', 41.38694287400335, 2.1226603175835512, 'Plaza'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, "Mario's Pizza Nostra", 41.3769119552527, 2.1263537534597643, 'Pizza Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Vivari', 41.38160257484846, 2.1355587244033813, 'Café'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Viena', 41.38768816301988, 2.129078507423401, 'Sandwich Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Churrería Chocolatería Fernández', 41.37570848067046, 2.1186899326219137, 'Coffee Shop'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Badia Roca', 41.37427974665206, 2.123739929847566, 'Bakery'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Club Esportiu Laieta', 41.37885450484489, 2.116112212105948, 'Gym / Fitness Center'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Hilton', 41.38875588583488, 2.1313247255486067, 'Hotel'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Mercat de Collblanc', 41.374795323265865, 2.120055178585956, 'Market'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Central Park', 41.38973543979111, 2.1224661333597816, 'Gastropub'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Jamón Jamón', 41.38736330642241, 2.1305237880985546, 'Spanish Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Parc de la Marquesa', 41.37569779677968, 2.1173256254379558, 'Park'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'El Racó del Cargol', 41.37406495987371, 2.122124389551116, 'Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Santagloria', 41.38537863896468, 2.1326028476919348, 'Bakery'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Pizza Market Sants', 41.37634162401221, 2.123901844024658, 'Pizza Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Lounge Bar Upper Diagonal', 41.390404451627575, 2.1216608418428415, 'Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Yellow Nest Hostel Barcelona', 41.37716504675723, 2.123834907006947, 'Hostel'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Luz del Campano', 41.37666435857096, 2.12164809322843, 'Pizza Place'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'La Europea', 41.380527, 2.1364207, 'Tapas Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Starbucks', 41.38701603939547, 2.123901844024658, 'Coffee Shop'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Restaurante Chino Hoy', 41.38634843972797, 2.1343498538803782, 'Chinese Restaurant'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'El Corte Inglés', 41.38760059228652, 2.1283360147275965, 'Department Store'), ('La Maternitat i Sant Ramon', 41.3820766, 2.1254831, 'Alberguinn Barcelona Hostel', 41.379593057983705, 2.134416042198485, 'Hostel')], [('Montbau', 41.4295504, 2.1445379, 'Casa Ovidio', 41.43052751006393, 2.1475377541353913, 'Spanish Restaurant'), ('Montbau', 41.4295504, 2.1445379, 'El corner de Montbau', 41.4298881726301, 2.1434541891468997, 'Argentinian Restaurant'), ('Montbau', 41.4295504, 2.1445379, 'Camp Hebron-Teixonera', 41.425531839649246, 2.146340969265091, 'Soccer Field'), ('Montbau', 41.4295504, 2.1445379, 'Can Travi Nou', 41.431105719967235, 2.152145022163683, 'Spanish Restaurant'), ('Montbau', 41.4295504, 2.1445379, 'DiR Club Hispà', 41.430984258192666, 2.1488393546904536, 'Gym'), ('Montbau', 41.4295504, 2.1445379, "TARR Vall d'Hebrón", 41.43624404277199, 2.147568733718208, 'Soccer Field'), ('Montbau', 41.4295504, 2.1445379, 'Plaça de Joan Cornudella', 41.43423627109376, 2.1483770303923824, 'Plaza'), ('Montbau', 41.4295504, 2.1445379, 'Keisy', 41.426529780111785, 2.1556194305743115, 'Supermarket'), ('Montbau', 41.4295504, 2.1445379, 'Vall Parc Tennis', 41.42375543861633, 2.1353603340979914, 'Tennis Court'), ('Montbau', 41.4295504, 2.1445379, "Parc de les Rieres d'Horta", 41.43100393692278, 2.155147084946012, 'Park'), ('Montbau', 41.4295504, 2.1445379, "Palau Olímpic Vall d'Hebron", 41.42831155327084, 2.1450732738797362, 'Basketball Court'), ('Montbau', 41.4295504, 2.1445379, 'Can Cortada', 41.436166456881715, 2.152438999304558, 'Spanish Restaurant'), ('Montbau', 41.4295504, 2.1445379, 'Hotel Alimara', 41.433938735248795, 2.1473599164824053, 'Hotel'), ('Montbau', 41.4295504, 2.1445379, 'Restaurant xinès Jardín J.L.', 41.43069202299801, 2.1459433909425534, 'Chinese Restaurant'), ('Montbau', 41.4295504, 2.1445379, 'Bar Plaza', 41.421941918067155, 2.14167862459735, 'Spanish Restaurant'), ('Montbau', 41.4295504, 2.1445379, 'Mercat del Carmel', 41.4238144541793, 2.1525646662526112, 'Food Court'), ('Montbau', 41.4295504, 2.1445379, 'Bar Smith', 41.42420399428366, 2.1470507664980234, 'Bar'), ('Montbau', 41.4295504, 2.1445379, 'Residencia Salesiana Marti-Codolar', 41.428835577569146, 2.150007084476808, 'Hostel'), ('Montbau', 41.4295504, 2.1445379, 'Els Mistos', 41.43050023874723, 2.1474192065223674, 'Outdoor Sculpture'), ('Montbau', 41.4295504, 2.1445379, 'la Sirena', 41.42705894901424, 2.1558564323077345, 'Grocery Store'), ('Montbau', 41.4295504, 2.1445379, "Centre Municipal de Tennis Vall d'Hebron", 41.42906185286763, 2.14570866705665, 'Tennis Court'), ('Montbau', 41.4295504, 2.1445379, "Bar L'Estany", 41.434273438373104, 2.148800632868203, 'Mediterranean Restaurant'), ('Montbau', 41.4295504, 2.1445379, 'Pla de Montbau', 41.43141423543632, 2.142705832210139, 'Plaza'), ('Montbau', 41.4295504, 2.1445379, 'Consum', 41.433742297377414, 2.14869101651338, 'Grocery Store'), ('Montbau', 41.4295504, 2.1445379, 'Caprabo', 41.42494247071446, 2.1409794849309587, 'Grocery Store'), ('Montbau', 41.4295504, 2.1445379, 'Audrey Brunch & Coffee', 41.42584228515625, 2.1541430950164795, 'Coffee Shop'), ('Montbau', 41.4295504, 2.1445379, 'Meiland', 41.43602308708296, 2.1517331172796665, 'Soccer Stadium'), ('Montbau', 41.4295504, 2.1445379, 'Restaurant La Mami', 41.42994350233527, 2.1425044216082187, 'Mediterranean Restaurant'), ('Montbau', 41.4295504, 2.1445379, 'Font de Can Barret', 41.43165189032622, 2.1429216302859064, 'Park'), ('Montbau', 41.4295504, 2.1445379, "Mercat de Vall d'Hebron", 41.42422913837504, 2.1423549433818363, 'Farmers Market'), ('Montbau', 41.4295504, 2.1445379, 'Jardins de Can Brasó', 41.43144675179703, 2.148379268480707, 'Park'), ('Montbau', 41.4295504, 2.1445379, "Cafè de l'Estació", 41.43505714931326, 2.148015367163951, 'Café'), ('Montbau', 41.4295504, 2.1445379, 'Parc Montbau', 41.433109042036556, 2.1419337631410733, 'Park'), ('Montbau', 41.4295504, 2.1445379, 'Colors Hotel Barcelona', 41.43527660148179, 2.1535796490228334, 'Hotel'), ('Montbau', 41.4295504, 2.1445379, 'Quatre 28', 41.43416815439314, 2.1433148650011558, 'Breakfast Spot'), ('Montbau', 41.4295504, 2.1445379, 'Bar Magenta', 41.425031771242466, 2.1410514147426887, 'Café'), ('Montbau', 41.4295504, 2.1445379, "Tot d'Avui", 41.42473083763254, 2.140974689614273, 'Bakery'), ('Montbau', 41.4295504, 2.1445379, 'Forn "Pa de Paula"', 41.423051, 2.146624, 'Bakery'), ('Montbau', 41.4295504, 2.1445379, 'Plaça Boticelli', 41.433426, 2.1526265, 'Plaza'), ('Montbau', 41.4295504, 2.1445379, 'Patio Andaluz', 41.42149879786407, 2.1432549762751454, 'Spanish Restaurant'), ('Montbau', 41.4295504, 2.1445379, 'Federació Catalana de Tennis - Tennis Museum', 41.43671028973584, 2.1504557132720947, 'Museum'), ('Montbau', 41.4295504, 2.1445379, "La Cova d'Horta", 41.433594, 2.15506, 'Restaurant')], [('Montjuïc', 41.6112012, 1.652638, 'Restaurant Samuntà', 41.61772796826432, 1.650673889826072, 'Mediterranean Restaurant'), ('Montjuïc', 41.6112012, 1.652638, 'Parc de la Font', 41.606153820663074, 1.644589983041862, 'Plaza'), ('Montjuïc', 41.6112012, 1.652638, 'Bar Jordi', 41.606392821442874, 1.6436328088059646, 'Restaurant'), ('Montjuïc', 41.6112012, 1.652638, 'Poliesportiu Municipal Mestre Vila Vell', 41.6071854037099, 1.6422742023243684, 'Basketball Court')], [('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Beering Barcelona', 41.41804618186833, 2.183245940063886, 'Brewery'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Collonut', 41.42045987701444, 2.182165127042287, 'Gastropub'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Miseria e Nobiltà', 41.414124, 2.184156, 'Italian Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "Escola de cuina Terra d'Escudella", 41.4181276, 2.1889453, 'Cooking School'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Nau Ivanow', 41.420143821784734, 2.190002967711577, 'Performing Arts Venue'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'La Gamba', 41.42046815396751, 2.1809239577358777, 'Spanish Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Río Dragón', 41.42047102588689, 2.1793292105394357, 'Chinese Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Mezzé', 41.421918, 2.183633, 'Burger Joint'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Nut Gastrobar', 41.42025449947343, 2.1818558939914316, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'La Llama', 41.41400152291524, 2.1842206429318667, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Condis', 41.417025, 2.183999, 'Supermarket'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'La Marquesa', 41.420122564103416, 2.1816731569826926, 'Bakery'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Toca Teca', 41.42350641541845, 2.1809952086384, 'Tapas Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Cantina Mexicana Chihuahua', 41.41876205479219, 2.1805508323130476, 'Mexican Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Coctelería Torre Rosa', 41.42257873520451, 2.1803060173988342, 'Cocktail Bar'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Pizzeando', 41.42154, 2.1789384, 'Pizza Place'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Restaurant Basilea', 41.41503690736926, 2.1793564797168212, 'Swiss Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'A Cañota', 41.415404849603675, 2.1819794463958675, 'Spanish Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Eat Street at La Nau Bostik', 41.422623344753546, 2.1869565076011894, 'Food Truck'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El Món De La Cervesa', 41.41886259048162, 2.18679022836639, 'Bar'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Torres 2 Sandwitcheria Hamburgueseria', 41.416191163989666, 2.186910005509901, 'Sandwich Place'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El Ruedo', 41.41092143698526, 2.1809910659276444, 'South American Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, '2D2Dspuma', 41.42238148822458, 2.1792164743350497, 'Brewery'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Forn Elias', 41.41222921025218, 2.1806498893900965, 'Bakery'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Il Capriccio Napoletano', 41.41437430572788, 2.1878980100154877, 'Italian Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'SienTe', 41.410618246595064, 2.1828541060899584, 'Tea Room'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El Cafetó', 41.414538, 2.181093, 'Bakery'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El Tall Iberic', 41.41178082860658, 2.188741755383084, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "Marc's Entrepans", 41.42281642493201, 2.178662466976675, 'Sandwich Place'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Taverna El Ficus', 41.418183993196706, 2.177342176437378, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'La Cucina Di Pulcinella', 41.41666729087883, 2.1746120322437874, 'Italian Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'La Granota & Co', 41.418063, 2.180362, 'Tapas Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Hotel Laumon 3*', 41.4231888012772, 2.190614822172577, 'Hotel'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Mercat Felip II', 41.422046395739834, 2.185547301380809, 'Farmers Market'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Mercat del Guinardó', 41.41917769115542, 2.178580901607558, 'Farmers Market'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Bodega Luis', 41.42273136920525, 2.17878820894839, 'Tapas Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Plaça de Masadas', 41.42478711997956, 2.19013983651098, 'Plaza'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Mercat de Sant Martí de Provençals', 41.41937334667442, 2.1968460463338904, 'Supermarket'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Casa De Cuenca', 41.4144350293623, 2.185404263155377, 'Spanish Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "L'Algueró", 41.42121189578586, 2.1738402445273493, 'Café'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Muntanya Doner Kebab', 41.412383372695444, 2.1838305818753363, 'Middle Eastern Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "D'Clot", 41.40961892296398, 2.1842461824417114, 'Café'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El Establo', 41.416790181956735, 2.1801215122491273, 'Argentinian Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Creps Clot', 41.410182, 2.183303, 'Creperie'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Pizza Qué?', 41.41150970564624, 2.1815317761688333, 'Pizza Place'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Gimnasio Puro Impacto', 41.42346486024578, 2.1814714989124484, 'Gym / Fitness Center'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "L'Espavilat", 41.42494, 2.190313, 'Burger Joint'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Forn Colón', 41.41060798772909, 2.185011246582506, 'Café'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Santutxo', 41.40988670412606, 2.1816878244771942, 'Beer Garden'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'la Sirena', 41.41694306660415, 2.1870189105091336, 'Grocery Store'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'VivaGym Meridiana', 41.42612486292388, 2.185266123514497, 'Gym'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "Plaça Jardins d'Elx", 41.42298656446911, 2.1873204155432795, 'Plaza'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El Manolo', 41.414765418725445, 2.194543186363657, 'Spanish Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Complex Esportiu Municipal del Guinardó', 41.416775123793236, 2.173694372177124, 'Athletics & Sports'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Happy People Sagrada Familia', 41.41263597557632, 2.180591865023263, 'Hotel'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El Rovell del Clot', 41.410987471321896, 2.182383559253124, 'Mediterranean Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, '9 vintage', 41.413913191701056, 2.179895936681417, 'BBQ Joint'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Bodega Fermín', 41.41445878907642, 2.1804803609848022, 'Wine Bar'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Parc Infantil La Granota', 41.42487919651237, 2.1854703839470244, 'Playground'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Mercadona', 41.41722611746683, 2.1879182509737656, 'Supermarket'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Fujiyama', 41.417811, 2.187753, 'Japanese Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Salon Amistad', 41.413540080440455, 2.188724303981063, 'Chinese Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Pizza Luna', 41.41145872732675, 2.1850278618197545, 'Pizza Place'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Goiko Grill', 41.410305, 2.180179, 'Burger Joint'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Óptica Universitaria', 41.41338869695503, 2.1771580325108215, 'Pharmacy'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "L'Empanat", 41.425007553, 2.190480286, 'Burger Joint'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Naranjito', 41.41122117991593, 2.1901234127243696, 'Cocktail Bar'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Mercadona', 41.42551195928566, 2.18763075648535, 'Supermarket'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "L'Ombra", 41.41410124421461, 2.1811822125104103, 'Mediterranean Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Kailash Restaurante Tibetano', 41.41145764500947, 2.180172471636698, 'Asian Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Braseria Meson Pahi', 41.4270843184862, 2.1864068858278376, 'Spanish Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Lidl', 41.41781497628418, 2.1843526720416064, 'Supermarket'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El Timbalet', 41.418097611791666, 2.1805246713967295, 'Tapas Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Granier', 41.422097552123084, 2.187069181150005, 'Bakery'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Timesburg', 41.41029034080789, 2.1801631752557666, 'Burger Joint'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Can Pere Tapes', 41.42602040668511, 2.179666943525032, 'Tapas Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Farmacia Carmen Cartanya', 41.420932622577865, 2.18017390679942, 'Pharmacy'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El rincón del tío Emilio', 41.42581785877087, 2.188123490629741, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, '+ Q Burguer', 41.42324268421916, 2.188289908593542, 'Bar'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "L'obrador dels 15", 41.42454065886319, 2.176904822716588, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, "Paradis D'or", 41.41154777262765, 2.1784369219973194, 'Chinese Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'La Llauneta del Guinardó', 41.41645458641004, 2.1760543864050295, 'Tapas Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Almirall', 41.40986181485903, 2.1884163249645243, 'Bar'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'la Sirena', 41.42486876189227, 2.1863852850440133, 'Grocery Store'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Restaurante Azul', 41.411190516, 2.178738779, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'CEM Bac de Roda', 41.41498420640516, 2.194022613101152, 'Gym'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Pastisseria Figuls', 41.41273177388991, 2.19000475061557, 'Dessert Shop'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Caprabo', 41.41677832141812, 2.1866300937985517, 'Grocery Store'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Els Miralls', 41.410813836149764, 2.179487943649292, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Caprabo', 41.41745279506638, 2.189486294734023, 'Supermarket'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'La Bota del Racó', 41.42201141113248, 2.1746728756725893, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Braseria Suyapa', 41.41167106649779, 2.1859350089670406, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Consum Basic', 41.41111823720035, 2.1824973235330787, 'Grocery Store'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Consum Basic', 41.41967168697789, 2.1868942191299956, 'Grocery Store'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Superpizza', 41.42289404448625, 2.185881271067394, 'Pizza Place'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'La Font de la Sagrera', 41.424778487077, 2.190058016102697, 'Tapas Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Caprabo', 41.421442, 2.186957, 'Grocery Store'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'Leonardo Boutique Hotel Barcelona', 41.41104633625311, 2.185655499578394, 'Hotel'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'El Paso', 41.424575444547266, 2.1861582031652564, 'Restaurant'), ('Navas, Sant Andreu', 41.4181775, 2.185133059169344, 'McFIT', 41.4150249, 2.1905041, 'Gym / Fitness Center')], [("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Tirsa Bcn Cocktail Bar', 41.382559625487566, 2.1473097493616966, 'Lounge'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Can Vallés', 41.382098480256836, 2.151043843246967, 'Mediterranean Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Casa Do Açai', 41.382248, 2.1466875, 'Café'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'ArA Café', 41.383000662621356, 2.150372407976687, 'Spanish Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Yogi Bar', 41.382877331232685, 2.1485423364126266, 'Indian Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'A Peregrina Vinoteca', 41.384141, 2.154009, 'Wine Bar'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Sandwichez', 41.380672, 2.1511078, 'Sandwich Place'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La Huella Crossfit Barcelona', 41.38604814707344, 2.150264273787844, 'Gym / Fitness Center'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La Capricciosa', 41.38696774281958, 2.1474945545196533, 'Mediterranean Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'O Retorno', 41.386589087770226, 2.1527847792523493, 'Seafood Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Copasetic', 41.38016299085347, 2.153368385490798, 'Gluten-free Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'El Taller del Pa', 41.382253126653644, 2.1515064390150753, 'Bakery'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Thali', 41.382376915084414, 2.15134815675056, 'Indian Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Una Mica de Japó', 41.383737, 2.153937, 'Japanese Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Morro Fi', 41.383296, 2.154989, 'Tapas Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La Capricciosa', 41.384953, 2.144073, 'Pizza Place'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'ArmiTex - Servicio Tecnico Especializado', 41.3864203791187, 2.1484118700027466, 'Mobile Phone Shop'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Hotel Villa Emilia', 41.3803915900247, 2.1541172064389107, 'Hotel'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Ugot', 41.38135704644215, 2.155272960662842, 'Breakfast Spot'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Antilla Bcn Latin Club', 41.38448177900513, 2.154643420770874, 'Nightclub'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Frenesí Café', 41.384853, 2.1548786, 'Café'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Disfrutar', 41.387398637541104, 2.1527878123509208, 'Molecular Gastronomy Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Porvenir', 41.387592473596534, 2.1535187602132413, 'Spanish Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, "L'Anna 안나식당", 41.384024606632984, 2.154254883568612, 'Korean Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La Més Petita', 41.37837806695969, 2.1510799987126012, 'Brewery'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Tandoor', 41.37979609335733, 2.1492643852303464, 'Indian Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La Capricciosa', 41.38774053622911, 2.151222250428205, 'Pizza Place'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Yatai Barcelona', 41.38421830651227, 2.155937568229241, 'Japanese Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Takashi Ochiai', 41.38409047770925, 2.1561556916741327, 'Dessert Shop'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Rosses i Torrades', 41.38416019589494, 2.1563786033626533, 'Beer Store'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'MH Apartments Barcelona', 41.383144986291995, 2.1529066705986475, 'Vacation Rental'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Cruix', 41.37799, 2.1523688, 'Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Gat Blau', 41.38185011484426, 2.1569332480430603, 'Mediterranean Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Ekubo Barcelona', 41.38393039855386, 2.156293541816333, 'Japanese Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Mirador de Colom', 41.379357164081654, 2.1478229235197333, 'Scenic Lookout'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Eixample Fitness', 41.380388909873545, 2.1495558030450783, 'Gym'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Cinc Sentits', 41.378438809975506, 2.152295708656311, 'Mediterranean Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'The Fish & Chips Shop', 41.37854550973277, 2.154283431448269, 'Fish & Chips Shop'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'El Quinto Moño', 41.38493546168772, 2.1572126434901695, 'Cocktail Bar'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Mercat del Ninot', 41.388088405499246, 2.1542691098703908, 'Market'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Barcelona Century Hotel', 41.386225590281526, 2.154752698228471, 'Hotel'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'O Retorno 2', 41.386719, 2.15326, 'Spanish Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'BABY Jalebi', 41.378733, 2.154417, 'Pakistani Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Hotel Magatzem 128', 41.38102823087055, 2.1533272685487943, 'Bed & Breakfast'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, "Amalia's Portuguese Flavours", 41.38488695043953, 2.155213609506926, 'Café'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Morrow Coffee', 41.37710480525754, 2.1513783931732178, 'Coffee Shop'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Tartela', 41.377159, 2.149722, 'Café'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'O Retorniño', 41.38850196718175, 2.150862624468293, 'Spanish Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Hotel U232', 41.3896128349739, 2.148825706443591, 'Hotel'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Bacallaneria Perelló', 41.38796784308512, 2.1541845053894226, 'Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Consum', 41.381423627988774, 2.146921218790703, 'Grocery Store'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Bar Xamfra', 41.38318557145751, 2.1461442241061075, 'Café'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Yoshino', 41.386173, 2.1521878, 'Japanese Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Triki-Trac', 41.381382, 2.1412256, 'Spanish Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Zumzeig Cinema', 41.377349661712515, 2.14507609985447, 'Indie Movie Theater'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La terrassa Miró', 41.37735601031151, 2.1460890769958496, 'Bar'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Timesburg', 41.38910614178661, 2.146994993754201, 'Burger Joint'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Eric Vökel Gran Via Suites', 41.37878759790641, 2.1549490396017137, 'Hotel'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Strata Bakery', 41.38795565999464, 2.1524930138284635, 'Pie Shop'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Centre Esportiu Joan Miró', 41.37842080517704, 2.1511472570483368, 'Gym'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Cloudstreet', 41.38853931791212, 2.150877663588501, 'Bakery'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Méliès Cinemes', 41.385477801596686, 2.1573098463596523, 'Multiplex'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La Wera', 41.384602, 2.156784, 'Mexican Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Sunday Surf Café', 41.38232233248855, 2.1540575805371787, 'Coffee Shop'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Lam', 41.3818350904261, 2.158242092197902, 'Thai Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Mancora', 41.38011193269851, 2.1557340010239034, 'Peruvian Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Roast Club Café', 41.387740483729075, 2.1572041511535645, 'Coffee Shop'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Free Hostels Barcelona', 41.38857830922112, 2.1443614032140226, 'Hostel'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Hotel Ofelias', 41.376708600927714, 2.150084761039218, 'Hotel'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Zarautz Taberna Vasca', 41.37796277601982, 2.1432826863239987, 'Tapas Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Gimnasio Dona10 Wellness Center', 41.38689553398406, 2.146395136951795, 'Gym'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, "La cuina de l'Uribou", 41.38679939064109, 2.1404748123785504, 'Japanese Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Shingane', 41.38600341717096, 2.1468330502533903, 'Korean Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'TWO Hotel Barcelona by AXEL', 41.379058885537866, 2.155972096576099, 'Hotel'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La Clara', 41.37854560630833, 2.1537962236581762, 'Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'El Tabernito', 41.37670874253311, 2.1544995176681834, 'Cocktail Bar'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, "Big Al's American Kitchen", 41.38954113443141, 2.15003409940803, 'Burger Joint'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Maruya', 41.377139552610934, 2.1543642004800048, 'Japanese Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, "Plaça d'Espanya (Plaza de España)", 41.37502128798987, 2.1491146087646484, 'Plaza'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'BrewDog Barcelona', 41.385750298970905, 2.158321113533026, 'Beer Bar'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Artte', 41.38747672788011, 2.157466202884043, 'Bistro'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Taktika Berri', 41.38852195, 2.157554858, 'Spanish Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Tempura-Ya', 41.39103644846922, 2.153447725400455, 'Japanese Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La Cachapera Bcn', 41.38331787283326, 2.159274848040056, 'Venezuelan Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'The Corner Hotel Barcelona', 41.38912892832735, 2.1563902678690234, 'Hotel'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Garage Bar', 41.378402, 2.156553, 'Wine Bar'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'OMA Bistró', 41.385572244788975, 2.158345363426879, 'Bistro'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'LUSH', 41.37615703240562, 2.1491893383513667, 'Cosmetics Shop'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, "A'Palloza", 41.39040324154132, 2.1535480808539025, 'Spanish Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'El Desván', 41.379155, 2.154242, 'Burger Joint'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Matatabi', 41.387733, 2.1445513, 'Japanese Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'The Corner Hotel Bar and Lounge', 41.389165235475545, 2.1563466890090095, 'Hotel Bar'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Cremeria Toscana', 41.39160728810418, 2.1528084949970054, 'Ice Cream Shop'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Restaurant BarcelonaMilano', 41.391120443829685, 2.1490570785462206, 'Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Club Metropolitan', 41.376249193059444, 2.1489014229503267, 'Gym'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, '+Bernat', 41.39093532365861, 2.1455596014789124, 'Bookstore'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'La Taverna del Clínic', 41.3888983738951, 2.151347929799982, 'Tapas Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Hotel Torre Catalunya', 41.37961713700425, 2.142472926198096, 'Hotel'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'Amaltea', 41.3836052, 2.1582869, 'Vegetarian / Vegan Restaurant'), ("La Nova Esquerra de l'Eixample", 41.383389, 2.149, 'King', 41.38945865855194, 2.1432287209298813, 'Tech Startup')], [('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Hotel SB Glow', 41.40228306279631, 2.1910239884332587, 'Hotel'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Hotel Sb Glow Sauna', 41.402374, 2.190667, 'Sauna / Steam Room'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Deu Dits', 41.39847740736391, 2.1893137104761493, 'Climbing Gym'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Espai Joliu', 41.398873, 2.19493, 'Café'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Cafeteria Industrial', 41.399158, 2.195313, 'Cafeteria'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Museo del Diseño de Barcelona', 41.40254777242111, 2.187944293957132, 'Art Museum'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Petit Bangkok', 41.39774516635052, 2.1942876734503978, 'Thai Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Museo Can Framis', 41.403106761731266, 2.194980523599906, 'Art Museum'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Sopa', 41.40247756305261, 2.1952005799474246, 'Vegetarian / Vegan Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Duet Fit', 41.40458074210619, 2.191114185036265, 'Gym / Fitness Center'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Golden Tulip Barcelona', 41.40023812049811, 2.1908702037996126, 'Hotel'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Little Fern', 41.40223206041831, 2.1973116530864165, 'Breakfast Spot'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, "Nømad Roaster's Home", 41.39790205203248, 2.1957478624538322, 'Coffee Shop'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Teatre Nacional de Catalunya', 41.39969815906721, 2.1863276831207505, 'Theater'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'SKYE Coffee Co.', 41.39681963317447, 2.1913092252456856, 'Coffee Shop'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Ultra-Local Records', 41.39884915855182, 2.196776591208618, 'Record Shop'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'La Tavernícola', 41.40034854684869, 2.197909355163574, 'Argentinian Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'UNIQLO ユニクロ', 41.40512073022586, 2.191340825819008, 'Clothing Store'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, "L'Auditori", 41.39860416340613, 2.1852897648933367, 'Concert Hall'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Capri By Fraser Barcelona', 41.397495913699615, 2.188808992124071, 'Hotel'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Onair', 41.39901287415873, 2.1943014431738654, 'Dance Studio'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, "L'Estoneta", 41.399198710747946, 2.1885310113430023, 'Breakfast Spot'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Hi Jauh USB?', 41.399761619249524, 2.1973982566499553, 'Public Art'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, "L'Olivera", 41.40599690587361, 2.189159805743846, 'Spanish Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Novotel Barcelona City', 41.4039506971446, 2.1912256573167497, 'Hotel'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'UN-ZA', 41.40537607935617, 2.1934423505081213, 'Japanese Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Can Dendê', 41.39829633168689, 2.198359966278076, 'Breakfast Spot'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Rocksound', 41.39719850924681, 2.190214825063006, 'Rock Club'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Las Muns Poblenou', 41.4037724263803, 2.1967536780164028, 'Empanada Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Koh', 41.39970051514343, 2.1979241758448396, 'Asian Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Market Cuina', 41.39849753693859, 2.1956157802311167, 'Mediterranean Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Daniel Café', 41.40441691203971, 2.193191215101251, 'Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Feeling Woman', 41.39476371320736, 2.1908139667182693, 'Dance Studio'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Tapa Tapa', 41.4047505309692, 2.1916598081588745, 'Tapas Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'El Quinto', 41.400179543342794, 2.1962571144104, 'Gluten-free Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Razzmatazz', 41.39755493056179, 2.1912423138491994, 'Nightclub'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Furnos', 41.40006059656649, 2.198487189161824, 'Bakery'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Ryu Ramen', 41.403738640902716, 2.1967521066936153, 'Ramen Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Carrot Café', 41.39903924000445, 2.1883732668599927, 'Sandwich Place'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Crossfit Poblenou', 41.394990164070585, 2.1883739673552256, 'Gymnastics Gym'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Razzmatazz 3', 41.397309556602075, 2.191620535760063, 'Music Venue'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Restaurante Leka', 41.39758373052165, 2.1967635703693933, 'Vegetarian / Vegan Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Can Recasens', 41.40237631322281, 2.199776816341909, 'Mediterranean Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Ibis Styles Barcelona City Bogatell', 41.39475850869639, 2.193383199696882, 'Hotel'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Súper Coffee & Food Store', 41.40199129837433, 2.195682156125258, 'Coffee Shop'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Three Marks Coffee', 41.397256418755575, 2.1834718678782297, 'Coffee Shop'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Edge Brewing', 41.394051227915924, 2.193269892726399, 'Brewery'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Rambla del Poblenou', 41.40147120183829, 2.200484275817871, 'Road'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'The Bakers', 41.40156777340462, 2.18278169631958, 'Bakery'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Veritas', 41.40499754077802, 2.1921650476428662, 'Deli / Bodega'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'SWAD the indian restaurant', 41.40372532143752, 2.1967415641587063, 'Indian Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Timesburg', 41.400742, 2.199516, 'Burger Joint'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Cruixent BCN', 41.40188991912975, 2.20072980500845, 'Bakery'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Racó de la Vila', 41.39748894999484, 2.1991627424733684, 'Spanish Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Encants Barcelona', 41.401067670798376, 2.186510089318454, 'Flea Market'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Espacio 88', 41.39689199748664, 2.1912338138776786, 'Building'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'El Menjador de la Beckett', 41.40463264052223, 2.1993090461252054, 'Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'El Mercat de Glòries', 41.40505765930281, 2.192684524309579, 'Food Court'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'La Cervecita Nuestra de Cada Día', 41.40045398203872, 2.201477074693845, 'Beer Store'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, "L'Aldilà", 41.40346770934162, 2.1961425838890136, 'Italian Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Centre Esportiu Municipal Can Felipa', 41.40345749617367, 2.2004073212805584, 'Gym / Fitness Center'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Melocomo', 41.401788, 2.200996, 'Italian Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'La Clotenca', 41.40773101591848, 2.1880484283428814, 'Comfort Food Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Bharma', 41.39867525949133, 2.1943127397167945, 'Spanish Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Dixi 724', 41.398212206469246, 2.1902078584033395, 'Rock Club'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Beergarden at The Gates', 41.403376, 2.190225, 'Beer Garden'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Tutu Vietnamese Cuisine', 41.407116, 2.187755, 'Vietnamese Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Mammamia', 41.402658458796815, 2.2001283198005694, 'Pizza Place'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Mabel', 41.39481546565168, 2.18728244304657, 'Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Neko Taller de Sushi', 41.39922659986501, 2.1974560984172022, 'Sushi Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Monopol', 41.40127747687245, 2.2011778748484083, 'Bar'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Van Van Var', 41.39399887040982, 2.1902908929701312, 'Burger Joint'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Bar Llacuna', 41.402642122400934, 2.197268307209015, 'Diner'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Óptica Universitaria', 41.40407832415139, 2.190550726514334, 'Optical Shop'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, "L'artesana Poblenou", 41.404472, 2.1983314, 'Mediterranean Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Ametller Origen', 41.40395228227831, 2.1976015302508145, 'Supermarket'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'La graneria del Poble Nou', 41.40180587768555, 2.2007334232330322, 'Health Food Store'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, "Dino's Ice Cream", 41.40091005092279, 2.2014777648751283, 'Ice Cream Shop'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Churrería J. Argilés', 41.395353441646805, 2.1865868921489016, 'Food Truck'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Parc del Clot', 41.407860711077916, 2.1903991699218746, 'Park'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, "L'Actiu Restaurant", 41.40683769593239, 2.1917988724250845, 'Mediterranean Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Casa Aliaga', 41.40583906703915, 2.192731372484922, 'Spanish Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Il Birrino', 41.396247351548375, 2.1843007921779645, 'Bistro'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'La Revolta', 41.408198, 2.18961, 'Tapas Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Forastera', 41.39727, 2.188262, 'Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Le Cinquante Huit', 41.40065308537522, 2.20255720376243, 'Gastropub'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Pai Mei', 41.40507478598524, 2.1932299337769785, 'Asian Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Kalamata', 41.403885, 2.19854, 'Tapas Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Hotel Four Points by Sheraton', 41.4053211, 2.1962274, 'Hotel'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Plaça de les Glòries Catalanes', 41.40432178428314, 2.18690850542311, 'Plaza'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Isami', 41.40184563662712, 2.200272297483984, 'Japanese Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Noak Room', 41.40000651548857, 2.198038101196289, 'Antique Shop'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Baluard', 41.40241772635593, 2.2014596974250393, 'Bakery'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Versus Teatre', 41.40208990122702, 2.1838854790257756, 'Theater'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Bar Ivan', 41.397450903939855, 2.1996127158296086, 'Spanish Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Els Tres Porquets', 41.40736761625498, 2.1929845559382652, 'Mediterranean Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Can Bigotis', 41.39609185855765, 2.198879600759474, 'Tapas Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Tierra del fuego', 41.40181455772564, 2.201369239134456, 'Argentinian Restaurant'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'Hoppiness', 41.39806276142214, 2.2006565011616193, 'Beer Bar'), ('El Parc i la Llacuna del Poblenou', 41.4007334, 2.191342, 'El Tío Che', 41.400105667, 2.202769832, 'Ice Cream Shop')], [('Pedralbes', 41.3901401, 2.112218, 'Conillas Garden Center', 41.390288300973396, 2.109797504376952, 'Garden Center'), ('Pedralbes', 41.3901401, 2.112218, 'Palau Reial de Pedralbes (Palacio Real de Pedralbes)', 41.38842869836939, 2.1170461177825928, 'Palace'), ('Pedralbes', 41.3901401, 2.112218, "Frankfurt's Pedralbes", 41.38708949036923, 2.112593650817871, 'Hot Dog Joint'), ('Pedralbes', 41.3901401, 2.112218, 'Jardins del Palau de Pedralbes (Jardines del Palacio de Pedralbes)', 41.387297768706574, 2.117786407470703, 'Garden'), ('Pedralbes', 41.3901401, 2.112218, 'Reial Club de Tennis Barcelona', 41.39361705916412, 2.1177330144011153, 'Tennis Court'), ('Pedralbes', 41.3901401, 2.112218, 'Monserat', 41.39511816150541, 2.114057062138292, 'Trail'), ('Pedralbes', 41.3901401, 2.112218, "Jardí de l'Abadessa", 41.3942308425499, 2.1100819177188295, 'Mediterranean Restaurant'), ('Pedralbes', 41.3901401, 2.112218, 'Restaurante Tritón', 41.386672582, 2.112518928, 'Spanish Restaurant'), ('Pedralbes', 41.3901401, 2.112218, 'Parc de Cervantes', 41.38413428091069, 2.106306552886963, 'Park'), ('Pedralbes', 41.3901401, 2.112218, 'Escola Thau', 41.38783762949736, 2.1067347709940085, 'Soccer Stadium'), ('Pedralbes', 41.3901401, 2.112218, 'Mató de Pedralbes', 41.39523000220439, 2.1141095268889405, 'Mediterranean Restaurant'), ('Pedralbes', 41.3901401, 2.112218, 'Santa Clara', 41.389304900556645, 2.1215574776387123, 'Restaurant'), ('Pedralbes', 41.3901401, 2.112218, 'Real Club de Polo de Barcelona', 41.381816233482766, 2.1112917217372984, 'Sports Club'), ('Pedralbes', 41.3901401, 2.112218, 'Trofeu Comte Godó', 41.393668353903905, 2.1175173374300242, 'Gym / Fitness Center'), ('Pedralbes', 41.3901401, 2.112218, 'David Lloyd Club Turó', 41.382971, 2.108131, 'Gym / Fitness Center'), ('Pedralbes', 41.3901401, 2.112218, 'Jardins de Vil·la Amèlia', 41.392869764206345, 2.1226027973023713, 'Park'), ('Pedralbes', 41.3901401, 2.112218, 'Lounge Bar Upper Diagonal', 41.390404451627575, 2.1216608418428415, 'Restaurant'), ('Pedralbes', 41.3901401, 2.112218, 'Al Taglio', 41.38725795777823, 2.112876572610609, 'Pizza Place'), ('Pedralbes', 41.3901401, 2.112218, 'Bar de la FIB', 41.38930311085356, 2.1132454831453154, 'College Cafeteria'), ('Pedralbes', 41.3901401, 2.112218, 'Alfambra Copisteria', 41.386292542934186, 2.1125280602878993, 'Print Shop'), ('Pedralbes', 41.3901401, 2.112218, 'Central Park', 41.38973543979111, 2.1224661333597816, 'Gastropub'), ('Pedralbes', 41.3901401, 2.112218, 'Jardins de William Shakespeare', 41.390959686228214, 2.118064967338933, 'Park'), ('Pedralbes', 41.3901401, 2.112218, 'Cursa Dir Guardia Urbana', 41.385859041606366, 2.1171147431936492, 'Athletics & Sports'), ('Pedralbes', 41.3901401, 2.112218, 'AC Hotel Victoria Suites by Marriott', 41.389324, 2.1213379, 'Hotel'), ('Pedralbes', 41.3901401, 2.112218, 'Hotel Upper Diagonal', 41.39041652335819, 2.121579191559387, 'Hotel'), ('Pedralbes', 41.3901401, 2.112218, 'Plaça Pius XII', 41.38694287400335, 2.1226603175835512, 'Plaza'), ('Pedralbes', 41.3901401, 2.112218, 'Hotel Sansi Pedralbes', 41.39343506028381, 2.1117222333374426, 'Hotel'), ('Pedralbes', 41.3901401, 2.112218, 'Disco Q Pedralbes', 41.390092646248746, 2.1106162222791447, 'Nightclub'), ('Pedralbes', 41.3901401, 2.112218, 'Pavellons de la Finca Güell', 41.389528426629276, 2.1196933261504, 'Garden'), ('Pedralbes', 41.3901401, 2.112218, 'Casa De Cantabria', 41.39083369653367, 2.113220440706122, 'Spanish Restaurant'), ('Pedralbes', 41.3901401, 2.112218, 'Pati Blau', 41.38735718220135, 2.1135187146634395, 'Mediterranean Restaurant'), ('Pedralbes', 41.3901401, 2.112218, 'Gran Hotel Princesa Sofía', 41.38651744622853, 2.123076401181158, 'Hotel'), ('Pedralbes', 41.3901401, 2.112218, "Dunkin' Coffee", 41.38567565927305, 2.118218234430525, 'Donut Shop'), ('Pedralbes', 41.3901401, 2.112218, 'Dibar café', 41.38714145087979, 2.112286006296254, 'Café'), ('Pedralbes', 41.3901401, 2.112218, 'Bar Versalles', 41.38652030897755, 2.1125944838314132, 'Bar'), ('Pedralbes', 41.3901401, 2.112218, 'Hand Bar', 41.38964005888457, 2.1225281220384336, 'Bar'), ('Pedralbes', 41.3901401, 2.112218, 'Museu de la Farmàcia Catalana', 41.384789300320136, 2.121846304332079, 'Science Museum'), ('Pedralbes', 41.3901401, 2.112218, 'Cafeteria - Facultat de Biologia UB', 41.38509896137381, 2.1190638740666503, 'College Cafeteria'), ('Pedralbes', 41.3901401, 2.112218, 'Tram T1/T2/T3 Palau Reial', 41.38592555595051, 2.1183968704023406, 'Tram Station'), ('Pedralbes', 41.3901401, 2.112218, 'The Rala Burger Bar', 41.38999, 2.120831, 'Burger Joint'), ('Pedralbes', 41.3901401, 2.112218, 'Caprabo', 41.39135489900573, 2.1212702647745805, 'Grocery Store'), ('Pedralbes', 41.3901401, 2.112218, 'Donosti Junior Bar', 41.38979972432578, 2.120180672957812, 'Café'), ('Pedralbes', 41.3901401, 2.112218, 'Leo Boeck Frankfurts', 41.386922, 2.112235, 'Hot Dog Joint'), ('Pedralbes', 41.3901401, 2.112218, 'David Lloyd Club Turo - Central', 41.388491680874424, 2.1082050763196998, 'Tennis Stadium'), ('Pedralbes', 41.3901401, 2.112218, "Foster's Hollywood", 41.39061164349621, 2.1235225980993486, 'American Restaurant'), ('Pedralbes', 41.3901401, 2.112218, 'Millor Preu', 41.38581231564348, 2.1129931530739743, 'Grocery Store'), ('Pedralbes', 41.3901401, 2.112218, 'Plaça de Pedralbes', 41.39530966566917, 2.1140378923821572, 'Plaza'), ('Pedralbes', 41.3901401, 2.112218, 'Pista Central RCTB', 41.3935872701401, 2.1176994645819045, 'Tennis Court'), ('Pedralbes', 41.3901401, 2.112218, 'Real Club De Tenis Barcelona', 41.39405338470877, 2.1178336640094004, 'Gym / Fitness Center'), ('Pedralbes', 41.3901401, 2.112218, 'ESGLÉSIA DELS CAPUTXINS DE SARRIÀ - MUSEU ETNOGRÀFIC ANDINO AMAZÒNIC', 41.394008646391015, 2.1203355983210677, 'Church'), ('Pedralbes', 41.3901401, 2.112218, 'Anytime Fitness', 41.39560595296245, 2.120055159020636, 'Gym / Fitness Center'), ('Pedralbes', 41.3901401, 2.112218, 'Cafetería Docente SJD', 41.38465696637785, 2.1032466216592747, 'Breakfast Spot'), ('Pedralbes', 41.3901401, 2.112218, 'Piscina Hotel Rey Juan Carlos I', 41.38138119681831, 2.1104049682617188, 'Hotel Pool'), ('Pedralbes', 41.3901401, 2.112218, '33rd Gastro-bar', 41.38534166160023, 2.1020824347749234, 'Restaurant')], [('El Poble-sec', 41.3749795, 2.1605721, 'Coco COFFICE Coworking Café', 41.37590892346682, 2.159589972097251, 'Café'), ('El Poble-sec', 41.3749795, 2.1605721, 'Café Cometa', 41.375848, 2.162085, 'Coffee Shop'), ('El Poble-sec', 41.3749795, 2.1605721, 'Chicken Banana Room Escape', 41.37591197491416, 2.1579966436016718, 'Theme Park Ride / Attraction'), ('El Poble-sec', 41.3749795, 2.1605721, 'Bitter', 41.37583977549662, 2.162254793906743, 'Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Macchina', 41.375325418929144, 2.161080653801404, 'Italian Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'B.H.G. Supermercat del Mon', 41.376347668943225, 2.162318508303643, 'Grocery Store'), ('El Poble-sec', 41.3749795, 2.1605721, "La Bodega d'en Rafel", 41.37735901333054, 2.1614860017894344, 'Spanish Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Spice Café', 41.374167, 2.163853, 'Café'), ('El Poble-sec', 41.3749795, 2.1605721, 'Lambicus Bar', 41.37597875276378, 2.1573548828597557, 'Beer Bar'), ('El Poble-sec', 41.3749795, 2.1605721, "De Paula: l'Hamburgueseria del Poble Sec", 41.37240397797426, 2.1612231806161564, 'Burger Joint'), ('El Poble-sec', 41.3749795, 2.1605721, "El Racó de l'Agüir", 41.376486584464296, 2.157960754057087, 'Mediterranean Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'La Pizza del Sortidor', 41.37264410188193, 2.1624628948409295, 'Pizza Place'), ('El Poble-sec', 41.3749795, 2.1605721, 'La Coqueta', 41.375904, 2.156696, 'Bistro'), ('El Poble-sec', 41.3749795, 2.1605721, 'Bar Calders', 41.37648467668319, 2.1624713102900106, 'Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Sasha Bar', 41.37388671927523, 2.1636251788495398, 'Wine Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'La Bombilla', 41.3758, 2.1594908, 'Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Tickets', 41.3752617924419, 2.1566314616711484, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, "Pizza d'Autore", 41.377943943395586, 2.160042391662491, 'Pizza Place'), ('El Poble-sec', 41.3749795, 2.1605721, 'Casa José Montalbán', 41.37317549999999, 2.1635139999999637, 'Seafood Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Bodega 1900', 41.37537773175151, 2.1566693972663264, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'La Güerita Mexicana', 41.377694, 2.161921, 'Mexican Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'XIX Bar', 41.37603465262171, 2.157665305390603, 'Cocktail Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Xemei', 41.371509194145254, 2.160740669706532, 'Italian Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'JOVANI&VINS', 41.37679690797597, 2.1637083246045337, 'Wine Shop'), ('El Poble-sec', 41.3749795, 2.1605721, 'Ikibana', 41.37516973058602, 2.1585546419778856, 'Japanese Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Pummarola', 41.377521047855915, 2.1641993522644043, 'Pizza Place'), ('El Poble-sec', 41.3749795, 2.1605721, 'Düal Café', 41.37812211206796, 2.161727786484257, 'Coffee Shop'), ('El Poble-sec', 41.3749795, 2.1605721, 'Casa Dorita', 41.37800431845123, 2.1601725853376443, 'Mediterranean Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Cafès Roure', 41.37816036217829, 2.160202446266182, 'Café'), ('El Poble-sec', 41.3749795, 2.1605721, 'Brisas do Sil', 41.37416291516718, 2.159326143301223, 'Spanish Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Celler Cal Marino', 41.37246398378054, 2.1630792403814074, 'Winery'), ('El Poble-sec', 41.3749795, 2.1605721, 'Quimet & Quimet', 41.37399710662022, 2.1655218722438865, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'La Tasqueta de Blai', 41.37335828422104, 2.165360913482726, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Bar Ramón', 41.37872862690168, 2.160632014274597, 'Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Casa Ametller', 41.378166981834525, 2.1613894158480575, 'Health Food Store'), ('El Poble-sec', 41.3749795, 2.1605721, "L'Antica Napoli", 41.37196938467951, 2.158432755008727, 'Pizza Place'), ('El Poble-sec', 41.3749795, 2.1605721, 'Anardi', 41.37729027530231, 2.163655291950481, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'La Bella Napoli', 41.37434432358266, 2.1637781112076477, 'Italian Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Federal Café', 41.376885313390765, 2.163108127758162, 'Café'), ('El Poble-sec', 41.3749795, 2.1605721, 'Vinateria Rosaluna', 41.37556874764187, 2.1546077728271484, 'Liquor Store'), ('El Poble-sec', 41.3749795, 2.1605721, 'Taberna Blai Tonight', 41.37363549753263, 2.1647097237135484, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Imprfcto', 41.37502517375188, 2.1646026316430294, 'Beer Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'BuenasMigas', 41.37510167674713, 2.1611733641307707, 'Sandwich Place'), ('El Poble-sec', 41.3749795, 2.1605721, 'Barna-Brew', 41.3772509754473, 2.163455886556543, 'Beer Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'La Chana', 41.3744688350781, 2.165774160255246, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'TAPS Bar', 41.37293659726671, 2.1557073609929858, 'Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'La Desayunería', 41.37839460681982, 2.1612740248315028, 'Breakfast Spot'), ('El Poble-sec', 41.3749795, 2.1605721, 'Els Sortidors del Parlament', 41.377569790940356, 2.1640446394192634, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Hostel One Paralelo', 41.37226538957283, 2.165036245984883, 'Hostel'), ('El Poble-sec', 41.3749795, 2.1605721, 'Mercat de les Flors', 41.37121302990215, 2.1570303840484244, 'Theater'), ('El Poble-sec', 41.3749795, 2.1605721, 'Aiguajoc', 41.376443481926685, 2.16366944751526, 'Gym / Fitness Center'), ('El Poble-sec', 41.3749795, 2.1605721, 'El Tabernito', 41.37670874253311, 2.1544995176681834, 'Cocktail Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Pincho J', 41.37371719861631, 2.164541770584296, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Pesca Salada', 41.37842999610753, 2.1655226242257246, 'Cocktail Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Brew Pub Le Sec', 41.37252752794417, 2.1631466700058697, 'Brewery'), ('El Poble-sec', 41.3749795, 2.1605721, 'Pakta', 41.37436567440631, 2.1543738338744274, 'Peruvian Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Lascar 74', 41.37193036871103, 2.1657486136056177, 'Peruvian Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Hotel Brummell', 41.3716980530207, 2.1663617178605326, 'Hotel'), ('El Poble-sec', 41.3749795, 2.1605721, 'Garage Bar', 41.378402, 2.156553, 'Wine Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Rekons', 41.38052830177681, 2.160911901981474, 'Argentinian Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Koska', 41.37312448296228, 2.1660395281656464, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Las Fernández', 41.37818332916318, 2.166353561390829, 'Mediterranean Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Sant Antoni Glorios', 41.37682151840013, 2.160849361140528, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Teatre Lliure', 41.37065531108342, 2.15742023413807, 'Theater'), ('El Poble-sec', 41.3749795, 2.1605721, 'Teatre Grec', 41.36960357413488, 2.1596121175693583, 'Theater'), ('El Poble-sec', 41.3749795, 2.1605721, 'Itacate', 41.379673, 2.159302, 'Coffee Shop'), ('El Poble-sec', 41.3749795, 2.1605721, 'Filomena Gastrobar', 41.3757747674074, 2.166203647742333, 'Gastropub'), ('El Poble-sec', 41.3749795, 2.1605721, 'Arume', 41.378953172641666, 2.166007761028043, 'Spanish Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Pulpería A Gudiña', 41.37525415981495, 2.1563199639671344, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, "Museu d'Arqueologia de Catalunya", 41.37019282805245, 2.1577695223445077, 'History Museum'), ('El Poble-sec', 41.3749795, 2.1605721, 'The Fish & Chips Shop', 41.37854550973277, 2.154283431448269, 'Fish & Chips Shop'), ('El Poble-sec', 41.3749795, 2.1605721, 'Maruya', 41.377139552610934, 2.1543642004800048, 'Japanese Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Bouzu', 41.37988988318962, 2.163319060929621, 'Japanese Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Chulapio', 41.37926419687337, 2.165904503389862, 'Cocktail Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Jardins del Teatre Grec', 41.36949812849774, 2.1590495109558105, 'Park'), ('El Poble-sec', 41.3749795, 2.1605721, 'BABY Jalebi', 41.378733, 2.154417, 'Pakistani Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Palo Cortao', 41.37280285036905, 2.1677186224523983, 'Tapas Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Mercat de Sant Antoni', 41.37939764184635, 2.163129717263596, 'Market'), ('El Poble-sec', 41.3749795, 2.1605721, 'Eric Vökel Gran Via Suites', 41.37878759790641, 2.1549490396017137, 'Hotel'), ('El Poble-sec', 41.3749795, 2.1605721, 'Bodega Armando', 41.37997449220553, 2.164890584751975, 'Wine Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'La Confitería', 41.3755204425638, 2.1679624915122986, 'Cocktail Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'TWO Hotel Barcelona by AXEL', 41.379058885537866, 2.155972096576099, 'Hotel'), ('El Poble-sec', 41.3749795, 2.1605721, 'Cera 23', 41.37894663219354, 2.1661802076793903, 'Spanish Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Teatre Victoria', 41.37457315633225, 2.1688350287379574, 'Theater'), ('El Poble-sec', 41.3749795, 2.1605721, "Ultramarinos Hendrick's Bar", 41.37551308518347, 2.1680829706065032, 'Cocktail Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'JazzSí Club Taller de Músics', 41.379830986064334, 2.1641131912501774, 'Jazz Club'), ('El Poble-sec', 41.3749795, 2.1605721, 'Domino Bar by Bierzofood', 41.37585161885827, 2.167776489130006, 'Cocktail Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Gelatomania', 41.37559317252977, 2.153698465868421, 'Ice Cream Shop'), ('El Poble-sec', 41.3749795, 2.1605721, 'TGB The Good Burguer', 41.37497035390363, 2.163895974655295, 'Burger Joint'), ('El Poble-sec', 41.3749795, 2.1605721, 'El Pachuco', 41.37636913195219, 2.1691479305243284, 'Mexican Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Market Hotel', 41.37913635868874, 2.1605305664737906, 'Hotel'), ('El Poble-sec', 41.3749795, 2.1605721, 'Foxy Bar', 41.380388207470226, 2.164356903335585, 'Bar'), ('El Poble-sec', 41.3749795, 2.1605721, 'Cruix', 41.37799, 2.1523688, 'Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Jardins de Laribal', 41.36821669164041, 2.1583658725559878, 'Garden'), ('El Poble-sec', 41.3749795, 2.1605721, 'Espai Kru by Rías de Galicia', 41.37428034300592, 2.154440458671828, 'Seafood Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'El Laurel', 41.381297173, 2.162344056, 'Argentinian Restaurant'), ('El Poble-sec', 41.3749795, 2.1605721, 'Petit Monjuic', 41.370679, 2.158875, 'Gastropub'), ('El Poble-sec', 41.3749795, 2.1605721, 'Renoir Floridablanca', 41.38172783420948, 2.1625281212618575, 'Indie Movie Theater'), ('El Poble-sec', 41.3749795, 2.1605721, 'Morrow Coffee', 41.37710480525754, 2.1513783931732178, 'Coffee Shop'), ('El Poble-sec', 41.3749795, 2.1605721, 'Lam', 41.3818350904261, 2.158242092197902, 'Thai Restaurant')], [('Porta', 41.4331882, 2.1760336, 'La Cuina de Can Meli', 41.4317412805854, 2.177607744071548, 'Deli / Bodega'), ('Porta', 41.4331882, 2.1760336, 'la Sirena', 41.42983254637695, 2.17734249205626, 'Grocery Store'), ('Porta', 41.4331882, 2.1760336, 'Mesón Can Meli', 41.43076753789451, 2.1773761493463115, 'Food'), ('Porta', 41.4331882, 2.1760336, "La Bodegueta d'en Miquel", 41.43700392918835, 2.1741137147382217, 'Tapas Restaurant'), ('Porta', 41.4331882, 2.1760336, 'La Esquinica', 41.430406284350475, 2.171374667203863, 'Tapas Restaurant'), ('Porta', 41.4331882, 2.1760336, 'La Cholita', 41.4285528240815, 2.176719656262016, 'Tapas Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Panes Creativos', 41.42906625089165, 2.181053772750567, 'Bakery'), ('Porta', 41.4331882, 2.1760336, 'Santos Ochoa Barcelona', 41.43016273684635, 2.1784472465515137, 'Bookstore'), ('Porta', 41.4331882, 2.1760336, 'Mercat de la Mercè', 41.43070364302849, 2.173574715031178, 'Farmers Market'), ('Porta', 41.4331882, 2.1760336, 'Txapeldun - Egarri', 41.43005202868521, 2.178722145874674, 'Spanish Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Xurreria Xocolateria Laia', 41.43054209860688, 2.180006324584038, 'Diner'), ('Porta', 41.4331882, 2.1760336, 'Plaça Major de Nou Barris', 41.43650913763442, 2.171543489270139, 'Plaza'), ('Porta', 41.4331882, 2.1760336, 'ovante', 41.43005977397559, 2.1826311824674924, 'Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Restaurante Kobe', 41.43012195208274, 2.1775692426469053, 'Sushi Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Woki', 41.430301666259766, 2.170598030090332, 'Asian Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Supermercat El Corte Inglés', 41.43635568259089, 2.1814040615223003, 'Supermarket'), ('Porta', 41.4331882, 2.1760336, 'Pastisseria Lliso Lis', 41.43021953751969, 2.1776738377478417, 'Dessert Shop'), ('Porta', 41.4331882, 2.1760336, 'Sultan Sofrasi', 41.43016491964971, 2.182530409599217, 'Falafel Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Tagliatella Heron City', 41.435160273472306, 2.1809979638637453, 'Pizza Place'), ('Porta', 41.4331882, 2.1760336, 'Parc Esportiu de Can Dragó', 41.43412339318196, 2.1831020955033837, 'Park'), ('Porta', 41.4331882, 2.1760336, 'Lomoteca El Bou', 41.42776680764795, 2.1697366087580523, 'Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Club Natació Sant Andreu', 41.42941763685842, 2.186490888631295, 'Gym Pool'), ('Porta', 41.4331882, 2.1760336, 'Bar Restaurant La Columna', 41.42823413664493, 2.166449834862762, 'Spanish Restaurant'), ('Porta', 41.4331882, 2.1760336, "La Bodegueta d'en Miquel", 41.43990301937286, 2.1764481671055576, 'Tapas Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Enrique Tomás - Paseo Fabra i Puig', 41.43017083885171, 2.1847978679936073, 'Spanish Restaurant'), ('Porta', 41.4331882, 2.1760336, "O'Rincon Galego", 41.43656622864178, 2.184569817933035, 'Tapas Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Clinica Veterinaria Sant Andreu', 41.43053459665979, 2.1859484725991165, 'Pet Store'), ('Porta', 41.4331882, 2.1760336, 'Bar La Cotxera', 41.42833564352568, 2.1754845946401913, 'Cocktail Bar'), ('Porta', 41.4331882, 2.1760336, 'Mercat de la Guineueta', 41.438623882549805, 2.1703589268529937, 'Grocery Store'), ('Porta', 41.4331882, 2.1760336, 'Trattoria Italia', 41.42844, 2.1699135, 'Italian Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Parc de la Guineueta', 41.44005954645675, 2.174472864213227, 'Park'), ('Porta', 41.4331882, 2.1760336, "Pistes D'Atletisme De Can Dragó", 41.43809189304504, 2.184326063617578, 'Track'), ('Porta', 41.4331882, 2.1760336, 'Escape Barcelona', 41.438487603954904, 2.167327883804756, 'Escape Room'), ('Porta', 41.4331882, 2.1760336, 'Stay', 41.43660387613631, 2.1861353151977267, 'Beer Bar'), ('Porta', 41.4331882, 2.1760336, 'Can Pere Tapes', 41.42602040668511, 2.179666943525032, 'Tapas Restaurant'), ('Porta', 41.4331882, 2.1760336, "Michael's Tavern", 41.43047305054612, 2.1844948039632253, 'Beer Bar'), ('Porta', 41.4331882, 2.1760336, 'La Divina', 41.43200598576538, 2.1863035935227595, 'Tapas Restaurant'), ('Porta', 41.4331882, 2.1760336, "Plaça d'Ángel Pestaña", 41.441480682746004, 2.1799343324429477, 'Park'), ('Porta', 41.4331882, 2.1760336, 'Plaça de les Palmeres', 41.43213346837937, 2.1868940572875886, 'Park'), ('Porta', 41.4331882, 2.1760336, 'Rellirós Restaurant', 41.43067132000187, 2.186541237185519, 'Mediterranean Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Meridiana Dürüm Kebab 486', 41.436251120787134, 2.184374837353493, 'Falafel Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Condis', 41.43453857020844, 2.186129093170166, 'Grocery Store'), ('Porta', 41.4331882, 2.1760336, 'Consum Basic', 41.43016550514479, 2.1856000877216903, 'Grocery Store'), ('Porta', 41.4331882, 2.1760336, 'Casal de Barri de Prosperitat', 41.44159634161399, 2.1798155458670765, 'Bar'), ('Porta', 41.4331882, 2.1760336, 'Senyor Fabra', 41.43002, 2.185997, 'Mediterranean Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Livingstone', 41.430201804368394, 2.1863968203596698, 'Bar'), ('Porta', 41.4331882, 2.1760336, 'Los 3 Leños', 41.441011, 2.174726, 'Argentinian Restaurant'), ('Porta', 41.4331882, 2.1760336, 'Consum Basic', 41.4417088324591, 2.1774866681142084, 'Grocery Store'), ('Porta', 41.4331882, 2.1760336, 'La Taverneta de Sant Andreu', 41.43351146262574, 2.186531800733132, 'Brewery'), ('Porta', 41.4331882, 2.1760336, 'Diego', 41.43004609754626, 2.1870893239974976, 'Pizza Place'), ('Porta', 41.4331882, 2.1760336, 'Bar Paraguayo Legazpi', 41.44095048037733, 2.1738442139875533, 'South American Restaurant'), ('Porta', 41.4331882, 2.1760336, 'El Cafe De Sant Andreu', 41.430121385844565, 2.185999457684084, 'Café')], [('La Prosperitat', 41.4423335, 2.1794381, 'La Freidu', 41.44242835883664, 2.1780126991050515, 'Spanish Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, "La Bodegueta d'en Miquel", 41.43990301937286, 2.1764481671055576, 'Tapas Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Pizzeria Il Duomo & La Mole', 41.442162963991656, 2.1870598856072188, 'Pizza Place'), ('La Prosperitat', 41.4423335, 2.1794381, "Plaça d'Ángel Pestaña", 41.441480682746004, 2.1799343324429477, 'Park'), ('La Prosperitat', 41.4423335, 2.1794381, "La Bodegueta d'en Miquel", 41.43700392918835, 2.1741137147382217, 'Tapas Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Marquesina Vía Julia', 41.443452127614165, 2.1784722709277125, 'Building'), ('La Prosperitat', 41.4423335, 2.1794381, 'Mercat De Montserrat', 41.4462567639762, 2.1791147552608043, 'Grocery Store'), ('La Prosperitat', 41.4423335, 2.1794381, "Restaurant l'hostalet", 41.4444576761513, 2.1800351214726934, 'Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Castell de Torre Baró', 41.44827121101506, 2.1739108862668868, 'Castle'), ('La Prosperitat', 41.4423335, 2.1794381, 'Ateneu Popular de Nou Barris', 41.44885239659843, 2.180130120976513, 'Music Venue'), ('La Prosperitat', 41.4423335, 2.1794381, 'Parc de la Guineueta', 41.44005954645675, 2.174472864213227, 'Park'), ('La Prosperitat', 41.4423335, 2.1794381, 'Supermercat El Corte Inglés', 41.43635568259089, 2.1814040615223003, 'Supermarket'), ('La Prosperitat', 41.4423335, 2.1794381, "Pistes D'Atletisme De Can Dragó", 41.43809189304504, 2.184326063617578, 'Track'), ('La Prosperitat', 41.4423335, 2.1794381, 'Plaça Major de Nou Barris', 41.43650913763442, 2.171543489270139, 'Plaza'), ('La Prosperitat', 41.4423335, 2.1794381, "O'Rincon Galego", 41.43656622864178, 2.184569817933035, 'Tapas Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Casal de Barri de Prosperitat', 41.44159634161399, 2.1798155458670765, 'Bar'), ('La Prosperitat', 41.4423335, 2.1794381, 'La Botigueta del Bon Menjar', 41.4366028, 2.172807799999987, 'Diner'), ('La Prosperitat', 41.4423335, 2.1794381, 'El Palomo Cojo', 41.438817558469495, 2.189157177201031, 'Spanish Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Plaça Llucmajor', 41.438459242668586, 2.1744152775677916, 'Plaza'), ('La Prosperitat', 41.4423335, 2.1794381, 'Stay', 41.43660387613631, 2.1861353151977267, 'Beer Bar'), ('La Prosperitat', 41.4423335, 2.1794381, 'la Sirena', 41.438506139760094, 2.1766516130728784, 'Grocery Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'Mercat de la Guineueta', 41.438623882549805, 2.1703589268529937, 'Grocery Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'Tagliatella Heron City', 41.435160273472306, 2.1809979638637453, 'Pizza Place'), ('La Prosperitat', 41.4423335, 2.1794381, 'Parc Esportiu de Can Dragó', 41.43412339318196, 2.1831020955033837, 'Park'), ('La Prosperitat', 41.4423335, 2.1794381, 'Taberna Andalussa Dunia', 41.44000823495725, 2.181930957144943, 'Tapas Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Restaurant Bloc', 41.441339424305156, 2.19086337064542, 'Spanish Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Pizzeria El Foc', 41.442823132259406, 2.1819837537106825, 'Pizza Place'), ('La Prosperitat', 41.4423335, 2.1794381, 'Basar Brillant', 41.44217627331098, 2.1885297855781323, 'Department Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'Casa Castro', 41.43926635395899, 2.1704459757228585, 'Seafood Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Ikaro', 41.437946999552196, 2.1741645780016188, 'Spanish Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'la Sirena', 41.443827381498956, 2.1800091784524738, 'Grocery Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'Meridiana Dürüm Kebab 486', 41.436251120787134, 2.184374837353493, 'Falafel Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Brafa', 41.448253566959366, 2.173925851000857, 'Gym'), ('La Prosperitat', 41.4423335, 2.1794381, 'Mercadona Río De Janeiro', 41.43745924191601, 2.180569301709888, 'Supermarket'), ('La Prosperitat', 41.4423335, 2.1794381, 'Bar Restaurant La Peña', 41.442762516356126, 2.183918070551605, 'Spanish Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Consum Basic', 41.4417088324591, 2.1774866681142084, 'Grocery Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'Eurofitness Can Dragó', 41.436335600877115, 2.18361087821067, 'Gym / Fitness Center'), ('La Prosperitat', 41.4423335, 2.1794381, 'C.F. Montañesa', 41.44544685668017, 2.1797485100115064, 'Sports Club'), ('La Prosperitat', 41.4423335, 2.1794381, 'Mercadona', 41.447223, 2.179808, 'Supermarket'), ('La Prosperitat', 41.4423335, 2.1794381, 'Plaça Mossèn Clapés', 41.441834723868006, 2.187849188084893, 'Plaza'), ('La Prosperitat', 41.4423335, 2.1794381, 'Los 3 Leños', 41.441011, 2.174726, 'Argentinian Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'El Pibe', 41.44016034115383, 2.174073808455809, 'Fast Food Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Centre Cívic Can Verdaguer', 41.4341024239222, 2.179117614520633, 'Public Art'), ('La Prosperitat', 41.4423335, 2.1794381, 'Charter', 41.43540322780609, 2.17422, 'Grocery Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'Mon Pa', 41.44189363316268, 2.1896419379735406, 'Bakery'), ('La Prosperitat', 41.4423335, 2.1794381, 'Bar Marvic', 41.44293108887595, 2.1820181015516575, 'Spanish Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Skatepark Guineueta', 41.44319485309268, 2.1708860993385315, 'Skate Park'), ('La Prosperitat', 41.4423335, 2.1794381, 'Fragola', 41.43805175165009, 2.1729188288799848, 'Pizza Place'), ('La Prosperitat', 41.4423335, 2.1794381, 'Casa Angelita', 41.43733358365939, 2.172610022824886, 'Seafood Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Tokio', 41.43714993357886, 2.1752770611023613, 'Japanese Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Consum Basic', 41.436146436087235, 2.1742233226149796, 'Supermarket'), ('La Prosperitat', 41.4423335, 2.1794381, '7 Lunas', 41.435347815778854, 2.1722495223091607, 'Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Plaça Sóller', 41.434234460681104, 2.176258086755151, 'Plaza'), ('La Prosperitat', 41.4423335, 2.1794381, 'Restaurante Alcudia', 41.43839232296559, 2.176221343900291, 'Spanish Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Caprabo', 41.4376020402932, 2.1737849078818727, 'Grocery Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'Caprabo', 41.44281995082463, 2.1876142626143587, 'Supermarket'), ('La Prosperitat', 41.4423335, 2.1794381, 'Pull&Bear', 41.43513900989323, 2.181129416884105, 'Clothing Store'), ('La Prosperitat', 41.4423335, 2.1794381, '100 Montaditos', 41.43518558783778, 2.1809544719083194, 'Sandwich Place'), ('La Prosperitat', 41.4423335, 2.1794381, 'Bar Mirasol', 41.437785663878905, 2.1792613077032597, 'Café'), ('La Prosperitat', 41.4423335, 2.1794381, 'Sanabria montaditos', 41.43725254362477, 2.172710089885977, 'Comedy Club'), ('La Prosperitat', 41.4423335, 2.1794381, 'El Corte Inglés', 41.43636112849569, 2.1814681328027357, 'Department Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'Bar Maxi Max', 41.443792304568085, 2.181690973535088, 'Tapas Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Ibis Hotel Meridiana', 41.4354725, 2.1815925, 'Hotel'), ('La Prosperitat', 41.4423335, 2.1794381, 'Hiper bocata', 41.44054164271436, 2.1765475641619534, 'Brewery'), ('La Prosperitat', 41.4423335, 2.1794381, 'Desigual Outlet Heron City', 41.434949995746365, 2.181100619295838, 'Boutique'), ('La Prosperitat', 41.4423335, 2.1794381, 'Mercadona Herón City', 41.435063100647426, 2.181055420188065, 'Big Box Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'El Abuelo', 41.43886542450245, 2.175057977273817, 'Snack Place'), ('La Prosperitat', 41.4423335, 2.1794381, 'Cafè Cafè', 41.43742388110728, 2.172022534731074, 'Breakfast Spot'), ('La Prosperitat', 41.4423335, 2.1794381, 'Eurodoner', 41.43832143227874, 2.1762364376324728, 'Middle Eastern Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Parada BUS 0883', 41.44227705158644, 2.186366084364172, 'Bus Station'), ('La Prosperitat', 41.4423335, 2.1794381, 'Piscina Can Drago', 41.43594905111254, 2.18235813113368, 'Pool'), ('La Prosperitat', 41.4423335, 2.1794381, 'Mercadona', 41.44501041472215, 2.1895408630371094, 'Supermarket'), ('La Prosperitat', 41.4423335, 2.1794381, 'Cinesa Heron City', 41.43515856136432, 2.1809926597449967, 'Multiplex'), ('La Prosperitat', 41.4423335, 2.1794381, 'Bar Can Drago', 41.439981592579784, 2.186486088460783, 'Spanish Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Dia %', 41.439401706724944, 2.172548550374072, 'Supermarket'), ('La Prosperitat', 41.4423335, 2.1794381, 'Plaza Del Safa', 41.43948468917303, 2.186620493428384, 'Plaza'), ('La Prosperitat', 41.4423335, 2.1794381, 'Kebab Villarriba', 41.4469888, 2.1734073000000005, 'Falafel Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Camp Futbol Guineueta', 41.44146416423397, 2.170789931605048, 'Soccer Field'), ('La Prosperitat', 41.4423335, 2.1794381, 'Bar La Plaza', 41.44134128882916, 2.188146977975157, 'Tapas Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Restaurant La Brotxeta', 41.43843864582417, 2.187023710736401, 'Spanish Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Holmes Place', 41.4353795, 2.180947, 'Gym / Fitness Center'), ('La Prosperitat', 41.4423335, 2.1794381, 'Hyde Park', 41.43765220789573, 2.1893546344853148, 'Brewery'), ('La Prosperitat', 41.4423335, 2.1794381, 'La Cervecería (Heron City)', 41.435053354741, 2.180936336517334, 'Restaurant'), ('La Prosperitat', 41.4423335, 2.1794381, 'Mercadona', 41.438100299288976, 2.170191113701571, 'Supermarket'), ('La Prosperitat', 41.4423335, 2.1794381, 'Vermont - Heron City', 41.434918139904866, 2.1812686054869315, 'Shoe Store'), ('La Prosperitat', 41.4423335, 2.1794381, 'Granier Pans Artesans', 41.4386699685116, 2.1709943919990837, 'Bakery'), ('La Prosperitat', 41.4423335, 2.1794381, 'Poliesportiu Ignasi Iglesias', 41.44194239937855, 2.190864290644525, 'Basketball Stadium'), ('La Prosperitat', 41.4423335, 2.1794381, 'Prime Döner Kebab IV', 41.4385441296384, 2.1900558471679688, 'Falafel Restaurant')], [('Provençals del Poblenou', 41.4119484, 2.2041249, 'Club de Tennis i Pàdel CEM Olímpia', 41.413567738541566, 2.2025175738790956, 'Tennis Court'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Komkal', 41.41369401061876, 2.2051485220868163, 'Liquor Store'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Hangar', 41.40855079898154, 2.1995423536344596, 'Performing Arts Venue'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Taco Love', 41.40807253486399, 2.204812567997812, 'Taco Place'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Bar Bodega', 41.41401972981396, 2.206171083232507, 'Wine Bar'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Parc del Centre del Poblenou', 41.407658, 2.2015505, 'Park'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'El Fornet de Can Romà', 41.40671, 2.207703, 'Bakery'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Fisterra', 41.409062, 2.207905, 'Mediterranean Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, "Cerveseria L'Alternativa", 41.404986, 2.203086, 'Brewery'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Sharma Climbing Barcelona', 41.415694439047904, 2.2105900870964073, 'Climbing Gym'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Hotel Vincci Bit', 41.41158002010249, 2.2119486723144237, 'Hotel'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Mercat de Sant Martí', 41.41781632016236, 2.2040816442885727, 'Farmers Market'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Cursa dels Nassos', 41.40683267699601, 2.211329011613347, 'Track'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'El Menjador de la Beckett', 41.40463264052223, 2.1993090461252054, 'Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'SIFON SIFON', 41.41774064757698, 2.2054202133112493, 'Tapas Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'C.E.JUPITER', 41.41790074665292, 2.2022670098578248, 'Soccer Field'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Vapiano', 41.410010761395945, 2.214656967777391, 'Italian Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Complex Esportiu Clot de la Mel', 41.41135732478801, 2.195786994852276, 'Soccer Field'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Traspaso', 41.40506236039866, 2.209947109222412, 'Mediterranean Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Bar Expres', 41.416313, 2.201664, 'Pizza Place'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Dos Cielos', 41.40624986176807, 2.200661171361625, 'Mediterranean Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Centre Esportiu Municipal Can Felipa', 41.40345749617367, 2.2004073212805584, 'Gym / Fitness Center'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Palo Alto Market', 41.40443327710218, 2.210289238089355, 'Flea Market'), ('Provençals del Poblenou', 41.4119484, 2.2041249, "Papa John's Pizza", 41.407790251015534, 2.2051976902976453, 'Pizza Place'), ('Provençals del Poblenou', 41.4119484, 2.2041249, "L'artesana Poblenou", 41.404472, 2.1983314, 'Mediterranean Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Vincci Maritimo', 41.40816571140429, 2.2120795324039353, 'Hotel'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'CEM MARESME', 41.412412175636426, 2.213362951961975, 'Gym / Fitness Center'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Petit Mos', 41.405845484042715, 2.2082639963517305, 'Breakfast Spot'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Restaurant Siberia', 41.411146437404376, 2.206173276926514, 'Spanish Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Nova Sala Beckett', 41.40476444466132, 2.19931493848359, 'Amphitheater'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'El Manolo', 41.414765418725445, 2.194543186363657, 'Spanish Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Jardines de Josep Trueta', 41.40384014442234, 2.2051193992324687, 'Plaza'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Foxos', 41.41684802728151, 2.204112959112685, 'Spanish Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Mercadona', 41.41387962622269, 2.212038705058794, 'Big Box Store'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Hotel Four Points by Sheraton', 41.4053211, 2.1962274, 'Hotel'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Culleres!', 41.406422683677704, 2.1959018287816434, 'Vegetarian / Vegan Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Eat Street', 41.40442581205362, 2.210350501800594, 'Buffet'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Clot de la Mel', 41.411924240822486, 2.1947014331817627, 'Park'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Caprabo', 41.42016555228059, 2.202240866620674, 'Grocery Store'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'M&M Gourmet', 41.40553541, 2.20832606, 'Mediterranean Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Hotel Best Price Diagonal Barcelona', 41.40992078318346, 2.209484114604351, 'Hotel'), ('Provençals del Poblenou', 41.4119484, 2.2041249, "O' Principe Trattoria", 41.40322695248285, 2.202727556700578, 'Pizza Place'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Camp de Futbol Sant Marti de Provençals', 41.41581017947023, 2.2013642709890746, 'Soccer Field'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Kyoka', 41.40584212861496, 2.1960899055920886, 'Japanese Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'CrossFit Sant Martí', 41.411624963968315, 2.2093550978967142, 'Sports Club'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Las Brasas del Tío Manolo', 41.4105664867091, 2.2078831867566633, 'Steakhouse'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Tryp Condal Mar', 41.41252699999999, 2.209129, 'Hotel'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Bonpreu', 41.41241757943753, 2.1966404151874626, 'Supermarket'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Lidl', 41.41286771722053, 2.197535034587692, 'Grocery Store'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Bar Nino', 41.41348521239712, 2.215896248817444, 'Spanish Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'El Teu Pa', 41.40500928387547, 2.2051656372386574, 'Bakery'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Plaça de La Palmera', 41.41976817551229, 2.2046968116511825, 'Plaza'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Condis Diagonal', 41.40825214285601, 2.2064413827056852, 'Convenience Store'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Catalunya Döner', 41.40838753584578, 2.204831600320176, 'Falafel Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Starbucks', 41.40967326146267, 2.215713323322027, 'Coffee Shop'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Granja Montserrat', 41.41050468064663, 2.2136536338020076, 'Diner'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Kata Restaurant', 41.40693291676555, 2.207546628611431, 'Mediterranean Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'CEM Bac de Roda', 41.41498420640516, 2.194022613101152, 'Gym'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Jasmine Thai', 41.40506403269773, 2.2096279230918463, 'Thai Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, "Garden Ca l'Agustí", 41.41443828777026, 2.2060052053883554, 'Garden Center'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Massimo Dutti Diagonal Mar', 41.409781025564634, 2.2156501508938233, "Women's Store"), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'El Gran Mundo', 41.41461623249655, 2.2013178279177543, 'Asian Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Plaza Dels Porxos', 41.41341500647957, 2.2000870223857505, 'Pedestrian Plaza'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Can Canyes', 41.41162829459607, 2.2161116324949863, 'Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'La Cassona', 41.40576538429115, 2.2085338599504682, 'Hot Dog Joint'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Mercadona', 41.41077360374009, 2.1944117546081543, 'Supermarket'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'La Cantonada de Prim', 41.420307189251986, 2.208133030865979, 'Tapas Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Centre Esportiu Jupiter', 41.41783424700079, 2.202147749630616, 'Gym / Fitness Center'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Wok Ronda', 41.41060057110768, 2.2005857267014264, 'Asian Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'rubick', 41.418872345560914, 2.203789222154575, 'Tapas Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Ceferino', 41.418486668316206, 2.20424044731196, 'Coffee Shop'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'La Sirena', 41.41980113193192, 2.2036385536193848, 'Grocery Store'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Los Porrillos', 41.412543806194556, 2.197844982147217, 'Mediterranean Restaurant'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'El Raco de la Mel', 41.41217470103831, 2.1936005022460656, 'Burger Joint'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Telepizza', 41.41739725849415, 2.2043942797907077, 'Pizza Place'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Granier Pans Artesans', 41.41872254225655, 2.200120825898293, 'Bakery'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Picnic', 41.41793812023841, 2.1988516153214728, 'Coffee Shop'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Supercor', 41.41205345451913, 2.1960853301106344, 'Food & Drink Shop'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'MediaMarkt', 41.4098946719823, 2.2154940810665344, 'Electronics Store'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Mercadona', 41.41047017965523, 2.1984434249351446, 'Supermarket'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Bingo Verneda', 41.41751146442855, 2.1970835154519577, 'Cocktail Bar'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Nespresso Cube', 41.40973691537028, 2.215507534561921, 'Coffee Shop'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Cash Converters', 41.42028385210863, 2.201836109161377, 'Pawn Shop'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Umair Panadería', 41.41508801967203, 2.2147199261641397, 'Bakery'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Forn de Pa Risueño', 41.42049277009126, 2.2048482631281967, 'Bakery'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Bar Castellers de Barcelona', 41.41127004214837, 2.1924425843897937, 'Café'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Rostisseria Gómez', 41.40779493602199, 2.1936965209071353, 'Fried Chicken Joint'), ('Provençals del Poblenou', 41.4119484, 2.2041249, 'Bar-Restaurante Milor', 41.420020340075915, 2.20912214027571, 'Café'), ('Provençals del Poblenou', 41.4119484, 2.2041249, "Foster's Hollywood", 41.409509147323426, 2.215431985724996, 'American Restaurant')], [('El Putget i Farró', 41.4074756, 2.143283241998689, 'Parc del Turó del Putxet', 41.409251405826666, 2.142605126796278, 'Park'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Hidalgo', 41.405925246419216, 2.139066505090687, 'Mediterranean Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Bodega Pàdua', 41.40433500901617, 2.143977591302022, 'Wine Bar'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Balmes Multicines', 41.40717189863556, 2.1384482275062795, 'Multiplex'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Tetere', 41.40423019981023, 2.145761039340818, 'Food & Drink Shop'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Dalt de Tot', 41.4037671980044, 2.14663610854284, 'Wine Bar'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Blavis', 41.40330282649391, 2.147297919288358, 'Gastropub'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'BcnStop Parc Güell', 41.40960995547228, 2.1473446850151743, 'Hotel'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Bar La Palmera', 41.40887704071727, 2.1484525629644478, 'Tapas Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La Taberna de Lesseps', 41.40554182746996, 2.1480353857355325, 'Mediterranean Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, "L'Espiga del Farro", 41.404945236073715, 2.1463766008899303, 'Bakery'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Bodega La Riera', 41.41071089409528, 2.1465137415655198, 'Wine Bar'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'El Petit Bangkok', 41.403804717590184, 2.1481875339567527, 'Thai Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Usagui', 41.40218, 2.146341, 'Tea Room'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Pa de Sucre', 41.404929, 2.146351, 'Bakery'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Tetereria', 41.4042159368774, 2.14573229258775, 'Tea Room'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Marisqueria de Balmes', 41.40745199019205, 2.1382813207060485, 'Seafood Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Centre Esportiu Municipal Putxet Sport', 41.409842094628154, 2.141387298575577, 'Gym'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Badia Roca', 41.40454971043588, 2.144389343982346, 'Bakery'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Typographia', 41.40787460536628, 2.150856852772499, 'Clothing Store'), ('El Putget i Farró', 41.4074756, 2.143283241998689, "L'Obrador del Molí (L'Obrador de Vallcarca)", 41.41167056225667, 2.1410514148059434, 'Bakery'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'bros pizza', 41.40333, 2.144986, 'Pizza Place'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La Taula', 41.40443908743337, 2.138050881990754, 'Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La Nova Fontana', 41.40337212620379, 2.1478442228638146, 'Pizza Place'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Antifaz Comic', 41.40554600153308, 2.1507037583206796, 'Comic Shop'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Atelier · School of Visual Arts, Design & Life', 41.40376282140843, 2.1456791414077294, 'University'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Frankfurt Cervecería Zurich', 41.407475143186325, 2.139510384586054, 'Burger Joint'), ('El Putget i Farró', 41.4074756, 2.143283241998689, "Un' Altra Storia • Casa de menjars", 41.405197, 2.144507, 'Italian Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'El Cubano del Putxet', 41.40500951494756, 2.138199940064087, 'Hot Dog Joint'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Mercat de Sant Gervasi', 41.405610053248424, 2.138672951122679, 'Farmers Market'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Parc de la Tamarita', 41.410209404532495, 2.1363139127526867, 'Park'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'ABaC Restaurant & Hotel', 41.41049939509281, 2.1363794517924086, 'Hotel'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Spoonik', 41.40516923792406, 2.1400804517355123, 'Molecular Gastronomy Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Mantequerías Pirenaicas', 41.40178870517459, 2.1393011553649597, 'Deli / Bodega'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Casa Vicens', 41.40346592597279, 2.1506862551386856, 'Monument / Landmark'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Mitja Vida', 41.40100849310896, 2.145625767723244, 'Wine Bar'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'El Pescadito de Balmes', 41.40814400332976, 2.1380628589562716, 'Seafood Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La General Surfera', 41.402699237899895, 2.1447154828888864, 'Board Shop'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Plaça de John F. Kennedy', 41.41003673884839, 2.1369586739464577, 'Plaza'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Petit a Petit', 41.40257587999194, 2.146882104748799, 'Diner'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Taste of America', 41.4028575011608, 2.1443947829152448, 'Deli / Bodega'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La Tagliatella', 41.410334119788864, 2.13681874616516, 'Italian Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Ars billares', 41.40393361832658, 2.1402448610651525, 'Sports Bar'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Les Tres Creus', 41.41240268177091, 2.1511520658131493, 'Scenic Lookout'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Condis Life L', 41.406198801020864, 2.152465737393386, 'Supermarket'), ('El Putget i Farró', 41.4074756, 2.143283241998689, "Chivuo's", 41.40493964060822, 2.153964042663574, 'Sandwich Place'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Santa Gloria', 41.405845716581126, 2.1381058439319114, 'Bakery'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Lukumas', 41.404948922603516, 2.1543060314445297, 'Donut Shop'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Tomoe', 41.40590495818422, 2.1332634819003164, 'Japanese Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Koryo', 41.40579, 2.1352248, 'Korean Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'On y Va Coffee', 41.403879, 2.134658, 'Coffee Shop'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Les Truites', 41.40509910935097, 2.1346417943414613, 'Tapas Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'ostreria clandestina', 41.40888, 2.137568, 'Seafood Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La Vecina Restaurant', 41.402585789936005, 2.1489429473876953, 'Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, "racó d'angel", 41.40794302729332, 2.1364530044726298, 'Café'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Galeria H2O', 41.407615542411804, 2.153235, 'Art Gallery'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Liadísimo', 41.40256739791927, 2.1488026793463755, 'Breakfast Spot'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'El Asador de Aranda', 41.413397714605836, 2.134387395449855, 'Spanish Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'RO-BOTICA.com · Tienda de robots personales y educativos', 41.402366489965246, 2.1398077645844875, 'Electronics Store'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Xe Wu', 41.40143679101815, 2.1379148682363653, 'Japanese Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'CasaAmetller', 41.402773718409065, 2.1449833012162696, 'Food & Drink Shop'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Plaça de les Dones del 36', 41.404545894437476, 2.1536253539938137, 'Plaza'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'SandwiChez', 41.4007317290532, 2.146081559860887, 'Sandwich Place'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'El Fornet', 41.41014718472288, 2.1366048755028286, 'Bakery'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Délices De France Restaurant', 41.40129017011287, 2.1398205747053978, 'French Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Aurea', 41.40323257446289, 2.1509222984313965, 'Deli / Bodega'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Cadàver Exquisit', 41.406380026692226, 2.153597735814154, 'Coworking Space'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Parc de Monterols', 41.402198499550344, 2.139855267982704, 'Park'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Passeig de Sant Gervasi', 41.41287163895288, 2.1379297669203345, 'Plaza'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Pasteleria Canal', 41.40589929561807, 2.1342493563006, 'Dessert Shop'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Ifil', 41.40448990222176, 2.154507971428913, 'Arts & Crafts Store'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La Macchina', 41.402985734475166, 2.1536083717059613, 'Italian Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Restaurante Bonanova', 41.406178924341425, 2.134979492887536, 'Spanish Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Plaça de la Bonanova', 41.406482555756874, 2.1336569998574015, 'Plaza'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Bar Ellumi', 41.41139692023286, 2.1497174022418024, 'Bar'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Peekaboo', 41.39985553751248, 2.140725333852228, 'Toy / Game Store'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La Bodega', 41.40105668671931, 2.1471764531948403, 'Mediterranean Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Plaça de Trilla', 41.403563206537314, 2.1521715149314593, 'Plaza'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Koh-Ndal', 41.412251, 2.13824, 'Thai Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Bar Mandri', 41.404874279855456, 2.1320651886272337, 'Spanish Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Ítaca Gràcia', 41.40335261156224, 2.153583716993921, 'Bar'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Cocuy Café', 41.400867, 2.149802, 'Café'), ('El Putget i Farró', 41.4074756, 2.143283241998689, "Ca'l Pep", 41.40679139191458, 2.1536119301364303, 'Wine Bar'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Masaya', 41.40405886407256, 2.1343578374874452, 'Japanese Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Los Asadores', 41.40165198969497, 2.1510746459083516, 'Argentinian Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Aroma', 41.41139085806862, 2.138469296870827, 'Café'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'De Gustibus Italiae', 41.40286073602451, 2.1330684979745227, 'Italian Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'KAO Dim Sum Club', 41.403881530955175, 2.1340088199302913, 'Dim Sum Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La Burrata', 41.400957073304745, 2.1477343656637564, 'Pizza Place'), ('El Putget i Farró', 41.4074756, 2.143283241998689, '.IT', 41.405223667809935, 2.154813607872979, 'Italian Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Güelly', 41.411867, 2.150525, 'Sandwich Place'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Pastisseria Sacha', 41.400989351831456, 2.138768607699027, 'Pie Shop'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Bodega Bar Costa Brava', 41.40775317101346, 2.1551444486579965, 'Bar'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Santa Glòria', 41.41170219299367, 2.138661518145191, 'Bakery'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'La Tremenda', 41.404481365579024, 2.133815852919222, 'Pizza Place'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'El Molinet', 41.40491642478212, 2.1542420887952702, 'Café'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Pizza Il Fuoco', 41.3999684090548, 2.1492026933992747, 'Pizza Place'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Memorias de China', 41.4003022165444, 2.1496766821792797, 'Chinese Restaurant'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Taps', 41.403451865005756, 2.1366372357460164, 'Wine Shop'), ('El Putget i Farró', 41.4074756, 2.143283241998689, 'Delicatessen Argentina', 41.40058740695037, 2.1397519005729495, 'Deli / Bodega')], [('El Raval', 41.3795176, 2.1683678, 'Arume', 41.378953172641666, 2.166007761028043, 'Spanish Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'La Robadora', 41.37949971573528, 2.170463226095951, 'Gastropub'), ('El Raval', 41.3795176, 2.1683678, 'Chulapio', 41.37926419687337, 2.165904503389862, 'Cocktail Bar'), ('El Raval', 41.3795176, 2.1683678, 'A Tu Bola', 41.38009591524072, 2.169054173364087, 'Tapas Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Las Fernández', 41.37818332916318, 2.166353561390829, 'Mediterranean Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Filmoteca de Catalunya', 41.37854031238799, 2.171100584858405, 'Movie Theater'), ('El Raval', 41.3795176, 2.1683678, '33/45', 41.38105850000668, 2.167399262040874, 'Cocktail Bar'), ('El Raval', 41.3795176, 2.1683678, 'La Monroe', 41.37879505890736, 2.1706922512171314, 'Spanish Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Robadors 23', 41.3795810931896, 2.170602825214247, 'Jazz Club'), ('El Raval', 41.3795176, 2.1683678, 'Cera 23', 41.37894663219354, 2.1661802076793903, 'Spanish Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Pesca Salada', 41.37842999610753, 2.1655226242257246, 'Cocktail Bar'), ('El Raval', 41.3795176, 2.1683678, 'Hotel Barceló Raval', 41.37902535933394, 2.1697293427413, 'Hotel'), ('El Raval', 41.3795176, 2.1683678, 'Grey Street', 41.38084804250558, 2.1666093867456264, 'Gift Shop'), ('El Raval', 41.3795176, 2.1683678, 'El Jardí Cafè', 41.38088863294609, 2.170153756595532, 'Café'), ('El Raval', 41.3795176, 2.1683678, 'Bodega Armando', 41.37997449220553, 2.164890584751975, 'Wine Bar'), ('El Raval', 41.3795176, 2.1683678, 'Teatre Romea', 41.38062057180769, 2.1710479530913336, 'Theater'), ('El Raval', 41.3795176, 2.1683678, 'Madame Jasmine', 41.378128445789756, 2.169933546360401, 'Bar'), ('El Raval', 41.3795176, 2.1683678, 'Carlota Akaneya', 41.38234896543694, 2.168812344861435, 'Japanese Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Bar Mendizábal', 41.38061875722682, 2.1709006504196204, 'Bar'), ('El Raval', 41.3795176, 2.1683678, 'NØMAD Every Day', 41.38205493742651, 2.166349410834469, 'Coffee Shop'), ('El Raval', 41.3795176, 2.1683678, 'Ófis Restaurant', 41.37863553875484, 2.1706684402250858, 'Mediterranean Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'El Pachuco', 41.37636913195219, 2.1691479305243284, 'Mexican Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Caravelle', 41.38233748488436, 2.1688183373821532, 'Café'), ('El Raval', 41.3795176, 2.1683678, 'Bar Clemen-s', 41.38139729706408, 2.1715807914733887, 'Mediterranean Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Pizza Circus', 41.37790546295147, 2.1729111671447754, 'Pizza Place'), ('El Raval', 41.3795176, 2.1683678, "Chivuo's", 41.38296052918113, 2.1699479876928884, 'Sandwich Place'), ('El Raval', 41.3795176, 2.1683678, 'Pummarola', 41.377521047855915, 2.1641993522644043, 'Pizza Place'), ('El Raval', 41.3795176, 2.1683678, 'Cañete', 41.37915352642744, 2.1730924282122515, 'Tapas Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Ølgod', 41.380124308513615, 2.1691978203880504, 'Beer Bar'), ('El Raval', 41.3795176, 2.1683678, 'Mercat de Sant Josep - La Boqueria', 41.38195895111797, 2.172010882862328, 'Market'), ('El Raval', 41.3795176, 2.1683678, 'Asian Restaurant', 41.380309715021966, 2.172340440527317, 'Asian Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Foxy Bar', 41.380388207470226, 2.164356903335585, 'Bar'), ('El Raval', 41.3795176, 2.1683678, 'La Central del Raval', 41.38358596080116, 2.1689486932103805, 'Bookstore'), ('El Raval', 41.3795176, 2.1683678, 'El Quim de la Boqueria', 41.38190813537722, 2.1719485229278814, 'Tapas Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Trópico', 41.37781687754074, 2.1712466433689728, 'Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Frankie Gallo Cha Cha Cha', 41.37844954246539, 2.172683416699777, 'Pizza Place'), ('El Raval', 41.3795176, 2.1683678, 'Liceu Opera Barcelona (Gran Teatro del Liceo)', 41.380713238498885, 2.1736061650627523, 'Opera House'), ('El Raval', 41.3795176, 2.1683678, 'JazzSí Club Taller de Músics', 41.379830986064334, 2.1641131912501774, 'Jazz Club'), ('El Raval', 41.3795176, 2.1683678, 'Absenta del Raval', 41.38140436874548, 2.1638397714158417, 'Cocktail Bar'), ('El Raval', 41.3795176, 2.1683678, 'Chök', 41.38283940566987, 2.1713176727321084, 'Donut Shop'), ('El Raval', 41.3795176, 2.1683678, 'macera', 41.375589194805286, 2.17049320007949, 'Cocktail Bar'), ('El Raval', 41.3795176, 2.1683678, 'Bouzu', 41.37988988318962, 2.163319060929621, 'Japanese Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Pastelería La Estrella', 41.37814135230529, 2.1733100585689993, 'Pie Shop'), ('El Raval', 41.3795176, 2.1683678, 'Palau Güell (Palacio Güell)', 41.37891970695072, 2.1741027190820796, 'Monument / Landmark'), ('El Raval', 41.3795176, 2.1683678, 'La Confitería', 41.3755204425638, 2.1679624915122986, 'Cocktail Bar'), ('El Raval', 41.3795176, 2.1683678, 'Kӕlderkold', 41.38172259074735, 2.173348181966682, 'Beer Bar'), ('El Raval', 41.3795176, 2.1683678, 'Centre de Cultura Contemporània de Barcelona (CCCB)', 41.38371998360233, 2.1665284351702514, 'Cultural Center'), ('El Raval', 41.3795176, 2.1683678, 'Hotel 1898', 41.38340433331596, 2.1706803944457267, 'Hotel'), ('El Raval', 41.3795176, 2.1683678, 'Two schmucks', 41.383135550814266, 2.1651895076858816, 'Cocktail Bar'), ('El Raval', 41.3795176, 2.1683678, 'Fidel', 41.3818943726434, 2.1654088374248217, 'Sandwich Place'), ('El Raval', 41.3795176, 2.1683678, 'Domino Bar by Bierzofood', 41.37585161885827, 2.167776489130006, 'Cocktail Bar'), ('El Raval', 41.3795176, 2.1683678, 'Cassette Bar', 41.377324, 2.173629, 'Bar'), ('El Raval', 41.3795176, 2.1683678, "Ultramarinos Hendrick's Bar", 41.37551308518347, 2.1680829706065032, 'Cocktail Bar'), ('El Raval', 41.3795176, 2.1683678, 'Palau de la Virreina', 41.38255701209878, 2.171887743547184, 'Monument / Landmark'), ('El Raval', 41.3795176, 2.1683678, 'Dalston Coffee', 41.38453144512335, 2.168331379298118, 'Coffee Shop'), ('El Raval', 41.3795176, 2.1683678, 'Els Sortidors del Parlament', 41.377569790940356, 2.1640446394192634, 'Tapas Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Laie CCCB', 41.38371158241776, 2.166530396321491, 'Bookstore'), ('El Raval', 41.3795176, 2.1683678, 'JOVANI&VINS', 41.37679690797597, 2.1637083246045337, 'Wine Shop'), ('El Raval', 41.3795176, 2.1683678, 'Mailuna', 41.3832549663679, 2.164720766518532, 'Tea Room'), ('El Raval', 41.3795176, 2.1683678, 'Renoir Floridablanca', 41.38172783420948, 2.1625281212618575, 'Indie Movie Theater'), ('El Raval', 41.3795176, 2.1683678, 'Teatre Victoria', 41.37457315633225, 2.1688350287379574, 'Theater'), ('El Raval', 41.3795176, 2.1683678, 'Miscelanea Gallery-Shop-Café', 41.37770188577432, 2.1735638206956973, 'Art Gallery'), ('El Raval', 41.3795176, 2.1683678, 'Mercat de Sant Antoni', 41.37939764184635, 2.163129717263596, 'Market'), ('El Raval', 41.3795176, 2.1683678, 'Anardi', 41.37729027530231, 2.163655291950481, 'Tapas Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Plaça Reial (Plaza Real)', 41.38010926480547, 2.1752822399139404, 'Plaza'), ('El Raval', 41.3795176, 2.1683678, 'El Laurel', 41.381297173, 2.162344056, 'Argentinian Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Chök', 41.38462250900089, 2.1682796940576057, 'Donut Shop'), ('El Raval', 41.3795176, 2.1683678, 'Departure Coffee Co.', 41.38360422266516, 2.1648867020158518, 'Coffee Shop'), ('El Raval', 41.3795176, 2.1683678, 'M-Store', 41.38142949754371, 2.163405418395996, 'Gift Shop'), ('El Raval', 41.3795176, 2.1683678, 'Filomena Gastrobar', 41.3757747674074, 2.166203647742333, 'Gastropub'), ('El Raval', 41.3795176, 2.1683678, 'Fàbrica Moritz Barcelona', 41.382665460294454, 2.163550801571399, 'Brewery'), ('El Raval', 41.3795176, 2.1683678, 'Discos Revolver', 41.38472548742028, 2.1694385454340037, 'Record Shop'), ('El Raval', 41.3795176, 2.1683678, 'alkimia', 41.38266920388533, 2.1634268760681152, 'Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Bar Lobo', 41.38325302798727, 2.170433675626059, 'Tapas Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Rekons', 41.38052830177681, 2.160911901981474, 'Argentinian Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Düal Café', 41.37812211206796, 2.161727786484257, 'Coffee Shop'), ('El Raval', 41.3795176, 2.1683678, "La Bodega d'en Rafel", 41.37735901333054, 2.1614860017894344, 'Spanish Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Maoz Vegetarian', 41.380808968966356, 2.1747846330241236, 'Falafel Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Rocambolesc', 41.38045871359099, 2.1738314009565416, 'Ice Cream Shop'), ('El Raval', 41.3795176, 2.1683678, 'La Güerita Mexicana', 41.377694, 2.161921, 'Mexican Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Barna-Brew', 41.3772509754473, 2.163455886556543, 'Beer Bar'), ('El Raval', 41.3795176, 2.1683678, 'Giovanni', 41.382411525642226, 2.173923394700292, 'Ice Cream Shop'), ('El Raval', 41.3795176, 2.1683678, 'Louro', 41.379030518159865, 2.1749281883239746, 'Spanish Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Bacoa', 41.38062487169596, 2.174682158691744, 'Burger Joint'), ('El Raval', 41.3795176, 2.1683678, 'MANGO las ramblas', 41.38461542546519, 2.1708499889347483, "Women's Store"), ('El Raval', 41.3795176, 2.1683678, 'Teresa Carles', 41.385060479436376, 2.1679751201276205, 'Vegetarian / Vegan Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'ArtiSa Barcelona', 41.379747, 2.174871, 'Coffee Shop'), ('El Raval', 41.3795176, 2.1683678, 'Be Chocolat', 41.38259725181887, 2.1747248202957707, 'Dessert Shop'), ('El Raval', 41.3795176, 2.1683678, 'Golfo de Bizkaia Pi', 41.383176, 2.174016, 'Tapas Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Sala Apolo', 41.37435494756388, 2.169668198873055, 'Concert Hall'), ('El Raval', 41.3795176, 2.1683678, 'Rambla de Canaletas', 41.38507889520532, 2.1703204049566795, 'Plaza'), ('El Raval', 41.3795176, 2.1683678, 'Mistral', 41.384383995925106, 2.1645860095866443, 'Bakery'), ('El Raval', 41.3795176, 2.1683678, 'Quimet & Quimet', 41.37399710662022, 2.1655218722438865, 'Tapas Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Café Cometa', 41.375848, 2.162085, 'Coffee Shop'), ('El Raval', 41.3795176, 2.1683678, 'B.H.G. Supermercat del Mon', 41.376347668943225, 2.162318508303643, 'Grocery Store'), ('El Raval', 41.3795176, 2.1683678, 'La Chana', 41.3744688350781, 2.165774160255246, 'Tapas Restaurant'), ('El Raval', 41.3795176, 2.1683678, 'Mannà Gelats', 41.38307898657056, 2.174487680308488, 'Ice Cream Shop'), ('El Raval', 41.3795176, 2.1683678, 'Yoga Bindu', 41.379752419161846, 2.175298649283901, 'Yoga Studio'), ('El Raval', 41.3795176, 2.1683678, 'Bar Ramón', 41.37872862690168, 2.160632014274597, 'Bar'), ('El Raval', 41.3795176, 2.1683678, 'Xurrería Manuel San Román', 41.382241106616874, 2.1750853482750383, 'Snack Place')], [('Les Roquetes', 41.4477984, 2.1762713, 'Castell de Torre Baró', 41.44827121101506, 2.1739108862668868, 'Castle'), ('Les Roquetes', 41.4477984, 2.1762713, 'Ateneu Popular de Nou Barris', 41.44885239659843, 2.180130120976513, 'Music Venue'), ('Les Roquetes', 41.4477984, 2.1762713, 'Mercat De Montserrat', 41.4462567639762, 2.1791147552608043, 'Grocery Store'), ('Les Roquetes', 41.4477984, 2.1762713, 'La Freidu', 41.44242835883664, 2.1780126991050515, 'Spanish Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Marquesina Vía Julia', 41.443452127614165, 2.1784722709277125, 'Building'), ('Les Roquetes', 41.4477984, 2.1762713, "Restaurant l'hostalet", 41.4444576761513, 2.1800351214726934, 'Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Restaurante 5 Hermanos', 41.44410555164136, 2.165911285399336, 'Mediterranean Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, "La Bodegueta d'en Miquel", 41.43990301937286, 2.1764481671055576, 'Tapas Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Brafa', 41.448253566959366, 2.173925851000857, 'Gym'), ('Les Roquetes', 41.4477984, 2.1762713, "Plaça d'Ángel Pestaña", 41.441480682746004, 2.1799343324429477, 'Park'), ('Les Roquetes', 41.4477984, 2.1762713, 'Parc de la Guineueta', 41.44005954645675, 2.174472864213227, 'Park'), ('Les Roquetes', 41.4477984, 2.1762713, 'Mercadona', 41.447223, 2.179808, 'Supermarket'), ('Les Roquetes', 41.4477984, 2.1762713, 'Casal de Barri de Prosperitat', 41.44159634161399, 2.1798155458670765, 'Bar'), ('Les Roquetes', 41.4477984, 2.1762713, 'C.F. Montañesa', 41.44544685668017, 2.1797485100115064, 'Sports Club'), ('Les Roquetes', 41.4477984, 2.1762713, 'la Sirena', 41.443827381498956, 2.1800091784524738, 'Grocery Store'), ('Les Roquetes', 41.4477984, 2.1762713, 'Taberna Andalussa Dunia', 41.44000823495725, 2.181930957144943, 'Tapas Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Pizzeria El Foc', 41.442823132259406, 2.1819837537106825, 'Pizza Place'), ('Les Roquetes', 41.4477984, 2.1762713, 'Skatepark Guineueta', 41.44319485309268, 2.1708860993385315, 'Skate Park'), ('Les Roquetes', 41.4477984, 2.1762713, 'Los 3 Leños', 41.441011, 2.174726, 'Argentinian Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Bar Restaurant La Peña', 41.442762516356126, 2.183918070551605, 'Spanish Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'El Pibe', 41.44016034115383, 2.174073808455809, 'Fast Food Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Consum Basic', 41.4417088324591, 2.1774866681142084, 'Grocery Store'), ('Les Roquetes', 41.4477984, 2.1762713, 'Kebab Villarriba', 41.4469888, 2.1734073000000005, 'Falafel Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Restaurante El Cordero', 41.45267027899003, 2.180061703301101, 'Spanish Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Bar Marvic', 41.44293108887595, 2.1820181015516575, 'Spanish Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Bar Maxi Max', 41.443792304568085, 2.181690973535088, 'Tapas Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Hiper bocata', 41.44054164271436, 2.1765475641619534, 'Brewery'), ('Les Roquetes', 41.4477984, 2.1762713, "METRO Casa de l'Aigua", 41.45127044755562, 2.1849178156662674, 'Metro Station'), ('Les Roquetes', 41.4477984, 2.1762713, 'Wok Ichiban', 41.44043638, 2.1765384200000004, 'Sushi Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Camp Futbol Guineueta', 41.44146416423397, 2.170789931605048, 'Soccer Field'), ('Les Roquetes', 41.4477984, 2.1762713, 'Plaça Nou Pins', 41.443605765721266, 2.1847329674095017, 'Park'), ('Les Roquetes', 41.4477984, 2.1762713, 'El Abuelo', 41.43886542450245, 2.175057977273817, 'Snack Place'), ('Les Roquetes', 41.4477984, 2.1762713, 'BCN DIVING', 41.43946833659339, 2.178115369196402, 'Athletics & Sports'), ('Les Roquetes', 41.4477984, 2.1762713, 'La Exquisita', 41.43936891412401, 2.1745880377250693, 'Bakery'), ('Les Roquetes', 41.4477984, 2.1762713, 'Plaça Lluçmajor', 41.439210859968654, 2.1756774017632003, 'Plaza'), ('Les Roquetes', 41.4477984, 2.1762713, 'Plaça de la Trinitat', 41.448915598796, 2.1878301561757483, 'Park'), ('Les Roquetes', 41.4477984, 2.1762713, 'A Garrotxa', 41.44264920691013, 2.1858428702371215, 'Tapas Restaurant'), ('Les Roquetes', 41.4477984, 2.1762713, 'Dia %', 41.439401706724944, 2.172548550374072, 'Supermarket')], [('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Torres Naixement', 41.40387913476936, 2.174680416783174, 'Historic Site'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Cripta de la Sagrada Família', 41.40316982344775, 2.173978581237114, 'Historic Site'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Museu Basilica de la Sagrada Familia', 41.403045421874346, 2.174074357405862, 'Museum'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Plaça de Gaudí', 41.40442461732096, 2.175571918487549, 'Plaza'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Vesping', 41.404805357303566, 2.1758117744838112, 'General Travel'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Can Pizza', 41.40461087104725, 2.173412310985441, 'Pizza Place'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Bailongu', 41.404443883478706, 2.1778049719125327, 'Dance Studio'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Oporto restaurante', 41.402072055708935, 2.175287148402276, 'Portuguese Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Paradeta', 41.40451632252556, 2.17338123872448, 'Seafood Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Ayre Hotel Rosellon', 41.40474296689518, 2.1727722101067393, 'Hotel'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Mercat Sagrada Família', 41.405624665501136, 2.176910812659499, 'Market'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Fargo Café', 41.404998, 2.173951, 'Coffee Shop'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Trocadero', 41.40496714379954, 2.173619688553489, 'Vegetarian / Vegan Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'El Celler Del Vermut', 41.40310082779759, 2.1782273054122925, 'Wine Bar'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Ottantotto', 41.404676, 2.177477, 'Italian Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Plaça de la Sagrada Família (Plaza de la Sagrada Familia)', 41.40265419363708, 2.1731632947921753, 'Plaza'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Don Angelo', 41.402264, 2.176255, 'Italian Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Five Guys', 41.404028416713246, 2.173499344944048, 'Burger Joint'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Anauco', 41.40205465286584, 2.1760064363479614, 'Burger Joint'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'El Rincón de la Abuela Venezolana', 41.405756668447005, 2.1786637543846155, 'Latin American Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Brasa', 41.40248199243862, 2.1760949183149756, 'Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Cheese and Cake', 41.40409, 2.177046, 'Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'El Felino', 41.40497915235051, 2.173599368379655, 'Italian Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Taquería', 41.40239714832341, 2.175622388175007, 'Mexican Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Skybar Ayre Hotel Rosellon', 41.40465787215633, 2.172971469251211, 'Hotel Bar'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Jugar × Jugar', 41.40711596524914, 2.1743722057220465, 'Toy / Game Store'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Bodega de Barri', 41.404799, 2.176382, 'Wine Bar'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Bocca di Bonifacio', 41.4054365537387, 2.1709826588630676, 'Burger Joint'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Colombia Pan y Sabor', 41.4027823062514, 2.1783649323648135, 'Bakery'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Sagrades Tannines', 41.404537133514054, 2.173498774503898, 'Wine Bar'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Beerivins', 41.4076400260103, 2.1739242642070167, 'Brewery'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Jijonenca', 41.406716064921824, 2.174364062686236, 'Ice Cream Shop'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'BRO Room', 41.40701779857533, 2.173568308353424, 'Sandwich Place'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'BeerStore', 41.40675550407283, 2.1773894497513973, 'Beer Store'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Paprika Gourmet', 41.405756426982244, 2.1795469522476196, 'Deli / Bodega'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Tactic', 41.40736763602702, 2.1771747204535616, 'Theme Park Ride / Attraction'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Camelia Art Café', 41.406515, 2.17612, 'Breakfast Spot'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Michael Collins', 41.4019706430214, 2.172379217554143, 'Irish Pub'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Les Mil i Una Nits', 41.403244, 2.17073, 'Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Ametller Origen', 41.40497927622864, 2.1782974055644737, 'Big Box Store'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Club Metropolitan', 41.401684095174744, 2.1711457618347527, 'Gym'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Cerveseria Clandestina', 41.40873479374284, 2.1751684605715127, 'Bar'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Café Parc Belmont', 41.403458, 2.178136, 'Mediterranean Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Plaça de Pablo Neruda', 41.40133173516059, 2.177558656342774, 'Plaza'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Souvenir Sagrada', 41.403422, 2.175847, 'Gift Shop'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Singular', 41.403849, 2.172488, 'Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Hotel Barcelona 1882', 41.404143, 2.169769, 'Hotel'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Selva', 41.40865037990113, 2.1733167192855243, 'Steakhouse'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Bicos', 41.400129, 2.174846, 'Spanish Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Xurreria Sagrada Familia', 41.4013417, 2.1746509, 'Café'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Claror', 41.40450315846906, 2.171470928296912, 'Gym'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Taquería', 41.40229555459835, 2.174837741001365, 'Mexican Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Hispanos Siete Suiza Apartments Barcelona', 41.403070987798515, 2.171197889525794, 'Hotel'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Single Fin', 41.401601, 2.173474, 'Poke Place'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Phenomena', 41.409134, 2.1717253, 'Indie Movie Theater'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Pizza al Vol', 41.4020667242111, 2.177385091781616, 'Pizza Place'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'SandwiChez', 41.40549501621904, 2.1776533126831055, 'Sandwich Place'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Un Capítol de Viêtnam', 41.40228803181014, 2.1705159544944763, 'Vietnamese Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Frank-Burg', 41.40360461538265, 2.180306822028797, 'Burger Joint'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'IL FORNO', 41.40741934007032, 2.172907358617522, 'Pastry Shop'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Diagonalflats - Sagrada Família', 41.401121283083, 2.17911364758739, 'Hostel'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Pivo Bar', 41.40734062127628, 2.178101724530279, 'Beer Bar'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Cosmic Comics', 41.40721010029208, 2.177585801528039, 'Bookstore'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Il Piccolo Focone', 41.409018133905604, 2.1795097319180865, 'Italian Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Motocard - València', 41.40575575279594, 2.1806894282305738, 'Motorcycle Shop'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Bona Pinta', 41.39932336768667, 2.1787317690081807, 'Beer Bar'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Mercadona', 41.40866594252549, 2.1722222021744164, 'Supermarket'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Tatin Bistró', 41.404164364254484, 2.167833841111183, 'Bistro'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Arroseria Gaudí', 41.4082775061535, 2.1743912828354133, 'Spanish Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Gorría', 41.39871025328366, 2.1781050657173107, 'Spanish Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Jazzman', 41.401456934285676, 2.1692079517393745, 'Jazz Club'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'The Bakers', 41.40156777340462, 2.18278169631958, 'Bakery'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'The Venue Steakhouse', 41.40245300607545, 2.169220447540283, 'Steakhouse'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Enigmik Room Escape Barcelona', 41.410182414225, 2.179583972332334, 'Escape Room'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Sant Pau Recinte Modernista (Recinto Modernista de Sant Pau)', 41.411352100755295, 2.174380101315422, 'Historic Site'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Ramona', 41.40246571460726, 2.1678458455659753, 'Tapas Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Mendieta Pastelería Argentina', 41.408348240916425, 2.1818826468348247, 'Pastry Shop'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'The Escape Hunt Experience Barcelona', 41.40212626325423, 2.170384038019203, 'Escape Room'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Puiggròs', 41.41020708339874, 2.1742795565873223, 'Bakery'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Wakasa', 41.403191361374866, 2.16892272233963, 'Japanese Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Queimada Nivell Q', 41.40947013988498, 2.1811405380244255, 'Gaming Cafe'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Kserol', 41.398628070632626, 2.1752893478333135, 'Bistro'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Chill Bar', 41.402302114995486, 2.1717631816864014, 'Bar'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Belle e Buòn', 41.41134892482882, 2.1733778715133667, 'Italian Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Gor&fla', 41.40162410675204, 2.170470356941223, 'Dessert Shop'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Celler Miquel', 41.40989488145117, 2.1736795127981168, 'Brewery'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Duet Fit Sagrada Familia', 41.40729188190754, 2.180954007576255, 'Gym / Fitness Center'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Passeig de Sant Joan', 41.398695100065794, 2.169990923896971, 'Road'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Uniko', 41.403846, 2.181745, 'Chinese Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'La Cava Cakery', 41.39966448232841, 2.1687430143356323, 'Cupcake Shop'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Thai Tuk Tuk', 41.406643, 2.168634, 'Thai Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Restaurante El Ñaño De Bellaterra', 41.401278058275125, 2.180689573287964, 'Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Sam Buja', 41.3972178867653, 2.1740859746932983, 'Korean Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Bonpreu', 41.40892541331649, 2.181756236865265, 'Supermarket'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Sant Jordi Hostel Sagrada Familia', 41.40991943027418, 2.179260940656686, 'Hostel'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Manairó', 41.39945422993401, 2.1796814745813213, 'Mediterranean Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Palau Macaya (Palacio Macaya)', 41.39977793073186, 2.1692067864322286, 'Science Museum'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'El Ruedo', 41.41092143698526, 2.1809910659276444, 'South American Restaurant'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'Parking Pizza', 41.396307, 2.174113, 'Pizza Place'), ('Sagrada Família (neighborhood)', 41.4045, 2.1757, 'El Viti Taberna', 41.396542541743734, 2.1738021433156973, 'Bar')], [('La Sagrera', 41.4237499, 2.189582, 'Plaça de Masadas', 41.42478711997956, 2.19013983651098, 'Plaza'), ('La Sagrera', 41.4237499, 2.189582, 'Hotel Laumon 3*', 41.4231888012772, 2.190614822172577, 'Hotel'), ('La Sagrera', 41.4237499, 2.189582, "L'Espavilat", 41.42494, 2.190313, 'Burger Joint'), ('La Sagrera', 41.4237499, 2.189582, 'Nau Ivanow', 41.420143821784734, 2.190002967711577, 'Performing Arts Venue'), ('La Sagrera', 41.4237499, 2.189582, 'Eat Street at La Nau Bostik', 41.422623344753546, 2.1869565076011894, 'Food Truck'), ('La Sagrera', 41.4237499, 2.189582, "L'Empanat", 41.425007553, 2.190480286, 'Burger Joint'), ('La Sagrera', 41.4237499, 2.189582, 'Mezzé', 41.421918, 2.183633, 'Burger Joint'), ('La Sagrera', 41.4237499, 2.189582, 'Toca Teca', 41.42350641541845, 2.1809952086384, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Club Natació Sant Andreu', 41.42941763685842, 2.186490888631295, 'Gym Pool'), ('La Sagrera', 41.4237499, 2.189582, 'VivaGym Meridiana', 41.42612486292388, 2.185266123514497, 'Gym'), ('La Sagrera', 41.4237499, 2.189582, 'Collonut', 41.42045987701444, 2.182165127042287, 'Gastropub'), ('La Sagrera', 41.4237499, 2.189582, 'Estadi Narcís Sala - UE Sant Andreu', 41.42886944610108, 2.192880368805903, 'Soccer Field'), ('La Sagrera', 41.4237499, 2.189582, 'Mercadona', 41.42551195928566, 2.18763075648535, 'Supermarket'), ('La Sagrera', 41.4237499, 2.189582, 'Mercat de Sant Martí de Provençals', 41.41937334667442, 2.1968460463338904, 'Supermarket'), ('La Sagrera', 41.4237499, 2.189582, "Escola de cuina Terra d'Escudella", 41.4181276, 2.1889453, 'Cooking School'), ('La Sagrera', 41.4237499, 2.189582, "Plaça Jardins d'Elx", 41.42298656446911, 2.1873204155432795, 'Plaza'), ('La Sagrera', 41.4237499, 2.189582, 'Beering Barcelona', 41.41804618186833, 2.183245940063886, 'Brewery'), ('La Sagrera', 41.4237499, 2.189582, 'El Celler dels Avis', 41.431147293831934, 2.1922898679679688, 'Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Restaurant Sant Martí', 41.421828997884305, 2.1970557275161435, 'Mediterranean Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Parc Infantil La Granota', 41.42487919651237, 2.1854703839470244, 'Playground'), ('La Sagrera', 41.4237499, 2.189582, 'Panes Creativos', 41.42906625089165, 2.181053772750567, 'Bakery'), ('La Sagrera', 41.4237499, 2.189582, 'Braseria Meson Pahi', 41.4270843184862, 2.1864068858278376, 'Spanish Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Coctelería Torre Rosa', 41.42257873520451, 2.1803060173988342, 'Cocktail Bar'), ('La Sagrera', 41.4237499, 2.189582, 'Abacus Sant Andreu', 41.42910384892446, 2.19018863290565, 'Paper / Office Supplies Store'), ('La Sagrera', 41.4237499, 2.189582, 'La Gamba', 41.42046815396751, 2.1809239577358777, 'Spanish Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Mercat Felip II', 41.422046395739834, 2.185547301380809, 'Farmers Market'), ('La Sagrera', 41.4237499, 2.189582, 'Río Dragón', 41.42047102588689, 2.1793292105394357, 'Chinese Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'El Ramblero', 41.4221042593461, 2.1967703925503113, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'El rincón del tío Emilio', 41.42581785877087, 2.188123490629741, 'Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Sense Intermediaris de Casa Ametller', 41.432297, 2.1892295, 'Organic Grocery'), ('La Sagrera', 41.4237499, 2.189582, 'Nut Gastrobar', 41.42025449947343, 2.1818558939914316, 'Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'ovante', 41.43005977397559, 2.1826311824674924, 'Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Lagar Restaurant', 41.431165303705185, 2.1888482375525764, 'Mediterranean Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Several', 41.43253836895484, 2.1892340632718184, 'Coffee Shop'), ('La Sagrera', 41.4237499, 2.189582, 'La Marquesa', 41.420122564103416, 2.1816731569826926, 'Bakery'), ('La Sagrera', 41.4237499, 2.189582, 'Pizzeando', 41.42154, 2.1789384, 'Pizza Place'), ('La Sagrera', 41.4237499, 2.189582, '2D2Dspuma', 41.42238148822458, 2.1792164743350497, 'Brewery'), ('La Sagrera', 41.4237499, 2.189582, "Marc's Entrepans", 41.42281642493201, 2.178662466976675, 'Sandwich Place'), ('La Sagrera', 41.4237499, 2.189582, 'Gimnasio Puro Impacto', 41.42346486024578, 2.1814714989124484, 'Gym / Fitness Center'), ('La Sagrera', 41.4237499, 2.189582, 'Clinica Veterinaria Sant Andreu', 41.43053459665979, 2.1859484725991165, 'Pet Store'), ('La Sagrera', 41.4237499, 2.189582, 'Enrique Tomás - Paseo Fabra i Puig', 41.43017083885171, 2.1847978679936073, 'Spanish Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Bodega Luis', 41.42273136920525, 2.17878820894839, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, '+ Q Burguer', 41.42324268421916, 2.188289908593542, 'Bar'), ('La Sagrera', 41.4237499, 2.189582, 'Colombia', 41.430160859446055, 2.189477342604198, 'Bar'), ('La Sagrera', 41.4237499, 2.189582, 'Futbol 7 Barcelona', 41.426220780747514, 2.1968000855136958, 'Soccer Field'), ('La Sagrera', 41.4237499, 2.189582, 'Diavoletto', 41.422087099551526, 2.198176018701948, 'Burger Joint'), ('La Sagrera', 41.4237499, 2.189582, 'El Món De La Cervesa', 41.41886259048162, 2.18679022836639, 'Bar'), ('La Sagrera', 41.4237499, 2.189582, 'La Font de la Sagrera', 41.424778487077, 2.190058016102697, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'la Sirena', 41.42486876189227, 2.1863852850440133, 'Grocery Store'), ('La Sagrera', 41.4237499, 2.189582, 'Sultan Sofrasi', 41.43016491964971, 2.182530409599217, 'Falafel Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'SAT! Teatre de Barcelona', 41.43044321461179, 2.188995656910387, 'Theater'), ('La Sagrera', 41.4237499, 2.189582, 'Aromes', 41.43207005074711, 2.1893533106363496, 'Café'), ('La Sagrera', 41.4237499, 2.189582, 'Cantina Mexicana Chihuahua', 41.41876205479219, 2.1805508323130476, 'Mexican Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Granier', 41.422097552123084, 2.187069181150005, 'Bakery'), ('La Sagrera', 41.4237499, 2.189582, 'Condis', 41.417025, 2.183999, 'Supermarket'), ('La Sagrera', 41.4237499, 2.189582, 'Can Pere Tapes', 41.42602040668511, 2.179666943525032, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Canòdrom Meridiana', 41.42718635811996, 2.1832752227783203, 'Dog Run'), ('La Sagrera', 41.4237499, 2.189582, 'Fabra Express', 41.430182345022416, 2.1876893905212653, 'Sandwich Place'), ('La Sagrera', 41.4237499, 2.189582, 'Torres 2 Sandwitcheria Hamburgueseria', 41.416191163989666, 2.186910005509901, 'Sandwich Place'), ('La Sagrera', 41.4237499, 2.189582, 'Lidl Escocia', 41.428868919003875, 2.1820253011248467, 'Department Store'), ('La Sagrera', 41.4237499, 2.189582, 'Club Natació Sant Andreu', 41.42994600442894, 2.1928306146809344, 'Gym'), ('La Sagrera', 41.4237499, 2.189582, "Michael's Tavern", 41.43047305054612, 2.1844948039632253, 'Beer Bar'), ('La Sagrera', 41.4237499, 2.189582, 'La Paradeta', 41.4264577, 2.1874931, 'Seafood Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'El Paso', 41.424575444547266, 2.1861582031652564, 'Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'La Divina', 41.43200598576538, 2.1863035935227595, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'La Granota & Co', 41.418063, 2.180362, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Parc de la Pegaso', 41.42722075241111, 2.1897887266068765, 'Park'), ('La Sagrera', 41.4237499, 2.189582, 'Rellirós Restaurant', 41.43067132000187, 2.186541237185519, 'Mediterranean Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Blats', 41.43211149823535, 2.189282557665576, 'Bakery'), ('La Sagrera', 41.4237499, 2.189582, 'Superpizza', 41.42289404448625, 2.185881271067394, 'Pizza Place'), ('La Sagrera', 41.4237499, 2.189582, 'Parc de Sant Martí', 41.420031171196136, 2.197609455280862, 'Park'), ('La Sagrera', 41.4237499, 2.189582, 'la Sirena', 41.41694306660415, 2.1870189105091336, 'Grocery Store'), ('La Sagrera', 41.4237499, 2.189582, 'Dürüm Döner', 41.4302819152223, 2.1825658914793746, 'Falafel Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Bar MaryVic', 41.42330883959649, 2.1880604881782757, 'Bar'), ('La Sagrera', 41.4237499, 2.189582, 'Fujiyama', 41.417811, 2.187753, 'Japanese Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Plaça de les Palmeres', 41.43213346837937, 2.1868940572875886, 'Park'), ('La Sagrera', 41.4237499, 2.189582, 'Mercadona', 41.41722611746683, 2.1879182509737656, 'Supermarket'), ('La Sagrera', 41.4237499, 2.189582, 'El pollo azul', 41.42650563984892, 2.1862796816124925, 'Fried Chicken Joint'), ('La Sagrera', 41.4237499, 2.189582, 'Consum Basic', 41.43016550514479, 2.1856000877216903, 'Grocery Store'), ('La Sagrera', 41.4237499, 2.189582, 'Caprabo', 41.421442, 2.186957, 'Grocery Store'), ('La Sagrera', 41.4237499, 2.189582, 'Farmacia Carmen Cartanya', 41.420932622577865, 2.18017390679942, 'Pharmacy'), ('La Sagrera', 41.4237499, 2.189582, "El Racó de l'avi Melcior", 41.43149763668838, 2.193129658258264, 'Mediterranean Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'La Toscana', 41.430557259678665, 2.1889800305845464, 'Italian Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Mercadona (Pare Manyanet)', 41.42832372899633, 2.1947239333798767, 'Supermarket'), ('La Sagrera', 41.4237499, 2.189582, 'La Tapadera', 41.43164599924601, 2.191455411440342, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Vitalitat', 41.42991635268657, 2.1836972758448545, 'Asian Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Boheme', 41.431734010319495, 2.189363923823075, 'Breakfast Spot'), ('La Sagrera', 41.4237499, 2.189582, 'Plaça del Congrés Eucarístic', 41.425738340753924, 2.180914878845215, 'Plaza'), ('La Sagrera', 41.4237499, 2.189582, 'la Sirena', 41.41950926892994, 2.1813060692345165, 'Grocery Store'), ('La Sagrera', 41.4237499, 2.189582, 'Lidl', 41.41781497628418, 2.1843526720416064, 'Supermarket'), ('La Sagrera', 41.4237499, 2.189582, 'El Timbalet', 41.418097611791666, 2.1805246713967295, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Casa Angel', 41.42276236535373, 2.1895520844158947, 'Spanish Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Caprabo', 41.41745279506638, 2.189486294734023, 'Supermarket'), ('La Sagrera', 41.4237499, 2.189582, 'Consum Basic', 41.41967168697789, 2.1868942191299956, 'Grocery Store'), ('La Sagrera', 41.4237499, 2.189582, 'Senyor Fabra', 41.43002, 2.185997, 'Mediterranean Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Livingstone', 41.430201804368394, 2.1863968203596698, 'Bar'), ('La Sagrera', 41.4237499, 2.189582, 'Plaça de Maragall', 41.42003141395291, 2.1805582681552482, 'Plaza'), ('La Sagrera', 41.4237499, 2.189582, 'Maxi & Max', 41.43025670709983, 2.1842780820893313, 'Tapas Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'Restaurante Dopazo', 41.430636718113, 2.192886129938933, 'Seafood Restaurant'), ('La Sagrera', 41.4237499, 2.189582, 'La Famiglia', 41.426950618147906, 2.18719924436412, 'Snack Place')], [('La Salut', 41.411866, 2.1539614, 'Les Tres Creus', 41.41240268177091, 2.1511520658131493, 'Scenic Lookout'), ('La Salut', 41.411866, 2.1539614, 'Park Güell (Parque Güell)', 41.41437832874697, 2.152386903762817, 'Park'), ('La Salut', 41.411866, 2.1539614, 'Gatamala', 41.40792, 2.157674, 'Tapas Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Typographia', 41.40787460536628, 2.150856852772499, 'Clothing Store'), ('La Salut', 41.411866, 2.1539614, 'Zona Monumental', 41.41372408797401, 2.1529244408569057, 'Art Museum'), ('La Salut', 41.411866, 2.1539614, 'La Panxolina', 41.40777, 2.157795, 'Restaurant'), ('La Salut', 41.411866, 2.1539614, 'La Rovira', 41.407507, 2.158137, 'Brewery'), ('La Salut', 41.411866, 2.1539614, 'Club Natació Catalunya - Cem Can Toda', 41.415562225356936, 2.157526778817638, 'Pool'), ('La Salut', 41.411866, 2.1539614, 'Terra Mia', 41.416161463459254, 2.157615339452506, 'Italian Restaurant'), ('La Salut', 41.411866, 2.1539614, 'The Hip Fish', 41.405577265768585, 2.1553215427594306, 'Salad Place'), ('La Salut', 41.411866, 2.1539614, 'Muntanya Pelada', 41.41827544063098, 2.153213675012205, 'Mountain'), ('La Salut', 41.411866, 2.1539614, 'Lukumas', 41.404948922603516, 2.1543060314445297, 'Donut Shop'), ('La Salut', 41.411866, 2.1539614, 'Plaça Rovira i Trias', 41.40751522765003, 2.1583883610884813, 'Plaza'), ('La Salut', 41.411866, 2.1539614, "Chivuo's", 41.40493964060822, 2.153964042663574, 'Sandwich Place'), ('La Salut', 41.411866, 2.1539614, 'Chök', 41.405201333329366, 2.1572311348076547, 'Donut Shop'), ('La Salut', 41.411866, 2.1539614, 'Club de Tennis La Salut', 41.41266104384229, 2.1580108831838154, 'Tennis Court'), ('La Salut', 41.411866, 2.1539614, 'Sartoria Panatieri', 41.40665, 2.1603665, 'Pizza Place'), ('La Salut', 41.411866, 2.1539614, 'Delicias', 41.41826209864882, 2.15744787760502, 'Spanish Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Swing Maniacs', 41.40539470730349, 2.157114418937181, 'Dance Studio'), ('La Salut', 41.411866, 2.1539614, 'Casa López', 41.404751660017816, 2.1550896341944186, 'Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Plaça de la Virreina', 41.40490008305463, 2.157363109341037, 'Plaza'), ('La Salut', 41.411866, 2.1539614, 'Verdi Park', 41.40439643936218, 2.15773639658366, 'Indie Movie Theater'), ('La Salut', 41.411866, 2.1539614, 'Plaça de les Dones del 36', 41.404545894437476, 2.1536253539938137, 'Plaza'), ('La Salut', 41.411866, 2.1539614, 'Comida De Olla', 41.41222165288682, 2.1642786300435666, 'Restaurant'), ('La Salut', 41.411866, 2.1539614, 'A Casa Portuguesa', 41.403977446714315, 2.15594696942185, 'Pastry Shop'), ('La Salut', 41.411866, 2.1539614, 'Cinemes Verdi', 41.4039444142192, 2.1568046214192576, 'Indie Movie Theater'), ('La Salut', 41.411866, 2.1539614, 'Gasterea', 41.40401168121968, 2.156659127394211, 'Tapas Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Elephanta', 41.40468637079748, 2.1586115578632286, 'Cocktail Bar'), ('La Salut', 41.411866, 2.1539614, 'Plaça del Diamant', 41.40410179852074, 2.155825946432338, 'Plaza'), ('La Salut', 41.411866, 2.1539614, 'La Taberna de Lesseps', 41.40554182746996, 2.1480353857355325, 'Mediterranean Restaurant'), ('La Salut', 41.411866, 2.1539614, '.IT', 41.405223667809935, 2.154813607872979, 'Italian Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Parc del Turó del Putxet', 41.409251405826666, 2.142605126796278, 'Park'), ('La Salut', 41.411866, 2.1539614, 'Taverna El Glop', 41.404862156174694, 2.1595494341101467, 'Mediterranean Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Casa Vicens', 41.40346592597279, 2.1506862551386856, 'Monument / Landmark'), ('La Salut', 41.411866, 2.1539614, 'Ugarit Gracia', 41.405115462421826, 2.161337192835134, 'Middle Eastern Restaurant'), ('La Salut', 41.411866, 2.1539614, 'La Vermuteria del Tano', 41.40474851916155, 2.160860002040863, 'Tapas Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Ventuno', 41.40450112170916, 2.1569555259255893, 'Cocktail Bar'), ('La Salut', 41.411866, 2.1539614, 'La Macchina', 41.402985734475166, 2.1536083717059613, 'Italian Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Cafè Camèlia', 41.40509555023415, 2.1554787900732664, 'Café'), ('La Salut', 41.411866, 2.1539614, 'Veg World India', 41.4046963412631, 2.1607326032120175, 'Vegetarian / Vegan Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Plaça Salvador Allende', 41.417275409450944, 2.1525357009214163, 'Park'), ('La Salut', 41.411866, 2.1539614, 'Bar Viu', 41.40364, 2.157531, 'Pub'), ('La Salut', 41.411866, 2.1539614, 'Pa de Sucre', 41.404929, 2.146351, 'Bakery'), ('La Salut', 41.411866, 2.1539614, 'Parc de les Aigües', 41.413096245209786, 2.165039234733435, 'Park'), ('La Salut', 41.411866, 2.1539614, 'La Lola', 41.40642823614318, 2.1620722266015946, 'Diner'), ('La Salut', 41.411866, 2.1539614, 'Soco', 41.40821627702234, 2.163768074120376, 'Bar'), ('La Salut', 41.411866, 2.1539614, "Plaça d'en Joanic (Plaza del Joanic)", 41.405930109258975, 2.1629762343225787, 'Plaza'), ('La Salut', 41.411866, 2.1539614, 'Ugarit', 41.4056985165778, 2.162680506412748, 'Middle Eastern Restaurant'), ('La Salut', 41.411866, 2.1539614, 'La Trini', 41.403906563131066, 2.1568885501919923, 'Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Bracafè', 41.41139493388094, 2.14486865535655, 'Café'), ('La Salut', 41.411866, 2.1539614, 'Nostre Cafe', 41.412650063627865, 2.1430673153205153, 'Café'), ('La Salut', 41.411866, 2.1539614, 'Hotel Catalonia Park Güell ***', 41.414327432713414, 2.1448474800202666, 'Hotel'), ('La Salut', 41.411866, 2.1539614, 'Bar Rest. Balouta-4', 41.411557, 2.165644, 'Tapas Restaurant'), ('La Salut', 41.411866, 2.1539614, 'METRO Vallcarca', 41.411578247199195, 2.1448659896850586, 'Metro Station'), ('La Salut', 41.411866, 2.1539614, 'Parada buses 22, 28, 92, N4. Av. República Argentina - Viaducte', 41.41147740601317, 2.1436426071384544, 'Bus Stop'), ('La Salut', 41.411866, 2.1539614, 'Granja del Pont', 41.411628105808475, 2.143475764864565, 'Spanish Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Sport', 41.414202649753726, 2.143003154273252, 'Restaurant'), ('La Salut', 41.411866, 2.1539614, 'El Putxet Hotel Barcelona', 41.407236, 2.144275, 'Hotel'), ('La Salut', 41.411866, 2.1539614, 'Condis Express', 41.414740899267024, 2.165127077201262, 'Big Box Store'), ('La Salut', 41.411866, 2.1539614, 'Raza Durum', 41.411081, 2.165814, 'Falafel Restaurant'), ('La Salut', 41.411866, 2.1539614, 'Jardins de Portolà', 41.41128376600648, 2.142072830502683, 'Park')], [('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Flor de Llúpol', 41.43500509386452, 2.1889185905456543, 'Brewery'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Fabra i Coats', 41.433004950380244, 2.190679714741595, 'Coworking Space'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Casa Arana', 41.4353340982314, 2.1892670962429572, 'Bar'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Plaça del Comerç', 41.43531268757981, 2.189765105045621, 'Plaza'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Xurreria xocolateria Sant Andreu', 41.43484044111213, 2.1896261111332085, 'Snack Place'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, "Plaça d'Orfila", 41.43611627511797, 2.191069911787202, 'Plaza'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Pekin Ciudad', 41.43520591535941, 2.191963415540038, 'Asian Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Restaurante Shokudo', 41.43938586587764, 2.192142347392661, 'Japanese Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Sense Intermediaris de Casa Ametller', 41.432297, 2.1892295, 'Organic Grocery'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Several', 41.43253836895484, 2.1892340632718184, 'Coffee Shop'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Garage Beer Co Brewing', 41.435402, 2.1972947, 'Brewery'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'la Sirena', 41.43956270103682, 2.1910303123570967, 'Grocery Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'El Palomo Cojo', 41.438817558469495, 2.189157177201031, 'Spanish Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Mercat de Sant Andreu', 41.43481441735343, 2.1882974466589262, 'Shopping Mall'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Restaurant Bar Marin', 41.436833828299214, 2.191257967513215, 'Tapas Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Mira Festival', 41.43289656075955, 2.1904992094656115, 'Performing Arts Venue'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Xurreria Xocolateria Marisa', 41.4349331455225, 2.1895498053302016, 'Café'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'El Celler dels Avis', 41.431147293831934, 2.1922898679679688, 'Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Versalles', 41.43533721873379, 2.189710400869104, 'Bar'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Societat Cultural i Esportiva La Lira', 41.43278904112023, 2.188182801552619, 'Cultural Center'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Pizzeria Il Duomo & La Mole', 41.442162963991656, 2.1870598856072188, 'Pizza Place'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'EL Petit Can Alós', 41.4380513967629, 2.1921890515247004, 'Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'C.C. La Maquinista', 41.44046377731818, 2.1982192314583795, 'Shopping Mall'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Cofac', 41.43458808416217, 2.1895727036334898, 'Hardware Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Rabasseda', 41.43473128529443, 2.188755140418192, 'Spanish Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Apple La Maquinista', 41.44080234696173, 2.198426808948115, 'Electronics Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Lagar Restaurant', 41.431165303705185, 2.1888482375525764, 'Mediterranean Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Stay', 41.43660387613631, 2.1861353151977267, 'Beer Bar'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, "L'Antic Colmado", 41.43850881306272, 2.1910642664904496, 'Spanish Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'El Balista', 41.437688271772, 2.190687988725202, 'Argentinian Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Aromes', 41.43207005074711, 2.1893533106363496, 'Café'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'El Burro Chilango', 41.440679872242896, 2.1920498292886466, 'Mexican Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Decathlon', 41.43963935143966, 2.1973967958185954, 'Sporting Goods Shop'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, "O'Rincon Galego", 41.43656622864178, 2.184569817933035, 'Tapas Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Club Natació Sant Andreu', 41.42941763685842, 2.186490888631295, 'Gym Pool'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Nespresso', 41.440536805901, 2.1980418235482597, 'Coffee Shop'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Starbucks', 41.439793345953674, 2.197619699487752, 'Coffee Shop'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, "Pistes D'Atletisme De Can Dragó", 41.43809189304504, 2.184326063617578, 'Track'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Estadi Narcís Sala - UE Sant Andreu', 41.42886944610108, 2.192880368805903, 'Soccer Field'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'The Good Burguer', 41.440231, 2.198456, 'Burger Joint'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Tostadero Bon Mercat', 41.43535991036349, 2.188998505372153, 'Café'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Taverna Can Roca', 41.43376601263117, 2.1893610115830353, 'Spanish Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Massimo Dutti', 41.440087225677466, 2.1980019047059076, 'Clothing Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Restaurant Can Jordi', 41.4379941661813, 2.1965475512167725, 'Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'La Tagliatella', 41.440583314464355, 2.198378765787771, 'Italian Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Gra de Cafè', 41.43695364103516, 2.1896592243699575, 'Coffee Shop'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Parc Esportiu de Can Dragó', 41.43412339318196, 2.1831020955033837, 'Park'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Clinica Veterinaria Sant Andreu', 41.43053459665979, 2.1859484725991165, 'Pet Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Restaurant Bloc', 41.441339424305156, 2.19086337064542, 'Spanish Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Supermercat El Corte Inglés', 41.43635568259089, 2.1814040615223003, 'Supermarket'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Abacus Sant Andreu', 41.42910384892446, 2.19018863290565, 'Paper / Office Supplies Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Ibericus', 41.44150464406915, 2.197811752873911, 'Food'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Colombia', 41.430160859446055, 2.189477342604198, 'Bar'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Nike Store La Maquinista', 41.4395472, 2.1981254, 'Sporting Goods Shop'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Enrique Tomás - Paseo Fabra i Puig', 41.43017083885171, 2.1847978679936073, 'Spanish Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Tabernas Gallegas', 41.43747783683538, 2.196545462450508, 'Spanish Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Parc Can Fabra', 41.434450638299815, 2.1917617843390147, 'Park'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'SAT! Teatre de Barcelona', 41.43044321461179, 2.188995656910387, 'Theater'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'La Divina', 41.43200598576538, 2.1863035935227595, 'Tapas Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Blats', 41.43211149823535, 2.189282557665576, 'Bakery'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'La Burguesa', 41.43987333679761, 2.1989545226840166, 'Burger Joint'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Jack & Jones', 41.43985944652828, 2.1976620302662373, "Men's Store"), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Tagliatella Heron City', 41.435160273472306, 2.1809979638637453, 'Pizza Place'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'SEPHORA', 41.4400711249244, 2.1983078217631253, 'Cosmetics Shop'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Plaça de les Palmeres', 41.43213346837937, 2.1868940572875886, 'Park'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Pure Cuisine', 41.440367, 2.198274, 'Chinese Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Bonpreu', 41.43244314796341, 2.1942230720363125, 'Supermarket'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Fabra Express', 41.430182345022416, 2.1876893905212653, 'Sandwich Place'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Condis', 41.43453857020844, 2.186129093170166, 'Grocery Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'La Tropa', 41.433777, 2.189472, 'Burger Joint'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'A Loja do Gato Preto', 41.44168916965566, 2.197741614915069, 'Furniture / Home Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Meridiana Dürüm Kebab 486', 41.436251120787134, 2.184374837353493, 'Falafel Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Basar Brillant', 41.44217627331098, 2.1885297855781323, 'Department Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, "Michael's Tavern", 41.43047305054612, 2.1844948039632253, 'Beer Bar'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Pasteleria Buenavista', 41.44217244751619, 2.19997658529535, 'Dessert Shop'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Club Natació Sant Andreu', 41.42994600442894, 2.1928306146809344, 'Gym'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Lefties', 41.44108944042867, 2.1981027491964755, 'Clothing Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Rellirós Restaurant', 41.43067132000187, 2.186541237185519, 'Mediterranean Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'El All i Oli', 41.431508682765134, 2.1812360720971933, 'Spanish Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, "El Racó de l'avi Melcior", 41.43149763668838, 2.193129658258264, 'Mediterranean Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Viena', 41.43993304400096, 2.1989328900034613, 'Sandwich Place'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Boheme', 41.431734010319495, 2.189363923823075, 'Breakfast Spot'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'El Pibe', 41.433569062798945, 2.183542630296769, 'Sandwich Place'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Eurofitness Can Dragó', 41.436335600877115, 2.18361087821067, 'Gym / Fitness Center'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Mon Pa', 41.44189363316268, 2.1896419379735406, 'Bakery'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Cinesa La Maquinista 3D', 41.4399592899662, 2.198370268606005, 'Multiplex'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Plaça Mossèn Clapés', 41.441834723868006, 2.187849188084893, 'Plaza'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Hollister Co.', 41.44072612132292, 2.198149347310279, 'Clothing Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Consum Basic', 41.43016550514479, 2.1856000877216903, 'Grocery Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Fnac', 41.440492472488295, 2.1983175373408774, 'Electronics Store'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'La Toscana', 41.430557259678665, 2.1889800305845464, 'Italian Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'La Casa del Libro', 41.44102853627503, 2.197961582369014, 'Bookstore'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Five Guys', 41.441026, 2.198679, 'Burger Joint'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Taberna Andalussa Dunia', 41.44000823495725, 2.181930957144943, 'Tapas Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Parc de la Maquinista de Sant Andreu', 41.43670168077988, 2.1948679650367233, 'Park'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'La Mafia Se Sienta A La Mesa', 41.440645138287586, 2.1980498232759773, 'Italian Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Vitalitat', 41.42991635268657, 2.1836972758448545, 'Asian Restaurant'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Mercadona Río De Janeiro', 41.43745924191601, 2.180569301709888, 'Supermarket'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Farggi', 41.43993542113639, 2.1985256263096833, 'Ice Cream Shop'), ('Sant Andreu de Palomar', 41.4367844, 2.1908641, 'Livingstone', 41.430201804368394, 2.1863968203596698, 'Bar')], [('Sant Antoni', 41.3784116, 2.1617677, "La Bodega d'en Rafel", 41.37735901333054, 2.1614860017894344, 'Spanish Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Pummarola', 41.377521047855915, 2.1641993522644043, 'Pizza Place'), ('Sant Antoni', 41.3784116, 2.1617677, 'Bar Ramón', 41.37872862690168, 2.160632014274597, 'Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Rekons', 41.38052830177681, 2.160911901981474, 'Argentinian Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, "Pizza d'Autore", 41.377943943395586, 2.160042391662491, 'Pizza Place'), ('Sant Antoni', 41.3784116, 2.1617677, 'Düal Café', 41.37812211206796, 2.161727786484257, 'Coffee Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'Cafès Roure', 41.37816036217829, 2.160202446266182, 'Café'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Güerita Mexicana', 41.377694, 2.161921, 'Mexican Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Bouzu', 41.37988988318962, 2.163319060929621, 'Japanese Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Casa Dorita', 41.37800431845123, 2.1601725853376443, 'Mediterranean Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'B.H.G. Supermercat del Mon', 41.376347668943225, 2.162318508303643, 'Grocery Store'), ('Sant Antoni', 41.3784116, 2.1617677, 'Casa Ametller', 41.378166981834525, 2.1613894158480575, 'Health Food Store'), ('Sant Antoni', 41.3784116, 2.1617677, 'Café Cometa', 41.375848, 2.162085, 'Coffee Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'JOVANI&VINS', 41.37679690797597, 2.1637083246045337, 'Wine Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'Anardi', 41.37729027530231, 2.163655291950481, 'Tapas Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Pesca Salada', 41.37842999610753, 2.1655226242257246, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Coco COFFICE Coworking Café', 41.37590892346682, 2.159589972097251, 'Café'), ('Sant Antoni', 41.3784116, 2.1617677, 'Bodega Armando', 41.37997449220553, 2.164890584751975, 'Wine Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Desayunería', 41.37839460681982, 2.1612740248315028, 'Breakfast Spot'), ('Sant Antoni', 41.3784116, 2.1617677, 'Bar Calders', 41.37648467668319, 2.1624713102900106, 'Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Els Sortidors del Parlament', 41.377569790940356, 2.1640446394192634, 'Tapas Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Mercat de Sant Antoni', 41.37939764184635, 2.163129717263596, 'Market'), ('Sant Antoni', 41.3784116, 2.1617677, 'Itacate', 41.379673, 2.159302, 'Coffee Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'Bitter', 41.37583977549662, 2.162254793906743, 'Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'JazzSí Club Taller de Músics', 41.379830986064334, 2.1641131912501774, 'Jazz Club'), ('Sant Antoni', 41.3784116, 2.1617677, 'Arume', 41.378953172641666, 2.166007761028043, 'Spanish Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Barna-Brew', 41.3772509754473, 2.163455886556543, 'Beer Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Chulapio', 41.37926419687337, 2.165904503389862, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'El Laurel', 41.381297173, 2.162344056, 'Argentinian Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Foxy Bar', 41.380388207470226, 2.164356903335585, 'Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Renoir Floridablanca', 41.38172783420948, 2.1625281212618575, 'Indie Movie Theater'), ('Sant Antoni', 41.3784116, 2.1617677, 'Las Fernández', 41.37818332916318, 2.166353561390829, 'Mediterranean Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Macchina', 41.375325418929144, 2.161080653801404, 'Italian Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Absenta del Raval', 41.38140436874548, 2.1638397714158417, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, "El Racó de l'Agüir", 41.376486584464296, 2.157960754057087, 'Mediterranean Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Cera 23', 41.37894663219354, 2.1661802076793903, 'Spanish Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Chicken Banana Room Escape', 41.37591197491416, 2.1579966436016718, 'Theme Park Ride / Attraction'), ('Sant Antoni', 41.3784116, 2.1617677, 'Lambicus Bar', 41.37597875276378, 2.1573548828597557, 'Beer Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Florida, 119', 41.38067444274801, 2.1613353438783425, 'Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Lam', 41.3818350904261, 2.158242092197902, 'Thai Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Coqueta', 41.375904, 2.156696, 'Bistro'), ('Sant Antoni', 41.3784116, 2.1617677, 'Spice Café', 41.374167, 2.163853, 'Café'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Bombilla', 41.3758, 2.1594908, 'Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Garage Bar', 41.378402, 2.156553, 'Wine Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Gat Blau', 41.38185011484426, 2.1569332480430603, 'Mediterranean Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'XIX Bar', 41.37603465262171, 2.157665305390603, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Fàbrica Moritz Barcelona', 41.382665460294454, 2.163550801571399, 'Brewery'), ('Sant Antoni', 41.3784116, 2.1617677, 'NØMAD Every Day', 41.38205493742651, 2.166349410834469, 'Coffee Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'Grey Street', 41.38084804250558, 2.1666093867456264, 'Gift Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'TWO Hotel Barcelona by AXEL', 41.379058885537866, 2.155972096576099, 'Hotel'), ('Sant Antoni', 41.3784116, 2.1617677, 'Escribà', 41.38305372943997, 2.160299447205034, 'Dessert Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'Sasha Bar', 41.37388671927523, 2.1636251788495398, 'Wine Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Quimet & Quimet', 41.37399710662022, 2.1655218722438865, 'Tapas Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Tickets', 41.3752617924419, 2.1566314616711484, 'Tapas Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, '33/45', 41.38105850000668, 2.167399262040874, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Bodega 1900', 41.37537773175151, 2.1566693972663264, 'Tapas Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'The Fish & Chips Shop', 41.37854550973277, 2.154283431448269, 'Fish & Chips Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'Imprfcto', 41.37502517375188, 2.1646026316430294, 'Beer Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Eric Vökel Gran Via Suites', 41.37878759790641, 2.1549490396017137, 'Hotel'), ('Sant Antoni', 41.3784116, 2.1617677, 'Filomena Gastrobar', 41.3757747674074, 2.166203647742333, 'Gastropub'), ('Sant Antoni', 41.3784116, 2.1617677, 'Ugot', 41.38135704644215, 2.155272960662842, 'Breakfast Spot'), ('Sant Antoni', 41.3784116, 2.1617677, 'BABY Jalebi', 41.378733, 2.154417, 'Pakistani Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Okasional Beer', 41.382547, 2.162757, 'Beer Store'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Chana', 41.3744688350781, 2.165774160255246, 'Tapas Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Discos Paradiso', 41.38222323239239, 2.165922262785513, 'Record Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'Fatbottom Books', 41.38105152485178, 2.166139724599319, 'Bookstore'), ('Sant Antoni', 41.3784116, 2.1617677, 'Two schmucks', 41.383135550814266, 2.1651895076858816, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Mailuna', 41.3832549663679, 2.164720766518532, 'Tea Room'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Tasqueta de Blai', 41.37335828422104, 2.165360913482726, 'Tapas Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Ikibana', 41.37516973058602, 2.1585546419778856, 'Japanese Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Bodega Berlanga', 41.382651951735994, 2.165693039831818, 'Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'El Pachuco', 41.37636913195219, 2.1691479305243284, 'Mexican Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Fidel', 41.3818943726434, 2.1654088374248217, 'Sandwich Place'), ('Sant Antoni', 41.3784116, 2.1617677, 'El Tabernito', 41.37670874253311, 2.1544995176681834, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, "Ca l'Estevet", 41.383305333923765, 2.1648630523434838, 'Mediterranean Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Casa José Montalbán', 41.37317549999999, 2.1635139999999637, 'Seafood Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'A Tu Bola', 41.38009591524072, 2.169054173364087, 'Tapas Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Cachapera Bcn', 41.38331787283326, 2.159274848040056, 'Venezuelan Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Rambla de Catalunya', 41.383911703295794, 2.1618711433520112, 'Road'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Pizza del Sortidor', 41.37264410188193, 2.1624628948409295, 'Pizza Place'), ('Sant Antoni', 41.3784116, 2.1617677, 'Mancora', 41.38011193269851, 2.1557340010239034, 'Peruvian Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Confitería', 41.3755204425638, 2.1679624915122986, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Teddys - Libanés', 41.380939, 2.167959, 'Fast Food Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Vinateria Rosaluna', 41.37556874764187, 2.1546077728271484, 'Liquor Store'), ('Sant Antoni', 41.3784116, 2.1617677, "De Paula: l'Hamburgueseria del Poble Sec", 41.37240397797426, 2.1612231806161564, 'Burger Joint'), ('Sant Antoni', 41.3784116, 2.1617677, 'Lukumas', 41.383561789245526, 2.16513561259261, 'Donut Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'Made in Sicily', 41.382046, 2.1664028, 'Pizza Place'), ('Sant Antoni', 41.3784116, 2.1617677, 'Hotel Villa Emilia', 41.3803915900247, 2.1541172064389107, 'Hotel'), ('Sant Antoni', 41.3784116, 2.1617677, 'Domino Bar by Bierzofood', 41.37585161885827, 2.167776489130006, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Departure Coffee Co.', 41.38360422266516, 2.1648867020158518, 'Coffee Shop'), ('Sant Antoni', 41.3784116, 2.1617677, 'La Bella Napoli', 41.37434432358266, 2.1637781112076477, 'Italian Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, "Ultramarinos Hendrick's Bar", 41.37551308518347, 2.1680829706065032, 'Cocktail Bar'), ('Sant Antoni', 41.3784116, 2.1617677, 'Copasetic', 41.38016299085347, 2.153368385490798, 'Gluten-free Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Taberna Blai Tonight', 41.37363549753263, 2.1647097237135484, 'Tapas Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Maruya', 41.377139552610934, 2.1543642004800048, 'Japanese Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Centre de Cultura Contemporània de Barcelona (CCCB)', 41.38371998360233, 2.1665284351702514, 'Cultural Center'), ('Sant Antoni', 41.3784116, 2.1617677, 'Teatre Victoria', 41.37457315633225, 2.1688350287379574, 'Theater'), ('Sant Antoni', 41.3784116, 2.1617677, 'Brisas do Sil', 41.37416291516718, 2.159326143301223, 'Spanish Restaurant'), ('Sant Antoni', 41.3784116, 2.1617677, 'Mistral', 41.384383995925106, 2.1645860095866443, 'Bakery'), ('Sant Antoni', 41.3784116, 2.1617677, 'Muns raval', 41.38229, 2.166031, 'Empanada Restaurant')], [('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Vall Parc Tennis', 41.42375543861633, 2.1353603340979914, 'Tennis Court'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, "Mirador de l'Arrabassada", 41.43150617773779, 2.131433675050272, 'Scenic Lookout'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Camp Hebron-Teixonera', 41.425531839649246, 2.146340969265091, 'Soccer Field'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'El corner de Montbau', 41.4298881726301, 2.1434541891468997, 'Argentinian Restaurant'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Casa Ovidio', 41.43052751006393, 2.1475377541353913, 'Spanish Restaurant'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Bar Plaza', 41.421941918067155, 2.14167862459735, 'Spanish Restaurant'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, "Palau Olímpic Vall d'Hebron", 41.42831155327084, 2.1450732738797362, 'Basketball Court'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Bar Smith', 41.42420399428366, 2.1470507664980234, 'Bar'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Caprabo', 41.42494247071446, 2.1409794849309587, 'Grocery Store'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Vall Parc Restaurant', 41.42374693559271, 2.1351982071496183, 'Tapas Restaurant'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Restaurant xinès Jardín J.L.', 41.43069202299801, 2.1459433909425534, 'Chinese Restaurant'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Els Mistos', 41.43050023874723, 2.1474192065223674, 'Outdoor Sculpture'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, "Mercat de Vall d'Hebron", 41.42422913837504, 2.1423549433818363, 'Farmers Market'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, "Centre Municipal de Tennis Vall d'Hebron", 41.42906185286763, 2.14570866705665, 'Tennis Court'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Pla de Montbau', 41.43141423543632, 2.142705832210139, 'Plaza'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Bar Magenta', 41.425031771242466, 2.1410514147426887, 'Café'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Chiffon Cafe', 41.419350692332124, 2.1408197643683318, 'Café'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, "Tot d'Avui", 41.42473083763254, 2.140974689614273, 'Bakery'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Restaurant La Mami', 41.42994350233527, 2.1425044216082187, 'Mediterranean Restaurant'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Patio Andaluz', 41.42149879786407, 2.1432549762751454, 'Spanish Restaurant'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Font de Can Barret', 41.43165189032622, 2.1429216302859064, 'Park'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, "Plaça d'Isop", 41.42370161689624, 2.1456301175891443, 'Plaza'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, "CEM Vall d'Hebron Teixonera", 41.425584916112534, 2.14658556028849, 'Athletics & Sports'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, '(Corparate Sports S.c.p) (Corparate Sports S.c.p)', 41.42630582540596, 2.146681478700373, 'Soccer Stadium'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'LA Teixonera Rugby', 41.426475315780024, 2.1467678054461574, 'Stadium'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Parc carrer Poesia / Joan Sales', 41.43209985701168, 2.1429647900254802, 'Park'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Barcelona Tennis Olímpic', 41.42895463315559, 2.146360152826645, 'Gym'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Galp', 41.41963485, 2.1402002, 'Gas Station'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Parc Montbau', 41.433109042036556, 2.1419337631410733, 'Park'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, "Bar Vall d'Hebron", 41.41905029205846, 2.1396513777347463, 'Snack Place'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Forn "Pa de Paula"', 41.423051, 2.146624, 'Bakery'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Fruites i Verdures', 41.419037210171965, 2.1409842802481567, 'Grocery Store'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Plaça de Mossèn Ferran Palau', 41.433707695382665, 2.1439295409748884, 'Plaza'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Quatre 28', 41.43416815439314, 2.1433148650011558, 'Breakfast Spot'), ('Sant Genís dels Agudells', 41.4264567, 2.1374905, 'Aromas Cervecería', 41.433239318007104, 2.145180379030355, 'Restaurant')], [('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Arsenal Amigó', 41.39742395329059, 2.142351013408993, 'Gym / Fitness Center'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Gimlet', 41.39611224220327, 2.145303704085937, 'Cocktail Bar'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, "Oliana Restaurant (L')", 41.39652431249773, 2.1448259174758277, 'Mediterranean Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Buvette', 41.39580645029344, 2.1438285930161096, 'Snack Place'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Spice Bcn', 41.39541909739955, 2.1443188190460205, 'African Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Abasolo Etxea', 41.39494293264803, 2.1436844988573145, 'Spanish Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Bambarol Bar Restaurant', 41.39509585235976, 2.146291546472143, 'Mediterranean Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Kuo', 41.396585388324745, 2.1441366062154756, 'Japanese Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Iluzione', 41.395948, 2.140609, 'Italian Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Byblos', 41.39473760550553, 2.1436970935598656, 'Falafel Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Carlitos', 41.39526864861665, 2.1427461280931808, 'Spanish Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Turó Park', 41.394691287386756, 2.1410705960452745, 'Park'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Mitja Vida', 41.40100849310896, 2.145625767723244, 'Wine Bar'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'SandwiChez', 41.39652190144551, 2.1430567320831364, 'Sandwich Place'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Casa Ametller', 41.395302, 2.142882, 'Deli / Bodega'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Pinhan Café', 41.39490173677155, 2.140601234914491, 'Mediterranean Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Usagui', 41.40218, 2.146341, 'Tea Room'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Tiger', 41.39595042471117, 2.147399805252273, 'Paper / Office Supplies Store'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Piu et Nau', 41.39601467523001, 2.140316963195801, 'Kids Store'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Monocrom', 41.398083, 2.1485815, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Café Turó', 41.3947819605619, 2.1420274738067384, 'Spanish Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Antigua', 41.39803905598391, 2.1493297044567057, 'Mediterranean Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Bond Café', 41.395451290935306, 2.1461963653564453, 'Coffee Shop'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Peekaboo', 41.39985553751248, 2.140725333852228, 'Toy / Game Store'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Patrón', 41.3954606, 2.1487634, 'Seafood Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Vincci Mae Hotel', 41.393350824631675, 2.146012050300735, 'Hotel'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Club Metropolitan Balmes', 41.39829631097482, 2.150964215224785, 'Gym'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, "Rituels d'Orient", 41.39184907253095, 2.1425968758068468, 'Massage Studio'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'B14', 41.39558006491888, 2.1392011642456055, 'Art Gallery'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Mantequerías Pirenaicas', 41.40178870517459, 2.1393011553649597, 'Deli / Bodega'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Coure', 41.39439895833734, 2.1478842501396005, 'Spanish Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Plusfresc', 41.39845975905445, 2.1419375060019967, 'Grocery Store'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'El Petit Celler', 41.39279212216251, 2.1410628983629567, 'Wine Shop'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'K-Tuin', 41.397906401776154, 2.144559985735207, 'Electronics Store'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Blavis', 41.40330282649391, 2.147297919288358, 'Gastropub'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Bali', 41.399889, 2.150663, 'Indonesian Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'The Fish & Chips Shop', 41.399356793147724, 2.1502833740322402, 'Fish & Chips Shop'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Como', 41.394478, 2.148656, 'Italian Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Feroz', 41.39674318988159, 2.1508954079227927, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Avenue Diagonal Area', 41.3938973794848, 2.149280945632532, 'Accessories Store'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Plaça de Francesc Macià', 41.3927630757787, 2.144554853439331, 'Plaza'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Dalt de Tot', 41.4037671980044, 2.14663610854284, 'Wine Bar'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Chez Cocó', 41.39262914498506, 2.1471355825672647, 'French Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Parking Pizza', 41.39393958550355, 2.151295460211653, 'Pizza Place'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Délices De France Restaurant', 41.40129017011287, 2.1398205747053978, 'French Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Cerveceria Braseria gallega', 41.39289296558793, 2.1489781931407554, 'Spanish Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Plaça de Sant Gregori Taumaturg', 41.39450246827775, 2.13820376299338, 'Plaza'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Bodega Pàdua', 41.40433500901617, 2.143977591302022, 'Wine Bar'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Restaurante Europa Café', 41.39305362, 2.146561079, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Tetere', 41.40423019981023, 2.145761039340818, 'Food & Drink Shop'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'El Petit Bangkok', 41.403804717590184, 2.1481875339567527, 'Thai Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Nueva Sala Magali', 41.39377386320011, 2.141588491829682, 'Gym'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Xe Wu', 41.40143679101815, 2.1379148682363653, 'Japanese Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, "Isabella's Restaurant", 41.39596805713603, 2.1367710735706953, 'Italian Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'La Nova Fontana', 41.40337212620379, 2.1478442228638146, 'Pizza Place'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'bros pizza', 41.40333, 2.144986, 'Pizza Place'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Fundació Foto Colectania', 41.39766174377023, 2.1528380401765412, 'Art Gallery'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Brooklyn Café Barcelona', 41.391655, 2.146089, 'Coffee Shop'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Goiko Grill', 41.39373145115472, 2.1448434993790233, 'Burger Joint'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'La General Surfera', 41.402699237899895, 2.1447154828888864, 'Board Shop'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Petit a Petit', 41.40257587999194, 2.146882104748799, 'Diner'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, '+Bernat', 41.39093532365861, 2.1455596014789124, 'Bookstore'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'El Velódromo', 41.393552693472394, 2.150249368815822, 'Tapas Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Turris', 41.39373229506031, 2.144750435203779, 'Bakery'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Tomasso - New York Pizza', 41.393098104161844, 2.15020829942778, 'Pizza Place'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Parc "Piscines i Esports"', 41.393328261517475, 2.137531784409461, 'Park'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'T-Bone Station', 41.393643379624145, 2.144883042555419, 'American Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Via Veneto', 41.392333079893035, 2.1388365432859997, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Lafuente', 41.39609267887253, 2.1394755789274638, 'Liquor Store'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'La Pubilla', 41.39965767807563, 2.153616819520994, 'Mediterranean Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Mercat de la Llibertat', 41.399999232284756, 2.1534271960211897, 'Farmers Market'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'D505 Bar Restaurant', 41.391623696686864, 2.1420591201107357, 'Spanish Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Yashima', 41.391190154589836, 2.143066485055705, 'Japanese Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Backstage BCN', 41.391644980167165, 2.1396897146962517, 'Salon / Barbershop'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Taste of America', 41.4028575011608, 2.1443947829152448, 'Deli / Bodega'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Capet', 41.400508453822795, 2.1523034533408456, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Restaurant Fermí Puig', 41.39624424327579, 2.15338376864968, 'Mediterranean Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'La Niña De Mis Ojos', 41.396034, 2.144804, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Casa Vicens', 41.40346592597279, 2.1506862551386856, 'Monument / Landmark'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'DiR Diagonal', 41.393559210964014, 2.136652444411083, 'Gym / Fitness Center'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Ametller Origen', 41.392216416247294, 2.1497916478658956, 'Market'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Txokoa', 41.39027155042054, 2.1391558634424532, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Oriol Balaguer', 41.39466117633318, 2.138269299320653, 'Bakery'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Delicatessen Argentina', 41.40058740695037, 2.1397519005729495, 'Deli / Bodega'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'SlowMov', 41.39820436763998, 2.1548686057156816, 'Coffee Shop'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Sushiraku', 41.39290059559559, 2.1500380125836474, 'Japanese Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'El Asador de Aranda', 41.39340206575036, 2.1514817827768624, 'Spanish Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'RO-BOTICA.com · Tienda de robots personales y educativos', 41.402366489965246, 2.1398077645844875, 'Electronics Store'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Atelier · School of Visual Arts, Design & Life', 41.40376282140843, 2.1456791414077294, 'University'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Metric Market', 41.39173478821545, 2.1415538454252108, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Parc de Monterols', 41.402198499550344, 2.139855267982704, 'Park'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Tiki Poke', 41.391044620352965, 2.1380767294975027, 'Hawaiian Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Bitte', 41.39287671893001, 2.1500585514115045, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Tetereria', 41.4042159368774, 2.14573229258775, 'Tea Room'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Restaurant BarcelonaMilano', 41.391120443829685, 2.1490570785462206, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Liadísimo', 41.40256739791927, 2.1488026793463755, 'Breakfast Spot'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'La Vecina Restaurant', 41.402585789936005, 2.1489429473876953, 'Restaurant'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Pastisseria Sacha', 41.400989351831456, 2.138768607699027, 'Pie Shop'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Nuba', 41.39366250444112, 2.135876388185681, 'Cocktail Bar'), ('Sant Gervasi – Galvany', 41.39780705, 2.143377001473959, 'Interior de Te', 41.39934687604079, 2.15327011586058, 'Tea Room')], [('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Tomoe', 41.40590495818422, 2.1332634819003164, 'Japanese Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'On y Va Coffee', 41.403879, 2.134658, 'Coffee Shop'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Bar Mandri', 41.404874279855456, 2.1320651886272337, 'Spanish Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Les Truites', 41.40509910935097, 2.1346417943414613, 'Tapas Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Koryo', 41.40579, 2.1352248, 'Korean Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Balmes Multicines', 41.40717189863556, 2.1384482275062795, 'Multiplex'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Hidalgo', 41.405925246419216, 2.139066505090687, 'Mediterranean Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Pasteleria Canal', 41.40589929561807, 2.1342493563006, 'Dessert Shop'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Plaça de la Bonanova', 41.406482555756874, 2.1336569998574015, 'Plaza'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'La Taula', 41.40443908743337, 2.138050881990754, 'Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Montesquiu', 41.40466201137458, 2.132474184036255, 'Spanish Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'De Gustibus Italiae', 41.40286073602451, 2.1330684979745227, 'Italian Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'KAO Dim Sum Club', 41.403881530955175, 2.1340088199302913, 'Dim Sum Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Restaurante Bonanova', 41.406178924341425, 2.134979492887536, 'Spanish Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Masaya', 41.40405886407256, 2.1343578374874452, 'Japanese Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'La Tremenda', 41.404481365579024, 2.133815852919222, 'Pizza Place'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Iradier Club', 41.40476722956732, 2.126238189943579, 'Gym / Fitness Center'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Restaurant Claudia', 41.405003714346826, 2.132638876443763, 'Spanish Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Parc de la Tamarita', 41.410209404532495, 2.1363139127526867, 'Park'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Institut Català de la Retina', 41.40159894499019, 2.1322173500888373, "Doctor's Office"), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'La Balsa Restaurant', 41.410988266076714, 2.13021481173462, 'Mediterranean Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'ABaC Restaurant & Hotel', 41.41049939509281, 2.1363794517924086, 'Hotel'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'El Cubano del Putxet', 41.40500951494756, 2.138199940064087, 'Hot Dog Joint'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Marisqueria de Balmes', 41.40745199019205, 2.1382813207060485, 'Seafood Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'La Freiduría de Pauli', 41.40385764715761, 2.1340358443348664, 'Seafood Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Pim Pam Burger', 41.40480803276204, 2.1324246739629986, 'Burger Joint'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, "racó d'angel", 41.40794302729332, 2.1364530044726298, 'Café'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'CosmoCaixa', 41.41272887002971, 2.131444215774536, 'Science Museum'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Mantequerías Pirenaicas', 41.40178870517459, 2.1393011553649597, 'Deli / Bodega'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Mercat de Sant Gervasi', 41.405610053248424, 2.138672951122679, 'Farmers Market'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Plaça de John F. Kennedy', 41.41003673884839, 2.1369586739464577, 'Plaza'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Club Bonasport', 41.410733371305525, 2.1282148361206055, 'Sports Club'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Primero Primera', 41.400337372448085, 2.129711761666751, 'Hotel'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Bovinum', 41.40272441162296, 2.1345350414591273, 'Gourmet Shop'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Café Doré', 41.4033668384337, 2.1336774961051956, 'Café'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Jardins Teknon', 41.406243525246204, 2.127338880797596, 'Garden'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'La Tagliatella', 41.410334119788864, 2.13681874616516, 'Italian Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'El Asador de Aranda', 41.413397714605836, 2.134387395449855, 'Spanish Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Xe Wu', 41.40143679101815, 2.1379148682363653, 'Japanese Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Trapio Restaurante', 41.40470583, 2.127817176, 'Mediterranean Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'El Pescadito de Balmes', 41.40814400332976, 2.1380628589562716, 'Seafood Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Torre Bellesguard', 41.40957150323763, 2.126611351954962, 'Monument / Landmark'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Parc del Turó del Putxet', 41.409251405826666, 2.142605126796278, 'Park'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Nespresso', 41.405691205574165, 2.132415865612767, 'Coffee Shop'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Santa Gloria', 41.405845716581126, 2.1381058439319114, 'Bakery'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Shanghai', 41.403813682937894, 2.1338661522116076, 'Chinese Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Lío de 4', 41.40261045766962, 2.134525452202796, 'Bistro'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'El Fornet', 41.41014718472288, 2.1366048755028286, 'Bakery'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Frankfurt Cervecería Zurich', 41.407475143186325, 2.139510384586054, 'Burger Joint'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'ostreria clandestina', 41.40888, 2.137568, 'Seafood Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Mercadona', 41.40665250408071, 2.134645155595624, 'Supermarket'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Bodega Pàdua', 41.40433500901617, 2.143977591302022, 'Wine Bar'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Planetari Bombolla', 41.41220720670695, 2.1317446543104146, 'Planetarium'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Spoonik', 41.40516923792406, 2.1400804517355123, 'Molecular Gastronomy Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Nuevo Concepto, platos japoneses', 41.40258276249961, 2.1361893163408032, 'Japanese Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Taps', 41.403451865005756, 2.1366372357460164, 'Wine Shop'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Carrer De Muntaner', 41.40437279901852, 2.1361316248317976, 'Plaza'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Once Upon a Time "OUT"', 41.40315290336369, 2.133936406905241, 'Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'RO-BOTICA.com · Tienda de robots personales y educativos', 41.402366489965246, 2.1398077645844875, 'Electronics Store'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Délices De France Restaurant', 41.40129017011287, 2.1398205747053978, 'French Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Casa Pepe', 41.40656052906736, 2.133827136435425, 'Tapas Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Ars billares', 41.40393361832658, 2.1402448610651525, 'Sports Bar'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Pizza Market Sarrià', 41.40277050599278, 2.1360157206245947, 'Pizza Place'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Plaça de la Ciencia', 41.412796479591115, 2.131332643849003, 'Plaza'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Veritas', 41.4023504033351, 2.1347177515410602, 'Food & Drink Shop'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, "L'Obrador del Molí (L'Obrador de Vallcarca)", 41.41167056225667, 2.1410514148059434, 'Bakery'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'El Pescadito de Mandri', 41.404500426050625, 2.1325225033994633, 'Seafood Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Parc de Monterols', 41.402198499550344, 2.139855267982704, 'Park'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Bar Bero', 41.40351062012079, 2.133630233249822, 'Bar'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Acontraluz', 41.39831265836225, 2.1301978824775816, 'Mediterranean Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Dir Tres Torres', 41.39979146812956, 2.1311162447300953, 'Gym'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Nonna Maria', 41.39821897461469, 2.127957292980502, 'Pizza Place'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Restaurante Dos Torres', 41.3981399, 2.1289329, 'Spanish Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Centre Esportiu Municipal Putxet Sport', 41.409842094628154, 2.141387298575577, 'Gym'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Arsenal', 41.40638860590623, 2.121920063435143, 'Gym'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Pastisseria Sacha', 41.400989351831456, 2.138768607699027, 'Pie Shop'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Chico Bar', 41.403146, 2.13386, 'Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Passeig de Sant Gervasi', 41.41287163895288, 2.1379297669203345, 'Plaza'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, "El Fornet d'en Rossend", 41.4030019458029, 2.1342861183469424, 'Bakery'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Peekaboo', 41.39985553751248, 2.140725333852228, 'Toy / Game Store'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Planetari 3D', 41.41225835230436, 2.132164639849492, 'Planetarium'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, "El Fornet d'en Rossend", 41.402863, 2.1377997, 'Bakery'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Badia Roca', 41.40454971043588, 2.144389343982346, 'Bakery'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Buenas Migas', 41.41007401528301, 2.1371077359648227, 'Breakfast Spot'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, "Plaça d'Adrià", 41.40150324270566, 2.139456690632547, 'Plaza'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Delicatessen Argentina', 41.40058740695037, 2.1397519005729495, 'Deli / Bodega'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Can Punyetes', 41.40407480569975, 2.1348367274983744, 'Mediterranean Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Koh-Ndal', 41.412251, 2.13824, 'Thai Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, "El Fornet d'en Rossend", 41.406242653277864, 2.133571825138953, 'Bakery'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Taste of America', 41.4028575011608, 2.1443947829152448, 'Deli / Bodega'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Aroma', 41.41139085806862, 2.138469296870827, 'Café'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Hotel Catalonia Barcelona 505', 41.40327366263432, 2.137184024976787, 'Hotel'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Bisi Bisau', 41.407107529363145, 2.133227037314377, 'Mediterranean Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'FESS La Salle', 41.408497535289975, 2.130577990398695, 'College Gym'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, "Un' Altra Storia • Casa de menjars", 41.405197, 2.144507, 'Italian Restaurant'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Santa Glòria', 41.41170219299367, 2.138661518145191, 'Bakery'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Hotel Tres Torres', 41.399930751459024, 2.1301345678049755, 'Hotel'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Bar Escoces', 41.40287416013431, 2.1342594731284907, 'Bar'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Bosc Inundat', 41.41230300914462, 2.131870183007891, 'Park'), ('Sant Gervasi – la Bonanova', 41.4059829, 2.1334046, 'Luri', 41.39781783372968, 2.1316048584024614, 'Japanese Restaurant')], [('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Mercat de Sant Martí de Provençals', 41.41937334667442, 2.1968460463338904, 'Supermarket'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Club de Tennis i Pàdel CEM Olímpia', 41.413567738541566, 2.2025175738790956, 'Tennis Court'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'C.E.JUPITER', 41.41790074665292, 2.2022670098578248, 'Soccer Field'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Bar Expres', 41.416313, 2.201664, 'Pizza Place'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Mercat de Sant Martí', 41.41781632016236, 2.2040816442885727, 'Farmers Market'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'El Manolo', 41.414765418725445, 2.194543186363657, 'Spanish Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Restaurant Sant Martí', 41.421828997884305, 2.1970557275161435, 'Mediterranean Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'SIFON SIFON', 41.41774064757698, 2.2054202133112493, 'Tapas Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Komkal', 41.41369401061876, 2.2051485220868163, 'Liquor Store'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Complex Esportiu Clot de la Mel', 41.41135732478801, 2.195786994852276, 'Soccer Field'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Caprabo', 41.42016555228059, 2.202240866620674, 'Grocery Store'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Nau Ivanow', 41.420143821784734, 2.190002967711577, 'Performing Arts Venue'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Hangar', 41.40855079898154, 2.1995423536344596, 'Performing Arts Venue'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'El Ramblero', 41.4221042593461, 2.1967703925503113, 'Tapas Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Bar Bodega', 41.41401972981396, 2.206171083232507, 'Wine Bar'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, "Escola de cuina Terra d'Escudella", 41.4181276, 2.1889453, 'Cooking School'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Foxos', 41.41684802728151, 2.204112959112685, 'Spanish Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Diavoletto', 41.422087099551526, 2.198176018701948, 'Burger Joint'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Doña Jacinta', 41.40914, 2.195375, 'Empanada Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Clot de la Mel', 41.411924240822486, 2.1947014331817627, 'Park'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Sharma Climbing Barcelona', 41.415694439047904, 2.2105900870964073, 'Climbing Gym'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Camp de Futbol Sant Marti de Provençals', 41.41581017947023, 2.2013642709890746, 'Soccer Field'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Parc de Sant Martí', 41.420031171196136, 2.197609455280862, 'Park'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'CEM Bac de Roda', 41.41498420640516, 2.194022613101152, 'Gym'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Plaça de La Palmera', 41.41976817551229, 2.2046968116511825, 'Plaza'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Naranjito', 41.41122117991593, 2.1901234127243696, 'Cocktail Bar'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Il Capriccio Napoletano', 41.41437430572788, 2.1878980100154877, 'Italian Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Bonpreu', 41.41241757943753, 2.1966404151874626, 'Supermarket'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Lidl', 41.41286771722053, 2.197535034587692, 'Grocery Store'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Salon Amistad', 41.413540080440455, 2.188724303981063, 'Chinese Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Pizza Bulls', 41.410186207721715, 2.1968096494674683, 'Pizza Place'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Restaurant Siberia', 41.411146437404376, 2.206173276926514, 'Spanish Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Pastisseria Figuls', 41.41273177388991, 2.19000475061557, 'Dessert Shop'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Bar Lafuente', 41.41007017424974, 2.1951050182895164, 'Tapas Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Centre Esportiu Jupiter', 41.41783424700079, 2.202147749630616, 'Gym / Fitness Center'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Gran Via de les Corts Catalanes', 41.409011902118905, 2.1942054232245822, 'Historic Site'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'la Sirena', 41.41694306660415, 2.1870189105091336, 'Grocery Store'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Mercadona', 41.41722611746683, 2.1879182509737656, 'Supermarket'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'El Gran Mundo', 41.41461623249655, 2.2013178279177543, 'Asian Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Fujiyama', 41.417811, 2.187753, 'Japanese Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'RESTAURANTE PAMPA MIA', 41.40868761707845, 2.203518458161333, 'Argentinian Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Plaza Dels Porxos', 41.41341500647957, 2.2000870223857505, 'Pedestrian Plaza'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Tryp Condal Mar', 41.41252699999999, 2.209129, 'Hotel'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Forn Oller', 41.422984404200115, 2.205614859049092, 'Coffee Shop'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Old School Bakery Cafe (Old School Bakery & Cafe)', 41.411034, 2.1914406, 'Pastry Shop'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Mercadona', 41.41077360374009, 2.1944117546081543, 'Supermarket'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'La Cantonada de Prim', 41.420307189251986, 2.208133030865979, 'Tapas Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Las Brasas del Tío Manolo', 41.4105664867091, 2.2078831867566633, 'Steakhouse'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'McFIT', 41.4150249, 2.1905041, 'Gym / Fitness Center'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, "Garden Ca l'Agustí", 41.41443828777026, 2.2060052053883554, 'Garden Center'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'rubick', 41.418872345560914, 2.203789222154575, 'Tapas Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'La Sirena', 41.41980113193192, 2.2036385536193848, 'Grocery Store'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Caprabo', 41.41745279506638, 2.189486294734023, 'Supermarket'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Granier Pans Artesans', 41.41872254225655, 2.200120825898293, 'Bakery'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Picnic', 41.41793812023841, 2.1988516153214728, 'Coffee Shop'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Ceferino', 41.418486668316206, 2.20424044731196, 'Coffee Shop'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Alfasoni', 41.408023950913396, 2.195900781676019, 'Music Store'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Carrefour Market', 41.41983069017928, 2.1964032896652754, 'Supermarket'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Caprabo', 41.420967707915864, 2.206657053194012, 'Supermarket'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Luar', 41.413133812182124, 2.1904121334775413, 'Coffee Shop'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Aroma de Café', 41.41235834828693, 2.189685749776747, 'Café'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Bingo Verneda', 41.41751146442855, 2.1970835154519577, 'Cocktail Bar'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'El Raco de la Mel', 41.41217470103831, 2.1936005022460656, 'Burger Joint'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Telepizza', 41.41739725849415, 2.2043942797907077, 'Pizza Place'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'La Marieta', 41.41462914649338, 2.1904820467330213, 'Bakery'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Los Porrillos', 41.412543806194556, 2.197844982147217, 'Mediterranean Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'RENFE Barcelona-Sagrera', 41.4217, 2.19361, 'Train Station'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Wok Ronda', 41.41060057110768, 2.2005857267014264, 'Asian Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Forns del Pi', 41.42031312964383, 2.199952577267996, 'Bakery'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Supercor', 41.41205345451913, 2.1960853301106344, 'Food & Drink Shop'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Foto Video Cantabria', 41.420940423517955, 2.2002454760746657, 'Video Store'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Cafè Bar El Paso', 41.40960244104305, 2.194929767930669, 'Tapas Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Forn de Pa Risueño', 41.42049277009126, 2.2048482631281967, 'Bakery'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'maestro döner kebab', 41.424207573848335, 2.2035491221665673, 'Fast Food Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Bonpreu', 41.41414177794537, 2.1896751294140433, 'Supermarket'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, "Granja-Bar L'Espill", 41.421086839999994, 2.2056530499999996, 'Café'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Castromarigo', 41.40999793599011, 2.202689048354471, 'Spanish Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Tram T5/T6 Besòs', 41.419988186426174, 2.2095581889152527, 'Tram Station'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Mercadona', 41.41047017965523, 2.1984434249351446, 'Supermarket'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'En Zhou', 41.41466354792108, 2.1880096841521106, 'Asian Restaurant'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Mr. Pan', 41.41617874540036, 2.1878837216755067, 'Café'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Bar-Restaurante Milor', 41.420020340075915, 2.20912214027571, 'Café'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Bar Mi Hermana y Yo', 41.42212589004989, 2.207568564274326, 'Sandwich Place'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Dia Market', 41.42265723948648, 2.206896231224211, 'Grocery Store'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Music Distribución', 41.42244800346419, 2.190570831298828, 'Music Store'), ('Sant Martí de Provençals', 41.4165186, 2.1989683, 'Pastisseria Vila', 41.4203009757944, 2.209427137025828, 'Bakery')], [], [('Sants', 41.3753288, 2.1349117, 'Mercat de Sants', 41.37475502741643, 2.1333821919362186, 'Farmers Market'), ('Sants', 41.3753288, 2.1349117, 'Casa Vives', 41.37540756780608, 2.137171192844663, 'Dessert Shop'), ('Sants', 41.3753288, 2.1349117, 'Bodega La General', 41.376839158487606, 2.1350003827040394, 'Wine Bar'), ('Sants', 41.3753288, 2.1349117, 'Forn Baltà', 41.37549700339748, 2.134669291320325, 'Bakery'), ('Sants', 41.3753288, 2.1349117, 'Pambolisucre', 41.37489609656723, 2.1337487292434583, 'Pie Shop'), ('Sants', 41.3753288, 2.1349117, 'La Briciola', 41.373719, 2.136506, 'Italian Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Fenicia', 41.37667224335924, 2.136752960098682, 'Middle Eastern Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Plaça de Sants', 41.37568145935119, 2.135413885116577, 'Plaza'), ('Sants', 41.3753288, 2.1349117, "Terra d'Escudella", 41.37621452537409, 2.1390156204598445, 'Bar'), ('Sants', 41.3753288, 2.1349117, 'Hostel One Sants', 41.37441111009772, 2.130354319977019, 'Hostel'), ('Sants', 41.3753288, 2.1349117, 'La Mestressa', 41.37604998013339, 2.1387023276518815, 'Tapas Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Vermut i a la Gàbia', 41.37604631612766, 2.138693127086407, 'Wine Bar'), ('Sants', 41.3753288, 2.1349117, 'Maido', 41.37845, 2.1375911, 'Japanese Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Kop de Mà', 41.37569476884018, 2.138392898824387, 'Tapas Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Miss Perkins Tea Room', 41.376833, 2.130264, 'Tea Room'), ('Sants', 41.3753288, 2.1349117, 'Lute Bar & Bowls', 41.37437125475213, 2.1333603728042454, 'Bar'), ('Sants', 41.3753288, 2.1349117, 'La Tere Gastro Bar', 41.37651, 2.1383877, 'Gastropub'), ('Sants', 41.3753288, 2.1349117, "Plaça d'Osca", 41.376053031680435, 2.1387269240296023, 'Pedestrian Plaza'), ('Sants', 41.3753288, 2.1349117, 'Jardins de la Rambla de Sants', 41.37406926078353, 2.134217619895935, 'Park'), ('Sants', 41.3753288, 2.1349117, 'Ugarit', 41.377169279882835, 2.137445998617477, 'Middle Eastern Restaurant'), ('Sants', 41.3753288, 2.1349117, 'La Paradeta', 41.3765980740677, 2.1383149713365617, 'Seafood Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Addis Abeba', 41.37944053606735, 2.137122262173188, 'Ethiopian Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Petit Pau', 41.37626588093834, 2.1404964663880426, 'Mediterranean Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Club Esportiu Mediterrani', 41.373322416037034, 2.1302068680234854, 'Gym / Fitness Center'), ('Sants', 41.3753288, 2.1349117, 'La Iguana', 41.37824211160688, 2.132457740057846, 'Concert Hall'), ('Sants', 41.3753288, 2.1349117, 'ArteSants', 41.375029016942, 2.1389970763848605, 'Beer Bar'), ('Sants', 41.3753288, 2.1349117, 'El Nucli', 41.37881551383767, 2.1376720310387736, 'Hobby Shop'), ('Sants', 41.3753288, 2.1349117, 'Intecma Fisioterapia', 41.372857, 2.130826, 'Spa'), ('Sants', 41.3753288, 2.1349117, 'Can Violí', 41.373945, 2.137244, 'Mediterranean Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Kobuta Ramen', 41.36986017860928, 2.1331966064726955, 'Ramen Restaurant'), ('Sants', 41.3753288, 2.1349117, 'La Maison Belge Brasserie', 41.37868921365992, 2.1292706490475313, 'Brewery'), ('Sants', 41.3753288, 2.1349117, 'La Bauxa', 41.37870551089075, 2.1375999505460035, 'Restaurant'), ('Sants', 41.3753288, 2.1349117, 'La Pizza del Sortidor', 41.374615, 2.142475, 'Pizza Place'), ('Sants', 41.3753288, 2.1349117, 'La Mundana', 41.38113627955784, 2.1358934123430102, 'Gastropub'), ('Sants', 41.3753288, 2.1349117, 'Olivos', 41.380423, 2.133889, 'Restaurant'), ('Sants', 41.3753288, 2.1349117, 'El Pati Verd', 41.37079695415862, 2.137390404232961, 'Coffee Shop'), ('Sants', 41.3753288, 2.1349117, 'Trencalòs', 41.380424, 2.13632, 'Bar'), ('Sants', 41.3753288, 2.1349117, 'Kimchi Mama', 41.375862, 2.1433277, 'Asian Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Celler de Gelida', 41.3814241465689, 2.136179629222225, 'Wine Shop'), ('Sants', 41.3753288, 2.1349117, 'La Vicoca', 41.374161, 2.144223, 'Wine Bar'), ('Sants', 41.3753288, 2.1349117, 'Metropolitan Galileo', 41.38181069733911, 2.1340608761203614, 'Gym / Fitness Center'), ('Sants', 41.3753288, 2.1349117, 'Sants Es Crema', 41.381336136438016, 2.136790529976782, 'Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Zarautz Taberna Vasca', 41.37796277601982, 2.1432826863239987, 'Tapas Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Carns i Embutits Selectes CV116', 41.38118403084856, 2.1359881114947368, 'Butcher'), ('Sants', 41.3753288, 2.1349117, 'Carrefour Market', 41.375446922357156, 2.1284076058982184, 'Supermarket'), ('Sants', 41.3753288, 2.1349117, 'Timesburg', 41.37463805689387, 2.142615283049543, 'Burger Joint'), ('Sants', 41.3753288, 2.1349117, "L'Altre Caliu de Finestrelles", 41.3814421249102, 2.130610561581666, 'Restaurant'), ('Sants', 41.3753288, 2.1349117, 'La Cocina de Graciela', 41.37138089748219, 2.1271227200783285, 'Mexican Restaurant'), ('Sants', 41.3753288, 2.1349117, "Drac de l'Espanya Industrial", 41.3788475400483, 2.1417288734655155, 'Sculpture Garden'), ('Sants', 41.3753288, 2.1349117, 'Zumzeig Cinema', 41.377349661712515, 2.14507609985447, 'Indie Movie Theater'), ('Sants', 41.3753288, 2.1349117, 'Punta Anguila', 41.3827, 2.1309001, 'Mediterranean Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Triki-Trac', 41.381382, 2.1412256, 'Spanish Restaurant'), ('Sants', 41.3753288, 2.1349117, 'La Caleta de Sants', 41.373525041164264, 2.1451566666753403, 'Restaurant'), ('Sants', 41.3753288, 2.1349117, 'La Turuleca', 41.37619268980922, 2.125184011860923, 'Latin American Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Mamma Italia', 41.376365, 2.123483, 'Pizza Place'), ('Sants', 41.3753288, 2.1349117, 'Bangkok Cafe', 41.38369432195103, 2.1360025015657844, 'Thai Restaurant'), ('Sants', 41.3753288, 2.1349117, 'La terrassa Miró', 41.37735601031151, 2.1460890769958496, 'Bar'), ('Sants', 41.3753288, 2.1349117, 'La Mama Acasă', 41.38214997910556, 2.137760818004608, 'Romanian Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Rovira', 41.37563009292223, 2.1267957889210307, 'Bakery'), ('Sants', 41.3753288, 2.1349117, 'Vivari', 41.38160257484846, 2.1355587244033813, 'Café'), ('Sants', 41.3753288, 2.1349117, 'Centre Esportiu Municipal Espanya Industrial', 41.37708533479356, 2.1420017886511467, 'Athletics & Sports'), ('Sants', 41.3753288, 2.1349117, 'Tapaspuma', 41.371865963593876, 2.1449312951389197, 'Spanish Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Alive', 41.382713, 2.1290574, 'Vegetarian / Vegan Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Lagunak', 41.38253106408022, 2.137335735731332, 'Spanish Restaurant'), ('Sants', 41.3753288, 2.1349117, "El Rebost d'Hostafrancs", 41.376829976019714, 2.145602024765577, 'Breakfast Spot'), ('Sants', 41.3753288, 2.1349117, 'Badia Roca', 41.37427974665206, 2.123739929847566, 'Bakery'), ('Sants', 41.3753288, 2.1349117, 'Plaça del Centre', 41.38187339744518, 2.1358183790389504, 'Plaza'), ('Sants', 41.3753288, 2.1349117, "Devil's Kitchen", 41.373609, 2.145292, 'German Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Frankfurt Creu Coberta', 41.37524614333778, 2.145763775331104, 'Hot Dog Joint'), ('Sants', 41.3753288, 2.1349117, 'Bar Restaurant Santilari', 41.376921289591515, 2.12473470691429, 'Tapas Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Hotel Pestana Arena', 41.37672543323794, 2.145814323897835, 'Hotel'), ('Sants', 41.3753288, 2.1349117, 'Frankfurt Sanabria', 41.382223833110096, 2.1401115249622866, 'Burger Joint'), ('Sants', 41.3753288, 2.1349117, 'Jardins de Màlaga', 41.38249338505916, 2.1409878571845273, 'Park'), ('Sants', 41.3753288, 2.1349117, 'Pizza Market Sants', 41.37634162401221, 2.123901844024658, 'Pizza Place'), ('Sants', 41.3753288, 2.1349117, 'Yellow Nest Hostel Barcelona', 41.37716504675723, 2.123834907006947, 'Hostel'), ('Sants', 41.3753288, 2.1349117, "Rosat's Hosteleria I Snacks", 41.37525162716431, 2.1454355019451903, 'Tapas Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Ocho Patas', 41.38141339730589, 2.142173051834106, 'Restaurant'), ('Sants', 41.3753288, 2.1349117, 'la Sirena', 41.38176582295779, 2.1359357625665707, 'Grocery Store'), ('Sants', 41.3753288, 2.1349117, 'Jiaozi Dumplings', 41.37539, 2.1461756, 'Asian Restaurant'), ('Sants', 41.3753288, 2.1349117, 'La Pizza Loca', 41.37520236041066, 2.1451045908574877, 'Pizza Place'), ('Sants', 41.3753288, 2.1349117, 'Pollastríssim', 41.38243311242473, 2.1351439634314366, 'Fried Chicken Joint'), ('Sants', 41.3753288, 2.1349117, 'El Rebost Ibèric', 41.382149648640194, 2.1303326420495394, 'Spanish Restaurant'), ('Sants', 41.3753288, 2.1349117, 'rus pastís', 41.382633209228516, 2.1284797191619873, 'Coffee Shop'), ('Sants', 41.3753288, 2.1349117, 'Suita. Ramen & Japotapas', 41.375895, 2.146752, 'Ramen Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Consum Basic', 41.38203099672874, 2.13614606560438, 'Grocery Store'), ('Sants', 41.3753288, 2.1349117, 'Lunatic Pub', 41.37723006673793, 2.123717231271268, 'Comedy Club'), ('Sants', 41.3753288, 2.1349117, 'Café Roslin', 41.38342286101737, 2.1370445450203492, 'Mediterranean Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Consum Basic', 41.38241705363228, 2.1370427023001, 'Grocery Store'), ('Sants', 41.3753288, 2.1349117, 'Mercadona', 41.38346819854082, 2.139618633064372, 'Supermarket'), ('Sants', 41.3753288, 2.1349117, 'Plaza Sol de Baix', 41.382011199564936, 2.12958725740529, 'Plaza'), ('Sants', 41.3753288, 2.1349117, 'Pierre & Vacances', 41.375617507664714, 2.1246594352073824, 'Hotel'), ('Sants', 41.3753288, 2.1349117, 'Vivari', 41.37563, 2.1249979, 'Bakery'), ('Sants', 41.3753288, 2.1349117, 'Martelo', 41.38150776220372, 2.1410490628254784, 'Spanish Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Friends', 41.381903673187374, 2.140585671392807, 'Diner'), ('Sants', 41.3753288, 2.1349117, '365.café', 41.372599797828904, 2.1459867825304393, 'Bakery'), ('Sants', 41.3753288, 2.1349117, 'Bar Granja Les Corts', 41.381692158446796, 2.1270242786226095, 'Café'), ('Sants', 41.3753288, 2.1349117, 'Caprabo', 41.376160328950824, 2.1235806521160736, 'Supermarket'), ('Sants', 41.3753288, 2.1349117, 'Peking Siglo XXI', 41.378525377968195, 2.145195936139405, 'Chinese Restaurant'), ('Sants', 41.3753288, 2.1349117, 'Nagoya', 41.38369045805391, 2.1311512173489633, 'Japanese Restaurant'), ('Sants', 41.3753288, 2.1349117, 'la Sirena', 41.382684492410284, 2.131079081161603, 'Grocery Store')], [('Sants-Badal', 41.375466, 2.1277096, 'Hostel One Sants', 41.37441111009772, 2.130354319977019, 'Hostel'), ('Sants-Badal', 41.375466, 2.1277096, 'Miss Perkins Tea Room', 41.376833, 2.130264, 'Tea Room'), ('Sants-Badal', 41.375466, 2.1277096, 'La Turuleca', 41.37619268980922, 2.125184011860923, 'Latin American Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Mamma Italia', 41.376365, 2.123483, 'Pizza Place'), ('Sants-Badal', 41.375466, 2.1277096, 'Club Esportiu Mediterrani', 41.373322416037034, 2.1302068680234854, 'Gym / Fitness Center'), ('Sants-Badal', 41.375466, 2.1277096, 'La Maison Belge Brasserie', 41.37868921365992, 2.1292706490475313, 'Brewery'), ('Sants-Badal', 41.375466, 2.1277096, 'Mercat de Sants', 41.37475502741643, 2.1333821919362186, 'Farmers Market'), ('Sants-Badal', 41.375466, 2.1277096, 'La Riera', 41.37699184036307, 2.122575764981267, 'Vegetarian / Vegan Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Carrefour Market', 41.375446922357156, 2.1284076058982184, 'Supermarket'), ('Sants-Badal', 41.375466, 2.1277096, 'La Cocina de Graciela', 41.37138089748219, 2.1271227200783285, 'Mexican Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Rovira', 41.37563009292223, 2.1267957889210307, 'Bakery'), ('Sants-Badal', 41.375466, 2.1277096, 'Intecma Fisioterapia', 41.372857, 2.130826, 'Spa'), ('Sants-Badal', 41.375466, 2.1277096, 'Pambolisucre', 41.37489609656723, 2.1337487292434583, 'Pie Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Cal Siscu', 41.37273230987838, 2.1232927039286604, 'Seafood Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Forn Baltà', 41.37549700339748, 2.134669291320325, 'Bakery'), ('Sants-Badal', 41.375466, 2.1277096, 'Questory', 41.376103875172156, 2.133724756526442, 'Arcade'), ('Sants-Badal', 41.375466, 2.1277096, 'La Iguana', 41.37824211160688, 2.132457740057846, 'Concert Hall'), ('Sants-Badal', 41.375466, 2.1277096, 'Bodega La General', 41.376839158487606, 2.1350003827040394, 'Wine Bar'), ('Sants-Badal', 41.375466, 2.1277096, 'Tic Tac Escape Room', 41.37357534209489, 2.128513391835025, 'Escape Room'), ('Sants-Badal', 41.375466, 2.1277096, 'Llet Crua', 41.375080541559036, 2.1330487311783397, 'Cheese Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Barcelona, Spain', 41.37887861560803, 2.121385301992291, 'Boarding House'), ('Sants-Badal', 41.375466, 2.1277096, 'Sense Intermediaris de Casa Ametller', 41.3758279067406, 2.121996656046006, 'Fruit & Vegetable Store'), ('Sants-Badal', 41.375466, 2.1277096, 'Badia Roca', 41.37427974665206, 2.123739929847566, 'Bakery'), ('Sants-Badal', 41.375466, 2.1277096, 'Camp Nou', 41.380793535119196, 2.1227431297302246, 'Soccer Stadium'), ('Sants-Badal', 41.375466, 2.1277096, 'Lute Bar & Bowls', 41.37437125475213, 2.1333603728042454, 'Bar'), ('Sants-Badal', 41.375466, 2.1277096, 'Flying Tiger Copenhagen', 41.3755545914871, 2.1340904613183835, 'Gift Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Antichi Sapori de Angelis', 41.37583438299088, 2.1192678846227992, 'Italian Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'AquíQuedamos', 41.378751, 2.129503, 'Pizza Place'), ('Sants-Badal', 41.375466, 2.1277096, 'Museu Futbol Club Barcelona', 41.38045217140202, 2.1212031598672056, 'Museum'), ('Sants-Badal', 41.375466, 2.1277096, 'Casa Vives', 41.37540756780608, 2.137171192844663, 'Dessert Shop'), ('Sants-Badal', 41.375466, 2.1277096, "Mario's Pizza Nostra", 41.3769119552527, 2.1263537534597643, 'Pizza Place'), ('Sants-Badal', 41.375466, 2.1277096, "L'Altre Caliu de Finestrelles", 41.3814421249102, 2.130610561581666, 'Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Futballárium Football Bar', 41.37775500435848, 2.1255049478051173, 'Bar'), ('Sants-Badal', 41.375466, 2.1277096, 'Kobuta Ramen', 41.36986017860928, 2.1331966064726955, 'Ramen Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Plaça de Sants', 41.37568145935119, 2.135413885116577, 'Plaza'), ('Sants-Badal', 41.375466, 2.1277096, 'El Racó del Cargol', 41.37406495987371, 2.122124389551116, 'Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'La Briciola', 41.373719, 2.136506, 'Italian Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Jardins de la Rambla de Sants', 41.37406926078353, 2.134217619895935, 'Park'), ('Sants-Badal', 41.375466, 2.1277096, 'El Cóm', 41.375108652384846, 2.1190981938546667, 'Mediterranean Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Olivos', 41.380423, 2.133889, 'Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Hotdoks', 41.37553995624651, 2.1288615059982443, 'Hot Dog Joint'), ('Sants-Badal', 41.375466, 2.1277096, 'Punta Anguila', 41.3827, 2.1309001, 'Mediterranean Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Bar Restaurant Santilari', 41.376921289591515, 2.12473470691429, 'Tapas Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'La Bodegueta de Cal Pep', 41.37377596464733, 2.1323718328933725, 'Tapas Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Undead Dark Club', 41.37967769812793, 2.1335320955741985, 'Nightclub'), ('Sants-Badal', 41.375466, 2.1277096, 'Palau Blaugrana', 41.380026216148025, 2.12011875507744, 'Basketball Stadium'), ('Sants-Badal', 41.375466, 2.1277096, 'FCBotiga Megastore', 41.38029452688954, 2.120896136841613, 'Sporting Goods Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Fenicia', 41.37667224335924, 2.136752960098682, 'Middle Eastern Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'As de Pikas', 41.37235295707746, 2.1194903516156973, 'Burger Joint'), ('Sants-Badal', 41.375466, 2.1277096, 'Maido', 41.37845, 2.1375911, 'Japanese Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Addis Abeba', 41.37944053606735, 2.137122262173188, 'Ethiopian Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Cru-Sants', 41.37241810327361, 2.128565912685192, 'Coffee Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Farggi Cafe', 41.37596085920347, 2.1359015314318066, 'Ice Cream Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Hotel Madanis', 41.37697272267824, 2.1213932610334436, 'Hotel'), ('Sants-Badal', 41.375466, 2.1277096, 'Room018BCN', 41.38093427779693, 2.1302686136267948, 'Hostel'), ('Sants-Badal', 41.375466, 2.1277096, 'Putxinel·lis', 41.37627705962282, 2.1374639820164196, 'Italian Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'La Mundana', 41.38113627955784, 2.1358934123430102, 'Gastropub'), ('Sants-Badal', 41.375466, 2.1277096, 'El Rocoto', 41.37415313720703, 2.1363656520843506, 'Peruvian Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Metropolitan Galileo', 41.38181069733911, 2.1340608761203614, 'Gym / Fitness Center'), ('Sants-Badal', 41.375466, 2.1277096, 'Niu Llar', 41.375614374633955, 2.132554548382393, 'Mediterranean Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Pizza Market Sants', 41.37634162401221, 2.123901844024658, 'Pizza Place'), ('Sants-Badal', 41.375466, 2.1277096, 'Mercat de Collblanc', 41.374795323265865, 2.120055178585956, 'Market'), ('Sants-Badal', 41.375466, 2.1277096, "Terra d'Escudella", 41.37621452537409, 2.1390156204598445, 'Bar'), ('Sants-Badal', 41.375466, 2.1277096, 'Plaça Bonet i Muixí', 41.37447190833837, 2.136500048521069, 'Plaza'), ('Sants-Badal', 41.375466, 2.1277096, 'La Mestressa', 41.37604998013339, 2.1387023276518815, 'Tapas Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Hermanas de los Ancares', 41.37633923911557, 2.126111669462313, 'Spanish Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'El Nucli', 41.37881551383767, 2.1376720310387736, 'Hobby Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Cafeterapia', 41.37545155546988, 2.133416293827395, 'Café'), ('Sants-Badal', 41.375466, 2.1277096, 'Vermut i a la Gàbia', 41.37604631612766, 2.138693127086407, 'Wine Bar'), ('Sants-Badal', 41.375466, 2.1277096, 'Ugarit', 41.377169279882835, 2.137445998617477, 'Middle Eastern Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Kop de Mà', 41.37569476884018, 2.138392898824387, 'Tapas Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'La Tere Gastro Bar', 41.37651, 2.1383877, 'Gastropub'), ('Sants-Badal', 41.375466, 2.1277096, 'El Fornet de les Delícies', 41.376914, 2.116699, 'Coffee Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Alive', 41.382713, 2.1290574, 'Vegetarian / Vegan Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Churrería Chocolatería Fernández', 41.37570848067046, 2.1186899326219137, 'Coffee Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Celler de Gelida', 41.3814241465689, 2.136179629222225, 'Wine Shop'), ('Sants-Badal', 41.375466, 2.1277096, "Plaça d'Osca", 41.376053031680435, 2.1387269240296023, 'Pedestrian Plaza'), ('Sants-Badal', 41.375466, 2.1277096, 'Mamma Lucia', 41.380771839564126, 2.1336887810437246, 'Pizza Place'), ('Sants-Badal', 41.375466, 2.1277096, 'La Paradeta', 41.3765980740677, 2.1383149713365617, 'Seafood Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Pastisseria Kessler Galimany', 41.375261, 2.138, 'Pie Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Trencalòs', 41.380424, 2.13632, 'Bar'), ('Sants-Badal', 41.375466, 2.1277096, 'Yellow Nest Hostel Barcelona', 41.37716504675723, 2.123834907006947, 'Hostel'), ('Sants-Badal', 41.375466, 2.1277096, 'Honky Tonk Blues Bar', 41.37463609342342, 2.1352133750920808, 'Bar'), ('Sants-Badal', 41.375466, 2.1277096, 'Carns i Embutits Selectes CV116', 41.38118403084856, 2.1359881114947368, 'Butcher'), ('Sants-Badal', 41.375466, 2.1277096, 'La Bauxa', 41.37870551089075, 2.1375999505460035, 'Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Lidl', 41.374080442127074, 2.1304972263146458, 'Supermarket'), ('Sants-Badal', 41.375466, 2.1277096, 'Sants Es Crema', 41.381336136438016, 2.136790529976782, 'Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'SmartRoom Barcelona', 41.37205416318771, 2.136929602236525, 'Hotel'), ('Sants-Badal', 41.375466, 2.1277096, 'ArteSants', 41.375029016942, 2.1389970763848605, 'Beer Bar'), ('Sants-Badal', 41.375466, 2.1277096, 'La Urban Dance Factory', 41.37350701099828, 2.1375290993779203, 'Performing Arts Venue'), ('Sants-Badal', 41.375466, 2.1277096, 'Luz del Campano', 41.37666435857096, 2.12164809322843, 'Pizza Place'), ('Sants-Badal', 41.375466, 2.1277096, 'El Pati Verd', 41.37079695415862, 2.137390404232961, 'Coffee Shop'), ('Sants-Badal', 41.375466, 2.1277096, 'Parc de la Marquesa', 41.37569779677968, 2.1173256254379558, 'Park'), ('Sants-Badal', 41.375466, 2.1277096, 'DiR', 41.38008070194891, 2.131978336087536, 'Gym / Fitness Center'), ('Sants-Badal', 41.375466, 2.1277096, 'Meeting Point Hostels', 41.37862074457008, 2.1376929799398363, 'Hostel'), ('Sants-Badal', 41.375466, 2.1277096, 'Mercat de Les Corts', 41.38386640425951, 2.1297745584323913, 'Market'), ('Sants-Badal', 41.375466, 2.1277096, 'Can Violí', 41.373945, 2.137244, 'Mediterranean Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Super Pollo', 41.374457, 2.130889, 'Fast Food Restaurant'), ('Sants-Badal', 41.375466, 2.1277096, 'Okinawa', 41.37869318852948, 2.1342651082100526, 'Cocktail Bar'), ('Sants-Badal', 41.375466, 2.1277096, 'Bao Bao', 41.37648031911556, 2.138283265218502, 'Vietnamese Restaurant')], [('Sarrià', 41.399373, 2.1215125, 'Foix de Sarrià', 41.400021705795524, 2.121737699136367, 'Cupcake Shop'), ('Sarrià', 41.399373, 2.1215125, 'Vivanda', 41.40065069731264, 2.1212378232417124, 'Mediterranean Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Nomo Sarria', 41.400153, 2.121276, 'Japanese Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Tram-Tram', 41.40075238799252, 2.1205300622056824, 'French Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Gerbard', 41.397186248281166, 2.1224533286382594, 'Café'), ('Sarrià', 41.399373, 2.1215125, 'Bokiva', 41.399495477043594, 2.1200931072235107, 'Ice Cream Shop'), ('Sarrià', 41.399373, 2.1215125, 'Plaça de Sarrià', 41.39989745126954, 2.1215911319928815, 'Pedestrian Plaza'), ('Sarrià', 41.399373, 2.1215125, 'Bar Tomás', 41.397522696683524, 2.1231445587934847, 'Tapas Restaurant'), ('Sarrià', 41.399373, 2.1215125, "L'Obrador del Molí", 41.39933783705483, 2.1217612721129084, 'Bakery'), ('Sarrià', 41.399373, 2.1215125, 'Plaça de Sant Vicenç de Sarrià', 41.39734865211094, 2.1242892832844777, 'Pedestrian Plaza'), ('Sarrià', 41.399373, 2.1215125, 'La Fermata de Sarrià', 41.39581035975689, 2.1255493650121915, 'Pizza Place'), ('Sarrià', 41.399373, 2.1215125, 'artós sports club', 41.396109942173595, 2.1261131948203413, 'Sports Club'), ('Sarrià', 41.399373, 2.1215125, 'Foix de Sarriá', 41.39775041407669, 2.122223591418166, 'Dessert Shop'), ('Sarrià', 41.399373, 2.1215125, 'Puntosmile', 41.39951773189704, 2.121723169826924, 'Bakery'), ('Sarrià', 41.399373, 2.1215125, 'Nonna Maria', 41.39821897461469, 2.127957292980502, 'Pizza Place'), ('Sarrià', 41.399373, 2.1215125, 'Le Ciel de Sarrià', 41.396753103678655, 2.124677002429962, 'Mediterranean Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Iradier Club', 41.40476722956732, 2.126238189943579, 'Gym / Fitness Center'), ('Sarrià', 41.399373, 2.1215125, 'Reial Club de Tennis Barcelona', 41.39361705916412, 2.1177330144011153, 'Tennis Court'), ('Sarrià', 41.399373, 2.1215125, 'Bar Monterrey', 41.39807299848014, 2.122633159160614, 'Fast Food Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'El Canalla', 41.399654252510004, 2.12169654787334, 'Tapas Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Bar Treze', 41.40052239109524, 2.1206823478300176, 'Beer Garden'), ('Sarrià', 41.399373, 2.1215125, 'Mercat de Sarrià', 41.399845184958444, 2.1207190489818406, 'Market'), ('Sarrià', 41.399373, 2.1215125, 'Restaurante Dos Torres', 41.3981399, 2.1289329, 'Spanish Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Primero Primera', 41.400337372448085, 2.129711761666751, 'Hotel'), ('Sarrià', 41.399373, 2.1215125, 'Caffe San Marco', 41.39792779178409, 2.1227049358520893, 'Café'), ('Sarrià', 41.399373, 2.1215125, 'Jardins de Vil·la Amèlia', 41.392869764206345, 2.1226027973023713, 'Park'), ('Sarrià', 41.399373, 2.1215125, 'Dole Cafè', 41.39343, 2.124898, 'Café'), ('Sarrià', 41.399373, 2.1215125, 'Panino silvestre', 41.39908588395731, 2.1221619992524547, 'Sandwich Place'), ('Sarrià', 41.399373, 2.1215125, 'Monserat', 41.39511816150541, 2.114057062138292, 'Trail'), ('Sarrià', 41.399373, 2.1215125, 'Forn de la Vila', 41.39927033771507, 2.121536531989799, 'Bakery'), ('Sarrià', 41.399373, 2.1215125, 'Canet Sarrià Restaurant', 41.398854, 2.123723, 'Diner'), ('Sarrià', 41.399373, 2.1215125, 'Acontraluz', 41.39831265836225, 2.1301978824775816, 'Mediterranean Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Santa Masa', 41.39982987941122, 2.1215866603251747, 'Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'FGC Sarrià', 41.39867477784588, 2.1247139088557874, 'Train Station'), ('Sarrià', 41.399373, 2.1215125, 'Tannic by Freixenet', 41.39399669701278, 2.128057965538019, 'Deli / Bodega'), ('Sarrià', 41.399373, 2.1215125, 'El Nou Restaurant', 41.40034827812304, 2.1209773165479313, 'Mediterranean Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Arsenal', 41.40638860590623, 2.121920063435143, 'Gym'), ('Sarrià', 41.399373, 2.1215125, 'Mató de Pedralbes', 41.39523000220439, 2.1141095268889405, 'Mediterranean Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Institut Català de la Retina', 41.40159894499019, 2.1322173500888373, "Doctor's Office"), ('Sarrià', 41.399373, 2.1215125, 'Albergue Studio', 41.39999553474174, 2.1189564152658757, 'Hostel'), ('Sarrià', 41.399373, 2.1215125, "Parc de l'Oreneta", 41.39952426559062, 2.1105060047569353, 'Park'), ('Sarrià', 41.399373, 2.1215125, 'Pastisseria Baixas', 41.40103412861777, 2.1232414896668033, 'Breakfast Spot'), ('Sarrià', 41.399373, 2.1215125, 'Trofeu Comte Godó', 41.393668353903905, 2.1175173374300242, 'Gym / Fitness Center'), ('Sarrià', 41.399373, 2.1215125, 'El Clandestino', 41.39767098942433, 2.1234467278334828, 'Spanish Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Tapia', 41.40218077470374, 2.1104108914153863, 'Burger Joint'), ('Sarrià', 41.399373, 2.1215125, "L'Obrador del Molí", 41.39421933750881, 2.1262732334592718, 'Bakery'), ('Sarrià', 41.399373, 2.1215125, 'OK Sarrià', 41.397728172032856, 2.1238269489825012, 'Burger Joint'), ('Sarrià', 41.399373, 2.1215125, 'La Burg', 41.39514831572209, 2.126510591269325, 'Burger Joint'), ('Sarrià', 41.399373, 2.1215125, 'Trapio Restaurante', 41.40470583, 2.127817176, 'Mediterranean Restaurant'), ('Sarrià', 41.399373, 2.1215125, "El Fornet d'en Rossend", 41.40161595801637, 2.124593834790256, 'Bakery'), ('Sarrià', 41.399373, 2.1215125, 'Dhaba', 41.391233643, 2.124878264, 'Indian Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Si-Chuan', 41.39391938587846, 2.126149934544812, 'Chinese Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Dir Tres Torres', 41.39979146812956, 2.1311162447300953, 'Gym'), ('Sarrià', 41.399373, 2.1215125, 'Jardins Teknon', 41.406243525246204, 2.127338880797596, 'Garden'), ('Sarrià', 41.399373, 2.1215125, 'Jardins de Can Sentmenat', 41.402996020474255, 2.1143254395851465, 'Dog Run'), ('Sarrià', 41.399373, 2.1215125, 'Hora Punta', 41.39418021232867, 2.124476353019558, 'Hot Dog Joint'), ('Sarrià', 41.399373, 2.1215125, 'CEM Can Caralleu', 41.40145479825962, 2.110846242329291, 'Gym / Fitness Center'), ('Sarrià', 41.399373, 2.1215125, 'Bar Ri', 41.39679169588725, 2.128169362567165, 'Bar'), ('Sarrià', 41.399373, 2.1215125, 'Ken', 41.39408728845657, 2.1260381081796638, 'Japanese Restaurant'), ('Sarrià', 41.399373, 2.1215125, '5º Pino', 41.400997608289636, 2.123066923843601, 'Café'), ('Sarrià', 41.399373, 2.1215125, 'Lounge Bar Upper Diagonal', 41.390404451627575, 2.1216608418428415, 'Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Cervecería Bestwurt', 41.39473371708155, 2.12707087969125, 'Hot Dog Joint'), ('Sarrià', 41.399373, 2.1215125, 'Parc de Joan Reventós', 41.402296803593615, 2.1168946266698185, 'Park'), ('Sarrià', 41.399373, 2.1215125, 'La Focaccia', 41.39622264881554, 2.1290611924499894, 'Italian Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Luri', 41.39781783372968, 2.1316048584024614, 'Japanese Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Garlana', 41.391119547615055, 2.125824410782201, 'Paella Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Hotel Tres Torres', 41.399930751459024, 2.1301345678049755, 'Hotel'), ('Sarrià', 41.399373, 2.1215125, 'Baixas', 41.40103899304313, 2.1233803926863994, 'Dessert Shop'), ('Sarrià', 41.399373, 2.1215125, 'Nou Patum', 41.398190075276915, 2.124316154489326, 'Burger Joint'), ('Sarrià', 41.399373, 2.1215125, "Plaça d'Artós", 41.39548348445511, 2.1258115768432617, 'Pedestrian Plaza'), ('Sarrià', 41.399373, 2.1215125, 'Terraza Dos Torres', 41.39799653411523, 2.1286188596367577, 'Spanish Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Che Burritos', 41.39430581956533, 2.127688140250746, 'Mexican Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'SandwiChez', 41.39914197406935, 2.1194680535610364, 'Breakfast Spot'), ('Sarrià', 41.399373, 2.1215125, 'El Celler de Sarrià', 41.39387823377366, 2.125665897960159, 'Mediterranean Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Residencia Universitaria Sarria', 41.40172675898617, 2.111482877169538, 'Hotel'), ('Sarrià', 41.399373, 2.1215125, 'Sotavent', 41.3981713235466, 2.1223838785593334, 'Cocktail Bar'), ('Sarrià', 41.399373, 2.1215125, 'Hotel Upper Diagonal', 41.39041652335819, 2.121579191559387, 'Hotel'), ('Sarrià', 41.399373, 2.1215125, 'Caprabo', 41.399231060043995, 2.1198975556085577, 'Grocery Store'), ('Sarrià', 41.399373, 2.1215125, "Domino' pizza", 41.40048, 2.120902, 'Pizza Place'), ('Sarrià', 41.399373, 2.1215125, 'la Sirena', 41.39569240573052, 2.124965982932858, 'Food & Drink Shop'), ('Sarrià', 41.399373, 2.1215125, 'Jardins de William Shakespeare', 41.390959686228214, 2.118064967338933, 'Park'), ('Sarrià', 41.399373, 2.1215125, 'Carrefour Market', 41.3918829573722, 2.12608651434751, 'Grocery Store'), ('Sarrià', 41.399373, 2.1215125, 'Casanovas', 41.397874, 2.130892, 'Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'FGC Les Tres Torres', 41.397721996814205, 2.130316978268606, 'Train Station'), ('Sarrià', 41.399373, 2.1215125, 'Farmacia', 41.39160270746944, 2.1253302984887137, 'Pharmacy'), ('Sarrià', 41.399373, 2.1215125, 'Hotel Catalonia Castellnou ***', 41.396547365464706, 2.1286525113092063, 'Hotel'), ('Sarrià', 41.399373, 2.1215125, 'Caprabo', 41.395343757294185, 2.1243675851936086, 'Grocery Store'), ('Sarrià', 41.399373, 2.1215125, 'Charter', 41.39413208491448, 2.123930575930322, 'Grocery Store'), ('Sarrià', 41.399373, 2.1215125, 'El Molí Vell', 41.39322638219414, 2.1264133088490214, 'Bakery'), ('Sarrià', 41.399373, 2.1215125, 'Sandro Ristorantes', 41.39470452, 2.1257128, 'Italian Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Tantarantan', 41.393826600596384, 2.1246269816535395, 'Italian Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Cafeteria Sena', 41.403248921313676, 2.1273449821344856, 'Café'), ('Sarrià', 41.399373, 2.1215125, 'Aulazero', 41.402308751954294, 2.1142370358355076, 'Tapas Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Elias Forner', 41.401365350577194, 2.132539748304234, 'Bakery'), ('Sarrià', 41.399373, 2.1215125, 'Eurostars Anglí Hotel Barcelona', 41.403233948195385, 2.1233694398664613, 'Hotel'), ('Sarrià', 41.399373, 2.1215125, 'Hu Nan', 41.395214231575835, 2.1243758482069857, 'Japanese Restaurant'), ('Sarrià', 41.399373, 2.1215125, 'Caprabo', 41.39135489900573, 2.1212702647745805, 'Grocery Store'), ('Sarrià', 41.399373, 2.1215125, 'Hotel Catalonia Mikado', 41.40325972874165, 2.1271411025396807, 'Hotel'), ('Sarrià', 41.399373, 2.1215125, 'Forneria Bonanova', 41.402559908932695, 2.1261901070398386, 'Bakery'), ('Sarrià', 41.399373, 2.1215125, 'Ukai', 41.39114312702139, 2.124310190292331, 'Japanese Restaurant')], [('La Teixonera', 41.423173, 2.1459698, 'Camp Hebron-Teixonera', 41.425531839649246, 2.146340969265091, 'Soccer Field'), ('La Teixonera', 41.423173, 2.1459698, 'Mala Hierba', 41.419700725595995, 2.1486425399780273, 'Mediterranean Restaurant'), ('La Teixonera', 41.423173, 2.1459698, 'Parc de la Creueta del Coll', 41.41818748071723, 2.1470363786049247, 'Park'), ('La Teixonera', 41.423173, 2.1459698, 'Muntanya Pelada', 41.41827544063098, 2.153213675012205, 'Mountain'), ('La Teixonera', 41.423173, 2.1459698, 'Vall Parc Tennis', 41.42375543861633, 2.1353603340979914, 'Tennis Court'), ('La Teixonera', 41.423173, 2.1459698, 'Keisy', 41.426529780111785, 2.1556194305743115, 'Supermarket'), ('La Teixonera', 41.423173, 2.1459698, 'Bar Plaza', 41.421941918067155, 2.14167862459735, 'Spanish Restaurant'), ('La Teixonera', 41.423173, 2.1459698, 'Casa Ovidio', 41.43052751006393, 2.1475377541353913, 'Spanish Restaurant'), ('La Teixonera', 41.423173, 2.1459698, 'El corner de Montbau', 41.4298881726301, 2.1434541891468997, 'Argentinian Restaurant'), ('La Teixonera', 41.423173, 2.1459698, 'Mirador El Virolai', 41.41640007657834, 2.1529734440000543, 'Scenic Lookout'), ('La Teixonera', 41.423173, 2.1459698, 'Mercat del Carmel', 41.4238144541793, 2.1525646662526112, 'Food Court'), ('La Teixonera', 41.423173, 2.1459698, 'Bar Smith', 41.42420399428366, 2.1470507664980234, 'Bar'), ('La Teixonera', 41.423173, 2.1459698, 'Mirador de Joan Sales', 41.416306258339915, 2.153015150565127, 'Scenic Lookout'), ('La Teixonera', 41.423173, 2.1459698, 'DiR Club Hispà', 41.430984258192666, 2.1488393546904536, 'Gym'), ('La Teixonera', 41.423173, 2.1459698, 'Plaça Salvador Allende', 41.417275409450944, 2.1525357009214163, 'Park'), ('La Teixonera', 41.423173, 2.1459698, "Palau Olímpic Vall d'Hebron", 41.42831155327084, 2.1450732738797362, 'Basketball Court'), ('La Teixonera', 41.423173, 2.1459698, 'la Sirena', 41.42705894901424, 2.1558564323077345, 'Grocery Store'), ('La Teixonera', 41.423173, 2.1459698, 'Residencia Salesiana Marti-Codolar', 41.428835577569146, 2.150007084476808, 'Hostel'), ('La Teixonera', 41.423173, 2.1459698, 'Caprabo', 41.42494247071446, 2.1409794849309587, 'Grocery Store'), ('La Teixonera', 41.423173, 2.1459698, 'Restaurant xinès Jardín J.L.', 41.43069202299801, 2.1459433909425534, 'Chinese Restaurant'), ('La Teixonera', 41.423173, 2.1459698, 'Els Mistos', 41.43050023874723, 2.1474192065223674, 'Outdoor Sculpture'), ('La Teixonera', 41.423173, 2.1459698, "Mercat de Vall d'Hebron", 41.42422913837504, 2.1423549433818363, 'Farmers Market'), ('La Teixonera', 41.423173, 2.1459698, 'Audrey Brunch & Coffee', 41.42584228515625, 2.1541430950164795, 'Coffee Shop'), ('La Teixonera', 41.423173, 2.1459698, 'Hotel Catalonia Park Güell ***', 41.414327432713414, 2.1448474800202666, 'Hotel'), ('La Teixonera', 41.423173, 2.1459698, "Centre Municipal de Tennis Vall d'Hebron", 41.42906185286763, 2.14570866705665, 'Tennis Court'), ('La Teixonera', 41.423173, 2.1459698, 'Chiffon Cafe', 41.419350692332124, 2.1408197643683318, 'Café'), ('La Teixonera', 41.423173, 2.1459698, 'Forn "Pa de Paula"', 41.423051, 2.146624, 'Bakery'), ('La Teixonera', 41.423173, 2.1459698, 'Patio Andaluz', 41.42149879786407, 2.1432549762751454, 'Spanish Restaurant'), ('La Teixonera', 41.423173, 2.1459698, 'Vall Parc Restaurant', 41.42374693559271, 2.1351982071496183, 'Tapas Restaurant'), ('La Teixonera', 41.423173, 2.1459698, 'Plaça de Pastrana', 41.42526870711883, 2.156079234944934, 'Plaza'), ('La Teixonera', 41.423173, 2.1459698, "Tot d'Avui", 41.42473083763254, 2.140974689614273, 'Bakery'), ('La Teixonera', 41.423173, 2.1459698, 'Bar Magenta', 41.425031771242466, 2.1410514147426887, 'Café'), ('La Teixonera', 41.423173, 2.1459698, 'Pla de Montbau', 41.43141423543632, 2.142705832210139, 'Plaza'), ('La Teixonera', 41.423173, 2.1459698, 'Mare de Déu de Montserrat', 41.4160884667169, 2.146432776451166, 'Hotel'), ('La Teixonera', 41.423173, 2.1459698, 'Restaurant La Mami', 41.42994350233527, 2.1425044216082187, 'Mediterranean Restaurant'), ('La Teixonera', 41.423173, 2.1459698, 'Font de Can Barret', 41.43165189032622, 2.1429216302859064, 'Park')], [('Tibidabo', 41.4223678, 2.118914, 'Muntanya de Tibidabo', 41.42346304302527, 2.1194536745075383, 'Mountain'), ('Tibidabo', 41.4223678, 2.118914, 'Temple Expiatori del Sagrat Cor', 41.42162581756629, 2.1190332959353824, 'Church'), ('Tibidabo', 41.4223678, 2.118914, 'Tibidabo', 41.42220665186752, 2.119814157485962, 'Theme Park'), ('Tibidabo', 41.4223678, 2.118914, 'Statue Of Jesus Christ ( Top Of The World )', 41.42210940099641, 2.1188797582259493, 'Scenic Lookout'), ('Tibidabo', 41.4223678, 2.118914, 'Minihurakan', 41.421272, 2.1206145, 'Theme Park Ride / Attraction'), ('Tibidabo', 41.4223678, 2.118914, 'Plaça del Tibidabo', 41.42160302875278, 2.119264991790596, 'Plaza'), ('Tibidabo', 41.4223678, 2.118914, 'Gran Hotel La Florida', 41.425232096674414, 2.120884468111748, 'Hotel'), ('Tibidabo', 41.4223678, 2.118914, 'Camí del cel (Tibidabo)', 41.42172687599515, 2.1197029120876256, 'Theme Park'), ('Tibidabo', 41.4223678, 2.118914, 'Avió del Tibidabo', 41.42221275537376, 2.1200491020025307, 'Theme Park'), ('Tibidabo', 41.4223678, 2.118914, 'Montaña Rusa', 41.42264862761543, 2.120098524366343, 'Theme Park'), ('Tibidabo', 41.4223678, 2.118914, 'Krüeger Hotel', 41.42203383173226, 2.1202362045122687, 'Theme Park Ride / Attraction'), ('Tibidabo', 41.4223678, 2.118914, 'Torre de Collserola', 41.417404714251916, 2.114421289062792, 'Scenic Lookout'), ('Tibidabo', 41.4223678, 2.118914, 'Observatori Fabra', 41.41828916210033, 2.124342675421385, 'Scenic Lookout'), ('Tibidabo', 41.4223678, 2.118914, 'Font de la Budellera', 41.41912261587781, 2.1123893240301896, 'Fountain'), ('Tibidabo', 41.4223678, 2.118914, "Museu d'autòmats del Tibidabo", 41.422172175595115, 2.1200087966214434, 'Museum'), ('Tibidabo', 41.4223678, 2.118914, 'Pla dels Maduixers', 41.41934015598799, 2.127426114745731, 'Other Great Outdoors'), ('Tibidabo', 41.4223678, 2.118914, 'Carrousel', 41.421662, 2.119975, 'Theme Park Ride / Attraction'), ('Tibidabo', 41.4223678, 2.118914, 'Sunset Muntanya de Tibidabo', 41.421884, 2.118221, 'Mountain'), ('Tibidabo', 41.4223678, 2.118914, "La Mina d'Or (Tibidabo)", 41.423270636757145, 2.120369046430436, 'Theme Park'), ('Tibidabo', 41.4223678, 2.118914, 'La Masía Del Tibidabo', 41.42198, 2.1193678, 'Tapas Restaurant'), ('Tibidabo', 41.4223678, 2.118914, 'Miramiralls Tibidabo', 41.42183006165705, 2.119872766119436, 'Theme Park'), ('Tibidabo', 41.4223678, 2.118914, 'Virtual Express', 41.421594, 2.120767, 'Theme Park Ride / Attraction'), ('Tibidabo', 41.4223678, 2.118914, 'Huracán', 41.42131766373075, 2.120728635173846, 'Theme Park Ride / Attraction'), ('Tibidabo', 41.4223678, 2.118914, 'Noria', 41.421303, 2.119673, 'Theme Park Ride / Attraction'), ('Tibidabo', 41.4223678, 2.118914, 'Crash Cars', 41.42177416521343, 2.1201055295668474, 'Theme Park'), ('Tibidabo', 41.4223678, 2.118914, 'Giradabo', 41.421625, 2.119503, 'Theme Park Ride / Attraction'), ('Tibidabo', 41.4223678, 2.118914, 'Tren Tibidabo', 41.42124413277431, 2.1210258116668466, 'Theme Park Ride / Attraction'), ('Tibidabo', 41.4223678, 2.118914, 'Tibi City', 41.424614, 2.120196, 'Theme Park Ride / Attraction'), ('Tibidabo', 41.4223678, 2.118914, 'Piscina Hotel La Florida', 41.42513096830099, 2.120688557624817, 'Hotel Pool'), ('Tibidabo', 41.4223678, 2.118914, "L'Orangerie", 41.4253783137945, 2.1209186701310476, 'Hotel Bar')], [('Torre Baró', 41.4580108, 2.1839863, 'RENFE Torre Baró-Ciutat Meridiana-Vallbona', 41.461350193436104, 2.180560827255249, 'Train Station'), ('Torre Baró', 41.4580108, 2.1839863, 'Restaurante El Cordero', 41.45267027899003, 2.180061703301101, 'Spanish Restaurant'), ('Torre Baró', 41.4580108, 2.1839863, 'Les Terrasses de Santa Coloma', 41.46472191593775, 2.190471240854256, 'BBQ Joint'), ('Torre Baró', 41.4580108, 2.1839863, 'METRO Torre Baró | Vallbona', 41.459215480714086, 2.179927825927734, 'Metro Station'), ('Torre Baró', 41.4580108, 2.1839863, 'Vallbona', 41.463128486392485, 2.184081267334649, 'Plaza'), ('Torre Baró', 41.4580108, 2.1839863, 'Mercat Municipal Ciutat Meridiana', 41.461701719709815, 2.177745826275611, 'Grocery Store'), ('Torre Baró', 41.4580108, 2.1839863, "Parc de L'Aqüeducte", 41.45930713966725, 2.175926951420647, 'Park'), ('Torre Baró', 41.4580108, 2.1839863, "METRO Casa de l'Aigua", 41.45127044755562, 2.1849178156662674, 'Metro Station'), ('Torre Baró', 41.4580108, 2.1839863, 'METRO Ciutat Meridiana', 41.460892, 2.174668, 'Metro Station'), ('Torre Baró', 41.4580108, 2.1839863, 'METRO Trinitat Nova', 41.44942077508519, 2.183740921318531, 'Metro Station')], [('Les Tres Torres', 41.3976108, 2.1311837, 'Restaurante Dos Torres', 41.3981399, 2.1289329, 'Spanish Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Acontraluz', 41.39831265836225, 2.1301978824775816, 'Mediterranean Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Nonna Maria', 41.39821897461469, 2.127957292980502, 'Pizza Place'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Primero Primera', 41.400337372448085, 2.129711761666751, 'Hotel'), ('Les Tres Torres', 41.3976108, 2.1311837, 'artós sports club', 41.396109942173595, 2.1261131948203413, 'Sports Club'), ('Les Tres Torres', 41.3976108, 2.1311837, 'La Fermata de Sarrià', 41.39581035975689, 2.1255493650121915, 'Pizza Place'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Dir Tres Torres', 41.39979146812956, 2.1311162447300953, 'Gym'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Institut Català de la Retina', 41.40159894499019, 2.1322173500888373, "Doctor's Office"), ('Les Tres Torres', 41.3976108, 2.1311837, 'Tannic by Freixenet', 41.39399669701278, 2.128057965538019, 'Deli / Bodega'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Sushi Buïgas', 41.394021139151796, 2.132106977607112, 'Sushi Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, "Isabella's Restaurant", 41.39596805713603, 2.1367710735706953, 'Italian Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Keik', 41.39420356924222, 2.134776659747105, 'Salad Place'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Luri', 41.39781783372968, 2.1316048584024614, 'Japanese Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Nuba', 41.39366250444112, 2.135876388185681, 'Cocktail Bar'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Ikibana Sarrià', 41.39261851941222, 2.1352936434880543, 'Asian Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Plaça de Sant Vicenç de Sarrià', 41.39734865211094, 2.1242892832844777, 'Pedestrian Plaza'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Le Ciel de Sarrià', 41.396753103678655, 2.124677002429962, 'Mediterranean Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'DiR Diagonal', 41.393559210964014, 2.136652444411083, 'Gym / Fitness Center'), ('Les Tres Torres', 41.3976108, 2.1311837, 'De Gustibus Italiae', 41.40286073602451, 2.1330684979745227, 'Italian Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Negro-Rojo', 41.39082614120031, 2.135169846548984, 'Asian Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Dole Cafè', 41.39343, 2.124898, 'Café'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Parc "Piscines i Esports"', 41.393328261517475, 2.137531784409461, 'Park'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Gerbard', 41.397186248281166, 2.1224533286382594, 'Café'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Foix de Sarrià', 41.400021705795524, 2.121737699136367, 'Cupcake Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Turó Park', 41.394691287386756, 2.1410705960452745, 'Park'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Iluzione', 41.395948, 2.140609, 'Italian Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'On y Va Coffee', 41.403879, 2.134658, 'Coffee Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Mishima Sushi Bar', 41.39455548867997, 2.1346727582285214, 'Japanese Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Iradier Club', 41.40476722956732, 2.126238189943579, 'Gym / Fitness Center'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Xe Wu', 41.40143679101815, 2.1379148682363653, 'Japanese Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Restaurant Carmel', 41.39439838476561, 2.1322816225491814, 'Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Plaça de Sant Gregori Taumaturg', 41.39450246827775, 2.13820376299338, 'Plaza'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Mantequerías Pirenaicas', 41.40178870517459, 2.1393011553649597, 'Deli / Bodega'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Bar Tomás', 41.397522696683524, 2.1231445587934847, 'Tapas Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Bar Ri', 41.39679169588725, 2.128169362567165, 'Bar'), ('Les Tres Torres', 41.3976108, 2.1311837, 'B14', 41.39558006491888, 2.1392011642456055, 'Art Gallery'), ('Les Tres Torres', 41.3976108, 2.1311837, 'La Focaccia', 41.39622264881554, 2.1290611924499894, 'Italian Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Pinhan Café', 41.39490173677155, 2.140601234914491, 'Mediterranean Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Vivanda', 41.40065069731264, 2.1212378232417124, 'Mediterranean Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'La Burg', 41.39514831572209, 2.126510591269325, 'Burger Joint'), ('Les Tres Torres', 41.3976108, 2.1311837, "L'Obrador del Molí", 41.39421933750881, 2.1262732334592718, 'Bakery'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Hotel Tres Torres', 41.399930751459024, 2.1301345678049755, 'Hotel'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Arsenal Amigó', 41.39742395329059, 2.142351013408993, 'Gym / Fitness Center'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Jardins de Vil·la Amèlia', 41.392869764206345, 2.1226027973023713, 'Park'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Bar Mandri', 41.404874279855456, 2.1320651886272337, 'Spanish Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Tiki Poke', 41.391044620352965, 2.1380767294975027, 'Hawaiian Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Si-Chuan', 41.39391938587846, 2.126149934544812, 'Chinese Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Piu et Nau', 41.39601467523001, 2.140316963195801, 'Kids Store'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Tomoe', 41.40590495818422, 2.1332634819003164, 'Japanese Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Via Veneto', 41.392333079893035, 2.1388365432859997, 'Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'El Petit Celler', 41.39279212216251, 2.1410628983629567, 'Wine Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Nomo Sarria', 41.400153, 2.121276, 'Japanese Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Oriol Balaguer', 41.39466117633318, 2.138269299320653, 'Bakery'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Bovinum', 41.40272441162296, 2.1345350414591273, 'Gourmet Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Cervecería Bestwurt', 41.39473371708155, 2.12707087969125, 'Hot Dog Joint'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Dhaba', 41.391233643, 2.124878264, 'Indian Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Les Truites', 41.40509910935097, 2.1346417943414613, 'Tapas Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'La Taula', 41.40443908743337, 2.138050881990754, 'Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'KAO Dim Sum Club', 41.403881530955175, 2.1340088199302913, 'Dim Sum Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Carlitos', 41.39526864861665, 2.1427461280931808, 'Spanish Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Délices De France Restaurant', 41.40129017011287, 2.1398205747053978, 'French Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Peekaboo', 41.39985553751248, 2.140725333852228, 'Toy / Game Store'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Decathlon', 41.38938094433355, 2.133360059239698, 'Sporting Goods Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, "L'illa Diagonal", 41.38953730475964, 2.1355083616332635, 'Shopping Mall'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Plaça de Sarrià', 41.39989745126954, 2.1215911319928815, 'Pedestrian Plaza'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Backstage BCN', 41.391644980167165, 2.1396897146962517, 'Salon / Barbershop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Tram-Tram', 41.40075238799252, 2.1205300622056824, 'French Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Masaya', 41.40405886407256, 2.1343578374874452, 'Japanese Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Lío de 4', 41.40261045766962, 2.134525452202796, 'Bistro'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Terraza Dos Torres', 41.39799653411523, 2.1286188596367577, 'Spanish Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Foix de Sarriá', 41.39775041407669, 2.122223591418166, 'Dessert Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Fnac', 41.39027703855526, 2.1365438895125943, 'Electronics Store'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Montesquiu', 41.40466201137458, 2.132474184036255, 'Spanish Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Ken', 41.39408728845657, 2.1260381081796638, 'Japanese Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Trapio Restaurante', 41.40470583, 2.127817176, 'Mediterranean Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, "L'Obrador del Molí", 41.39933783705483, 2.1217612721129084, 'Bakery'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Café Turó', 41.3947819605619, 2.1420274738067384, 'Spanish Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Pastisseria Sacha', 41.400989351831456, 2.138768607699027, 'Pie Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Café Doré', 41.4033668384337, 2.1336774961051956, 'Café'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Disney Store', 41.38967337862614, 2.134537322493835, 'Toy / Game Store'), ('Les Tres Torres', 41.3976108, 2.1311837, 'La Freiduría de Pauli', 41.40385764715761, 2.1340358443348664, 'Seafood Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Vila Viniteca', 41.38979683756476, 2.1356211122532183, 'Liquor Store'), ('Les Tres Torres', 41.3976108, 2.1311837, 'La Tremenda', 41.404481365579024, 2.133815852919222, 'Pizza Place'), ('Les Tres Torres', 41.3976108, 2.1311837, "Andreu Xarcuteria i Tastets l'Illa", 41.38962961187559, 2.135376836391054, 'Deli / Bodega'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Casanovas', 41.397874, 2.130892, 'Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Nuevo Concepto, platos japoneses', 41.40258276249961, 2.1361893163408032, 'Japanese Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Vermut Perez', 41.39434943999807, 2.1386442263029797, 'Bistro'), ('Les Tres Torres', 41.3976108, 2.1311837, 'ASICS', 41.390317, 2.137112, 'Sporting Goods Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Bokiva', 41.399495477043594, 2.1200931072235107, 'Ice Cream Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Lafuente', 41.39609267887253, 2.1394755789274638, 'Liquor Store'), ('Les Tres Torres', 41.3976108, 2.1311837, 'FGC Sarrià', 41.39867477784588, 2.1247139088557874, 'Train Station'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Casa Carmen', 41.390932, 2.135846, 'Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Koryo', 41.40579, 2.1352248, 'Korean Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'The Vibe Bar, Restaurant & Terrace', 41.38879635656463, 2.1312414922255516, 'Cocktail Bar'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Veritas', 41.4023504033351, 2.1347177515410602, 'Food & Drink Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Pasteleria Canal', 41.40589929561807, 2.1342493563006, 'Dessert Shop'), ('Les Tres Torres', 41.3976108, 2.1311837, 'RO-BOTICA.com · Tienda de robots personales y educativos', 41.402366489965246, 2.1398077645844875, 'Electronics Store'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Bar Monterrey', 41.39807299848014, 2.122633159160614, 'Fast Food Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Restaurant Claudia', 41.405003714346826, 2.132638876443763, 'Spanish Restaurant'), ('Les Tres Torres', 41.3976108, 2.1311837, 'Kahala', 41.39088002875547, 2.138148262547124, 'Cocktail Bar')], [('La Trinitat Nova', 41.4495561, 2.1827167, 'Ateneu Popular de Nou Barris', 41.44885239659843, 2.180130120976513, 'Music Venue'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Castell de Torre Baró', 41.44827121101506, 2.1739108862668868, 'Castle'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Mercat De Montserrat', 41.4462567639762, 2.1791147552608043, 'Grocery Store'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Pizzeria Il Duomo & La Mole', 41.442162963991656, 2.1870598856072188, 'Pizza Place'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'La Freidu', 41.44242835883664, 2.1780126991050515, 'Spanish Restaurant'), ('La Trinitat Nova', 41.4495561, 2.1827167, "Restaurant l'hostalet", 41.4444576761513, 2.1800351214726934, 'Restaurant'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Marquesina Vía Julia', 41.443452127614165, 2.1784722709277125, 'Building'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Casa Juan', 41.449587050665976, 2.1908212718102074, 'Spanish Restaurant'), ('La Trinitat Nova', 41.4495561, 2.1827167, "Plaça d'Ángel Pestaña", 41.441480682746004, 2.1799343324429477, 'Park'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Medina', 41.448667102033944, 2.190284644220478, 'Tapas Restaurant'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Mercadona', 41.447223, 2.179808, 'Supermarket'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Brafa', 41.448253566959366, 2.173925851000857, 'Gym'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Basar Brillant', 41.44217627331098, 2.1885297855781323, 'Department Store'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Casal de Barri de Prosperitat', 41.44159634161399, 2.1798155458670765, 'Bar'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'C.F. Montañesa', 41.44544685668017, 2.1797485100115064, 'Sports Club'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Pizzeria El Foc', 41.442823132259406, 2.1819837537106825, 'Pizza Place'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Plaça Mossèn Clapés', 41.441834723868006, 2.187849188084893, 'Plaza'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'la Sirena', 41.443827381498956, 2.1800091784524738, 'Grocery Store'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Bar Restaurant La Peña', 41.442762516356126, 2.183918070551605, 'Spanish Restaurant'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Restaurante El Cordero', 41.45267027899003, 2.180061703301101, 'Spanish Restaurant'), ('La Trinitat Nova', 41.4495561, 2.1827167, "METRO Casa de l'Aigua", 41.45127044755562, 2.1849178156662674, 'Metro Station'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Bar Marvic', 41.44293108887595, 2.1820181015516575, 'Spanish Restaurant'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Caprabo', 41.44281995082463, 2.1876142626143587, 'Supermarket'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Consum Basic', 41.4417088324591, 2.1774866681142084, 'Grocery Store'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Plaça de la Trinitat', 41.448915598796, 2.1878301561757483, 'Park'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Mercadona', 41.44501041472215, 2.1895408630371094, 'Supermarket'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Bar Maxi Max', 41.443792304568085, 2.181690973535088, 'Tapas Restaurant'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Plaça De Les Roquetes', 41.44824917510179, 2.173914571012544, 'Plaza'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Ubae Artesanía', 41.44823883745207, 2.173908679033929, 'Gym Pool'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Camp de futbol Trinitat Vella', 41.44730797788705, 2.191708976316342, 'Soccer Field'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Kebab Villarriba', 41.4469888, 2.1734073000000005, 'Falafel Restaurant'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Parada BUS 0883', 41.44227705158644, 2.186366084364172, 'Bus Station'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Club Esportiu Trinitat', 41.451056941543975, 2.193555548232436, 'Soccer Field'), ('La Trinitat Nova', 41.4495561, 2.1827167, 'Bar 777', 41.445903, 2.172653, 'Diner')], [('Trinitat Vella', 41.4501759, 2.1913441, 'Casa Juan', 41.449587050665976, 2.1908212718102074, 'Spanish Restaurant'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Pizzeria Il Duomo & La Mole', 41.442162963991656, 2.1870598856072188, 'Pizza Place'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Medina', 41.448667102033944, 2.190284644220478, 'Tapas Restaurant'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Ateneu Popular de Nou Barris', 41.44885239659843, 2.180130120976513, 'Music Venue'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Parc de Can Zam', 41.455340650538425, 2.198396884336453, 'Park'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Restaurant Bloc', 41.441339424305156, 2.19086337064542, 'Spanish Restaurant'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Basar Brillant', 41.44217627331098, 2.1885297855781323, 'Department Store'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Mon Pa', 41.44189363316268, 2.1896419379735406, 'Bakery'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Parc del Nus de la Trinitat', 41.44911182873249, 2.1958279609680176, 'Park'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Plaça Mossèn Clapés', 41.441834723868006, 2.187849188084893, 'Plaza'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Mercadona', 41.452754311882266, 2.202675168999379, 'Supermarket'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Bar Rincón Gallego', 41.451981711118854, 2.2021469637541924, 'Café'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Mercadona', 41.44501041472215, 2.1895408630371094, 'Supermarket'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Caprabo', 41.44281995082463, 2.1876142626143587, 'Supermarket'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Restaurante El Cordero', 41.45267027899003, 2.180061703301101, 'Spanish Restaurant'), ('Trinitat Vella', 41.4501759, 2.1913441, 'METRO Trinitat Nova', 41.44942077508519, 2.183740921318531, 'Metro Station'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Expressaté', 41.448223305051265, 2.1834668825218766, 'Breakfast Spot'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Mercat De La Trinitat', 41.44791684639757, 2.183529280597181, 'Grocery Store'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Farmacia Cristina Chacón Puig', 41.44773293882095, 2.1830884157268238, 'Pharmacy'), ('Trinitat Vella', 41.4501759, 2.1913441, 'Xafarinas', 41.44714785720341, 2.183222090907154, 'Plaza')], [('El Turó de la Peira', 41.4323672, 2.1690681, 'La Esquinica', 41.430406284350475, 2.171374667203863, 'Tapas Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Don Bratwurst', 41.43167943175655, 2.1635399328364344, 'German Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Bodega Massana', 41.43033549330102, 2.162919091757809, 'Winery'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Bar Restaurant La Columna', 41.42823413664493, 2.166449834862762, 'Spanish Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Woki', 41.430301666259766, 2.170598030090332, 'Asian Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Vinomio', 41.429931013773654, 2.1627363091613745, 'Tapas Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, "La Bodegueta d'en Miquel", 41.43700392918835, 2.1741137147382217, 'Tapas Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Txetxu Taverna', 41.429891254509364, 2.1623352909738833, 'Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, "Vitamínica d'Horta", 41.42878194967626, 2.162803476234664, 'Vegetarian / Vegan Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Mercat de la Mercè', 41.43070364302849, 2.173574715031178, 'Farmers Market'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Plaça Major de Nou Barris', 41.43650913763442, 2.171543489270139, 'Plaza'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Lomoteca El Bou', 41.42776680764795, 2.1697366087580523, 'Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Casa Leto', 41.430619038120135, 2.16320529344937, 'Tapas Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, "Quimet d'Horta", 41.430683867904605, 2.1607638173828976, 'Sandwich Place'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'La Cholita', 41.4285528240815, 2.176719656262016, 'Tapas Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'la Sirena', 41.42983254637695, 2.17734249205626, 'Grocery Store'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Nick Spa & Sports Club', 41.42713667663212, 2.165790084564365, 'Gym / Fitness Center'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'La Cuina de Can Meli', 41.4317412805854, 2.177607744071548, 'Deli / Bodega'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Es Bandoler', 41.43001161322934, 2.1623539187601257, 'Spanish Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Samba Brasil Horta', 41.42979738366964, 2.1620851627011706, 'Pub'), ('El Turó de la Peira', 41.4323672, 2.1690681, "Mercat d'Horta", 41.429512518321076, 2.159388758009914, 'Food & Drink Shop'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Frankfurt Horta', 41.429273728629276, 2.162375255977516, 'Hot Dog Joint'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Mesón Can Meli', 41.43076753789451, 2.1773761493463115, 'Food'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'La Filomena', 41.43004596689304, 2.1636351215247513, 'Pub'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Unió Esportiva Horta', 41.43362167641615, 2.1607933074125, 'Sports Club'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Louise Se Va', 41.43083137879083, 2.160702774564575, 'Sandwich Place'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'La Botigueta del Bon Menjar', 41.4366028, 2.172807799999987, 'Diner'), ('El Turó de la Peira', 41.4323672, 2.1690681, "Plaça d'Eivissa", 41.430257738933555, 2.160952417493719, 'Pedestrian Plaza'), ('El Turó de la Peira', 41.4323672, 2.1690681, "L'Eivissenca", 41.43041027864234, 2.1608892561460276, 'Ice Cream Shop'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Trattoria Italia', 41.42844, 2.1699135, 'Italian Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Lidl', 41.43885564646234, 2.1644916365485223, 'Food & Drink Shop'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Garden House Hostel Barcelona', 41.435952699313084, 2.1612960950946714, 'Hostel'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Santos Ochoa Barcelona', 41.43016273684635, 2.1784472465515137, 'Bookstore'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Escape Barcelona', 41.438487603954904, 2.167327883804756, 'Escape Room'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Txapeldun - Egarri', 41.43005202868521, 2.178722145874674, 'Spanish Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Timesburg', 41.4301952, 2.1737926, 'Burger Joint'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Restaurante Kobe', 41.43012195208274, 2.1775692426469053, 'Sushi Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Granier', 41.428473086318, 2.1632170199883816, 'Coffee Shop'), ('El Turó de la Peira', 41.4323672, 2.1690681, "El Racó d'Horta", 41.43299593686785, 2.1608167846405313, 'Café'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Mercat de la Guineueta', 41.438623882549805, 2.1703589268529937, 'Grocery Store'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Xurreria Xocolateria Laia', 41.43054209860688, 2.180006324584038, 'Diner'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'The New Orleans Coffee & Tea Company', 41.43042166370781, 2.172554487811524, 'Café'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Il Trastevere', 41.42906443208985, 2.1620451819689097, 'Italian Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Foment Hortenc', 41.430723628807506, 2.1597216109128277, 'Performing Arts Venue'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'ADN Bar', 41.42928694069777, 2.1730823074202323, 'Bar'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Restaurante Alvar', 41.428833333, 2.160433888, 'Mediterranean Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Bonpreu', 41.43560462420501, 2.1604832680963137, 'Supermarket'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'GAME', 41.43023836315995, 2.1793323627927648, 'Video Game Store'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Pastisseria Lliso Lis', 41.43021953751969, 2.1776738377478417, 'Dessert Shop'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Frankfurt Julia', 41.43012482365685, 2.1609413328018285, 'Tapas Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Parc Central de Nou Barris', 41.43767704682388, 2.1627316782515384, 'Park'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Bar La Cotxera', 41.42833564352568, 2.1754845946401913, 'Cocktail Bar'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Bar musical', 41.42865024158491, 2.172166973858575, 'Bar'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Cafès Caracas', 41.43147685701865, 2.1734603097700105, 'Café'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Granier Pans Artesans', 41.43030008630418, 2.176099717378306, 'Bakery'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Parc del Turó de la Peira', 41.4327962096264, 2.165461450542692, 'Park'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Restaurant Paraiso Oriental', 41.429481665526545, 2.158720099297093, 'Chinese Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Complex Esportiu Horta', 41.4335113027736, 2.1602074696429723, 'Gym / Fitness Center'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Cent % BurgerBar', 41.430792698244204, 2.160878804908079, 'Burger Joint'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Plaça Llucmajor', 41.438459242668586, 2.1744152775677916, 'Plaza'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Parc de la Guineueta', 41.44005954645675, 2.174472864213227, 'Park'), ('El Turó de la Peira', 41.4323672, 2.1690681, "La Fonda d'Horta", 41.43045995188966, 2.1607693202611014, 'Tapas Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Pastisseria Mas', 41.426399492643895, 2.172826704830149, 'Café'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Mercadona', 41.432059, 2.171967, 'Supermarket'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Can Cuxart', 41.42825233239563, 2.176330985339793, 'Bar'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Casa Castro', 41.43926635395899, 2.1704459757228585, 'Seafood Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Pizzería Maruzella', 41.42723011237559, 2.169523855120542, 'Pizza Place'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Charter', 41.43540322780609, 2.17422, 'Grocery Store'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Frankfurt Ibèric', 41.430298, 2.170952, 'Hot Dog Joint'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Caprabo', 41.430263804802024, 2.168395070505486, 'Grocery Store'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Springfield', 41.430231397551985, 2.177282542204056, 'Clothing Store'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Abacus Pg Fabra i Puig 196', 41.430292867814934, 2.1783151797287554, 'Bookstore'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'antica pizza', 41.433757838995426, 2.173100402539311, 'Pizza Place'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Ikaro', 41.437946999552196, 2.1741645780016188, 'Spanish Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'la Sirena', 41.438506139760094, 2.1766516130728784, 'Grocery Store'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'A Tavola', 41.430200502823254, 2.1610405358300997, 'Pizza Place'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'La Panera', 41.42962829267688, 2.160807447360541, 'Bakery'), ('El Turó de la Peira', 41.4323672, 2.1690681, '7 Lunas', 41.435347815778854, 2.1722495223091607, 'Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Wok-Ying', 41.4298701230146, 2.1770666128939316, 'Japanese Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Boca&Boca', 41.43003635168593, 2.1759933643219678, 'Seafood Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, "Domino's Pizza", 41.430631554406865, 2.164108454786381, 'Pizza Place'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'La Bacardina', 41.42998577555173, 2.1637604377265762, 'Tapas Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Centre Cívic Can Verdaguer', 41.4341024239222, 2.179117614520633, 'Public Art'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Los Pinchitos', 41.43361714390988, 2.172941516995108, 'Tapas Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Plaça Sóller', 41.434234460681104, 2.176258086755151, 'Plaza'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Casa Angelita', 41.43733358365939, 2.172610022824886, 'Seafood Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Consum Basic', 41.436146436087235, 2.1742233226149796, 'Supermarket'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Duplex', 41.42986998747221, 2.1636868867135663, 'Cocktail Bar'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Caprabo', 41.4303211230677, 2.1790540742899642, 'Grocery Store'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Quin15s', 41.42521167103601, 2.176099717378306, 'Bar'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Etxekoa Burguer Horta', 41.430416704764816, 2.1641415206927306, 'Burger Joint'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Caprabo', 41.42827055900619, 2.1706914975604312, 'Supermarket'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Fragola', 41.43805175165009, 2.1729188288799848, 'Pizza Place'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Burger King', 41.430138, 2.1742814, 'Fast Food Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'La Taberna de Ali-Baba', 41.429913364035436, 2.1624079043459865, 'Spanish Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Mercadona', 41.42866123333626, 2.1649372595774174, 'Supermarket'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Tokio', 41.43714993357886, 2.1752770611023613, 'Japanese Restaurant'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Sanabria montaditos', 41.43725254362477, 2.172710089885977, 'Comedy Club'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'Caprabo', 41.4376020402932, 2.1737849078818727, 'Grocery Store'), ('El Turó de la Peira', 41.4323672, 2.1690681, 'restaurante can xus', 41.430778, 2.161331, 'Mediterranean Restaurant')], [("Vall d'Hebron", 41.4249128, 2.1423965, 'Camp Hebron-Teixonera', 41.425531839649246, 2.146340969265091, 'Soccer Field'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Vall Parc Tennis', 41.42375543861633, 2.1353603340979914, 'Tennis Court'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Mala Hierba', 41.419700725595995, 2.1486425399780273, 'Mediterranean Restaurant'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'El corner de Montbau', 41.4298881726301, 2.1434541891468997, 'Argentinian Restaurant'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Parc de la Creueta del Coll', 41.41818748071723, 2.1470363786049247, 'Park'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Casa Ovidio', 41.43052751006393, 2.1475377541353913, 'Spanish Restaurant'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Bar Plaza', 41.421941918067155, 2.14167862459735, 'Spanish Restaurant'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'DiR Club Hispà', 41.430984258192666, 2.1488393546904536, 'Gym'), ("Vall d'Hebron", 41.4249128, 2.1423965, "Palau Olímpic Vall d'Hebron", 41.42831155327084, 2.1450732738797362, 'Basketball Court'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Bar Smith', 41.42420399428366, 2.1470507664980234, 'Bar'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Mercat del Carmel', 41.4238144541793, 2.1525646662526112, 'Food Court'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Caprabo', 41.42494247071446, 2.1409794849309587, 'Grocery Store'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Residencia Salesiana Marti-Codolar', 41.428835577569146, 2.150007084476808, 'Hostel'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Restaurant xinès Jardín J.L.', 41.43069202299801, 2.1459433909425534, 'Chinese Restaurant'), ("Vall d'Hebron", 41.4249128, 2.1423965, "Mercat de Vall d'Hebron", 41.42422913837504, 2.1423549433818363, 'Farmers Market'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Els Mistos', 41.43050023874723, 2.1474192065223674, 'Outdoor Sculpture'), ("Vall d'Hebron", 41.4249128, 2.1423965, "Centre Municipal de Tennis Vall d'Hebron", 41.42906185286763, 2.14570866705665, 'Tennis Court'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Vall Parc Restaurant', 41.42374693559271, 2.1351982071496183, 'Tapas Restaurant'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Chiffon Cafe', 41.419350692332124, 2.1408197643683318, 'Café'), ("Vall d'Hebron", 41.4249128, 2.1423965, "Tot d'Avui", 41.42473083763254, 2.140974689614273, 'Bakery'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Bar Magenta', 41.425031771242466, 2.1410514147426887, 'Café'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Audrey Brunch & Coffee', 41.42584228515625, 2.1541430950164795, 'Coffee Shop'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Patio Andaluz', 41.42149879786407, 2.1432549762751454, 'Spanish Restaurant'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Pla de Montbau', 41.43141423543632, 2.142705832210139, 'Plaza'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Forn "Pa de Paula"', 41.423051, 2.146624, 'Bakery'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Restaurant La Mami', 41.42994350233527, 2.1425044216082187, 'Mediterranean Restaurant'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Font de Can Barret', 41.43165189032622, 2.1429216302859064, 'Park'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'METRO El Coll | La Teixonera', 41.42097675818755, 2.150067529838802, 'Metro Station'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Parc carrer Poesia / Joan Sales', 41.43209985701168, 2.1429647900254802, 'Park'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Parc Montbau', 41.433109042036556, 2.1419337631410733, 'Park'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Boldú', 41.41809364050799, 2.1489068433414773, 'Bakery'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Aromas Cervecería', 41.433239318007104, 2.145180379030355, 'Restaurant'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Plaça Gibraltar', 41.419447663872596, 2.1512666176197235, 'Plaza'), ("Vall d'Hebron", 41.4249128, 2.1423965, "Forn Vall d'Hebron", 41.43188397842637, 2.149243850824191, 'Bakery'), ("Vall d'Hebron", 41.4249128, 2.1423965, 'Plaça de Mossèn Ferran Palau', 41.433707695382665, 2.1439295409748884, 'Plaza')], [('Vallbona', 41.5194769, 1.7082922, 'Estacio FFGG', 41.52024213535288, 1.7090177536010742, 'Light Rail Station'), ('Vallbona', 41.5194769, 1.7082922, "FGC Vallbona d'Anoia", 41.52033000386677, 1.7088009440196972, 'Train Station'), ('Vallbona', 41.5194769, 1.7082922, 'Bar Restaurant Piscina', 41.51611075806541, 1.706985270636744, 'Mediterranean Restaurant'), ('Vallbona', 41.5194769, 1.7082922, "Piscina Municipal Vallbona d'Anoia", 41.51579320164024, 1.7067543315819431, 'Gym Pool')], [('Vallcarca i els Penitents', 41.4155257, 2.1422431, "L'Obrador del Molí (L'Obrador de Vallcarca)", 41.41167056225667, 2.1410514148059434, 'Bakery'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Parc de la Creueta del Coll', 41.41818748071723, 2.1470363786049247, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'El Asador de Aranda', 41.413397714605836, 2.134387395449855, 'Spanish Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Parc del Turó del Putxet', 41.409251405826666, 2.142605126796278, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Passeig de Sant Gervasi', 41.41287163895288, 2.1379297669203345, 'Plaza'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bodega La Riera', 41.41071089409528, 2.1465137415655198, 'Wine Bar'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Mala Hierba', 41.419700725595995, 2.1486425399780273, 'Mediterranean Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'ABaC Restaurant & Hotel', 41.41049939509281, 2.1363794517924086, 'Hotel'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Les Tres Creus', 41.41240268177091, 2.1511520658131493, 'Scenic Lookout'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Parc de la Tamarita', 41.410209404532495, 2.1363139127526867, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Park Güell (Parque Güell)', 41.41437832874697, 2.152386903762817, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'BcnStop Parc Güell', 41.40960995547228, 2.1473446850151743, 'Hotel'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'CosmoCaixa', 41.41272887002971, 2.131444215774536, 'Science Museum'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Mirabé', 41.41625628377244, 2.1324081363115974, 'Bar'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Centre Esportiu Municipal Putxet Sport', 41.409842094628154, 2.141387298575577, 'Gym'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Plaça de John F. Kennedy', 41.41003673884839, 2.1369586739464577, 'Plaza'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'La Tagliatella', 41.410334119788864, 2.13681874616516, 'Italian Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bar La Palmera', 41.40887704071727, 2.1484525629644478, 'Tapas Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Koh-Ndal', 41.412251, 2.13824, 'Thai Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Balmes Multicines', 41.40717189863556, 2.1384482275062795, 'Multiplex'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Muntanya Pelada', 41.41827544063098, 2.153213675012205, 'Mountain'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Undulating Bench', 41.41398338913169, 2.1527030711440625, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'La Venta', 41.416135248204505, 2.131544500871, 'Mediterranean Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Nostre Cafe', 41.412650063627865, 2.1430673153205153, 'Café'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Granja Bar Antonio', 41.41317001677634, 2.1390234527598992, 'Spanish Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Mirablau', 41.4160490653882, 2.1318322743490707, 'Cocktail Bar'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'El Mos Cafe', 41.41452431929178, 2.138188697195157, 'Breakfast Spot'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'El Fornet', 41.41014718472288, 2.1366048755028286, 'Bakery'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Mirador El Virolai', 41.41640007657834, 2.1529734440000543, 'Scenic Lookout'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Santa Glòria', 41.41170219299367, 2.138661518145191, 'Bakery'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bonpreu', 41.41280110553059, 2.1400393980288275, 'Supermarket'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Marisqueria de Balmes', 41.40745199019205, 2.1382813207060485, 'Seafood Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Aroma', 41.41139085806862, 2.138469296870827, 'Café'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, "Jardins d'Àustria", 41.414081000947, 2.1531228685987043, 'Botanical Garden'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Planetari Bombolla', 41.41220720670695, 2.1317446543104146, 'Planetarium'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Casa Museu Gaudí', 41.41443073772546, 2.1535874669641806, 'Museum'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bar Ellumi', 41.41139692023286, 2.1497174022418024, 'Bar'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Plaça de la Ciencia', 41.412796479591115, 2.131332643849003, 'Plaza'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Mirador de Joan Sales', 41.416306258339915, 2.153015150565127, 'Scenic Lookout'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Zona Monumental', 41.41372408797401, 2.1529244408569057, 'Art Museum'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'El Pescadito de Balmes', 41.40814400332976, 2.1380628589562716, 'Seafood Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Güelly', 41.411867, 2.150525, 'Sandwich Place'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'ostreria clandestina', 41.40888, 2.137568, 'Seafood Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Mount Menas', 41.41238445223201, 2.1511638164520264, 'Mountain'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Laie Park Güell', 41.413464, 2.1526532, 'Bookstore'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Aquique Cafè', 41.411647003247204, 2.141047685233881, 'Café'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Da Pietro', 41.4113279437289, 2.1384993427111527, 'Pizza Place'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Frankfurt Cervecería Zurich', 41.407475143186325, 2.139510384586054, 'Burger Joint'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'la Sirena', 41.41274268766393, 2.1396943583795647, 'Grocery Store'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, "racó d'angel", 41.40794302729332, 2.1364530044726298, 'Café'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bracafè', 41.41139493388094, 2.14486865535655, 'Café'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Planetari 3D', 41.41225835230436, 2.132164639849492, 'Planetarium'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Hostel Box', 41.409908182533776, 2.1481717977444412, 'Hostel'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bar Plaza', 41.421941918067155, 2.14167862459735, 'Spanish Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Ben Tips', 41.411281625854244, 2.145150634484741, 'Burger Joint'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Plaça Salvador Allende', 41.417275409450944, 2.1525357009214163, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'SandwiChez', 41.408306, 2.1473956, 'Sandwich Place'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Buenas Migas', 41.41007401528301, 2.1371077359648227, 'Breakfast Spot'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Condis', 41.41246721641056, 2.1388952577434055, 'Grocery Store'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Consum', 41.41302182734496, 2.1384656903720907, 'Supermarket'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Hotel Catalonia Park Güell ***', 41.414327432713414, 2.1448474800202666, 'Hotel'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bosc Inundat', 41.41230300914462, 2.131870183007891, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'El Rebost de Collserola', 41.41679655428743, 2.1349905334945958, 'Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Charter', 41.411499, 2.138399, 'Grocery Store'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Inka Burg BCN', 41.40771416644218, 2.1478617202238155, 'Burger Joint'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Plaça Alfonso Comín', 41.41537455399955, 2.138174312140714, 'Plaza'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Matagana', 41.40908234924768, 2.1472683524816993, 'Breakfast Spot'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'FGC Av. Tibidabo', 41.41002629380584, 2.137046745172613, 'Train Station'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Güelly Sandwich Park', 41.411956, 2.150529, 'Sandwich Place'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bar Restaurante Molina', 41.41161114461861, 2.1380637491497034, 'Mediterranean Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Cortacans', 41.41168153095314, 2.1388256587312147, 'Gourmet Shop'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Siboney', 41.40841926495972, 2.1472138296880683, 'Breakfast Spot'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Frankfurt Kinor', 41.41172654520912, 2.1410844234174835, 'Burger Joint'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'El Mos', 41.41453542735087, 2.138361318207965, 'Snack Place'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Club Tenis Barcino', 41.409004145093455, 2.1387045529714035, 'Tennis Stadium'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Caprabo', 41.407833025830314, 2.137188958067378, 'Supermarket'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Chiffon Cafe', 41.419350692332124, 2.1408197643683318, 'Café'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Farga', 41.41108783922628, 2.1382869322139544, 'Dessert Shop'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Merbeyé', 41.416183691549755, 2.131389559241303, 'Cocktail Bar'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bar Luis', 41.40838798663528, 2.149069913187996, 'Café'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bertran Aparthotel', 41.41042692594928, 2.1397803023734636, 'Bed & Breakfast'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Tramvia Blau', 41.41028468380288, 2.136596779138085, 'Tram Station'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Bar del Parc Güell', 41.413518292257706, 2.1529340024554866, 'Bar'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Gueto de fumadors de la Quirón', 41.41556366841115, 2.138519554719389, 'Smoke Shop'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Mare de Déu de Montserrat', 41.4160884667169, 2.146432776451166, 'Hotel'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'COFFEE PARK STORE', 41.41308486166626, 2.1530447982264165, 'Gift Shop'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'El Balconet', 41.41615, 2.131216, 'Bar'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Caprabo', 41.40901111325377, 2.148005173696536, 'Supermarket'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Caprabo', 41.40695730682288, 2.1450604850536688, 'Supermarket'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Telepizza', 41.413454, 2.138022, 'Pizza Place'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Consum Basic', 41.40900499529213, 2.1482929386386855, 'Grocery Store'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Quimet', 41.411651098927784, 2.141535745141235, 'Gourmet Shop'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Jardins de Portolà', 41.41128376600648, 2.142072830502683, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Parc de la Font del Racó', 41.41600708917978, 2.1311645440583735, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, "L' obrador", 41.41114777935467, 2.1412000700520206, 'Bakery'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Patio Andaluz', 41.42149879786407, 2.1432549762751454, 'Spanish Restaurant'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Jardins de Marià Manent', 41.41040754534015, 2.1407541056002626, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Enrich', 41.40695540074684, 2.1386154559068107, 'Bakery'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, 'Parc del Torrent dels Maduixers', 41.41575314753589, 2.1349234080621384, 'Park'), ('Vallcarca i els Penitents', 41.4155257, 2.1422431, "Mercat de Vall d'Hebron", 41.42422913837504, 2.1423549433818363, 'Farmers Market')], [('Vallvidrera', 41.4150674, 2.1074824, 'Uaala! Gelateria', 41.41428843969549, 2.10576657450022, 'Ice Cream Shop'), ('Vallvidrera', 41.4150674, 2.1074824, 'Parc de Collserola (Parque Natural de Collserola)', 41.41543591728132, 2.1077027371922488, 'National Park'), ('Vallvidrera', 41.4150674, 2.1074824, 'Antiga Casa Trampa', 41.41314421393993, 2.1045274352996426, 'Building'), ('Vallvidrera', 41.4150674, 2.1074824, 'Torre de Collserola', 41.417404714251916, 2.114421289062792, 'Scenic Lookout'), ('Vallvidrera', 41.4150674, 2.1074824, 'FGC Peu del Funicular', 41.408994559131415, 2.111282613592127, 'Train Station'), ('Vallvidrera', 41.4150674, 2.1074824, 'Font de la Budellera', 41.41912261587781, 2.1123893240301896, 'Fountain'), ('Vallvidrera', 41.4150674, 2.1074824, 'Can Martí', 41.413725984089446, 2.112583506997223, 'BBQ Joint'), ('Vallvidrera', 41.4150674, 2.1074824, 'Plaça Pep Ventura', 41.41421781119438, 2.105757814974362, 'Plaza'), ('Vallvidrera', 41.4150674, 2.1074824, 'FGC Vallvidrera Superior', 41.4142407876123, 2.105798381447022, 'Light Rail Station'), ('Vallvidrera', 41.4150674, 2.1074824, 'Autoservicio Crespo', 41.41303956087922, 2.104195305881845, 'Farmers Market'), ('Vallvidrera', 41.4150674, 2.1074824, 'Condis', 41.41319170698868, 2.104037190449073, 'Convenience Store'), ('Vallvidrera', 41.4150674, 2.1074824, 'Camp Municipal de Vallvidrera', 41.416068808714165, 2.1016577089628745, 'Soccer Field'), ('Vallvidrera', 41.4150674, 2.1074824, 'Vila·la Joana (MUHBA Vil·la Joana)', 41.418900044668746, 2.1025514602661133, 'Museum'), ('Vallvidrera', 41.4150674, 2.1074824, 'Pinya 2', 41.418349742889404, 2.101484, 'Spanish Restaurant'), ('Vallvidrera', 41.4150674, 2.1074824, 'FGC Vallvidrera Inferior', 41.40936202613993, 2.110999589759556, 'Light Rail Station'), ('Vallvidrera', 41.4150674, 2.1074824, "Centre d'Informació del Parc de Collserola", 41.41967673774284, 2.1010235212076274, 'Tourist Information Center'), ('Vallvidrera', 41.4150674, 2.1074824, 'Cafeteria Peu Funicular', 41.40880353154597, 2.111196066752487, 'Diner'), ('Vallvidrera', 41.4150674, 2.1074824, "Restaurant A l'Aire", 41.4191669711096, 2.0971381516538643, 'Restaurant')], [('Vallvidrera, el Tibidabo i les Planes', 41.4173, 2.091, 'Inout Hostel Barcelona', 41.42220643454509, 2.09849254696807, 'Hostel'), ('Vallvidrera, el Tibidabo i les Planes', 41.4173, 2.091, 'FGC Baixador de Vallvidrera', 41.42005527624036, 2.0969705431375183, 'Train Station'), ('Vallvidrera, el Tibidabo i les Planes', 41.4173, 2.091, "Restaurant A l'Aire", 41.4191669711096, 2.0971381516538643, 'Restaurant'), ('Vallvidrera, el Tibidabo i les Planes', 41.4173, 2.091, 'Pinya 2', 41.418349742889404, 2.101484, 'Spanish Restaurant'), ('Vallvidrera, el Tibidabo i les Planes', 41.4173, 2.091, "Centre d'Informació del Parc de Collserola", 41.41967673774284, 2.1010235212076274, 'Tourist Information Center'), ('Vallvidrera, el Tibidabo i les Planes', 41.4173, 2.091, 'Camp Municipal de Vallvidrera', 41.416068808714165, 2.1016577089628745, 'Soccer Field'), ('Vallvidrera, el Tibidabo i les Planes', 41.4173, 2.091, 'Vila·la Joana (MUHBA Vil·la Joana)', 41.418900044668746, 2.1025514602661133, 'Museum')], [('Verdum', 41.4440404, 2.1758401, 'La Freidu', 41.44242835883664, 2.1780126991050515, 'Spanish Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Castell de Torre Baró', 41.44827121101506, 2.1739108862668868, 'Castle'), ('Verdum', 41.4440404, 2.1758401, 'Mercat De Montserrat', 41.4462567639762, 2.1791147552608043, 'Grocery Store'), ('Verdum', 41.4440404, 2.1758401, "La Bodegueta d'en Miquel", 41.43990301937286, 2.1764481671055576, 'Tapas Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Marquesina Vía Julia', 41.443452127614165, 2.1784722709277125, 'Building'), ('Verdum', 41.4440404, 2.1758401, "La Bodegueta d'en Miquel", 41.43700392918835, 2.1741137147382217, 'Tapas Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Ateneu Popular de Nou Barris', 41.44885239659843, 2.180130120976513, 'Music Venue'), ('Verdum', 41.4440404, 2.1758401, 'Parc de la Guineueta', 41.44005954645675, 2.174472864213227, 'Park'), ('Verdum', 41.4440404, 2.1758401, "Restaurant l'hostalet", 41.4444576761513, 2.1800351214726934, 'Restaurant'), ('Verdum', 41.4440404, 2.1758401, "Plaça d'Ángel Pestaña", 41.441480682746004, 2.1799343324429477, 'Park'), ('Verdum', 41.4440404, 2.1758401, 'Pizzeria Il Duomo & La Mole', 41.442162963991656, 2.1870598856072188, 'Pizza Place'), ('Verdum', 41.4440404, 2.1758401, 'Restaurante 5 Hermanos', 41.44410555164136, 2.165911285399336, 'Mediterranean Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Plaça Major de Nou Barris', 41.43650913763442, 2.171543489270139, 'Plaza'), ('Verdum', 41.4440404, 2.1758401, 'La Botigueta del Bon Menjar', 41.4366028, 2.172807799999987, 'Diner'), ('Verdum', 41.4440404, 2.1758401, 'Mercat de la Guineueta', 41.438623882549805, 2.1703589268529937, 'Grocery Store'), ('Verdum', 41.4440404, 2.1758401, 'Plaça Llucmajor', 41.438459242668586, 2.1744152775677916, 'Plaza'), ('Verdum', 41.4440404, 2.1758401, 'Supermercat El Corte Inglés', 41.43635568259089, 2.1814040615223003, 'Supermarket'), ('Verdum', 41.4440404, 2.1758401, 'Escape Barcelona', 41.438487603954904, 2.167327883804756, 'Escape Room'), ('Verdum', 41.4440404, 2.1758401, "Pistes D'Atletisme De Can Dragó", 41.43809189304504, 2.184326063617578, 'Track'), ('Verdum', 41.4440404, 2.1758401, 'Casal de Barri de Prosperitat', 41.44159634161399, 2.1798155458670765, 'Bar'), ('Verdum', 41.4440404, 2.1758401, 'la Sirena', 41.438506139760094, 2.1766516130728784, 'Grocery Store'), ('Verdum', 41.4440404, 2.1758401, 'Brafa', 41.448253566959366, 2.173925851000857, 'Gym'), ('Verdum', 41.4440404, 2.1758401, 'Casa Castro', 41.43926635395899, 2.1704459757228585, 'Seafood Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Ikaro', 41.437946999552196, 2.1741645780016188, 'Spanish Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Taberna Andalussa Dunia', 41.44000823495725, 2.181930957144943, 'Tapas Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Mercadona', 41.447223, 2.179808, 'Supermarket'), ('Verdum', 41.4440404, 2.1758401, 'la Sirena', 41.443827381498956, 2.1800091784524738, 'Grocery Store'), ('Verdum', 41.4440404, 2.1758401, 'Los 3 Leños', 41.441011, 2.174726, 'Argentinian Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Skatepark Guineueta', 41.44319485309268, 2.1708860993385315, 'Skate Park'), ('Verdum', 41.4440404, 2.1758401, 'C.F. Montañesa', 41.44544685668017, 2.1797485100115064, 'Sports Club'), ('Verdum', 41.4440404, 2.1758401, 'Pizzeria El Foc', 41.442823132259406, 2.1819837537106825, 'Pizza Place'), ('Verdum', 41.4440404, 2.1758401, 'El Pibe', 41.44016034115383, 2.174073808455809, 'Fast Food Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Consum Basic', 41.4417088324591, 2.1774866681142084, 'Grocery Store'), ('Verdum', 41.4440404, 2.1758401, 'Charter', 41.43540322780609, 2.17422, 'Grocery Store'), ('Verdum', 41.4440404, 2.1758401, 'Mercadona Río De Janeiro', 41.43745924191601, 2.180569301709888, 'Supermarket'), ('Verdum', 41.4440404, 2.1758401, 'Bar Restaurant La Peña', 41.442762516356126, 2.183918070551605, 'Spanish Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Fragola', 41.43805175165009, 2.1729188288799848, 'Pizza Place'), ('Verdum', 41.4440404, 2.1758401, 'Casa Angelita', 41.43733358365939, 2.172610022824886, 'Seafood Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Tokio', 41.43714993357886, 2.1752770611023613, 'Japanese Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Bar Marvic', 41.44293108887595, 2.1820181015516575, 'Spanish Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Consum Basic', 41.436146436087235, 2.1742233226149796, 'Supermarket'), ('Verdum', 41.4440404, 2.1758401, 'Caprabo', 41.4376020402932, 2.1737849078818727, 'Grocery Store'), ('Verdum', 41.4440404, 2.1758401, 'Restaurante Alcudia', 41.43839232296559, 2.176221343900291, 'Spanish Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Sanabria montaditos', 41.43725254362477, 2.172710089885977, 'Comedy Club'), ('Verdum', 41.4440404, 2.1758401, 'Hiper bocata', 41.44054164271436, 2.1765475641619534, 'Brewery'), ('Verdum', 41.4440404, 2.1758401, 'Kebab Villarriba', 41.4469888, 2.1734073000000005, 'Falafel Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Cafè Cafè', 41.43742388110728, 2.172022534731074, 'Breakfast Spot'), ('Verdum', 41.4440404, 2.1758401, 'Caprabo', 41.44281995082463, 2.1876142626143587, 'Supermarket'), ('Verdum', 41.4440404, 2.1758401, 'Bar Mirasol', 41.437785663878905, 2.1792613077032597, 'Café'), ('Verdum', 41.4440404, 2.1758401, 'Bar Maxi Max', 41.443792304568085, 2.181690973535088, 'Tapas Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'El Abuelo', 41.43886542450245, 2.175057977273817, 'Snack Place'), ('Verdum', 41.4440404, 2.1758401, 'Camp Futbol Guineueta', 41.44146416423397, 2.170789931605048, 'Soccer Field'), ('Verdum', 41.4440404, 2.1758401, 'El Corte Inglés', 41.43636112849569, 2.1814681328027357, 'Department Store'), ('Verdum', 41.4440404, 2.1758401, 'Cerveceria La Tortuga', 41.43912838203494, 2.1739100888963323, 'Tapas Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Eurodoner', 41.43832143227874, 2.1762364376324728, 'Middle Eastern Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Mercadona', 41.438100299288976, 2.170191113701571, 'Supermarket'), ('Verdum', 41.4440404, 2.1758401, 'Plaça Nou Pins', 41.443605765721266, 2.1847329674095017, 'Park'), ('Verdum', 41.4440404, 2.1758401, 'A Garrotxa', 41.44264920691013, 2.1858428702371215, 'Tapas Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Granier Pans Artesans', 41.4386699685116, 2.1709943919990837, 'Bakery'), ('Verdum', 41.4440404, 2.1758401, 'Bar El Gratacel', 41.443103, 2.165425, 'Café'), ('Verdum', 41.4440404, 2.1758401, 'Parada BUS 0883', 41.44227705158644, 2.186366084364172, 'Bus Station'), ('Verdum', 41.4440404, 2.1758401, 'Mercat Canyellas', 41.44177372574675, 2.1643291534444704, 'Market'), ('Verdum', 41.4440404, 2.1758401, 'Bar Can Drago', 41.439981592579784, 2.186486088460783, 'Spanish Restaurant'), ('Verdum', 41.4440404, 2.1758401, 'Estanco Exp. 343', 41.44256740689468, 2.1876465446753794, 'Smoke Shop'), ('Verdum', 41.4440404, 2.1758401, 'Farmacia Seguí i Sala', 41.44246467048643, 2.1876475265547857, 'Pharmacy')], [('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Mercat de Sant Martí de Provençals', 41.41937334667442, 2.1968460463338904, 'Supermarket'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Bar Lafuente', 41.42202362630867, 2.2108429670333862, 'Bar'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Restaurant Sant Martí', 41.421828997884305, 2.1970557275161435, 'Mediterranean Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Caprabo', 41.42016555228059, 2.202240866620674, 'Grocery Store'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Mercat de Sant Martí', 41.41781632016236, 2.2040816442885727, 'Farmers Market'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'C.E.JUPITER', 41.41790074665292, 2.2022670098578248, 'Soccer Field'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'El Ramblero', 41.4221042593461, 2.1967703925503113, 'Tapas Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Diavoletto', 41.422087099551526, 2.198176018701948, 'Burger Joint'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'SIFON SIFON', 41.41774064757698, 2.2054202133112493, 'Tapas Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Barcelona Studios', 41.429856374694594, 2.207877489966651, 'Performing Arts Venue'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Futbol 7 Barcelona', 41.426220780747514, 2.1968000855136958, 'Soccer Field'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Plaça de La Palmera', 41.41976817551229, 2.2046968116511825, 'Plaza'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'La Pili', 41.4211937695251, 2.213548796812097, 'Tapas Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Bar Expres', 41.416313, 2.201664, 'Pizza Place'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Foxos', 41.41684802728151, 2.204112959112685, 'Spanish Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Poliesportiu La Verneda', 41.424888616543775, 2.2044999256067506, 'Athletics & Sports'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Forn Oller', 41.422984404200115, 2.205614859049092, 'Coffee Shop'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Parc de Sant Martí', 41.420031171196136, 2.197609455280862, 'Park'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Camp de Futbol Sant Marti de Provençals', 41.41581017947023, 2.2013642709890746, 'Soccer Field'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'La Cantonada de Prim', 41.420307189251986, 2.208133030865979, 'Tapas Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Caprabo', 41.420967707915864, 2.206657053194012, 'Supermarket'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'La Sirena', 41.41980113193192, 2.2036385536193848, 'Grocery Store'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Mercadona (Pare Manyanet)', 41.42832372899633, 2.1947239333798767, 'Supermarket'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Centre Esportiu Jupiter', 41.41783424700079, 2.202147749630616, 'Gym / Fitness Center'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'rubick', 41.418872345560914, 2.203789222154575, 'Tapas Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'maestro döner kebab', 41.424207573848335, 2.2035491221665673, 'Fast Food Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Ceferino', 41.418486668316206, 2.20424044731196, 'Coffee Shop'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Granier Pans Artesans', 41.41872254225655, 2.200120825898293, 'Bakery'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Carrefour Market', 41.41983069017928, 2.1964032896652754, 'Supermarket'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, "Ca n'Oliva", 41.4260917784568, 2.2018133516693497, 'Café'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Foto Video Cantabria', 41.420940423517955, 2.2002454760746657, 'Video Store'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'El Gran Mundo', 41.41461623249655, 2.2013178279177543, 'Asian Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, "Iaia'Nita", 41.420473702261475, 2.204850208401935, 'Coffee Shop'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Ciutat Esportiva Dani Jarque', 41.42613436568139, 2.2123135993762695, 'Soccer Stadium'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Forns del Pi', 41.42031312964383, 2.199952577267996, 'Bakery'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'RENFE Barcelona-Sagrera', 41.4217, 2.19361, 'Train Station'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Picnic', 41.41793812023841, 2.1988516153214728, 'Coffee Shop'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Telepizza', 41.41739725849415, 2.2043942797907077, 'Pizza Place'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Tram T5/T6 Besòs', 41.419988186426174, 2.2095581889152527, 'Tram Station'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Bar-Restaurante Milor', 41.420020340075915, 2.20912214027571, 'Café'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Cablematic', 41.43156838258804, 2.2053524003865737, 'Electronics Store'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, "McDonald's", 41.42925181842988, 2.211607912436378, 'Fast Food Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Restaurante Regino', 41.42870162675779, 2.1999621804774043, 'Spanish Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Restaurante La Deliciosa', 41.42632221731145, 2.21182401117403, 'Diner'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Los bocatas del Tajuelo', 41.42411176283851, 2.2118358616255334, 'Spanish Restaurant'), ('La Verneda i la Pau', 41.4232198, 2.202940152045822, 'Bingo Verneda', 41.41751146442855, 2.1970835154519577, 'Cocktail Bar')], [('Vila de Gràcia', 41.4031783, 2.1571662, 'Karakala', 41.402777244950535, 2.1565053499986964, 'Mediterranean Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Viblioteca', 41.402957375096335, 2.1571090840161458, 'Wine Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Cinemes Verdi', 41.4039444142192, 2.1568046214192576, 'Indie Movie Theater'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Verdi Park', 41.40439643936218, 2.15773639658366, 'Indie Movie Theater'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'A Casa Portuguesa', 41.403977446714315, 2.15594696942185, 'Pastry Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Chök', 41.405201333329366, 2.1572311348076547, 'Donut Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bateau Lune', 41.40484556186376, 2.157259474500904, 'Toy / Game Store'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Velcro Bar', 41.402965425874314, 2.157037499945025, 'Cocktail Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Sant Jordi Hostel Gracia', 41.40324985662141, 2.158386372433982, 'Hostel'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Quinoa Bar Vegetarià', 41.40275, 2.160025, 'Vegetarian / Vegan Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Gasterea', 41.40401168121968, 2.156659127394211, 'Tapas Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Plaça de la Virreina', 41.40490008305463, 2.157363109341037, 'Plaza'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bar Amistat', 41.40300042279303, 2.1592665355819434, 'Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Rabipelao Gràcia (Le Rabipelè)', 41.40382131282424, 2.159717009203901, 'Venezuelan Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Hibernian', 41.40190267134879, 2.154678870121885, 'Bookstore'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Elephanta', 41.40468637079748, 2.1586115578632286, 'Cocktail Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Syra Coffee', 41.40148729710933, 2.159537672996521, 'Coffee Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Plaça del Diamant', 41.40410179852074, 2.155825946432338, 'Plaza'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Al Waha', 41.40351005133748, 2.1573356870153764, 'Middle Eastern Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Casa López', 41.404751660017816, 2.1550896341944186, 'Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Gelatology', 41.40073502606698, 2.157996372885786, 'Ice Cream Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Festival', 41.40480720182323, 2.1557863050364023, 'Wine Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Plaça de la Vila de Gràcia (Plaza de la Villa de Gracia)', 41.400281384176765, 2.157531512963472, 'Plaza'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Lukumas', 41.404948922603516, 2.1543060314445297, 'Donut Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'The Curiosity Shop', 41.40217559946078, 2.1578468432652604, 'Toy / Game Store'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Teatreneu', 41.403216161169496, 2.1585241795866947, 'Theater'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Xula Tapería', 41.40236228461013, 2.1585650588526097, 'Tapas Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Swing Maniacs', 41.40539470730349, 2.157114418937181, 'Dance Studio'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Somodó', 41.40120286721882, 2.154824725601632, 'Asian Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Brotzeit', 41.402093, 2.159988, 'Bakery'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Plaça del Sol', 41.40162314320513, 2.1566926626480947, 'Plaza'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Messié Pizza 100% Sense Gluten', 41.401006012898016, 2.1596547365077345, 'Pizza Place'), ('Vila de Gràcia', 41.4031783, 2.1571662, "Chivuo's", 41.40493964060822, 2.153964042663574, 'Sandwich Place'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Intrèpid de Gràcia', 41.404326224459055, 2.1548448413132735, 'Gastropub'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Nabucco Tiramisu', 41.40037730220652, 2.1576435791991235, 'Café'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'The Hip Fish', 41.405577265768585, 2.1553215427594306, 'Salad Place'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Las Vermudas', 41.405583, 2.156911, 'Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Taverna El Glop', 41.404862156174694, 2.1595494341101467, 'Mediterranean Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bodega E. Marín', 41.402518757318724, 2.1609061808469616, 'Wine Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Olokuti', 41.403507107836994, 2.15483525676174, 'Arts & Crafts Store'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Ifil', 41.40448990222176, 2.154507971428913, 'Arts & Crafts Store'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Ventuno', 41.40450112170916, 2.1569555259255893, 'Cocktail Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Singular', 41.399990526786624, 2.1585153732668876, 'Mediterranean Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, "Sil's Cakes", 41.40022088676051, 2.159582110973749, 'Dessert Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Centre Artesà Tradicionarius', 41.402403646570114, 2.1545651701220447, 'Music Venue'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Macchina', 41.402985734475166, 2.1536083717059613, 'Italian Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Les Tres a la Cuina', 41.405248990614645, 2.1598528820575145, 'Vegetarian / Vegan Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Vermuteria del Tano', 41.40474851916155, 2.160860002040863, 'Tapas Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Caravana', 41.399329, 2.158239, 'Falafel Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Plaça de les Dones del 36', 41.404545894437476, 2.1536253539938137, 'Plaza'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Micaela', 41.40302244550874, 2.153790484143792, 'Pizza Place'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bar Viu', 41.40364, 2.157531, 'Pub'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Pizza Ràpid', 41.40435010578659, 2.1547726377655407, 'Pizza Place'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Botafumeiro', 41.4004236, 2.1546386, 'Seafood Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Kitsune', 41.40182380071491, 2.1544481243009157, 'Japanese Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Ugarit Gracia', 41.405115462421826, 2.161337192835134, 'Middle Eastern Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Kibuka', 41.399656604601056, 2.1571977379788843, 'Sushi Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Family Beer', 41.40606758802434, 2.159560849555693, 'Brewery'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Mercat de la Llibertat', 41.399999232284756, 2.1534271960211897, 'Farmers Market'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Gatamala', 41.40792, 2.157674, 'Tapas Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bar Bodega Quimet', 41.399292433984954, 2.154670067824391, 'Wine Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Rovira', 41.407507, 2.158137, 'Brewery'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Pubilla', 41.39965767807563, 2.153616819520994, 'Mediterranean Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Sartoria Panatieri', 41.40665, 2.1603665, 'Pizza Place'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Haiku', 41.40159722744131, 2.1541134487435922, 'Bookstore'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Room 28', 41.3999481411208, 2.161627151800562, 'Salon / Barbershop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Ítaca Gràcia', 41.40335261156224, 2.153583716993921, 'Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Cinemes Texas', 41.402056664756905, 2.1636602282524104, 'Indie Movie Theater'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Panxolina', 41.40777, 2.157795, 'Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Veg World India', 41.4046963412631, 2.1607326032120175, 'Vegetarian / Vegan Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, '.IT', 41.405223667809935, 2.154813607872979, 'Italian Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, "Casa Vallès Frankfurt's", 41.40022890966978, 2.1550565047467805, 'Hot Dog Joint'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'SlowMov', 41.39820436763998, 2.1548686057156816, 'Coffee Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bloody Mary Cocktail Lounge', 41.398381, 2.15913, 'Cocktail Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Cal Boter', 41.402150511, 2.162332909, 'Spanish Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Lo Pinyol', 41.39859751262284, 2.161147631886733, 'Wine Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Catrina', 41.40801604180899, 2.1593445005119385, 'Mexican Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Casa Vicens', 41.40346592597279, 2.1506862551386856, 'Monument / Landmark'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Origo', 41.400517, 2.163144, 'Bakery'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Be House', 41.39795499278046, 2.158843290734931, 'Miscellaneous Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Can Luc', 41.40038299560547, 2.1533327102661133, 'Cheese Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Capet', 41.400508453822795, 2.1523034533408456, 'Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'El Molinet', 41.40491642478212, 2.1542420887952702, 'Café'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bicioci', 41.39990720526537, 2.1619101571145074, 'Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Cafè Camèlia', 41.40509555023415, 2.1554787900732664, 'Café'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Cadàver Exquisit', 41.406380026692226, 2.153597735814154, 'Coworking Space'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Antifaz Comic', 41.40554600153308, 2.1507037583206796, 'Comic Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'CdeCupcake', 41.401643, 2.152497, 'Cupcake Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Condis Life L', 41.406198801020864, 2.152465737393386, 'Supermarket'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Plaça Rovira i Trias', 41.40751522765003, 2.1583883610884813, 'Plaza'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Parallelo', 41.397035153599056, 2.1564711220043216, 'Ice Cream Shop'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Old Fashioned', 41.39797990124857, 2.159708880693702, 'Cocktail Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Microteatre Barcelona', 41.40157761245547, 2.1645772291472607, 'Indie Theater'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'La Pepita', 41.39804397073071, 2.1611130504185203, 'Tapas Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Kaguya-Hime', 41.40280078411779, 2.162686306939959, 'Sushi Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Interior de Te', 41.39934687604079, 2.15327011586058, 'Tea Room'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bodega Casas', 41.40842251035509, 2.159848362154644, 'Bar'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bali', 41.399889, 2.150663, 'Indonesian Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Bodega Can Ros', 41.405038, 2.164164, 'Tapas Restaurant'), ('Vila de Gràcia', 41.4031783, 2.1571662, 'Parco Sushi Sashimi', 41.397471929424604, 2.1583705265862925, 'Japanese Restaurant')], [('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Hotel Arts Ritz Club Lounge', 41.386595607848136, 2.196598104499737, 'Lounge'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Port Olimpic Center', 41.38653307202203, 2.198467254638672, 'Arcade'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Restaurant Ají', 41.386452577110994, 2.1971583366394043, 'Japanese Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Hotel Arts Lobby', 41.386844666638815, 2.196537165551343, 'Hotel Bar'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, '43 the Spa at Arts Hotel Barcelona', 41.386919109717624, 2.196337114214977, 'Spa'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Ninoska Restaurante', 41.38991954461159, 2.195284113415347, 'South American Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Yelmo Cines Icaria 3D', 41.390995975974306, 2.1977209473759762, 'Multiplex'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Cafe Menssana', 41.390707, 2.190398, 'Burger Joint'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Touche', 41.386009283797925, 2.197199388550701, 'Diner'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Platja de la Nova Icària', 41.39058988645894, 2.2022223472595215, 'Beach'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Edge Brewing', 41.394051227915924, 2.193269892726399, 'Brewery'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'La Fonda del Port Olímpic', 41.388597659248276, 2.2006667227980876, 'Paella Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Ristorante Pizzeria 210 Grammi', 41.3915, 2.194275, 'Italian Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Urretxu', 41.391988632921766, 2.190906600040481, 'Spanish Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'La Barca del Salamanca', 41.3882982339241, 2.201138185821847, 'Seafood Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Nova Icària Esports Club', 41.39205192685523, 2.197712018439136, 'Gym / Fitness Center'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'La Tornada', 41.39301881630123, 2.1935553632557054, 'Bakery'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Parc de les Cascades', 41.38685530482138, 2.194575101151126, 'Park'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Rio D.O.C. - Denominación de Origen Carioca', 41.39097817560971, 2.189780943542214, 'Brazilian Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Inercia Xiringuito Beach', 41.391228, 2.203571, 'Beach Bar'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Vela Barcelona (Centre Municipal de Vela)', 41.38749711157533, 2.20259630063083, 'Harbor / Marina'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Ibis Styles Barcelona City Bogatell', 41.39475850869639, 2.193383199696882, 'Hotel'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, "Marina Bay by Moncho's", 41.3870483, 2.1964703, 'Paella Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'La Taberna Gallega', 41.387975880573826, 2.201616787532475, 'Paella Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Feeling Woman', 41.39476371320736, 2.1908139667182693, 'Dance Studio'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'El Cangrejo Loco', 41.38783343835062, 2.202171737942013, 'Seafood Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Opium', 41.385104485251226, 2.19682643468059, 'Nightclub'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Restaurant Agua', 41.3847182214749, 2.196343926187692, 'Spanish Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Cascada Monumental', 41.38931845588602, 2.186541994124922, 'Fountain'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Van Van Var', 41.39399887040982, 2.1902908929701312, 'Burger Joint'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Hotel SB Icària Barcelona', 41.393632179743896, 2.199281779629489, 'Hotel'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Claror', 41.38460871815502, 2.195480190247036, 'Gym / Fitness Center'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Parc de la Ciutadella (Parque de la Ciudadela)', 41.388365591991345, 2.1862932448857464, 'Park'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Xiringuito Escribà', 41.39349550469909, 2.205355167388916, 'Paella Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Can Bigotis', 41.39609185855765, 2.198879600759474, 'Tapas Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, "Nømad Roaster's Home", 41.39790205203248, 2.1957478624538322, 'Coffee Shop'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Xiroi', 41.39165196342853, 2.2036120954160956, 'Spanish Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Passeig Marítim del Bogatell', 41.39327707930323, 2.202713584167521, 'Trail'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Can Dendê', 41.39829633168689, 2.198359966278076, 'Breakfast Spot'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Crossfit Poblenou', 41.394990164070585, 2.1883739673552256, 'Gymnastics Gym'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Racó de la Vila', 41.39748894999484, 2.1991627424733684, 'Spanish Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Platja del Bogatell (Playa del Bogatell)', 41.394058905945336, 2.2066426277160645, 'Beach'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Juice Dudes', 41.391884, 2.186535, 'Juice Bar'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Els Pollos de Llull', 41.39091112531525, 2.19101812813447, 'Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Petit Bangkok', 41.39774516635052, 2.1942876734503978, 'Thai Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Platja del Somorrostro (Playa del Somorrostro)', 41.38394108582972, 2.196042537689209, 'Beach'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'SKYE Coffee Co.', 41.39681963317447, 2.1913092252456856, 'Coffee Shop'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Ultra-Local Records', 41.39884915855182, 2.196776591208618, 'Record Shop'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'El Criado Descabellado', 41.39714547537611, 2.201830043575329, 'Gastropub'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'El Santet', 41.39478327180102, 2.200790047645569, 'Bar'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Santa Fe', 41.3921272241999, 2.1857857704162598, 'Café'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Orval Barcelona', 41.392533, 2.18579, 'Coffee Shop'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Mabel', 41.39481546565168, 2.18728244304657, 'Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Hoppiness', 41.39806276142214, 2.2006565011616193, 'Beer Bar'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Anytime Fitness', 41.39309241000148, 2.18681564628921, 'Gym / Fitness Center'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Zoo de Barcelona', 41.386017902869476, 2.1893692016601562, 'Zoo'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Market Cuina', 41.39849753693859, 2.1956157802311167, 'Mediterranean Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Chiringuito Group', 41.39336170902546, 2.2056840392744297, 'Beach Bar'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Mercadona', 41.393015217472694, 2.1858110150993246, 'Supermarket'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Can Fisher', 41.39453814780917, 2.2062628080099267, 'Seafood Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, "La Guingueta de l'Escribà", 41.39337952396463, 2.205753248002158, 'Beach Bar'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'Vai Moana Beach Bar', 41.39438398920051, 2.206478429303076, 'Beach Bar'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, "L'Escamarlà Marisqueria", 41.392444089126464, 2.204700512047826, 'Mediterranean Restaurant'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'El Chiringuito', 41.39319044626103, 2.2054507490811663, 'Beach Bar'), ('La Vila Olímpica del Poblenou', 41.3898682, 2.1968459, 'La Beach Life', 41.394389, 2.206485, 'Beach Bar')], [('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'La Cholita', 41.4285528240815, 2.176719656262016, 'Tapas Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'la Sirena', 41.42983254637695, 2.17734249205626, 'Grocery Store'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'La Cuina de Can Meli', 41.4317412805854, 2.177607744071548, 'Deli / Bodega'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Mesón Can Meli', 41.43076753789451, 2.1773761493463115, 'Food'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Panes Creativos', 41.42906625089165, 2.181053772750567, 'Bakery'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'La Esquinica', 41.430406284350475, 2.171374667203863, 'Tapas Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Santos Ochoa Barcelona', 41.43016273684635, 2.1784472465515137, 'Bookstore'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Txapeldun - Egarri', 41.43005202868521, 2.178722145874674, 'Spanish Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Mercat de la Mercè', 41.43070364302849, 2.173574715031178, 'Farmers Market'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Restaurante Kobe', 41.43012195208274, 2.1775692426469053, 'Sushi Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Xurreria Xocolateria Laia', 41.43054209860688, 2.180006324584038, 'Diner'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'ovante', 41.43005977397559, 2.1826311824674924, 'Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Woki', 41.430301666259766, 2.170598030090332, 'Asian Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Pastisseria Lliso Lis', 41.43021953751969, 2.1776738377478417, 'Dessert Shop'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Lomoteca El Bou', 41.42776680764795, 2.1697366087580523, 'Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, "La Bodegueta d'en Miquel", 41.43700392918835, 2.1741137147382217, 'Tapas Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Toca Teca', 41.42350641541845, 2.1809952086384, 'Tapas Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Bar La Cotxera', 41.42833564352568, 2.1754845946401913, 'Cocktail Bar'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Sultan Sofrasi', 41.43016491964971, 2.182530409599217, 'Falafel Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Bar Restaurant La Columna', 41.42823413664493, 2.166449834862762, 'Spanish Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Club Natació Sant Andreu', 41.42941763685842, 2.186490888631295, 'Gym Pool'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Coctelería Torre Rosa', 41.42257873520451, 2.1803060173988342, 'Cocktail Bar'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, "L'Algueró", 41.42121189578586, 2.1738402445273493, 'Café'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Nick Spa & Sports Club', 41.42713667663212, 2.165790084564365, 'Gym / Fitness Center'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Plaça Major de Nou Barris', 41.43650913763442, 2.171543489270139, 'Plaza'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, "Marc's Entrepans", 41.42281642493201, 2.178662466976675, 'Sandwich Place'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Can Pere Tapes', 41.42602040668511, 2.179666943525032, 'Tapas Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Enrique Tomás - Paseo Fabra i Puig', 41.43017083885171, 2.1847978679936073, 'Spanish Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Bodega Luis', 41.42273136920525, 2.17878820894839, 'Tapas Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Trattoria Italia', 41.42844, 2.1699135, 'Italian Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, '2D2Dspuma', 41.42238148822458, 2.1792164743350497, 'Brewery'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Pizzeando', 41.42154, 2.1789384, 'Pizza Place'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Clinica Veterinaria Sant Andreu', 41.43053459665979, 2.1859484725991165, 'Pet Store'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Parc Esportiu de Can Dragó', 41.43412339318196, 2.1831020955033837, 'Park'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'VivaGym Meridiana', 41.42612486292388, 2.185266123514497, 'Gym'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Supermercat El Corte Inglés', 41.43635568259089, 2.1814040615223003, 'Supermarket'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Tagliatella Heron City', 41.435160273472306, 2.1809979638637453, 'Pizza Place'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Plaça Catalana', 41.42173585075618, 2.173045511832635, 'Plaza'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Gimnasio Puro Impacto', 41.42346486024578, 2.1814714989124484, 'Gym / Fitness Center'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Braseria Meson Pahi', 41.4270843184862, 2.1864068858278376, 'Spanish Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, "Michael's Tavern", 41.43047305054612, 2.1844948039632253, 'Beer Bar'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Parc Infantil La Granota', 41.42487919651237, 2.1854703839470244, 'Playground'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'La Divina', 41.43200598576538, 2.1863035935227595, 'Tapas Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Fabra Express', 41.430182345022416, 2.1876893905212653, 'Sandwich Place'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Rellirós Restaurant', 41.43067132000187, 2.186541237185519, 'Mediterranean Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Plaça de les Palmeres', 41.43213346837937, 2.1868940572875886, 'Park'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Consum Basic', 41.43016550514479, 2.1856000877216903, 'Grocery Store'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Meridiana Dürüm Kebab 486', 41.436251120787134, 2.184374837353493, 'Falafel Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Condis', 41.43453857020844, 2.186129093170166, 'Grocery Store'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Senyor Fabra', 41.43002, 2.185997, 'Mediterranean Restaurant'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Livingstone', 41.430201804368394, 2.1863968203596698, 'Bar'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'El pollo azul', 41.42650563984892, 2.1862796816124925, 'Fried Chicken Joint'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, "Domino's Pizza", 41.430631554406865, 2.164108454786381, 'Pizza Place'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Hotdoks', 41.43015545863793, 2.1875192279591955, 'Hot Dog Joint'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Etxekoa Burguer Horta', 41.430416704764816, 2.1641415206927306, 'Burger Joint'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'La Famiglia', 41.426950618147906, 2.18719924436412, 'Snack Place'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Manenas', 41.426564089842806, 2.187068112961112, 'Cupcake Shop'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'La Taverneta de Sant Andreu', 41.43351146262574, 2.186531800733132, 'Brewery'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Diego', 41.43004609754626, 2.1870893239974976, 'Pizza Place'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'El Cafe De Sant Andreu', 41.430121385844565, 2.185999457684084, 'Café'), ('Vilapicina i la Torre Llobeta', 41.4300186, 2.1760694, 'Barchelona', 41.43014468497285, 2.1877758043424764, 'Bar')]]
Number of Neighbourhoods at the City  76
In [95]:
barc_venues.head()
Out[95]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 L'Antiga Esquerra de l'Eixample 41.39 2.155 Foc i Oli 41.390034 2.156935 Sandwich Place
1 L'Antiga Esquerra de l'Eixample 41.39 2.155 Tempura-Ya 41.391036 2.153448 Japanese Restaurant
2 L'Antiga Esquerra de l'Eixample 41.39 2.155 Mercat del Ninot 41.388088 2.154269 Market
3 L'Antiga Esquerra de l'Eixample 41.39 2.155 Cremeria Toscana 41.391607 2.152808 Ice Cream Shop
4 L'Antiga Esquerra de l'Eixample 41.39 2.155 Humble Beer 41.391527 2.154907 Beer Bar
In [96]:
with pd.ExcelWriter('/content/drive/My Drive/Neighbourhood_venues.xlsx') as writer:
    blr_venues.to_excel(writer, sheet_name='blrvenues', index=False)
    seoul_venues.to_excel(writer, sheet_name='seoulvenues', index=False)
    van_venues.to_excel(writer, sheet_name='vanvenues', index=False)
    san_venues.to_excel(writer, sheet_name='sanfranvenues', index=False)
    lp_venues.to_excel(writer, sheet_name='lpvenues', index=False)
    barc_venues.to_excel(writer, sheet_name='barcvenues', index=False)

Most Common Venue Category

In [97]:
def onehot_df(df_venues):
    df_ohe = pd.get_dummies(df_venues[['Venue Category']], prefix='', prefix_sep='')
    df_ohe['Neighbourhood'] = df_venues['Neighbourhood']
    # move neighbourhood column to be the first
    fixed_columns = [df_ohe.columns[-1]] + list(df_ohe.columns[:-1])
    df_ohe = df_ohe[fixed_columns]

    return df_ohe
In [98]:
# most common venues per neighboarhood
def return_most_common_venues(row, num_top_venues):
    row_categories = row.iloc[1:]
    row_categories_sorted = row_categories.sort_values(ascending=False)
    
    return row_categories_sorted.index.values[0:num_top_venues]
In [99]:
def sorted_dataframe(df_grouped):
    num_top_venues = 20
    indicators = ['st', 'nd', 'rd']

    # column names according to number of top venues
    columns = ['Neighbourhood']
    for ind in np.arange(num_top_venues):
        try:
            columns.append('{}{} Most Common Venue'.format(ind+1, indicators[ind]))
        except:
            columns.append('{}th Most Common Venue'.format(ind+1))
    
    # new dataframe
    df_venues_sorted = pd.DataFrame(columns=columns)
    df_venues_sorted['Neighbourhood'] = df_grouped['Neighbourhood']
    for i in np.arange(df_grouped.shape[0]):
        df_venues_sorted.iloc[i, 1:] = return_most_common_venues(df_grouped.iloc[i, :], num_top_venues)

    return df_venues_sorted

Bengaluru Venues

In [100]:
blr_venues = pd.read_excel('/content/drive/My Drive/Neighbourhood_venues.xlsx', sheet_name='blrvenues')
blr_venues.head()
Out[100]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Kempegowda 13.109018 77.60190 Gokul Vegetarian 13.104534 77.600152 Vegetarian / Vegan Restaurant
1 Kempegowda 13.109018 77.60190 Yelahanka lake 13.103729 77.602205 Lake
2 Kempegowda 13.109018 77.60190 Gobi Adda 13.103732 77.602401 Food Truck
3 Kempegowda 13.109018 77.60190 Udupi Grand, Kogilu Cross 13.103455 77.600627 Fast Food Restaurant
4 Chowdeshwari 12.925190 77.58802 Krazzy Folds 12.927195 77.586100 Mexican Restaurant
In [101]:
blr_venues.shape
Out[101]:
(5059, 7)
In [102]:
blr_ohe = onehot_df(blr_venues)
blr_ohe.head()
Out[102]:
Neighbourhood ATM Accessories Store Afghan Restaurant Airport Lounge Airport Terminal American Restaurant Andhra Restaurant Animal Shelter Antique Shop Arcade Art Gallery Art Museum Arts & Crafts Store Asian Restaurant Athletics & Sports Auto Garage Auto Workshop Automotive Shop BBQ Joint Badminton Court Bagel Shop Bakery Bar Baseball Field Basketball Court Bed & Breakfast Beer Bar Beer Garden Beer Store Bengali Restaurant Big Box Store Bistro Boarding House Bookstore Botanical Garden Boutique Bowling Alley Breakfast Spot Brewery ... Smoke Shop Snack Place Soccer Field Soccer Stadium Soup Place South Indian Restaurant Southern / Soul Food Restaurant Spa Speakeasy Sporting Goods Shop Sports Bar Sports Club Stadium Steakhouse Supermarket Sushi Restaurant Szechuan Restaurant Tea Room Tennis Court Tennis Stadium Tex-Mex Restaurant Thai Restaurant Theater Tibetan Restaurant Toll Booth Toll Plaza Toy / Game Store Track Stadium Trail Train Station Travel & Transport Udupi Restaurant Vegetarian / Vegan Restaurant Vietnamese Restaurant Volleyball Court Wine Bar Wine Shop Wings Joint Women's Store Yoga Studio
0 Kempegowda 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0
1 Kempegowda 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 Kempegowda 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Kempegowda 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Chowdeshwari 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 258 columns

In [103]:
blr_ohe.shape
Out[103]:
(5059, 258)
In [104]:
blr_grouped = blr_ohe.groupby('Neighbourhood').sum().reset_index()
blr_grouped.head()
Out[104]:
Neighbourhood ATM Accessories Store Afghan Restaurant Airport Lounge Airport Terminal American Restaurant Andhra Restaurant Animal Shelter Antique Shop Arcade Art Gallery Art Museum Arts & Crafts Store Asian Restaurant Athletics & Sports Auto Garage Auto Workshop Automotive Shop BBQ Joint Badminton Court Bagel Shop Bakery Bar Baseball Field Basketball Court Bed & Breakfast Beer Bar Beer Garden Beer Store Bengali Restaurant Big Box Store Bistro Boarding House Bookstore Botanical Garden Boutique Bowling Alley Breakfast Spot Brewery ... Smoke Shop Snack Place Soccer Field Soccer Stadium Soup Place South Indian Restaurant Southern / Soul Food Restaurant Spa Speakeasy Sporting Goods Shop Sports Bar Sports Club Stadium Steakhouse Supermarket Sushi Restaurant Szechuan Restaurant Tea Room Tennis Court Tennis Stadium Tex-Mex Restaurant Thai Restaurant Theater Tibetan Restaurant Toll Booth Toll Plaza Toy / Game Store Track Stadium Trail Train Station Travel & Transport Udupi Restaurant Vegetarian / Vegan Restaurant Vietnamese Restaurant Volleyball Court Wine Bar Wine Shop Wings Joint Women's Store Yoga Studio
0 A.Narayanapura 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Adugodi 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 1 0 2 ... 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 Agaram 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Agrahara Dasarahalli 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 ... 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Anjanapur 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 258 columns

In [105]:
blr_grouped.shape
Out[105]:
(188, 258)
In [106]:
blr_venues_sorted = sorted_dataframe(blr_grouped)
blr_venues_sorted.head()
Out[106]:
Neighbourhood 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 A.Narayanapura Indian Restaurant Pizza Place Fast Food Restaurant Clothing Store Department Store Pharmacy Steakhouse Coffee Shop New American Restaurant Café Donut Shop Restaurant Bus Station Multicuisine Indian Restaurant Shopping Mall Snack Place Convenience Store Italian Restaurant German Restaurant Diner
1 Adugodi Indian Restaurant Café Dessert Shop Lounge Coffee Shop Donut Shop Tea Room Brewery Multiplex Bookstore Cosmetics Shop Punjabi Restaurant Chinese Restaurant Gaming Cafe Eastern European Restaurant Clothing Store Fast Food Restaurant Financial or Legal Service Pizza Place Shopping Mall
2 Agaram Café Indian Restaurant Hotel Fast Food Restaurant Lounge Cafeteria Furniture / Home Store Tea Room Sandwich Place Chinese Restaurant Juice Bar Gym Restaurant Mexican Restaurant Irish Pub Arcade Intersection Food Court Pizza Place Coffee Shop
3 Agrahara Dasarahalli Indian Restaurant Snack Place Ice Cream Shop Bus Station Department Store Breakfast Spot Toll Plaza Café Miscellaneous Shop Market Juice Bar Food Truck Asian Restaurant Fast Food Restaurant Playground Platform Metro Station Deli / Bodega Indie Movie Theater Farmers Market
4 Anjanapur Flower Shop Pool Yoga Studio Dumpling Restaurant Food & Drink Shop Food Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market Falafel Restaurant Event Space Electronics Store Eastern European Restaurant Dry Cleaner Food Stand Donut Shop Dive Bar

Seoul Venues

In [107]:
seoul_venues = pd.read_excel('/content/drive/My Drive/Neighbourhood_venues.xlsx', 
                             sheet_name='seoulvenues')
seoul_venues.head()
Out[107]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Dobong-gu 37.679208 127.045547 무수옥 37.677210 127.044162 Korean Restaurant
1 Dobong-gu 37.679208 127.045547 서울창포원 37.685423 127.048092 Park
2 Dobong-gu 37.679208 127.045547 삼오집 37.677561 127.044611 Korean Restaurant
3 Dobong-gu 37.679208 127.045547 PARIS BAGUETTE 37.683948 127.045930 Bakery
4 Dobong-gu 37.679208 127.045547 LOTTE CINEMA Suraksan (롯데시네마 수락산) 37.676849 127.055479 Multiplex
In [108]:
seoul_venues.shape
Out[108]:
(1291, 7)
In [109]:
seoul_ohe = onehot_df(seoul_venues)
seoul_ohe.head()
Out[109]:
Neighbourhood Airport Service American Restaurant Arcade Art Gallery Art Museum Asian Restaurant Auto Workshop BBQ Joint Bakery Bar Baseball Field Basketball Court Bath House Bed & Breakfast Beer Bar Beer Garden Big Box Store Bistro Bookstore Bossam/Jokbal Restaurant Botanical Garden Brazilian Restaurant Breakfast Spot Brewery Bubble Tea Shop Buffet Building Bunsik Restaurant Burger Joint Bus Station Bus Stop Café Cantonese Restaurant Cemetery Chinese Restaurant Clothing Store Cocktail Bar Coffee Shop College Cafeteria ... Salon / Barbershop Samgyetang Restaurant Sandwich Place Scenic Lookout Science Museum Seafood Restaurant Shabu-Shabu Restaurant Shopping Mall Smoothie Shop Snack Place Soba Restaurant Soccer Field Soccer Stadium Spa Sports Bar Steakhouse Supermarket Sushi Restaurant Taco Place Tapas Restaurant Tea Room Tennis Court Thai Restaurant Theater Theme Park Trail Train Station Tunnel Turkish Restaurant Udon Restaurant Used Bookstore Vegetarian / Vegan Restaurant Video Game Store Vietnamese Restaurant Warehouse Store Water Park Whisky Bar Wine Bar Yoga Studio Zoo
0 Dobong-gu 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Dobong-gu 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 Dobong-gu 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Dobong-gu 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Dobong-gu 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 174 columns

In [110]:
seoul_grouped = seoul_ohe.groupby('Neighbourhood').sum().reset_index()
seoul_grouped.head()
Out[110]:
Neighbourhood Airport Service American Restaurant Arcade Art Gallery Art Museum Asian Restaurant Auto Workshop BBQ Joint Bakery Bar Baseball Field Basketball Court Bath House Bed & Breakfast Beer Bar Beer Garden Big Box Store Bistro Bookstore Bossam/Jokbal Restaurant Botanical Garden Brazilian Restaurant Breakfast Spot Brewery Bubble Tea Shop Buffet Building Bunsik Restaurant Burger Joint Bus Station Bus Stop Café Cantonese Restaurant Cemetery Chinese Restaurant Clothing Store Cocktail Bar Coffee Shop College Cafeteria ... Salon / Barbershop Samgyetang Restaurant Sandwich Place Scenic Lookout Science Museum Seafood Restaurant Shabu-Shabu Restaurant Shopping Mall Smoothie Shop Snack Place Soba Restaurant Soccer Field Soccer Stadium Spa Sports Bar Steakhouse Supermarket Sushi Restaurant Taco Place Tapas Restaurant Tea Room Tennis Court Thai Restaurant Theater Theme Park Trail Train Station Tunnel Turkish Restaurant Udon Restaurant Used Bookstore Vegetarian / Vegan Restaurant Video Game Store Vietnamese Restaurant Warehouse Store Water Park Whisky Bar Wine Bar Yoga Studio Zoo
0 Dobong-gu 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Dongdaemun-gu 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 5 0 0 1 0 0 10 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 Dongjak-gu 0 0 0 0 0 2 0 0 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 9 0 1 4 0 0 7 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Eunpyeong-gu 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 3 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Gangbuk-gu 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0

5 rows × 174 columns

In [111]:
seoul_venues_sorted = sorted_dataframe(seoul_grouped)
seoul_venues_sorted.head()
Out[111]:
Neighbourhood 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Dobong-gu Korean Restaurant Café Multiplex Sushi Restaurant Garden Bus Stop Electronics Store Bakery Park Ice Cream Shop Dumpling Restaurant Donut Shop Event Space French Restaurant Farmers Market Fast Food Restaurant Dog Run Dive Bar Flower Shop Dim Sum Restaurant
1 Dongdaemun-gu Coffee Shop Café Korean Restaurant Bakery Ice Cream Shop Sushi Restaurant Donut Shop Japanese Restaurant Italian Restaurant Supermarket Fast Food Restaurant Forest Pizza Place College Theater Chinese Restaurant Hotel Bus Stop Cosmetics Shop Bistro Bookstore
2 Dongjak-gu Café Coffee Shop Japanese Restaurant Korean Restaurant Chinese Restaurant Bakery Dessert Shop Fast Food Restaurant Asian Restaurant Office Sushi Restaurant River Outdoors & Recreation Cemetery Pub Park Bus Stop Bus Station Bunsik Restaurant Fried Chicken Joint
3 Eunpyeong-gu Coffee Shop Bakery Trail Bunsik Restaurant Fried Chicken Joint Supermarket Bookstore Fast Food Restaurant Market Paper / Office Supplies Store Buffet Japanese Restaurant Gym Korean Restaurant Electronics Store Food Court Dim Sum Restaurant Dive Bar Forest Food Truck
4 Gangbuk-gu Korean Restaurant Bakery Donut Shop Udon Restaurant Light Rail Station Trail Brewery Dessert Shop Coffee Shop Noodle House Ice Cream Shop Fast Food Restaurant Food Truck Flower Shop Forest Food Court Fountain Food & Drink Shop Event Space Farmers Market

Vancouver Venues

In [112]:
van_venues = pd.read_excel('/content/drive/My Drive/Neighbourhood_venues.xlsx',
                           sheet_name='vanvenues')
van_venues.head()
Out[112]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Arbutus Ridge 49.246305 -123.159636 The Arbutus Club 49.248507 -123.152152 Event Space
1 Arbutus Ridge 49.246305 -123.159636 The Patty Shop 49.250680 -123.167916 Caribbean Restaurant
2 Arbutus Ridge 49.246305 -123.159636 Quilchena Park 49.245194 -123.151211 Park
3 Arbutus Ridge 49.246305 -123.159636 Butter Baked Goods 49.242209 -123.170381 Bakery
4 Arbutus Ridge 49.246305 -123.159636 La Buca 49.250549 -123.167933 Italian Restaurant
In [113]:
van_venues.shape
Out[113]:
(1240, 7)
In [114]:
van_ohe = onehot_df(van_venues)
van_ohe.head()
Out[114]:
Neighbourhood Accessories Store American Restaurant Amphitheater Art Gallery Arts & Crafts Store Asian Restaurant Athletics & Sports Auto Dealership BBQ Joint Bagel Shop Bakery Bank Bar Baseball Stadium Basketball Court Beach Beer Bar Beer Garden Belgian Restaurant Bistro Board Shop Bookstore Boutique Breakfast Spot Brewery Bubble Tea Shop Building Burger Joint Burrito Place Bus Station Bus Stop Cafeteria Café Cajun / Creole Restaurant Camera Store Cantonese Restaurant Caribbean Restaurant Cheese Shop Chinese Restaurant ... Seafood Restaurant Shoe Store Shop & Service Shopping Mall Skating Rink Smoke Shop Soccer Field Soup Place South Indian Restaurant Southern / Soul Food Restaurant Spa Spanish Restaurant Speakeasy Sporting Goods Shop Sports Bar Stadium Steakhouse Supermarket Sushi Restaurant Taco Place Taiwanese Restaurant Tapas Restaurant Tea Room Tennis Court Thai Restaurant Theater Theme Park Theme Park Ride / Attraction Thrift / Vintage Store Tiki Bar Toy / Game Store Track Trade School Vegetarian / Vegan Restaurant Video Store Vietnamese Restaurant Water Park Wine Shop Women's Store Yoga Studio
0 Arbutus Ridge 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Arbutus Ridge 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 Arbutus Ridge 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Arbutus Ridge 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Arbutus Ridge 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 211 columns

In [115]:
van_grouped = van_ohe.groupby('Neighbourhood').sum().reset_index()
van_grouped.head()
Out[115]:
Neighbourhood Accessories Store American Restaurant Amphitheater Art Gallery Arts & Crafts Store Asian Restaurant Athletics & Sports Auto Dealership BBQ Joint Bagel Shop Bakery Bank Bar Baseball Stadium Basketball Court Beach Beer Bar Beer Garden Belgian Restaurant Bistro Board Shop Bookstore Boutique Breakfast Spot Brewery Bubble Tea Shop Building Burger Joint Burrito Place Bus Station Bus Stop Cafeteria Café Cajun / Creole Restaurant Camera Store Cantonese Restaurant Caribbean Restaurant Cheese Shop Chinese Restaurant ... Seafood Restaurant Shoe Store Shop & Service Shopping Mall Skating Rink Smoke Shop Soccer Field Soup Place South Indian Restaurant Southern / Soul Food Restaurant Spa Spanish Restaurant Speakeasy Sporting Goods Shop Sports Bar Stadium Steakhouse Supermarket Sushi Restaurant Taco Place Taiwanese Restaurant Tapas Restaurant Tea Room Tennis Court Thai Restaurant Theater Theme Park Theme Park Ride / Attraction Thrift / Vintage Store Tiki Bar Toy / Game Store Track Trade School Vegetarian / Vegan Restaurant Video Store Vietnamese Restaurant Water Park Wine Shop Women's Store Yoga Studio
0 Arbutus Ridge 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 ... 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Downtown 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 2 1 2 1 0 1 1 0 0 0 1 3 0 0 0 0 0 0 ... 3 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 2 0 2 0 0 0 0
2 Dunbar-Southlands 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Fairview 0 2 0 0 2 2 0 0 1 0 3 0 2 0 0 0 0 0 0 0 0 2 0 5 1 1 0 1 0 0 0 0 5 0 2 0 0 0 3 ... 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 1 1 2 0 0 0 0 0 0 0 1 0 1 1 0 1 2
4 Grandview-Woodland 0 0 0 0 0 1 1 0 1 0 4 1 0 0 0 0 0 0 0 0 0 0 0 2 8 0 0 2 0 0 0 0 6 1 0 0 0 0 1 ... 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 4 0 0 1 0 0 1 2 0 0 1 0 1 0 0 2 0 1 0 1 0 0

5 rows × 211 columns

In [116]:
van_venues_sorted = sorted_dataframe(van_grouped)
van_venues_sorted.head()
Out[116]:
Neighbourhood 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Arbutus Ridge Grocery Store Bakery Liquor Store Sushi Restaurant Coffee Shop Bubble Tea Shop Basketball Court Event Space Convenience Store Sandwich Place Lounge Discount Store Italian Restaurant Seafood Restaurant Food Truck Caribbean Restaurant Park Pet Store Hobby Shop Financial or Legal Service
1 Downtown Hotel Dessert Shop Coffee Shop Restaurant Japanese Restaurant Sandwich Place Seafood Restaurant Cosmetics Shop Plaza Clothing Store Café Donut Shop Italian Restaurant Breakfast Spot Bookstore Concert Hall Gym Vegetarian / Vegan Restaurant Vietnamese Restaurant Bakery
2 Dunbar-Southlands Grocery Store Gym Liquor Store Golf Course Coffee Shop Indian Restaurant Sandwich Place Restaurant Sushi Restaurant Pet Store Indie Movie Theater Bus Stop Pub Bakery Japanese Restaurant Gym / Fitness Center Café Filipino Restaurant Flea Market Fast Food Restaurant
3 Fairview Coffee Shop Furniture / Home Store Japanese Restaurant Breakfast Spot Park Café Restaurant Bakery Chinese Restaurant Yoga Studio Salon / Barbershop Camera Store Bookstore Sushi Restaurant Bar Sandwich Place Theater American Restaurant Arts & Crafts Store Asian Restaurant
4 Grandview-Woodland Coffee Shop Brewery Café Pizza Place Italian Restaurant Bakery Sushi Restaurant Indian Restaurant French Restaurant Japanese Restaurant Deli / Bodega Grocery Store Breakfast Spot Park Vegetarian / Vegan Restaurant Mexican Restaurant Burger Joint Ice Cream Shop Pub Theater

San Francisco Venues

In [117]:
san_venues = pd.read_excel('/content/drive/My Drive/Neighbourhood_venues.xlsx', 
                           sheet_name='sanfranvenues')
san_venues.head()
Out[117]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Alamo Square 37.77636 -122.434689 Alamo Square 37.776045 -122.434363 Park
1 Alamo Square 37.77636 -122.434689 Alamo Square Dog Park 37.775878 -122.435740 Dog Run
2 Alamo Square 37.77636 -122.434689 Painted Ladies 37.776120 -122.433389 Historic Site
3 Alamo Square 37.77636 -122.434689 The Independent 37.775573 -122.437835 Rock Club
4 Alamo Square 37.77636 -122.434689 The Mill 37.776425 -122.437970 Bakery
In [118]:
san_venues.shape
Out[118]:
(8127, 7)
In [119]:
san_ohe = onehot_df(san_venues)
san_ohe.head()
Out[119]:
Neighbourhood ATM Acai House Accessories Store Adult Boutique Advertising Agency Afghan Restaurant African Restaurant Alternative Healer American Restaurant Antique Shop Aquarium Arcade Argentinian Restaurant Art Gallery Art Museum Arts & Crafts Store Asian Restaurant Athletics & Sports Austrian Restaurant Auto Dealership Automotive Shop BBQ Joint Baby Store Bagel Shop Bakery Bank Bar Baseball Field Baseball Stadium Basketball Court Basketball Stadium Bath House Beach Bed & Breakfast Beer Bar Beer Garden Beer Store Big Box Store Bike Rental / Bike Share ... Tea Room Tennis Court Thai Restaurant Theater Theme Park Theme Park Ride / Attraction Theme Restaurant Thrift / Vintage Store Tiki Bar Tour Provider Tourist Information Center Toy / Game Store Track Track Stadium Trade School Trail Train Station Trattoria/Osteria Tunnel Turkish Restaurant Tuscan Restaurant Udon Restaurant Vegetarian / Vegan Restaurant Video Game Store Video Store Vietnamese Restaurant Vineyard Warehouse Store Water Park Waterfall Waterfront Weight Loss Center Whisky Bar Wine Bar Wine Shop Winery Wings Joint Women's Store Yoga Studio Zoo Exhibit
0 Alamo Square 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Alamo Square 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 Alamo Square 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Alamo Square 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Alamo Square 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 397 columns

In [120]:
san_grouped = san_ohe.groupby('Neighbourhood').sum().reset_index()
san_grouped.head()
Out[120]:
Neighbourhood ATM Acai House Accessories Store Adult Boutique Advertising Agency Afghan Restaurant African Restaurant Alternative Healer American Restaurant Antique Shop Aquarium Arcade Argentinian Restaurant Art Gallery Art Museum Arts & Crafts Store Asian Restaurant Athletics & Sports Austrian Restaurant Auto Dealership Automotive Shop BBQ Joint Baby Store Bagel Shop Bakery Bank Bar Baseball Field Baseball Stadium Basketball Court Basketball Stadium Bath House Beach Bed & Breakfast Beer Bar Beer Garden Beer Store Big Box Store Bike Rental / Bike Share ... Tea Room Tennis Court Thai Restaurant Theater Theme Park Theme Park Ride / Attraction Theme Restaurant Thrift / Vintage Store Tiki Bar Tour Provider Tourist Information Center Toy / Game Store Track Track Stadium Trade School Trail Train Station Trattoria/Osteria Tunnel Turkish Restaurant Tuscan Restaurant Udon Restaurant Vegetarian / Vegan Restaurant Video Game Store Video Store Vietnamese Restaurant Vineyard Warehouse Store Water Park Waterfall Waterfront Weight Loss Center Whisky Bar Wine Bar Wine Shop Winery Wings Joint Women's Store Yoga Studio Zoo Exhibit
0 Alamo Square 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 2 0 1 2 0 2 0 0 0 0 0 0 0 0 1 0 0 0 ... 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 2 0
1 Anza Vista 0 0 0 0 0 0 0 0 3 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 ... 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 3 0
2 Ashbury Heights 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 ... 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Balboa Park 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 2 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Balboa Terrace 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 1 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 397 columns

In [121]:
san_venues_sorted = sorted_dataframe(san_grouped)
san_venues_sorted.head()
Out[121]:
Neighbourhood 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Alamo Square Ice Cream Shop Coffee Shop Park Dive Bar Liquor Store Italian Restaurant Cocktail Bar Sushi Restaurant Pizza Place Café Bubble Tea Shop BBQ Joint New American Restaurant Market Burrito Place Bakery Yoga Studio Event Space Souvlaki Shop Mediterranean Restaurant
1 Anza Vista Bakery Café Sushi Restaurant Bar Mexican Restaurant Park Yoga Studio American Restaurant New American Restaurant Nightclub Grocery Store Gym / Fitness Center Sandwich Place Salon / Barbershop Coffee Shop Gym Restaurant Bubble Tea Shop Cosmetics Shop Market
2 Ashbury Heights Furniture / Home Store Breakfast Spot Hot Dog Joint Gas Station Park Beer Store Shopping Plaza Beer Bar Gym / Fitness Center Gymnastics Gym Thrift / Vintage Store Pet Store Coffee Shop Pizza Place Sandwich Place Playground Clothing Store Art Gallery Vietnamese Restaurant American Restaurant
3 Balboa Park Mexican Restaurant Pizza Place Bubble Tea Shop Chinese Restaurant Vietnamese Restaurant Bus Station Sandwich Place Coffee Shop Latin American Restaurant Grocery Store American Restaurant Poke Place Japanese Restaurant Park Asian Restaurant Metro Station Thai Restaurant Gastropub Gas Station College Gym
4 Balboa Terrace Market Fast Food Restaurant Thrift / Vintage Store Gym / Fitness Center Theater Liquor Store Marijuana Dispensary Coffee Shop Gym Mexican Restaurant Thai Restaurant Electronics Store Chinese Restaurant Shipping Store Park Sushi Restaurant Music Store Football Stadium Nail Salon Pizza Place

Liverpool Venues

In [122]:
lp_venues = pd.read_excel('/content/drive/My Drive/Neighbourhood_venues.xlsx', 
                           sheet_name='lpvenues')
lp_venues.head()
Out[122]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 Aigburth 53.364554 -2.926727 Otterspool Promenade 53.362505 -2.931786 Other Great Outdoors
1 Aigburth 53.364554 -2.926727 Miller & Carter 53.365974 -2.937098 Steakhouse
2 Aigburth 53.364554 -2.926727 Toby Carvery 53.363259 -2.915409 English Restaurant
3 Aigburth 53.364554 -2.926727 Gulshan 53.363377 -2.916303 Indian Restaurant
4 Aigburth 53.364554 -2.926727 Liverpool Cricket Club 53.363617 -2.919247 Cricket Ground
In [123]:
lp_venues.shape
Out[123]:
(898, 7)
In [124]:
lp_ohe = onehot_df(lp_venues)
lp_ohe.head()
Out[124]:
Neighbourhood Airport Airport Service Airport Terminal American Restaurant Art Gallery Art Museum Asian Restaurant Athletics & Sports Auto Garage Bagel Shop Bakery Bar Beer Bar Beer Garden Boat or Ferry Bookstore Botanical Garden Bowling Alley Brazilian Restaurant Breakfast Spot Brewery Burger Joint Burrito Place Bus Station Bus Stop Business Service Café Caribbean Restaurant Cheese Shop Chinese Restaurant Church Clothing Store Cocktail Bar Coffee Shop Comfort Food Restaurant Comic Shop Concert Hall Construction & Landscaping Convenience Store ... Pet Store Pharmacy Pizza Place Planetarium Platform Playground Pool Portuguese Restaurant Pub Restaurant Road Rock Club Salon / Barbershop Sandwich Place Scenic Lookout Shopping Mall Shopping Plaza Soccer Field Soccer Stadium Souvenir Shop Spa Spanish Restaurant Sporting Goods Shop Sports Club Stadium Steakhouse Supermarket Tapas Restaurant Tennis Court Thai Restaurant Theater Thrift / Vintage Store Toy / Game Store Trail Train Station Turkish Restaurant Vegetarian / Vegan Restaurant Warehouse Store Waterfront Wine Bar
0 Aigburth 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Aigburth 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 Aigburth 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Aigburth 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Aigburth 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 142 columns

In [125]:
lp_grouped = lp_ohe.groupby('Neighbourhood').sum().reset_index()
lp_grouped.head()
Out[125]:
Neighbourhood Airport Airport Service Airport Terminal American Restaurant Art Gallery Art Museum Asian Restaurant Athletics & Sports Auto Garage Bagel Shop Bakery Bar Beer Bar Beer Garden Boat or Ferry Bookstore Botanical Garden Bowling Alley Brazilian Restaurant Breakfast Spot Brewery Burger Joint Burrito Place Bus Station Bus Stop Business Service Café Caribbean Restaurant Cheese Shop Chinese Restaurant Church Clothing Store Cocktail Bar Coffee Shop Comfort Food Restaurant Comic Shop Concert Hall Construction & Landscaping Convenience Store ... Pet Store Pharmacy Pizza Place Planetarium Platform Playground Pool Portuguese Restaurant Pub Restaurant Road Rock Club Salon / Barbershop Sandwich Place Scenic Lookout Shopping Mall Shopping Plaza Soccer Field Soccer Stadium Souvenir Shop Spa Spanish Restaurant Sporting Goods Shop Sports Club Stadium Steakhouse Supermarket Tapas Restaurant Tennis Court Thai Restaurant Theater Thrift / Vintage Store Toy / Game Store Trail Train Station Turkish Restaurant Vegetarian / Vegan Restaurant Warehouse Store Waterfront Wine Bar
0 Aigburth 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Allerton 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 3 0 0 1 0 0 0 4 0 0 0 0 0 ... 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0
2 Anfield (suburb) 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 1 0 0 0 0 0 5 1 0 0 0 0 0 0 0 0 3 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Belle Vale 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 2 0 1 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0
4 Broadgreen 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 3 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 142 columns

In [126]:
lp_venues_sorted = sorted_dataframe(lp_grouped)
lp_venues_sorted.head()
Out[126]:
Neighbourhood 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Aigburth English Restaurant Cricket Ground Hotel Other Great Outdoors Indian Restaurant Pub Steakhouse Café Wine Bar Diner Dog Run Dive Bar Discount Store Department Store Dessert Shop Fish & Chips Shop Deli / Bodega Convenience Store Construction & Landscaping Fast Food Restaurant
1 Allerton Coffee Shop Grocery Store Café Pizza Place Supermarket Ice Cream Shop Fast Food Restaurant Discount Store Optical Shop Park Pharmacy Chinese Restaurant Bookstore Gym / Fitness Center Thrift / Vintage Store Thai Restaurant Bakery Food & Drink Shop Deli / Bodega Department Store
2 Anfield (suburb) Pub Soccer Stadium Outdoor Sculpture Park Restaurant Bar Sporting Goods Shop Sports Club Stadium Souvenir Shop Dive Bar Bus Stop Bakery Hotel Pizza Place Museum Dessert Shop Diner Wine Bar Deli / Bodega
3 Belle Vale Fast Food Restaurant Supermarket Clothing Store Park Sandwich Place Discount Store Bus Stop Bakery Indoor Play Area Optical Shop Coffee Shop Warehouse Store Deli / Bodega Department Store Cricket Ground Convenience Store Dessert Shop Diner Construction & Landscaping Dive Bar
4 Broadgreen Supermarket Pub Coffee Shop Sandwich Place Fast Food Restaurant Indian Restaurant Discount Store Bus Stop Intersection Bowling Alley Park Hardware Store Grocery Store Dog Run Construction & Landscaping Convenience Store Cricket Ground Deli / Bodega Department Store Dessert Shop

Barcelona Venues

In [127]:
barc_venues = pd.read_excel('/content/drive/My Drive/Neighbourhood_venues.xlsx', 
                           sheet_name='barcvenues')
barc_venues.head()
Out[127]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category
0 L'Antiga Esquerra de l'Eixample 41.39 2.155 Foc i Oli 41.390034 2.156935 Sandwich Place
1 L'Antiga Esquerra de l'Eixample 41.39 2.155 Tempura-Ya 41.391036 2.153448 Japanese Restaurant
2 L'Antiga Esquerra de l'Eixample 41.39 2.155 Mercat del Ninot 41.388088 2.154269 Market
3 L'Antiga Esquerra de l'Eixample 41.39 2.155 Cremeria Toscana 41.391607 2.152808 Ice Cream Shop
4 L'Antiga Esquerra de l'Eixample 41.39 2.155 Humble Beer 41.391527 2.154907 Beer Bar
In [128]:
barc_venues.shape
Out[128]:
(5680, 7)
In [129]:
barc_ohe = onehot_df(barc_venues)
barc_ohe.head()
Out[129]:
Neighbourhood Accessories Store African Restaurant American Restaurant Amphitheater Antique Shop Arcade Argentinian Restaurant Art Gallery Art Museum Arts & Crafts Store Asian Restaurant Athletics & Sports Auto Garage BBQ Joint Bakery Bar Basketball Court Basketball Stadium Beach Beach Bar Bed & Breakfast Beer Bar Beer Garden Beer Store Big Box Store Bistro Board Shop Boarding House Bookstore Botanical Garden Boutique Bowling Alley Brazilian Restaurant Breakfast Spot Brewery Bridge Buffet Building Burger Joint ... Stadium Steakhouse Supermarket Sushi Restaurant Swiss Restaurant Szechuan Restaurant Taco Place Tapas Restaurant Tea Room Tech Startup Tennis Court Tennis Stadium Thai Restaurant Theater Theme Park Theme Park Ride / Attraction Theme Restaurant Tourist Information Center Toy / Game Store Track Track Stadium Trail Train Station Tram Station Transportation Service Turkish Restaurant Udon Restaurant University Vacation Rental Vegetarian / Vegan Restaurant Venezuelan Restaurant Video Game Store Video Store Vietnamese Restaurant Wine Bar Wine Shop Winery Women's Store Yoga Studio Zoo
0 L'Antiga Esquerra de l'Eixample 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 L'Antiga Esquerra de l'Eixample 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 L'Antiga Esquerra de l'Eixample 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 L'Antiga Esquerra de l'Eixample 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 L'Antiga Esquerra de l'Eixample 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 282 columns

In [130]:
barc_grouped = barc_ohe.groupby('Neighbourhood').sum().reset_index()
barc_grouped.head()
Out[130]:
Neighbourhood Accessories Store African Restaurant American Restaurant Amphitheater Antique Shop Arcade Argentinian Restaurant Art Gallery Art Museum Arts & Crafts Store Asian Restaurant Athletics & Sports Auto Garage BBQ Joint Bakery Bar Basketball Court Basketball Stadium Beach Beach Bar Bed & Breakfast Beer Bar Beer Garden Beer Store Big Box Store Bistro Board Shop Boarding House Bookstore Botanical Garden Boutique Bowling Alley Brazilian Restaurant Breakfast Spot Brewery Bridge Buffet Building Burger Joint ... Stadium Steakhouse Supermarket Sushi Restaurant Swiss Restaurant Szechuan Restaurant Taco Place Tapas Restaurant Tea Room Tech Startup Tennis Court Tennis Stadium Thai Restaurant Theater Theme Park Theme Park Ride / Attraction Theme Restaurant Tourist Information Center Toy / Game Store Track Track Stadium Trail Train Station Tram Station Transportation Service Turkish Restaurant Udon Restaurant University Vacation Rental Vegetarian / Vegan Restaurant Venezuelan Restaurant Video Game Store Video Store Vietnamese Restaurant Wine Bar Wine Shop Winery Women's Store Yoga Studio Zoo
0 Baró de Viver 0 0 2 0 0 0 0 0 0 0 1 1 0 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 5 ... 0 0 4 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 3 0 0
1 Bon Pastor 1 0 2 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 4 ... 0 0 4 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 2 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 2 0 0
2 Camp d'en Grassot i Gràcia Nova 0 0 0 0 0 0 0 0 0 1 0 0 0 0 3 3 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 3 0 0 0 2 ... 0 2 1 1 0 0 0 5 0 0 0 0 1 1 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 4 1 0 0 1 4 0 0 0 0 0
3 Can Baró 0 0 0 0 0 0 0 0 1 0 0 1 0 0 3 8 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 ... 0 0 2 0 0 0 0 5 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
4 Can Peguera 0 0 0 0 0 0 0 0 0 0 1 0 0 0 3 2 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 3 ... 0 0 6 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0

5 rows × 282 columns

In [131]:
barc_venues_sorted = sorted_dataframe(barc_grouped)
barc_venues_sorted.head()
Out[131]:
Neighbourhood 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Baró de Viver Clothing Store Spanish Restaurant Burger Joint Supermarket Fast Food Restaurant Electronics Store Tapas Restaurant Sandwich Place Bar Coffee Shop Plaza Park Women's Store Shoe Store Restaurant Sporting Goods Shop Soccer Field American Restaurant Shopping Mall Italian Restaurant
1 Bon Pastor Clothing Store Fast Food Restaurant Electronics Store Supermarket Burger Joint Park Italian Restaurant Sandwich Place Restaurant Plaza Diner Tapas Restaurant American Restaurant Shopping Mall Toy / Game Store Cosmetics Shop Coffee Shop Women's Store Furniture / Home Store Sporting Goods Shop
2 Camp d'en Grassot i Gràcia Nova Mediterranean Restaurant Tapas Restaurant Plaza Wine Bar Restaurant Hotel Vegetarian / Vegan Restaurant Brewery Japanese Restaurant Indie Movie Theater Bakery Bar Pizza Place Hostel Steakhouse Coffee Shop Burger Joint Spanish Restaurant Toy / Game Store Dessert Shop
3 Can Baró Bar Park Spanish Restaurant Gym Tapas Restaurant Grocery Store Café Restaurant Scenic Lookout Mediterranean Restaurant Bakery Plaza Museum Farmers Market Sandwich Place Dessert Shop Supermarket Vegetarian / Vegan Restaurant Fruit & Vegetable Store Breakfast Spot
4 Can Peguera Tapas Restaurant Grocery Store Supermarket Spanish Restaurant Pizza Place Plaza Park Restaurant Café Bakery Food & Drink Shop Burger Joint Seafood Restaurant Mediterranean Restaurant Sandwich Place Fast Food Restaurant Italian Restaurant Bar Pub Hot Dog Joint

Save Output DataFrames in Excel File

In [132]:
# save one hot venues dataframes
with pd.ExcelWriter('/content/drive/My Drive/Neighbourhoods_onehot_Venues_Categories.xlsx') as writer:  
    blr_grouped.to_excel(writer, sheet_name='blrvenues', index=False)
    seoul_grouped.to_excel(writer, sheet_name='seoulvenues', index=False)
    van_grouped.to_excel(writer, sheet_name='vanvenues', index=False)
    san_grouped.to_excel(writer, sheet_name='sanfranvenues', index=False)
    lp_grouped.to_excel(writer, sheet_name='lpvenues', index=False)
    barc_grouped.to_excel(writer, sheet_name='barcvenues', index=False)

#save most common venues dataframes 
with pd.ExcelWriter('/content/drive/My Drive/Neighbourhoods_most_common_Venues_Categories.xlsx') as writer:  
    blr_venues_sorted.to_excel(writer, sheet_name='blrvenues', index=False)
    seoul_venues_sorted.to_excel(writer, sheet_name='seoulvenues', index=False)
    van_venues_sorted.to_excel(writer, sheet_name='vanvenues', index=False)
    san_venues_sorted.to_excel(writer, sheet_name='sanfranvenues', index=False)
    lp_venues_sorted.to_excel(writer, sheet_name='lpvenues', index=False)
    barc_venues_sorted.to_excel(writer, sheet_name='barcvenues', index=False)

Individual Clustering

In [133]:
def map_city_clusters(df_merged, latitude, longitude):
    map_clusters = folium.Map(location=[latitude,longitude], zoom_start=11)
    colors = ['#ff0000', '#8000ff', '#3c68f9', '#d4dd80', '#f6be68', '#ff964f', '#2adddd', '#b2f396']
    
    for lat, lng, neigh, cluster in zip(df_merged['Latitude'], df_merged['Longitude'], df_merged['Neighbourhood'], df_merged['Cluster Labels']):
        label = str(neigh) + ' (Cluster ' + str(cluster) + ')'
        folium.CircleMarker(
            [lat,lng],
            radius=5,
            popup=folium.Popup(label, parse_html=True),
            color=colors[cluster],
            fill=True,
            fill_color=colors[cluster],
            fill_opacity=0.7).add_to(map_clusters)
    
    return map_clusters

Bengaluru Map

In [134]:
blr_grouped = pd.read_excel('/content/drive/My Drive/Neighbourhoods_onehot_Venues_Categories.xlsx',
                            sheet_name='blrvenues')
blr_grouped.head()
Out[134]:
Neighbourhood ATM Accessories Store Afghan Restaurant Airport Lounge Airport Terminal American Restaurant Andhra Restaurant Animal Shelter Antique Shop Arcade Art Gallery Art Museum Arts & Crafts Store Asian Restaurant Athletics & Sports Auto Garage Auto Workshop Automotive Shop BBQ Joint Badminton Court Bagel Shop Bakery Bar Baseball Field Basketball Court Bed & Breakfast Beer Bar Beer Garden Beer Store Bengali Restaurant Big Box Store Bistro Boarding House Bookstore Botanical Garden Boutique Bowling Alley Breakfast Spot Brewery ... Smoke Shop Snack Place Soccer Field Soccer Stadium Soup Place South Indian Restaurant Southern / Soul Food Restaurant Spa Speakeasy Sporting Goods Shop Sports Bar Sports Club Stadium Steakhouse Supermarket Sushi Restaurant Szechuan Restaurant Tea Room Tennis Court Tennis Stadium Tex-Mex Restaurant Thai Restaurant Theater Tibetan Restaurant Toll Booth Toll Plaza Toy / Game Store Track Stadium Trail Train Station Travel & Transport Udupi Restaurant Vegetarian / Vegan Restaurant Vietnamese Restaurant Volleyball Court Wine Bar Wine Shop Wings Joint Women's Store Yoga Studio
0 A.Narayanapura 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Adugodi 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 1 0 2 ... 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 Agaram 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Agrahara Dasarahalli 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 ... 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Anjanapur 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ... 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5 rows × 258 columns

In [135]:
# Number of clusters
kclusters = 8
random_state=0

blr_grouped_clustring = blr_grouped.drop('Neighbourhood', axis=1)

# kmeans clustering
kmeans_blr = KMeans(kclusters, random_state=random_state).fit(blr_grouped_clustring)

len(kmeans_blr.labels_)
Out[135]:
188
In [136]:
blr_merged = df_neigh.loc[df_neigh['City']=='Bengaluru']
blr_merged = blr_merged[blr_merged['Neighbourhood'].isin(blr_grouped['Neighbourhood'])].reset_index(drop=True)
blr_merged
Out[136]:
Neighbourhood City State Country Latitude Longitude
0 Kempegowda Bengaluru KA India 13.109018 77.601900
1 Chowdeshwari Bengaluru KA India 12.925190 77.588020
2 Attur Bengaluru KA India 13.111482 77.563056
3 Yelahanka Satellite Town Bengaluru KA India 13.089139 77.582717
4 Jakkur Bengaluru KA India 13.078474 77.606894
... ... ... ... ... ... ...
183 Gottigere Bengaluru KA India 12.856532 77.587724
184 Konanakunte Bengaluru KA India 12.879286 77.569753
185 Anjanapur Bengaluru KA India 12.854900 77.554300
186 Vasanthapura Bengaluru KA India 12.889297 77.559552
187 Hemmigepura Bengaluru KA India 12.931046 77.508580

188 rows × 6 columns

In [137]:
blr_merged['Cluster Labels'] = kmeans_blr.labels_
blr_merged = blr_merged.join(blr_venues_sorted.set_index('Neighbourhood'), on='Neighbourhood')
blr_merged.head()
Out[137]:
Neighbourhood City State Country Latitude Longitude Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Kempegowda Bengaluru KA India 13.109018 77.601900 1 Food Truck Fast Food Restaurant Vegetarian / Vegan Restaurant Lake Field Electronics Store Event Space Falafel Restaurant Farmers Market Fish Market Financial or Legal Service Flea Market Flower Shop Food Food & Drink Shop Food Court Eastern European Restaurant Yoga Studio Food Stand Dry Cleaner
1 Chowdeshwari Bengaluru KA India 12.925190 77.588020 3 Indian Restaurant Chinese Restaurant Café Fast Food Restaurant Ice Cream Shop Coffee Shop Pizza Place Asian Restaurant Juice Bar Italian Restaurant Restaurant Mexican Restaurant South Indian Restaurant Bakery Lounge Jewelry Store Hotel Brewery Liquor Store Bowling Alley
2 Attur Bengaluru KA India 13.111482 77.563056 3 Indian Restaurant Medical Supply Store Food Truck Food & Drink Shop Food Flower Shop Flea Market Food Court Eastern European Restaurant Financial or Legal Service Field Fast Food Restaurant Farmers Market Falafel Restaurant Event Space Electronics Store Fish Market Dumpling Restaurant Dry Cleaner Donut Shop
3 Yelahanka Satellite Town Bengaluru KA India 13.089139 77.582717 1 Indian Restaurant Café Dessert Shop Resort Pizza Place Airport Terminal Electronics Store Food Stand Food Court Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market Falafel Restaurant Event Space
4 Jakkur Bengaluru KA India 13.078474 77.606894 0 Café Clothing Store Animal Shelter Yoga Studio Financial or Legal Service Event Space Falafel Restaurant Farmers Market Fast Food Restaurant Field Fish Market Eastern European Restaurant Flea Market Flower Shop Food Food & Drink Shop Food Court Electronics Store Dry Cleaner Dumpling Restaurant
In [138]:
blr_merged.shape
Out[138]:
(188, 27)
In [139]:
blr_lat = df_city.loc[df_city['City']=='Bengaluru', 'Latitude'][1]
blr_lng = df_city.loc[df_city['City']=='Bengaluru', 'Longitude'][1]
In [140]:
map_city_clusters(blr_merged, blr_lat, blr_lng)
Out[140]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [141]:
blr_merged.groupby('Cluster Labels').count()
Out[141]:
Neighbourhood City State Country Latitude Longitude 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
Cluster Labels
0 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89 89
1 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18
2 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
3 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49
4 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
6 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15
7 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2

Bengaluru Clusters

In [142]:
blr_merged.loc[blr_merged['Cluster Labels']==0, blr_merged.columns[[0] + list(range(6, blr_merged.shape[1]))]].head()
Out[142]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
4 Jakkur 0 Café Clothing Store Animal Shelter Yoga Studio Financial or Legal Service Event Space Falafel Restaurant Farmers Market Fast Food Restaurant Field Fish Market Eastern European Restaurant Flea Market Flower Shop Food Food & Drink Shop Food Court Electronics Store Dry Cleaner Dumpling Restaurant
7 Kodigehalli 0 Construction & Landscaping Café Light Rail Station Bus Station Fast Food Restaurant Event Space Falafel Restaurant Farmers Market Field Eastern European Restaurant Financial or Legal Service Fish Market Flea Market Flower Shop Food Food & Drink Shop Electronics Store Dumpling Restaurant Food Stand Dry Cleaner
8 Vidyaranyapura 0 Pizza Place Bakery Ice Cream Shop Gym Dessert Shop Coffee Shop Chinese Restaurant Restaurant Bus Station Basketball Court Indian Restaurant Art Gallery Falafel Restaurant Food Truck Food Stand Food Court Food & Drink Shop Food Flower Shop Flea Market
10 Kuvempu Nagar 0 Movie Theater Outdoors & Recreation Bus Station Yoga Studio Eastern European Restaurant Food Flower Shop Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market Falafel Restaurant Event Space Electronics Store Dumpling Restaurant Food Court Dry Cleaner Donut Shop
13 T-Dasarahalli 0 Fast Food Restaurant Light Rail Station Resort Karnataka Restaurant Multiplex Shopping Mall Department Store Yoga Studio Falafel Restaurant Farmers Market Field Electronics Store Financial or Legal Service Fish Market Flea Market Flower Shop Food Event Space Dumpling Restaurant Eastern European Restaurant
In [143]:
blr_merged.loc[blr_merged['Cluster Labels']==1, blr_merged.columns[[0] + list(range(6, blr_merged.shape[1]))]].head()
Out[143]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Kempegowda 1 Food Truck Fast Food Restaurant Vegetarian / Vegan Restaurant Lake Field Electronics Store Event Space Falafel Restaurant Farmers Market Fish Market Financial or Legal Service Flea Market Flower Shop Food Food & Drink Shop Food Court Eastern European Restaurant Yoga Studio Food Stand Dry Cleaner
3 Yelahanka Satellite Town 1 Indian Restaurant Café Dessert Shop Resort Pizza Place Airport Terminal Electronics Store Food Stand Food Court Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market Falafel Restaurant Event Space
9 Doddabommasandra 1 Pizza Place Bus Station Snack Place Supermarket Bakery Restaurant Indian Restaurant Cricket Ground Creperie Flower Shop Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market Convenience Store Falafel Restaurant Event Space Cosmetics Shop
24 Ramamurthy Nagar 1 Supermarket Department Store South Indian Restaurant Playground Event Space Falafel Restaurant Farmers Market Fast Food Restaurant Field Yoga Studio Eastern European Restaurant Financial or Legal Service Fish Market Flea Market Flower Shop Food Food & Drink Shop Electronics Store Dry Cleaner Dumpling Restaurant
31 Manorayanapalya 1 Indian Restaurant Fast Food Restaurant Pizza Place Ice Cream Shop Juice Bar Café Resort Electronics Store Snack Place Supermarket Gym Bistro Hotel Vegetarian / Vegan Restaurant Gym Pool Donut Shop Financial or Legal Service Field Farmers Market Falafel Restaurant
In [144]:
blr_merged.loc[blr_merged['Cluster Labels']==2, blr_merged.columns[[0] + list(range(6, blr_merged.shape[1]))]].head()
Out[144]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
29 Kushal Nagar 2 ATM Department Store Bakery Pool Hall Falafel Restaurant Farmers Market Fast Food Restaurant Field Financial or Legal Service Fish Market Electronics Store Flea Market Flower Shop Food Food & Drink Shop Food Court Event Space Dumpling Restaurant Eastern European Restaurant Food Truck
83 Jogupalya 2 Indian Restaurant Pub Café Lounge Bakery Restaurant Andhra Restaurant Cupcake Shop Bar Tea Room Italian Restaurant Asian Restaurant Chinese Restaurant Cocktail Bar Vietnamese Restaurant Pizza Place Food & Drink Shop Light Rail Station Department Store Boutique
84 Ulsoor 2 Café Hotel Chinese Restaurant Bar Clothing Store Department Store Indian Restaurant Thai Restaurant Asian Restaurant Seafood Restaurant Japanese Restaurant Kerala Restaurant Bookstore Light Rail Station Shopping Mall Shoe Store Pub Mediterranean Restaurant Restaurant Modern European Restaurant
103 Chickpete 2 Indian Restaurant Hotel South Indian Restaurant Asian Restaurant Middle Eastern Restaurant Bookstore Flower Shop Metro Station Flea Market Food Truck Seafood Restaurant Fast Food Restaurant Restaurant Café Diner Historic Site Dessert Shop Miscellaneous Shop Dumpling Restaurant Creperie
119 Marenahalli 2 Indian Restaurant Chinese Restaurant Fast Food Restaurant Café Ice Cream Shop South Indian Restaurant Italian Restaurant Pizza Place Asian Restaurant Vegetarian / Vegan Restaurant Electronics Store Rajasthani Restaurant Shopping Mall Sandwich Place Liquor Store Seafood Restaurant Shoe Store Bowling Alley Flea Market Lounge
In [145]:
blr_merged.loc[blr_merged['Cluster Labels']==3, blr_merged.columns[[0] + list(range(6, blr_merged.shape[1]))]].head()
Out[145]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
1 Chowdeshwari 3 Indian Restaurant Chinese Restaurant Café Fast Food Restaurant Ice Cream Shop Coffee Shop Pizza Place Asian Restaurant Juice Bar Italian Restaurant Restaurant Mexican Restaurant South Indian Restaurant Bakery Lounge Jewelry Store Hotel Brewery Liquor Store Bowling Alley
2 Attur 3 Indian Restaurant Medical Supply Store Food Truck Food & Drink Shop Food Flower Shop Flea Market Food Court Eastern European Restaurant Financial or Legal Service Field Fast Food Restaurant Farmers Market Falafel Restaurant Event Space Electronics Store Fish Market Dumpling Restaurant Dry Cleaner Donut Shop
5 Thanisandra 3 Pharmacy Restaurant Liquor Store Indian Sweet Shop Creperie Electronics Store Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market Convenience Store Falafel Restaurant Event Space Eastern European Restaurant Cricket Ground
11 Mallasandra 3 Pizza Place BBQ Joint Fast Food Restaurant Bakery Concert Hall Hotel Food Court Food Flower Shop Flea Market Fish Market Financial or Legal Service Field Ice Cream Shop Farmers Market Falafel Restaurant Event Space Electronics Store Eastern European Restaurant Dumpling Restaurant
12 Bagalagunte 3 ATM Department Store Bus Station Pizza Place Creperie Convenience Store Food Court Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market Falafel Restaurant Event Space Electronics Store Cricket Ground
In [146]:
blr_merged.loc[blr_merged['Cluster Labels']==4, blr_merged.columns[[0] + list(range(6, blr_merged.shape[1]))]]
Out[146]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
17 Sanjay Nagar 4 Indian Restaurant Restaurant Racetrack Vegetarian / Vegan Restaurant Dessert Shop Convenience Store Lounge Gastropub Kerala Restaurant Gift Shop Steakhouse BBQ Joint Chinese Restaurant Pizza Place Hotel Shoe Store Coffee Shop Ice Cream Shop Fast Food Restaurant Falafel Restaurant
65 Hegganahalli 4 ATM Mobile Phone Shop Market Food Court Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market Falafel Restaurant Event Space Electronics Store Eastern European Restaurant Dumpling Restaurant Dry Cleaner Donut Shop
147 Sri Nagar 4 Indian Restaurant Lounge Hotel Café Ice Cream Shop Bar Italian Restaurant Brewery Chinese Restaurant Clothing Store Coffee Shop Burger Joint Fast Food Restaurant Mexican Restaurant Bookstore South Indian Restaurant Pub Breakfast Spot Arts & Crafts Store Dessert Shop
154 Katriguppe 4 Indian Restaurant Pizza Place Café Breakfast Spot Smoke Shop Miscellaneous Shop South Indian Restaurant Fast Food Restaurant Movie Theater Restaurant Bakery Electronics Store Tea Room Clothing Store Accessories Store Ice Cream Shop Toy / Game Store Department Store Dim Sum Restaurant Falafel Restaurant
157 Yadiyuru 4 Indian Restaurant Yoga Studio Food Court Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market Falafel Restaurant Event Space Electronics Store Eastern European Restaurant Dumpling Restaurant Dry Cleaner Donut Shop Dive Bar
160 Gurappanapalya 4 Indian Restaurant Café Fast Food Restaurant Shopping Mall Snack Place South Indian Restaurant Asian Restaurant Food Dessert Shop Bowling Alley Sandwich Place Movie Theater Rajasthani Restaurant Pub Bakery BBQ Joint Flea Market Nightclub Pizza Place Ice Cream Shop
174 Yelachenahalli 4 Pizza Place Café Athletics & Sports Motorcycle Shop Department Store Indian Restaurant American Restaurant Event Space Food Stand Food Court Food & Drink Shop Food Flower Shop Accessories Store Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant Farmers Market
In [147]:
blr_merged.loc[blr_merged['Cluster Labels']==5, blr_merged.columns[[0] + list(range(6, blr_merged.shape[1]))]].head()
Out[147]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
54 Hosathippasandra 5 Indian Restaurant Café Chinese Restaurant Ice Cream Shop Dessert Shop Lounge Fast Food Restaurant Pub Bar Bakery Department Store Burger Joint Food Truck Speakeasy Kerala Restaurant Korean Restaurant Deli / Bodega Cocktail Bar Bubble Tea Shop Mexican Restaurant
In [148]:
blr_merged.loc[blr_merged['Cluster Labels']==6, blr_merged.columns[[0] + list(range(6, blr_merged.shape[1]))]].head()
Out[148]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
6 Byatarayanapura 6 Indian Restaurant Ice Cream Shop Hotel Brewery Italian Restaurant Fast Food Restaurant Department Store Coffee Shop Chinese Restaurant Café Bus Station Building Bubble Tea Shop Pizza Place Asian Restaurant Airport Terminal Fried Chicken Joint French Restaurant Food Truck Food Stand
14 Jalahalli 6 Indian Restaurant Hotel Vegetarian / Vegan Restaurant Fast Food Restaurant Plaza Intersection Shopping Mall Italian Restaurant Indie Movie Theater Hotel Bar Restaurant Fish Market Financial or Legal Service Dry Cleaner Flea Market Field Farmers Market Falafel Restaurant Event Space Electronics Store
27 Kacharakanahalli 6 Indian Restaurant Fast Food Restaurant Kerala Restaurant South Indian Restaurant Paper / Office Supplies Store Diner Bakery Tea Room Korean Restaurant Falafel Restaurant Café Burger Joint Electronics Store Steakhouse Chinese Restaurant Market Andhra Restaurant Coffee Shop Snack Place Field
44 Devarajeevanahalli 6 Gym / Fitness Center Bakery Yoga Studio Field Event Space Falafel Restaurant Farmers Market Fast Food Restaurant Financial or Legal Service Eastern European Restaurant Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Electronics Store Dumpling Restaurant Food Truck Dry Cleaner
53 C.V.Raman Nagar 6 Indian Restaurant Fast Food Restaurant Department Store Clothing Store Café Coffee Shop Pizza Place Sandwich Place Multicuisine Indian Restaurant Steakhouse Bus Station Donut Shop Food Court Convenience Store Snack Place Smoke Shop Bakery Shopping Mall Trail Dessert Shop
In [149]:
blr_merged.loc[blr_merged['Cluster Labels']==7, blr_merged.columns[[0] + list(range(6, blr_merged.shape[1]))]].head()
Out[149]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
40 Nandini Layout 7 Indian Restaurant Vegetarian / Vegan Restaurant Breakfast Spot Bus Line Bakery Asian Restaurant Food Truck Hotel Ice Cream Shop Indie Movie Theater Dance Studio Food Court Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Field Fast Food Restaurant
41 Marappana Palya 7 Coffee Shop Department Store Fast Food Restaurant Asian Restaurant Platform Multiplex Bus Station Shopping Mall Brewery Miscellaneous Shop Light Rail Station Bar Gas Station Grocery Store Convenience Store Hotel Indian Restaurant Train Station Gym Dumpling Restaurant
In [150]:
pd.set_option("display.max_rows", None, "display.max_columns", None)
counts = blr_merged.groupby(['Cluster Labels', '1st Most Common Venue']).size().reset_index(name='Count')
counts
Out[150]:
Cluster Labels 1st Most Common Venue Count
0 0 ATM 7
1 0 Bus Station 2
2 0 Café 5
3 0 Chinese Restaurant 1
4 0 Coffee Shop 1
5 0 Construction & Landscaping 2
6 0 Convenience Store 1
7 0 Department Store 2
8 0 Dry Cleaner 1
9 0 Fast Food Restaurant 2
10 0 Flower Shop 1
11 0 Halal Restaurant 1
12 0 Hotel 2
13 0 Ice Cream Shop 3
14 0 Indian Restaurant 43
15 0 Italian Restaurant 2
16 0 Juice Bar 1
17 0 Light Rail Station 1
18 0 Movie Theater 1
19 0 Pharmacy 2
20 0 Pizza Place 7
21 0 Train Station 1
22 1 ATM 1
23 1 Coffee Shop 1
24 1 Department Store 1
25 1 Food Truck 1
26 1 Hotel 1
27 1 Indian Restaurant 9
28 1 Multiplex 1
29 1 Pharmacy 1
30 1 Pizza Place 1
31 1 Supermarket 1
32 2 ATM 1
33 2 Café 1
34 2 Indian Restaurant 5
35 3 ATM 4
36 3 Antique Shop 1
37 3 Art Museum 1
38 3 Badminton Court 1
39 3 Boutique 1
40 3 Café 1
41 3 Clothing Store 1
42 3 Coffee Shop 1
43 3 Convenience Store 1
44 3 Cosmetics Shop 1
45 3 Department Store 3
46 3 Indian Restaurant 28
47 3 Pharmacy 1
48 3 Pizza Place 2
49 3 Shopping Mall 1
50 3 Train Station 1
51 4 ATM 1
52 4 Indian Restaurant 5
53 4 Pizza Place 1
54 5 Indian Restaurant 1
55 6 Gym / Fitness Center 1
56 6 Indian Restaurant 13
57 6 Pizza Place 1
58 7 Coffee Shop 1
59 7 Indian Restaurant 1

Seoul Map

In [151]:
seoul_grouped = pd.read_excel('/content/drive/My Drive/Neighbourhoods_onehot_Venues_Categories.xlsx',
                            sheet_name='seoulvenues')
seoul_grouped.head()
Out[151]:
Neighbourhood Airport Service American Restaurant Arcade Art Gallery Art Museum Asian Restaurant Auto Workshop BBQ Joint Bakery Bar Baseball Field Basketball Court Bath House Bed & Breakfast Beer Bar Beer Garden Big Box Store Bistro Bookstore Bossam/Jokbal Restaurant Botanical Garden Brazilian Restaurant Breakfast Spot Brewery Bubble Tea Shop Buffet Building Bunsik Restaurant Burger Joint Bus Station Bus Stop Café Cantonese Restaurant Cemetery Chinese Restaurant Clothing Store Cocktail Bar Coffee Shop College Cafeteria College Theater Concert Hall Convenience Store Cosmetics Shop Coworking Space Deli / Bodega Department Store Dessert Shop Dim Sum Restaurant Dive Bar Dog Run Donut Shop Dumpling Restaurant Electronics Store Event Space Farmers Market Fast Food Restaurant Flower Shop Food & Drink Shop Food Court Food Truck Forest Fountain French Restaurant Fried Chicken Joint Frozen Yogurt Shop Fruit & Vegetable Store Furniture / Home Store Garden Gastropub General Entertainment German Restaurant Golf Course Golf Driving Range Government Building Grocery Store Gukbap Restaurant Gym Gym / Fitness Center Historic Site History Museum Hostel Hotel Hotel Bar Ice Cream Shop Indian Restaurant Indie Movie Theater Intersection Italian Restaurant Janguh Restaurant Japanese Curry Restaurant Japanese Restaurant Korean BBQ Restaurant Korean Restaurant Lake Lebanese Restaurant Light Rail Station Lounge Market Metro Station Mexican Restaurant Middle Eastern Restaurant Modern European Restaurant Monument / Landmark Mountain Movie Theater Multiplex Museum Night Market Noodle House Office Other Great Outdoors Outdoor Sculpture Outdoors & Recreation Outlet Store Palace Paper / Office Supplies Store Park Pedestrian Plaza Performing Arts Venue Pet Service Pet Store Pie Shop Pizza Place Playground Plaza Pool Pub Ramen Restaurant Restaurant River Road Rock Club Sake Bar Salon / Barbershop Samgyetang Restaurant Sandwich Place Scenic Lookout Science Museum Seafood Restaurant Shabu-Shabu Restaurant Shopping Mall Smoothie Shop Snack Place Soba Restaurant Soccer Field Soccer Stadium Spa Sports Bar Steakhouse Supermarket Sushi Restaurant Taco Place Tapas Restaurant Tea Room Tennis Court Thai Restaurant Theater Theme Park Trail Train Station Tunnel Turkish Restaurant Udon Restaurant Used Bookstore Vegetarian / Vegan Restaurant Video Game Store Vietnamese Restaurant Warehouse Store Water Park Whisky Bar Wine Bar Yoga Studio Zoo
0 Dobong-gu 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Dongdaemun-gu 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 5 0 0 1 0 0 10 0 1 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 3 0 0 0 2 0 0 2 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2 Dongjak-gu 0 0 0 0 0 2 0 0 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 9 0 1 4 0 0 7 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 5 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Eunpyeong-gu 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Gangbuk-gu 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 2 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 3 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0
In [152]:
seoul_grouped.shape
Out[152]:
(26, 174)
In [153]:
kclusters = 8

seoul_grouped_clustering = seoul_grouped.drop('Neighbourhood', axis=1)
kmeans_seoul = KMeans(kclusters, random_state=random_state).fit(seoul_grouped_clustering)

len(kmeans_seoul.labels_)
Out[153]:
26
In [154]:
seoul_merged = df_neigh.loc[df_neigh['City']=='Seoul']
seoul_merged = seoul_merged[seoul_merged['Neighbourhood'].isin(seoul_grouped['Neighbourhood'])].reset_index(drop=True)
seoul_merged
Out[154]:
Neighbourhood City State Country Latitude Longitude
0 Dobong-gu Seoul Gyeonggi South Korea 37.679208 127.045547
1 Dongdaemun-gu Seoul Gyeonggi South Korea 37.597121 127.051987
2 Dongjak-gu Seoul Gyeonggi South Korea 37.502973 126.980358
3 Eunpyeong-gu Seoul Gyeonggi South Korea 37.627176 126.925664
4 Gangbuk-gu Seoul Gyeonggi South Korea 37.638623 127.014857
5 Gangdong-gu Seoul Gyeonggi South Korea 37.569501 127.177941
6 Gangnam-gu Seoul Gyeonggi South Korea 37.517873 127.056772
7 Gangseo-gu Seoul Gyeonggi South Korea 37.562975 126.821596
8 Geumcheon-gu Seoul Gyeonggi South Korea 37.454686 126.894561
9 Guro-gu Seoul Gyeonggi South Korea 37.503447 126.882509
10 Gwanak-gu Seoul Gyeonggi South Korea 37.458115 126.952161
11 Gwangjin-gu Seoul Gyeonggi South Korea 37.551698 127.089795
12 Jongno-gu Seoul Gyeonggi South Korea 37.587520 126.969330
13 Jung-gu Seoul Gyeonggi South Korea 37.687026 127.539751
14 Jungnang-gu Seoul Gyeonggi South Korea 37.617416 127.091097
15 Mapo-gu Seoul Gyeonggi South Korea 37.568302 126.897248
16 Nowon-gu Seoul Gyeonggi South Korea 37.632972 127.075034
17 Seocho-gu Seoul Gyeonggi South Korea 37.505486 127.005495
18 Seodaemun-gu Seoul Gyeonggi South Korea 37.564786 126.962170
19 Seongbuk-gu Seoul Gyeonggi South Korea 37.591487 126.998447
20 Seongdong-gu Seoul Gyeonggi South Korea 37.543592 127.044740
21 Songpa-gu Seoul Gyeonggi South Korea 37.476609 127.137493
22 Yangcheon-gu Seoul Gyeonggi South Korea 37.520534 126.834419
23 Yeongdeungpo-gu Seoul Gyeonggi South Korea 37.525389 126.926634
24 Yongsan-gu Seoul Gyeonggi South Korea 37.553098 126.972613
25 Seoul Seoul Gyeonggi South Korea 37.517873 127.056772
In [155]:
seoul_merged['Cluster Labels'] = kmeans_seoul.labels_
seoul_merged = seoul_merged.join(seoul_venues_sorted.set_index('Neighbourhood'), on='Neighbourhood')
seoul_merged
Out[155]:
Neighbourhood City State Country Latitude Longitude Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Dobong-gu Seoul Gyeonggi South Korea 37.679208 127.045547 0 Korean Restaurant Café Multiplex Sushi Restaurant Garden Bus Stop Electronics Store Bakery Park Ice Cream Shop Dumpling Restaurant Donut Shop Event Space French Restaurant Farmers Market Fast Food Restaurant Dog Run Dive Bar Flower Shop Dim Sum Restaurant
1 Dongdaemun-gu Seoul Gyeonggi South Korea 37.597121 127.051987 3 Coffee Shop Café Korean Restaurant Bakery Ice Cream Shop Sushi Restaurant Donut Shop Japanese Restaurant Italian Restaurant Supermarket Fast Food Restaurant Forest Pizza Place College Theater Chinese Restaurant Hotel Bus Stop Cosmetics Shop Bistro Bookstore
2 Dongjak-gu Seoul Gyeonggi South Korea 37.502973 126.980358 3 Café Coffee Shop Japanese Restaurant Korean Restaurant Chinese Restaurant Bakery Dessert Shop Fast Food Restaurant Asian Restaurant Office Sushi Restaurant River Outdoors & Recreation Cemetery Pub Park Bus Stop Bus Station Bunsik Restaurant Fried Chicken Joint
3 Eunpyeong-gu Seoul Gyeonggi South Korea 37.627176 126.925664 0 Coffee Shop Bakery Trail Bunsik Restaurant Fried Chicken Joint Supermarket Bookstore Fast Food Restaurant Market Paper / Office Supplies Store Buffet Japanese Restaurant Gym Korean Restaurant Electronics Store Food Court Dim Sum Restaurant Dive Bar Forest Food Truck
4 Gangbuk-gu Seoul Gyeonggi South Korea 37.638623 127.014857 0 Korean Restaurant Bakery Donut Shop Udon Restaurant Light Rail Station Trail Brewery Dessert Shop Coffee Shop Noodle House Ice Cream Shop Fast Food Restaurant Food Truck Flower Shop Forest Food Court Fountain Food & Drink Shop Event Space Farmers Market
5 Gangdong-gu Seoul Gyeonggi South Korea 37.569501 127.177941 0 Donut Shop Ice Cream Shop Road Bus Station Bakery Gym Coffee Shop Café Big Box Store Fast Food Restaurant Zoo Flower Shop Forest Food Truck Food Court Food & Drink Shop Electronics Store Farmers Market Event Space French Restaurant
6 Gangnam-gu Seoul Gyeonggi South Korea 37.517873 127.056772 2 Coffee Shop Korean Restaurant BBQ Joint Japanese Restaurant Hotel Seafood Restaurant Italian Restaurant Gym / Fitness Center Samgyetang Restaurant Café Chinese Restaurant Pub Tea Room Clothing Store Noodle House Dessert Shop Bakery Gukbap Restaurant Multiplex Golf Course
7 Gangseo-gu Seoul Gyeonggi South Korea 37.562975 126.821596 0 Hotel Vietnamese Restaurant Coffee Shop Sushi Restaurant Auto Workshop Korean Restaurant Farmers Market Sandwich Place Metro Station Zoo Event Space Food Truck Food Court Food & Drink Shop Flower Shop Fast Food Restaurant Dumpling Restaurant Electronics Store Fountain Donut Shop
8 Geumcheon-gu Seoul Gyeonggi South Korea 37.454686 126.894561 0 Bakery Bus Station Korean Restaurant Coffee Shop Fast Food Restaurant Grocery Store Chinese Restaurant BBQ Joint Auto Workshop Café Donut Shop Metro Station Flower Shop Food Court Food & Drink Shop Food Truck Forest Zoo French Restaurant Farmers Market
9 Guro-gu Seoul Gyeonggi South Korea 37.503447 126.882509 3 Coffee Shop Korean Restaurant Bakery Japanese Restaurant Hotel Café Clothing Store Buffet Fried Chicken Joint Theater Supermarket BBQ Joint Fast Food Restaurant Gym Steakhouse Multiplex Food Court Plaza Shabu-Shabu Restaurant Concert Hall
10 Gwanak-gu Seoul Gyeonggi South Korea 37.458115 126.952161 0 Coffee Shop Café College Cafeteria Korean Restaurant Trail Convenience Store Bakery Fried Chicken Joint Fast Food Restaurant Garden Tennis Court Lake Restaurant Food Court Basketball Court Grocery Store Playground Asian Restaurant Vietnamese Restaurant Japanese Restaurant
11 Gwangjin-gu Seoul Gyeonggi South Korea 37.551698 127.089795 0 Park Bakery Korean Restaurant Coffee Shop Donut Shop Zoo Seafood Restaurant Soccer Field Noodle House Bus Stop Café Sushi Restaurant Garden General Entertainment Theme Park Trail Grocery Store Gym Water Park Ice Cream Shop
12 Jongno-gu Seoul Gyeonggi South Korea 37.587520 126.969330 4 Café Italian Restaurant Coffee Shop Korean Restaurant Art Gallery Trail Bakery Japanese Restaurant Historic Site Art Museum Restaurant Chinese Restaurant Dessert Shop Tea Room Dumpling Restaurant Mountain Fried Chicken Joint Park Concert Hall Cosmetics Shop
13 Jung-gu Seoul Gyeonggi South Korea 37.687026 127.539751 0 Seafood Restaurant Hotel Plaza Tunnel Zoo Food Truck Food Court Food & Drink Shop Flower Shop Fast Food Restaurant Farmers Market Event Space Electronics Store Dumpling Restaurant Fountain Donut Shop Dog Run Dive Bar Dim Sum Restaurant Dessert Shop
14 Jungnang-gu Seoul Gyeonggi South Korea 37.617416 127.091097 0 Coffee Shop Bakery Supermarket Korean Restaurant Café German Restaurant Metro Station Chinese Restaurant Fast Food Restaurant Buffet Grocery Store Asian Restaurant Donut Shop Event Space Farmers Market Electronics Store Dumpling Restaurant Flower Shop Dog Run Food & Drink Shop
15 Mapo-gu Seoul Gyeonggi South Korea 37.568302 126.897248 0 Park BBQ Joint Italian Restaurant Coffee Shop Spa Multiplex Soccer Stadium Food Court Seafood Restaurant Bus Stop Supermarket Scenic Lookout Café Fast Food Restaurant Farmers Market Lake Korean Restaurant Donut Shop Bakery Auto Workshop
16 Nowon-gu Seoul Gyeonggi South Korea 37.632972 127.075034 0 Coffee Shop Café Fast Food Restaurant Noodle House Italian Restaurant Korean Restaurant Restaurant Japanese Restaurant Supermarket Chinese Restaurant Multiplex Big Box Store Bus Station Soccer Field Food Court Buffet Bakery Yoga Studio Science Museum Asian Restaurant
17 Seocho-gu Seoul Gyeonggi South Korea 37.505486 127.005495 3 Coffee Shop Korean Restaurant Dessert Shop Bakery Japanese Restaurant Ice Cream Shop Café BBQ Joint Supermarket Italian Restaurant Cosmetics Shop Steakhouse Chinese Restaurant Bubble Tea Shop Sushi Restaurant Hotel Bar Hotel Sake Bar Noodle House Shopping Mall
18 Seodaemun-gu Seoul Gyeonggi South Korea 37.564786 126.962170 1 Coffee Shop Korean Restaurant Historic Site Bakery Café History Museum Japanese Restaurant Theater Chinese Restaurant Italian Restaurant Seafood Restaurant Hotel Asian Restaurant Ramen Restaurant Steakhouse Market Building Snack Place Restaurant Sandwich Place
19 Seongbuk-gu Seoul Gyeonggi South Korea 37.591487 126.998447 1 Korean Restaurant Coffee Shop Café Bakery Chinese Restaurant Noodle House Theater Italian Restaurant Fast Food Restaurant Japanese Restaurant Ice Cream Shop Cocktail Bar Dessert Shop Hostel Historic Site Turkish Restaurant Bubble Tea Shop Pub Wine Bar Rock Club
20 Seongdong-gu Seoul Gyeonggi South Korea 37.543592 127.044740 7 Coffee Shop Café Bakery Korean Restaurant BBQ Joint Ice Cream Shop Bunsik Restaurant Bistro Italian Restaurant Garden Pizza Place Udon Restaurant Vietnamese Restaurant Coworking Space Lake Donut Shop Burger Joint Sandwich Place Bus Station Forest
21 Songpa-gu Seoul Gyeonggi South Korea 37.476609 127.137493 2 Coffee Shop Café Fast Food Restaurant Movie Theater Bakery Breakfast Spot Dumpling Restaurant Donut Shop Fried Chicken Joint French Restaurant Dim Sum Restaurant Fountain Forest Food Truck Food Court Food & Drink Shop Dive Bar Flower Shop Frozen Yogurt Shop Farmers Market
22 Yangcheon-gu Seoul Gyeonggi South Korea 37.520534 126.834419 0 Korean Restaurant Bakery Baseball Field Park Noodle House Warehouse Store Gym / Fitness Center Fast Food Restaurant Farmers Market Forest Food Truck Food Court Food & Drink Shop Flower Shop Zoo Event Space Electronics Store French Restaurant Dumpling Restaurant Donut Shop
23 Yeongdeungpo-gu Seoul Gyeonggi South Korea 37.525389 126.926634 0 Coffee Shop Korean Restaurant Japanese Restaurant BBQ Joint Café Park Hotel Gym / Fitness Center Italian Restaurant Clothing Store Noodle House Burger Joint Ice Cream Shop Bakery Chinese Restaurant Smoothie Shop Shopping Mall Food & Drink Shop Food Court Gym
24 Yongsan-gu Seoul Gyeonggi South Korea 37.553098 126.972613 6 Coffee Shop Korean Restaurant Hotel BBQ Joint Café Japanese Restaurant Seafood Restaurant Park French Restaurant Chinese Restaurant Gym / Fitness Center Market Bistro Italian Restaurant Dumpling Restaurant Thai Restaurant Buffet Tea Room Beer Bar Building
25 Seoul Seoul Gyeonggi South Korea 37.517873 127.056772 5 Coffee Shop Korean Restaurant BBQ Joint Japanese Restaurant Hotel Seafood Restaurant Italian Restaurant Gym / Fitness Center Samgyetang Restaurant Café Chinese Restaurant Pub Tea Room Clothing Store Noodle House Dessert Shop Bakery Gukbap Restaurant Multiplex Golf Course
In [156]:
seoul_lat = df_city.loc[df_city['City']=='Seoul', 'Latitude'][4]
seoul_lng = df_city.loc[df_city['City']=='Seoul', 'Longitude'][4]
In [157]:
map_city_clusters(seoul_merged, seoul_lat, seoul_lng)
Out[157]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [158]:
seoul_merged.groupby('Cluster Labels').count()
Out[158]:
Neighbourhood City State Country Latitude Longitude 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
Cluster Labels
0 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14
1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

Seoul Clusters

In [159]:
seoul_merged.loc[seoul_merged['Cluster Labels']==0, seoul_merged.columns[[0] + list(range(6, seoul_merged.shape[1]))]]
Out[159]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Dobong-gu 0 Korean Restaurant Café Multiplex Sushi Restaurant Garden Bus Stop Electronics Store Bakery Park Ice Cream Shop Dumpling Restaurant Donut Shop Event Space French Restaurant Farmers Market Fast Food Restaurant Dog Run Dive Bar Flower Shop Dim Sum Restaurant
3 Eunpyeong-gu 0 Coffee Shop Bakery Trail Bunsik Restaurant Fried Chicken Joint Supermarket Bookstore Fast Food Restaurant Market Paper / Office Supplies Store Buffet Japanese Restaurant Gym Korean Restaurant Electronics Store Food Court Dim Sum Restaurant Dive Bar Forest Food Truck
4 Gangbuk-gu 0 Korean Restaurant Bakery Donut Shop Udon Restaurant Light Rail Station Trail Brewery Dessert Shop Coffee Shop Noodle House Ice Cream Shop Fast Food Restaurant Food Truck Flower Shop Forest Food Court Fountain Food & Drink Shop Event Space Farmers Market
5 Gangdong-gu 0 Donut Shop Ice Cream Shop Road Bus Station Bakery Gym Coffee Shop Café Big Box Store Fast Food Restaurant Zoo Flower Shop Forest Food Truck Food Court Food & Drink Shop Electronics Store Farmers Market Event Space French Restaurant
7 Gangseo-gu 0 Hotel Vietnamese Restaurant Coffee Shop Sushi Restaurant Auto Workshop Korean Restaurant Farmers Market Sandwich Place Metro Station Zoo Event Space Food Truck Food Court Food & Drink Shop Flower Shop Fast Food Restaurant Dumpling Restaurant Electronics Store Fountain Donut Shop
8 Geumcheon-gu 0 Bakery Bus Station Korean Restaurant Coffee Shop Fast Food Restaurant Grocery Store Chinese Restaurant BBQ Joint Auto Workshop Café Donut Shop Metro Station Flower Shop Food Court Food & Drink Shop Food Truck Forest Zoo French Restaurant Farmers Market
10 Gwanak-gu 0 Coffee Shop Café College Cafeteria Korean Restaurant Trail Convenience Store Bakery Fried Chicken Joint Fast Food Restaurant Garden Tennis Court Lake Restaurant Food Court Basketball Court Grocery Store Playground Asian Restaurant Vietnamese Restaurant Japanese Restaurant
11 Gwangjin-gu 0 Park Bakery Korean Restaurant Coffee Shop Donut Shop Zoo Seafood Restaurant Soccer Field Noodle House Bus Stop Café Sushi Restaurant Garden General Entertainment Theme Park Trail Grocery Store Gym Water Park Ice Cream Shop
13 Jung-gu 0 Seafood Restaurant Hotel Plaza Tunnel Zoo Food Truck Food Court Food & Drink Shop Flower Shop Fast Food Restaurant Farmers Market Event Space Electronics Store Dumpling Restaurant Fountain Donut Shop Dog Run Dive Bar Dim Sum Restaurant Dessert Shop
14 Jungnang-gu 0 Coffee Shop Bakery Supermarket Korean Restaurant Café German Restaurant Metro Station Chinese Restaurant Fast Food Restaurant Buffet Grocery Store Asian Restaurant Donut Shop Event Space Farmers Market Electronics Store Dumpling Restaurant Flower Shop Dog Run Food & Drink Shop
15 Mapo-gu 0 Park BBQ Joint Italian Restaurant Coffee Shop Spa Multiplex Soccer Stadium Food Court Seafood Restaurant Bus Stop Supermarket Scenic Lookout Café Fast Food Restaurant Farmers Market Lake Korean Restaurant Donut Shop Bakery Auto Workshop
16 Nowon-gu 0 Coffee Shop Café Fast Food Restaurant Noodle House Italian Restaurant Korean Restaurant Restaurant Japanese Restaurant Supermarket Chinese Restaurant Multiplex Big Box Store Bus Station Soccer Field Food Court Buffet Bakery Yoga Studio Science Museum Asian Restaurant
22 Yangcheon-gu 0 Korean Restaurant Bakery Baseball Field Park Noodle House Warehouse Store Gym / Fitness Center Fast Food Restaurant Farmers Market Forest Food Truck Food Court Food & Drink Shop Flower Shop Zoo Event Space Electronics Store French Restaurant Dumpling Restaurant Donut Shop
23 Yeongdeungpo-gu 0 Coffee Shop Korean Restaurant Japanese Restaurant BBQ Joint Café Park Hotel Gym / Fitness Center Italian Restaurant Clothing Store Noodle House Burger Joint Ice Cream Shop Bakery Chinese Restaurant Smoothie Shop Shopping Mall Food & Drink Shop Food Court Gym
In [160]:
seoul_merged.loc[seoul_merged['Cluster Labels']==1, seoul_merged.columns[[0] + list(range(6, seoul_merged.shape[1]))]]
Out[160]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
18 Seodaemun-gu 1 Coffee Shop Korean Restaurant Historic Site Bakery Café History Museum Japanese Restaurant Theater Chinese Restaurant Italian Restaurant Seafood Restaurant Hotel Asian Restaurant Ramen Restaurant Steakhouse Market Building Snack Place Restaurant Sandwich Place
19 Seongbuk-gu 1 Korean Restaurant Coffee Shop Café Bakery Chinese Restaurant Noodle House Theater Italian Restaurant Fast Food Restaurant Japanese Restaurant Ice Cream Shop Cocktail Bar Dessert Shop Hostel Historic Site Turkish Restaurant Bubble Tea Shop Pub Wine Bar Rock Club
In [161]:
seoul_merged.loc[seoul_merged['Cluster Labels']==2, seoul_merged.columns[[0] + list(range(6, seoul_merged.shape[1]))]]
Out[161]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
6 Gangnam-gu 2 Coffee Shop Korean Restaurant BBQ Joint Japanese Restaurant Hotel Seafood Restaurant Italian Restaurant Gym / Fitness Center Samgyetang Restaurant Café Chinese Restaurant Pub Tea Room Clothing Store Noodle House Dessert Shop Bakery Gukbap Restaurant Multiplex Golf Course
21 Songpa-gu 2 Coffee Shop Café Fast Food Restaurant Movie Theater Bakery Breakfast Spot Dumpling Restaurant Donut Shop Fried Chicken Joint French Restaurant Dim Sum Restaurant Fountain Forest Food Truck Food Court Food & Drink Shop Dive Bar Flower Shop Frozen Yogurt Shop Farmers Market
In [162]:
seoul_merged.loc[seoul_merged['Cluster Labels']==3, seoul_merged.columns[[0] + list(range(6, seoul_merged.shape[1]))]]
Out[162]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
1 Dongdaemun-gu 3 Coffee Shop Café Korean Restaurant Bakery Ice Cream Shop Sushi Restaurant Donut Shop Japanese Restaurant Italian Restaurant Supermarket Fast Food Restaurant Forest Pizza Place College Theater Chinese Restaurant Hotel Bus Stop Cosmetics Shop Bistro Bookstore
2 Dongjak-gu 3 Café Coffee Shop Japanese Restaurant Korean Restaurant Chinese Restaurant Bakery Dessert Shop Fast Food Restaurant Asian Restaurant Office Sushi Restaurant River Outdoors & Recreation Cemetery Pub Park Bus Stop Bus Station Bunsik Restaurant Fried Chicken Joint
9 Guro-gu 3 Coffee Shop Korean Restaurant Bakery Japanese Restaurant Hotel Café Clothing Store Buffet Fried Chicken Joint Theater Supermarket BBQ Joint Fast Food Restaurant Gym Steakhouse Multiplex Food Court Plaza Shabu-Shabu Restaurant Concert Hall
17 Seocho-gu 3 Coffee Shop Korean Restaurant Dessert Shop Bakery Japanese Restaurant Ice Cream Shop Café BBQ Joint Supermarket Italian Restaurant Cosmetics Shop Steakhouse Chinese Restaurant Bubble Tea Shop Sushi Restaurant Hotel Bar Hotel Sake Bar Noodle House Shopping Mall
In [163]:
seoul_merged.loc[seoul_merged['Cluster Labels']==4, seoul_merged.columns[[0] + list(range(6, seoul_merged.shape[1]))]]
Out[163]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
12 Jongno-gu 4 Café Italian Restaurant Coffee Shop Korean Restaurant Art Gallery Trail Bakery Japanese Restaurant Historic Site Art Museum Restaurant Chinese Restaurant Dessert Shop Tea Room Dumpling Restaurant Mountain Fried Chicken Joint Park Concert Hall Cosmetics Shop
In [164]:
seoul_merged.loc[seoul_merged['Cluster Labels']==5, seoul_merged.columns[[0] + list(range(6, seoul_merged.shape[1]))]]
Out[164]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
25 Seoul 5 Coffee Shop Korean Restaurant BBQ Joint Japanese Restaurant Hotel Seafood Restaurant Italian Restaurant Gym / Fitness Center Samgyetang Restaurant Café Chinese Restaurant Pub Tea Room Clothing Store Noodle House Dessert Shop Bakery Gukbap Restaurant Multiplex Golf Course
In [165]:
seoul_merged.loc[seoul_merged['Cluster Labels']==6, seoul_merged.columns[[0] + list(range(6, seoul_merged.shape[1]))]]
Out[165]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
24 Yongsan-gu 6 Coffee Shop Korean Restaurant Hotel BBQ Joint Café Japanese Restaurant Seafood Restaurant Park French Restaurant Chinese Restaurant Gym / Fitness Center Market Bistro Italian Restaurant Dumpling Restaurant Thai Restaurant Buffet Tea Room Beer Bar Building
In [166]:
seoul_merged.loc[seoul_merged['Cluster Labels']==7, seoul_merged.columns[[0] + list(range(6, seoul_merged.shape[1]))]]
Out[166]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
20 Seongdong-gu 7 Coffee Shop Café Bakery Korean Restaurant BBQ Joint Ice Cream Shop Bunsik Restaurant Bistro Italian Restaurant Garden Pizza Place Udon Restaurant Vietnamese Restaurant Coworking Space Lake Donut Shop Burger Joint Sandwich Place Bus Station Forest
In [167]:
seoul_merged.groupby(['Cluster Labels', '1st Most Common Venue']).size().reset_index(name='Count')
Out[167]:
Cluster Labels 1st Most Common Venue Count
0 0 Bakery 1
1 0 Coffee Shop 5
2 0 Donut Shop 1
3 0 Hotel 1
4 0 Korean Restaurant 3
5 0 Park 2
6 0 Seafood Restaurant 1
7 1 Coffee Shop 1
8 1 Korean Restaurant 1
9 2 Coffee Shop 2
10 3 Café 1
11 3 Coffee Shop 3
12 4 Café 1
13 5 Coffee Shop 1
14 6 Coffee Shop 1
15 7 Coffee Shop 1

Vancouver Map

In [168]:
van_grouped = pd.read_excel('/content/drive/My Drive/Neighbourhoods_onehot_Venues_Categories.xlsx',
                            sheet_name='vanvenues')
van_grouped.head()
Out[168]:
Neighbourhood Accessories Store American Restaurant Amphitheater Art Gallery Arts & Crafts Store Asian Restaurant Athletics & Sports Auto Dealership BBQ Joint Bagel Shop Bakery Bank Bar Baseball Stadium Basketball Court Beach Beer Bar Beer Garden Belgian Restaurant Bistro Board Shop Bookstore Boutique Breakfast Spot Brewery Bubble Tea Shop Building Burger Joint Burrito Place Bus Station Bus Stop Cafeteria Café Cajun / Creole Restaurant Camera Store Cantonese Restaurant Caribbean Restaurant Cheese Shop Chinese Restaurant Chocolate Shop Clothing Store Cocktail Bar Coffee Shop Comfort Food Restaurant Concert Hall Construction & Landscaping Convenience Store Cosmetics Shop Cuban Restaurant Curling Ice Dance Studio Deli / Bodega Dessert Shop Dim Sum Restaurant Diner Discount Store Dive Bar Dog Run Donut Shop Electronics Store Escape Room Ethiopian Restaurant Event Space Fair Falafel Restaurant Farm Farmers Market Fast Food Restaurant Filipino Restaurant Financial or Legal Service Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Truck French Restaurant Fried Chicken Joint Frozen Yogurt Shop Furniture / Home Store Garden Gas Station Gastropub Gay Bar Gift Shop Gluten-free Restaurant Golf Course Gourmet Shop Greek Restaurant Grocery Store Gym Gym / Fitness Center Gym Pool Harbor / Marina Hawaiian Restaurant Health Food Store Historic Site Hobby Shop Hockey Arena Hot Dog Joint Hotel Hotpot Restaurant Ice Cream Shop Indian Chinese Restaurant Indian Restaurant Indie Movie Theater Inn Israeli Restaurant Italian Restaurant Japanese Restaurant Jewelry Store Juice Bar Kitchen Supply Store Korean Restaurant Latin American Restaurant Library Light Rail Station Lingerie Store Liquor Store Lounge Mac & Cheese Joint Malay Restaurant Market Massage Studio Mediterranean Restaurant Men's Store Mexican Restaurant Middle Eastern Restaurant Miscellaneous Shop Motel Motorcycle Shop Movie Theater Museum Music Store Music Venue Nail Salon Neighborhood New American Restaurant Nightclub Noodle House Office Optical Shop Outdoor Sculpture Outdoor Supply Store Paper / Office Supplies Store Park Performing Arts Venue Pet Store Pharmacy Pie Shop Pizza Place Playground Plaza Poke Place Pool Portuguese Restaurant Post Office Pub Ramen Restaurant Record Shop Recreation Center Rental Car Location Restaurant Salad Place Salon / Barbershop Sandwich Place Scandinavian Restaurant Scenic Lookout Sculpture Garden Seafood Restaurant Shoe Store Shop & Service Shopping Mall Skating Rink Smoke Shop Soccer Field Soup Place South Indian Restaurant Southern / Soul Food Restaurant Spa Spanish Restaurant Speakeasy Sporting Goods Shop Sports Bar Stadium Steakhouse Supermarket Sushi Restaurant Taco Place Taiwanese Restaurant Tapas Restaurant Tea Room Tennis Court Thai Restaurant Theater Theme Park Theme Park Ride / Attraction Thrift / Vintage Store Tiki Bar Toy / Game Store Track Trade School Vegetarian / Vegan Restaurant Video Store Vietnamese Restaurant Water Park Wine Shop Women's Store Yoga Studio
0 Arbutus Ridge 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Downtown 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 2 1 2 1 0 1 1 0 0 0 1 3 0 0 0 0 0 0 0 3 0 5 0 2 0 0 3 0 0 1 0 5 0 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 1 1 0 0 0 1 11 0 1 0 0 0 0 0 2 4 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 3 1 0 0 0 0 1 0 0 0 4 0 1 4 0 0 0 3 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 2 0 2 0 0 0 0
2 Dunbar-Southlands 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 3 2 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Fairview 0 2 0 0 2 2 0 0 1 0 3 0 2 0 0 0 0 0 0 0 0 2 0 5 1 1 0 1 0 0 0 0 5 0 2 0 0 0 3 0 0 0 9 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 7 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 6 0 1 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 5 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 4 1 2 2 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 1 1 2 0 0 0 0 0 0 0 1 0 1 1 0 1 2
4 Grandview-Woodland 0 0 0 0 0 1 1 0 1 0 4 1 0 0 0 0 0 0 0 0 0 0 0 2 8 0 0 2 0 0 0 0 6 1 0 0 0 0 1 0 1 0 11 0 0 0 0 0 1 0 0 3 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 1 0 0 0 0 0 0 0 0 0 1 0 3 1 0 0 0 0 0 0 0 0 0 0 0 2 0 3 0 0 0 5 3 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 2 0 0 0 0 5 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 4 0 0 1 0 0 1 2 0 0 1 0 1 0 0 2 0 1 0 1 0 0
In [169]:
van_grouped.shape
Out[169]:
(21, 211)
In [170]:
kclusters = 8
van_grouped_clustering = van_grouped.drop('Neighbourhood', axis=1)
kmeans_van = KMeans(kclusters, random_state=random_state).fit(van_grouped_clustering)

len(kmeans_van.labels_)
Out[170]:
21
In [171]:
van_merged = df_neigh.loc[df_neigh['City']=='Vancouver']
van_merged = van_merged[van_merged['Neighbourhood'].isin(van_merged['Neighbourhood'])].reset_index(drop=True)
van_merged
Out[171]:
Neighbourhood City State Country Latitude Longitude
0 Arbutus Ridge Vancouver BC Canada 49.246305 -123.159636
1 Downtown Vancouver BC Canada 49.283393 -123.117456
2 Dunbar-Southlands Vancouver BC Canada 49.237864 -123.184354
3 Fairview Vancouver BC Canada 49.261956 -123.130408
4 Grandview-Woodland Vancouver BC Canada 49.275849 -123.066934
5 Hastings-Sunrise Vancouver BC Canada 49.277830 -123.040005
6 Kensington-Cedar Cottage Vancouver BC Canada 49.247632 -123.084207
7 Kerrisdale Vancouver BC Canada 49.220985 -123.159548
8 Killarney Vancouver BC Canada 49.218012 -123.037115
9 Kitsilano Vancouver BC Canada 49.269410 -123.155267
10 Marpole Vancouver BC Canada 49.209223 -123.136150
11 Mount Pleasant Vancouver BC Canada 49.264048 -123.096249
12 Oakridge Vancouver BC Canada 49.226615 -123.122943
13 Renfrew-Collingwood Vancouver BC Canada 49.248577 -123.040179
14 Riley Park Vancouver BC Canada 49.244854 -123.103035
15 Shaughnessy Vancouver BC Canada 49.246305 -123.138405
16 South Cambie Vancouver BC Canada 49.246464 -123.121603
17 Strathcona Vancouver BC Canada 49.277693 -123.088539
18 Sunset Vancouver BC Canada 49.219093 -123.091665
19 Victoria-Fraserview Vancouver BC Canada 49.218980 -123.063816
20 West End Vancouver BC Canada 49.284131 -123.131795
In [172]:
van_merged['Cluster Labels'] = kmeans_van.labels_
van_merged = van_merged.join(van_venues_sorted.set_index('Neighbourhood'), on='Neighbourhood')
van_merged.head()
Out[172]:
Neighbourhood City State Country Latitude Longitude Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Arbutus Ridge Vancouver BC Canada 49.246305 -123.159636 7 Grocery Store Bakery Liquor Store Sushi Restaurant Coffee Shop Bubble Tea Shop Basketball Court Event Space Convenience Store Sandwich Place Lounge Discount Store Italian Restaurant Seafood Restaurant Food Truck Caribbean Restaurant Park Pet Store Hobby Shop Financial or Legal Service
1 Downtown Vancouver BC Canada 49.283393 -123.117456 2 Hotel Dessert Shop Coffee Shop Restaurant Japanese Restaurant Sandwich Place Seafood Restaurant Cosmetics Shop Plaza Clothing Store Café Donut Shop Italian Restaurant Breakfast Spot Bookstore Concert Hall Gym Vegetarian / Vegan Restaurant Vietnamese Restaurant Bakery
2 Dunbar-Southlands Vancouver BC Canada 49.237864 -123.184354 7 Grocery Store Gym Liquor Store Golf Course Coffee Shop Indian Restaurant Sandwich Place Restaurant Sushi Restaurant Pet Store Indie Movie Theater Bus Stop Pub Bakery Japanese Restaurant Gym / Fitness Center Café Filipino Restaurant Flea Market Fast Food Restaurant
3 Fairview Vancouver BC Canada 49.261956 -123.130408 4 Coffee Shop Furniture / Home Store Japanese Restaurant Breakfast Spot Park Café Restaurant Bakery Chinese Restaurant Yoga Studio Salon / Barbershop Camera Store Bookstore Sushi Restaurant Bar Sandwich Place Theater American Restaurant Arts & Crafts Store Asian Restaurant
4 Grandview-Woodland Vancouver BC Canada 49.275849 -123.066934 5 Coffee Shop Brewery Café Pizza Place Italian Restaurant Bakery Sushi Restaurant Indian Restaurant French Restaurant Japanese Restaurant Deli / Bodega Grocery Store Breakfast Spot Park Vegetarian / Vegan Restaurant Mexican Restaurant Burger Joint Ice Cream Shop Pub Theater
In [173]:
van_lat = df_city.loc[df_city['City']=='Vancouver', 'Latitude'][5]
van_lng = df_city.loc[df_city['City']=='Vancouver', 'Longitude'][5]
In [174]:
map_city_clusters(van_merged, van_lat, van_lng)
Out[174]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [175]:
van_merged.groupby('Cluster Labels').count()
Out[175]:
Neighbourhood City State Country Latitude Longitude 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
Cluster Labels
0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
4 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
7 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8

Vancouver Clusters

In [176]:
van_merged.loc[van_merged['Cluster Labels']==0, van_merged.columns[[0] + list(range(6, van_merged.shape[1]))]]
Out[176]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
17 Strathcona 0 Café Sandwich Place Park Brewery Chinese Restaurant Coffee Shop Restaurant Asian Restaurant Noodle House Bar Pizza Place Italian Restaurant Fast Food Restaurant Pub Japanese Restaurant Gourmet Shop Vietnamese Restaurant Ethiopian Restaurant Performing Arts Venue Dive Bar
In [177]:
van_merged.loc[van_merged['Cluster Labels']==1, van_merged.columns[[0] + list(range(6, van_merged.shape[1]))]]
Out[177]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
5 Hastings-Sunrise 1 Park Theme Park Ride / Attraction Vietnamese Restaurant Coffee Shop Pharmacy Bakery Theme Park Event Space Gas Station Fast Food Restaurant Bus Stop Bus Station Liquor Store Middle Eastern Restaurant Burger Joint Market Farmers Market Soccer Field Sandwich Place Food Truck
12 Oakridge 1 Fast Food Restaurant Sushi Restaurant Clothing Store Coffee Shop Women's Store Bakery Tea Room Shopping Mall Park Optical Shop Bus Station Bus Stop Cantonese Restaurant Food Court Bubble Tea Shop Café Sandwich Place Accessories Store Chocolate Shop Fish Market
15 Shaughnessy 1 Coffee Shop Park Bank Garden Bubble Tea Shop Sandwich Place Sushi Restaurant Malay Restaurant Sporting Goods Shop Cantonese Restaurant Greek Restaurant Grocery Store Filipino Restaurant Farmers Market Financial or Legal Service Fish Market Flea Market Flower Shop Fast Food Restaurant Falafel Restaurant
16 South Cambie 1 Coffee Shop Park Garden Grocery Store Sushi Restaurant Dessert Shop Chinese Restaurant Sandwich Place Bank Seafood Restaurant Cantonese Restaurant Bakery Greek Restaurant Bubble Tea Shop Outdoor Sculpture Sporting Goods Shop Plaza Malay Restaurant Cafeteria Café
In [178]:
van_merged.loc[van_merged['Cluster Labels']==2, van_merged.columns[[0] + list(range(6, van_merged.shape[1]))]]
Out[178]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
1 Downtown 2 Hotel Dessert Shop Coffee Shop Restaurant Japanese Restaurant Sandwich Place Seafood Restaurant Cosmetics Shop Plaza Clothing Store Café Donut Shop Italian Restaurant Breakfast Spot Bookstore Concert Hall Gym Vegetarian / Vegan Restaurant Vietnamese Restaurant Bakery
20 West End 2 Hotel Japanese Restaurant Dessert Shop Ramen Restaurant Bakery Park Sushi Restaurant Sandwich Place Gay Bar Cosmetics Shop Farmers Market Seafood Restaurant Coffee Shop Lingerie Store Beach Bookstore Restaurant Italian Restaurant Gym Greek Restaurant
In [179]:
van_merged.loc[van_merged['Cluster Labels']==3, van_merged.columns[[0] + list(range(6, van_merged.shape[1]))]]
Out[179]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
9 Kitsilano 3 Coffee Shop Bakery Restaurant Yoga Studio Vegetarian / Vegan Restaurant Japanese Restaurant Pizza Place Café French Restaurant Food Truck Dessert Shop Sushi Restaurant Pool Pub Ice Cream Shop Gym / Fitness Center Seafood Restaurant Burger Joint Breakfast Spot Board Shop
In [180]:
van_merged.loc[van_merged['Cluster Labels']==4, van_merged.columns[[0] + list(range(6, van_merged.shape[1]))]]
Out[180]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
3 Fairview 4 Coffee Shop Furniture / Home Store Japanese Restaurant Breakfast Spot Park Café Restaurant Bakery Chinese Restaurant Yoga Studio Salon / Barbershop Camera Store Bookstore Sushi Restaurant Bar Sandwich Place Theater American Restaurant Arts & Crafts Store Asian Restaurant
14 Riley Park 4 Coffee Shop Japanese Restaurant Café Grocery Store Park Vietnamese Restaurant Restaurant Chinese Restaurant Garden Farmers Market Pizza Place Lounge Seafood Restaurant Pub Dessert Shop Sushi Restaurant Furniture / Home Store Thai Restaurant Vegetarian / Vegan Restaurant Arts & Crafts Store
In [181]:
van_merged.loc[van_merged['Cluster Labels']==5, van_merged.columns[[0] + list(range(6, van_merged.shape[1]))]]
Out[181]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
4 Grandview-Woodland 5 Coffee Shop Brewery Café Pizza Place Italian Restaurant Bakery Sushi Restaurant Indian Restaurant French Restaurant Japanese Restaurant Deli / Bodega Grocery Store Breakfast Spot Park Vegetarian / Vegan Restaurant Mexican Restaurant Burger Joint Ice Cream Shop Pub Theater
11 Mount Pleasant 5 Coffee Shop Brewery Bakery Sushi Restaurant Vietnamese Restaurant Diner Outdoor Supply Store Park Latin American Restaurant Taco Place Chinese Restaurant Italian Restaurant Café Indian Restaurant Music Venue Ice Cream Shop Ethiopian Restaurant Yoga Studio Mexican Restaurant Bagel Shop
In [182]:
van_merged.loc[van_merged['Cluster Labels']==6, van_merged.columns[[0] + list(range(6, van_merged.shape[1]))]]
Out[182]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
6 Kensington-Cedar Cottage 6 Vietnamese Restaurant Chinese Restaurant Coffee Shop Bus Stop Vegetarian / Vegan Restaurant Bakery Japanese Restaurant Café Sandwich Place Filipino Restaurant Breakfast Spot Grocery Store Convenience Store Construction & Landscaping Korean Restaurant Pizza Place Pie Shop Escape Room Deli / Bodega Seafood Restaurant
In [183]:
van_merged.loc[van_merged['Cluster Labels']==7, van_merged.columns[[0] + list(range(6, van_merged.shape[1]))]]
Out[183]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Arbutus Ridge 7 Grocery Store Bakery Liquor Store Sushi Restaurant Coffee Shop Bubble Tea Shop Basketball Court Event Space Convenience Store Sandwich Place Lounge Discount Store Italian Restaurant Seafood Restaurant Food Truck Caribbean Restaurant Park Pet Store Hobby Shop Financial or Legal Service
2 Dunbar-Southlands 7 Grocery Store Gym Liquor Store Golf Course Coffee Shop Indian Restaurant Sandwich Place Restaurant Sushi Restaurant Pet Store Indie Movie Theater Bus Stop Pub Bakery Japanese Restaurant Gym / Fitness Center Café Filipino Restaurant Flea Market Fast Food Restaurant
7 Kerrisdale 7 Golf Course Bus Stop Park Café Supermarket Gift Shop Grocery Store Spanish Restaurant Pool Donut Shop Electronics Store Flower Shop Flea Market Diner Fish Market Financial or Legal Service Discount Store Filipino Restaurant Fast Food Restaurant Farmers Market
8 Killarney 7 Bus Stop Pharmacy Chinese Restaurant Sushi Restaurant Gas Station Sandwich Place Recreation Center Juice Bar Bar Coffee Shop Salon / Barbershop Grocery Store Farmers Market Track Fast Food Restaurant Video Store Shopping Mall Pizza Place Park Falafel Restaurant
10 Marpole 7 Japanese Restaurant Vietnamese Restaurant Sushi Restaurant Café Chinese Restaurant Bus Stop Pizza Place Bank Harbor / Marina Massage Studio Liquor Store Malay Restaurant Scenic Lookout Sandwich Place Rental Car Location Restaurant Bubble Tea Shop Coffee Shop Falafel Restaurant Plaza
13 Renfrew-Collingwood 7 Park Bus Stop Convenience Store Deli / Bodega Bar Dog Run Chinese Restaurant Flower Shop Bus Station Bookstore Supermarket Malay Restaurant Pizza Place Grocery Store Greek Restaurant Flea Market Fish Market Financial or Legal Service Historic Site Filipino Restaurant
18 Sunset 7 Indian Restaurant Chinese Restaurant Bus Stop Restaurant Bank Park Market Pharmacy Bakery Korean Restaurant Coffee Shop Liquor Store Motel Indian Chinese Restaurant South Indian Restaurant Gas Station Discount Store Skating Rink Sandwich Place Post Office
19 Victoria-Fraserview 7 Pizza Place Bus Station Sandwich Place Restaurant Gas Station Convenience Store Pet Store Italian Restaurant Bus Stop Motorcycle Shop Fast Food Restaurant Sushi Restaurant Noodle House Japanese Restaurant Middle Eastern Restaurant Bank Asian Restaurant Thrift / Vintage Store Park Vietnamese Restaurant
In [184]:
van_merged.groupby(['Cluster Labels', '1st Most Common Venue']).size().reset_index(name='Count')
Out[184]:
Cluster Labels 1st Most Common Venue Count
0 0 Café 1
1 1 Coffee Shop 2
2 1 Fast Food Restaurant 1
3 1 Park 1
4 2 Hotel 2
5 3 Coffee Shop 1
6 4 Coffee Shop 2
7 5 Coffee Shop 2
8 6 Vietnamese Restaurant 1
9 7 Bus Stop 1
10 7 Golf Course 1
11 7 Grocery Store 2
12 7 Indian Restaurant 1
13 7 Japanese Restaurant 1
14 7 Park 1
15 7 Pizza Place 1

San Francisco Map

In [185]:
san_grouped = pd.read_excel('/content/drive/My Drive/Neighbourhoods_onehot_Venues_Categories.xlsx',
                            sheet_name='sanfranvenues')
san_grouped.head()
Out[185]:
Neighbourhood ATM Acai House Accessories Store Adult Boutique Advertising Agency Afghan Restaurant African Restaurant Alternative Healer American Restaurant Antique Shop Aquarium Arcade Argentinian Restaurant Art Gallery Art Museum Arts & Crafts Store Asian Restaurant Athletics & Sports Austrian Restaurant Auto Dealership Automotive Shop BBQ Joint Baby Store Bagel Shop Bakery Bank Bar Baseball Field Baseball Stadium Basketball Court Basketball Stadium Bath House Beach Bed & Breakfast Beer Bar Beer Garden Beer Store Big Box Store Bike Rental / Bike Share Bike Shop Bistro Board Shop Boat or Ferry Bookstore Botanical Garden Boutique Bowling Alley Bowling Green Boxing Gym Brazilian Restaurant Breakfast Spot Brewery Bridal Shop Bubble Tea Shop Building Burger Joint Burmese Restaurant Burrito Place Bus Line Bus Station Bus Stop Business Service Butcher Cable Car Café Cambodian Restaurant Camera Store Campground Candy Store Cantonese Restaurant Caribbean Restaurant Castle Cheese Shop Chinese Restaurant Chocolate Shop Church Climbing Gym Clothing Store Cocktail Bar Coffee Shop College Cafeteria College Gym Colombian Restaurant Comedy Club Comfort Food Restaurant Comic Shop Community Center Concert Hall Construction & Landscaping Convenience Store Cosmetics Shop Coworking Space Creperie Cuban Restaurant Cupcake Shop Curling Ice Cycle Studio Dance Studio Deli / Bodega Department Store Design Studio Dessert Shop Dim Sum Restaurant Diner Disc Golf Discount Store Distillery Dive Bar Dive Shop Doctor's Office Dog Run Donut Shop Dry Cleaner Dumpling Restaurant Eastern European Restaurant Electronics Store Elementary School Empanada Restaurant English Restaurant Entertainment Service Escape Room Ethiopian Restaurant Event Space Exhibit Eye Doctor Fabric Shop Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Fountain French Restaurant Fried Chicken Joint Frozen Yogurt Shop Furniture / Home Store Garden Garden Center Gas Station Gastropub Gay Bar General Entertainment German Restaurant Gift Shop Golf Course Gourmet Shop Greek Restaurant Grocery Store Gym Gym / Fitness Center Gymnastics Gym Harbor / Marina Hardware Store Hawaiian Restaurant Health & Beauty Service Health Food Store Herbs & Spices Store Hill Historic Site History Museum Hobby Shop Home Service Hookah Bar Hostel Hot Dog Joint Hotel Hotel Bar Hotel Pool Hotpot Restaurant Hunan Restaurant IT Services Ice Cream Shop Indian Restaurant Indie Movie Theater Indie Theater Indoor Play Area Intersection Irish Pub Island Italian Restaurant Japanese Curry Restaurant Japanese Restaurant Jazz Club Jewelry Store Jewish Restaurant Juice Bar Karaoke Bar Kids Store Kitchen Supply Store Korean Restaurant Lake Latin American Restaurant Laundromat Library Light Rail Station Lingerie Store Liquor Store Locksmith Lounge Malay Restaurant Marijuana Dispensary Market Martial Arts School Massage Studio Mediterranean Restaurant Men's Store Metro Station Mexican Restaurant Middle Eastern Restaurant Middle School Mini Golf Miscellaneous Shop Mobile Phone Shop Modern European Restaurant Monument / Landmark Moroccan Restaurant Motel Motorcycle Shop Mountain Movie Theater Moving Target Multiplex Museum Music School Music Store Music Venue Nabe Restaurant Nail Salon National Park Nature Preserve Neighborhood New American Restaurant Newsstand Nightclub Noodle House Office Opera House Optical Shop Organic Grocery Other Great Outdoors Outdoor Sculpture Outdoor Supply Store Pakistani Restaurant Paper / Office Supplies Store Park Pedestrian Plaza Performing Arts Venue Perfume Shop Persian Restaurant Peruvian Restaurant Pet Service Pet Store Pharmacy Physical Therapist Pier Piercing Parlor Pilates Studio Pizza Place Planetarium Playground Plaza Poke Place Pool Pool Hall Pop-Up Shop Portuguese Restaurant Post Office Poutine Place Print Shop Pub Public Art RV Park Racetrack Ramen Restaurant Record Shop Recording Studio Recreation Center Rental Car Location Rental Service Reservoir Residential Building (Apartment / Condo) Restaurant River Road Rock Climbing Spot Rock Club Roller Rink Roof Deck Rugby Pitch Russian Restaurant Sake Bar Salad Place Salon / Barbershop Salvadoran Restaurant Sandwich Place Scandinavian Restaurant Scenic Lookout Science Museum Scottish Restaurant Sculpture Garden Seafood Restaurant Shanghai Restaurant Shawarma Place Shipping Store Shoe Store Shopping Mall Shopping Plaza Sicilian Restaurant Skate Park Smoke Shop Smoothie Shop Snack Place Soccer Field Soup Place South American Restaurant Southern / Soul Food Restaurant Souvlaki Shop Spa Spanish Restaurant Speakeasy Spiritual Center Sporting Goods Shop Sports Bar Sports Club Sri Lankan Restaurant Stadium Stationery Store Steakhouse Storage Facility Street Art Street Food Gathering Supermarket Supplement Shop Surf Spot Sushi Restaurant Swim School Szechuan Restaurant Taco Place Tailor Shop Taiwanese Restaurant Tanning Salon Tapas Restaurant Tattoo Parlor Tea Room Tennis Court Thai Restaurant Theater Theme Park Theme Park Ride / Attraction Theme Restaurant Thrift / Vintage Store Tiki Bar Tour Provider Tourist Information Center Toy / Game Store Track Track Stadium Trade School Trail Train Station Trattoria/Osteria Tunnel Turkish Restaurant Tuscan Restaurant Udon Restaurant Vegetarian / Vegan Restaurant Video Game Store Video Store Vietnamese Restaurant Vineyard Warehouse Store Water Park Waterfall Waterfront Weight Loss Center Whisky Bar Wine Bar Wine Shop Winery Wings Joint Women's Store Yoga Studio Zoo Exhibit
0 Alamo Square 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 2 0 1 2 0 2 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 3 0 0 0 2 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 3 4 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 3 0 0 1 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 5 2 0 0 0 0 0 0 3 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 3 0 0 0 1 2 0 0 2 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 2 0 1 0 0 0 0 0 0 0 0 0 0 4 1 0 0 0 0 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 2 0
1 Anza Vista 0 0 0 0 0 0 0 0 3 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 2 0 1 0 1 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 2 2 2 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 2 0 1 1 1 0 3 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 3 0 2 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 1 0 0 0 0 0 0 2 0 2 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 3 0
2 Ashbury Heights 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Balboa Park 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 2 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 5 0 1 0 1 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 3 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 0 3 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 7 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 2 0 0 0 0 0 0 0 1 0 0 0 0 5 0 0 0 2 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0
4 Balboa Terrace 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 2 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
In [186]:
san_grouped.shape
Out[186]:
(114, 397)
In [187]:
kclusters = 8
san_grouped_clustering = san_grouped.drop('Neighbourhood', axis=1)
kmeans_san= KMeans(kclusters, random_state=random_state).fit(san_grouped_clustering)

len(kmeans_san.labels_)
Out[187]:
114
In [188]:
san_merged = df_neigh.loc[df_neigh['City']=='San Francisco']
san_merged = san_merged[san_merged['Neighbourhood'].isin(san_grouped['Neighbourhood'])].reset_index(drop=True)
san_merged
Out[188]:
Neighbourhood City State Country Latitude Longitude
0 Alamo Square San Francisco CA USA 37.776360 -122.434689
1 Anza Vista San Francisco CA USA 37.780836 -122.443149
2 Ashbury Heights San Francisco CA USA 33.767601 -84.274163
3 Balboa Park San Francisco CA USA 37.721427 -122.447547
4 Balboa Terrace San Francisco CA USA 32.809471 -117.208557
5 Bayview San Francisco CA USA 43.766799 -79.387379
6 Belden Place San Francisco CA USA 37.791744 -122.403886
7 Bernal Heights San Francisco CA USA 37.742986 -122.415804
8 Buena Vista San Francisco CA USA 37.806532 -122.420648
9 Butchertown (Old and New) San Francisco CA USA 38.256900 -85.728700
10 Castro San Francisco CA USA 37.760856 -122.434957
11 Cathedral Hill San Francisco CA USA 45.417569 -75.708712
12 Cayuga Terrace San Francisco CA USA 42.918956 -76.726340
13 China Basin San Francisco CA USA 37.776330 -122.391839
14 Chinatown San Francisco CA USA 37.794301 -122.406376
15 Civic Center San Francisco CA USA 37.779594 -122.416794
16 Clarendon Heights San Francisco CA USA 37.755154 -122.452873
17 Cole Valley San Francisco CA USA 37.765813 -122.449962
18 Corona Heights San Francisco CA USA 37.764886 -122.439368
19 Cow Hollow San Francisco CA USA 37.797262 -122.436248
20 Crocker-Amazon San Francisco CA USA 37.709378 -122.438587
21 Design District San Francisco CA USA 32.789909 -96.818811
22 Diamond Heights San Francisco CA USA 7.050272 125.502647
23 Dogpatch San Francisco CA USA 37.760698 -122.389202
24 Dolores Heights San Francisco CA USA 37.756118 -122.430932
25 Duboce Triangle San Francisco CA USA 37.767138 -122.432230
26 Embarcadero San Francisco CA USA 37.792864 -122.396912
27 Eureka Valley San Francisco CA USA 37.760956 -122.435509
28 Excelsior San Francisco CA USA 37.721794 -122.435382
29 Fillmore San Francisco CA USA 37.784083 -122.433085
30 Financial District San Francisco CA USA 37.793647 -122.398938
31 Financial District South San Francisco CA USA 37.793647 -122.398938
32 Fisherman's Wharf San Francisco CA USA 37.809167 -122.416599
33 Forest Hill San Francisco CA USA 37.747431 -122.463583
34 Forest Knolls San Francisco CA USA 49.146012 -122.590586
35 Glen Park San Francisco CA USA 37.734281 -122.434470
36 Golden Gate Heights San Francisco CA USA 43.723213 -79.560014
37 Haight-Ashbury San Francisco CA USA 37.770015 -122.446952
38 Hayes Valley San Francisco CA USA 37.776685 -122.422936
39 Hunters Point San Francisco CA USA 37.726771 -122.371572
40 India Basin San Francisco CA USA 37.736042 -122.370526
41 Ingleside San Francisco CA USA 37.722987 -122.453027
42 Ingleside Terraces San Francisco CA USA 37.719800 -122.453800
43 Inner Sunset San Francisco CA USA 37.761450 -122.467643
44 Irish Hill San Francisco CA USA 37.758968 -122.386033
45 Islais Creek San Francisco CA USA 37.743399 -122.445918
46 Jackson Square San Francisco CA USA 43.258128 -79.871600
47 Japantown San Francisco CA USA 37.785579 -122.429809
48 Jordan Park San Francisco CA USA 37.784652 -122.456638
49 Laguna Honda San Francisco CA USA 37.747987 -122.459116
50 Lake Street San Francisco CA USA 37.785283 -122.491699
51 Lakeside San Francisco CA USA 44.637712 -63.693666
52 Lakeshore San Francisco CA USA 42.303830 -82.818927
53 Laurel Heights San Francisco CA USA 34.822888 -82.347093
54 Lincoln Manor San Francisco CA USA 38.889171 -121.304163
55 Little Hollywood San Francisco CA USA -37.893133 145.077193
56 Little Russia San Francisco CA USA 40.233821 -84.409673
57 Little Saigon San Francisco CA USA 37.784316 -122.416348
58 Lone Mountain San Francisco CA USA 37.779096 -122.451916
59 Lower Haight San Francisco CA USA 37.771926 -122.432479
60 Lower Pacific Heights San Francisco CA USA 37.785767 -122.438904
61 Lower Nob Hill San Francisco CA USA 37.789000 -122.410900
62 Marina District San Francisco CA USA 37.802984 -122.437472
63 Merced Heights San Francisco CA USA 37.717507 -122.470281
64 Midtown Terrace San Francisco CA USA 36.145642 -95.963016
65 Mid-Market San Francisco CA USA 30.328810 35.443828
66 Miraloma Park San Francisco CA USA -0.193762 -78.477301
67 Mission Bay San Francisco CA USA 37.770774 -122.391171
68 Mission District San Francisco CA USA 37.759930 -122.419138
69 Mission Dolores San Francisco CA USA 31.523255 -94.115510
70 Mission Terrace San Francisco CA USA 34.246491 -119.044215
71 Monterey Heights San Francisco CA USA 32.512085 -85.090769
72 Mount Davidson San Francisco CA USA 37.738264 -122.453305
73 Nob Hill San Francisco CA USA 37.793262 -122.415249
74 Noe Valley San Francisco CA USA 37.751591 -122.432081
75 North Beach San Francisco CA USA 37.801175 -122.409002
76 North of Panhandle San Francisco CA USA 37.778408 -122.442599
77 Oceanview San Francisco CA USA 37.713651 -122.457483
78 Outer Mission San Francisco CA USA 37.752498 -122.412826
79 Outer Sunset San Francisco CA USA 37.760828 -122.496574
80 Pacific Heights San Francisco CA USA 37.792717 -122.435644
81 Parkmerced San Francisco CA USA 37.717176 -122.478947
82 Parnassus San Francisco CA USA 37.765267 -122.447755
83 Polk Gulch San Francisco CA USA 41.649466 -93.500067
84 Portola San Francisco CA USA 37.726379 -122.408551
85 Portola Place San Francisco CA USA 32.748829 -117.179077
86 Potrero Hill San Francisco CA USA 37.756583 -122.399137
87 Presidio San Francisco CA USA 37.798746 -122.464589
88 Presidio Heights San Francisco CA USA 37.788751 -122.453027
89 Richmond District San Francisco CA USA 37.780643 -122.472596
90 Rincon Hill San Francisco CA USA 37.785207 -122.391915
91 Russian Hill San Francisco CA USA 37.800073 -122.417094
92 Saint Francis Wood San Francisco CA USA 37.734653 -122.468027
93 Sea Cliff San Francisco CA USA 34.344441 -119.418173
94 Silver Terrace San Francisco CA USA 37.733854 -122.400028
95 South Beach San Francisco CA USA 37.779814 -122.391150
96 South End San Francisco CA USA 44.631833 -63.580027
97 South of Market San Francisco CA USA 37.780893 -122.400952
98 South Park San Francisco CA USA 37.781590 -122.393975
99 Sunnydale San Francisco CA USA 37.709207 -122.404966
100 Sunset District San Francisco CA USA 37.753542 -122.495249
101 Telegraph Hill San Francisco CA USA 37.800785 -122.404091
102 Tenderloin San Francisco CA USA 37.784249 -122.413993
103 Treasure Island San Francisco CA USA 37.823354 -122.370153
104 Twin Peaks San Francisco CA USA 37.754640 -122.446480
105 Union Square San Francisco CA USA 37.787936 -122.407517
106 University Mound San Francisco CA USA 55.949511 -3.195349
107 Upper Market San Francisco CA USA 16.417114 120.592371
108 Visitacion Valley San Francisco CA USA 37.712132 -122.409713
109 Vista del Mar San Francisco CA USA 49.990345 -125.227733
110 West Portal San Francisco CA USA 37.741141 -122.465634
111 Western Addition San Francisco CA USA 37.779559 -122.429810
112 Westwood Highlands San Francisco CA USA 14.286750 120.944712
113 Westwood Park San Francisco CA USA 49.277466 -122.777594
In [189]:
san_merged['Cluster Labels'] = kmeans_san.labels_
san_merged = san_merged.join(san_venues_sorted.set_index('Neighbourhood'), on='Neighbourhood')
san_merged.head()
Out[189]:
Neighbourhood City State Country Latitude Longitude Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Alamo Square San Francisco CA USA 37.776360 -122.434689 3 Ice Cream Shop Coffee Shop Park Dive Bar Liquor Store Italian Restaurant Cocktail Bar Sushi Restaurant Pizza Place Café Bubble Tea Shop BBQ Joint New American Restaurant Market Burrito Place Bakery Yoga Studio Event Space Souvlaki Shop Mediterranean Restaurant
1 Anza Vista San Francisco CA USA 37.780836 -122.443149 7 Bakery Café Sushi Restaurant Bar Mexican Restaurant Park Yoga Studio American Restaurant New American Restaurant Nightclub Grocery Store Gym / Fitness Center Sandwich Place Salon / Barbershop Coffee Shop Gym Restaurant Bubble Tea Shop Cosmetics Shop Market
2 Ashbury Heights San Francisco CA USA 33.767601 -84.274163 1 Furniture / Home Store Breakfast Spot Hot Dog Joint Gas Station Park Beer Store Shopping Plaza Beer Bar Gym / Fitness Center Gymnastics Gym Thrift / Vintage Store Pet Store Coffee Shop Pizza Place Sandwich Place Playground Clothing Store Art Gallery Vietnamese Restaurant American Restaurant
3 Balboa Park San Francisco CA USA 37.721427 -122.447547 6 Mexican Restaurant Pizza Place Bubble Tea Shop Chinese Restaurant Vietnamese Restaurant Bus Station Sandwich Place Coffee Shop Latin American Restaurant Grocery Store American Restaurant Poke Place Japanese Restaurant Park Asian Restaurant Metro Station Thai Restaurant Gastropub Gas Station College Gym
4 Balboa Terrace San Francisco CA USA 32.809471 -117.208557 1 Market Fast Food Restaurant Thrift / Vintage Store Gym / Fitness Center Theater Liquor Store Marijuana Dispensary Coffee Shop Gym Mexican Restaurant Thai Restaurant Electronics Store Chinese Restaurant Shipping Store Park Sushi Restaurant Music Store Football Stadium Nail Salon Pizza Place
In [190]:
san_lat = df_city.loc[df_city['City']=='San Francisco', 'Latitude'][3]
san_lng = df_city.loc[df_city['City']=='San Francisco', 'Longitude'][3]
In [191]:
map_city_clusters(san_merged, san_lat, san_lng)
Out[191]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [192]:
san_merged.groupby('Cluster Labels').count()
Out[192]:
Neighbourhood City State Country Latitude Longitude 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
Cluster Labels
0 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15
1 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34
2 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9
3 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
5 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8
6 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13
7 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14
In [193]:
san_merged.groupby(['Cluster Labels', '1st Most Common Venue']).size().reset_index(name='Count')
Out[193]:
Cluster Labels 1st Most Common Venue Count
0 0 Coffee Shop 1
1 0 Park 6
2 0 Pizza Place 1
3 0 Seafood Restaurant 2
4 0 Trail 5
5 1 American Restaurant 1
6 1 Art Gallery 1
7 1 Bar 2
8 1 Baseball Field 1
9 1 Breakfast Spot 1
10 1 Bubble Tea Shop 1
11 1 Campground 1
12 1 Clothing Store 1
13 1 Coffee Shop 2
14 1 Construction & Landscaping 1
15 1 Fast Food Restaurant 1
16 1 Food Truck 1
17 1 Furniture / Home Store 1
18 1 Golf Course 1
19 1 Grocery Store 1
20 1 Historic Site 1
21 1 Home Service 1
22 1 Light Rail Station 1
23 1 Market 1
24 1 Mexican Restaurant 1
25 1 Park 5
26 1 Pizza Place 3
27 1 Sandwich Place 1
28 1 Shopping Mall 1
29 1 Spa 1
30 1 Trail 1
31 2 Coffee Shop 9
32 3 Bakery 2
33 3 Cocktail Bar 1
34 3 Coffee Shop 6
35 3 Cosmetics Shop 1
36 3 French Restaurant 1
37 3 Gay Bar 2
38 3 Gym / Fitness Center 1
39 3 Ice Cream Shop 1
40 3 Italian Restaurant 2
41 3 Mexican Restaurant 2
42 3 Park 1
43 4 Theme Park Ride / Attraction 1
44 5 Bakery 1
45 5 Chinese Restaurant 1
46 5 Coffee Shop 2
47 5 Fast Food Restaurant 1
48 5 Hotel 2
49 5 Pub 1
50 6 Asian Restaurant 1
51 6 Bakery 1
52 6 Café 3
53 6 Chinese Restaurant 3
54 6 Coffee Shop 1
55 6 Grocery Store 1
56 6 Mexican Restaurant 1
57 6 Pizza Place 1
58 6 Vietnamese Restaurant 1
59 7 Bakery 1
60 7 Café 6
61 7 Coffee Shop 1
62 7 Mexican Restaurant 1
63 7 Park 1
64 7 Pizza Place 3
65 7 Pub 1

San Francisco Clusters

In [194]:
san_merged.loc[san_merged['Cluster Labels']==0, san_merged.columns[[0] + list(range(6, san_merged.shape[1]))]]
Out[194]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
8 Buena Vista 0 Seafood Restaurant Park Chocolate Shop Ice Cream Shop Bike Rental / Bike Share Coffee Shop Art Gallery Tour Provider Sushi Restaurant National Park Pizza Place Historic Site Italian Restaurant Hotel Playground French Restaurant Cantonese Restaurant Candy Store Café Food Truck
16 Clarendon Heights 0 Trail Scenic Lookout Park Bus Stop Playground Light Rail Station Lake Reservoir Mountain Tailor Shop Salad Place Garden Art Gallery Event Space Convenience Store Hill Monument / Landmark Road Wine Bar Public Art
17 Cole Valley 0 Park Café Breakfast Spot Bookstore Playground Thrift / Vintage Store Boutique Coffee Shop Grocery Store Yoga Studio Trail Scenic Lookout Gift Shop Shoe Store Convenience Store Hill Dog Run Ice Cream Shop Wine Bar Accessories Store
32 Fisherman's Wharf 0 Seafood Restaurant Chocolate Shop Park Ice Cream Shop Coffee Shop Bike Rental / Bike Share Hotel Historic Site Breakfast Spot Museum Bar Candy Store Bakery Tour Provider Tourist Information Center Scenic Lookout National Park Playground American Restaurant Donut Shop
33 Forest Hill 0 Trail Burger Joint Park Grocery Store Bus Stop Café Coffee Shop Sandwich Place Mexican Restaurant Italian Restaurant Pizza Place Playground Breakfast Spot Bookstore Tennis Court Mountain Thai Restaurant Movie Theater Mediterranean Restaurant Brazilian Restaurant
35 Glen Park 0 Park Coffee Shop Bakery Trail Latin American Restaurant Pizza Place Café Mexican Restaurant Grocery Store Chinese Restaurant Restaurant Thai Restaurant Italian Restaurant Donut Shop Bubble Tea Shop Breakfast Spot Tennis Court Gym Filipino Restaurant Cheese Shop
45 Islais Creek 0 Park Playground Trail Scenic Lookout Pharmacy Coffee Shop Grocery Store Shopping Mall Sandwich Place Burrito Place Dim Sum Restaurant Salon / Barbershop Monument / Landmark Mountain Café Food Truck Bus Stop Bus Station Bus Line Tennis Court
49 Laguna Honda 0 Trail Park Bus Stop Sandwich Place Playground Burger Joint Mountain Monument / Landmark Tennis Court Thai Restaurant Liquor Store Mexican Restaurant Coffee Shop Burrito Place Bar Scenic Lookout Pharmacy Café Breakfast Spot Grocery Store
72 Mount Davidson 0 Pizza Place Trail Park Grocery Store Bus Line Theater Bus Stop Café Mountain Bar Sandwich Place Spa Coffee Shop Gym Monument / Landmark Sushi Restaurant Cantonese Restaurant Breakfast Spot Food Truck Burger Joint
82 Parnassus 0 Park Café Breakfast Spot Thrift / Vintage Store Playground Bookstore Boutique Coffee Shop Tennis Court Gift Shop Convenience Store Grocery Store Yoga Studio Trail Dog Run Scenic Lookout Shoe Store Accessories Store Pizza Place Ice Cream Shop
87 Presidio 0 Trail Tunnel Scenic Lookout Café Food Truck General Entertainment Park Museum American Restaurant Bed & Breakfast Outdoor Sculpture Tennis Court Golf Course Gift Shop Bike Shop Mexican Restaurant Beach Swim School Fried Chicken Joint Climbing Gym
88 Presidio Heights 0 Coffee Shop Cosmetics Shop Bakery Trail Furniture / Home Store American Restaurant Bank Golf Course Italian Restaurant Café Sculpture Garden Breakfast Spot New American Restaurant Scenic Lookout Park Pub Pet Store Wine Bar Wine Shop Playground
92 Saint Francis Wood 0 Park Playground Coffee Shop Gym Pub Mexican Restaurant Comic Shop Burger Joint Bank Italian Restaurant Vietnamese Restaurant Bakery Pizza Place Wine Bar Light Rail Station Greek Restaurant Restaurant Thai Restaurant Grocery Store Movie Theater
104 Twin Peaks 0 Trail Park Scenic Lookout Monument / Landmark Hill Playground Café Coffee Shop Road Shoe Store Szechuan Restaurant Garden Thai Restaurant Convenience Store Grocery Store Wine Bar Bus Stop American Restaurant Reservoir Italian Restaurant
110 West Portal 0 Park Chinese Restaurant Coffee Shop Sushi Restaurant Pub Pizza Place Italian Restaurant Hotpot Restaurant Mexican Restaurant Bank Trail Burger Joint Grocery Store Indian Restaurant Wine Bar Sandwich Place Brazilian Restaurant Martial Arts School Mediterranean Restaurant Szechuan Restaurant
In [195]:
san_merged.loc[san_merged['Cluster Labels']==1, san_merged.columns[[0] + list(range(6, san_merged.shape[1]))]]
Out[195]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
2 Ashbury Heights 1 Furniture / Home Store Breakfast Spot Hot Dog Joint Gas Station Park Beer Store Shopping Plaza Beer Bar Gym / Fitness Center Gymnastics Gym Thrift / Vintage Store Pet Store Coffee Shop Pizza Place Sandwich Place Playground Clothing Store Art Gallery Vietnamese Restaurant American Restaurant
4 Balboa Terrace 1 Market Fast Food Restaurant Thrift / Vintage Store Gym / Fitness Center Theater Liquor Store Marijuana Dispensary Coffee Shop Gym Mexican Restaurant Thai Restaurant Electronics Store Chinese Restaurant Shipping Store Park Sushi Restaurant Music Store Football Stadium Nail Salon Pizza Place
5 Bayview 1 Spa Coffee Shop Café Park Bank Pizza Place Clothing Store Pharmacy Sushi Restaurant Gas Station Shopping Mall Chinese Restaurant Bakery Gourmet Shop Thai Restaurant Supermarket Metro Station Fried Chicken Joint Gym Sandwich Place
9 Butchertown (Old and New) 1 Bar Park Furniture / Home Store Brewery American Restaurant Restaurant New American Restaurant Athletics & Sports Breakfast Spot Gastropub Skate Park Miscellaneous Shop Gay Bar Botanical Garden Speakeasy Food Truck Spa Southern / Soul Food Restaurant Boat or Ferry Café
12 Cayuga Terrace 1 Park Building Soccer Field Lake Post Office Fish & Chips Shop Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Zoo Exhibit Eye Doctor Fish Market Flea Market Flower Shop Food
20 Crocker-Amazon 1 Baseball Field Liquor Store Pizza Place Playground Latin American Restaurant Mexican Restaurant Coffee Shop Trail Pharmacy Bar Scenic Lookout Basketball Court Chinese Restaurant Motel Gastropub Bowling Green Soccer Field Bubble Tea Shop Fried Chicken Joint Burrito Place
21 Design District 1 Art Gallery Mexican Restaurant Gym / Fitness Center Sports Bar Convenience Store Bar Lounge Coffee Shop New American Restaurant Italian Restaurant Antique Shop Bank Pizza Place Baseball Field Sandwich Place Furniture / Home Store Brewery Fast Food Restaurant Gastropub Plaza
22 Diamond Heights 1 Shopping Mall Zoo Exhibit Financial or Legal Service Eye Doctor Fabric Shop Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Fish & Chips Shop Event Space Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court
34 Forest Knolls 1 Golf Course Construction & Landscaping Business Service Zoo Exhibit Fish Market Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Flea Market Eye Doctor Flower Shop Food Food & Drink Shop Food Court
36 Golden Gate Heights 1 Coffee Shop Sandwich Place Department Store Convenience Store Clothing Store Pet Store Grocery Store Fast Food Restaurant Salon / Barbershop Pizza Place Fried Chicken Joint Fish & Chips Shop Financial or Legal Service Food Exhibit Eye Doctor Food Court Fabric Shop Factory Food & Drink Shop
39 Hunters Point 1 Park Restaurant Harbor / Marina Coffee Shop Grocery Store Motorcycle Shop Spa Construction & Landscaping Art Gallery Food & Drink Shop Recording Studio Fish Market Farmers Market Food Stand Factory Falafel Restaurant Farm Food Court Fast Food Restaurant Fish & Chips Shop
40 India Basin 1 Park Brewery Coffee Shop Spa Art Gallery Bus Stop Garden Center Grocery Store Waterfront Recording Studio Harbor / Marina Restaurant Farmers Market Farm Falafel Restaurant Fast Food Restaurant Field Filipino Restaurant Fish & Chips Shop Financial or Legal Service
51 Lakeside 1 Pizza Place Trail Clothing Store Chinese Restaurant Filipino Restaurant Exhibit Eye Doctor Fabric Shop Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Zoo Exhibit Fish & Chips Shop Fish Market Flea Market Flower Shop Food
52 Lakeshore 1 Construction & Landscaping Breakfast Spot Gym Sandwich Place Fish & Chips Shop Fabric Shop Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Zoo Exhibit Eye Doctor Flea Market Flower Shop Food Food & Drink Shop
53 Laurel Heights 1 Fast Food Restaurant Bookstore Men's Store Hobby Shop Auto Dealership Liquor Store Paper / Office Supplies Store Bagel Shop Salon / Barbershop ATM Furniture / Home Store Shopping Mall Coffee Shop Gym / Fitness Center Pet Store Grocery Store Chinese Restaurant Sandwich Place Supplement Shop Video Game Store
54 Lincoln Manor 1 Mexican Restaurant Dog Run Pizza Place Gym BBQ Joint Fast Food Restaurant Park Sandwich Place Convenience Store Music Venue Fish & Chips Shop Gas Station Business Service Italian Restaurant Rental Car Location Chinese Restaurant Flower Shop Food Financial or Legal Service Filipino Restaurant
56 Little Russia 1 Bar Diner Post Office Fish & Chips Shop Fabric Shop Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Zoo Exhibit Eye Doctor Flea Market Flower Shop Food Food & Drink Shop Food Court
63 Merced Heights 1 Park Pizza Place Café Intersection Mexican Restaurant Playground Sandwich Place Gym Rental Car Location Juice Bar Bank Bus Stop Nightclub Burger Joint Performing Arts Venue Coffee Shop Golf Course College Gym Gym / Fitness Center Japanese Restaurant
64 Midtown Terrace 1 American Restaurant Burger Joint Sandwich Place Brewery Mexican Restaurant Coffee Shop Bar Convenience Store Pharmacy Donut Shop Video Store Gym Shipping Store Clothing Store Salad Place Mediterranean Restaurant Fast Food Restaurant Bakery Grocery Store Breakfast Spot
65 Mid-Market 1 Historic Site Scenic Lookout Trail Middle Eastern Restaurant Food Stand Fast Food Restaurant Event Space Football Stadium Exhibit Eye Doctor Fabric Shop Factory Falafel Restaurant Farm Farmers Market Field Food Court Food Truck Ethiopian Restaurant Financial or Legal Service
69 Mission Dolores 1 Trail Hobby Shop Intersection Discount Store Grocery Store Zoo Exhibit Filipino Restaurant Fabric Shop Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Fish & Chips Shop Financial or Legal Service Exhibit Fish Market Flea Market Flower Shop
70 Mission Terrace 1 Park Construction & Landscaping Indian Restaurant Zoo Exhibit Fish & Chips Shop Fabric Shop Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Flea Market Fish Market Exhibit Flower Shop Food Food & Drink Shop
71 Monterey Heights 1 Home Service Furniture / Home Store RV Park Zoo Exhibit Financial or Legal Service Eye Doctor Fabric Shop Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Fish & Chips Shop Event Space Fish Market Flea Market Flower Shop Food
77 Oceanview 1 Grocery Store Park Café Intersection Dive Bar Playground Pizza Place Laundromat Asian Restaurant Spanish Restaurant Mexican Restaurant Moving Target Supermarket Bubble Tea Shop Burmese Restaurant Smoke Shop Noodle House Bakery Chinese Restaurant Colombian Restaurant
81 Parkmerced 1 Pizza Place Café Gym Trail Park Mexican Restaurant Sandwich Place Church College Cafeteria Coffee Shop Food Basketball Court Intersection Golf Course Performing Arts Venue Snack Place Sushi Restaurant Bus Stop Nightclub Thai Restaurant
85 Portola Place 1 Pizza Place Coffee Shop American Restaurant Seafood Restaurant Mexican Restaurant Furniture / Home Store Gym / Fitness Center Bakery Print Shop Bar Grocery Store Thrift / Vintage Store Ice Cream Shop Liquor Store Surf Spot Comedy Club Taco Place Restaurant Tea Room Garden Center
93 Sea Cliff 1 Campground Beach Farm Mountain Zoo Exhibit Fish & Chips Shop Falafel Restaurant Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish Market Fabric Shop Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand
96 South End 1 Coffee Shop Burger Joint Café Thrift / Vintage Store Gym / Fitness Center Pharmacy Bar Grocery Store College Cafeteria BBQ Joint Sandwich Place Park Asian Restaurant Soup Place Theater Convenience Store French Restaurant Pub Wine Bar Flower Shop
99 Sunnydale 1 Light Rail Station Coffee Shop Convenience Store Sandwich Place Fast Food Restaurant Motel Pizza Place Automotive Shop Market Breakfast Spot Factory Liquor Store Park Café Garden Fried Chicken Joint Grocery Store Bar Construction & Landscaping Vietnamese Restaurant
103 Treasure Island 1 Food Truck Baseball Field Athletics & Sports Music Venue Park Grocery Store Rugby Pitch Bus Station Brewery Food Stand Flea Market Motorcycle Shop Harbor / Marina History Museum Breakfast Spot Fried Chicken Joint American Restaurant Island Dive Bar Dog Run
108 Visitacion Valley 1 Sandwich Place Convenience Store Café Park Coffee Shop Motel Pizza Place Automotive Shop Grocery Store Liquor Store Bar Trail Construction & Landscaping Market Pet Store Theater Garden Light Rail Station Art Gallery Pool
109 Vista del Mar 1 Clothing Store Women's Store Restaurant Coffee Shop Beach Music Venue Park Hotel Café Filipino Restaurant Factory Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Fish & Chips Shop Financial or Legal Service Eye Doctor Fish Market
112 Westwood Highlands 1 Bubble Tea Shop Gas Station Stationery Store Convenience Store Fast Food Restaurant Zoo Exhibit Fish & Chips Shop Factory Falafel Restaurant Farm Farmers Market Field Filipino Restaurant Financial or Legal Service Flower Shop Fish Market Flea Market Eye Doctor Food Food & Drink Shop
113 Westwood Park 1 Breakfast Spot Dog Run Shipping Store Bank Shopping Mall Trail Park Arts & Crafts Store Vietnamese Restaurant Health Food Store Sushi Restaurant Flea Market Farmers Market Football Stadium Food Truck Food Stand Fabric Shop Factory Food Court Falafel Restaurant
In [196]:
san_merged.loc[san_merged['Cluster Labels']==2, san_merged.columns[[0] + list(range(6, san_merged.shape[1]))]]
Out[196]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
13 China Basin 2 Coffee Shop Baseball Stadium Park Café Bar Food Truck New American Restaurant Brewery Gym Gym / Fitness Center Street Food Gathering Wine Bar Residential Building (Apartment / Condo) Outdoor Sculpture Mediterranean Restaurant Mexican Restaurant Burger Joint Pizza Place Mini Golf Hotel
26 Embarcadero 2 Coffee Shop Food Truck Gym Park Mediterranean Restaurant Bookstore Gym / Fitness Center Café Seafood Restaurant Men's Store Vietnamese Restaurant Bakery Japanese Restaurant New American Restaurant Burger Joint Wine Bar Whisky Bar Restaurant Dim Sum Restaurant Brewery
30 Financial District 2 Coffee Shop Food Truck Gym New American Restaurant Park Sushi Restaurant Gym / Fitness Center Café Men's Store Mediterranean Restaurant Wine Bar Cosmetics Shop Japanese Restaurant Seafood Restaurant Whisky Bar Burger Joint Cantonese Restaurant Bakery Bookstore Dim Sum Restaurant
31 Financial District South 2 Coffee Shop Food Truck Gym New American Restaurant Park Sushi Restaurant Gym / Fitness Center Café Men's Store Mediterranean Restaurant Wine Bar Cosmetics Shop Japanese Restaurant Seafood Restaurant Whisky Bar Burger Joint Cantonese Restaurant Bakery Bookstore Dim Sum Restaurant
67 Mission Bay 2 Coffee Shop Park Baseball Stadium New American Restaurant Bar Gym Food Truck Wine Bar Gym / Fitness Center Sandwich Place Furniture / Home Store Café Dumpling Restaurant Mediterranean Restaurant Outdoor Sculpture Monument / Landmark Street Food Gathering Soccer Field Mexican Restaurant Southern / Soul Food Restaurant
90 Rincon Hill 2 Coffee Shop Café Gym New American Restaurant Scenic Lookout Park Gym / Fitness Center Seafood Restaurant French Restaurant Baseball Stadium Street Food Gathering Steakhouse Japanese Restaurant Art Gallery Art Museum Residential Building (Apartment / Condo) Burger Joint Spa Wine Bar Food Truck
95 South Beach 2 Coffee Shop Baseball Stadium Café New American Restaurant Pizza Place Gym Brewery Bar Spa Residential Building (Apartment / Condo) Gym / Fitness Center Mexican Restaurant Outdoor Sculpture American Restaurant Burger Joint Park Wine Bar Mediterranean Restaurant Sushi Restaurant Street Food Gathering
97 South of Market 2 Coffee Shop Gym / Fitness Center Vietnamese Restaurant Pizza Place Café Museum Marijuana Dispensary New American Restaurant Art Museum Hotel Gym Bakery Burger Joint Art Gallery Brewery French Restaurant Grocery Store Wine Bar Wine Shop Burmese Restaurant
98 South Park 2 Coffee Shop Café New American Restaurant Gym Gym / Fitness Center Wine Bar Brewery Bar Residential Building (Apartment / Condo) Park Art Museum Burger Joint Spa Mediterranean Restaurant Baseball Stadium Pizza Place Hotel French Restaurant Indian Restaurant Sushi Restaurant
In [197]:
san_merged.loc[san_merged['Cluster Labels']==3, san_merged.columns[[0] + list(range(6, san_merged.shape[1]))]]
Out[197]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Alamo Square 3 Ice Cream Shop Coffee Shop Park Dive Bar Liquor Store Italian Restaurant Cocktail Bar Sushi Restaurant Pizza Place Café Bubble Tea Shop BBQ Joint New American Restaurant Market Burrito Place Bakery Yoga Studio Event Space Souvlaki Shop Mediterranean Restaurant
10 Castro 3 Gay Bar Coffee Shop Park New American Restaurant Thai Restaurant Ice Cream Shop Japanese Restaurant Bakery Hill Trail Seafood Restaurant Juice Bar Yoga Studio Gym Café Pet Store Deli / Bodega Dessert Shop Wine Bar Indian Restaurant
15 Civic Center 3 Coffee Shop Bakery Cocktail Bar French Restaurant Gym Theater Wine Bar Thai Restaurant Beer Bar Vietnamese Restaurant Southern / Soul Food Restaurant New American Restaurant Sandwich Place Optical Shop Vegetarian / Vegan Restaurant Sushi Restaurant Restaurant Marijuana Dispensary Dance Studio Pizza Place
18 Corona Heights 3 Coffee Shop Gay Bar Park New American Restaurant Breakfast Spot Indian Restaurant Yoga Studio Seafood Restaurant Bookstore Supermarket Sushi Restaurant Mediterranean Restaurant Bakery Scenic Lookout Wine Bar Ice Cream Shop Dog Run Italian Restaurant Bubble Tea Shop Pilates Studio
19 Cow Hollow 3 Italian Restaurant Park Ice Cream Shop French Restaurant American Restaurant Cosmetics Shop Yoga Studio Deli / Bodega Bookstore Mexican Restaurant Burger Joint Sushi Restaurant Café Diner Coffee Shop Thai Restaurant Wine Bar Taco Place Salad Place Pizza Place
24 Dolores Heights 3 Coffee Shop Ice Cream Shop Bookstore Bakery Italian Restaurant Gay Bar Juice Bar Yoga Studio Grocery Store New American Restaurant Thai Restaurant Gift Shop Sushi Restaurant Deli / Bodega Burger Joint Park Wine Shop Wine Bar Pizza Place Indian Restaurant
25 Duboce Triangle 3 Coffee Shop Yoga Studio Mediterranean Restaurant Sandwich Place New American Restaurant Park Cocktail Bar Scandinavian Restaurant Dog Run Mexican Restaurant Gay Bar Sushi Restaurant Grocery Store Gym Gym / Fitness Center Bakery Liquor Store Wine Bar Dive Bar Pizza Place
27 Eureka Valley 3 Gay Bar Park Coffee Shop New American Restaurant Thai Restaurant Ice Cream Shop Japanese Restaurant Bakery Hill Trail Seafood Restaurant Juice Bar Yoga Studio Gym Grocery Store Deli / Bodega Indian Restaurant Dog Run Wine Bar Mediterranean Restaurant
29 Fillmore 3 Bakery Ice Cream Shop Boutique Gift Shop Park Grocery Store Spa Shopping Mall Gym / Fitness Center Café Sushi Restaurant Japanese Restaurant Salon / Barbershop Italian Restaurant New American Restaurant Ramen Restaurant Vietnamese Restaurant Tea Room American Restaurant Mediterranean Restaurant
38 Hayes Valley 3 Cocktail Bar French Restaurant Wine Bar Sushi Restaurant Pizza Place Optical Shop New American Restaurant Coffee Shop Bakery Bubble Tea Shop Café Juice Bar Liquor Store Park Italian Restaurant Gym / Fitness Center Food & Drink Shop Dessert Shop Bookstore Poke Place
47 Japantown 3 Bakery Ice Cream Shop Boutique Gift Shop Grocery Store Sushi Restaurant Shopping Mall Bookstore Salon / Barbershop Mediterranean Restaurant Cosmetics Shop Creperie Café Tea Room Thai Restaurant Park Spa New American Restaurant Ramen Restaurant Vietnamese Restaurant
57 Little Saigon 3 Coffee Shop Thai Restaurant Theater Vietnamese Restaurant Sandwich Place Sushi Restaurant Speakeasy Beer Bar Cocktail Bar Pizza Place Mexican Restaurant Bakery Burger Joint Southern / Soul Food Restaurant Café Art Gallery Music Venue Marijuana Dispensary Dance Studio Rock Club
59 Lower Haight 3 Park Pizza Place Sushi Restaurant Dive Bar Coffee Shop Grocery Store Cocktail Bar Gym / Fitness Center Record Shop Ice Cream Shop Liquor Store Boutique Gym Bakery Mexican Restaurant BBQ Joint French Restaurant New American Restaurant Bubble Tea Shop Mediterranean Restaurant
61 Lower Nob Hill 3 Coffee Shop Hotel Cocktail Bar Boutique Jewelry Store Clothing Store French Restaurant Italian Restaurant Beer Bar Grocery Store Speakeasy Men's Store Furniture / Home Store Bar Electronics Store Burger Joint Cosmetics Shop Art Gallery Spa Sushi Restaurant
62 Marina District 3 Gym / Fitness Center Italian Restaurant Coffee Shop Wine Bar Park French Restaurant American Restaurant Salad Place Art Gallery Vegetarian / Vegan Restaurant Cosmetics Shop Mexican Restaurant Thai Restaurant Sandwich Place Deli / Bodega Taco Place Juice Bar Ice Cream Shop Sushi Restaurant Frozen Yogurt Shop
68 Mission District 3 Mexican Restaurant Bakery Café Gift Shop Ice Cream Shop Coffee Shop Cocktail Bar Music Venue Latin American Restaurant Bar Gym Cuban Restaurant Bookstore Yoga Studio Sandwich Place New American Restaurant Juice Bar Pizza Place Indian Restaurant Wine Bar
73 Nob Hill 3 Italian Restaurant Wine Bar Gym / Fitness Center Coffee Shop Vietnamese Restaurant Pet Store Beer Bar Grocery Store Park Hotel French Restaurant Cocktail Bar Pizza Place Deli / Bodega Yoga Studio Spa Bakery Sushi Restaurant Bar Massage Studio
78 Outer Mission 3 Mexican Restaurant Coffee Shop Grocery Store Cocktail Bar Bakery Café Latin American Restaurant Bar Thai Restaurant Fish Market Deli / Bodega Food Truck Art Gallery South American Restaurant Yoga Studio Italian Restaurant Sandwich Place Sushi Restaurant Performing Arts Venue Dance Studio
80 Pacific Heights 3 Cosmetics Shop Bakery Italian Restaurant Gym / Fitness Center Park Gift Shop Yoga Studio Sandwich Place Boutique Wine Bar French Restaurant Ice Cream Shop Mediterranean Restaurant Liquor Store Coffee Shop Salon / Barbershop Spa Juice Bar Cupcake Shop Burger Joint
111 Western Addition 3 French Restaurant Pizza Place Bakery Dessert Shop Sushi Restaurant Ice Cream Shop Shopping Mall Gift Shop Liquor Store Bubble Tea Shop Spa Cocktail Bar Jazz Club Coffee Shop New American Restaurant Optical Shop Park Playground Bagel Shop Ramen Restaurant
In [198]:
san_merged.loc[san_merged['Cluster Labels']==4, san_merged.columns[[0] + list(range(6, san_merged.shape[1]))]]
Out[198]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
83 Polk Gulch 4 Theme Park Ride / Attraction Fast Food Restaurant Pizza Place Theme Park Fried Chicken Joint Gas Station Hotel Water Park American Restaurant Sports Bar Coffee Shop Mexican Restaurant Greek Restaurant Gym / Fitness Center Mobile Phone Shop Thai Restaurant Supplement Shop Theater Big Box Store Cosmetics Shop
In [199]:
san_merged.loc[san_merged['Cluster Labels']==5, san_merged.columns[[0] + list(range(6, san_merged.shape[1]))]]
Out[199]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
6 Belden Place 5 Hotel Coffee Shop Men's Store Gym New American Restaurant Boutique Park Bookstore Mediterranean Restaurant Sushi Restaurant Food Truck Art Museum Cocktail Bar Optical Shop Clothing Store Szechuan Restaurant Wine Bar Restaurant Jewelry Store Fried Chicken Joint
11 Cathedral Hill 5 Chinese Restaurant Vietnamese Restaurant Coffee Shop Park Sushi Restaurant Restaurant Hotel Café Food Truck Korean Restaurant Italian Restaurant Indian Restaurant Bar Greek Restaurant Asian Restaurant Noodle House Tapas Restaurant Gym Sandwich Place Men's Store
14 Chinatown 5 Coffee Shop New American Restaurant Hotel Men's Store Bakery Chinese Restaurant Sushi Restaurant Pizza Place Gym Church Clothing Store Cocktail Bar Café Food Truck Bubble Tea Shop French Restaurant Bookstore Restaurant Szechuan Restaurant Park
60 Lower Pacific Heights 5 Bakery Park Ice Cream Shop Spa New American Restaurant Salon / Barbershop Gym / Fitness Center Sushi Restaurant Boutique Bookstore Gym Gift Shop Ramen Restaurant Mediterranean Restaurant Italian Restaurant Café Sandwich Place Cosmetics Shop Yoga Studio Pizza Place
102 Tenderloin 5 Coffee Shop Hotel Sandwich Place French Restaurant Marijuana Dispensary Pizza Place Grocery Store Concert Hall Bakery Beer Bar Boutique Theater Thai Restaurant Speakeasy Men's Store Burger Joint Café Park Electronics Store Gym / Fitness Center
105 Union Square 5 Hotel Cocktail Bar Coffee Shop Boutique Clothing Store Jewelry Store Art Museum Speakeasy Beer Bar Bar Electronics Store Furniture / Home Store Plaza Japanese Restaurant Burger Joint Sushi Restaurant French Restaurant American Restaurant Men's Store Mediterranean Restaurant
106 University Mound 5 Pub Bar Hotel Café Coffee Shop Beer Bar Cocktail Bar Plaza Mexican Restaurant French Restaurant Museum Seafood Restaurant Pizza Place Indian Restaurant Whisky Bar Park Outdoor Sculpture Cosmetics Shop Bistro Electronics Store
107 Upper Market 5 Fast Food Restaurant Hotel Coffee Shop Café Restaurant Pizza Place Tea Room Korean Restaurant Asian Restaurant Convenience Store Chinese Restaurant Lounge Steakhouse Spa Flea Market Japanese Restaurant Filipino Restaurant Garden Flower Shop Theater
In [200]:
san_merged.loc[san_merged['Cluster Labels']==6, san_merged.columns[[0] + list(range(6, san_merged.shape[1]))]]
Out[200]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
3 Balboa Park 6 Mexican Restaurant Pizza Place Bubble Tea Shop Chinese Restaurant Vietnamese Restaurant Bus Station Sandwich Place Coffee Shop Latin American Restaurant Grocery Store American Restaurant Poke Place Japanese Restaurant Park Asian Restaurant Metro Station Thai Restaurant Gastropub Gas Station College Gym
28 Excelsior 6 Pizza Place Mexican Restaurant Coffee Shop Bus Station Latin American Restaurant Sandwich Place Bar Deli / Bodega Chinese Restaurant Vietnamese Restaurant Bank Bakery Fried Chicken Joint Gas Station Liquor Store Scenic Lookout Filipino Restaurant Bubble Tea Shop Convenience Store Restaurant
41 Ingleside 6 Café Asian Restaurant Grocery Store Japanese Restaurant Bubble Tea Shop Baseball Field Vietnamese Restaurant Yoga Studio Chinese Restaurant American Restaurant Coffee Shop Mexican Restaurant Breakfast Spot Poke Place Bank Pharmacy BBQ Joint Burger Joint College Gym Diner
42 Ingleside Terraces 6 Asian Restaurant Café Coffee Shop Grocery Store Baseball Field Bubble Tea Shop Yoga Studio Burger Joint Pharmacy College Gym Bakery Bank Vietnamese Restaurant Mexican Restaurant BBQ Joint Chinese Restaurant Japanese Restaurant Poke Place Metro Station Pakistani Restaurant
43 Inner Sunset 6 Vietnamese Restaurant Garden Sushi Restaurant Bakery Science Museum Ice Cream Shop Thai Restaurant Deli / Bodega Sandwich Place Park Coffee Shop Exhibit Food Truck Korean Restaurant Salad Place Mediterranean Restaurant Chinese Restaurant Gym Bookstore Ethiopian Restaurant
48 Jordan Park 6 Coffee Shop Bakery American Restaurant Golf Course Thai Restaurant Wine Bar Cosmetics Shop Burmese Restaurant Italian Restaurant Chinese Restaurant Supermarket Bookstore Bank Burger Joint Japanese Restaurant Vietnamese Restaurant Playground Wine Shop Food & Drink Shop Gourmet Shop
50 Lake Street 6 Café Pizza Place Liquor Store Chinese Restaurant Thai Restaurant Sushi Restaurant Korean Restaurant Bus Station Coffee Shop BBQ Joint Scenic Lookout Playground Vietnamese Restaurant Monument / Landmark Deli / Bodega Grocery Store Seafood Restaurant Restaurant Indian Restaurant Outdoor Sculpture
55 Little Hollywood 6 Café Clothing Store Coffee Shop Fast Food Restaurant Boutique Chinese Restaurant Sandwich Place Asian Restaurant Thai Restaurant Portuguese Restaurant Japanese Restaurant Supermarket Electronics Store Sushi Restaurant Miscellaneous Shop Dessert Shop Park Bus Stop Gas Station Furniture / Home Store
79 Outer Sunset 6 Chinese Restaurant Convenience Store Lake Liquor Store Park Art Gallery Board Shop Bubble Tea Shop Playground Dessert Shop Coffee Shop Vietnamese Restaurant Gym / Fitness Center Yoga Studio Dim Sum Restaurant Brewery Bus Station Pool Bus Stop Breakfast Spot
84 Portola 6 Grocery Store Chinese Restaurant Vietnamese Restaurant Sandwich Place Bubble Tea Shop Bakery Pizza Place Brewery BBQ Joint Soccer Field Storage Facility Pharmacy Tea Room Bank Baseball Field Bus Station Cantonese Restaurant Cosmetics Shop Gas Station Coffee Shop
89 Richmond District 6 Bakery Chinese Restaurant Sushi Restaurant Asian Restaurant Korean Restaurant Café Dim Sum Restaurant Coffee Shop Vietnamese Restaurant Grocery Store Burmese Restaurant Playground Japanese Curry Restaurant Trail Ramen Restaurant Japanese Restaurant Restaurant Thai Restaurant Mexican Restaurant Salon / Barbershop
94 Silver Terrace 6 Chinese Restaurant Vietnamese Restaurant Grocery Store Southern / Soul Food Restaurant Bakery Farmers Market Mexican Restaurant Pizza Place Bubble Tea Shop Dim Sum Restaurant Nightclub Sandwich Place Coffee Shop Pharmacy Soccer Field Miscellaneous Shop Diner Furniture / Home Store Dessert Shop Fried Chicken Joint
100 Sunset District 6 Chinese Restaurant Gym / Fitness Center Coffee Shop Liquor Store Pizza Place Playground Baseball Field Dim Sum Restaurant Pet Store Café Burger Joint Music Venue Convenience Store Hardware Store Gymnastics Gym Beer Bar Grocery Store Middle School Miscellaneous Shop Food Truck
In [201]:
san_merged.loc[san_merged['Cluster Labels']==7, san_merged.columns[[0] + list(range(6, san_merged.shape[1]))]]
Out[201]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
1 Anza Vista 7 Bakery Café Sushi Restaurant Bar Mexican Restaurant Park Yoga Studio American Restaurant New American Restaurant Nightclub Grocery Store Gym / Fitness Center Sandwich Place Salon / Barbershop Coffee Shop Gym Restaurant Bubble Tea Shop Cosmetics Shop Market
7 Bernal Heights 7 Mexican Restaurant Pizza Place Café Cocktail Bar Italian Restaurant Coffee Shop Bakery Dive Bar Park Art Gallery Gourmet Shop New American Restaurant Grocery Store Yoga Studio Gym / Fitness Center Restaurant Peruvian Restaurant Burrito Place Brewery Playground
23 Dogpatch 7 Café Park Gym / Fitness Center Coffee Shop Sandwich Place Wine Bar Breakfast Spot Art Gallery Spa Gift Shop Bar Bakery Restaurant Brewery Bubble Tea Shop Sporting Goods Shop Playground Pizza Place Cocktail Bar Dog Run
37 Haight-Ashbury 7 Park Coffee Shop Café Ice Cream Shop Pizza Place Bookstore Boutique Gift Shop Breakfast Spot Thrift / Vintage Store Yoga Studio Mexican Restaurant Grocery Store Toy / Game Store Shoe Store Cocktail Bar Scenic Lookout Accessories Store Restaurant New American Restaurant
44 Irish Hill 7 Café Coffee Shop Park Art Gallery Gym / Fitness Center Sandwich Place Wine Bar Bar Brewery Dog Run Rental Car Location Gift Shop Sushi Restaurant Bakery Restaurant Breakfast Spot Asian Restaurant Spa Cocktail Bar Pharmacy
46 Jackson Square 7 Pub Café Coffee Shop Bar Italian Restaurant Middle Eastern Restaurant Vietnamese Restaurant Sandwich Place Sushi Restaurant Restaurant Asian Restaurant Fast Food Restaurant Gastropub Pizza Place Indian Restaurant Burrito Place Park Bubble Tea Shop Bistro Mediterranean Restaurant
58 Lone Mountain 7 Café Coffee Shop Park Cosmetics Shop Italian Restaurant Bakery Mexican Restaurant American Restaurant Japanese Restaurant Liquor Store Burger Joint Pub Wine Bar Wine Shop Bank Middle Eastern Restaurant Southern / Soul Food Restaurant Flower Shop Shipping Store French Restaurant
66 Miraloma Park 7 Café Burger Joint Coffee Shop Sushi Restaurant Gym Restaurant Pizza Place Gastropub Art Museum Italian Restaurant Seafood Restaurant Japanese Restaurant Mexican Restaurant Brewery Breakfast Spot Hotel Latin American Restaurant Asian Restaurant Bakery Gym / Fitness Center
74 Noe Valley 7 Café Coffee Shop Gift Shop Bakery Playground Italian Restaurant Wine Shop Yoga Studio Bookstore Park Trail Bar Sushi Restaurant Grocery Store Dog Run Mexican Restaurant Optical Shop Deli / Bodega Chinese Restaurant American Restaurant
75 North Beach 7 Pizza Place Bakery Coffee Shop Park Italian Restaurant Men's Store Café Wine Bar Trail Yoga Studio Deli / Bodega Szechuan Restaurant Monument / Landmark Scenic Lookout Restaurant Chinese Restaurant Seafood Restaurant New American Restaurant Bookstore Rock Club
76 North of Panhandle 7 Coffee Shop Café Bakery Gym / Fitness Center Wine Bar Bar Grocery Store Park Mexican Restaurant Bubble Tea Shop Restaurant Pizza Place Burrito Place Yoga Studio Boutique Sushi Restaurant Indian Restaurant Ice Cream Shop Cosmetics Shop Nightclub
86 Potrero Hill 7 Café Park Coffee Shop Brewery Grocery Store Mexican Restaurant Breakfast Spot Wine Bar Sandwich Place Deli / Bodega Cocktail Bar Office Sushi Restaurant Art Gallery Liquor Store Playground Wine Shop Restaurant Rock Club Marijuana Dispensary
91 Russian Hill 7 Pizza Place Park Italian Restaurant Coffee Shop Bar Deli / Bodega Sushi Restaurant Café Playground Gym / Fitness Center Yoga Studio Grocery Store Restaurant Wine Bar Pet Store Ice Cream Shop Wine Shop French Restaurant Salad Place Gourmet Shop
101 Telegraph Hill 7 Pizza Place Italian Restaurant Café Bakery Park Men's Store New American Restaurant Trail Scenic Lookout Coffee Shop Bookstore Deli / Bodega Seafood Restaurant Szechuan Restaurant Chinese Restaurant Clothing Store Restaurant Wine Bar Mexican Restaurant Sicilian Restaurant

Liverpool Map

In [202]:
lp_grouped = pd.read_excel('/content/drive/My Drive/Neighbourhoods_onehot_Venues_Categories.xlsx',
                            sheet_name='lpvenues')
lp_grouped.head()
Out[202]:
Neighbourhood Airport Airport Service Airport Terminal American Restaurant Art Gallery Art Museum Asian Restaurant Athletics & Sports Auto Garage Bagel Shop Bakery Bar Beer Bar Beer Garden Boat or Ferry Bookstore Botanical Garden Bowling Alley Brazilian Restaurant Breakfast Spot Brewery Burger Joint Burrito Place Bus Station Bus Stop Business Service Café Caribbean Restaurant Cheese Shop Chinese Restaurant Church Clothing Store Cocktail Bar Coffee Shop Comfort Food Restaurant Comic Shop Concert Hall Construction & Landscaping Convenience Store Cricket Ground Deli / Bodega Department Store Dessert Shop Diner Discount Store Dive Bar Dog Run English Restaurant Fast Food Restaurant Fish & Chips Shop Flea Market Food & Drink Shop Food Court French Restaurant Fried Chicken Joint Furniture / Home Store Garden Garden Center Gas Station Gastropub Gay Bar Go Kart Track Golf Course Golf Driving Range Grocery Store Gym Gym / Fitness Center Gym Pool Hardware Store Historic Site History Museum Hostel Hotel Hotel Bar Ice Cream Shop Indian Restaurant Indie Movie Theater Indoor Play Area Intersection Italian Restaurant Japanese Restaurant Juice Bar Lake Liquor Store Lounge Medical Center Mexican Restaurant Middle Eastern Restaurant Mini Golf Modern European Restaurant Moroccan Restaurant Movie Theater Museum Music Venue Nightclub Office Optical Shop Other Great Outdoors Outdoor Sculpture Park Pedestrian Plaza Pet Store Pharmacy Pizza Place Planetarium Platform Playground Pool Portuguese Restaurant Pub Restaurant Road Rock Club Salon / Barbershop Sandwich Place Scenic Lookout Shopping Mall Shopping Plaza Soccer Field Soccer Stadium Souvenir Shop Spa Spanish Restaurant Sporting Goods Shop Sports Club Stadium Steakhouse Supermarket Tapas Restaurant Tennis Court Thai Restaurant Theater Thrift / Vintage Store Toy / Game Store Trail Train Station Turkish Restaurant Vegetarian / Vegan Restaurant Warehouse Store Waterfront Wine Bar
0 Aigburth 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 Allerton 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 3 0 0 1 0 0 0 4 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0
2 Anfield (suburb) 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 2 2 0 0 0 1 0 0 0 0 0 5 1 0 0 0 0 0 0 0 0 3 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 Belle Vale 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 2 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0
4 Broadgreen 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 3 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0
In [203]:
lp_grouped.shape
Out[203]:
(41, 142)
In [204]:
kclusters = 8

lp_grouped_clustering = lp_grouped.drop('Neighbourhood', axis=1)
kmeans_lp= KMeans(kclusters, random_state=random_state).fit(lp_grouped_clustering)

len(kmeans_lp.labels_)
Out[204]:
41
In [205]:
lp_merged = df_neigh.loc[df_neigh['City']=='Liverpool']
lp_merged = lp_merged[lp_merged['Neighbourhood'].isin(lp_grouped['Neighbourhood'])].reset_index(drop=True)
lp_merged
Out[205]:
Neighbourhood City State Country Latitude Longitude
0 Aigburth Liverpool North West England UK 53.364554 -2.926727
1 Allerton Liverpool North West England UK 53.381411 -2.906380
2 Anfield (suburb) Liverpool North West England UK 53.432800 -2.954600
3 Belle Vale Liverpool North West England UK 53.395074 -2.864178
4 Broadgreen Liverpool North West England UK 53.411573 -2.908782
5 Canning Liverpool North West England UK 53.402393 -2.993692
6 Childwall Liverpool North West England UK 53.395311 -2.885974
7 Chinatown Liverpool North West England UK 53.397964 -2.979735
8 Liverpool city centre Liverpool North West England UK 53.404967 -2.991608
9 Clubmoor Liverpool North West England UK 53.429620 -2.934187
10 Croxteth Liverpool North West England UK 53.451060 -2.891127
11 Dingle Liverpool North West England UK 53.379877 -2.963468
12 Dovecot Liverpool North West England UK 53.421706 -2.884023
13 Edge Hill Liverpool North West England UK 53.402400 -2.946699
14 Everton Liverpool North West England UK 53.420354 -2.973229
15 Fairfield Liverpool North West England UK 53.411445 -2.924509
16 Fazakerley Liverpool North West England UK 53.468984 -2.936971
17 Garston Liverpool North West England UK 53.352299 -2.896110
18 Gateacre Liverpool North West England UK 53.383993 -2.858086
19 Gillmoss Liverpool North West England UK 53.459907 -2.901991
20 Grassendale Liverpool North West England UK 53.358240 -2.917754
21 Hunt's Cross Liverpool North West England UK 53.360733 -2.855409
22 Kensington Liverpool North West England UK 53.411802 -2.952468
23 Kirkdale Liverpool North West England UK 53.440785 -2.981167
24 Knotty Ash Liverpool North West England UK 53.415467 -2.896207
25 Mossley Hill Liverpool North West England UK 53.378557 -2.914829
26 Netherley Liverpool North West England UK 53.389181 -2.840035
27 Norris Green Liverpool North West England UK 53.446428 -2.925689
28 Old Swan Liverpool North West England UK 53.411015 -2.906018
29 Orrell Park Liverpool North West England UK 53.462029 -2.962716
30 St Michael's Hamlet Liverpool North West England UK 53.375663 -2.952948
31 Sefton Park (district) Liverpool North West England UK 53.381000 -2.940000
32 Speke Liverpool North West England UK 53.345099 -2.861982
33 Stoneycroft Liverpool North West England UK 53.421325 -2.926846
34 Toxteth Liverpool North West England UK 53.391242 -2.966241
35 Tuebrook Liverpool North West England UK 53.424701 -2.940850
36 Vauxhall Liverpool North West England UK 53.415996 -2.985000
37 Walton Liverpool North West England UK 53.444109 -2.962854
38 Wavertree Liverpool North West England UK 53.397572 -2.932510
39 West Derby Liverpool North West England UK 53.433060 -2.920281
40 Woolton Liverpool North West England UK 53.374521 -2.866792
In [206]:
lp_merged['Cluster Labels'] = kmeans_lp.labels_
lp_merged = lp_merged.join(lp_venues_sorted.set_index('Neighbourhood'), on='Neighbourhood')
lp_merged.head()
Out[206]:
Neighbourhood City State Country Latitude Longitude Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Aigburth Liverpool North West England UK 53.364554 -2.926727 7 English Restaurant Cricket Ground Hotel Other Great Outdoors Indian Restaurant Pub Steakhouse Café Wine Bar Diner Dog Run Dive Bar Discount Store Department Store Dessert Shop Fish & Chips Shop Deli / Bodega Convenience Store Construction & Landscaping Fast Food Restaurant
1 Allerton Liverpool North West England UK 53.381411 -2.906380 5 Coffee Shop Grocery Store Café Pizza Place Supermarket Ice Cream Shop Fast Food Restaurant Discount Store Optical Shop Park Pharmacy Chinese Restaurant Bookstore Gym / Fitness Center Thrift / Vintage Store Thai Restaurant Bakery Food & Drink Shop Deli / Bodega Department Store
2 Anfield (suburb) Liverpool North West England UK 53.432800 -2.954600 6 Pub Soccer Stadium Outdoor Sculpture Park Restaurant Bar Sporting Goods Shop Sports Club Stadium Souvenir Shop Dive Bar Bus Stop Bakery Hotel Pizza Place Museum Dessert Shop Diner Wine Bar Deli / Bodega
3 Belle Vale Liverpool North West England UK 53.395074 -2.864178 0 Fast Food Restaurant Supermarket Clothing Store Park Sandwich Place Discount Store Bus Stop Bakery Indoor Play Area Optical Shop Coffee Shop Warehouse Store Deli / Bodega Department Store Cricket Ground Convenience Store Dessert Shop Diner Construction & Landscaping Dive Bar
4 Broadgreen Liverpool North West England UK 53.411573 -2.908782 3 Supermarket Pub Coffee Shop Sandwich Place Fast Food Restaurant Indian Restaurant Discount Store Bus Stop Intersection Bowling Alley Park Hardware Store Grocery Store Dog Run Construction & Landscaping Convenience Store Cricket Ground Deli / Bodega Department Store Dessert Shop
In [207]:
lp_lat = df_city.loc[df_city['City']=='Liverpool', 'Latitude'][2]
lp_lng = df_city.loc[df_city['City']=='Liverpool', 'Longitude'][2]
In [208]:
map_city_clusters(lp_merged, lp_lat, lp_lng)
Out[208]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [209]:
lp_merged.groupby('Cluster Labels').count()
Out[209]:
Neighbourhood City State Country Latitude Longitude 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
Cluster Labels
0 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11
1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
4 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
5 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
7 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
In [210]:
lp_merged.groupby(['Cluster Labels', '1st Most Common Venue']).size().reset_index(name='Count')
Out[210]:
Cluster Labels 1st Most Common Venue Count
0 0 Chinese Restaurant 1
1 0 Fast Food Restaurant 2
2 0 Grocery Store 1
3 0 Park 2
4 0 Pizza Place 1
5 0 Platform 1
6 0 Pub 2
7 0 Supermarket 1
8 1 Fast Food Restaurant 1
9 1 Hotel 1
10 2 Pub 1
11 3 Airport Terminal 1
12 3 Bar 1
13 3 Coffee Shop 1
14 3 Discount Store 1
15 3 Fast Food Restaurant 2
16 3 Park 1
17 3 Pub 2
18 3 Supermarket 1
19 4 Bar 1
20 5 Coffee Shop 2
21 6 Grocery Store 1
22 6 Pub 3
23 7 Coffee Shop 1
24 7 English Restaurant 1
25 7 Fast Food Restaurant 3
26 7 Gas Station 1
27 7 Hotel 1
28 7 Medical Center 1
29 7 Pharmacy 1
30 7 Pub 1

Liverpool Clusters

In [211]:
lp_merged.loc[lp_merged['Cluster Labels']==0, lp_merged.columns[[0] + list(range(6, lp_merged.shape[1]))]]
Out[211]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
3 Belle Vale 0 Fast Food Restaurant Supermarket Clothing Store Park Sandwich Place Discount Store Bus Stop Bakery Indoor Play Area Optical Shop Coffee Shop Warehouse Store Deli / Bodega Department Store Cricket Ground Convenience Store Dessert Shop Diner Construction & Landscaping Dive Bar
6 Childwall 0 Park Chinese Restaurant Salon / Barbershop Bus Stop Steakhouse Supermarket Pub Auto Garage Fast Food Restaurant Convenience Store Hotel Grocery Store Cricket Ground Deli / Bodega English Restaurant Construction & Landscaping Dessert Shop Diner Concert Hall Discount Store
11 Dingle 0 Chinese Restaurant Gym Train Station Boat or Ferry Grocery Store Coffee Shop Hotel Sandwich Place Go Kart Track Athletics & Sports Fast Food Restaurant Supermarket Restaurant Dog Run Dive Bar Discount Store Wine Bar Diner Dessert Shop Department Store
13 Edge Hill 0 Grocery Store Discount Store History Museum Fast Food Restaurant Business Service Park Middle Eastern Restaurant Hotel American Restaurant Gym / Fitness Center Cricket Ground Deli / Bodega Flea Market Dessert Shop Diner Dive Bar Convenience Store Dog Run English Restaurant Fish & Chips Shop
17 Garston 0 Platform Coffee Shop Pool Furniture / Home Store Supermarket Café Convenience Store Cricket Ground Deli / Bodega Department Store Fish & Chips Shop Dessert Shop Diner Construction & Landscaping Concert Hall Discount Store Dive Bar Dog Run English Restaurant Fast Food Restaurant
18 Gateacre 0 Fast Food Restaurant Pub Shopping Mall Bakery Warehouse Store Sandwich Place Clothing Store Optical Shop Trail Gas Station Garden Center Discount Store Indoor Play Area Supermarket Dive Bar Diner Dessert Shop Wine Bar Department Store Dog Run
20 Grassendale 0 Supermarket Train Station Pub English Restaurant Hotel Cricket Ground Indian Restaurant Restaurant Dog Run Dive Bar Discount Store Diner Dessert Shop Wine Bar Department Store Fish & Chips Shop Deli / Bodega Convenience Store Construction & Landscaping Concert Hall
23 Kirkdale 0 Pub Discount Store Train Station Sporting Goods Shop Supermarket Restaurant Coffee Shop Soccer Stadium Fast Food Restaurant Fish & Chips Shop Flea Market Sandwich Place Café Pizza Place Chinese Restaurant Park Outdoor Sculpture Warehouse Store Convenience Store Dessert Shop
29 Orrell Park 0 Pizza Place Supermarket Pharmacy Gym / Fitness Center Pub Sandwich Place Discount Store Park Grocery Store Train Station Gastropub Gas Station Golf Driving Range Comfort Food Restaurant Comic Shop Concert Hall Construction & Landscaping Convenience Store Golf Course Cricket Ground
35 Tuebrook 0 Park Dive Bar Sports Club Sandwich Place Pub Supermarket Fast Food Restaurant Bus Stop Wine Bar Diner Dog Run Discount Store Dessert Shop Department Store Deli / Bodega Cricket Ground Convenience Store Construction & Landscaping Concert Hall English Restaurant
40 Woolton 0 Pub Park Chinese Restaurant Movie Theater Fast Food Restaurant Garden Center Supermarket Wine Bar Diner Dog Run Dive Bar Discount Store Department Store Dessert Shop Deli / Bodega Cricket Ground Convenience Store Construction & Landscaping English Restaurant Flea Market
In [212]:
lp_merged.loc[lp_merged['Cluster Labels']==1, lp_merged.columns[[0] + list(range(6, lp_merged.shape[1]))]]
Out[212]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
5 Canning 1 Hotel Coffee Shop Café Bar Pub Italian Restaurant Burger Joint History Museum Brazilian Restaurant Cocktail Bar Caribbean Restaurant Restaurant Beer Bar Sporting Goods Shop Scenic Lookout Sandwich Place Department Store Indian Restaurant Outdoor Sculpture Park
24 Knotty Ash 1 Fast Food Restaurant Supermarket Indian Restaurant Sandwich Place Bus Stop Sports Club Pub Auto Garage Park Chinese Restaurant Grocery Store Deli / Bodega English Restaurant Cricket Ground Convenience Store Dessert Shop Diner Construction & Landscaping Concert Hall Discount Store
In [213]:
lp_merged.loc[lp_merged['Cluster Labels']==2, lp_merged.columns[[0] + list(range(6, lp_merged.shape[1]))]]
Out[213]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
36 Vauxhall 2 Pub Hotel Coffee Shop Fast Food Restaurant Discount Store Grocery Store Italian Restaurant Music Venue Bar Restaurant Gay Bar Theater Hotel Bar Garden Portuguese Restaurant Planetarium Pharmacy Café Office Gym
In [214]:
lp_merged.loc[lp_merged['Cluster Labels']==3, lp_merged.columns[[0] + list(range(6, lp_merged.shape[1]))]]
Out[214]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
4 Broadgreen 3 Supermarket Pub Coffee Shop Sandwich Place Fast Food Restaurant Indian Restaurant Discount Store Bus Stop Intersection Bowling Alley Park Hardware Store Grocery Store Dog Run Construction & Landscaping Convenience Store Cricket Ground Deli / Bodega Department Store Dessert Shop
12 Dovecot 3 Fast Food Restaurant Pizza Place Chinese Restaurant Supermarket Auto Garage Wine Bar Diner English Restaurant Dog Run Dive Bar Discount Store Dessert Shop Flea Market Department Store Deli / Bodega Cricket Ground Convenience Store Construction & Landscaping Concert Hall Fish & Chips Shop
14 Everton 3 Discount Store Park Fast Food Restaurant Flea Market Pub Shopping Plaza Dog Run Supermarket Bakery Soccer Field Hostel Deli / Bodega Cricket Ground Dessert Shop Convenience Store Diner Construction & Landscaping Dive Bar English Restaurant Concert Hall
21 Hunt's Cross 3 Fast Food Restaurant Sandwich Place Furniture / Home Store Grocery Store Pizza Place Gym / Fitness Center Train Station Platform Indian Restaurant Convenience Store Supermarket Dessert Shop Dive Bar Discount Store Diner Wine Bar Department Store Deli / Bodega Dog Run Construction & Landscaping
28 Old Swan 3 Coffee Shop Pub Sandwich Place Supermarket Fast Food Restaurant Intersection Grocery Store Convenience Store Cricket Ground Construction & Landscaping Deli / Bodega Concert Hall Department Store Dessert Shop Diner Comic Shop Discount Store Dive Bar Dog Run English Restaurant
32 Speke 3 Airport Terminal Airport Sandwich Place Gas Station Garden Center Discount Store Outdoor Sculpture Pub Café Coffee Shop Airport Service Bagel Shop Food Court Cricket Ground Deli / Bodega Department Store Dessert Shop Diner Art Gallery Dive Bar
33 Stoneycroft 3 Pub Grocery Store Supermarket Gym Pool Pet Store Sandwich Place Steakhouse Fast Food Restaurant Hotel Park Convenience Store Cricket Ground Construction & Landscaping Dog Run Department Store Concert Hall Dessert Shop Diner Comic Shop Discount Store
34 Toxteth 3 Bar Pub Food Court Church Garden Supermarket Mini Golf Bus Stop Gym / Fitness Center Hotel Hostel Grocery Store Historic Site Discount Store Dog Run English Restaurant Dive Bar Dessert Shop Diner Department Store
38 Wavertree 3 Pub Grocery Store Coffee Shop Supermarket Tennis Court Comfort Food Restaurant Gym Pool Sandwich Place Beer Bar Liquor Store Indian Restaurant Gas Station Hotel Park Garden Center Golf Driving Range Golf Course Construction & Landscaping Go Kart Track
39 West Derby 3 Park Grocery Store Pub Gym Pool Hotel Discount Store Bar Supermarket Steakhouse Wine Bar Dessert Shop English Restaurant Dog Run Dive Bar Diner Department Store Fish & Chips Shop Deli / Bodega Cricket Ground Convenience Store
In [215]:
lp_merged.loc[lp_merged['Cluster Labels']==4, lp_merged.columns[[0] + list(range(6, lp_merged.shape[1]))]]
Out[215]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
7 Chinatown 4 Bar Café Coffee Shop Pub Hotel Restaurant History Museum Department Store Cocktail Bar Burger Joint Movie Theater Italian Restaurant Indian Restaurant Beer Bar Vegetarian / Vegan Restaurant Hostel Indie Movie Theater Park Church French Restaurant
In [216]:
lp_merged.loc[lp_merged['Cluster Labels']==5, lp_merged.columns[[0] + list(range(6, lp_merged.shape[1]))]]
Out[216]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
1 Allerton 5 Coffee Shop Grocery Store Café Pizza Place Supermarket Ice Cream Shop Fast Food Restaurant Discount Store Optical Shop Park Pharmacy Chinese Restaurant Bookstore Gym / Fitness Center Thrift / Vintage Store Thai Restaurant Bakery Food & Drink Shop Deli / Bodega Department Store
25 Mossley Hill 5 Coffee Shop Grocery Store Bakery Gym / Fitness Center Fish & Chips Shop Road Café Pub Chinese Restaurant Supermarket Fast Food Restaurant Thai Restaurant Athletics & Sports Art Museum Optical Shop Historic Site Dog Run Deli / Bodega Department Store Dessert Shop
In [217]:
lp_merged.loc[lp_merged['Cluster Labels']==6, lp_merged.columns[[0] + list(range(6, lp_merged.shape[1]))]]
Out[217]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
2 Anfield (suburb) 6 Pub Soccer Stadium Outdoor Sculpture Park Restaurant Bar Sporting Goods Shop Sports Club Stadium Souvenir Shop Dive Bar Bus Stop Bakery Hotel Pizza Place Museum Dessert Shop Diner Wine Bar Deli / Bodega
22 Kensington 6 Grocery Store Discount Store Hotel Park History Museum Supermarket Hostel Fast Food Restaurant Music Venue Pub Sandwich Place Bus Station Coffee Shop Asian Restaurant Bakery Bar French Restaurant Department Store Dessert Shop Diner
30 St Michael's Hamlet 6 Pub Grocery Store Restaurant Wine Bar Bar Indian Restaurant Italian Restaurant Fast Food Restaurant Discount Store Park Café Sandwich Place Pizza Place Tapas Restaurant Train Station Turkish Restaurant Bagel Shop Food & Drink Shop Convenience Store Cricket Ground
37 Walton 6 Pub Supermarket Discount Store Café Sporting Goods Shop Pizza Place Fish & Chips Shop Fast Food Restaurant Outdoor Sculpture Park Grocery Store Sandwich Place Soccer Stadium Gym / Fitness Center Warehouse Store Bar Comic Shop Construction & Landscaping Convenience Store Cricket Ground
In [218]:
lp_merged.loc[lp_merged['Cluster Labels']==7, lp_merged.columns[[0] + list(range(6, lp_merged.shape[1]))]]
Out[218]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Aigburth 7 English Restaurant Cricket Ground Hotel Other Great Outdoors Indian Restaurant Pub Steakhouse Café Wine Bar Diner Dog Run Dive Bar Discount Store Department Store Dessert Shop Fish & Chips Shop Deli / Bodega Convenience Store Construction & Landscaping Fast Food Restaurant
8 Liverpool city centre 7 Hotel Coffee Shop Café Pub Italian Restaurant History Museum Restaurant Bar Burger Joint Caribbean Restaurant Department Store Indian Restaurant Gym Brazilian Restaurant Sporting Goods Shop Sandwich Place Scenic Lookout Pizza Place Pedestrian Plaza French Restaurant
9 Clubmoor 7 Fast Food Restaurant Park Supermarket Bar Wine Bar Discount Store Fish & Chips Shop English Restaurant Dog Run Dive Bar Diner Food & Drink Shop Dessert Shop Department Store Deli / Bodega Cricket Ground Convenience Store Construction & Landscaping Flea Market Food Court
10 Croxteth 7 Medical Center Pharmacy Construction & Landscaping Park Discount Store Fish & Chips Shop Fast Food Restaurant English Restaurant Dog Run Dive Bar Wine Bar Diner Flea Market Department Store Deli / Bodega Cricket Ground Convenience Store Dessert Shop Food & Drink Shop Hardware Store
15 Fairfield 7 Fast Food Restaurant Coffee Shop Supermarket Bowling Alley Clothing Store Pharmacy Grocery Store Platform Deli / Bodega Pub Discount Store Sandwich Place Mexican Restaurant Shopping Plaza Gym / Fitness Center Hardware Store Turkish Restaurant French Restaurant Food Court Golf Driving Range
16 Fazakerley 7 Coffee Shop Grocery Store Train Station Golf Course Supermarket Café Dessert Shop English Restaurant Dog Run Dive Bar Discount Store Diner Department Store Fish & Chips Shop Deli / Bodega Cricket Ground Convenience Store Construction & Landscaping Concert Hall Fast Food Restaurant
19 Gillmoss 7 Fast Food Restaurant Movie Theater Pub Discount Store Wine Bar Diner English Restaurant Dog Run Dive Bar Dessert Shop Comfort Food Restaurant Department Store Deli / Bodega Cricket Ground Convenience Store Construction & Landscaping Concert Hall Fish & Chips Shop Flea Market Food & Drink Shop
26 Netherley 7 Gas Station Construction & Landscaping Golf Driving Range Cheese Shop Wine Bar Fast Food Restaurant English Restaurant Dog Run Dive Bar Discount Store Dessert Shop Diner Flea Market Department Store Deli / Bodega Cricket Ground Convenience Store Fish & Chips Shop Food Court Food & Drink Shop
27 Norris Green 7 Pharmacy Park Discount Store Fish & Chips Shop Warehouse Store Construction & Landscaping Concert Hall Convenience Store Cricket Ground Deli / Bodega Flea Market Dessert Shop Diner Dive Bar Dog Run English Restaurant Fast Food Restaurant Department Store Wine Bar Comic Shop
31 Sefton Park (district) 7 Pub Café Pharmacy Fast Food Restaurant Grocery Store Outdoor Sculpture Park Pizza Place Playground Botanical Garden Coffee Shop Restaurant Bus Stop Discount Store Lake Sandwich Place Italian Restaurant Wine Bar Music Venue Hotel

Barcelona Map

In [219]:
barc_grouped = pd.read_excel('/content/drive/My Drive/Neighbourhoods_onehot_Venues_Categories.xlsx',
                            sheet_name='barcvenues')
barc_grouped.head()
Out[219]:
Neighbourhood Accessories Store African Restaurant American Restaurant Amphitheater Antique Shop Arcade Argentinian Restaurant Art Gallery Art Museum Arts & Crafts Store Asian Restaurant Athletics & Sports Auto Garage BBQ Joint Bakery Bar Basketball Court Basketball Stadium Beach Beach Bar Bed & Breakfast Beer Bar Beer Garden Beer Store Big Box Store Bistro Board Shop Boarding House Bookstore Botanical Garden Boutique Bowling Alley Brazilian Restaurant Breakfast Spot Brewery Bridge Buffet Building Burger Joint Bus Station Bus Stop Butcher Cafeteria Café Cambodian Restaurant Camera Store Candy Store Castle Cheese Shop Chinese Restaurant Chocolate Shop Church Circus Climbing Gym Clothing Store Cocktail Bar Coffee Shop College Cafeteria College Gym College Residence Hall Comedy Club Comfort Food Restaurant Comic Shop Concert Hall Convenience Store Cooking School Cosmetics Shop Costume Shop Coworking Space Creperie Cultural Center Cupcake Shop Dance Studio Deli / Bodega Department Store Dessert Shop Dim Sum Restaurant Diner Doctor's Office Dog Run Donut Shop Electronics Store Empanada Restaurant Escape Room Ethiopian Restaurant Event Space Falafel Restaurant Farmers Market Fast Food Restaurant Fish & Chips Shop Flea Market Flower Shop Food Food & Drink Shop Food Court Food Truck Football Stadium Fountain French Restaurant Fried Chicken Joint Fruit & Vegetable Store Furniture / Home Store Gaming Cafe Garden Garden Center Gas Station Gastropub Gay Bar General College & University General Travel German Restaurant Gift Shop Gluten-free Restaurant Golf Course Gourmet Shop Greek Restaurant Grocery Store Gym Gym / Fitness Center Gym Pool Gymnastics Gym Harbor / Marina Hardware Store Hawaiian Restaurant Health & Beauty Service Health Food Store Historic Site History Museum Hobby Shop Hostel Hot Dog Joint Hotel Hotel Bar Hotel Pool Hungarian Restaurant Ice Cream Shop Indian Restaurant Indie Movie Theater Indie Theater Indonesian Restaurant Irish Pub Italian Restaurant Japanese Restaurant Jazz Club Juice Bar Kids Store Korean Restaurant Latin American Restaurant Light Rail Station Lingerie Store Liquor Store Lounge Market Massage Studio Mediterranean Restaurant Men's Store Metro Station Mexican Restaurant Middle Eastern Restaurant Miscellaneous Shop Mobile Phone Shop Molecular Gastronomy Restaurant Monument / Landmark Moroccan Restaurant Motorcycle Shop Mountain Movie Theater Multiplex Museum Music Store Music Venue National Park Neighborhood Nightclub Noodle House Nudist Beach Opera House Optical Shop Organic Grocery Other Great Outdoors Outdoor Sculpture Outdoors & Recreation Paella Restaurant Pakistani Restaurant Palace Paper / Office Supplies Store Park Pastry Shop Pawn Shop Pedestrian Plaza Performing Arts Venue Perfume Shop Peruvian Restaurant Pet Service Pet Store Pharmacy Photography Lab Pie Shop Pier Pizza Place Planetarium Playground Plaza Poke Place Polish Restaurant Pool Portuguese Restaurant Print Shop Pub Public Art Ramen Restaurant Record Shop Restaurant Road Rock Climbing Spot Rock Club Romanian Restaurant Roof Deck Salad Place Salon / Barbershop Sandwich Place Sauna / Steam Room Scenic Lookout Science Museum Sculpture Garden Seafood Restaurant Shoe Store Shopping Mall Skate Park Skating Rink Smoke Shop Snack Place Soccer Field Soccer Stadium South American Restaurant Spa Spanish Restaurant Speakeasy Sporting Goods Shop Sports Bar Sports Club Stadium Steakhouse Supermarket Sushi Restaurant Swiss Restaurant Szechuan Restaurant Taco Place Tapas Restaurant Tea Room Tech Startup Tennis Court Tennis Stadium Thai Restaurant Theater Theme Park Theme Park Ride / Attraction Theme Restaurant Tourist Information Center Toy / Game Store Track Track Stadium Trail Train Station Tram Station Transportation Service Turkish Restaurant Udon Restaurant University Vacation Rental Vegetarian / Vegan Restaurant Venezuelan Restaurant Video Game Store Video Store Vietnamese Restaurant Wine Bar Wine Shop Winery Women's Store Yoga Studio Zoo
0 Baró de Viver 0 0 2 0 0 0 0 0 0 0 1 1 0 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 5 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 8 1 3 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 1 0 1 0 0 1 3 0 0 0 0 0 0 4 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 3 0 0 0 0 1 2 2 0 0 0 1 2 0 0 0 5 0 2 0 0 0 0 4 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 3 0 0
1 Bon Pastor 1 0 2 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 4 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 7 0 2 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 1 0 1 0 2 0 0 1 5 0 0 0 0 0 0 5 0 0 0 1 0 0 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 3 1 0 0 1 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 3 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 0 0 1 2 2 0 0 0 0 0 0 0 0 2 0 2 0 0 0 0 4 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 2 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 2 0 0
2 Camp d'en Grassot i Gràcia Nova 0 0 0 0 0 0 0 0 0 1 0 0 0 0 3 3 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 3 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 2 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 2 0 0 2 0 4 1 0 0 1 0 3 1 0 1 1 3 1 0 0 0 0 0 0 0 0 0 0 5 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 3 0 0 4 0 0 0 1 0 0 0 0 0 4 1 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 2 1 1 0 0 0 5 0 0 0 0 1 1 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 4 1 0 0 1 4 0 0 0 0 0
3 Can Baró 0 0 0 0 0 0 0 0 1 0 0 1 0 0 3 8 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 4 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 5 5 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 3 0 0 1 0 0 0 0 0 0 0 1 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 3 0 0 1 0 0 0 0 0 1 3 0 0 0 0 0 0 1 2 0 3 0 0 1 0 0 0 0 0 0 1 1 0 0 6 0 0 0 0 0 0 2 0 0 0 0 5 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
4 Can Peguera 0 0 0 0 0 0 0 0 0 0 1 0 0 0 3 2 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 3 0 0 0 0 3 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 2 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 7 0 2 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 1 0 0 0 0 0 2 1 0 0 0 0 0 0 0 0 0 0 0 2 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 1 1 0 0 0 0 0 0 0 0 5 0 1 5 0 0 0 0 0 2 0 0 0 4 0 0 0 0 0 0 0 2 0 0 0 0 2 0 0 0 0 0 1 1 0 0 0 6 0 0 0 1 0 0 6 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0
In [220]:
barc_grouped.shape
Out[220]:
(74, 282)
In [221]:
kclusters = 8

barc_grouped_clustering = barc_grouped.drop('Neighbourhood', axis=1)
kmeans_barc = KMeans(kclusters, random_state=random_state).fit(barc_grouped_clustering)

len(kmeans_barc.labels_)
Out[221]:
74
In [222]:
barc_merged = df_neigh.loc[df_neigh['City']=='Barcelona']
barc_merged = barc_merged[barc_merged['Neighbourhood'].isin(barc_grouped['Neighbourhood'])].reset_index(drop=True)
barc_merged
Out[222]:
Neighbourhood City State Country Latitude Longitude
0 L'Antiga Esquerra de l'Eixample Barcelona CAT Spain 41.390000 2.155000
1 El Baix Guinardó Barcelona CAT Spain 41.411437 2.168651
2 La Barceloneta Barcelona CAT Spain 41.380653 2.189927
3 Baró de Viver Barcelona CAT Spain 41.446445 2.199361
4 El Besòs i el Maresme Barcelona CAT Spain 41.414979 2.213877
5 Bon Pastor Barcelona CAT Spain 41.436110 2.204807
6 La Bordeta (Barcelona) Barcelona CAT Spain 41.369142 2.137373
7 Camp d'en Grassot i Gràcia Nova Barcelona CAT Spain 41.404589 2.166781
8 El Camp de l'Arpa del Clot Barcelona CAT Spain 41.410754 2.182816
9 Can Baró Barcelona CAT Spain 41.416092 2.162402
10 Can Peguera Barcelona CAT Spain 41.434857 2.165785
11 Canyelles (neighbourhood) Barcelona CAT Spain 41.444700 2.163400
12 El Carmel Barcelona CAT Spain 41.425591 2.154959
13 Ciutat Meridiana Barcelona CAT Spain 41.462034 2.178398
14 El Clot Barcelona CAT Spain 41.409953 2.190823
15 La Clota Barcelona CAT Spain 41.427857 2.152407
16 El Congrés i els Indians Barcelona CAT Spain 41.423716 2.180851
17 Les Corts (neighbourhood) Barcelona CAT Spain 41.389600 2.132500
18 Diagonal Mar i el Front Marítim del Poblenou Barcelona CAT Spain 41.405228 2.213352
19 Dreta de l'Eixample Barcelona CAT Spain 41.395037 2.167207
20 La Font d'en Fargues Barcelona CAT Spain 41.425788 2.165915
21 La Font de la Guatlla Barcelona CAT Spain 41.370782 2.144676
22 Fort Pienc Barcelona CAT Spain 41.395925 2.182325
23 Gothic Quarter Barcelona CAT Spain 41.383395 2.176912
24 Gran Via (Barcelona) Barcelona CAT Spain 41.561072 2.101381
25 El Guinardó Barcelona CAT Spain 41.417733 2.173632
26 La Guineueta Barcelona CAT Spain 41.440303 2.170402
27 Horta Barcelona CAT Spain 41.433021 2.159088
28 Hostafrancs Barcelona CAT Spain 41.375088 2.142933
29 La Marina de Port Barcelona CAT Spain 41.360296 2.137584
30 La Marina del Prat Vermell Barcelona CAT Spain 41.353842 2.142318
31 La Maternitat i Sant Ramon Barcelona CAT Spain 41.382077 2.125483
32 Montbau Barcelona CAT Spain 41.429550 2.144538
33 Montjuïc Barcelona CAT Spain 41.611201 1.652638
34 Navas, Sant Andreu Barcelona CAT Spain 41.418177 2.185133
35 La Nova Esquerra de l'Eixample Barcelona CAT Spain 41.383389 2.149000
36 El Parc i la Llacuna del Poblenou Barcelona CAT Spain 41.400733 2.191342
37 Pedralbes Barcelona CAT Spain 41.390140 2.112218
38 El Poble-sec Barcelona CAT Spain 41.374980 2.160572
39 Porta Barcelona CAT Spain 41.433188 2.176034
40 La Prosperitat Barcelona CAT Spain 41.442333 2.179438
41 Provençals del Poblenou Barcelona CAT Spain 41.411948 2.204125
42 El Putget i Farró Barcelona CAT Spain 41.407476 2.143283
43 El Raval Barcelona CAT Spain 41.379518 2.168368
44 Les Roquetes Barcelona CAT Spain 41.447798 2.176271
45 Sagrada Família (neighborhood) Barcelona CAT Spain 41.404500 2.175700
46 La Sagrera Barcelona CAT Spain 41.423750 2.189582
47 La Salut Barcelona CAT Spain 41.411866 2.153961
48 Sant Andreu de Palomar Barcelona CAT Spain 41.436784 2.190864
49 Sant Antoni Barcelona CAT Spain 41.378412 2.161768
50 Sant Genís dels Agudells Barcelona CAT Spain 41.426457 2.137491
51 Sant Gervasi – Galvany Barcelona CAT Spain 41.397807 2.143377
52 Sant Gervasi – la Bonanova Barcelona CAT Spain 41.405983 2.133405
53 Sant Martí de Provençals Barcelona CAT Spain 41.416519 2.198968
54 Sants Barcelona CAT Spain 41.375329 2.134912
55 Sants-Badal Barcelona CAT Spain 41.375466 2.127710
56 Sarrià Barcelona CAT Spain 41.399373 2.121513
57 La Teixonera Barcelona CAT Spain 41.423173 2.145970
58 Tibidabo Barcelona CAT Spain 41.422368 2.118914
59 Torre Baró Barcelona CAT Spain 41.458011 2.183986
60 Les Tres Torres Barcelona CAT Spain 41.397611 2.131184
61 La Trinitat Nova Barcelona CAT Spain 41.449556 2.182717
62 Trinitat Vella Barcelona CAT Spain 41.450176 2.191344
63 El Turó de la Peira Barcelona CAT Spain 41.432367 2.169068
64 Vall d'Hebron Barcelona CAT Spain 41.424913 2.142396
65 Vallbona Barcelona CAT Spain 41.519477 1.708292
66 Vallcarca i els Penitents Barcelona CAT Spain 41.415526 2.142243
67 Vallvidrera Barcelona CAT Spain 41.415067 2.107482
68 Vallvidrera, el Tibidabo i les Planes Barcelona CAT Spain 41.417300 2.091000
69 Verdum Barcelona CAT Spain 41.444040 2.175840
70 La Verneda i la Pau Barcelona CAT Spain 41.423220 2.202940
71 Vila de Gràcia Barcelona CAT Spain 41.403178 2.157166
72 La Vila Olímpica del Poblenou Barcelona CAT Spain 41.389868 2.196846
73 Vilapicina i la Torre Llobeta Barcelona CAT Spain 41.430019 2.176069
In [223]:
barc_merged['Cluster Labels'] = kmeans_barc.labels_
barc_merged = barc_merged.join(barc_venues_sorted.set_index('Neighbourhood'), on='Neighbourhood')
barc_merged.head()
Out[223]:
Neighbourhood City State Country Latitude Longitude Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 L'Antiga Esquerra de l'Eixample Barcelona CAT Spain 41.390000 2.155000 7 Tapas Restaurant Spanish Restaurant Hotel Japanese Restaurant Boutique Bookstore Cocktail Bar Pizza Place Beer Bar Coffee Shop Mediterranean Restaurant Sandwich Place Breakfast Spot Art Gallery Dessert Shop Café Ice Cream Shop Seafood Restaurant French Restaurant Accessories Store
1 El Baix Guinardó Barcelona CAT Spain 41.411437 2.168651 7 Restaurant Tapas Restaurant Bar Italian Restaurant Brewery Plaza Burger Joint Bakery Hotel Pizza Place Steakhouse Spanish Restaurant Seafood Restaurant Japanese Restaurant Middle Eastern Restaurant Vegetarian / Vegan Restaurant Gym Wine Bar Historic Site Park
2 La Barceloneta Barcelona CAT Spain 41.380653 2.189927 3 Tapas Restaurant Bar Paella Restaurant Wine Bar Burger Joint Mediterranean Restaurant Beach Cocktail Bar Restaurant Spanish Restaurant Ice Cream Shop Breakfast Spot Beer Bar Board Shop Mexican Restaurant Pizza Place Plaza Seafood Restaurant Wine Shop Circus
3 Baró de Viver Barcelona CAT Spain 41.446445 2.199361 7 Clothing Store Spanish Restaurant Burger Joint Supermarket Fast Food Restaurant Electronics Store Tapas Restaurant Sandwich Place Bar Coffee Shop Plaza Park Women's Store Shoe Store Restaurant Sporting Goods Shop Soccer Field American Restaurant Shopping Mall Italian Restaurant
4 El Besòs i el Maresme Barcelona CAT Spain 41.414979 2.213877 4 Hotel Tapas Restaurant Restaurant Spanish Restaurant Café Italian Restaurant Coffee Shop Mediterranean Restaurant Diner Clothing Store Burger Joint Supermarket Big Box Store Sporting Goods Shop Juice Bar Bar Steakhouse Hotel Bar Fried Chicken Joint Park
In [224]:
barc_lat = df_city.loc[df_city['City']=='Barcelona', 'Latitude'][0]
barc_lng = df_city.loc[df_city['City']=='Barcelona', 'Longitude'][0]
In [225]:
map_city_clusters(barc_merged, barc_lat, barc_lng)
Out[225]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [226]:
barc_merged.groupby('Cluster Labels').count()
Out[226]:
Neighbourhood City State Country Latitude Longitude 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
Cluster Labels
0 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
1 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6
2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
4 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12
5 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6
6 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21
7 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9
In [227]:
barc_merged.groupby(['Cluster Labels', '1st Most Common Venue']).size().reset_index(name='Count')
Out[227]:
Cluster Labels 1st Most Common Venue Count
0 0 Bakery 1
1 0 Italian Restaurant 1
2 0 Mediterranean Restaurant 1
3 0 Metro Station 1
4 0 Plaza 1
5 0 Tapas Restaurant 2
6 1 Coffee Shop 1
7 1 Grocery Store 1
8 1 Hotel 1
9 1 Pizza Place 1
10 1 Restaurant 1
11 1 Spanish Restaurant 1
12 2 Hotel 1
13 2 Restaurant 2
14 3 Bar 1
15 3 Beach Bar 1
16 3 Japanese Restaurant 2
17 3 Mediterranean Restaurant 1
18 3 Plaza 1
19 3 Soccer Field 1
20 3 Spanish Restaurant 1
21 3 Supermarket 1
22 3 Tapas Restaurant 1
23 4 Cocktail Bar 1
24 4 Hotel 2
25 4 Metro Station 1
26 4 Plaza 1
27 4 Restaurant 1
28 4 Spanish Restaurant 2
29 4 Supermarket 1
30 4 Tapas Restaurant 3
31 5 Hotel 1
32 5 Park 2
33 5 Supermarket 1
34 5 Tapas Restaurant 1
35 5 Theme Park Ride / Attraction 1
36 6 Bakery 3
37 6 Clothing Store 1
38 6 Grocery Store 1
39 6 Hotel 1
40 6 Light Rail Station 2
41 6 Mediterranean Restaurant 1
42 6 Park 1
43 6 Plaza 1
44 6 Restaurant 3
45 6 Spanish Restaurant 2
46 6 Tapas Restaurant 5
47 7 Basketball Court 1
48 7 Clothing Store 2
49 7 Restaurant 2
50 7 Spanish Restaurant 1
51 7 Tapas Restaurant 2
52 7 Tourist Information Center 1

Barcelona Clusters

In [228]:
barc_merged.loc[barc_merged['Cluster Labels']==0, barc_merged.columns[[0] + list(range(6, barc_merged.shape[1]))]]
Out[228]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
7 Camp d'en Grassot i Gràcia Nova 0 Mediterranean Restaurant Tapas Restaurant Plaza Wine Bar Restaurant Hotel Vegetarian / Vegan Restaurant Brewery Japanese Restaurant Indie Movie Theater Bakery Bar Pizza Place Hostel Steakhouse Coffee Shop Burger Joint Spanish Restaurant Toy / Game Store Dessert Shop
8 El Camp de l'Arpa del Clot 0 Italian Restaurant Restaurant Bakery Mediterranean Restaurant Spanish Restaurant Wine Bar Chinese Restaurant Gym / Fitness Center Brewery Supermarket Sandwich Place Pizza Place Burger Joint Café Korean Restaurant Pastry Shop Hostel Tapas Restaurant Pharmacy Latin American Restaurant
10 Can Peguera 0 Tapas Restaurant Grocery Store Supermarket Spanish Restaurant Pizza Place Plaza Park Restaurant Café Bakery Food & Drink Shop Burger Joint Seafood Restaurant Mediterranean Restaurant Sandwich Place Fast Food Restaurant Italian Restaurant Bar Pub Hot Dog Joint
13 Ciutat Meridiana 0 Metro Station Supermarket Grocery Store Mediterranean Restaurant Plaza Train Station Park Café Food Fish & Chips Shop Flea Market Flower Shop Zoo Food & Drink Shop Fast Food Restaurant Food Truck Football Stadium Fountain French Restaurant Fried Chicken Joint
16 El Congrés i els Indians 0 Tapas Restaurant Restaurant Bar Spanish Restaurant Burger Joint Grocery Store Plaza Bakery Sandwich Place Farmers Market Brewery Bookstore Café Japanese Restaurant Cocktail Bar Falafel Restaurant Pizza Place Supermarket Playground Sushi Restaurant
21 La Font de la Guatlla 0 Plaza Tapas Restaurant Mediterranean Restaurant Scenic Lookout Spanish Restaurant Seafood Restaurant Italian Restaurant Hotel Coffee Shop Burger Joint Gastropub Taco Place Middle Eastern Restaurant Indie Movie Theater Ice Cream Shop Bar Restaurant Brewery Peruvian Restaurant Historic Site
52 Sant Gervasi – la Bonanova 0 Bakery Spanish Restaurant Plaza Mediterranean Restaurant Seafood Restaurant Japanese Restaurant Park Hotel Gym Pizza Place Restaurant Café Italian Restaurant Deli / Bodega Burger Joint Tapas Restaurant Bar Planetarium Coffee Shop Garden
In [229]:
barc_merged.loc[barc_merged['Cluster Labels']==1, barc_merged.columns[[0] + list(range(6, barc_merged.shape[1]))]]
Out[229]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
17 Les Corts (neighbourhood) 1 Restaurant Spanish Restaurant Hotel Café Supermarket Japanese Restaurant Pizza Place Coffee Shop Park Gym Gym / Fitness Center Plaza Cocktail Bar Sandwich Place Mediterranean Restaurant Wine Shop Grocery Store Asian Restaurant Italian Restaurant Gastropub
19 Dreta de l'Eixample 1 Hotel Tapas Restaurant Hostel Boutique Japanese Restaurant Mediterranean Restaurant Furniture / Home Store Clothing Store Beer Bar Bar Bakery Bistro Seafood Restaurant Roof Deck Sporting Goods Shop Spanish Restaurant Wine Bar Salad Place Sandwich Place Road
22 Fort Pienc 1 Coffee Shop Hotel Spanish Restaurant Burger Joint Hostel Bakery Café Restaurant Tapas Restaurant Bistro Breakfast Spot Pizza Place Theater French Restaurant Park Mediterranean Restaurant Gym Monument / Landmark Italian Restaurant Skating Rink
26 La Guineueta 1 Grocery Store Tapas Restaurant Supermarket Park Plaza Spanish Restaurant Soccer Field Café Restaurant Seafood Restaurant Pizza Place Middle Eastern Restaurant Falafel Restaurant Escape Room Food & Drink Shop Building Skate Park Mediterranean Restaurant Fast Food Restaurant Hostel
27 Horta 1 Spanish Restaurant Tapas Restaurant Plaza Grocery Store Park Supermarket Café Food & Drink Shop Mediterranean Restaurant Hotel Pub Burger Joint Restaurant Coffee Shop Hostel Sandwich Place Gym / Fitness Center Pizza Place Bakery Museum
55 Sants-Badal 1 Pizza Place Restaurant Bar Coffee Shop Tapas Restaurant Mediterranean Restaurant Hostel Italian Restaurant Gym / Fitness Center Bakery Market Seafood Restaurant Plaza Gastropub Hotel Vegetarian / Vegan Restaurant Supermarket Pie Shop Wine Bar Park
In [230]:
barc_merged.loc[barc_merged['Cluster Labels']==2, barc_merged.columns[[0] + list(range(6, barc_merged.shape[1]))]]
Out[230]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
25 El Guinardó 2 Restaurant Tapas Restaurant Bakery Spanish Restaurant Italian Restaurant Bar Burger Joint Park Café Brewery Chinese Restaurant Gym Supermarket Pizza Place Pharmacy Japanese Restaurant Plaza Gastropub Dessert Shop Hotel
28 Hostafrancs 2 Hotel Restaurant Bar Tapas Restaurant Plaza Mediterranean Restaurant Spanish Restaurant Wine Bar Brewery Gastropub Japanese Restaurant Italian Restaurant Pie Shop Café Ice Cream Shop Park Peruvian Restaurant Gym Coffee Shop Scenic Lookout
31 La Maternitat i Sant Ramon 2 Restaurant Pizza Place Vegetarian / Vegan Restaurant Bakery Supermarket Hostel Italian Restaurant Coffee Shop Tapas Restaurant Gym / Fitness Center Café Plaza Hotel Spanish Restaurant Cocktail Bar Market Bar Mediterranean Restaurant Gastropub Park
In [231]:
barc_merged.loc[barc_merged['Cluster Labels']==3, barc_merged.columns[[0] + list(range(6, barc_merged.shape[1]))]]
Out[231]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
2 La Barceloneta 3 Tapas Restaurant Bar Paella Restaurant Wine Bar Burger Joint Mediterranean Restaurant Beach Cocktail Bar Restaurant Spanish Restaurant Ice Cream Shop Breakfast Spot Beer Bar Board Shop Mexican Restaurant Pizza Place Plaza Seafood Restaurant Wine Shop Circus
9 Can Baró 3 Bar Park Spanish Restaurant Gym Tapas Restaurant Grocery Store Café Restaurant Scenic Lookout Mediterranean Restaurant Bakery Plaza Museum Farmers Market Sandwich Place Dessert Shop Supermarket Vegetarian / Vegan Restaurant Fruit & Vegetable Store Breakfast Spot
11 Canyelles (neighbourhood) 3 Soccer Field Bakery Grocery Store Park Scenic Lookout Sandwich Place Metro Station Mediterranean Restaurant Seafood Restaurant Market Gym Escape Room Tapas Restaurant Skate Park Castle Supermarket Plaza Hostel Food & Drink Shop Café
15 La Clota 3 Plaza Spanish Restaurant Tapas Restaurant Mediterranean Restaurant Park Metro Station Café Hostel Hotel Grocery Store Sandwich Place Pub Chinese Restaurant Coffee Shop Restaurant Gym Bakery Snack Place Soccer Stadium Soccer Field
18 Diagonal Mar i el Front Marítim del Poblenou 3 Mediterranean Restaurant Hotel Restaurant Italian Restaurant Pizza Place Bakery Skate Park Café Beach Bar Indian Restaurant Coffee Shop Plaza Burger Joint Diner Breakfast Spot Spanish Restaurant Beach Seafood Restaurant Shopping Mall Brewery
35 La Nova Esquerra de l'Eixample 3 Japanese Restaurant Hotel Spanish Restaurant Café Mediterranean Restaurant Gym Restaurant Indian Restaurant Tapas Restaurant Burger Joint Coffee Shop Cocktail Bar Bistro Bakery Korean Restaurant Wine Bar Pizza Place Multiplex Sandwich Place Pakistani Restaurant
53 Sant Martí de Provençals 3 Supermarket Tapas Restaurant Grocery Store Bakery Spanish Restaurant Café Coffee Shop Asian Restaurant Soccer Field Pizza Place Mediterranean Restaurant Cocktail Bar Gym / Fitness Center Music Store Park Burger Joint Performing Arts Venue Tennis Court Climbing Gym Farmers Market
60 Les Tres Torres 3 Japanese Restaurant Spanish Restaurant Mediterranean Restaurant Restaurant Italian Restaurant Café Park Pizza Place Gym / Fitness Center Bakery Cocktail Bar Deli / Bodega French Restaurant Pedestrian Plaza Sporting Goods Shop Toy / Game Store Electronics Store Liquor Store Bistro Tapas Restaurant
61 La Trinitat Nova 3 Spanish Restaurant Supermarket Grocery Store Pizza Place Plaza Soccer Field Tapas Restaurant Park Bar Bus Station Building Sports Club Castle Falafel Restaurant Metro Station Gym Music Venue Department Store Diner Restaurant
72 La Vila Olímpica del Poblenou 3 Beach Bar Spanish Restaurant Paella Restaurant Coffee Shop Gym / Fitness Center Seafood Restaurant Beach Burger Joint Hotel Mediterranean Restaurant Park Restaurant Brazilian Restaurant Supermarket Breakfast Spot Brewery Café Spa South American Restaurant Gastropub
In [232]:
barc_merged.loc[barc_merged['Cluster Labels']==4, barc_merged.columns[[0] + list(range(6, barc_merged.shape[1]))]]
Out[232]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
4 El Besòs i el Maresme 4 Hotel Tapas Restaurant Restaurant Spanish Restaurant Café Italian Restaurant Coffee Shop Mediterranean Restaurant Diner Clothing Store Burger Joint Supermarket Big Box Store Sporting Goods Shop Juice Bar Bar Steakhouse Hotel Bar Fried Chicken Joint Park
14 El Clot 4 Supermarket Spanish Restaurant Restaurant Bakery Mediterranean Restaurant Gym / Fitness Center Burger Joint Italian Restaurant Grocery Store Hotel Japanese Restaurant Cocktail Bar Middle Eastern Restaurant Tapas Restaurant Pizza Place Café Park Asian Restaurant Hostel Art Museum
20 La Font d'en Fargues 4 Tapas Restaurant Café Bar Plaza Spanish Restaurant Restaurant Grocery Store Supermarket Italian Restaurant Pizza Place Burger Joint Playground Mediterranean Restaurant Park Hot Dog Joint Food & Drink Shop Food Pub Sandwich Place Scenic Lookout
30 La Marina del Prat Vermell 4 Spanish Restaurant Restaurant Café Mediterranean Restaurant Supermarket Pier Farmers Market Metro Station Soccer Field Golf Course Flea Market Grocery Store Road Bakery Transportation Service Auto Garage Furniture / Home Store Food Pizza Place Concert Hall
32 Montbau 4 Spanish Restaurant Park Plaza Grocery Store Bakery Café Tennis Court Mediterranean Restaurant Soccer Field Hotel Gym Food Court Breakfast Spot Hostel Chinese Restaurant Coffee Shop Farmers Market Supermarket Soccer Stadium Argentinian Restaurant
37 Pedralbes 4 Hotel Gym / Fitness Center Mediterranean Restaurant Restaurant Park Hot Dog Joint Spanish Restaurant Garden Tennis Court College Cafeteria Grocery Store Bar Café Plaza Donut Shop Breakfast Spot Garden Center Gastropub Sports Club Athletics & Sports
38 El Poble-sec 4 Tapas Restaurant Cocktail Bar Bar Spanish Restaurant Hotel Café Coffee Shop Theater Pizza Place Wine Bar Beer Bar Italian Restaurant Japanese Restaurant Mediterranean Restaurant Restaurant Argentinian Restaurant Seafood Restaurant Burger Joint Gastropub Mexican Restaurant
49 Sant Antoni 4 Cocktail Bar Tapas Restaurant Bar Mediterranean Restaurant Coffee Shop Pizza Place Spanish Restaurant Café Beer Bar Hotel Wine Bar Japanese Restaurant Argentinian Restaurant Mexican Restaurant Breakfast Spot Italian Restaurant Brewery Seafood Restaurant Dessert Shop Gastropub
51 Sant Gervasi – Galvany 4 Restaurant Spanish Restaurant Mediterranean Restaurant Deli / Bodega Japanese Restaurant Pizza Place Italian Restaurant Coffee Shop Park Tea Room Wine Bar Plaza Art Gallery Cocktail Bar French Restaurant Gym / Fitness Center Gym Electronics Store Bakery Massage Studio
59 Torre Baró 4 Metro Station Train Station Grocery Store Plaza Spanish Restaurant Park BBQ Joint Zoo Flower Shop Fish & Chips Shop Flea Market Food & Drink Shop Food Food Court Food Truck Football Stadium Fountain French Restaurant Fried Chicken Joint Fast Food Restaurant
71 Vila de Gràcia 4 Plaza Tapas Restaurant Cocktail Bar Pizza Place Mediterranean Restaurant Restaurant Bar Wine Bar Vegetarian / Vegan Restaurant Café Indie Movie Theater Donut Shop Bakery Bookstore Sushi Restaurant Middle Eastern Restaurant Japanese Restaurant Italian Restaurant Toy / Game Store Brewery
73 Vilapicina i la Torre Llobeta 4 Tapas Restaurant Pizza Place Spanish Restaurant Grocery Store Restaurant Sandwich Place Falafel Restaurant Gym / Fitness Center Cocktail Bar Bar Park Brewery Plaza Café Mediterranean Restaurant Deli / Bodega Supermarket Sushi Restaurant Farmers Market Burger Joint
In [233]:
barc_merged.loc[barc_merged['Cluster Labels']==5, barc_merged.columns[[0] + list(range(6, barc_merged.shape[1]))]]
Out[233]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
36 El Parc i la Llacuna del Poblenou 5 Hotel Spanish Restaurant Mediterranean Restaurant Restaurant Coffee Shop Tapas Restaurant Bakery Breakfast Spot Asian Restaurant Gym / Fitness Center Japanese Restaurant Italian Restaurant Dance Studio Ice Cream Shop Theater Burger Joint Art Museum Vegetarian / Vegan Restaurant Rock Club Argentinian Restaurant
44 Les Roquetes 5 Park Spanish Restaurant Tapas Restaurant Grocery Store Supermarket Restaurant Mediterranean Restaurant Metro Station Fast Food Restaurant Sushi Restaurant Falafel Restaurant Gym Castle Sports Club Building Skate Park Music Venue Soccer Field Brewery Snack Place
46 La Sagrera 5 Tapas Restaurant Supermarket Grocery Store Restaurant Mediterranean Restaurant Bar Burger Joint Bakery Spanish Restaurant Plaza Park Sandwich Place Brewery Gym Falafel Restaurant Pizza Place Soccer Field Seafood Restaurant Dog Run Café
57 La Teixonera 5 Park Spanish Restaurant Scenic Lookout Mediterranean Restaurant Bakery Tennis Court Grocery Store Café Hotel Plaza Mountain Supermarket Gym Outdoor Sculpture Food Court Tapas Restaurant Farmers Market Coffee Shop Chinese Restaurant Soccer Field
58 Tibidabo 5 Theme Park Ride / Attraction Theme Park Scenic Lookout Mountain Church Hotel Pool Hotel Bar Hotel Fountain Plaza Other Great Outdoors Museum Tapas Restaurant Flea Market Fast Food Restaurant Fish & Chips Shop Zoo Flower Shop Food Food & Drink Shop
62 Trinitat Vella 5 Supermarket Spanish Restaurant Plaza Park Bakery Breakfast Spot Tapas Restaurant Café Metro Station Grocery Store Music Venue Department Store Pharmacy Pizza Place Flower Shop Fried Chicken Joint French Restaurant Dessert Shop Fountain Football Stadium
In [234]:
barc_merged.loc[barc_merged['Cluster Labels']==6, barc_merged.columns[[0] + list(range(6, barc_merged.shape[1]))]]
Out[234]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
5 Bon Pastor 6 Clothing Store Fast Food Restaurant Electronics Store Supermarket Burger Joint Park Italian Restaurant Sandwich Place Restaurant Plaza Diner Tapas Restaurant American Restaurant Shopping Mall Toy / Game Store Cosmetics Shop Coffee Shop Women's Store Furniture / Home Store Sporting Goods Shop
6 La Bordeta (Barcelona) 6 Tapas Restaurant Spanish Restaurant Mediterranean Restaurant Hotel Italian Restaurant Park Café Wine Bar Pizza Place Burger Joint Plaza Restaurant Pie Shop Supermarket Gastropub Bar Middle Eastern Restaurant Performing Arts Venue Coffee Shop Hostel
23 Gothic Quarter 6 Hotel Tapas Restaurant Plaza Ice Cream Shop Bar Coffee Shop Dessert Shop Wine Bar Spanish Restaurant Cocktail Bar Italian Restaurant Mediterranean Restaurant Falafel Restaurant Pizza Place Japanese Restaurant Market Sandwich Place Monument / Landmark Café Vegetarian / Vegan Restaurant
34 Navas, Sant Andreu 6 Restaurant Tapas Restaurant Supermarket Grocery Store Spanish Restaurant Burger Joint Pizza Place Bakery Hotel Italian Restaurant Bar Café Chinese Restaurant Sandwich Place Brewery Farmers Market Gym / Fitness Center Pharmacy Mediterranean Restaurant Plaza
39 Porta 6 Tapas Restaurant Grocery Store Park Spanish Restaurant Falafel Restaurant Mediterranean Restaurant Beer Bar Restaurant Bar Pizza Place South American Restaurant Asian Restaurant Brewery Food Cocktail Bar Bookstore Farmers Market Dessert Shop Plaza Deli / Bodega
40 La Prosperitat 6 Spanish Restaurant Supermarket Grocery Store Tapas Restaurant Plaza Pizza Place Restaurant Falafel Restaurant Park Brewery Gym / Fitness Center Department Store Bakery Seafood Restaurant Sports Club Building Skate Park Middle Eastern Restaurant Soccer Field Snack Place
41 Provençals del Poblenou 6 Mediterranean Restaurant Bakery Hotel Coffee Shop Spanish Restaurant Pizza Place Tapas Restaurant Soccer Field Grocery Store Gym / Fitness Center Supermarket Café Plaza Asian Restaurant Restaurant Park Burger Joint Steakhouse Sports Club Pedestrian Plaza
42 El Putget i Farró 6 Bakery Plaza Wine Bar Italian Restaurant Pizza Place Deli / Bodega Café Spanish Restaurant Mediterranean Restaurant Seafood Restaurant Japanese Restaurant Sandwich Place Bar Park Restaurant Food & Drink Shop Tapas Restaurant Tea Room Hotel Thai Restaurant
43 El Raval 6 Tapas Restaurant Cocktail Bar Coffee Shop Bar Spanish Restaurant Pizza Place Beer Bar Mediterranean Restaurant Ice Cream Shop Plaza Market Gastropub Jazz Club Gift Shop Japanese Restaurant Mexican Restaurant Theater Café Argentinian Restaurant Bookstore
45 Sagrada Família (neighborhood) 6 Restaurant Italian Restaurant Burger Joint Spanish Restaurant Pizza Place Bar Bakery Plaza Hotel Historic Site Wine Bar Escape Room Sandwich Place Mexican Restaurant Mediterranean Restaurant Bistro Gym Steakhouse Pastry Shop Brewery
47 La Salut 6 Restaurant Plaza Park Tapas Restaurant Italian Restaurant Café Middle Eastern Restaurant Spanish Restaurant Cocktail Bar Mediterranean Restaurant Hotel Indie Movie Theater Donut Shop Pub Bus Stop Metro Station Pizza Place Brewery Monument / Landmark Diner
48 Sant Andreu de Palomar 6 Spanish Restaurant Park Bar Coffee Shop Burger Joint Tapas Restaurant Supermarket Grocery Store Plaza Mediterranean Restaurant Café Italian Restaurant Restaurant Sandwich Place Clothing Store Brewery Bakery Pizza Place Shopping Mall Asian Restaurant
50 Sant Genís dels Agudells 6 Plaza Spanish Restaurant Park Tennis Court Café Bakery Grocery Store Soccer Field Snack Place Gym Breakfast Spot Mediterranean Restaurant Farmers Market Restaurant Outdoor Sculpture Chinese Restaurant Scenic Lookout Gas Station Bar Basketball Court
56 Sarrià 6 Bakery Hotel Mediterranean Restaurant Grocery Store Café Japanese Restaurant Park Burger Joint Spanish Restaurant Pedestrian Plaza Tapas Restaurant Italian Restaurant Pizza Place Restaurant Gym / Fitness Center Dessert Shop Train Station Hot Dog Joint Gym Breakfast Spot
63 El Turó de la Peira 6 Tapas Restaurant Grocery Store Spanish Restaurant Pizza Place Supermarket Café Bar Burger Joint Park Seafood Restaurant Restaurant Plaza Bookstore Food & Drink Shop Sandwich Place Mediterranean Restaurant Japanese Restaurant Bakery Italian Restaurant Cocktail Bar
64 Vall d'Hebron 6 Bakery Park Plaza Spanish Restaurant Tennis Court Café Mediterranean Restaurant Bar Farmers Market Coffee Shop Metro Station Hostel Tapas Restaurant Gym Outdoor Sculpture Grocery Store Chinese Restaurant Restaurant Food Court Soccer Field
65 Vallbona 6 Light Rail Station Gym Pool Train Station Mediterranean Restaurant Farmers Market Fish & Chips Shop Flea Market Flower Shop Food Food & Drink Shop Zoo Food Court Food Truck Football Stadium Fountain French Restaurant Fried Chicken Joint Fruit & Vegetable Store Furniture / Home Store Fast Food Restaurant
66 Vallcarca i els Penitents 6 Park Café Supermarket Bakery Grocery Store Plaza Breakfast Spot Burger Joint Hotel Spanish Restaurant Bar Mediterranean Restaurant Sandwich Place Seafood Restaurant Scenic Lookout Planetarium Gourmet Shop Mountain Pizza Place Cocktail Bar
67 Vallvidrera 6 Light Rail Station Ice Cream Shop BBQ Joint Building Spanish Restaurant Plaza Museum Fountain Soccer Field Farmers Market Scenic Lookout Tourist Information Center Train Station National Park Convenience Store Restaurant Diner Electronics Store Food Dance Studio
69 Verdum 6 Grocery Store Supermarket Tapas Restaurant Spanish Restaurant Park Pizza Place Café Plaza Seafood Restaurant Falafel Restaurant Music Venue Bus Station Market Mediterranean Restaurant Restaurant Fast Food Restaurant Comedy Club Middle Eastern Restaurant Building Breakfast Spot
70 La Verneda i la Pau 6 Tapas Restaurant Supermarket Coffee Shop Soccer Field Spanish Restaurant Bakery Café Fast Food Restaurant Pizza Place Grocery Store Bar Farmers Market Performing Arts Venue Mediterranean Restaurant Cocktail Bar Video Store Burger Joint Park Gym / Fitness Center Diner
In [235]:
barc_merged.loc[barc_merged['Cluster Labels']==7, barc_merged.columns[[0] + list(range(6, barc_merged.shape[1]))]]
Out[235]:
Neighbourhood Cluster Labels 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 L'Antiga Esquerra de l'Eixample 7 Tapas Restaurant Spanish Restaurant Hotel Japanese Restaurant Boutique Bookstore Cocktail Bar Pizza Place Beer Bar Coffee Shop Mediterranean Restaurant Sandwich Place Breakfast Spot Art Gallery Dessert Shop Café Ice Cream Shop Seafood Restaurant French Restaurant Accessories Store
1 El Baix Guinardó 7 Restaurant Tapas Restaurant Bar Italian Restaurant Brewery Plaza Burger Joint Bakery Hotel Pizza Place Steakhouse Spanish Restaurant Seafood Restaurant Japanese Restaurant Middle Eastern Restaurant Vegetarian / Vegan Restaurant Gym Wine Bar Historic Site Park
3 Baró de Viver 7 Clothing Store Spanish Restaurant Burger Joint Supermarket Fast Food Restaurant Electronics Store Tapas Restaurant Sandwich Place Bar Coffee Shop Plaza Park Women's Store Shoe Store Restaurant Sporting Goods Shop Soccer Field American Restaurant Shopping Mall Italian Restaurant
12 El Carmel 7 Spanish Restaurant Tapas Restaurant Plaza Restaurant Bakery Mediterranean Restaurant Pizza Place Grocery Store Hostel Supermarket Burger Joint Café Food & Drink Shop Chinese Restaurant Park Sandwich Place Metro Station Gym / Fitness Center Coffee Shop Pub
24 Gran Via (Barcelona) 7 Tapas Restaurant Restaurant Café Snack Place Hotel Clothing Store Mediterranean Restaurant Sandwich Place Department Store Fast Food Restaurant Park Chinese Restaurant Seafood Restaurant Movie Theater Smoke Shop Spanish Restaurant Comedy Club Soccer Field Train Station Athletics & Sports
29 La Marina de Port 7 Clothing Store Café Restaurant Spanish Restaurant Supermarket Mediterranean Restaurant Italian Restaurant Grocery Store Hotel Cosmetics Shop Ice Cream Shop Sporting Goods Shop Asian Restaurant Sandwich Place Pizza Place Bus Station Japanese Restaurant Burger Joint Furniture / Home Store Dog Run
33 Montjuïc 7 Basketball Court Restaurant Mediterranean Restaurant Plaza Zoo Food Court Fish & Chips Shop Flea Market Flower Shop Food Food & Drink Shop Food Truck Farmers Market Football Stadium Fountain French Restaurant Fried Chicken Joint Fruit & Vegetable Store Furniture / Home Store Fast Food Restaurant
54 Sants 7 Restaurant Spanish Restaurant Tapas Restaurant Bakery Grocery Store Bar Pizza Place Mediterranean Restaurant Plaza Wine Bar Supermarket Burger Joint Ramen Restaurant Gym / Fitness Center Asian Restaurant Café Hostel Gastropub Coffee Shop Middle Eastern Restaurant
68 Vallvidrera, el Tibidabo i les Planes 7 Tourist Information Center Train Station Spanish Restaurant Restaurant Hostel Museum Soccer Field Food Farmers Market Fast Food Restaurant Fish & Chips Shop Flea Market Flower Shop Zoo Food & Drink Shop Falafel Restaurant Food Truck Football Stadium Fountain French Restaurant

Save DataFrames in Excel File

In [236]:
with pd.ExcelWriter('/content/drive/My Drive/Neighbourhoods_Clusters_with_Venues_Categories.xlsx') as writer:  
    blr_merged.to_excel(writer, sheet_name='blr_clusters', index=False)
    seoul_merged.to_excel(writer, sheet_name='seoul_clusters', index=False)
    van_merged.to_excel(writer, sheet_name='van_clusters', index=False)
    san_merged.to_excel(writer, sheet_name='san_clusters', index=False)
    lp_merged.to_excel(writer, sheet_name='lp_clusters', index=False)
    barc_merged.to_excel(writer, sheet_name='barc_clusters', index=False)

Complete Clustering

In [237]:
def onehot_comp_df(df_venues):
    df_ohe = pd.get_dummies(df_venues[['Venue Category']], prefix='', prefix_sep='')
    df_ohe['Neighbourhood'] = df_venues['Neighbourhood']
    df_ohe['City'] = df_venues['City']
    fixed_columns = [df_ohe.columns[-1]] + [df_ohe.columns[-2]] + list(df_ohe.columns[:-2])
    df_ohe = df_ohe[fixed_columns]
    
    return df_ohe
In [238]:
def return_most_common_venues_comp(row, num_top_venues):
    row_categories = row.iloc[2:]
    row_Categories_sorted = row_categories.sort_values(ascending=False)
    
    return row_Categories_sorted.index.values[0:num_top_venues]
In [239]:
def sorted_comp_dataframe(df_grouped):
    num_top_venues = 20

    indicators = ['st', 'nd', 'rd']

    # create columns according to number of top venues
    columns = ['Neighbourhood', 'City']
    for i in np.arange(num_top_venues):
        try:
            columns.append('{}{} Most Common Venue'.format(i+1, indicators[i]))
        except:
            columns.append('{}th Most Common Venue'.format(i+1))
    
    df_venues_sorted = pd.DataFrame(columns=columns)
    df_venues_sorted['Neighbourhood'] = df_grouped['Neighbourhood']
    df_venues_sorted['City'] = df_grouped['City']
    for i in np.arange(df_grouped.shape[0]):
        df_venues_sorted.iloc[i, 2:] = return_most_common_venues_comp(df_grouped.iloc[i, :], num_top_venues)

    return df_venues_sorted
In [240]:
blr_venues['City'] = 'Bengaluru'
seoul_venues['City'] = 'Seoul'
van_venues['City'] = 'Vancouver'
san_venues['City'] = 'San Francisco'
lp_venues['City'] = 'Liverpool'
barc_venues['City'] = 'Barcelona'
In [241]:
blr_venues
Out[241]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category City
0 Kempegowda 13.109018 77.601900 Gokul Vegetarian 13.104534 77.600152 Vegetarian / Vegan Restaurant Bengaluru
1 Kempegowda 13.109018 77.601900 Yelahanka lake 13.103729 77.602205 Lake Bengaluru
2 Kempegowda 13.109018 77.601900 Gobi Adda 13.103732 77.602401 Food Truck Bengaluru
3 Kempegowda 13.109018 77.601900 Udupi Grand, Kogilu Cross 13.103455 77.600627 Fast Food Restaurant Bengaluru
4 Chowdeshwari 12.925190 77.588020 Krazzy Folds 12.927195 77.586100 Mexican Restaurant Bengaluru
5 Chowdeshwari 12.925190 77.588020 Brahmin's Tiffin And Coffee 12.923314 77.585757 South Indian Restaurant Bengaluru
6 Chowdeshwari 12.925190 77.588020 Cool Joint 12.928587 77.586006 Sandwich Place Bengaluru
7 Chowdeshwari 12.925190 77.588020 Corner House 12.922900 77.584940 Ice Cream Shop Bengaluru
8 Chowdeshwari 12.925190 77.588020 Taaza Thindi 12.922836 77.593415 Indian Restaurant Bengaluru
9 Chowdeshwari 12.925190 77.588020 Cakewala 12.922560 77.593230 Cupcake Shop Bengaluru
10 Chowdeshwari 12.925190 77.588020 1947 12.927642 77.586216 Indian Restaurant Bengaluru
11 Chowdeshwari 12.925190 77.588020 Hatti Kaapi 12.928539 77.581751 Coffee Shop Bengaluru
12 Chowdeshwari 12.925190 77.588020 Sichaun Court 12.927256 77.586231 Chinese Restaurant Bengaluru
13 Chowdeshwari 12.925190 77.588020 Go Native 12.918259 77.584752 South Indian Restaurant Bengaluru
14 Chowdeshwari 12.925190 77.588020 Bhavani Chats N Juice 12.918916 77.592100 Fast Food Restaurant Bengaluru
15 Chowdeshwari 12.925190 77.588020 Kedias fun food 12.928879 77.581674 Indian Restaurant Bengaluru
16 Chowdeshwari 12.925190 77.588020 Sreeraj Lassi Bar 12.931346 77.583505 Juice Bar Bengaluru
17 Chowdeshwari 12.925190 77.588020 Maiya's 12.928603 77.581821 Indian Restaurant Bengaluru
18 Chowdeshwari 12.925190 77.588020 Baskin-Robbins 12.925604 77.585993 Ice Cream Shop Bengaluru
19 Chowdeshwari 12.925190 77.588020 Sapna Book House 12.930729 77.581554 Bookstore Bengaluru
20 Chowdeshwari 12.925190 77.588020 Once Upon a Rooftop 12.925431 77.583661 Restaurant Bengaluru
21 Chowdeshwari 12.925190 77.588020 Caffe Pascucci 12.927241 77.586237 Café Bengaluru
22 Chowdeshwari 12.925190 77.588020 Cane O La 12.928860 77.586009 Juice Bar Bengaluru
23 Chowdeshwari 12.925190 77.588020 Alchemy Coffee Roasters 12.923388 77.580846 Coffee Shop Bengaluru
24 Chowdeshwari 12.925190 77.588020 Starbucks 12.924624 77.583805 Coffee Shop Bengaluru
25 Chowdeshwari 12.925190 77.588020 Cakewala @ Jayanagar 4th Block 12.928970 77.586028 Bakery Bengaluru
26 Chowdeshwari 12.925190 77.588020 Tangra 12.923371 77.585349 Chinese Restaurant Bengaluru
27 Chowdeshwari 12.925190 77.588020 Golds Gym 12.932006 77.583153 Gym Bengaluru
28 Chowdeshwari 12.925190 77.588020 Tanishq Jayanagar 12.932665 77.586118 Jewelry Store Bengaluru
29 Chowdeshwari 12.925190 77.588020 The Sofraah 12.923417 77.585262 Indian Restaurant Bengaluru
30 Chowdeshwari 12.925190 77.588020 Cake Wala 12.923206 77.593232 Bakery Bengaluru
31 Chowdeshwari 12.925190 77.588020 Sri Venkateshwara Sweet-Meat Stall 12.924863 77.583752 Fast Food Restaurant Bengaluru
32 Chowdeshwari 12.925190 77.588020 Subz,Cosmopolitan Club 12.932912 77.584897 Restaurant Bengaluru
33 Chowdeshwari 12.925190 77.588020 Cosmo Club 12.933189 77.585574 Lounge Bengaluru
34 Chowdeshwari 12.925190 77.588020 Domino's Pizza 12.922007 77.585933 Pizza Place Bengaluru
35 Chowdeshwari 12.925190 77.588020 Lakshmi medicals 12.923466 77.588325 Pharmacy Bengaluru
36 Chowdeshwari 12.925190 77.588020 Zhangs Chinese Restaurant 12.916823 77.590074 Chinese Restaurant Bengaluru
37 Chowdeshwari 12.925190 77.588020 Rooftop Cafe 12.929003 77.586015 Café Bengaluru
38 Chowdeshwari 12.925190 77.588020 GRT Jewellery 12.926255 77.585884 Jewelry Store Bengaluru
39 Chowdeshwari 12.925190 77.588020 Chefmaster 12.923715 77.596990 Asian Restaurant Bengaluru
40 Chowdeshwari 12.925190 77.588020 Pizza Hut 12.930832 77.583192 Pizza Place Bengaluru
41 Chowdeshwari 12.925190 77.588020 Krispy Kreme 12.926934 77.586233 Donut Shop Bengaluru
42 Chowdeshwari 12.925190 77.588020 Three Quarter Chinese 12.933029 77.585215 Chinese Restaurant Bengaluru
43 Chowdeshwari 12.925190 77.588020 Vindu 12.920843 77.583749 Indian Restaurant Bengaluru
44 Chowdeshwari 12.925190 77.588020 Meghana Foods 12.926237 77.584584 Indian Restaurant Bengaluru
45 Chowdeshwari 12.925190 77.588020 Kuch Bhi 12.932769 77.583555 Indian Restaurant Bengaluru
46 Chowdeshwari 12.925190 77.588020 Ganesh Darshan Restaurant 12.931057 77.583893 Indian Restaurant Bengaluru
47 Chowdeshwari 12.925190 77.588020 Ibaco 12.926241 77.587177 Ice Cream Shop Bengaluru
48 Chowdeshwari 12.925190 77.588020 Four Fountain Spa 12.916919 77.586268 Spa Bengaluru
49 Chowdeshwari 12.925190 77.588020 Moghul Durbar 12.928421 77.596375 Indian Restaurant Bengaluru
50 Chowdeshwari 12.925190 77.588020 Cafe Coffee Day Lounge 12.927607 77.586522 Café Bengaluru
51 Chowdeshwari 12.925190 77.588020 Flamenco 12.929358 77.581615 Café Bengaluru
52 Chowdeshwari 12.925190 77.588020 Burger King 12.928015 77.586240 Fast Food Restaurant Bengaluru
53 Chowdeshwari 12.925190 77.588020 Vasudev Adigas 12.930711 77.586359 Indian Restaurant Bengaluru
54 Chowdeshwari 12.925190 77.588020 KFC 12.926830 77.586258 Fast Food Restaurant Bengaluru
55 Chowdeshwari 12.925190 77.588020 La Casa 12.926091 77.584858 Gastropub Bengaluru
56 Chowdeshwari 12.925190 77.588020 Padharo Sa 12.919793 77.583761 Indian Restaurant Bengaluru
57 Chowdeshwari 12.925190 77.588020 Eshanya 12.923137 77.593192 Indian Restaurant Bengaluru
58 Chowdeshwari 12.925190 77.588020 Rajvardhan Foods 12.918165 77.592562 Snack Place Bengaluru
59 Chowdeshwari 12.925190 77.588020 Subz 12.932918 77.585105 Indian Restaurant Bengaluru
60 Chowdeshwari 12.925190 77.588020 Brewmeister 12.926405 77.584676 Brewery Bengaluru
61 Chowdeshwari 12.925190 77.588020 Parivar Bar & Restaurant 12.926893 77.586204 Bar Bengaluru
62 Chowdeshwari 12.925190 77.588020 Nagarjuna 12.932892 77.584087 Andhra Restaurant Bengaluru
63 Chowdeshwari 12.925190 77.588020 Hotel Nandhini 12.930592 77.581396 Hotel Bengaluru
64 Chowdeshwari 12.925190 77.588020 Jayanagar 4th Block Complex 12.929482 77.584433 Shopping Plaza Bengaluru
65 Chowdeshwari 12.925190 77.588020 Barista, Jayanagr 12.927440 77.583625 Café Bengaluru
66 Chowdeshwari 12.925190 77.588020 Grill Square 12.926264 77.584280 BBQ Joint Bengaluru
67 Chowdeshwari 12.925190 77.588020 Sukh Sagar 12.928652 77.582765 Indian Restaurant Bengaluru
68 Chowdeshwari 12.925190 77.588020 Rasta Cafe 12.919078 77.581623 Hookah Bar Bengaluru
69 Chowdeshwari 12.925190 77.588020 Kalmane Koffee 12.929709 77.584974 Café Bengaluru
70 Chowdeshwari 12.925190 77.588020 Hot Chips 12.928670 77.585349 Indian Restaurant Bengaluru
71 Chowdeshwari 12.925190 77.588020 Cafe Coffee Day 12.922058 77.593498 Café Bengaluru
72 Chowdeshwari 12.925190 77.588020 Mainland China 12.920149 77.583677 Chinese Restaurant Bengaluru
73 Chowdeshwari 12.925190 77.588020 Max 12.931563 77.586029 Women's Store Bengaluru
74 Chowdeshwari 12.925190 77.588020 Anand Sweets 12.930690 77.580986 Indian Restaurant Bengaluru
75 Chowdeshwari 12.925190 77.588020 Shanghai Chowk 12.924664 77.585900 Chinese Restaurant Bengaluru
76 Chowdeshwari 12.925190 77.588020 Jayanagar 9th Block Market 12.920795 77.593543 Flea Market Bengaluru
77 Chowdeshwari 12.925190 77.588020 Cafe Coffee Day 12.926251 77.583889 Café Bengaluru
78 Chowdeshwari 12.925190 77.588020 Adigas 12.930707 77.586396 Indian Restaurant Bengaluru
79 Chowdeshwari 12.925190 77.588020 Eden Park - The Lounge 12.923387 77.585353 Lounge Bengaluru
80 Chowdeshwari 12.925190 77.588020 Canton Restaurant & Bar 12.932423 77.583867 Chinese Restaurant Bengaluru
81 Chowdeshwari 12.925190 77.588020 Jimi's Beer Cafe 12.928787 77.591336 Pub Bengaluru
82 Chowdeshwari 12.925190 77.588020 Uphara Darshini 12.932886 77.584497 Indian Restaurant Bengaluru
83 Chowdeshwari 12.925190 77.588020 D Mart 12.928695 77.591518 Department Store Bengaluru
84 Chowdeshwari 12.925190 77.588020 Roll Over 12.930757 77.581250 Dessert Shop Bengaluru
85 Chowdeshwari 12.925190 77.588020 Domino's Pizza 12.923152 77.585785 Pizza Place Bengaluru
86 Chowdeshwari 12.925190 77.588020 Kanti Sweets 12.931031 77.586068 Candy Store Bengaluru
87 Chowdeshwari 12.925190 77.588020 The High Street 12.927383 77.586213 Shopping Mall Bengaluru
88 Chowdeshwari 12.925190 77.588020 Cable Car 12.916951 77.585489 Italian Restaurant Bengaluru
89 Chowdeshwari 12.925190 77.588020 Pier 39 12.916972 77.585440 Mexican Restaurant Bengaluru
90 Chowdeshwari 12.925190 77.588020 Punjabi Raswada 12.932223 77.586172 Indian Restaurant Bengaluru
91 Chowdeshwari 12.925190 77.588020 Inox Jayanagar 12.928678 77.591235 Multiplex Bengaluru
92 Chowdeshwari 12.925190 77.588020 Amoeba 12.933151 77.585185 Bowling Alley Bengaluru
93 Chowdeshwari 12.925190 77.588020 Chungs 12.932899 77.584746 Chinese Restaurant Bengaluru
94 Chowdeshwari 12.925190 77.588020 Athityam 12.920996 77.583748 Asian Restaurant Bengaluru
95 Chowdeshwari 12.925190 77.588020 Pizza Corner 12.920173 77.583728 Italian Restaurant Bengaluru
96 Chowdeshwari 12.925190 77.588020 Ace Iyengar Home Products 12.918667 77.589301 Grocery Store Bengaluru
97 Chowdeshwari 12.925190 77.588020 Sri Annapurnaeswari Bajji Center 12.920200 77.592967 Fast Food Restaurant Bengaluru
98 Chowdeshwari 12.925190 77.588020 Spiritz & More @ MadhuSri Wines 12.918720 77.583620 Liquor Store Bengaluru
99 Chowdeshwari 12.925190 77.588020 Cream Stone Icecream Concepts 12.917494 77.585763 Ice Cream Shop Bengaluru
100 Chowdeshwari 12.925190 77.588020 Pai Comforts Hotel 12.916841 77.589957 Hotel Bengaluru
101 Chowdeshwari 12.925190 77.588020 Uphara Sagara 12.924785 77.596985 Indian Restaurant Bengaluru
102 Chowdeshwari 12.925190 77.588020 City Durbar 12.928442 77.596431 Indian Restaurant Bengaluru
103 Chowdeshwari 12.925190 77.588020 Upahara Darshini 12.933384 77.584578 Indian Restaurant Bengaluru
104 Attur 13.111482 77.563056 IDC KITCHEN 13.114124 77.561626 Food Truck Bengaluru
105 Attur 13.111482 77.563056 New Annapurna fast food 13.115923 77.564408 Indian Restaurant Bengaluru
106 Attur 13.111482 77.563056 Apollo Pharmacy 13.115007 77.566765 Medical Supply Store Bengaluru
107 Yelahanka Satellite Town 13.089139 77.582717 Kanti Sweets 13.093498 77.582429 Dessert Shop Bengaluru
108 Yelahanka Satellite Town 13.089139 77.582717 9th Mile Dhaba 13.086513 77.591266 Indian Restaurant Bengaluru
109 Yelahanka Satellite Town 13.089139 77.582717 Grub 13.092928 77.587779 Pizza Place Bengaluru
110 Yelahanka Satellite Town 13.089139 77.582717 Sagar Deluxe 13.096563 77.583912 Indian Restaurant Bengaluru
111 Yelahanka Satellite Town 13.089139 77.582717 Royal Orchid Resort & Convention Centre 13.086485 77.591147 Resort Bengaluru
112 Yelahanka Satellite Town 13.089139 77.582717 Cafe 60 four 13.097216 77.583974 Café Bengaluru
113 Jakkur 13.078474 77.606894 Jus'Trufs Chocolate Shop and Cafe 13.072510 77.603859 Café Bengaluru
114 Jakkur 13.078474 77.606894 MegaJhonson's 13.082980 77.605209 Clothing Store Bengaluru
115 Jakkur 13.078474 77.606894 Charlie's Animal Rescue centrE 13.084369 77.608581 Animal Shelter Bengaluru
116 Thanisandra 13.054713 77.633926 United Pharma 13.056348 77.632635 Pharmacy Bengaluru
117 Thanisandra 13.054713 77.633926 Kanti Sweets 13.050958 77.630840 Indian Sweet Shop Bengaluru
118 Thanisandra 13.054713 77.633926 Thy Host 13.057937 77.629860 Restaurant Bengaluru
119 Thanisandra 13.054713 77.633926 Ravi Medical & General Stores 13.060413 77.637474 Pharmacy Bengaluru
120 Thanisandra 13.054713 77.633926 Hemavathi Wines 13.061825 77.633316 Liquor Store Bengaluru
121 Byatarayanapura 13.062074 77.596392 The Druid Garden 13.063946 77.591492 Brewery Bengaluru
122 Byatarayanapura 13.062074 77.596392 Big Straw 13.063414 77.591192 Bubble Tea Shop Bengaluru
123 Byatarayanapura 13.062074 77.596392 Sanjay Dhaba 13.058612 77.593767 Indian Restaurant Bengaluru
124 Byatarayanapura 13.062074 77.596392 Swensen's 13.063476 77.590793 Ice Cream Shop Bengaluru
125 Byatarayanapura 13.062074 77.596392 Godrej Woodsman Estate 13.054715 77.595815 Building Bengaluru
126 Byatarayanapura 13.062074 77.596392 Shivas Kabab Corner 13.062748 77.591789 Indian Restaurant Bengaluru
127 Byatarayanapura 13.062074 77.596392 More Mega Store 13.057881 77.592099 Department Store Bengaluru
128 Byatarayanapura 13.062074 77.596392 Swathi Gardenia 13.059108 77.593184 Indian Restaurant Bengaluru
129 Byatarayanapura 13.062074 77.596392 Freskka 13.060855 77.587368 Italian Restaurant Bengaluru
130 Byatarayanapura 13.062074 77.596392 Baskin-Robbins 13.055482 77.593247 Ice Cream Shop Bengaluru
131 Byatarayanapura 13.062074 77.596392 McDonald's 13.063687 77.589573 Fast Food Restaurant Bengaluru
132 Byatarayanapura 13.062074 77.596392 Cafe Coffee Day 13.059462 77.587649 Coffee Shop Bengaluru
133 Byatarayanapura 13.062074 77.596392 Barista Lavazza 13.061149 77.587280 Café Bengaluru
134 Byatarayanapura 13.062074 77.596392 Domino's Pizza 13.063740 77.589881 Pizza Place Bengaluru
135 Byatarayanapura 13.062074 77.596392 Tawa, Tandoor Aur Tadka 13.063865 77.589788 Indian Restaurant Bengaluru
136 Byatarayanapura 13.062074 77.596392 Nesara Grand 13.058929 77.590667 Indian Restaurant Bengaluru
137 Byatarayanapura 13.062074 77.596392 Chung Wah 13.063910 77.588272 Chinese Restaurant Bengaluru
138 Byatarayanapura 13.062074 77.596392 Le Méridien Bangalore 13.069468 77.592956 Hotel Bengaluru
139 Byatarayanapura 13.062074 77.596392 Primera Serviced Apartments 13.055974 77.602810 Hotel Bengaluru
140 Byatarayanapura 13.062074 77.596392 Byatarayanapura Bus Stop 13.070236 77.592972 Bus Station Bengaluru
141 Kodigehalli 13.060113 77.576773 Sri Ganga Cements 13.062964 77.572577 Construction & Landscaping Bengaluru
142 Kodigehalli 13.060113 77.576773 Sahakara Nagar Railway Crossing 13.066564 77.581217 Light Rail Station Bengaluru
143 Kodigehalli 13.060113 77.576773 Cafè Nosh 13.068244 77.580336 Café Bengaluru
144 Kodigehalli 13.060113 77.576773 Kodigehalli 13.065876 77.569826 Bus Station Bengaluru
145 Vidyaranyapura 13.076641 77.557732 Cafe Coffee Day 13.075348 77.557927 Coffee Shop Bengaluru
146 Vidyaranyapura 13.076641 77.557732 Baskin-Robbins 13.074917 77.557752 Ice Cream Shop Bengaluru
147 Vidyaranyapura 13.076641 77.557732 Domino's Pizza 13.078761 77.559073 Pizza Place Bengaluru
148 Vidyaranyapura 13.076641 77.557732 Bejing Bites 13.075301 77.558041 Chinese Restaurant Bengaluru
149 Vidyaranyapura 13.076641 77.557732 SnapFitness 13.077049 77.558323 Gym Bengaluru
150 Vidyaranyapura 13.076641 77.557732 Amma's Pastries 13.078847 77.559152 Dessert Shop Bengaluru
151 Vidyaranyapura 13.076641 77.557732 Adyar Ananda Bhavan 13.079711 77.559191 Indian Restaurant Bengaluru
152 Vidyaranyapura 13.076641 77.557732 nti layout grounds 13.073046 77.555709 Basketball Court Bengaluru
153 Vidyaranyapura 13.076641 77.557732 Vidyaranyapura Bus Stand 13.083066 77.557320 Bus Station Bengaluru
154 Vidyaranyapura 13.076641 77.557732 Just Bake 13.069939 77.555429 Bakery Bengaluru
155 Vidyaranyapura 13.076641 77.557732 KL 58 Café 13.069757 77.555360 Restaurant Bengaluru
156 Doddabommasandra 13.064967 77.562966 Domino's Pizza 13.065235 77.555328 Pizza Place Bengaluru
157 Doddabommasandra 13.064967 77.562966 Reliance Fresh 13.063151 77.560070 Supermarket Bengaluru
158 Doddabommasandra 13.064967 77.562966 Donnae Biryani Mane 13.063266 77.559006 Indian Restaurant Bengaluru
159 Doddabommasandra 13.064967 77.562966 Shobana Chats Corner 13.066949 77.558362 Snack Place Bengaluru
160 Doddabommasandra 13.064967 77.562966 Kodigehalli 13.065876 77.569826 Bus Station Bengaluru
161 Doddabommasandra 13.064967 77.562966 KL 58 Café 13.069757 77.555360 Restaurant Bengaluru
162 Doddabommasandra 13.064967 77.562966 Just Bake 13.069939 77.555429 Bakery Bengaluru
163 Kuvempu Nagar 13.073193 77.541713 Singapura Layout 13.075697 77.540533 Outdoors & Recreation Bengaluru
164 Kuvempu Nagar 13.073193 77.541713 galaxy theatre 13.074899 77.544062 Movie Theater Bengaluru
165 Kuvempu Nagar 13.073193 77.541713 Shingapura bus stop 13.078173 77.542044 Bus Station Bengaluru
166 Mallasandra 13.054024 77.515175 Domino's Pizza 13.053972 77.507553 Pizza Place Bengaluru
167 Mallasandra 13.054024 77.515175 pizza corner 13.049730 77.511624 Pizza Place Bengaluru
168 Mallasandra 13.054024 77.515175 Bgrill 13.060652 77.513824 BBQ Joint Bengaluru
169 Mallasandra 13.054024 77.515175 al lazeez 13.061741 77.515662 Fast Food Restaurant Bengaluru
170 Mallasandra 13.054024 77.515175 krishna cake palace (kcp) 13.051115 77.507783 Bakery Bengaluru
171 Mallasandra 13.054024 77.515175 Sai Kalyana Mantap 13.055854 77.507363 Concert Hall Bengaluru
172 Bagalagunte 13.056293 77.506941 Domino's Pizza 13.053972 77.507553 Pizza Place Bengaluru
173 Bagalagunte 13.056293 77.506941 Royal Mart Supermarket 13.059109 77.506718 Department Store Bengaluru
174 Bagalagunte 13.056293 77.506941 Axis Bank ATM 13.049743 77.503142 ATM Bengaluru
175 Bagalagunte 13.056293 77.506941 Bonemill Bus Stop 13.063764 77.505151 Bus Station Bengaluru
176 Bagalagunte 13.056293 77.506941 State Bank of India ATM 13.048437 77.504049 ATM Bengaluru
177 T-Dasarahalli 13.045141 77.514789 Rockline Mall 13.040626 77.518109 Shopping Mall Bengaluru
178 T-Dasarahalli 13.045141 77.514789 KFC 13.040458 77.518285 Fast Food Restaurant Bengaluru
179 T-Dasarahalli 13.045141 77.514789 Agarwal Bhavan 13.042017 77.515492 Karnataka Restaurant Bengaluru
180 T-Dasarahalli 13.045141 77.514789 The Golden Palms Hotel & Spa 13.041721 77.514004 Resort Bengaluru
181 T-Dasarahalli 13.045141 77.514789 Carnival Cinemas 13.040407 77.518138 Multiplex Bengaluru
182 T-Dasarahalli 13.045141 77.514789 Metro Jalahalli 13.040236 77.518366 Light Rail Station Bengaluru
183 T-Dasarahalli 13.045141 77.514789 reliance fresh 13.045858 77.522723 Department Store Bengaluru
184 Jalahalli 13.046453 77.548380 Mezzaluna 13.042339 77.554738 Italian Restaurant Bengaluru
185 Jalahalli 13.046453 77.548380 Mövenpick Hotel & Spa 13.041976 77.554813 Hotel Bengaluru
186 Jalahalli 13.046453 77.548380 Kadamba Gardenia 13.049061 77.548460 Vegetarian / Vegan Restaurant Bengaluru
187 Jalahalli 13.046453 77.548380 Kanti Sweets (Jalahalli) 13.048806 77.549669 Fast Food Restaurant Bengaluru
188 Jalahalli 13.046453 77.548380 D Needs 13.048883 77.549731 Shopping Mall Bengaluru
189 Jalahalli 13.046453 77.548380 New Arya Bhavan 13.049080 77.547295 Indian Restaurant Bengaluru
190 Jalahalli 13.046453 77.548380 Q3 food corner 13.043835 77.553582 Indian Restaurant Bengaluru
191 Jalahalli 13.046453 77.548380 BEL Market 13.051542 77.551975 Plaza Bengaluru
192 Jalahalli 13.046453 77.548380 Kamath 13.051718 77.551824 Indian Restaurant Bengaluru
193 Jalahalli 13.046453 77.548380 My Place @ Mövenpick Hotel & Spa, Bangalore 13.042325 77.554752 Restaurant Bengaluru
194 Jalahalli 13.046453 77.548380 Gokulam Grand Hotel & Spa 13.042017 77.554650 Hotel Bengaluru
195 Jalahalli 13.046453 77.548380 Obsidian 13.041830 77.554903 Hotel Bar Bengaluru
196 Jalahalli 13.046453 77.548380 HMT Theatre 13.049554 77.543847 Indie Movie Theater Bengaluru
197 Jalahalli 13.046453 77.548380 BEL Circle 13.043934 77.557082 Intersection Bengaluru
198 J.P.Park 41.249955 -96.073933 Trader Joe's 41.248257 -96.074068 Grocery Store Bengaluru
199 J.P.Park 41.249955 -96.073933 Nothing Bundt Cakes 41.247431 -96.074769 Bakery Bengaluru
200 J.P.Park 41.249955 -96.073933 Sur La Table 41.247821 -96.074763 Kitchen Supply Store Bengaluru
201 J.P.Park 41.249955 -96.073933 Andrés Tortillery 41.247032 -96.073479 Latin American Restaurant Bengaluru
202 J.P.Park 41.249955 -96.073933 WheatFields Eatery & Bakery 41.246893 -96.073320 American Restaurant Bengaluru
203 J.P.Park 41.249955 -96.073933 Twisted Cork Bistro 41.249373 -96.081014 Bistro Bengaluru
204 J.P.Park 41.249955 -96.073933 Bath & Body Works 41.247362 -96.073759 Cosmetics Shop Bengaluru
205 J.P.Park 41.249955 -96.073933 One Pacific Place 41.247860 -96.074611 Shopping Plaza Bengaluru
206 J.P.Park 41.249955 -96.073933 Fleming's Prime Steakhouse & Wine Bar 41.258228 -96.072498 Steakhouse Bengaluru
207 J.P.Park 41.249955 -96.073933 Subway 41.248987 -96.081258 Sandwich Place Bengaluru
208 J.P.Park 41.249955 -96.073933 Eddie Bauer 41.247204 -96.073850 Clothing Store Bengaluru
209 J.P.Park 41.249955 -96.073933 Regency Lake & Tennis Club 41.253610 -96.075769 Tennis Court Bengaluru
210 J.P.Park 41.249955 -96.073933 California Pizza Kitchen 41.247643 -96.074287 Pizza Place Bengaluru
211 J.P.Park 41.249955 -96.073933 U.S. Bank ATM 41.255861 -96.075120 ATM Bengaluru
212 J.P.Park 41.249955 -96.073933 Scooter's Coffee Drive-Thru 41.248457 -96.074215 Coffee Shop Bengaluru
213 J.P.Park 41.249955 -96.073933 Happy Hollow Country Club 41.241996 -96.074283 Other Great Outdoors Bengaluru
214 J.P.Park 41.249955 -96.073933 Runza 41.248447 -96.077169 Fast Food Restaurant Bengaluru
215 J.P.Park 41.249955 -96.073933 103rd & Pacific Streets 41.248800 -96.072938 Intersection Bengaluru
216 J.P.Park 41.249955 -96.073933 Chico's 41.247387 -96.074543 Women's Store Bengaluru
217 J.P.Park 41.249955 -96.073933 Apricot Lane 41.247387 -96.074543 Boutique Bengaluru
218 J.P.Park 41.249955 -96.073933 Ethan Allen 41.249272 -96.080150 Furniture / Home Store Bengaluru
219 J.P.Park 41.249955 -96.073933 Hauptman, O'Brien, Wolf & Lathrop, P.C. 41.249916 -96.080222 Lawyer Bengaluru
220 J.P.Park 41.249955 -96.073933 One Pacific Place Park 41.246899 -96.068662 Park Bengaluru
221 J.P.Park 41.249955 -96.073933 Beauty by Yon 41.249381 -96.081193 Cosmetics Shop Bengaluru
222 J.P.Park 41.249955 -96.073933 Shaker Place 41.249411 -96.081340 Shopping Plaza Bengaluru
223 J.P.Park 41.249955 -96.073933 Bullzeye Entertainment 41.248805 -96.081284 Food Bengaluru
224 J.P.Park 41.249955 -96.073933 Christ Community Church's Loewens Field 41.255279 -96.079423 Baseball Field Bengaluru
225 J.P.Park 41.249955 -96.073933 CCC Volleyball Courts 41.255074 -96.080223 Volleyball Court Bengaluru
226 J.P.Park 41.249955 -96.073933 Happy Hollow Country Club Tennis Courts 41.241741 -96.073386 Tennis Court Bengaluru
227 Radhakrishna Temple 13.033687 77.575665 chat street 13.034403 77.575895 Fast Food Restaurant Bengaluru
228 Radhakrishna Temple 13.033687 77.575665 Ice N Spice by truffles 13.028079 77.573116 Burger Joint Bengaluru
229 Radhakrishna Temple 13.033687 77.575665 Corner House 13.028051 77.572970 Ice Cream Shop Bengaluru
230 Radhakrishna Temple 13.033687 77.575665 Sri Krishna Bhavan Sweets 13.038364 77.574102 Snack Place Bengaluru
231 Radhakrishna Temple 13.033687 77.575665 The BEL ST 13.030093 77.570509 Italian Restaurant Bengaluru
232 Radhakrishna Temple 13.033687 77.575665 crunch fitness regime 13.030998 77.570374 Gym Bengaluru
233 Radhakrishna Temple 13.033687 77.575665 Ice & Spice 13.028079 77.573083 Fast Food Restaurant Bengaluru
234 Radhakrishna Temple 13.033687 77.575665 Naturals Ice Cream Parlour 13.028079 77.572834 Ice Cream Shop Bengaluru
235 Radhakrishna Temple 13.033687 77.575665 Hunan 13.034178 77.569179 Chinese Restaurant Bengaluru
236 Radhakrishna Temple 13.033687 77.575665 GILLY'S 13.027258 77.571868 Bar Bengaluru
237 Radhakrishna Temple 13.033687 77.575665 Paratha Plaza 13.027681 77.579519 Indian Restaurant Bengaluru
238 Radhakrishna Temple 13.033687 77.575665 BBMP Park 13.039979 77.570909 Park Bengaluru
239 Radhakrishna Temple 13.033687 77.575665 Chung Wah 13.027713 77.571655 Chinese Restaurant Bengaluru
240 Radhakrishna Temple 13.033687 77.575665 Polar Bear 13.028068 77.573141 Ice Cream Shop Bengaluru
241 Radhakrishna Temple 13.033687 77.575665 KFC 13.032088 77.569940 Fast Food Restaurant Bengaluru
242 Radhakrishna Temple 13.033687 77.575665 Have More 13.027429 77.574892 Indian Restaurant Bengaluru
243 Radhakrishna Temple 13.033687 77.575665 Domino's Pizza 13.032000 77.571000 Pizza Place Bengaluru
244 Radhakrishna Temple 13.033687 77.575665 Subway 13.027770 77.571666 Sandwich Place Bengaluru
245 Radhakrishna Temple 13.033687 77.575665 Ujwal Family Restaurant 13.031632 77.576812 Indian Restaurant Bengaluru
246 Radhakrishna Temple 13.033687 77.575665 New Zealand Natural 13.028068 77.573335 Ice Cream Shop Bengaluru
247 Radhakrishna Temple 13.033687 77.575665 Pizza Hut 13.027686 77.571593 Pizza Place Bengaluru
248 Radhakrishna Temple 13.033687 77.575665 80 Feet Road 13.028365 77.573363 Trail Bengaluru
249 Radhakrishna Temple 13.033687 77.575665 Relish Restaurant 13.029383 77.570933 Indian Restaurant Bengaluru
250 Radhakrishna Temple 13.033687 77.575665 Brahmins' Thatte Idli 13.026904 77.579575 Breakfast Spot Bengaluru
251 Radhakrishna Temple 13.033687 77.575665 Cafe Coffee Day 13.027355 77.576525 Café Bengaluru
252 Radhakrishna Temple 13.033687 77.575665 Sangria wine lounge 13.030378 77.570465 Chinese Restaurant Bengaluru
253 Radhakrishna Temple 13.033687 77.575665 Jashn 13.028198 77.573245 Indian Restaurant Bengaluru
254 Radhakrishna Temple 13.033687 77.575665 Café Coffee Day 13.028079 77.573404 Coffee Shop Bengaluru
255 Radhakrishna Temple 13.033687 77.575665 Baskin-Robbins 13.028995 77.570796 Ice Cream Shop Bengaluru
256 Radhakrishna Temple 13.033687 77.575665 Stoned Monkey 13.027954 77.573410 Ice Cream Shop Bengaluru
257 Radhakrishna Temple 13.033687 77.575665 Printo 13.033241 77.569125 Paper / Office Supplies Store Bengaluru
258 Radhakrishna Temple 13.033687 77.575665 Cream And Fudge 13.030186 77.570602 Ice Cream Shop Bengaluru
259 Radhakrishna Temple 13.033687 77.575665 Casino Restaurant 13.028839 77.571147 Asian Restaurant Bengaluru
260 Radhakrishna Temple 13.033687 77.575665 Freska 13.027441 77.576444 Italian Restaurant Bengaluru
261 Radhakrishna Temple 13.033687 77.575665 Eggstacy 13.031287 77.570122 Fast Food Restaurant Bengaluru
262 Radhakrishna Temple 13.033687 77.575665 Sagar Samrat Restaurant 13.033605 77.568882 Indian Restaurant Bengaluru
263 Radhakrishna Temple 13.033687 77.575665 Wangs Kitchen 13.027048 77.571757 Chinese Restaurant Bengaluru
264 Radhakrishna Temple 13.033687 77.575665 Athithi 13.036171 77.574844 Indian Restaurant Bengaluru
265 Radhakrishna Temple 13.033687 77.575665 Suggi 13.030262 77.570386 Indian Restaurant Bengaluru
266 Radhakrishna Temple 13.033687 77.575665 Raja Fancy Store 13.036436 77.574891 Cosmetics Shop Bengaluru
267 Radhakrishna Temple 13.033687 77.575665 Beijing Bites 13.032960 77.569333 Chinese Restaurant Bengaluru
268 Radhakrishna Temple 13.033687 77.575665 Reforma Fitness 13.037254 77.574463 Gym Bengaluru
269 Radhakrishna Temple 13.033687 77.575665 Food World 13.037803 77.574356 Grocery Store Bengaluru
270 Radhakrishna Temple 13.033687 77.575665 Black Jack Lounge Bar 13.032013 77.570175 German Restaurant Bengaluru
271 Radhakrishna Temple 13.033687 77.575665 Foodworld 13.038252 77.574135 Department Store Bengaluru
272 Radhakrishna Temple 13.033687 77.575665 McDonald's 13.029346 77.570933 Fast Food Restaurant Bengaluru
273 Radhakrishna Temple 13.033687 77.575665 Neel 13.027192 77.577144 Indian Restaurant Bengaluru
274 Radhakrishna Temple 13.033687 77.575665 Plated Bistro 13.028069 77.573278 Bistro Bengaluru
275 Radhakrishna Temple 13.033687 77.575665 The Egg Factory 13.028076 77.573217 Fast Food Restaurant Bengaluru
276 Radhakrishna Temple 13.033687 77.575665 Cult - Rmv 2nd Stage 13.027491 77.576029 Gym / Fitness Center Bengaluru
277 Radhakrishna Temple 13.033687 77.575665 Chetty's Coffee 13.028179 77.572650 South Indian Restaurant Bengaluru
278 Radhakrishna Temple 13.033687 77.575665 Sree Nandhana Palace 13.033069 77.569266 Indian Restaurant Bengaluru
279 Radhakrishna Temple 13.033687 77.575665 World of Titan 13.032833 77.569184 Accessories Store Bengaluru
280 Radhakrishna Temple 13.033687 77.575665 Shivsagar Xpress 13.028211 77.572140 Indian Restaurant Bengaluru
281 Radhakrishna Temple 13.033687 77.575665 Burrito Boys 13.027452 77.573447 Mexican Restaurant Bengaluru
282 Radhakrishna Temple 13.033687 77.575665 Leon Grill 13.028022 77.572110 Burger Joint Bengaluru
283 Radhakrishna Temple 13.033687 77.575665 Mayuri restaurant 13.034037 77.568771 Indian Restaurant Bengaluru
284 Radhakrishna Temple 13.033687 77.575665 Itsy Bitsy 13.034042 77.568645 Arts & Crafts Store Bengaluru
285 Radhakrishna Temple 13.033687 77.575665 Auntie Fung's 13.027927 77.571163 Asian Restaurant Bengaluru
286 Radhakrishna Temple 13.033687 77.575665 Health N Glow New Bel Road 13.035914 77.567094 Cosmetics Shop Bengaluru
287 Sanjay Nagar 12.957866 77.695875 Hotel Mariya Circle 12.958453 77.699471 Indian Restaurant Bengaluru
288 Sanjay Nagar 12.957866 77.695875 Bengaluru Steak House 12.950549 77.698460 Steakhouse Bengaluru
289 Sanjay Nagar 12.957866 77.695875 Park Plaza 12.950214 77.698932 Hotel Bengaluru
290 Sanjay Nagar 12.957866 77.695875 Suchithra Biryani House 12.956756 77.702028 Indian Restaurant Bengaluru
291 Sanjay Nagar 12.957866 77.695875 Absolute Barbecues 12.949924 77.699387 BBQ Joint Bengaluru
292 Sanjay Nagar 12.957866 77.695875 Thalassery Restaurant 12.956743 77.702652 Kerala Restaurant Bengaluru
293 Sanjay Nagar 12.957866 77.695875 Torq 3 12.962903 77.703468 Racetrack Bengaluru
294 Sanjay Nagar 12.957866 77.695875 Melange 12.950313 77.698401 Restaurant Bengaluru
295 Sanjay Nagar 12.957866 77.695875 A2B Adayar Ananda Bhavan 12.956770 77.702360 Vegetarian / Vegan Restaurant Bengaluru
296 Sanjay Nagar 12.957866 77.695875 Adyar Ananda Bhavan (A2B) 12.956716 77.702875 Vegetarian / Vegan Restaurant Bengaluru
297 Sanjay Nagar 12.957866 77.695875 Wareabouts Grill & Lounge 12.951862 77.699772 Lounge Bengaluru
298 Sanjay Nagar 12.957866 77.695875 Delhiwalle 12.961735 77.701487 Indian Restaurant Bengaluru
299 Sanjay Nagar 12.957866 77.695875 cafe coffee day 12.950695 77.700891 Coffee Shop Bengaluru
300 Sanjay Nagar 12.957866 77.695875 Shanmukha Restaurant 12.955469 77.700604 Indian Restaurant Bengaluru
301 Sanjay Nagar 12.957866 77.695875 Phileas Hogg 12.950451 77.699911 Gastropub Bengaluru
302 Sanjay Nagar 12.957866 77.695875 Wangs Kitchen 12.961528 77.701635 Chinese Restaurant Bengaluru
303 Sanjay Nagar 12.957866 77.695875 Biryani Zone 12.952458 77.700214 Indian Restaurant Bengaluru
304 Sanjay Nagar 12.957866 77.695875 Puma Factory Outlet 12.956934 77.699462 Shoe Store Bengaluru
305 Sanjay Nagar 12.957866 77.695875 Max Shoppee 12.956893 77.699702 Convenience Store Bengaluru
306 Sanjay Nagar 12.957866 77.695875 Saffron 12.950307 77.698601 Indian Restaurant Bengaluru
307 Sanjay Nagar 12.957866 77.695875 Jaffa's Biryani 12.953307 77.698176 Indian Restaurant Bengaluru
308 Sanjay Nagar 12.957866 77.695875 Creamee n Spicee 12.957658 77.701183 Ice Cream Shop Bengaluru
309 Sanjay Nagar 12.957866 77.695875 The French Loaf 12.959887 77.701200 Dessert Shop Bengaluru
310 Sanjay Nagar 12.957866 77.695875 Just Bake, Anand Nagar, Marathahalli 12.962070 77.701256 Dessert Shop Bengaluru
311 Sanjay Nagar 12.957866 77.695875 U.S Pizza 12.961934 77.701463 Pizza Place Bengaluru
312 Sanjay Nagar 12.957866 77.695875 E-Zone Club 12.963074 77.703080 Racetrack Bengaluru
313 Sanjay Nagar 12.957866 77.695875 The Globe Grub 12.950993 77.699333 Restaurant Bengaluru
314 Sanjay Nagar 12.957866 77.695875 World of Titan 12.950947 77.699847 Gift Shop Bengaluru
315 Sanjay Nagar 12.957866 77.695875 Mastkalandar 12.949673 77.699674 Indian Restaurant Bengaluru
316 Sanjay Nagar 12.957866 77.695875 Sanjha Chula 12.950587 77.700155 Indian Restaurant Bengaluru
317 Ganga Nagar 13.023247 77.588357 Huliyappa Donne Biryani 13.026804 77.590756 Indian Restaurant Bengaluru
318 Ganga Nagar 13.023247 77.588357 Big Mataka 13.020412 77.593174 Bistro Bengaluru
319 Ganga Nagar 13.023247 77.588357 Sichi Sagar 13.026662 77.590984 Vegetarian / Vegan Restaurant Bengaluru
320 Ganga Nagar 13.023247 77.588357 Pizza Hut 13.023234 77.592732 Pizza Place Bengaluru
321 Ganga Nagar 13.023247 77.588357 Moto Store & Café 13.032086 77.590020 Motorcycle Shop Bengaluru
322 Ganga Nagar 13.023247 77.588357 Sreeraj Lassi Bar 13.020796 77.592565 Juice Bar Bengaluru
323 Ganga Nagar 13.023247 77.588357 Baskin-Robbins 13.021053 77.592391 Ice Cream Shop Bengaluru
324 Ganga Nagar 13.023247 77.588357 Adyar Ananda Bhavan 13.022835 77.584599 Vegetarian / Vegan Restaurant Bengaluru
325 Ganga Nagar 13.023247 77.588357 Cafe Coffee Day 13.028160 77.586172 Café Bengaluru
326 Ganga Nagar 13.023247 77.588357 Kabab Manor 13.027214 77.593442 Snack Place Bengaluru
327 Ganga Nagar 13.023247 77.588357 Domino's Pizza 13.018696 77.592172 Pizza Place Bengaluru
328 Ganga Nagar 13.023247 77.588357 Calcutta Victoria Chat House 13.026285 77.594492 Fast Food Restaurant Bengaluru
329 Ganga Nagar 13.023247 77.588357 New Shanthi Sagar 13.022958 77.592600 Indian Restaurant Bengaluru
330 Ganga Nagar 13.023247 77.588357 Hotel Emirates 13.022453 77.584514 Indian Restaurant Bengaluru
331 Ganga Nagar 13.023247 77.588357 Cafe Coffee Day 13.020652 77.592853 Café Bengaluru
332 Ganga Nagar 13.023247 77.588357 Kudla 13.017689 77.591854 Indian Restaurant Bengaluru
333 Ganga Nagar 13.023247 77.588357 KFC 13.019473 77.592283 Fast Food Restaurant Bengaluru
334 Ganga Nagar 13.023247 77.588357 Kabab Studio 13.017653 77.591854 Indian Restaurant Bengaluru
335 Ganga Nagar 13.023247 77.588357 Hotel Nandhini 13.017354 77.591728 Indian Restaurant Bengaluru
336 Ganga Nagar 13.023247 77.588357 McDonald's 13.023397 77.592747 Fast Food Restaurant Bengaluru
337 Ganga Nagar 13.023247 77.588357 Richies 13.023649 77.592778 Indian Restaurant Bengaluru
338 Ganga Nagar 13.023247 77.588357 J.B.Bakery 13.020795 77.592625 Bakery Bengaluru
339 Ganga Nagar 13.023247 77.588357 HMT Bhavan Bus Stop 13.020095 77.584039 Bus Station Bengaluru
340 Ganga Nagar 13.023247 77.588357 Four Seasons Hotel 13.019392 77.584620 Hotel Bengaluru
341 Ganga Nagar 13.023247 77.588357 Mekhri Circle Bus Stop 13.019970 77.583760 Bus Station Bengaluru
342 Ganga Nagar 13.023247 77.588357 Adigas 13.016847 77.591600 Vegetarian / Vegan Restaurant Bengaluru
343 Ganga Nagar 13.023247 77.588357 Delhi Darbar 13.020485 77.593812 Indian Restaurant Bengaluru
344 Ganga Nagar 13.023247 77.588357 Satya's Kitchen 13.028637 77.593587 Indian Restaurant Bengaluru
345 Ganga Nagar 13.023247 77.588357 RT Nagar Park 13.021314 77.597090 Park Bengaluru
346 Ganga Nagar 13.023247 77.588357 Ample Technologies Pvt. Ltd. 13.028311 77.595843 Electronics Store Bengaluru
347 Hebbal 13.038218 77.591900 Moto Store & Café 13.032086 77.590020 Motorcycle Shop Bengaluru
348 Hebbal 13.038218 77.591900 Saaga - The Royal Senate Hotel 13.036498 77.589525 Indian Restaurant Bengaluru
349 Hebbal 13.038218 77.591900 Domino's Pizza 13.035000 77.597000 Pizza Place Bengaluru
350 Hebbal 13.038218 77.591900 Hebbal Lake 13.042987 77.591008 Lake Bengaluru
351 Hebbal 13.038218 77.591900 Hebbal BMTC 13.042877 77.591171 Bus Station Bengaluru
352 Hebbal 13.038218 77.591900 kabab studio - coraltree 13.034889 77.597477 Indian Restaurant Bengaluru
353 Hebbal 13.038218 77.591900 Hindustan mess 13.034869 77.597626 Indian Restaurant Bengaluru
354 Hebbal 13.038218 77.591900 CCD Express 13.034863 77.597633 Coffee Shop Bengaluru
355 Hebbal 13.038218 77.591900 Green's Departmental Stores 13.029625 77.590902 Grocery Store Bengaluru
356 Vishwanathnagenahalli 13.038800 77.604100 Domino's Pizza 13.035000 77.597000 Pizza Place Bengaluru
357 Vishwanathnagenahalli 13.038800 77.604100 Cafe Coffee Day 13.043568 77.608752 Coffee Shop Bengaluru
358 Vishwanathnagenahalli 13.038800 77.604100 Skin Solution Store 13.037187 77.605109 Business Service Bengaluru
359 Vishwanathnagenahalli 13.038800 77.604100 Kempapura Bus Stop 13.043666 77.600717 Bus Station Bengaluru
360 Vishwanathnagenahalli 13.038800 77.604100 The Hebbal Cafe 13.042690 77.609524 Buffet Bengaluru
361 Vishwanathnagenahalli 13.038800 77.604100 Courtyard By Marriott Bengaluru Hebbal 13.042837 77.609429 Hotel Bengaluru
362 Vishwanathnagenahalli 13.038800 77.604100 Lumbini Gardens 13.043252 77.609569 Lake Bengaluru
363 Vishwanathnagenahalli 13.038800 77.604100 Hindustan mess 13.034869 77.597626 Indian Restaurant Bengaluru
364 Vishwanathnagenahalli 13.038800 77.604100 CCD Express 13.034863 77.597633 Coffee Shop Bengaluru
365 Vishwanathnagenahalli 13.038800 77.604100 kabab studio - coraltree 13.034889 77.597477 Indian Restaurant Bengaluru
366 Vishwanathnagenahalli 13.038800 77.604100 Nagavara Lake 13.042726 77.611510 Lake Bengaluru
367 Vishwanathnagenahalli 13.038800 77.604100 CityPearl SuperMarket 13.035203 77.595675 Department Store Bengaluru
368 Nagavara 13.037465 77.623602 Adyar Ananda Bhavan 13.041035 77.624513 Vegetarian / Vegan Restaurant Bengaluru
369 Nagavara 13.037465 77.623602 Domino's Pizza 13.035000 77.624000 Pizza Place Bengaluru
370 Nagavara 13.037465 77.623602 PVR Cinemas Elements Mall 13.045222 77.626789 Multiplex Bengaluru
371 Nagavara 13.037465 77.623602 Domino's Pizza 13.044879 77.621000 Pizza Place Bengaluru
372 Nagavara 13.037465 77.623602 Barista Lavazza 13.044744 77.619885 Café Bengaluru
373 Nagavara 13.037465 77.623602 Serranos 13.044613 77.620837 Mexican Restaurant Bengaluru
374 HBR Layout 13.035870 77.632360 Domino's Pizza 13.035000 77.624000 Pizza Place Bengaluru
375 HBR Layout 13.035870 77.632360 Domino's Pizza 13.029474 77.634436 Pizza Place Bengaluru
376 HBR Layout 13.035870 77.632360 Tea Mount 13.037118 77.628266 Café Bengaluru
377 HBR Layout 13.035870 77.632360 Bhima Jewellers 13.031483 77.630772 Jewelry Store Bengaluru
378 HBR Layout 13.035870 77.632360 Reliance Fresh 13.031516 77.635857 Fruit & Vegetable Store Bengaluru
379 HBR Layout 13.035870 77.632360 Nagawara Bus Stop 13.039842 77.624736 Bus Station Bengaluru
380 HBR Layout 13.035870 77.632360 Reddy's Restaurant 13.040116 77.624870 Diner Bengaluru
381 Horamavu 13.027331 77.660151 Altis Arena - Indoor badminton courts 13.029882 77.661334 Athletics & Sports Bengaluru
382 Horamavu 13.027331 77.660151 Nellore Mess 13.019492 77.656043 Andhra Restaurant Bengaluru
383 Horamavu 13.027331 77.660151 Kamat Bakers And Sweets 13.022233 77.657752 Bakery Bengaluru
384 Horamavu 13.027331 77.660151 Battledore Arena 13.023801 77.652899 Badminton Court Bengaluru
385 Horamavu 13.027331 77.660151 City Pearl Supermarket 13.025963 77.651640 Department Store Bengaluru
386 Ramamurthy Nagar 13.012022 77.677782 more. 13.011560 77.672182 Department Store Bengaluru
387 Ramamurthy Nagar 13.012022 77.677782 A2B Adyar Anand Bhavan T C Palya 13.019438 77.673802 South Indian Restaurant Bengaluru
388 Ramamurthy Nagar 13.012022 77.677782 Play Ground @ ITI 13.008551 77.685871 Playground Bengaluru
389 Ramamurthy Nagar 13.012022 77.677782 More supermarket 13.020900 77.677511 Supermarket Bengaluru
390 Banaswadi 13.014162 77.651854 Domino's Pizza 13.008434 77.655593 Pizza Place Bengaluru
391 Banaswadi 13.014162 77.651854 Tamarind 13.012676 77.647711 Indian Restaurant Bengaluru
392 Banaswadi 13.014162 77.651854 Cafe Coffee Day 13.018155 77.647328 Café Bengaluru
393 Banaswadi 13.014162 77.651854 Saffron 13.012763 77.647837 Vegetarian / Vegan Restaurant Bengaluru
394 Banaswadi 13.014162 77.651854 Itsy Bitsy 13.011358 77.659711 Arts & Crafts Store Bengaluru
395 Banaswadi 13.014162 77.651854 Sri Balaji Bhandar 13.012867 77.650934 Grocery Store Bengaluru
396 Banaswadi 13.014162 77.651854 Nellore Mess 13.019492 77.656043 Andhra Restaurant Bengaluru
397 Banaswadi 13.014162 77.651854 OvenTreats - Patisserie.Bistro 13.021878 77.647306 Bistro Bengaluru
398 Banaswadi 13.014162 77.651854 OvenTreats 13.014426 77.647719 Bakery Bengaluru
399 Banaswadi 13.014162 77.651854 Taste of Bengal 13.014701 77.646993 Indian Restaurant Bengaluru
400 Banaswadi 13.014162 77.651854 Cafe Coffee Day 13.018749 77.656199 Café Bengaluru
401 Banaswadi 13.014162 77.651854 Banaswadi Ring Road Bus Stop 13.019483 77.654530 Bus Station Bengaluru
402 Banaswadi 13.014162 77.651854 Horamavu Signal 13.019973 77.655590 Intersection Bengaluru
403 Banaswadi 13.014162 77.651854 Shoba Hypermart 13.020260 77.656503 Department Store Bengaluru
404 Banaswadi 13.014162 77.651854 Big Bazaar 13.017726 77.659040 Clothing Store Bengaluru
405 Banaswadi 13.014162 77.651854 Inchara 13.017228 77.660399 Indian Restaurant Bengaluru
406 Kammanahalli 13.009346 77.637709 Al Amanah 13.015631 77.639408 Falafel Restaurant Bengaluru
407 Kammanahalli 13.009346 77.637709 New Kairali Family Restaurant 13.014340 77.636146 Kerala Restaurant Bengaluru
408 Kammanahalli 13.009346 77.637709 Connie's 13.014932 77.633026 Steakhouse Bengaluru
409 Kammanahalli 13.009346 77.637709 New Peking Restaurant 13.017676 77.636364 Chinese Restaurant Bengaluru
410 Kammanahalli 13.009346 77.637709 Cafe Thulp 13.016326 77.634664 Burger Joint Bengaluru
411 Kammanahalli 13.009346 77.637709 Momoz 13.015252 77.631068 Diner Bengaluru
412 Kammanahalli 13.009346 77.637709 Amma Pasteries 13.009575 77.643255 Bakery Bengaluru
413 Kammanahalli 13.009346 77.637709 Richies (Rahhams) 13.015020 77.631462 Indian Restaurant Bengaluru
414 Kammanahalli 13.009346 77.637709 Hotel Empire 13.014599 77.635716 Indian Restaurant Bengaluru
415 Kammanahalli 13.009346 77.637709 Nandhana Palace 13.014937 77.635844 Andhra Restaurant Bengaluru
416 Kammanahalli 13.009346 77.637709 McDonald's 13.003076 77.631644 Fast Food Restaurant Bengaluru
417 Kammanahalli 13.009346 77.637709 Uttam Sagar Deluxe Restaurant 13.009383 77.643285 Indian Restaurant Bengaluru
418 Kammanahalli 13.009346 77.637709 18 CHINA TOWN 13.009029 77.642524 Chinese Restaurant Bengaluru
419 Kammanahalli 13.009346 77.637709 tender chicken nehru road 13.014189 77.638111 Market Bengaluru
420 Kammanahalli 13.009346 77.637709 Multiplex Supermarket 13.008611 77.642731 Department Store Bengaluru
421 Kammanahalli 13.009346 77.637709 Airtel Relationship Center 13.009236 77.642821 Mobile Phone Shop Bengaluru
422 Kammanahalli 13.009346 77.637709 S V Color Graphics 13.012884 77.633071 Paper / Office Supplies Store Bengaluru
423 Kammanahalli 13.009346 77.637709 Chick Baik 13.015844 77.639453 Falafel Restaurant Bengaluru
424 Kammanahalli 13.009346 77.637709 Thalassery Restaurant 13.015042 77.631679 Kerala Restaurant Bengaluru
425 Kammanahalli 13.009346 77.637709 Manasa Fish Land 13.014269 77.642630 Seafood Restaurant Bengaluru
426 Kammanahalli 13.009346 77.637709 Samovar Restaurant 13.018005 77.635960 Kerala Restaurant Bengaluru
427 Kacharakanahalli 13.016300 77.631138 Connie's 13.014932 77.633026 Steakhouse Bengaluru
428 Kacharakanahalli 13.016300 77.631138 Momoz 13.015252 77.631068 Diner Bengaluru
429 Kacharakanahalli 13.016300 77.631138 Arirang Restaurant 13.019660 77.637149 Korean Restaurant Bengaluru
430 Kacharakanahalli 13.016300 77.631138 New Peking Restaurant 13.017676 77.636364 Chinese Restaurant Bengaluru
431 Kacharakanahalli 13.016300 77.631138 New Kairali Family Restaurant 13.014340 77.636146 Kerala Restaurant Bengaluru
432 Kacharakanahalli 13.016300 77.631138 Cafe Thulp 13.016326 77.634664 Burger Joint Bengaluru
433 Kacharakanahalli 13.016300 77.631138 Al Amanah 13.015631 77.639408 Falafel Restaurant Bengaluru
434 Kacharakanahalli 13.016300 77.631138 Richies (Rahhams) 13.015020 77.631462 Indian Restaurant Bengaluru
435 Kacharakanahalli 13.016300 77.631138 Cafe Coffee Day 13.023499 77.635252 Café Bengaluru
436 Kacharakanahalli 13.016300 77.631138 Hotel Empire 13.014599 77.635716 Indian Restaurant Bengaluru
437 Kacharakanahalli 13.016300 77.631138 Anand Sweets 13.019472 77.636849 Snack Place Bengaluru
438 Kacharakanahalli 13.016300 77.631138 Burger King 13.022918 77.637262 Fast Food Restaurant Bengaluru
439 Kacharakanahalli 13.016300 77.631138 Thalassery Restaurant 13.015042 77.631679 Kerala Restaurant Bengaluru
440 Kacharakanahalli 13.016300 77.631138 Nandhana Palace 13.014937 77.635844 Andhra Restaurant Bengaluru
441 Kacharakanahalli 13.016300 77.631138 Reliance Digital 13.023104 77.636463 Electronics Store Bengaluru
442 Kacharakanahalli 13.016300 77.631138 Regency Park 13.022875 77.637292 Indian Restaurant Bengaluru
443 Kacharakanahalli 13.016300 77.631138 Sukh Sagar 13.020698 77.636898 South Indian Restaurant Bengaluru
444 Kacharakanahalli 13.016300 77.631138 Chulha Chauki da Dhabha 13.024896 77.631590 Indian Restaurant Bengaluru
445 Kacharakanahalli 13.016300 77.631138 KFC 13.023077 77.637209 Fast Food Restaurant Bengaluru
446 Kacharakanahalli 13.016300 77.631138 Paani Kum Chai 13.021360 77.628696 Tea Room Bengaluru
447 Kacharakanahalli 13.016300 77.631138 Tashan - Punjabi Restaurant 13.024162 77.632978 Indian Restaurant Bengaluru
448 Kacharakanahalli 13.016300 77.631138 S V Color Graphics 13.012884 77.633071 Paper / Office Supplies Store Bengaluru
449 Kacharakanahalli 13.016300 77.631138 Amma's Pastries 13.020681 77.628686 Bakery Bengaluru
450 Kacharakanahalli 13.016300 77.631138 al amal Cafe' 13.014318 77.636584 Fast Food Restaurant Bengaluru
451 Kacharakanahalli 13.016300 77.631138 The Filter Coffee 13.024155 77.632934 South Indian Restaurant Bengaluru
452 Kacharakanahalli 13.016300 77.631138 Cafe Coffee Day 13.023105 77.636277 Coffee Shop Bengaluru
453 Kacharakanahalli 13.016300 77.631138 tender chicken nehru road 13.014189 77.638111 Market Bengaluru
454 Kadugondanahalli 13.020703 77.621546 Paani Kum Chai 13.021360 77.628696 Tea Room Bengaluru
455 Kadugondanahalli 13.020703 77.621546 New Krishna Sagar 13.026125 77.622722 Indian Restaurant Bengaluru
456 Kadugondanahalli 13.020703 77.621546 Amma's Pastries 13.020681 77.628686 Bakery Bengaluru
457 Kadugondanahalli 13.020703 77.621546 Bangalore One @ HBR BDA Complex 13.025365 77.628021 Shopping Mall Bengaluru
458 Kadugondanahalli 13.020703 77.621546 Sanky's Burger House 13.016686 77.629558 Burger Joint Bengaluru
459 Kushal Nagar 13.018785 77.615114 State Bank of India ATM 13.021120 77.609600 ATM Bengaluru
460 Kushal Nagar 13.018785 77.615114 Axis Bank ATM 13.011152 77.612312 ATM Bengaluru
461 Kushal Nagar 13.018785 77.615114 Vinayaka bakery 13.017759 77.606828 Bakery Bengaluru
462 Kushal Nagar 13.018785 77.615114 snooker place 13.021815 77.623102 Pool Hall Bengaluru
463 Kushal Nagar 13.018785 77.615114 Matha Store 13.016097 77.623801 Department Store Bengaluru
464 Kavalbyrasandra 13.031375 77.613194 Paprika 13.030665 77.610156 Fast Food Restaurant Bengaluru
465 Kavalbyrasandra 13.031375 77.613194 Reliance Fresh 13.030346 77.608108 Department Store Bengaluru
466 Kavalbyrasandra 13.031375 77.613194 Lulu Provision Stores 13.025651 77.608883 Department Store Bengaluru
467 Kavalbyrasandra 13.031375 77.613194 New Chithra Bakery 13.025511 77.608811 Bakery Bengaluru
468 Kavalbyrasandra 13.031375 77.613194 Aswini Medicals 13.026756 77.606502 Pharmacy Bengaluru
469 Manorayanapalya 13.025109 77.596441 Huliyappa Donne Biryani 13.026804 77.590756 Indian Restaurant Bengaluru
470 Manorayanapalya 13.025109 77.596441 Big Mataka 13.020412 77.593174 Bistro Bengaluru
471 Manorayanapalya 13.025109 77.596441 Pizza Hut 13.023234 77.592732 Pizza Place Bengaluru
472 Manorayanapalya 13.025109 77.596441 Patel's Inn 13.021199 77.598495 Resort Bengaluru
473 Manorayanapalya 13.025109 77.596441 Sichi Sagar 13.026662 77.590984 Vegetarian / Vegan Restaurant Bengaluru
474 Manorayanapalya 13.025109 77.596441 Kabab Manor 13.027214 77.593442 Snack Place Bengaluru
475 Manorayanapalya 13.025109 77.596441 Sreeraj Lassi Bar 13.020796 77.592565 Juice Bar Bengaluru
476 Manorayanapalya 13.025109 77.596441 Baskin-Robbins 13.021053 77.592391 Ice Cream Shop Bengaluru
477 Manorayanapalya 13.025109 77.596441 Calcutta Victoria Chat House 13.026285 77.594492 Fast Food Restaurant Bengaluru
478 Manorayanapalya 13.025109 77.596441 Domino's Pizza 13.018696 77.592172 Pizza Place Bengaluru
479 Manorayanapalya 13.025109 77.596441 New Shanthi Sagar 13.022958 77.592600 Indian Restaurant Bengaluru
480 Manorayanapalya 13.025109 77.596441 Cafe Coffee Day 13.020652 77.592853 Café Bengaluru
481 Manorayanapalya 13.025109 77.596441 Ample Technologies Pvt. Ltd. 13.028311 77.595843 Electronics Store Bengaluru
482 Manorayanapalya 13.025109 77.596441 McDonald's 13.023397 77.592747 Fast Food Restaurant Bengaluru
483 Manorayanapalya 13.025109 77.596441 Richies 13.023649 77.592778 Indian Restaurant Bengaluru
484 Manorayanapalya 13.025109 77.596441 KFC 13.019473 77.592283 Fast Food Restaurant Bengaluru
485 Manorayanapalya 13.025109 77.596441 Kudla 13.017689 77.591854 Indian Restaurant Bengaluru
486 Manorayanapalya 13.025109 77.596441 Satya's Kitchen 13.028637 77.593587 Indian Restaurant Bengaluru
487 Manorayanapalya 13.025109 77.596441 Spencer's Express 13.023257 77.600491 Supermarket Bengaluru
488 Manorayanapalya 13.025109 77.596441 Kabab Studio 13.017653 77.591854 Indian Restaurant Bengaluru
489 Manorayanapalya 13.025109 77.596441 Delhi Darbar 13.020485 77.593812 Indian Restaurant Bengaluru
490 Manorayanapalya 13.025109 77.596441 Roots Fitness Solutions 13.020781 77.593168 Gym Bengaluru
491 Manorayanapalya 13.025109 77.596441 Coraltree 13.017753 77.591862 Hotel Bengaluru
492 Gangenahalli 13.017426 77.587883 Big Mataka 13.020412 77.593174 Bistro Bengaluru
493 Gangenahalli 13.017426 77.587883 Sreeraj Lassi Bar 13.020796 77.592565 Juice Bar Bengaluru
494 Gangenahalli 13.017426 77.587883 Baskin-Robbins 13.021053 77.592391 Ice Cream Shop Bengaluru
495 Gangenahalli 13.017426 77.587883 Pizza Hut 13.023234 77.592732 Pizza Place Bengaluru
496 Gangenahalli 13.017426 77.587883 Domino's Pizza 13.018696 77.592172 Pizza Place Bengaluru
497 Gangenahalli 13.017426 77.587883 Adyar Ananda Bhavan 13.022835 77.584599 Vegetarian / Vegan Restaurant Bengaluru
498 Gangenahalli 13.017426 77.587883 Palace Grounds 13.010286 77.586608 Field Bengaluru
499 Gangenahalli 13.017426 77.587883 Kudla 13.017689 77.591854 Indian Restaurant Bengaluru
500 Gangenahalli 13.017426 77.587883 Sunday Soul Sante 13.011387 77.587768 Farmers Market Bengaluru
501 Gangenahalli 13.017426 77.587883 Kabab Studio 13.017653 77.591854 Indian Restaurant Bengaluru
502 Gangenahalli 13.017426 77.587883 Hotel Nandhini 13.017354 77.591728 Indian Restaurant Bengaluru
503 Gangenahalli 13.017426 77.587883 Cafe Coffee Day 13.020652 77.592853 Café Bengaluru
504 Gangenahalli 13.017426 77.587883 KFC 13.019473 77.592283 Fast Food Restaurant Bengaluru
505 Gangenahalli 13.017426 77.587883 New Shanthi Sagar 13.022958 77.592600 Indian Restaurant Bengaluru
506 Gangenahalli 13.017426 77.587883 Adigas 13.016847 77.591600 Vegetarian / Vegan Restaurant Bengaluru
507 Gangenahalli 13.017426 77.587883 Hotel Emirates 13.022453 77.584514 Indian Restaurant Bengaluru
508 Gangenahalli 13.017426 77.587883 Four Seasons Hotel 13.019392 77.584620 Hotel Bengaluru
509 Gangenahalli 13.017426 77.587883 Gayathri Vihar Bus Stop 13.013464 77.584205 Bus Station Bengaluru
510 Gangenahalli 13.017426 77.587883 J.B.Bakery 13.020795 77.592625 Bakery Bengaluru
511 Gangenahalli 13.017426 77.587883 Delhi Darbar 13.020485 77.593812 Indian Restaurant Bengaluru
512 Gangenahalli 13.017426 77.587883 White Petals 13.010392 77.588051 Event Space Bengaluru
513 Gangenahalli 13.017426 77.587883 McDonald's 13.023397 77.592747 Fast Food Restaurant Bengaluru
514 Gangenahalli 13.017426 77.587883 TV Tower Bus Stop (Palace Grounds Compound) 13.009771 77.590708 Bus Station Bengaluru
515 Gangenahalli 13.017426 77.587883 TV Tower Bus Stop (DD Compound) 13.009785 77.591071 Bus Station Bengaluru
516 Gangenahalli 13.017426 77.587883 Mini Market 13.010281 77.583109 Cafeteria Bengaluru
517 Gangenahalli 13.017426 77.587883 Amma Bakery And Sweets 13.026221 77.588624 Bakery Bengaluru
518 Aramane Nagar 13.030426 77.569741 The BEL ST 13.030093 77.570509 Italian Restaurant Bengaluru
519 Aramane Nagar 13.030426 77.569741 Ice N Spice by truffles 13.028079 77.573116 Burger Joint Bengaluru
520 Aramane Nagar 13.030426 77.569741 crunch fitness regime 13.030998 77.570374 Gym Bengaluru
521 Aramane Nagar 13.030426 77.569741 Corner House 13.028051 77.572970 Ice Cream Shop Bengaluru
522 Aramane Nagar 13.030426 77.569741 Ice & Spice 13.028079 77.573083 Fast Food Restaurant Bengaluru
523 Aramane Nagar 13.030426 77.569741 Naturals Ice Cream Parlour 13.028079 77.572834 Ice Cream Shop Bengaluru
524 Aramane Nagar 13.030426 77.569741 GILLY'S 13.027258 77.571868 Bar Bengaluru
525 Aramane Nagar 13.030426 77.569741 Hunan 13.034178 77.569179 Chinese Restaurant Bengaluru
526 Aramane Nagar 13.030426 77.569741 Chung Wah 13.027713 77.571655 Chinese Restaurant Bengaluru
527 Aramane Nagar 13.030426 77.569741 KFC 13.032088 77.569940 Fast Food Restaurant Bengaluru
528 Aramane Nagar 13.030426 77.569741 Subway 13.027770 77.571666 Sandwich Place Bengaluru
529 Aramane Nagar 13.030426 77.569741 Pizza Hut 13.027686 77.571593 Pizza Place Bengaluru
530 Aramane Nagar 13.030426 77.569741 Relish Restaurant 13.029383 77.570933 Indian Restaurant Bengaluru
531 Aramane Nagar 13.030426 77.569741 Biriyani Paradise 13.030652 77.562216 Indian Restaurant Bengaluru
532 Aramane Nagar 13.030426 77.569741 Domino's Pizza 13.032000 77.571000 Pizza Place Bengaluru
533 Aramane Nagar 13.030426 77.569741 Polar Bear 13.028068 77.573141 Ice Cream Shop Bengaluru
534 Aramane Nagar 13.030426 77.569741 chat street 13.034403 77.575895 Fast Food Restaurant Bengaluru
535 Aramane Nagar 13.030426 77.569741 New Zealand Natural 13.028068 77.573335 Ice Cream Shop Bengaluru
536 Aramane Nagar 13.030426 77.569741 Have More 13.027429 77.574892 Indian Restaurant Bengaluru
537 Aramane Nagar 13.030426 77.569741 80 Feet Road 13.028365 77.573363 Trail Bengaluru
538 Aramane Nagar 13.030426 77.569741 Sangria wine lounge 13.030378 77.570465 Chinese Restaurant Bengaluru
539 Aramane Nagar 13.030426 77.569741 Baskin-Robbins 13.028995 77.570796 Ice Cream Shop Bengaluru
540 Aramane Nagar 13.030426 77.569741 Domino's Pizza 13.037154 77.565749 Pizza Place Bengaluru
541 Aramane Nagar 13.030426 77.569741 Cream And Fudge 13.030186 77.570602 Ice Cream Shop Bengaluru
542 Aramane Nagar 13.030426 77.569741 Printo 13.033241 77.569125 Paper / Office Supplies Store Bengaluru
543 Aramane Nagar 13.030426 77.569741 Casino Restaurant 13.028839 77.571147 Asian Restaurant Bengaluru
544 Aramane Nagar 13.030426 77.569741 Jashn 13.028198 77.573245 Indian Restaurant Bengaluru
545 Aramane Nagar 13.030426 77.569741 Café Coffee Day 13.028079 77.573404 Coffee Shop Bengaluru
546 Aramane Nagar 13.030426 77.569741 Stoned Monkey 13.027954 77.573410 Ice Cream Shop Bengaluru
547 Aramane Nagar 13.030426 77.569741 Eggstacy 13.031287 77.570122 Fast Food Restaurant Bengaluru
548 Aramane Nagar 13.030426 77.569741 Cafe Coffee Day 13.027355 77.576525 Café Bengaluru
549 Aramane Nagar 13.030426 77.569741 Ujwal Family Restaurant 13.031632 77.576812 Indian Restaurant Bengaluru
550 Aramane Nagar 13.030426 77.569741 Suggi 13.030262 77.570386 Indian Restaurant Bengaluru
551 Aramane Nagar 13.030426 77.569741 Wangs Kitchen 13.027048 77.571757 Chinese Restaurant Bengaluru
552 Aramane Nagar 13.030426 77.569741 Sagar Samrat Restaurant 13.033605 77.568882 Indian Restaurant Bengaluru
553 Aramane Nagar 13.030426 77.569741 Beijing Bites 13.032960 77.569333 Chinese Restaurant Bengaluru
554 Aramane Nagar 13.030426 77.569741 Shanthi Sagar 13.036968 77.565985 Indian Restaurant Bengaluru
555 Aramane Nagar 13.030426 77.569741 Maha Bazaar 13.037194 77.565820 Department Store Bengaluru
556 Aramane Nagar 13.030426 77.569741 Black Jack Lounge Bar 13.032013 77.570175 German Restaurant Bengaluru
557 Aramane Nagar 13.030426 77.569741 Freska 13.027441 77.576444 Italian Restaurant Bengaluru
558 Aramane Nagar 13.030426 77.569741 McDonald's 13.029346 77.570933 Fast Food Restaurant Bengaluru
559 Aramane Nagar 13.030426 77.569741 Naachiyar's 13.028363 77.572798 Indian Restaurant Bengaluru
560 Aramane Nagar 13.030426 77.569741 Mayuri restaurant 13.034037 77.568771 Indian Restaurant Bengaluru
561 Aramane Nagar 13.030426 77.569741 Itsy Bitsy 13.034042 77.568645 Arts & Crafts Store Bengaluru
562 Aramane Nagar 13.030426 77.569741 Burrito Boys 13.027452 77.573447 Mexican Restaurant Bengaluru
563 Aramane Nagar 13.030426 77.569741 Health N Glow New Bel Road 13.035914 77.567094 Cosmetics Shop Bengaluru
564 Aramane Nagar 13.030426 77.569741 Ottupura 13.033751 77.564105 Fast Food Restaurant Bengaluru
565 Aramane Nagar 13.030426 77.569741 Bata 13.036335 77.566695 Shoe Store Bengaluru
566 Aramane Nagar 13.030426 77.569741 Sanjaynagar Park 13.032187 77.576402 Park Bengaluru
567 Aramane Nagar 13.030426 77.569741 Cult - Rmv 2nd Stage 13.027491 77.576029 Gym / Fitness Center Bengaluru
568 Aramane Nagar 13.030426 77.569741 Haut Koko 13.027314 77.576413 Café Bengaluru
569 Aramane Nagar 13.030426 77.569741 Neel 13.027192 77.577144 Indian Restaurant Bengaluru
570 Aramane Nagar 13.030426 77.569741 Darasuni 13.027551 77.576732 Indian Restaurant Bengaluru
571 Aramane Nagar 13.030426 77.569741 Coffee day smoke adda 13.036411 77.574270 Smoke Shop Bengaluru
572 Aramane Nagar 13.030426 77.569741 Thalassery Restaurant 13.029953 77.562116 Kerala Restaurant Bengaluru
573 Aramane Nagar 13.030426 77.569741 Lassi Shop 13.030881 77.577492 Juice Bar Bengaluru
574 Aramane Nagar 13.030426 77.569741 tasty hot 13.029765 77.561911 Fast Food Restaurant Bengaluru
575 Aramane Nagar 13.030426 77.569741 Msrec Bus St 13.029881 77.561777 Bus Station Bengaluru
576 Aramane Nagar 13.030426 77.569741 Chicken County 13.037386 77.565964 Indian Restaurant Bengaluru
577 Aramane Nagar 13.030426 77.569741 The Pavilion 13.027210 77.561715 Indian Restaurant Bengaluru
578 Mathikere 13.032888 77.557374 Biriyani Paradise 13.030652 77.562216 Indian Restaurant Bengaluru
579 Mathikere 13.032888 77.557374 Jp park 13.038751 77.555138 Park Bengaluru
580 Mathikere 13.032888 77.557374 Cafe Coffee Day 13.031717 77.559406 Café Bengaluru
581 Mathikere 13.032888 77.557374 New Agarwal Bhavan 13.030533 77.560195 Diner Bengaluru
582 Mathikere 13.032888 77.557374 Chandrappa hotel 13.029163 77.561984 Indian Restaurant Bengaluru
583 Mathikere 13.032888 77.557374 Ottupura 13.033751 77.564105 Fast Food Restaurant Bengaluru
584 Mathikere 13.032888 77.557374 Flavours Inn 13.039775 77.555989 Asian Restaurant Bengaluru
585 Mathikere 13.032888 77.557374 The Pavilion 13.027210 77.561715 Indian Restaurant Bengaluru
586 Mathikere 13.032888 77.557374 Dayfresh Basyir 13.039910 77.555775 Bakery Bengaluru
587 Mathikere 13.032888 77.557374 Shahi Darbar 13.032551 77.565631 Indian Restaurant Bengaluru
588 Yeshwanthpur 13.021835 77.547686 PVR Vaishnavi 13.024152 77.548733 Multiplex Bengaluru
589 Yeshwanthpur 13.021835 77.547686 APMC Yard 13.021780 77.545230 Miscellaneous Shop Bengaluru
590 Yeshwanthpur 13.021835 77.547686 Uppu Munchi 13.027989 77.541080 Seafood Restaurant Bengaluru
591 Yeshwanthpur 13.021835 77.547686 KFC 13.024017 77.548611 Fast Food Restaurant Bengaluru
592 Yeshwanthpur 13.021835 77.547686 KFC 13.024153 77.548745 Fast Food Restaurant Bengaluru
593 Yeshwanthpur 13.021835 77.547686 Icon club 13.027733 77.541050 Bar Bengaluru
594 Yeshwanthpur 13.021835 77.547686 More Mega Store 13.024164 77.548549 Department Store Bengaluru
595 Yeshwanthpur 13.021835 77.547686 Metro Yeshwanthpur 13.023192 77.550122 Light Rail Station Bengaluru
596 Yeshwanthpur 13.021835 77.547686 Vivantha By Taj 13.022276 77.550766 Hotel Bengaluru
597 Yeshwanthpur 13.021835 77.547686 Kamat Swaad 13.023612 77.550901 Indian Restaurant Bengaluru
598 Yeshwanthpur 13.021835 77.547686 Platform 6, Yesvantpur Railway Station 13.023650 77.550901 Train Station Bengaluru
599 Yeshwanthpur 13.021835 77.547686 Govardhan Theatre 13.021561 77.551852 Movie Theater Bengaluru
600 Yeshwanthpur 13.021835 77.547686 VRL - Vijayanand Travels 13.021286 77.551908 Bus Station Bengaluru
601 Yeshwanthpur 13.021835 77.547686 Yeshwanthpur Railway Station platform 3 13.024116 77.551304 Platform Bengaluru
602 Yeshwanthpur 13.021835 77.547686 Yeswanthpur Market 13.019800 77.551964 Market Bengaluru
603 Yeshwanthpur 13.021835 77.547686 Yesvanthpur Railway Station Platform No. 1 13.021870 77.553319 Train Station Bengaluru
604 Yeshwanthpur 13.021835 77.547686 Yesvantpur Fruit & Vegetable Market 13.019698 77.553828 Farmers Market Bengaluru
605 Yeshwanthpur 13.021835 77.547686 Madhura Hotel Grand Bee 13.019966 77.554164 Restaurant Bengaluru
606 Yeshwanthpur 13.021835 77.547686 Yeshwantpur Fish Market 13.020017 77.554553 Fish Market Bengaluru
607 Yeshwanthpur 13.021835 77.547686 Yeshvantpur Railway Station (YPR) 13.023427 77.551085 Train Station Bengaluru
608 H.M.T 1.304135 103.831601 Singapore Marriott Tang Plaza Hotel 1.305215 103.832967 Hotel Bengaluru
609 H.M.T 1.304135 103.831601 ION Orchard 1.304261 103.831846 Shopping Mall Bengaluru
610 H.M.T 1.304135 103.831601 The Other Room 1.305297 103.832860 Speakeasy Bengaluru
611 H.M.T 1.304135 103.831601 SEPHORA 1.304699 103.831726 Cosmetics Shop Bengaluru
612 H.M.T 1.304135 103.831601 Books Kinokuniya 紀伊國屋書店 (Books Kinokuniya) 1.303603 103.834350 Bookstore Bengaluru
613 H.M.T 1.304135 103.831601 Isetan Scotts Supermarket 1.305222 103.831416 Supermarket Bengaluru
614 H.M.T 1.304135 103.831601 Bebek Goreng Pak Ndut 1.304645 103.833667 Indonesian Restaurant Bengaluru
615 H.M.T 1.304135 103.831601 ION Sky 1.303916 103.831717 Scenic Lookout Bengaluru
616 H.M.T 1.304135 103.831601 Bacha Coffee 1.303983 103.831428 Coffee Shop Bengaluru
617 H.M.T 1.304135 103.831601 Awfully Chocolate 1.303767 103.831874 Chocolate Shop Bengaluru
618 H.M.T 1.304135 103.831601 Jiang-Nan Chun 1.304687 103.829293 Chinese Restaurant Bengaluru
619 H.M.T 1.304135 103.831601 Johan Paris 1.305167 103.831612 Bakery Bengaluru
620 H.M.T 1.304135 103.831601 Genki Sushi 1.303579 103.834440 Sushi Restaurant Bengaluru
621 H.M.T 1.304135 103.831601 Grand Hyatt Singapore 1.306603 103.832703 Hotel Bengaluru
622 H.M.T 1.304135 103.831601 IMAX Theatres Lido 1.305052 103.831756 Movie Theater Bengaluru
623 H.M.T 1.304135 103.831601 Four Seasons Hotel Singapore 1.305113 103.828676 Hotel Bengaluru
624 H.M.T 1.304135 103.831601 Hermes 1.305515 103.830884 Miscellaneous Shop Bengaluru
625 H.M.T 1.304135 103.831601 YOTEL Singapore 1.306416 103.831208 Hotel Bengaluru
626 H.M.T 1.304135 103.831601 Bistro Du Vin 1.306622 103.831636 French Restaurant Bengaluru
627 H.M.T 1.304135 103.831601 Shaw Theatres 1.305111 103.831810 Multiplex Bengaluru
628 H.M.T 1.304135 103.831601 Nanbantei Japanese Restaurant 1.307124 103.833250 Japanese Restaurant Bengaluru
629 H.M.T 1.304135 103.831601 Ginza Kuroson 1.302818 103.833702 Sushi Restaurant Bengaluru
630 H.M.T 1.304135 103.831601 Nespresso Boutique 1.304423 103.831240 Coffee Shop Bengaluru
631 H.M.T 1.304135 103.831601 The Sushi Bar 1.302705 103.834381 Sushi Restaurant Bengaluru
632 H.M.T 1.304135 103.831601 Yolé 1.303774 103.833146 Frozen Yogurt Shop Bengaluru
633 H.M.T 1.304135 103.831601 Executive Lounge 1.306343 103.829370 Hotel Bar Bengaluru
634 H.M.T 1.304135 103.831601 Massimo Dutti 1.304737 103.831811 Boutique Bengaluru
635 H.M.T 1.304135 103.831601 Ginza Sushi Ichi 1.305124 103.832666 Sushi Restaurant Bengaluru
636 H.M.T 1.304135 103.831601 Tiong Bahru Bakery 1.304255 103.833050 Bakery Bengaluru
637 H.M.T 1.304135 103.831601 Dior 1.304306 103.832142 Boutique Bengaluru
638 H.M.T 1.304135 103.831601 Chanel (ION) 1.304948 103.833127 Cosmetics Shop Bengaluru
639 H.M.T 1.304135 103.831601 COS 1.303917 103.831971 Clothing Store Bengaluru
640 H.M.T 1.304135 103.831601 ALDO 1.304841 103.831404 Shoe Store Bengaluru
641 H.M.T 1.304135 103.831601 Tory Burch 1.303871 103.833033 Boutique Bengaluru
642 H.M.T 1.304135 103.831601 Tarte by Cheryl Koh 1.306448 103.831901 Bakery Bengaluru
643 H.M.T 1.304135 103.831601 Sanpoutei Ramen 三宝亭 1.305224 103.831734 Ramen Restaurant Bengaluru
644 H.M.T 1.304135 103.831601 KOI Café 1.303931 103.833988 Bubble Tea Shop Bengaluru
645 H.M.T 1.304135 103.831601 Tangs 1.304318 103.832734 Department Store Bengaluru
646 H.M.T 1.304135 103.831601 Takashimaya S.C. 1.302982 103.834852 Shopping Mall Bengaluru
647 H.M.T 1.304135 103.831601 Din Tai Fung 鼎泰豐 (Din Tai Fung) 1.303350 103.835031 Dumpling Restaurant Bengaluru
648 H.M.T 1.304135 103.831601 lululemon athletica 1.303656 103.834192 Clothing Store Bengaluru
649 H.M.T 1.304135 103.831601 Sun With Moon Japanese Dining & Café 1.304582 103.830546 Japanese Restaurant Bengaluru
650 H.M.T 1.304135 103.831601 SEPHORA 1.303049 103.834903 Cosmetics Shop Bengaluru
651 H.M.T 1.304135 103.831601 Hans im Glück 1.305933 103.830690 Burger Joint Bengaluru
652 H.M.T 1.304135 103.831601 Louis Vuitton 1.304256 103.832303 Boutique Bengaluru
653 H.M.T 1.304135 103.831601 Mezza9 1.306338 103.833206 Restaurant Bengaluru
654 H.M.T 1.304135 103.831601 Prada 1.303373 103.835042 Boutique Bengaluru
655 H.M.T 1.304135 103.831601 Starbucks 1.304883 103.831324 Coffee Shop Bengaluru
656 H.M.T 1.304135 103.831601 Louis Vuitton 1.307365 103.832404 Boutique Bengaluru
657 H.M.T 1.304135 103.831601 Pure Yoga 1.302337 103.835082 Yoga Studio Bengaluru
658 H.M.T 1.304135 103.831601 TWG Tea Salon & Boutique 1.304047 103.832038 Tea Room Bengaluru
659 H.M.T 1.304135 103.831601 Apple Orchard Road 1.302888 103.836388 Electronics Store Bengaluru
660 H.M.T 1.304135 103.831601 boulangerie DONQ française 1.302314 103.835229 Bakery Bengaluru
661 H.M.T 1.304135 103.831601 Royal Plaza On Scotts 1.306741 103.832731 Hotel Bengaluru
662 H.M.T 1.304135 103.831601 The Paragon 1.303621 103.835815 Shopping Mall Bengaluru
663 H.M.T 1.304135 103.831601 Lim Chee Guan 林志源 1.304624 103.831604 BBQ Joint Bengaluru
664 H.M.T 1.304135 103.831601 KOI Café 1.304095 103.831876 Bubble Tea Shop Bengaluru
665 H.M.T 1.304135 103.831601 Innisfree 1.303099 103.835017 Cosmetics Shop Bengaluru
666 H.M.T 1.304135 103.831601 Isetan Scotts 1.305133 103.831743 Department Store Bengaluru
667 H.M.T 1.304135 103.831601 CHANEL Boutique 1.302467 103.835483 Boutique Bengaluru
668 H.M.T 1.304135 103.831601 Nespresso Boutique 1.302899 103.835700 Coffee Shop Bengaluru
669 H.M.T 1.304135 103.831601 ION Art Gallery 1.304173 103.831999 Art Gallery Bengaluru
670 H.M.T 1.304135 103.831601 Imperial Treasure Shanghai Cuisine 1.302864 103.834695 Chinese Restaurant Bengaluru
671 H.M.T 1.304135 103.831601 Tatsuya Japanese Restaurant 1.308391 103.833997 Japanese Restaurant Bengaluru
672 H.M.T 1.304135 103.831601 Les Amis 1.306743 103.831436 French Restaurant Bengaluru
673 H.M.T 1.304135 103.831601 Sushi Kimura 1.306813 103.829563 Sushi Restaurant Bengaluru
674 H.M.T 1.304135 103.831601 Ishinomaki Grill & Sake 1.306519 103.829526 Japanese Restaurant Bengaluru
675 H.M.T 1.304135 103.831601 Paris Baguette Café 1.303849 103.833226 Café Bengaluru
676 H.M.T 1.304135 103.831601 Marks & Spencer 1.304896 103.830256 Department Store Bengaluru
677 H.M.T 1.304135 103.831601 Imperial Treasure Super Peking Duck Restaurant 1.303498 103.835763 Peking Duck Restaurant Bengaluru
678 H.M.T 1.304135 103.831601 Wild Honey 1.305744 103.832993 Café Bengaluru
679 H.M.T 1.304135 103.831601 Gong Cha 贡茶 1.303062 103.835014 Bubble Tea Shop Bengaluru
680 H.M.T 1.304135 103.831601 Fruce 1.303809 103.833286 Bubble Tea Shop Bengaluru
681 H.M.T 1.304135 103.831601 Laurent Bernard Chocolatier 1.302932 103.835662 Dessert Shop Bengaluru
682 H.M.T 1.304135 103.831601 PS.Cafe 1.306906 103.829829 Café Bengaluru
683 H.M.T 1.304135 103.831601 Taste Paradise 味之樓 1.304354 103.831715 Chinese Restaurant Bengaluru
684 H.M.T 1.304135 103.831601 Soup Restaurant 三盅兩件 1.303437 103.835047 Soup Place Bengaluru
685 H.M.T 1.304135 103.831601 The St. Regis Singapore 1.305490 103.826074 Hotel Bengaluru
686 H.M.T 1.304135 103.831601 Goodwood Park Hotel 1.308648 103.834292 Hotel Bengaluru
687 H.M.T 1.304135 103.831601 Crystal Jade Golden Palace 1.303799 103.835888 Chinese Restaurant Bengaluru
688 H.M.T 1.304135 103.831601 Tangs Market 1.305259 103.832535 Food Court Bengaluru
689 H.M.T 1.304135 103.831601 Mothercare 1.303690 103.835841 Kids Store Bengaluru
690 H.M.T 1.304135 103.831601 4Fingers Crispy Chicken 1.304268 103.831746 Wings Joint Bengaluru
691 H.M.T 1.304135 103.831601 Hermès 1.302905 103.834577 Boutique Bengaluru
692 H.M.T 1.304135 103.831601 MUJI 1.304798 103.831395 Miscellaneous Shop Bengaluru
693 H.M.T 1.304135 103.831601 Ngee Ann City 1.302546 103.834566 Shopping Mall Bengaluru
694 H.M.T 1.304135 103.831601 Crate&Barrel 1.304053 103.832203 Furniture / Home Store Bengaluru
695 H.M.T 1.304135 103.831601 Wisma Atria 1.303764 103.833183 Shopping Mall Bengaluru
696 H.M.T 1.304135 103.831601 Mandarin Orchard Singapore 1.302153 103.836279 Hotel Bengaluru
697 H.M.T 1.304135 103.831601 adidas 1.304743 103.831684 Sporting Goods Shop Bengaluru
698 H.M.T 1.304135 103.831601 The American Club 1.308445 103.832127 Club House Bengaluru
699 H.M.T 1.304135 103.831601 EIGHT Korean BBQ 1.306183 103.831970 Korean Restaurant Bengaluru
700 H.M.T 1.304135 103.831601 Carousel 1.306698 103.832776 Buffet Bengaluru
701 H.M.T 1.304135 103.831601 Kenzo 1.302962 103.835488 Boutique Bengaluru
702 H.M.T 1.304135 103.831601 Opus Bar & Grill 1.305887 103.829100 Steakhouse Bengaluru
703 H.M.T 1.304135 103.831601 Hard Rock Café Singapore 1.305777 103.828119 American Restaurant Bengaluru
704 H.M.T 1.304135 103.831601 Sari Ratu Restaurant 1.304470 103.834546 Indonesian Restaurant Bengaluru
705 H.M.T 1.304135 103.831601 Uya 1.304533 103.830760 Japanese Restaurant Bengaluru
706 H.M.T 1.304135 103.831601 Pete's Place 1.306695 103.832799 Italian Restaurant Bengaluru
707 H.M.T 1.304135 103.831601 AOKI by Les Amis 1.306787 103.831227 Japanese Restaurant Bengaluru
708 Dodda Bidarkallu 13.033300 77.490600 Axis Bank ATM 13.034310 77.488820 ATM Bengaluru
709 Dodda Bidarkallu 13.033300 77.490600 Axis Bank ATM 13.026971 77.489310 ATM Bengaluru
710 Dodda Bidarkallu 13.033300 77.490600 Ordermycake.in 13.036628 77.497301 Bakery Bengaluru
711 Peenya Industrial Area 13.027925 77.533676 Vivanta by Taj - Yeshwantpur 13.029152 77.540565 Hotel Bengaluru
712 Peenya Industrial Area 13.027925 77.533676 Uppu Munchi 13.027989 77.541080 Seafood Restaurant Bengaluru
713 Peenya Industrial Area 13.027925 77.533676 Palette, Taj Vivanta 13.029171 77.540681 Restaurant Bengaluru
714 Peenya Industrial Area 13.027925 77.533676 Azure 13.029278 77.540712 Mediterranean Restaurant Bengaluru
715 Peenya Industrial Area 13.027925 77.533676 Cafe Coffee Day 13.033800 77.531082 Coffee Shop Bengaluru
716 Peenya Industrial Area 13.027925 77.533676 Icon club 13.027733 77.541050 Bar Bengaluru
717 Peenya Industrial Area 13.027925 77.533676 McDonald's 13.033423 77.531138 Fast Food Restaurant Bengaluru
718 Peenya Industrial Area 13.027925 77.533676 Metro Peenya 13.032662 77.533424 Train Station Bengaluru
719 Peenya Industrial Area 13.027925 77.533676 Metro Goraguntepalya Station 13.029348 77.539547 Light Rail Station Bengaluru
720 Peenya Industrial Area 13.027925 77.533676 Shimmer 13.029377 77.540471 Wine Bar Bengaluru
721 Peenya Industrial Area 13.027925 77.533676 Paranda 13.029311 77.540689 Punjabi Restaurant Bengaluru
722 Peenya Industrial Area 13.027925 77.533676 Red Sun 13.027752 77.540865 Chinese Restaurant Bengaluru
723 Peenya Industrial Area 13.027925 77.533676 MORE Supermarket 13.034901 77.534542 Department Store Bengaluru
724 Peenya Industrial Area 13.027925 77.533676 Jiva Spa - Taj Vivanta 13.029060 77.540839 Spa Bengaluru
725 Peenya Industrial Area 13.027925 77.533676 Paranda 13.029255 77.540902 Indian Restaurant Bengaluru
726 Peenya Industrial Area 13.027925 77.533676 Shivbhoj 13.027989 77.541226 Food Court Bengaluru
727 Peenya Industrial Area 13.027925 77.533676 Masala mantra 13.035397 77.533484 Indian Restaurant Bengaluru
728 Lakshmidevi Nagar 13.015538 77.526197 Axis Bank ATM 13.019580 77.521450 ATM Bengaluru
729 Lakshmidevi Nagar 13.015538 77.526197 MedPlus 13.017756 77.519844 Pharmacy Bengaluru
730 Lakshmidevi Nagar 13.015538 77.526197 Anand Sagar 13.012731 77.533170 Vegetarian / Vegan Restaurant Bengaluru
731 Lakshmidevi Nagar 13.015538 77.526197 Axis Bank ATM 13.007900 77.527110 ATM Bengaluru
732 Lakshmidevi Nagar 13.015538 77.526197 PHD (Pizza Hut Delivery) 13.006840 77.527857 Pizza Place Bengaluru
733 Nandini Layout 13.010406 77.537803 Baskin-Robbins 13.005480 77.539463 Ice Cream Shop Bengaluru
734 Nandini Layout 13.010406 77.537803 Just Bake 13.008985 77.539274 Bakery Bengaluru
735 Nandini Layout 13.010406 77.537803 Chapati Mane 13.007243 77.539200 Breakfast Spot Bengaluru
736 Nandini Layout 13.010406 77.537803 Masala Puri Stall 13.010556 77.542464 Food Truck Bengaluru
737 Nandini Layout 13.010406 77.537803 Mahalakshmi Layout Bus Stop 13.010561 77.542493 Bus Line Bengaluru
738 Nandini Layout 13.010406 77.537803 Anand Sagar 13.012731 77.533170 Vegetarian / Vegan Restaurant Bengaluru
739 Nandini Layout 13.010406 77.537803 Perfect Davengere Benne Dosa 13.008733 77.543270 Indian Restaurant Bengaluru
740 Nandini Layout 13.010406 77.537803 Nandini Theatre 13.003962 77.543175 Indie Movie Theater Bengaluru
741 Nandini Layout 13.010406 77.537803 Sri Mahalakhsmi Refreshments 13.008109 77.546069 Asian Restaurant Bengaluru
742 Nandini Layout 13.010406 77.537803 Hotel Aditya 13.003751 77.543616 Hotel Bengaluru
743 Marappana Palya 13.020600 77.551600 Sheraton Bangalore Hotel 13.012513 77.555255 Hotel Bengaluru
744 Marappana Palya 13.020600 77.551600 PVR Vaishnavi 13.024152 77.548733 Multiplex Bengaluru
745 Marappana Palya 13.020600 77.551600 Feast 13.012278 77.555088 Coffee Shop Bengaluru
746 Marappana Palya 13.020600 77.551600 Durbar 13.012910 77.555740 Bar Bengaluru
747 Marappana Palya 13.020600 77.551600 Shell 13.012449 77.553917 Gas Station Bengaluru
748 Marappana Palya 13.020600 77.551600 District 6 13.012353 77.554585 Brewery Bengaluru
749 Marappana Palya 13.020600 77.551600 APMC Yard 13.021780 77.545230 Miscellaneous Shop Bengaluru
750 Marappana Palya 13.020600 77.551600 KFC 13.024017 77.548611 Fast Food Restaurant Bengaluru
751 Marappana Palya 13.020600 77.551600 KFC 13.024153 77.548745 Fast Food Restaurant Bengaluru
752 Marappana Palya 13.020600 77.551600 Cafe Coffee Day 13.014264 77.555670 Coffee Shop Bengaluru
753 Marappana Palya 13.020600 77.551600 Big Bazaar 13.012459 77.553339 Convenience Store Bengaluru
754 Marappana Palya 13.020600 77.551600 Halli Mane 13.022921 77.549940 Indian Restaurant Bengaluru
755 Marappana Palya 13.020600 77.551600 Metro Yeshwanthpur 13.023192 77.550122 Light Rail Station Bengaluru
756 Marappana Palya 13.020600 77.551600 Platform 6, Yesvantpur Railway Station 13.023650 77.550901 Train Station Bengaluru
757 Marappana Palya 13.020600 77.551600 Yeshwanthpur Railway Station platform 3 13.024116 77.551304 Platform Bengaluru
758 Marappana Palya 13.020600 77.551600 More Mega Store 13.024164 77.548549 Department Store Bengaluru
759 Marappana Palya 13.020600 77.551600 Vaishnavi Sapphire Mall 13.024272 77.548644 Shopping Mall Bengaluru
760 Marappana Palya 13.020600 77.551600 Venus bar and restaurant 13.024253 77.547978 Asian Restaurant Bengaluru
761 Marappana Palya 13.020600 77.551600 Metro Cash and Carry 13.014283 77.555214 Department Store Bengaluru
762 Marappana Palya 13.020600 77.551600 Yeshwantpur Metro Station 13.024709 77.547805 Bus Station Bengaluru
763 Marappana Palya 13.020600 77.551600 Big Bazaar 13.012245 77.553362 Grocery Store Bengaluru
764 Malleshwaram 13.002735 77.570325 Asha Sweet Center 12.999371 77.571322 Snack Place Bengaluru
765 Malleshwaram 13.002735 77.570325 Hotel Janatha 12.999217 77.571210 Indian Restaurant Bengaluru
766 Malleshwaram 13.002735 77.570325 Shri Sagar (Formerly CTR) 12.998309 77.569460 Indian Restaurant Bengaluru
767 Malleshwaram 13.002735 77.570325 Veena Stores 13.005642 77.569207 South Indian Restaurant Bengaluru
768 Malleshwaram 13.002735 77.570325 Sai Shakti Veg 12.999220 77.567985 Vegetarian / Vegan Restaurant Bengaluru
769 Malleshwaram 13.002735 77.570325 Iyer Mess 12.998895 77.570125 Indian Restaurant Bengaluru
770 Malleshwaram 13.002735 77.570325 CTR 12.998256 77.569557 Breakfast Spot Bengaluru
771 Malleshwaram 13.002735 77.570325 Cafe Coffee Day, Sampige Road 13.004053 77.571103 Coffee Shop Bengaluru
772 Malleshwaram 13.002735 77.570325 Sai Ram Chats 13.006615 77.564158 Indian Restaurant Bengaluru
773 Malleshwaram 13.002735 77.570325 Mad Over Donuts 13.002718 77.570064 Donut Shop Bengaluru
774 Malleshwaram 13.002735 77.570325 Raghavendra Stores 13.000799 77.563924 Breakfast Spot Bengaluru
775 Malleshwaram 13.002735 77.570325 Polar Bear 13.004460 77.570806 Ice Cream Shop Bengaluru
776 Malleshwaram 13.002735 77.570325 Naturals Ice Cream 13.006587 77.564354 Ice Cream Shop Bengaluru
777 Malleshwaram 13.002735 77.570325 Al Bek 12.994259 77.571491 Restaurant Bengaluru
778 Malleshwaram 13.002735 77.570325 Fitness One 13.001221 77.577104 Gym Bengaluru
779 Malleshwaram 13.002735 77.570325 Sai Ram Chaats 13.005391 77.573349 Fast Food Restaurant Bengaluru
780 Malleshwaram 13.002735 77.570325 Chung Wah 13.003701 77.578663 Chinese Restaurant Bengaluru
781 Malleshwaram 13.002735 77.570325 Domino's Pizza 12.998000 77.571000 Pizza Place Bengaluru
782 Malleshwaram 13.002735 77.570325 Halli Mane 12.995585 77.571796 Indian Restaurant Bengaluru
783 Malleshwaram 13.002735 77.570325 Malleswaram Market 13.003273 77.571197 Flea Market Bengaluru
784 Malleshwaram 13.002735 77.570325 Sadashivnagar Bhashyam Circle 13.005981 77.578685 Plaza Bengaluru
785 Malleshwaram 13.002735 77.570325 Vasudev Adiga's Sampige 13.005477 77.571214 Indian Restaurant Bengaluru
786 Malleshwaram 13.002735 77.570325 Chowdiah Memorial Hall 13.006502 77.575613 Performing Arts Venue Bengaluru
787 Malleshwaram 13.002735 77.570325 Namdhari's Fresh 13.003416 77.578427 Department Store Bengaluru
788 Malleshwaram 13.002735 77.570325 Bun World 13.007511 77.563738 Bakery Bengaluru
789 Malleshwaram 13.002735 77.570325 Polar Bear 13.007618 77.577925 Ice Cream Shop Bengaluru
790 Malleshwaram 13.002735 77.570325 Amrith Ice creams 13.001860 77.567340 Ice Cream Shop Bengaluru
791 Malleshwaram 13.002735 77.570325 Barista Creme 12.998495 77.571521 Café Bengaluru
792 Malleshwaram 13.002735 77.570325 Hallimane 12.995646 77.571751 Vegetarian / Vegan Restaurant Bengaluru
793 Malleshwaram 13.002735 77.570325 Rasa 12.994213 77.571311 Bar Bengaluru
794 Malleshwaram 13.002735 77.570325 Food Camp 13.000975 77.572331 Indian Restaurant Bengaluru
795 Malleshwaram 13.002735 77.570325 1947 13.005496 77.569054 Vegetarian / Vegan Restaurant Bengaluru
796 Malleshwaram 13.002735 77.570325 Cafe Coffee Day 13.008498 77.571723 Café Bengaluru
797 Malleshwaram 13.002735 77.570325 ccd malleswaram 13.004060 77.571102 Coffee Shop Bengaluru
798 Malleshwaram 13.002735 77.570325 chungs chinese 13.006520 77.569272 Chinese Restaurant Bengaluru
799 Malleshwaram 13.002735 77.570325 Aubree 13.004374 77.578445 Dessert Shop Bengaluru
800 Malleshwaram 13.002735 77.570325 Baskin-Robbins 13.007388 77.563982 Ice Cream Shop Bengaluru
801 Malleshwaram 13.002735 77.570325 Good Food Store 13.003748 77.578299 Gourmet Shop Bengaluru
802 Malleshwaram 13.002735 77.570325 Adyar Ananda Bhavan (A2B) 12.997617 77.571268 Vegetarian / Vegan Restaurant Bengaluru
803 Malleshwaram 13.002735 77.570325 Ammas Pastries 13.008177 77.571189 Dessert Shop Bengaluru
804 Malleshwaram 13.002735 77.570325 Maiyas 13.001958 77.570650 Vegetarian / Vegan Restaurant Bengaluru
805 Malleshwaram 13.002735 77.570325 Reliance Trends 13.001783 77.571566 Women's Store Bengaluru
806 Malleshwaram 13.002735 77.570325 G. K. Vale (GK Vale) 13.004895 77.569229 Camera Store Bengaluru
807 Malleshwaram 13.002735 77.570325 Malleshwaram Club 13.000569 77.568617 Other Nightlife Bengaluru
808 Malleshwaram 13.002735 77.570325 Brahmins' Thatte Idli 13.008075 77.563688 South Indian Restaurant Bengaluru
809 Malleshwaram 13.002735 77.570325 Brand Factory 12.997074 77.574186 Clothing Store Bengaluru
810 Malleshwaram 13.002735 77.570325 Swadhista Hotel 13.005549 77.578809 Indian Restaurant Bengaluru
811 Malleshwaram 13.002735 77.570325 Hotel Rajesh 13.004477 77.578473 Indian Restaurant Bengaluru
812 Malleshwaram 13.002735 77.570325 Pet Zone 13.005982 77.578663 Pet Store Bengaluru
813 Jayachamarajendra Nagar 13.015621 77.595221 Big Mataka 13.020412 77.593174 Bistro Bengaluru
814 Jayachamarajendra Nagar 13.015621 77.595221 Sreeraj Lassi Bar 13.020796 77.592565 Juice Bar Bengaluru
815 Jayachamarajendra Nagar 13.015621 77.595221 Patel's Inn 13.021199 77.598495 Resort Bengaluru
816 Jayachamarajendra Nagar 13.015621 77.595221 Baskin-Robbins 13.021053 77.592391 Ice Cream Shop Bengaluru
817 Jayachamarajendra Nagar 13.015621 77.595221 Pizza Hut 13.023234 77.592732 Pizza Place Bengaluru
818 Jayachamarajendra Nagar 13.015621 77.595221 Domino's Pizza 13.018696 77.592172 Pizza Place Bengaluru
819 Jayachamarajendra Nagar 13.015621 77.595221 Kudla 13.017689 77.591854 Indian Restaurant Bengaluru
820 Jayachamarajendra Nagar 13.015621 77.595221 Kabab Studio 13.017653 77.591854 Indian Restaurant Bengaluru
821 Jayachamarajendra Nagar 13.015621 77.595221 Hotel Nandhini 13.017354 77.591728 Indian Restaurant Bengaluru
822 Jayachamarajendra Nagar 13.015621 77.595221 Cafe Coffee Day 13.020652 77.592853 Café Bengaluru
823 Jayachamarajendra Nagar 13.015621 77.595221 KFC 13.019473 77.592283 Fast Food Restaurant Bengaluru
824 Jayachamarajendra Nagar 13.015621 77.595221 Sunday Soul Sante 13.011387 77.587768 Farmers Market Bengaluru
825 Jayachamarajendra Nagar 13.015621 77.595221 Adigas 13.016847 77.591600 Vegetarian / Vegan Restaurant Bengaluru
826 Jayachamarajendra Nagar 13.015621 77.595221 New Shanthi Sagar 13.022958 77.592600 Indian Restaurant Bengaluru
827 Jayachamarajendra Nagar 13.015621 77.595221 Delhi Darbar 13.020485 77.593812 Indian Restaurant Bengaluru
828 Jayachamarajendra Nagar 13.015621 77.595221 J.B.Bakery 13.020795 77.592625 Bakery Bengaluru
829 Jayachamarajendra Nagar 13.015621 77.595221 TV Tower Bus Stop (DD Compound) 13.009785 77.591071 Bus Station Bengaluru
830 Jayachamarajendra Nagar 13.015621 77.595221 TV Tower Bus Stop (Palace Grounds Compound) 13.009771 77.590708 Bus Station Bengaluru
831 Jayachamarajendra Nagar 13.015621 77.595221 McDonald's 13.023397 77.592747 Fast Food Restaurant Bengaluru
832 Jayachamarajendra Nagar 13.015621 77.595221 White Petals 13.010392 77.588051 Event Space Bengaluru
833 Devarajeevanahalli 13.010900 77.609500 Vinayaka bakery 13.017759 77.606828 Bakery Bengaluru
834 Devarajeevanahalli 13.010900 77.609500 Gym @ Mannat 13.004463 77.604458 Gym / Fitness Center Bengaluru
835 Muneshwara Nagar 13.014081 77.611474 Vinayaka bakery 13.017759 77.606828 Bakery Bengaluru
836 Muneshwara Nagar 13.014081 77.611474 State Bank of India ATM 13.021120 77.609600 ATM Bengaluru
837 Lingarajapuram 13.011768 77.627829 Connie's 13.014932 77.633026 Steakhouse Bengaluru
838 Lingarajapuram 13.011768 77.627829 Momoz 13.015252 77.631068 Diner Bengaluru
839 Lingarajapuram 13.011768 77.627829 New Kairali Family Restaurant 13.014340 77.636146 Kerala Restaurant Bengaluru
840 Lingarajapuram 13.011768 77.627829 Richies (Rahhams) 13.015020 77.631462 Indian Restaurant Bengaluru
841 Lingarajapuram 13.011768 77.627829 Cafe Thulp 13.016326 77.634664 Burger Joint Bengaluru
842 Lingarajapuram 13.011768 77.627829 Hotel Empire 13.014599 77.635716 Indian Restaurant Bengaluru
843 Lingarajapuram 13.011768 77.627829 Thalassery Restaurant 13.015042 77.631679 Kerala Restaurant Bengaluru
844 Lingarajapuram 13.011768 77.627829 Cafe D'Costa 13.003891 77.624697 Café Bengaluru
845 Lingarajapuram 13.011768 77.627829 Nandhana Palace 13.014937 77.635844 Andhra Restaurant Bengaluru
846 Lingarajapuram 13.011768 77.627829 S V Color Graphics 13.012884 77.633071 Paper / Office Supplies Store Bengaluru
847 Lingarajapuram 13.011768 77.627829 Mini Bazar 13.005981 77.623561 Convenience Store Bengaluru
848 Lingarajapuram 13.011768 77.627829 Lemontree 13.005786 77.623242 Hotel Bengaluru
849 Lingarajapuram 13.011768 77.627829 Trust Chemists 13.005073 77.623406 Pharmacy Bengaluru
850 Lingarajapuram 13.011768 77.627829 Amma's Pastries 13.020681 77.628686 Bakery Bengaluru
851 Benniganahalli 12.994919 77.662603 Indijoe Restaurant 12.993790 77.661281 Steakhouse Bengaluru
852 Benniganahalli 12.994919 77.662603 Auchan 12.992926 77.661842 Convenience Store Bengaluru
853 Benniganahalli 12.994919 77.662603 Gold's Gym 12.994386 77.660744 Gym Bengaluru
854 Benniganahalli 12.994919 77.662603 Corner House 13.001951 77.661444 Ice Cream Shop Bengaluru
855 Benniganahalli 12.994919 77.662603 Starbucks 12.993792 77.660990 Coffee Shop Bengaluru
856 Benniganahalli 12.994919 77.662603 Dunkin' 12.993196 77.661250 Donut Shop Bengaluru
857 Benniganahalli 12.994919 77.662603 Gloria Jean's Coffee 12.993237 77.661459 Coffee Shop Bengaluru
858 Benniganahalli 12.994919 77.662603 Baiyappanahalli Metro Station 12.991302 77.655208 Light Rail Station Bengaluru
859 Benniganahalli 12.994919 77.662603 Benito's 12.993213 77.661541 Italian Restaurant Bengaluru
860 Benniganahalli 12.994919 77.662603 McDonald's 12.993667 77.666576 Fast Food Restaurant Bengaluru
861 Benniganahalli 12.994919 77.662603 Subway 12.993786 77.661008 Sandwich Place Bengaluru
862 Benniganahalli 12.994919 77.662603 California Burrito 12.993800 77.660991 Mexican Restaurant Bengaluru
863 Benniganahalli 12.994919 77.662603 Calcutta Victoria Chat House 13.001056 77.661898 Indian Restaurant Bengaluru
864 Benniganahalli 12.994919 77.662603 Cafe Coffee Day 12.993443 77.660933 Café Bengaluru
865 Benniganahalli 12.994919 77.662603 Domino's Pizza 12.995288 77.666318 Pizza Place Bengaluru
866 Benniganahalli 12.994919 77.662603 KFC 12.993249 77.661482 Fast Food Restaurant Bengaluru
867 Benniganahalli 12.994919 77.662603 McDonald's 12.993198 77.661290 Fast Food Restaurant Bengaluru
868 Benniganahalli 12.994919 77.662603 cafe coffee day 12.991260 77.657890 Café Bengaluru
869 Benniganahalli 12.994919 77.662603 Cuppa 13.003605 77.662749 Café Bengaluru
870 Benniganahalli 12.994919 77.662603 More. Megastore 12.993209 77.663849 Department Store Bengaluru
871 Benniganahalli 12.994919 77.662603 Lifestyle 12.992557 77.661667 Clothing Store Bengaluru
872 Benniganahalli 12.994919 77.662603 Shoppers Stop 12.993200 77.661814 Department Store Bengaluru
873 Benniganahalli 12.994919 77.662603 Gopalan Signature Mall 12.993148 77.661635 Shopping Mall Bengaluru
874 Benniganahalli 12.994919 77.662603 Booster Juice 12.994258 77.662261 Juice Bar Bengaluru
875 Benniganahalli 12.994919 77.662603 Sbarro 12.993969 77.661042 Italian Restaurant Bengaluru
876 Benniganahalli 12.994919 77.662603 Reliance Digital 12.993170 77.662027 Electronics Store Bengaluru
877 Benniganahalli 12.994919 77.662603 Reliance Trendz 12.992842 77.661987 Clothing Store Bengaluru
878 Benniganahalli 12.994919 77.662603 Kareem's 12.994881 77.658967 Mughlai Restaurant Bengaluru
879 Benniganahalli 12.994919 77.662603 Beninganahalli Lake 12.995651 77.666271 Lake Bengaluru
880 Benniganahalli 12.994919 77.662603 Sweet Chariot 12.993632 77.666612 Dessert Shop Bengaluru
881 Benniganahalli 12.994919 77.662603 Hot Chips 12.993521 77.666746 Snack Place Bengaluru
882 Benniganahalli 12.994919 77.662603 MedPlus 12.993617 77.666853 Pharmacy Bengaluru
883 Benniganahalli 12.994919 77.662603 Zaatar 12.995614 77.667220 Restaurant Bengaluru
884 Benniganahalli 12.994919 77.662603 Nilgiris 12.993644 77.667203 Department Store Bengaluru
885 Benniganahalli 12.994919 77.662603 The Pizzeria 13.001089 77.661149 Pizza Place Bengaluru
886 Benniganahalli 12.994919 77.662603 Tin Factory 12.996619 77.668989 Bus Station Bengaluru
887 Benniganahalli 12.994919 77.662603 Tin Factory Bus Stop 12.996921 77.669179 Bus Stop Bengaluru
888 Benniganahalli 12.994919 77.662603 Jal Vayu Tower Poolside Cafeteria 12.997060 77.655601 Coffee Shop Bengaluru
889 Benniganahalli 12.994919 77.662603 New Shanti Sagar 13.002259 77.661336 Vegetarian / Vegan Restaurant Bengaluru
890 Benniganahalli 12.994919 77.662603 Kimling 13.002332 77.661501 Chinese Restaurant Bengaluru
891 Vijinapura 13.035474 77.570983 Hunan 13.034178 77.569179 Chinese Restaurant Bengaluru
892 Vijinapura 13.035474 77.570983 Sri Krishna Bhavan Sweets 13.038364 77.574102 Snack Place Bengaluru
893 Vijinapura 13.035474 77.570983 crunch fitness regime 13.030998 77.570374 Gym Bengaluru
894 Vijinapura 13.035474 77.570983 The BEL ST 13.030093 77.570509 Italian Restaurant Bengaluru
895 Vijinapura 13.035474 77.570983 Ice N Spice by truffles 13.028079 77.573116 Burger Joint Bengaluru
896 Vijinapura 13.035474 77.570983 Corner House 13.028051 77.572970 Ice Cream Shop Bengaluru
897 Vijinapura 13.035474 77.570983 chat street 13.034403 77.575895 Fast Food Restaurant Bengaluru
898 Vijinapura 13.035474 77.570983 BBMP Park 13.039979 77.570909 Park Bengaluru
899 Vijinapura 13.035474 77.570983 Kanti Sweets 13.039038 77.564354 Indian Restaurant Bengaluru
900 Vijinapura 13.035474 77.570983 Ice & Spice 13.028079 77.573083 Fast Food Restaurant Bengaluru
901 Vijinapura 13.035474 77.570983 KFC 13.032088 77.569940 Fast Food Restaurant Bengaluru
902 Vijinapura 13.035474 77.570983 Naturals Ice Cream Parlour 13.028079 77.572834 Ice Cream Shop Bengaluru
903 Vijinapura 13.035474 77.570983 Domino's Pizza 13.037154 77.565749 Pizza Place Bengaluru
904 Vijinapura 13.035474 77.570983 GILLY'S 13.027258 77.571868 Bar Bengaluru
905 Vijinapura 13.035474 77.570983 Domino's Pizza 13.032000 77.571000 Pizza Place Bengaluru
906 Vijinapura 13.035474 77.570983 Chung Wah 13.027713 77.571655 Chinese Restaurant Bengaluru
907 Vijinapura 13.035474 77.570983 Subway 13.027770 77.571666 Sandwich Place Bengaluru
908 Vijinapura 13.035474 77.570983 Relish Restaurant 13.029383 77.570933 Indian Restaurant Bengaluru
909 Vijinapura 13.035474 77.570983 Pizza Hut 13.027686 77.571593 Pizza Place Bengaluru
910 Vijinapura 13.035474 77.570983 Polar Bear 13.028068 77.573141 Ice Cream Shop Bengaluru
911 Vijinapura 13.035474 77.570983 New Zealand Natural 13.028068 77.573335 Ice Cream Shop Bengaluru
912 Vijinapura 13.035474 77.570983 Have More 13.027429 77.574892 Indian Restaurant Bengaluru
913 Vijinapura 13.035474 77.570983 Printo 13.033241 77.569125 Paper / Office Supplies Store Bengaluru
914 Vijinapura 13.035474 77.570983 80 Feet Road 13.028365 77.573363 Trail Bengaluru
915 Vijinapura 13.035474 77.570983 Sangria wine lounge 13.030378 77.570465 Chinese Restaurant Bengaluru
916 Vijinapura 13.035474 77.570983 Shanthi Sagar 13.036968 77.565985 Indian Restaurant Bengaluru
917 Vijinapura 13.035474 77.570983 Ujwal Family Restaurant 13.031632 77.576812 Indian Restaurant Bengaluru
918 Vijinapura 13.035474 77.570983 Baskin-Robbins 13.028995 77.570796 Ice Cream Shop Bengaluru
919 Vijinapura 13.035474 77.570983 Maha Bazaar 13.037194 77.565820 Department Store Bengaluru
920 Vijinapura 13.035474 77.570983 Sagar Samrat Restaurant 13.033605 77.568882 Indian Restaurant Bengaluru
921 Vijinapura 13.035474 77.570983 Cream And Fudge 13.030186 77.570602 Ice Cream Shop Bengaluru
922 Vijinapura 13.035474 77.570983 Jashn 13.028198 77.573245 Indian Restaurant Bengaluru
923 Vijinapura 13.035474 77.570983 Eggstacy 13.031287 77.570122 Fast Food Restaurant Bengaluru
924 Vijinapura 13.035474 77.570983 Café Coffee Day 13.028079 77.573404 Coffee Shop Bengaluru
925 Vijinapura 13.035474 77.570983 Beijing Bites 13.032960 77.569333 Chinese Restaurant Bengaluru
926 Vijinapura 13.035474 77.570983 Casino Restaurant 13.028839 77.571147 Asian Restaurant Bengaluru
927 Vijinapura 13.035474 77.570983 Stoned Monkey 13.027954 77.573410 Ice Cream Shop Bengaluru
928 Vijinapura 13.035474 77.570983 Suggi 13.030262 77.570386 Indian Restaurant Bengaluru
929 Vijinapura 13.035474 77.570983 Reliance Fresh 13.034184 77.569291 Department Store Bengaluru
930 Vijinapura 13.035474 77.570983 Mayuri restaurant 13.034037 77.568771 Indian Restaurant Bengaluru
931 Vijinapura 13.035474 77.570983 Cauvery Hyderabad Biryani 13.034934 77.568337 Indian Restaurant Bengaluru
932 Vijinapura 13.035474 77.570983 Black Jack Lounge Bar 13.032013 77.570175 German Restaurant Bengaluru
933 Vijinapura 13.035474 77.570983 Wangs Kitchen 13.027048 77.571757 Chinese Restaurant Bengaluru
934 Vijinapura 13.035474 77.570983 Coffee day smoke adda 13.036411 77.574270 Smoke Shop Bengaluru
935 Vijinapura 13.035474 77.570983 Ibaco 13.037656 77.566167 Ice Cream Shop Bengaluru
936 Vijinapura 13.035474 77.570983 McDonald's 13.029346 77.570933 Fast Food Restaurant Bengaluru
937 Vijinapura 13.035474 77.570983 Sanjaynagar Park 13.032187 77.576402 Park Bengaluru
938 Vijinapura 13.035474 77.570983 Naachiyar's 13.028363 77.572798 Indian Restaurant Bengaluru
939 Vijinapura 13.035474 77.570983 Paradise Biryani 13.039038 77.564385 Hyderabadi Restaurant Bengaluru
940 Vijinapura 13.035474 77.570983 Lassi Shop 13.030881 77.577492 Juice Bar Bengaluru
941 Vijinapura 13.035474 77.570983 Burrito Boys 13.027452 77.573447 Mexican Restaurant Bengaluru
942 K.R.Puram 13.017068 77.698910 Purvi Restaurant 13.019403 77.707350 Indian Restaurant Bengaluru
943 K.R.Puram 13.017068 77.698910 KR Inn 13.014252 77.700775 Hotel Bengaluru
944 K.R.Puram 13.017068 77.698910 Just Bake 13.014543 77.704666 Bakery Bengaluru
945 K.R.Puram 13.017068 77.698910 Reliance Fresh 13.022554 77.696372 Convenience Store Bengaluru
946 Hoodi 12.991903 77.716201 Srinidhi Sagar 12.991638 77.720480 Indian Restaurant Bengaluru
947 Hoodi 12.991903 77.716201 The Pallet - Brewhouse & Kitchen 12.991019 77.723190 Brewery Bengaluru
948 Hoodi 12.991903 77.716201 The Zuri Whitefield 12.990145 77.723218 Hotel Bengaluru
949 Hoodi 12.991903 77.716201 Cafe Coffee Day 12.992663 77.720821 Coffee Shop Bengaluru
950 Hoodi 12.991903 77.716201 Kamat Yatrinivas 12.989624 77.713074 Indian Restaurant Bengaluru
951 Hoodi 12.991903 77.716201 Hoodi Bus Stop 12.992148 77.715785 Bus Station Bengaluru
952 Hoodi 12.991903 77.716201 Bling Bar 12.990125 77.723237 Cocktail Bar Bengaluru
953 Hoodi 12.991903 77.716201 Hoodi Railway Crossing 12.996050 77.719290 Platform Bengaluru
954 Hoodi 12.991903 77.716201 Wacker Neuson Equipment Pvt Ltd. 12.990584 77.722737 Construction & Landscaping Bengaluru
955 Hoodi 12.991903 77.716201 Karibu @ The Zuri Whitefield 12.990335 77.723172 Diner Bengaluru
956 Hoodi 12.991903 77.716201 Sake @ The Zuri Whitefield 12.989891 77.723207 Japanese Restaurant Bengaluru
957 Hoodi 12.991903 77.716201 The Zuri Kumarakom Kerala Resort & Spa 12.990075 77.723448 Hotel Bengaluru
958 Hoodi 12.991903 77.716201 Gopalan Sports Centre 12.984214 77.717543 Soccer Field Bengaluru
959 Devasandra 13.001198 77.688193 VR Bengaluru 12.996095 77.695393 Shopping Mall Bengaluru
960 Devasandra 13.001198 77.688193 Phoenix Marketcity 12.997418 77.696559 Shopping Mall Bengaluru
961 Devasandra 13.001198 77.688193 PVR Market City 12.997531 77.695813 Multiplex Bengaluru
962 Devasandra 13.001198 77.688193 Whitefield Social 12.997343 77.696288 Lounge Bengaluru
963 Devasandra 13.001198 77.688193 PVR IMAX VR Bangalore 12.996194 77.695363 Movie Theater Bengaluru
964 Devasandra 13.001198 77.688193 Cafe Noir 12.997059 77.695990 French Restaurant Bengaluru
965 Devasandra 13.001198 77.688193 PVR bluO 12.997666 77.696477 Bowling Alley Bengaluru
966 Devasandra 13.001198 77.688193 The Whitefield Arms Café 12.996539 77.695929 Lounge Bengaluru
967 Devasandra 13.001198 77.688193 Krispy Kreme Doughnuts 12.997658 77.696665 Donut Shop Bengaluru
968 Devasandra 13.001198 77.688193 The Irish House 12.996162 77.695035 Bar Bengaluru
969 Devasandra 13.001198 77.688193 Starbucks 12.996122 77.695377 Coffee Shop Bengaluru
970 Devasandra 13.001198 77.688193 Barley & Grapes Cafe 12.997598 77.696604 American Restaurant Bengaluru
971 Devasandra 13.001198 77.688193 Blu O 12.996910 77.696202 Bowling Alley Bengaluru
972 Devasandra 13.001198 77.688193 Shizusan Shophouse & Bar 12.997696 77.696432 Asian Restaurant Bengaluru
973 Devasandra 13.001198 77.688193 Plus91 - Cafe Bar 12.997454 77.696287 Fast Food Restaurant Bengaluru
974 Devasandra 13.001198 77.688193 Cafe Coffee Day 12.996289 77.688392 Coffee Shop Bengaluru
975 Devasandra 13.001198 77.688193 Swensen's 12.997373 77.696471 Ice Cream Shop Bengaluru
976 Devasandra 13.001198 77.688193 Chili's Grill & Bar 12.997255 77.696290 Tex-Mex Restaurant Bengaluru
977 Devasandra 13.001198 77.688193 Café Noir 12.997256 77.696175 French Restaurant Bengaluru
978 Devasandra 13.001198 77.688193 PVR PREMIER VR 12.996122 77.695424 Multiplex Bengaluru
979 Devasandra 13.001198 77.688193 Sbarro 12.997583 77.696604 Italian Restaurant Bengaluru
980 Devasandra 13.001198 77.688193 Costa Coffee 12.997484 77.696571 Coffee Shop Bengaluru
981 Devasandra 13.001198 77.688193 Marks & Spencer 12.997595 77.696622 Clothing Store Bengaluru
982 Devasandra 13.001198 77.688193 Rajdhani 12.997490 77.696597 Rajasthani Restaurant Bengaluru
983 Devasandra 13.001198 77.688193 Nasi and Mee 12.996286 77.695201 Noodle House Bengaluru
984 Devasandra 13.001198 77.688193 Noodle Bar 12.997432 77.696491 Asian Restaurant Bengaluru
985 Devasandra 13.001198 77.688193 KFC 12.997168 77.696233 Fast Food Restaurant Bengaluru
986 Devasandra 13.001198 77.688193 Café Noir 12.996126 77.695260 French Restaurant Bengaluru
987 Devasandra 13.001198 77.688193 Swensen's 12.998303 77.682336 Ice Cream Shop Bengaluru
988 Devasandra 13.001198 77.688193 B Narayanapura Bus Stop 12.996381 77.683466 Bus Station Bengaluru
989 Devasandra 13.001198 77.688193 Whitefield Road Jn 12.999845 77.681263 Intersection Bengaluru
990 Devasandra 13.001198 77.688193 ITI Ground 13.008526 77.687637 Field Bengaluru
991 Devasandra 13.001198 77.688193 NCC Maple Heights Gym 12.993809 77.683218 Gym Bengaluru
992 A.Narayanapura 12.993194 77.670377 McDonald's 12.993667 77.666576 Fast Food Restaurant Bengaluru
993 A.Narayanapura 12.993194 77.670377 Indijoe Restaurant 12.993790 77.661281 Steakhouse Bengaluru
994 A.Narayanapura 12.993194 77.670377 Auchan 12.992926 77.661842 Convenience Store Bengaluru
995 A.Narayanapura 12.993194 77.670377 Punjab Junction 12.985320 77.673310 Indian Restaurant Bengaluru
996 A.Narayanapura 12.993194 77.670377 Gloria Jean's Coffee 12.993237 77.661459 Coffee Shop Bengaluru
997 A.Narayanapura 12.993194 77.670377 Dunkin' 12.993196 77.661250 Donut Shop Bengaluru
998 A.Narayanapura 12.993194 77.670377 Domino's Pizza 12.995288 77.666318 Pizza Place Bengaluru
999 A.Narayanapura 12.993194 77.670377 Benito's 12.993213 77.661541 Italian Restaurant Bengaluru
1000 A.Narayanapura 12.993194 77.670377 Pizza Hut 12.985679 77.668133 Pizza Place Bengaluru
1001 A.Narayanapura 12.993194 77.670377 KFC 12.993249 77.661482 Fast Food Restaurant Bengaluru
1002 A.Narayanapura 12.993194 77.670377 Cafe Coffee Day 12.985949 77.668792 Café Bengaluru
1003 A.Narayanapura 12.993194 77.670377 MedPlus 12.993617 77.666853 Pharmacy Bengaluru
1004 A.Narayanapura 12.993194 77.670377 McDonald's 12.993198 77.661290 Fast Food Restaurant Bengaluru
1005 A.Narayanapura 12.993194 77.670377 Zaatar 12.995614 77.667220 Restaurant Bengaluru
1006 A.Narayanapura 12.993194 77.670377 New Tandoor 12.985288 77.667644 Indian Restaurant Bengaluru
1007 A.Narayanapura 12.993194 77.670377 Mast Kalandar 12.985934 77.668788 Indian Restaurant Bengaluru
1008 A.Narayanapura 12.993194 77.670377 More. Megastore 12.993209 77.663849 Department Store Bengaluru
1009 A.Narayanapura 12.993194 77.670377 Benignahalli Bus Stop 12.994571 77.663889 Bus Station Bengaluru
1010 A.Narayanapura 12.993194 77.670377 Lifestyle 12.992557 77.661667 Clothing Store Bengaluru
1011 A.Narayanapura 12.993194 77.670377 MMA Kabab Centre 12.999456 77.673683 Indian Restaurant Bengaluru
1012 A.Narayanapura 12.993194 77.670377 Shoppers Stop 12.993200 77.661814 Department Store Bengaluru
1013 A.Narayanapura 12.993194 77.670377 Sri Krishna Grand 12.993722 77.662306 Multicuisine Indian Restaurant Bengaluru
1014 A.Narayanapura 12.993194 77.670377 Pizza Hut Delivery (PHD) 12.985541 77.668318 Pizza Place Bengaluru
1015 A.Narayanapura 12.993194 77.670377 Reliance Trendz 12.992842 77.661987 Clothing Store Bengaluru
1016 A.Narayanapura 12.993194 77.670377 Reddy's Restaurant 12.985435 77.673210 Indian Restaurant Bengaluru
1017 A.Narayanapura 12.993194 77.670377 Gopalan Signature Mall 12.993148 77.661635 Shopping Mall Bengaluru
1018 A.Narayanapura 12.993194 77.670377 Sweet Chariot Shop bangali 12.990614 77.662317 Snack Place Bengaluru
1019 A.Narayanapura 12.993194 77.670377 Khwahish Cafe And Restaurant 12.985260 77.673423 Indian Restaurant Bengaluru
1020 A.Narayanapura 12.993194 77.670377 Tandooriwala 12.993178 77.661328 Indian Restaurant Bengaluru
1021 A.Narayanapura 12.993194 77.670377 indi joe 12.992987 77.661266 New American Restaurant Bengaluru
1022 C.V.Raman Nagar 12.985648 77.664977 Indijoe Restaurant 12.993790 77.661281 Steakhouse Bengaluru
1023 C.V.Raman Nagar 12.985648 77.664977 Auchan 12.992926 77.661842 Convenience Store Bengaluru
1024 C.V.Raman Nagar 12.985648 77.664977 Punjab Junction 12.985320 77.673310 Indian Restaurant Bengaluru
1025 C.V.Raman Nagar 12.985648 77.664977 Pizza Hut 12.985679 77.668133 Pizza Place Bengaluru
1026 C.V.Raman Nagar 12.985648 77.664977 McDonald's 12.993667 77.666576 Fast Food Restaurant Bengaluru
1027 C.V.Raman Nagar 12.985648 77.664977 Dunkin' 12.993196 77.661250 Donut Shop Bengaluru
1028 C.V.Raman Nagar 12.985648 77.664977 Gloria Jean's Coffee 12.993237 77.661459 Coffee Shop Bengaluru
1029 C.V.Raman Nagar 12.985648 77.664977 Benito's 12.993213 77.661541 Italian Restaurant Bengaluru
1030 C.V.Raman Nagar 12.985648 77.664977 New Tandoor 12.985288 77.667644 Indian Restaurant Bengaluru
1031 C.V.Raman Nagar 12.985648 77.664977 Cafe Coffee Day 12.985949 77.668792 Café Bengaluru
1032 C.V.Raman Nagar 12.985648 77.664977 Mast Kalandar 12.985934 77.668788 Indian Restaurant Bengaluru
1033 C.V.Raman Nagar 12.985648 77.664977 Cafe Coffee Day 12.993443 77.660933 Café Bengaluru
1034 C.V.Raman Nagar 12.985648 77.664977 cafe coffee day 12.991260 77.657890 Café Bengaluru
1035 C.V.Raman Nagar 12.985648 77.664977 KFC 12.993249 77.661482 Fast Food Restaurant Bengaluru
1036 C.V.Raman Nagar 12.985648 77.664977 Pizza Hut Delivery (PHD) 12.985541 77.668318 Pizza Place Bengaluru
1037 C.V.Raman Nagar 12.985648 77.664977 McDonald's 12.993198 77.661290 Fast Food Restaurant Bengaluru
1038 C.V.Raman Nagar 12.985648 77.664977 Andhra Mess 12.981549 77.666094 Indian Restaurant Bengaluru
1039 C.V.Raman Nagar 12.985648 77.664977 Tea O' Clock 12.980122 77.665538 Coffee Shop Bengaluru
1040 C.V.Raman Nagar 12.985648 77.664977 Biriyani Mane 12.980004 77.666344 Indian Restaurant Bengaluru
1041 C.V.Raman Nagar 12.985648 77.664977 More. Megastore 12.993209 77.663849 Department Store Bengaluru
1042 C.V.Raman Nagar 12.985648 77.664977 Lifestyle 12.992557 77.661667 Clothing Store Bengaluru
1043 C.V.Raman Nagar 12.985648 77.664977 BTP Prison Gate 12.979457 77.665997 Smoke Shop Bengaluru
1044 C.V.Raman Nagar 12.985648 77.664977 Subway 12.979144 77.658872 Sandwich Place Bengaluru
1045 C.V.Raman Nagar 12.985648 77.664977 Yahoo! BTP Gym 12.978985 77.663081 Gym Bengaluru
1046 C.V.Raman Nagar 12.985648 77.664977 Daily Bread 12.978353 77.664113 Bakery Bengaluru
1047 C.V.Raman Nagar 12.985648 77.664977 Shoppers Stop 12.993200 77.661814 Department Store Bengaluru
1048 C.V.Raman Nagar 12.985648 77.664977 Dana Paani 12.981381 77.658442 Food Court Bengaluru
1049 C.V.Raman Nagar 12.985648 77.664977 Reliance Trendz 12.992842 77.661987 Clothing Store Bengaluru
1050 C.V.Raman Nagar 12.985648 77.664977 Kaggadasapura Lake Trail 12.982621 77.672456 Trail Bengaluru
1051 C.V.Raman Nagar 12.985648 77.664977 Gopalan Signature Mall 12.993148 77.661635 Shopping Mall Bengaluru
1052 C.V.Raman Nagar 12.985648 77.664977 Reddy's Restaurant 12.985435 77.673210 Indian Restaurant Bengaluru
1053 C.V.Raman Nagar 12.985648 77.664977 Hot Chips 12.993521 77.666746 Snack Place Bengaluru
1054 C.V.Raman Nagar 12.985648 77.664977 Sweet Chariot 12.993632 77.666612 Dessert Shop Bengaluru
1055 C.V.Raman Nagar 12.985648 77.664977 MedPlus 12.993617 77.666853 Pharmacy Bengaluru
1056 C.V.Raman Nagar 12.985648 77.664977 Khwahish Cafe And Restaurant 12.985260 77.673423 Indian Restaurant Bengaluru
1057 C.V.Raman Nagar 12.985648 77.664977 Nilgiris 12.993644 77.667203 Department Store Bengaluru
1058 C.V.Raman Nagar 12.985648 77.664977 Tandooriwala 12.993178 77.661328 Indian Restaurant Bengaluru
1059 C.V.Raman Nagar 12.985648 77.664977 Life Style (Gopalan Innovation Mall) 12.992988 77.660751 Clothing Store Bengaluru
1060 C.V.Raman Nagar 12.985648 77.664977 Sri Krishna Grand 12.993722 77.662306 Multicuisine Indian Restaurant Bengaluru
1061 C.V.Raman Nagar 12.985648 77.664977 Punjaab 12.993671 77.661009 Indian Restaurant Bengaluru
1062 C.V.Raman Nagar 12.985648 77.664977 Benignahalli Bus Stop 12.994571 77.663889 Bus Station Bengaluru
1063 Hosathippasandra 12.973936 77.650998 Leon Grill 12.969112 77.648788 Burger Joint Bengaluru
1064 Hosathippasandra 12.973936 77.650998 Lazer Castle 12.975193 77.646895 Arcade Bengaluru
1065 Hosathippasandra 12.973936 77.650998 Cafe Thulp 12.970545 77.647153 Burger Joint Bengaluru
1066 Hosathippasandra 12.973936 77.650998 Laddoos 12.968609 77.649644 Indian Restaurant Bengaluru
1067 Hosathippasandra 12.973936 77.650998 The Fatty Bao 12.970430 77.645103 Asian Restaurant Bengaluru
1068 Hosathippasandra 12.973936 77.650998 Third Wave Coffee Roasters Indiranagar 12.978554 77.645324 Café Bengaluru
1069 Hosathippasandra 12.973936 77.650998 Natural Ice Cream 12.970350 77.644545 Ice Cream Shop Bengaluru
1070 Hosathippasandra 12.973936 77.650998 cream stone 12.970448 77.647045 Ice Cream Shop Bengaluru
1071 Hosathippasandra 12.973936 77.650998 Monkey Bar 12.970399 77.645271 Pub Bengaluru
1072 Hosathippasandra 12.973936 77.650998 eclipse lounge 12.973695 77.644001 Lounge Bengaluru
1073 Hosathippasandra 12.973936 77.650998 Café Max 12.978408 77.644271 German Restaurant Bengaluru
1074 Hosathippasandra 12.973936 77.650998 Bombay Brasserie 12.970340 77.645871 Multicuisine Indian Restaurant Bengaluru
1075 Hosathippasandra 12.973936 77.650998 380 Down 12.975182 77.646857 Bar Bengaluru
1076 Hosathippasandra 12.973936 77.650998 Milano 12.979096 77.644063 Ice Cream Shop Bengaluru
1077 Hosathippasandra 12.973936 77.650998 Sharon Tea Stall 12.973128 77.647127 Tea Room Bengaluru
1078 Hosathippasandra 12.973936 77.650998 Sapna Book House 12.979130 77.646620 Bookstore Bengaluru
1079 Hosathippasandra 12.973936 77.650998 Haagen Dazs 12.970251 77.644000 Ice Cream Shop Bengaluru
1080 Hosathippasandra 12.973936 77.650998 New Frosty's 12.980580 77.646154 Butcher Bengaluru
1081 Hosathippasandra 12.973936 77.650998 Shabari Juice Junction 12.968701 77.648881 Juice Bar Bengaluru
1082 Hosathippasandra 12.973936 77.650998 Spoonful of Sugar 12.979303 77.643686 Dessert Shop Bengaluru
1083 Hosathippasandra 12.973936 77.650998 Tayabbs 12.969312 77.647748 BBQ Joint Bengaluru
1084 Hosathippasandra 12.973936 77.650998 NH 8 12.973237 77.646859 Indian Restaurant Bengaluru
1085 Hosathippasandra 12.973936 77.650998 New Punjabi Hotel 12.972645 77.646834 Indian Restaurant Bengaluru
1086 Hosathippasandra 12.973936 77.650998 Soo Ra Sang 12.965619 77.649143 Korean Restaurant Bengaluru
1087 Hosathippasandra 12.973936 77.650998 Monkey Bar 12.970329 77.645107 Bar Bengaluru
1088 Hosathippasandra 12.973936 77.650998 Plantain Leaf 12.971893 77.654798 Indian Restaurant Bengaluru
1089 Hosathippasandra 12.973936 77.650998 Burrito King 12.970913 77.647256 Mexican Restaurant Bengaluru
1090 Hosathippasandra 12.973936 77.650998 Onesta 12.978654 77.643523 Pizza Place Bengaluru
1091 Hosathippasandra 12.973936 77.650998 The Warehouse 12.975192 77.646869 Lounge Bengaluru
1092 Hosathippasandra 12.973936 77.650998 Delicacy 12.967897 77.652980 Chinese Restaurant Bengaluru
1093 Hosathippasandra 12.973936 77.650998 Daddy's Deli 12.970328 77.642796 Deli / Bodega Bengaluru
1094 Hosathippasandra 12.973936 77.650998 The Only Place 12.973845 77.644552 Steakhouse Bengaluru
1095 Hosathippasandra 12.973936 77.650998 Lazy Suzy 12.970914 77.647307 Café Bengaluru
1096 Hosathippasandra 12.973936 77.650998 Mast Kalandar 12.978451 77.643988 Indian Restaurant Bengaluru
1097 Hosathippasandra 12.973936 77.650998 Fossil 12.970484 77.646810 Accessories Store Bengaluru
1098 Hosathippasandra 12.973936 77.650998 Annapoorani 12.970450 77.646449 Indian Restaurant Bengaluru
1099 Hosathippasandra 12.973936 77.650998 Breadworks 12.973815 77.641987 Bakery Bengaluru
1100 Hosathippasandra 12.973936 77.650998 M.K.Retail 12.978495 77.644616 Department Store Bengaluru
1101 Hosathippasandra 12.973936 77.650998 Harrys Pub 12.971465 77.647261 Pub Bengaluru
1102 Hosathippasandra 12.973936 77.650998 Sly Granny 12.970548 77.646403 Speakeasy Bengaluru
1103 Hosathippasandra 12.973936 77.650998 Beyond China 12.974102 77.646268 Chinese Restaurant Bengaluru
1104 Hosathippasandra 12.973936 77.650998 The People's Art Cafe 12.973840 77.642183 Café Bengaluru
1105 Hosathippasandra 12.973936 77.650998 Cake Walk 12.979110 77.644913 Dessert Shop Bengaluru
1106 Hosathippasandra 12.973936 77.650998 Au Bon Pain 12.978469 77.645143 Café Bengaluru
1107 Hosathippasandra 12.973936 77.650998 Madurai Idly Shop 12.971472 77.647190 Vegetarian / Vegan Restaurant Bengaluru
1108 Hosathippasandra 12.973936 77.650998 Cafe Srinidhi 12.969350 77.647729 Indian Restaurant Bengaluru
1109 Hosathippasandra 12.973936 77.650998 Glocal Junction 12.970309 77.644885 Cocktail Bar Bengaluru
1110 Hosathippasandra 12.973936 77.650998 Thippasandra Market 12.973181 77.647944 Flea Market Bengaluru
1111 Hosathippasandra 12.973936 77.650998 Bob's 12.969481 77.651839 Indian Restaurant Bengaluru
1112 Hosathippasandra 12.973936 77.650998 Chai Point 12.974730 77.655690 Food Truck Bengaluru
1113 Hosathippasandra 12.973936 77.650998 Green pepper 12.968723 77.648875 Indian Restaurant Bengaluru
1114 Hosathippasandra 12.973936 77.650998 Godrej Nature's Basket 12.978366 77.643115 Gourmet Shop Bengaluru
1115 Hosathippasandra 12.973936 77.650998 Mani's Dum Biryani 12.968848 77.648066 Indian Restaurant Bengaluru
1116 Hosathippasandra 12.973936 77.650998 The Biryanis 12.967786 77.654370 Indian Restaurant Bengaluru
1117 Hosathippasandra 12.973936 77.650998 The French Loaf 12.969454 77.647704 Bakery Bengaluru
1118 Hosathippasandra 12.973936 77.650998 Cafe Coffee Day 12.967722 77.654355 Café Bengaluru
1119 Hosathippasandra 12.973936 77.650998 Barista Lavazza 12.979603 77.657971 Coffee Shop Bengaluru
1120 Hosathippasandra 12.973936 77.650998 Beijing Bites 12.968878 77.648004 Chinese Restaurant Bengaluru
1121 Hosathippasandra 12.973936 77.650998 Dakshin Cafe 12.968048 77.652246 Indian Restaurant Bengaluru
1122 Hosathippasandra 12.973936 77.650998 Kaayal 12.968259 77.650536 Indian Restaurant Bengaluru
1123 Hosathippasandra 12.973936 77.650998 Mast Kalandar 12.968614 77.649616 Indian Restaurant Bengaluru
1124 Hosathippasandra 12.973936 77.650998 Malabar Hotel 12.967761 77.654399 Indian Restaurant Bengaluru
1125 Hosathippasandra 12.973936 77.650998 Dreamcatcher Cafe & Bistro 12.969096 77.649983 Café Bengaluru
1126 Hosathippasandra 12.973936 77.650998 Spicy corner 12.968927 77.648872 Fast Food Restaurant Bengaluru
1127 Hosathippasandra 12.973936 77.650998 Kaati Zone 12.968718 77.649242 Fast Food Restaurant Bengaluru
1128 Hosathippasandra 12.973936 77.650998 Lassi Shop 12.968862 77.647992 Bubble Tea Shop Bengaluru
1129 Hosathippasandra 12.973936 77.650998 Heritage Fresh 12.968730 77.647881 Department Store Bengaluru
1130 Hosathippasandra 12.973936 77.650998 Amul Ice Cream 12.967829 77.653638 Dessert Shop Bengaluru
1131 Hosathippasandra 12.973936 77.650998 Bekal 12.967764 77.654184 Kerala Restaurant Bengaluru
1132 Hosathippasandra 12.973936 77.650998 Wang's Chinese Restaurant 12.967818 77.654499 Chinese Restaurant Bengaluru
1133 Hosathippasandra 12.973936 77.650998 Embassy Prime 12.978443 77.657397 Office Bengaluru
1134 Hosathippasandra 12.973936 77.650998 Shreedevi 12.981413 77.646087 Indian Restaurant Bengaluru
1135 Hosathippasandra 12.973936 77.650998 Spice Curry 12.981178 77.646137 Indian Restaurant Bengaluru
1136 Maruthiseva Nagar 13.001400 77.629800 Orion East 13.001547 77.632619 Shopping Mall Bengaluru
1137 Maruthiseva Nagar 13.001400 77.629800 Upbeat 13.001185 77.629239 Lounge Bengaluru
1138 Maruthiseva Nagar 13.001400 77.629800 Manjit Da Dhaba 12.998009 77.622255 Indian Restaurant Bengaluru
1139 Maruthiseva Nagar 13.001400 77.629800 Village Supermarket 12.999546 77.622963 Shopping Mall Bengaluru
1140 Maruthiseva Nagar 13.001400 77.629800 Cinépolis 13.001441 77.632615 Multiplex Bengaluru
1141 Maruthiseva Nagar 13.001400 77.629800 Café Coffee Day 13.000042 77.627980 Café Bengaluru
1142 Maruthiseva Nagar 13.001400 77.629800 McDonald's 13.003076 77.631644 Fast Food Restaurant Bengaluru
1143 Maruthiseva Nagar 13.001400 77.629800 Cafe Coffee Day 12.999967 77.625586 Coffee Shop Bengaluru
1144 Maruthiseva Nagar 13.001400 77.629800 Cafe D'Costa 13.003891 77.624697 Café Bengaluru
1145 Maruthiseva Nagar 13.001400 77.629800 Reliance Fresh 13.001458 77.630712 Department Store Bengaluru
1146 Maruthiseva Nagar 13.001400 77.629800 Delicacy 12.999979 77.623078 Chinese Restaurant Bengaluru
1147 Maruthiseva Nagar 13.001400 77.629800 Shoppers Stop - Orion East 13.001656 77.632750 Clothing Store Bengaluru
1148 Maruthiseva Nagar 13.001400 77.629800 Westside @ Orion East 13.001621 77.632830 Clothing Store Bengaluru
1149 Maruthiseva Nagar 13.001400 77.629800 Sunny side up Davis road 13.001843 77.623533 New American Restaurant Bengaluru
1150 Maruthiseva Nagar 13.001400 77.629800 Trust Chemists 13.005073 77.623406 Pharmacy Bengaluru
1151 Maruthiseva Nagar 13.001400 77.629800 Simla Stores 13.003972 77.622869 Convenience Store Bengaluru
1152 Maruthiseva Nagar 13.001400 77.629800 Evergreen Store 13.003585 77.622492 Convenience Store Bengaluru
1153 Maruthiseva Nagar 13.001400 77.629800 Mini Bazar 13.005981 77.623561 Convenience Store Bengaluru
1154 Maruthiseva Nagar 13.001400 77.629800 Lemontree 13.005786 77.623242 Hotel Bengaluru
1155 Sagayapuram 13.006600 77.620300 Corner House 13.004835 77.617193 Ice Cream Shop Bengaluru
1156 Sagayapuram 13.006600 77.620300 Richard's Park 13.004262 77.617396 Park Bengaluru
1157 Sagayapuram 13.006600 77.620300 Happy Belly 13.003507 77.616859 Café Bengaluru
1158 Sagayapuram 13.006600 77.620300 Chichaba's Taj 13.000344 77.617174 Indian Restaurant Bengaluru
1159 Sagayapuram 13.006600 77.620300 Manjit Da Dhaba 12.998009 77.622255 Indian Restaurant Bengaluru
1160 Sagayapuram 13.006600 77.620300 Lassi Shop Downtown 13.000869 77.613731 Juice Bar Bengaluru
1161 Sagayapuram 13.006600 77.620300 Richies - Frazer Town 13.000930 77.613150 Indian Restaurant Bengaluru
1162 Sagayapuram 13.006600 77.620300 Karama Restaurant 12.999701 77.615995 Pakistani Restaurant Bengaluru
1163 Sagayapuram 13.006600 77.620300 Savoury Restaurant 12.999504 77.615887 Middle Eastern Restaurant Bengaluru
1164 Sagayapuram 13.006600 77.620300 Village Supermarket 12.999546 77.622963 Shopping Mall Bengaluru
1165 Sagayapuram 13.006600 77.620300 French Loaf 13.003230 77.616374 Bakery Bengaluru
1166 Sagayapuram 13.006600 77.620300 Bombay Chowpatty Kulfi 13.000696 77.615289 Indian Restaurant Bengaluru
1167 Sagayapuram 13.006600 77.620300 Taj Tea House 12.999387 77.615902 Tea Room Bengaluru
1168 Sagayapuram 13.006600 77.620300 Alibaba Cafe & Restaurant 13.000700 77.614803 Middle Eastern Restaurant Bengaluru
1169 Sagayapuram 13.006600 77.620300 Empire Restaurant 12.999815 77.615970 Indian Restaurant Bengaluru
1170 Sagayapuram 13.006600 77.620300 Elements Heritage 12.999615 77.616009 Indian Restaurant Bengaluru
1171 Sagayapuram 13.006600 77.620300 Cafe Coffee Day 12.999967 77.625586 Coffee Shop Bengaluru
1172 Sagayapuram 13.006600 77.620300 Cafe D'Costa 13.003891 77.624697 Café Bengaluru
1173 Sagayapuram 13.006600 77.620300 Everest Movie Theatre 13.000141 77.618351 Movie Theater Bengaluru
1174 Sagayapuram 13.006600 77.620300 Delicacy 12.999979 77.623078 Chinese Restaurant Bengaluru
1175 Sagayapuram 13.006600 77.620300 Lemontree 13.005786 77.623242 Hotel Bengaluru
1176 Sagayapuram 13.006600 77.620300 Shawarma King 12.999652 77.616002 Mediterranean Restaurant Bengaluru
1177 Sagayapuram 13.006600 77.620300 Mini Bazar 13.005981 77.623561 Convenience Store Bengaluru
1178 Sagayapuram 13.006600 77.620300 Trust Chemists 13.005073 77.623406 Pharmacy Bengaluru
1179 Sagayapuram 13.006600 77.620300 Simla Stores 13.003972 77.622869 Convenience Store Bengaluru
1180 Sagayapuram 13.006600 77.620300 Evergreen Store 13.003585 77.622492 Convenience Store Bengaluru
1181 Sagayapuram 13.006600 77.620300 Ramzan food street, MM road 13.000644 77.614928 BBQ Joint Bengaluru
1182 Sagayapuram 13.006600 77.620300 indradarshini 13.003363 77.616612 South Indian Restaurant Bengaluru
1183 Sagayapuram 13.006600 77.620300 Food Mart 13.003397 77.615952 Department Store Bengaluru
1184 Sagayapuram 13.006600 77.620300 Basha Departmental Stores 13.001398 77.623594 Department Store Bengaluru
1185 Sagayapuram 13.006600 77.620300 Sait's 13.000235 77.616665 Indian Restaurant Bengaluru
1186 Sagayapuram 13.006600 77.620300 High Street Park 13.000453 77.624534 Park Bengaluru
1187 Sagayapuram 13.006600 77.620300 Ramazan Tent 13.000592 77.615852 BBQ Joint Bengaluru
1188 Sagayapuram 13.006600 77.620300 Zaoq 13.000748 77.614347 Indian Restaurant Bengaluru
1189 Sagayapuram 13.006600 77.620300 Sanctuary 12.999084 77.624400 Café Bengaluru
1190 S.K.Garden 13.005562 77.608356 Richies - Frazer Town 13.000930 77.613150 Indian Restaurant Bengaluru
1191 S.K.Garden 13.005562 77.608356 Corner House 13.004835 77.617193 Ice Cream Shop Bengaluru
1192 S.K.Garden 13.005562 77.608356 Lassi Shop Downtown 13.000869 77.613731 Juice Bar Bengaluru
1193 S.K.Garden 13.005562 77.608356 Richard's Park 13.004262 77.617396 Park Bengaluru
1194 S.K.Garden 13.005562 77.608356 Taste Of Mumbai -HajiAli- 13.000852 77.613012 Fast Food Restaurant Bengaluru
1195 S.K.Garden 13.005562 77.608356 Savera Tea 13.000145 77.611062 Tea Room Bengaluru
1196 S.K.Garden 13.005562 77.608356 Happy Belly 13.003507 77.616859 Café Bengaluru
1197 S.K.Garden 13.005562 77.608356 Rahhams Restaurant 13.000867 77.613115 Indian Restaurant Bengaluru
1198 S.K.Garden 13.005562 77.608356 Bombay Chowpatty Kulfi 13.000696 77.615289 Indian Restaurant Bengaluru
1199 S.K.Garden 13.005562 77.608356 French Loaf 13.003230 77.616374 Bakery Bengaluru
1200 S.K.Garden 13.005562 77.608356 Alibaba Cafe & Restaurant 13.000700 77.614803 Middle Eastern Restaurant Bengaluru
1201 S.K.Garden 13.005562 77.608356 Ramzan food street, MM road 13.000644 77.614928 BBQ Joint Bengaluru
1202 S.K.Garden 13.005562 77.608356 Rehmans Biryani 13.000929 77.612500 Indian Restaurant Bengaluru
1203 S.K.Garden 13.005562 77.608356 Aquarium Seafood Restaurant 13.000886 77.613155 Seafood Restaurant Bengaluru
1204 S.K.Garden 13.005562 77.608356 Zaoq 13.000748 77.614347 Indian Restaurant Bengaluru
1205 S.K.Garden 13.005562 77.608356 Food Mart 13.003397 77.615952 Department Store Bengaluru
1206 S.K.Garden 13.005562 77.608356 prestige super market 12.998774 77.604192 Department Store Bengaluru
1207 S.K.Garden 13.005562 77.608356 indradarshini 13.003363 77.616612 South Indian Restaurant Bengaluru
1208 S.K.Garden 13.005562 77.608356 Ramazan Tent 13.000592 77.615852 BBQ Joint Bengaluru
1209 Ramaswamy Palya 13.006307 77.599353 Elements Eatery 13.001461 77.599429 BBQ Joint Bengaluru
1210 Ramaswamy Palya 13.006307 77.599353 Not Just Wine & Cheese 13.001677 77.594481 Wine Shop Bengaluru
1211 Ramaswamy Palya 13.006307 77.599353 The French Loaf 12.999345 77.600039 Bakery Bengaluru
1212 Ramaswamy Palya 13.006307 77.599353 Star city, fun world 13.006771 77.592379 Bowling Alley Bengaluru
1213 Ramaswamy Palya 13.006307 77.599353 Cafe Coffee Day 13.003135 77.596594 Café Bengaluru
1214 Ramaswamy Palya 13.006307 77.599353 Airtel Relationship Center 13.001860 77.598961 Electronics Store Bengaluru
1215 Ramaswamy Palya 13.006307 77.599353 Lychees 13.001859 77.595611 Fried Chicken Joint Bengaluru
1216 Ramaswamy Palya 13.006307 77.599353 Lassi Shop 13.001908 77.595427 Juice Bar Bengaluru
1217 Ramaswamy Palya 13.006307 77.599353 Vada Pav Stall 13.001800 77.595479 Fast Food Restaurant Bengaluru
1218 Ramaswamy Palya 13.006307 77.599353 Ganesh Food Joint 13.001610 77.594713 Indian Restaurant Bengaluru
1219 Ramaswamy Palya 13.006307 77.599353 indira darshini 12.999778 77.599619 Vegetarian / Vegan Restaurant Bengaluru
1220 Ramaswamy Palya 13.006307 77.599353 More 12.999719 77.599427 Department Store Bengaluru
1221 Ramaswamy Palya 13.006307 77.599353 Life 12.999091 77.600450 Gym / Fitness Center Bengaluru
1222 Ramaswamy Palya 13.006307 77.599353 prestige super market 12.998774 77.604192 Department Store Bengaluru
1223 Ramaswamy Palya 13.006307 77.599353 Radhakrishna theater 13.013385 77.593778 Movie Theater Bengaluru
1224 Jayamahal 12.998812 77.597579 Jayamahal Palace Hotel 12.996839 77.597163 Indian Restaurant Bengaluru
1225 Jayamahal 12.998812 77.597579 Ujwal Bar & Restaurant 12.992280 77.594473 Indian Restaurant Bengaluru
1226 Jayamahal 12.998812 77.597579 Elements Eatery 13.001461 77.599429 BBQ Joint Bengaluru
1227 Jayamahal 12.998812 77.597579 Millers 46 12.991666 77.594207 Steakhouse Bengaluru
1228 Jayamahal 12.998812 77.597579 Not Just Wine & Cheese 13.001677 77.594481 Wine Shop Bengaluru
1229 Jayamahal 12.998812 77.597579 Bangalore Palace 12.998188 77.591920 Monument / Landmark Bengaluru
1230 Jayamahal 12.998812 77.597579 Alliance Française 12.991232 77.596723 Concert Hall Bengaluru
1231 Jayamahal 12.998812 77.597579 The French Loaf 12.999345 77.600039 Bakery Bengaluru
1232 Jayamahal 12.998812 77.597579 Watson's 12.994218 77.594645 Pub Bengaluru
1233 Jayamahal 12.998812 77.597579 Imperial Restaurant 12.991150 77.593837 Indian Restaurant Bengaluru
1234 Jayamahal 12.998812 77.597579 Jaymahal Palace Grounds 12.995299 77.596934 Music Venue Bengaluru
1235 Jayamahal 12.998812 77.597579 Jayamahal Palace 12.996887 77.597217 Event Space Bengaluru
1236 Jayamahal 12.998812 77.597579 Cafe Coffee Day 12.995117 77.603028 Café Bengaluru
1237 Jayamahal 12.998812 77.597579 Karnataka State Billiards Association 12.989906 77.596591 Pool Hall Bengaluru
1238 Jayamahal 12.998812 77.597579 Cafe Coffee Day 13.003135 77.596594 Café Bengaluru
1239 Jayamahal 12.998812 77.597579 Lychees 13.001859 77.595611 Fried Chicken Joint Bengaluru
1240 Jayamahal 12.998812 77.597579 Airtel Relationship Center 13.001860 77.598961 Electronics Store Bengaluru
1241 Jayamahal 12.998812 77.597579 Tibbs Frankie (Commercial Street) 13.001938 77.599061 Food Truck Bengaluru
1242 Jayamahal 12.998812 77.597579 Pai Vihar 12.993172 77.595887 Indian Restaurant Bengaluru
1243 Jayamahal 12.998812 77.597579 Retreat Restaurant 13.006502 77.593476 Asian Restaurant Bengaluru
1244 Rajamahal 13.001747 77.578306 Godrej Nature's Basket 13.005466 77.580715 Department Store Bengaluru
1245 Rajamahal 13.001747 77.578306 Chung Wah 13.003701 77.578663 Chinese Restaurant Bengaluru
1246 Rajamahal 13.001747 77.578306 Asha Sweet Center 12.999371 77.571322 Snack Place Bengaluru
1247 Rajamahal 13.001747 77.578306 Pulimunchi 13.006698 77.578968 Seafood Restaurant Bengaluru
1248 Rajamahal 13.001747 77.578306 Fitness One 13.001221 77.577104 Gym Bengaluru
1249 Rajamahal 13.001747 77.578306 Hotel Janatha 12.999217 77.571210 Indian Restaurant Bengaluru
1250 Rajamahal 13.001747 77.578306 Affinity Gym 13.009358 77.579678 Gym Bengaluru
1251 Rajamahal 13.001747 77.578306 Pebble 13.005045 77.584639 Nightclub Bengaluru
1252 Rajamahal 13.001747 77.578306 Angadi Galleria 13.005689 77.580028 Women's Store Bengaluru
1253 Rajamahal 13.001747 77.578306 Starbucks 13.009075 77.580423 Coffee Shop Bengaluru
1254 Rajamahal 13.001747 77.578306 Namdhari's Fresh 13.003416 77.578427 Department Store Bengaluru
1255 Rajamahal 13.001747 77.578306 Cafe Coffee Day 13.005181 77.580900 Coffee Shop Bengaluru
1256 Rajamahal 13.001747 77.578306 Sadashivnagar Bhashyam Circle 13.005981 77.578685 Plaza Bengaluru
1257 Rajamahal 13.001747 77.578306 Iyer Mess 12.998895 77.570125 Indian Restaurant Bengaluru
1258 Rajamahal 13.001747 77.578306 Polar Bear 13.007618 77.577925 Ice Cream Shop Bengaluru
1259 Rajamahal 13.001747 77.578306 Baskin-Robbins 13.003655 77.583471 Ice Cream Shop Bengaluru
1260 Rajamahal 13.001747 77.578306 Chowdiah Memorial Hall 13.006502 77.575613 Performing Arts Venue Bengaluru
1261 Rajamahal 13.001747 77.578306 Aubree 13.004374 77.578445 Dessert Shop Bengaluru
1262 Rajamahal 13.001747 77.578306 Sai Ram Chaats 13.005391 77.573349 Fast Food Restaurant Bengaluru
1263 Rajamahal 13.001747 77.578306 Café Coffee Day - Lounge 13.007536 77.579553 Café Bengaluru
1264 Rajamahal 13.001747 77.578306 Starbucks 13.009078 77.580398 Coffee Shop Bengaluru
1265 Rajamahal 13.001747 77.578306 Good Food Store 13.003748 77.578299 Gourmet Shop Bengaluru
1266 Rajamahal 13.001747 77.578306 Halli Mane 12.995585 77.571796 Indian Restaurant Bengaluru
1267 Rajamahal 13.001747 77.578306 Cafe Coffee Day, Sampige Road 13.004053 77.571103 Coffee Shop Bengaluru
1268 Rajamahal 13.001747 77.578306 Sattvam 13.005504 77.580706 Indian Restaurant Bengaluru
1269 Rajamahal 13.001747 77.578306 Domino's Pizza 12.998000 77.571000 Pizza Place Bengaluru
1270 Rajamahal 13.001747 77.578306 Mad Over Donuts 13.002718 77.570064 Donut Shop Bengaluru
1271 Rajamahal 13.001747 77.578306 Polar Bear 13.004460 77.570806 Ice Cream Shop Bengaluru
1272 Rajamahal 13.001747 77.578306 Nandhini 12.998244 77.583969 Indian Restaurant Bengaluru
1273 Rajamahal 13.001747 77.578306 Hallimane 12.995646 77.571751 Vegetarian / Vegan Restaurant Bengaluru
1274 Rajamahal 13.001747 77.578306 Malleswaram Market 13.003273 77.571197 Flea Market Bengaluru
1275 Rajamahal 13.001747 77.578306 Vasudev Adiga's Sampige 13.005477 77.571214 Indian Restaurant Bengaluru
1276 Rajamahal 13.001747 77.578306 Barista Creme 12.998495 77.571521 Café Bengaluru
1277 Rajamahal 13.001747 77.578306 Food Camp 13.000975 77.572331 Indian Restaurant Bengaluru
1278 Rajamahal 13.001747 77.578306 Bhayasham Circle 13.001240 77.577174 Plaza Bengaluru
1279 Rajamahal 13.001747 77.578306 Swadhista Hotel 13.005549 77.578809 Indian Restaurant Bengaluru
1280 Rajamahal 13.001747 77.578306 ccd malleswaram 13.004060 77.571102 Coffee Shop Bengaluru
1281 Rajamahal 13.001747 77.578306 Brand Factory 12.997074 77.574186 Clothing Store Bengaluru
1282 Rajamahal 13.001747 77.578306 Adyar Ananda Bhavan (A2B) 12.997617 77.571268 Vegetarian / Vegan Restaurant Bengaluru
1283 Rajamahal 13.001747 77.578306 Sadashivanagar Park 13.005854 77.582102 Park Bengaluru
1284 Rajamahal 13.001747 77.578306 Roll Me 13.007597 77.579245 Fast Food Restaurant Bengaluru
1285 Rajamahal 13.001747 77.578306 Maiyas 13.001958 77.570650 Vegetarian / Vegan Restaurant Bengaluru
1286 Rajamahal 13.001747 77.578306 LVDS (Lourd Vijay's Dance Studio) 12.997578 77.585117 Dance Studio Bengaluru
1287 Rajamahal 13.001747 77.578306 Tanishq Malleshwaram 13.005952 77.571158 Jewelry Store Bengaluru
1288 Subramanya Nagar 13.008009 77.557241 Orion Mall 13.011313 77.555039 Shopping Mall Bengaluru
1289 Subramanya Nagar 13.008009 77.557241 PVR Cinemas 13.010801 77.555005 Multiplex Bengaluru
1290 Subramanya Nagar 13.008009 77.557241 PVR Gold Class, Orion 13.010923 77.555010 Multiplex Bengaluru
1291 Subramanya Nagar 13.008009 77.557241 1522 - The Pub 13.007843 77.557355 Pub Bengaluru
1292 Subramanya Nagar 13.008009 77.557241 PVR bluO 13.011198 77.555057 Bowling Alley Bengaluru
1293 Subramanya Nagar 13.008009 77.557241 Central 13.011261 77.555034 Department Store Bengaluru
1294 Subramanya Nagar 13.008009 77.557241 Toscano 13.011713 77.555968 Italian Restaurant Bengaluru
1295 Subramanya Nagar 13.008009 77.557241 Galaxy Club - Brigade Gateway 13.011772 77.556788 Gym / Fitness Center Bengaluru
1296 Subramanya Nagar 13.008009 77.557241 The Persian Terrace @ Sheraton Bridgade Gateway 13.012320 77.555221 Lounge Bengaluru
1297 Subramanya Nagar 13.008009 77.557241 Starbucks 13.011157 77.555101 Coffee Shop Bengaluru
1298 Subramanya Nagar 13.008009 77.557241 Blue o - Orion mall 13.011357 77.555211 Bowling Alley Bengaluru
1299 Subramanya Nagar 13.008009 77.557241 Pvr Gold Class 13.010714 77.555026 Movie Theater Bengaluru
1300 Subramanya Nagar 13.008009 77.557241 Zara 13.010861 77.555036 Clothing Store Bengaluru
1301 Subramanya Nagar 13.008009 77.557241 Sheraton Bangalore Hotel 13.012513 77.555255 Hotel Bengaluru
1302 Subramanya Nagar 13.008009 77.557241 Krispy Kreme Doughnuts 13.011303 77.555036 Donut Shop Bengaluru
1303 Subramanya Nagar 13.008009 77.557241 Debenhams 13.011302 77.555054 Clothing Store Bengaluru
1304 Subramanya Nagar 13.008009 77.557241 Cafe Noir 13.011400 77.555295 French Restaurant Bengaluru
1305 Subramanya Nagar 13.008009 77.557241 Imagine 13.010892 77.555013 Electronics Store Bengaluru
1306 Subramanya Nagar 13.008009 77.557241 Chili's 13.011297 77.555114 Mexican Restaurant Bengaluru
1307 Subramanya Nagar 13.008009 77.557241 High Ultra Lounge 13.012204 77.555929 Lounge Bengaluru
1308 Subramanya Nagar 13.008009 77.557241 Feast 13.012278 77.555088 Coffee Shop Bengaluru
1309 Subramanya Nagar 13.008009 77.557241 Dainese 13.011164 77.555021 Motorcycle Shop Bengaluru
1310 Subramanya Nagar 13.008009 77.557241 blu oO 13.011301 77.555104 Bowling Alley Bengaluru
1311 Subramanya Nagar 13.008009 77.557241 Durbar 13.012910 77.555740 Bar Bengaluru
1312 Subramanya Nagar 13.008009 77.557241 Café Mangii 13.011544 77.555529 Italian Restaurant Bengaluru
1313 Subramanya Nagar 13.008009 77.557241 Sai Ram Chats 13.006615 77.564158 Indian Restaurant Bengaluru
1314 Subramanya Nagar 13.008009 77.557241 The Higher Taste 13.009436 77.551499 Indian Restaurant Bengaluru
1315 Subramanya Nagar 13.008009 77.557241 Beijing bites 13.011310 77.555054 Chinese Restaurant Bengaluru
1316 Subramanya Nagar 13.008009 77.557241 Mad over Donuts 13.011298 77.555079 Donut Shop Bengaluru
1317 Subramanya Nagar 13.008009 77.557241 Shell 13.012449 77.553917 Gas Station Bengaluru
1318 Subramanya Nagar 13.008009 77.557241 wow! momo 13.011338 77.555144 Thai Restaurant Bengaluru
1319 Subramanya Nagar 13.008009 77.557241 Naturals Ice Cream 13.006587 77.564354 Ice Cream Shop Bengaluru
1320 Subramanya Nagar 13.008009 77.557241 Food Court 13.010746 77.555172 Food Court Bengaluru
1321 Subramanya Nagar 13.008009 77.557241 GAP 13.011252 77.554976 Clothing Store Bengaluru
1322 Subramanya Nagar 13.008009 77.557241 The Studio Bar 13.010935 77.555017 Lounge Bengaluru
1323 Subramanya Nagar 13.008009 77.557241 Sbarro 13.011294 77.555069 Italian Restaurant Bengaluru
1324 Subramanya Nagar 13.008009 77.557241 Landmark 13.010880 77.555059 Bookstore Bengaluru
1325 Subramanya Nagar 13.008009 77.557241 District 6 13.012353 77.554585 Brewery Bengaluru
1326 Subramanya Nagar 13.008009 77.557241 UpSouth, Brigade Orion Mall 13.011365 77.555125 Vegetarian / Vegan Restaurant Bengaluru
1327 Subramanya Nagar 13.008009 77.557241 Bun World 13.007511 77.563738 Bakery Bengaluru
1328 Subramanya Nagar 13.008009 77.557241 McDonald's 13.011333 77.555077 Fast Food Restaurant Bengaluru
1329 Subramanya Nagar 13.008009 77.557241 Berries & Barrels 13.011419 77.556698 Café Bengaluru
1330 Subramanya Nagar 13.008009 77.557241 Bene 13.012323 77.555558 Italian Restaurant Bengaluru
1331 Subramanya Nagar 13.008009 77.557241 Cafe Coffee Day 13.011064 77.555054 Café Bengaluru
1332 Subramanya Nagar 13.008009 77.557241 Cafe Coffee Day 13.014264 77.555670 Coffee Shop Bengaluru
1333 Subramanya Nagar 13.008009 77.557241 Baskin-Robbins 13.007388 77.563982 Ice Cream Shop Bengaluru
1334 Subramanya Nagar 13.008009 77.557241 Big Bazaar 13.012459 77.553339 Convenience Store Bengaluru
1335 Subramanya Nagar 13.008009 77.557241 Cafe Coffee Day 13.009928 77.562496 Café Bengaluru
1336 Subramanya Nagar 13.008009 77.557241 Mr Hong 13.010868 77.555092 Asian Restaurant Bengaluru
1337 Subramanya Nagar 13.008009 77.557241 Rajdhani 13.011294 77.555095 Rajasthani Restaurant Bengaluru
1338 Subramanya Nagar 13.008009 77.557241 Brahmins' Thatte Idli 13.008075 77.563688 South Indian Restaurant Bengaluru
1339 Subramanya Nagar 13.008009 77.557241 Mainland China 13.010921 77.555647 Chinese Restaurant Bengaluru
1340 Subramanya Nagar 13.008009 77.557241 Kobe Sizzlers 13.011997 77.555933 Steakhouse Bengaluru
1341 Subramanya Nagar 13.008009 77.557241 Metro Cash and Carry 13.014283 77.555214 Department Store Bengaluru
1342 Subramanya Nagar 13.008009 77.557241 Big Bazaar 13.012245 77.553362 Grocery Store Bengaluru
1343 Subramanya Nagar 13.008009 77.557241 Domino's Pizza 13.003764 77.553599 Pizza Place Bengaluru
1344 Subramanya Nagar 13.008009 77.557241 Au Bon Pain 13.007872 77.562334 Café Bengaluru
1345 Subramanya Nagar 13.008009 77.557241 Aramane Veg 13.004322 77.549221 Fast Food Restaurant Bengaluru
1346 Subramanya Nagar 13.008009 77.557241 Reliance Fresh 13.006742 77.564497 Department Store Bengaluru
1347 Subramanya Nagar 13.008009 77.557241 Pushyamee Medicals 13.003824 77.563382 Pharmacy Bengaluru
1348 Subramanya Nagar 13.008009 77.557241 Snehajeevi Gowdara Egg Rice Adda 13.005822 77.564894 Food Stand Bengaluru
1349 Subramanya Nagar 13.008009 77.557241 Stories 13.008568 77.549108 Beer Bar Bengaluru
1350 Subramanya Nagar 13.008009 77.557241 First Block Food Adda 13.004928 77.549675 Food Truck Bengaluru
1351 Subramanya Nagar 13.008009 77.557241 Abaran 13.009669 77.548891 Jewelry Store Bengaluru
1352 Subramanya Nagar 13.008009 77.557241 Mahalakshmi Metro Station 13.007766 77.548689 Light Rail Station Bengaluru
1353 Subramanya Nagar 13.008009 77.557241 19th main smokin adda 13.004082 77.549602 Food & Drink Shop Bengaluru
1354 Subramanya Nagar 13.008009 77.557241 Hot Coffee 13.006259 77.548589 Fast Food Restaurant Bengaluru
1355 Subramanya Nagar 13.008009 77.557241 Kamalammana Gundi 13.009572 77.548146 Cricket Ground Bengaluru
1356 Subramanya Nagar 13.008009 77.557241 Vande mathram restaurant 13.010779 77.550358 Indian Restaurant Bengaluru
1357 Mahalakshmipuram 13.001202 77.546024 Chowmein 12.997236 77.546428 Chinese Restaurant Bengaluru
1358 Mahalakshmipuram 13.001202 77.546024 Hotel Nalapaka 12.998324 77.552303 Vegetarian / Vegan Restaurant Bengaluru
1359 Mahalakshmipuram 13.001202 77.546024 KFC 12.997278 77.546463 Fast Food Restaurant Bengaluru
1360 Mahalakshmipuram 13.001202 77.546024 Gokul Veg 12.998231 77.550843 Indian Restaurant Bengaluru
1361 Mahalakshmipuram 13.001202 77.546024 Swathi Restaurant 12.996996 77.550291 Indian Restaurant Bengaluru
1362 Mahalakshmipuram 13.001202 77.546024 Cafe Coffee Day 12.997306 77.540433 Café Bengaluru
1363 Mahalakshmipuram 13.001202 77.546024 Liquor mart 12.996410 77.540195 Liquor Store Bengaluru
1364 Mahalakshmipuram 13.001202 77.546024 Sea Route 12.997430 77.547260 Seafood Restaurant Bengaluru
1365 Mahalakshmipuram 13.001202 77.546024 Cafe Coffee Day 12.999054 77.549949 Café Bengaluru
1366 Mahalakshmipuram 13.001202 77.546024 Snap Fitness 12.999476 77.549761 Gym Bengaluru
1367 Mahalakshmipuram 13.001202 77.546024 Baskin-Robbins 13.005480 77.539463 Ice Cream Shop Bengaluru
1368 Mahalakshmipuram 13.001202 77.546024 Jalpan 12.998990 77.552783 Vegetarian / Vegan Restaurant Bengaluru
1369 Mahalakshmipuram 13.001202 77.546024 Pizza Hut 12.997148 77.540446 Pizza Place Bengaluru
1370 Mahalakshmipuram 13.001202 77.546024 Chung's 12.997413 77.546857 Chinese Restaurant Bengaluru
1371 Mahalakshmipuram 13.001202 77.546024 Aramane Veg 13.004322 77.549221 Fast Food Restaurant Bengaluru
1372 Mahalakshmipuram 13.001202 77.546024 Sarayu 12.999321 77.549712 Restaurant Bengaluru
1373 Mahalakshmipuram 13.001202 77.546024 Cafe Mama Mia 12.998316 77.540786 Café Bengaluru
1374 Mahalakshmipuram 13.001202 77.546024 Burger King 12.997318 77.547420 Burger Joint Bengaluru
1375 Mahalakshmipuram 13.001202 77.546024 Rajajinagar Metro Station 12.999472 77.549966 Light Rail Station Bengaluru
1376 Mahalakshmipuram 13.001202 77.546024 Le Arabia 12.998448 77.542353 Middle Eastern Restaurant Bengaluru
1377 Mahalakshmipuram 13.001202 77.546024 Gajendra Fruit Juice Center 12.999158 77.550766 Juice Bar Bengaluru
1378 Mahalakshmipuram 13.001202 77.546024 New Sagar Fast Food 13.004091 77.550719 Vegetarian / Vegan Restaurant Bengaluru
1379 Mahalakshmipuram 13.001202 77.546024 Tango Sandwich Corner 12.997629 77.540585 Sandwich Place Bengaluru
1380 Mahalakshmipuram 13.001202 77.546024 Domino's Pizza 13.003764 77.553599 Pizza Place Bengaluru
1381 Mahalakshmipuram 13.001202 77.546024 Navrang KSRTC Bus Stop 12.998460 77.553201 Bus Station Bengaluru
1382 Mahalakshmipuram 13.001202 77.546024 Stories 13.008568 77.549108 Beer Bar Bengaluru
1383 Mahalakshmipuram 13.001202 77.546024 Perfect Davengere Benne Dosa 13.008733 77.543270 Indian Restaurant Bengaluru
1384 Mahalakshmipuram 13.001202 77.546024 Hatti Coffee 12.999123 77.554147 Coffee Shop Bengaluru
1385 Mahalakshmipuram 13.001202 77.546024 Sambhav moorthy park 12.997491 77.537856 Park Bengaluru
1386 Laggere 13.010868 77.520730 Axis Bank ATM 13.012440 77.515167 ATM Bengaluru
1387 Laggere 13.010868 77.520730 State Bank of India ATM 13.005082 77.521471 ATM Bengaluru
1388 Laggere 13.010868 77.520730 Axis Bank ATM 13.007900 77.527110 ATM Bengaluru
1389 Laggere 13.010868 77.520730 MedPlus 13.017756 77.519844 Pharmacy Bengaluru
1390 Laggere 13.010868 77.520730 PHD (Pizza Hut Delivery) 13.006840 77.527857 Pizza Place Bengaluru
1391 Laggere 13.010868 77.520730 State Bank of India ATM 13.013620 77.512374 ATM Bengaluru
1392 Laggere 13.010868 77.520730 Axis Bank ATM 13.019580 77.521450 ATM Bengaluru
1393 Rajagopala Nagar 13.017559 77.513462 MedPlus 13.017756 77.519844 Pharmacy Bengaluru
1394 Rajagopala Nagar 13.017559 77.513462 Axis Bank ATM 13.019580 77.521450 ATM Bengaluru
1395 Rajagopala Nagar 13.017559 77.513462 Maruthi Theatre 13.018795 77.505283 Indie Movie Theater Bengaluru
1396 Hegganahalli 12.999409 77.501765 State Bank of India ATM 12.996375 77.505300 ATM Bengaluru
1397 Hegganahalli 12.999409 77.501765 Axis Bank ATM 12.994180 77.499270 ATM Bengaluru
1398 Hegganahalli 12.999409 77.501765 Axis Bank ATM 12.995820 77.507050 ATM Bengaluru
1399 Hegganahalli 12.999409 77.501765 State Bank of India ATM 12.992190 77.502507 ATM Bengaluru
1400 Hegganahalli 12.999409 77.501765 Airtel Vendor 13.006267 77.505420 Mobile Phone Shop Bengaluru
1401 Hegganahalli 12.999409 77.501765 Sunkadkatte Market 12.991720 77.500175 Market Bengaluru
1402 Herohalli 12.982277 77.483153 State Bank of India ATM 12.983590 77.486280 ATM Bengaluru
1403 Herohalli 12.982277 77.483153 Shell 12.985862 77.480061 Gas Station Bengaluru
1404 Herohalli 12.982277 77.483153 Axis Bank ATM 12.987240 77.482544 ATM Bengaluru
1405 Herohalli 12.982277 77.483153 Fabricspa 12.976450 77.480353 Dry Cleaner Bengaluru
1406 Kottigepalya 12.984549 77.511805 Domino's Pizza 12.988000 77.507000 Pizza Place Bengaluru
1407 Kottigepalya 12.984549 77.511805 kottigepalya Bus Stop 12.987357 77.512655 Bus Station Bengaluru
1408 Kottigepalya 12.984549 77.511805 Coffee Day Drive In 12.980420 77.510398 Café Bengaluru
1409 Kottigepalya 12.984549 77.511805 Shubh Family Restaurant 12.980060 77.510422 Indian Restaurant Bengaluru
1410 Kottigepalya 12.984549 77.511805 Krishnappa Cooking & Catering 12.988187 77.516205 Food Truck Bengaluru
1411 Kottigepalya 12.984549 77.511805 Buddha Park 12.978958 77.513650 Park Bengaluru
1412 Kottigepalya 12.984549 77.511805 Abstratics 12.980761 77.507030 Dance Studio Bengaluru
1413 Kottigepalya 12.984549 77.511805 Limra Catering 12.988114 77.517750 Restaurant Bengaluru
1414 Kottigepalya 12.984549 77.511805 Durga Sri Grand 12.978024 77.514878 Breakfast Spot Bengaluru
1415 Kottigepalya 12.984549 77.511805 Axis Bank ATM 12.989380 77.504380 ATM Bengaluru
1416 Kottigepalya 12.984549 77.511805 Sangam Sweets 12.977302 77.517174 Fast Food Restaurant Bengaluru
1417 Shakthiganapathi Nagar 12.992300 77.537200 Polar Bear 12.991461 77.538832 Ice Cream Shop Bengaluru
1418 Shakthiganapathi Nagar 12.992300 77.537200 Priyadarshini Grand 12.990235 77.538020 Fast Food Restaurant Bengaluru
1419 Shakthiganapathi Nagar 12.992300 77.537200 Natural Ice Cream 12.985484 77.543158 Ice Cream Shop Bengaluru
1420 Shakthiganapathi Nagar 12.992300 77.537200 Gold's gym 12.991855 77.538492 Gym Bengaluru
1421 Shakthiganapathi Nagar 12.992300 77.537200 Liquor mart 12.996410 77.540195 Liquor Store Bengaluru
1422 Shakthiganapathi Nagar 12.992300 77.537200 Baskin-Robbins 12.991218 77.538903 Ice Cream Shop Bengaluru
1423 Shakthiganapathi Nagar 12.992300 77.537200 Cafe Coffee Day 12.997306 77.540433 Café Bengaluru
1424 Shakthiganapathi Nagar 12.992300 77.537200 Domino's Pizza 12.991721 77.537747 Pizza Place Bengaluru
1425 Shakthiganapathi Nagar 12.992300 77.537200 Pizza Hut 12.997148 77.540446 Pizza Place Bengaluru
1426 Shakthiganapathi Nagar 12.992300 77.537200 Bansuri Sweets 12.986912 77.539698 Indian Restaurant Bengaluru
1427 Shakthiganapathi Nagar 12.992300 77.537200 Shanthi Sagar 12.989074 77.537752 Fast Food Restaurant Bengaluru
1428 Shakthiganapathi Nagar 12.992300 77.537200 Cave-n-Dine 12.986423 77.540565 Indian Restaurant Bengaluru
1429 Shakthiganapathi Nagar 12.992300 77.537200 Airtel Relationship Centre 12.991595 77.538372 Mobile Phone Shop Bengaluru
1430 Shakthiganapathi Nagar 12.992300 77.537200 Suggi 12.992314 77.538646 Indian Restaurant Bengaluru
1431 Shakthiganapathi Nagar 12.992300 77.537200 Talwalkars Gym 12.991135 77.538894 Gym / Fitness Center Bengaluru
1432 Shakthiganapathi Nagar 12.992300 77.537200 McDonald's 12.988597 77.537664 Fast Food Restaurant Bengaluru
1433 Shakthiganapathi Nagar 12.992300 77.537200 Adiga's 12.991270 77.540695 Fast Food Restaurant Bengaluru
1434 Shakthiganapathi Nagar 12.992300 77.537200 Golden Grill 12.988736 77.537717 Indian Restaurant Bengaluru
1435 Shakthiganapathi Nagar 12.992300 77.537200 Cafe Mama Mia 12.998316 77.540786 Café Bengaluru
1436 Shakthiganapathi Nagar 12.992300 77.537200 Prashanth Hotel 12.986922 77.537251 Karnataka Restaurant Bengaluru
1437 Shakthiganapathi Nagar 12.992300 77.537200 Tango Sandwich Corner 12.997629 77.540585 Sandwich Place Bengaluru
1438 Shakthiganapathi Nagar 12.992300 77.537200 Masala Munch 12.986618 77.540472 Burger Joint Bengaluru
1439 Shakthiganapathi Nagar 12.992300 77.537200 ibaco 12.985033 77.537255 Ice Cream Shop Bengaluru
1440 Shakthiganapathi Nagar 12.992300 77.537200 Real Cane 12.986183 77.541344 Juice Bar Bengaluru
1441 Shakthiganapathi Nagar 12.992300 77.537200 Shankar Mutt Bus Stop 12.999229 77.541134 Bus Station Bengaluru
1442 Shakthiganapathi Nagar 12.992300 77.537200 Le Arabia 12.998448 77.542353 Middle Eastern Restaurant Bengaluru
1443 Shakthiganapathi Nagar 12.992300 77.537200 Ram Bhavan Chats 13.000559 77.536155 Snack Place Bengaluru
1444 Shakthiganapathi Nagar 12.992300 77.537200 Chopstick world 12.985663 77.542598 Asian Restaurant Bengaluru
1445 Shankaramata 17.400800 78.508000 Baskin-Robbins 17.404311 78.510034 Ice Cream Shop Bengaluru
1446 Shankaramata 17.400800 78.508000 Subway 17.404173 78.514950 Sandwich Place Bengaluru
1447 Shankaramata 17.400800 78.508000 Daily Bread 17.403554 78.514961 Café Bengaluru
1448 Shankaramata 17.400800 78.508000 Raghavendra Tiffins 17.399157 78.512198 Indian Restaurant Bengaluru
1449 Shankaramata 17.400800 78.508000 Om Chat Bhandar 17.398988 78.506235 Food Court Bengaluru
1450 Shankaramata 17.400800 78.508000 Domino's Pizza 17.392508 78.510827 Pizza Place Bengaluru
1451 Shankaramata 17.400800 78.508000 Papaji Da Dhaba 17.397484 78.511776 Indian Restaurant Bengaluru
1452 Shankaramata 17.400800 78.508000 Sundarayya park 17.397676 78.503842 Park Bengaluru
1453 Shankaramata 17.400800 78.508000 cafe coffee day 17.405558 78.515897 Coffee Shop Bengaluru
1454 Shankaramata 17.400800 78.508000 Srinivasa Textiles 17.407338 78.509908 Clothing Store Bengaluru
1455 Shankaramata 17.400800 78.508000 Reign Gym & Spa 17.407340 78.509920 Gym Bengaluru
1456 Shankaramata 17.400800 78.508000 Kwality Walls Express 17.407347 78.509956 Ice Cream Shop Bengaluru
1457 Shankaramata 17.400800 78.508000 turnhalle gym 17.407347 78.509941 Gym Bengaluru
1458 Gayathri Nagar 12.999386 77.560640 Albek 12.996487 77.561502 Indian Restaurant Bengaluru
1459 Gayathri Nagar 12.999386 77.560640 Raghavendra Stores 13.000799 77.563924 Breakfast Spot Bengaluru
1460 Gayathri Nagar 12.999386 77.560640 Shri Sagar (Formerly CTR) 12.998309 77.569460 Indian Restaurant Bengaluru
1461 Gayathri Nagar 12.999386 77.560640 Sagar Fast Food 12.996623 77.554179 Fast Food Restaurant Bengaluru
1462 Gayathri Nagar 12.999386 77.560640 Sai Shakti Veg 12.999220 77.567985 Vegetarian / Vegan Restaurant Bengaluru
1463 Gayathri Nagar 12.999386 77.560640 Sai Ram Chats 13.006615 77.564158 Indian Restaurant Bengaluru
1464 Gayathri Nagar 12.999386 77.560640 CTR 12.998256 77.569557 Breakfast Spot Bengaluru
1465 Gayathri Nagar 12.999386 77.560640 Naturals Ice Cream 13.006587 77.564354 Ice Cream Shop Bengaluru
1466 Gayathri Nagar 12.999386 77.560640 Hotel Nalapaka 12.998324 77.552303 Vegetarian / Vegan Restaurant Bengaluru
1467 Gayathri Nagar 12.999386 77.560640 Bun World 13.007511 77.563738 Bakery Bengaluru
1468 Gayathri Nagar 12.999386 77.560640 Cafe Coffee Day 12.995895 77.554804 Café Bengaluru
1469 Gayathri Nagar 12.999386 77.560640 Jalpan 12.998990 77.552783 Vegetarian / Vegan Restaurant Bengaluru
1470 Gayathri Nagar 12.999386 77.560640 Amrith Ice creams 13.001860 77.567340 Ice Cream Shop Bengaluru
1471 Gayathri Nagar 12.999386 77.560640 Baskin-Robbins 13.007388 77.563982 Ice Cream Shop Bengaluru
1472 Gayathri Nagar 12.999386 77.560640 Malleswaram Railway Station 13.000812 77.563814 Train Station Bengaluru
1473 Gayathri Nagar 12.999386 77.560640 Oven fresh 13.000625 77.565407 Bakery Bengaluru
1474 Gayathri Nagar 12.999386 77.560640 Pushyamee Medicals 13.003824 77.563382 Pharmacy Bengaluru
1475 Gayathri Nagar 12.999386 77.560640 Sri Sai Ram Chats (Eat Out) 13.003502 77.565544 Snack Place Bengaluru
1476 Gayathri Nagar 12.999386 77.560640 Cane Crush 12.999131 77.554080 Juice Bar Bengaluru
1477 Gayathri Nagar 12.999386 77.560640 Domino's Pizza 13.003764 77.553599 Pizza Place Bengaluru
1478 Gayathri Nagar 12.999386 77.560640 Snehajeevi Gowdara Egg Rice Adda 13.005822 77.564894 Food Stand Bengaluru
1479 Gayathri Nagar 12.999386 77.560640 Reliance Fresh 13.006742 77.564497 Department Store Bengaluru
1480 Gayathri Nagar 12.999386 77.560640 Vani's Ecoffee 13.005418 77.566893 Café Bengaluru
1481 Gayathri Nagar 12.999386 77.560640 Au Bon Pain 13.007872 77.562334 Café Bengaluru
1482 Dattathreya Temple 12.934300 77.565900 South Kitchen 12.937890 77.568714 Breakfast Spot Bengaluru
1483 Dattathreya Temple 12.934300 77.565900 Krishna Rao Park 12.935819 77.567297 Park Bengaluru
1484 Dattathreya Temple 12.934300 77.565900 Dwaraka Hotel 12.937823 77.567742 Indian Restaurant Bengaluru
1485 Dattathreya Temple 12.934300 77.565900 UD - Upahara Darshini 12.939425 77.571385 Indian Restaurant Bengaluru
1486 Dattathreya Temple 12.934300 77.565900 Szechuan Dragon 12.940093 77.564409 Szechuan Restaurant Bengaluru
1487 Dattathreya Temple 12.934300 77.565900 Sri Guru Kottureshwara Davangere Benne Dose Hotel 12.938810 77.570867 Fast Food Restaurant Bengaluru
1488 Dattathreya Temple 12.934300 77.565900 Harshi super sandwich 12.938900 77.570614 Sandwich Place Bengaluru
1489 Dattathreya Temple 12.934300 77.565900 Ibaco 12.925808 77.564340 Ice Cream Shop Bengaluru
1490 Dattathreya Temple 12.934300 77.565900 Casablanca 12.926261 77.564343 Burger Joint Bengaluru
1491 Dattathreya Temple 12.934300 77.565900 Shiva's Chats 12.941623 77.560610 Snack Place Bengaluru
1492 Dattathreya Temple 12.934300 77.565900 Anand Sweets And Savouries 12.926310 77.564598 Snack Place Bengaluru
1493 Dattathreya Temple 12.934300 77.565900 Puliyogere Point 12.940677 77.570409 Indian Restaurant Bengaluru
1494 Dattathreya Temple 12.934300 77.565900 Ranganna Military Hotel 12.929590 77.573650 Indian Restaurant Bengaluru
1495 Dattathreya Temple 12.934300 77.565900 SLV Swadista 12.926623 77.564634 Indian Restaurant Bengaluru
1496 Dattathreya Temple 12.934300 77.565900 cafe coffee day 12.930137 77.559764 Café Bengaluru
1497 Dattathreya Temple 12.934300 77.565900 Netkallappa Circle 12.937045 77.571544 Plaza Bengaluru
1498 Dattathreya Temple 12.934300 77.565900 Punjabi Dhaba 12.940164 77.564413 Indian Restaurant Bengaluru
1499 Dattathreya Temple 12.934300 77.565900 Kamat Bugle Rock 12.939907 77.566755 Indian Restaurant Bengaluru
1500 Dattathreya Temple 12.934300 77.565900 J Cubez 12.925807 77.564023 Pub Bengaluru
1501 Dattathreya Temple 12.934300 77.565900 Srinivasa Cool Corner 12.938406 77.570142 Fast Food Restaurant Bengaluru
1502 Dattathreya Temple 12.934300 77.565900 The Platter 12.927046 77.561539 Asian Restaurant Bengaluru
1503 Dattathreya Temple 12.934300 77.565900 Pure and Natural 12.935657 77.568370 Salad Place Bengaluru
1504 Dattathreya Temple 12.934300 77.565900 Cafe Coffee Day 12.925870 77.564142 Café Bengaluru
1505 Dattathreya Temple 12.934300 77.565900 Chandrodaya 12.935548 77.561454 Indie Movie Theater Bengaluru
1506 Dattathreya Temple 12.934300 77.565900 Chocolateria San Churro 12.927783 77.562078 Dessert Shop Bengaluru
1507 Dattathreya Temple 12.934300 77.565900 Gustoes 12.927095 77.561462 Arcade Bengaluru
1508 Dattathreya Temple 12.934300 77.565900 Ragoo's 12.933756 77.573796 Italian Restaurant Bengaluru
1509 Dattathreya Temple 12.934300 77.565900 GELATO ITALIANO 12.926798 77.564995 Dessert Shop Bengaluru
1510 Dattathreya Temple 12.934300 77.565900 Itsy Bitsy 12.926745 77.564700 Arts & Crafts Store Bengaluru
1511 Dattathreya Temple 12.934300 77.565900 Sri Ganesha Fruit Juice Centre 12.940448 77.561216 Juice Bar Bengaluru
1512 Dattathreya Temple 12.934300 77.565900 Prasad Ice Cream 12.940049 77.560098 Ice Cream Shop Bengaluru
1513 Dattathreya Temple 12.934300 77.565900 heritage fresh 12.927291 77.561402 Department Store Bengaluru
1514 Dattathreya Temple 12.934300 77.565900 Patanjali Chikitsalaya 12.931014 77.574169 Pharmacy Bengaluru
1515 Dattathreya Temple 12.934300 77.565900 Bugle Rock Park 12.942423 77.569708 Park Bengaluru
1516 Pulikeshi Nagar 12.997000 77.614400 Shahi Kabab 12.995927 77.613525 BBQ Joint Bengaluru
1517 Pulikeshi Nagar 12.997000 77.614400 Naturals Icecream 12.996912 77.611268 Ice Cream Shop Bengaluru
1518 Pulikeshi Nagar 12.997000 77.614400 Paradise 12.998117 77.615068 Hyderabadi Restaurant Bengaluru
1519 Pulikeshi Nagar 12.997000 77.614400 Komala Refreshments 12.995971 77.617123 Indian Restaurant Bengaluru
1520 Pulikeshi Nagar 12.997000 77.614400 Richies - Frazer Town 13.000930 77.613150 Indian Restaurant Bengaluru
1521 Pulikeshi Nagar 12.997000 77.614400 Karama Restaurant 12.999701 77.615995 Pakistani Restaurant Bengaluru
1522 Pulikeshi Nagar 12.997000 77.614400 Lassi Shop Downtown 13.000869 77.613731 Juice Bar Bengaluru
1523 Pulikeshi Nagar 12.997000 77.614400 Shankar Bhel House 12.994936 77.616115 Snack Place Bengaluru
1524 Pulikeshi Nagar 12.997000 77.614400 Chichaba's Taj 13.000344 77.617174 Indian Restaurant Bengaluru
1525 Pulikeshi Nagar 12.997000 77.614400 Savoury Restaurant 12.999504 77.615887 Middle Eastern Restaurant Bengaluru
1526 Pulikeshi Nagar 12.997000 77.614400 Albert Bakery 12.996995 77.614308 Bakery Bengaluru
1527 Pulikeshi Nagar 12.997000 77.614400 Pista House Haleem 12.996758 77.614151 Indian Restaurant Bengaluru
1528 Pulikeshi Nagar 12.997000 77.614400 Thom's Bakery and Stores 12.991489 77.614328 Department Store Bengaluru
1529 Pulikeshi Nagar 12.997000 77.614400 Taj Tea House 12.999387 77.615902 Tea Room Bengaluru
1530 Pulikeshi Nagar 12.997000 77.614400 Domino's Pizza 12.997000 77.612000 Pizza Place Bengaluru
1531 Pulikeshi Nagar 12.997000 77.614400 Taste Of Mumbai -HajiAli- 13.000852 77.613012 Fast Food Restaurant Bengaluru
1532 Pulikeshi Nagar 12.997000 77.614400 Watson's 12.990806 77.619373 Pub Bengaluru
1533 Pulikeshi Nagar 12.997000 77.614400 Richard's Park 13.004262 77.617396 Park Bengaluru
1534 Pulikeshi Nagar 12.997000 77.614400 Corner House 13.004835 77.617193 Ice Cream Shop Bengaluru
1535 Pulikeshi Nagar 12.997000 77.614400 Bombay Chowpatty Kulfi 13.000696 77.615289 Indian Restaurant Bengaluru
1536 Pulikeshi Nagar 12.997000 77.614400 Mangalore Pearl - Seafood Restaurant 12.990853 77.619309 Seafood Restaurant Bengaluru
1537 Pulikeshi Nagar 12.997000 77.614400 Manjit Da Dhaba 12.998009 77.622255 Indian Restaurant Bengaluru
1538 Pulikeshi Nagar 12.997000 77.614400 Baskin-Robbins 12.997139 77.614351 Ice Cream Shop Bengaluru
1539 Pulikeshi Nagar 12.997000 77.614400 Smally's RestoCafe 12.990708 77.619304 Café Bengaluru
1540 Pulikeshi Nagar 12.997000 77.614400 Rahhams Restaurant 13.000867 77.613115 Indian Restaurant Bengaluru
1541 Pulikeshi Nagar 12.997000 77.614400 Savera Tea 13.000145 77.611062 Tea Room Bengaluru
1542 Pulikeshi Nagar 12.997000 77.614400 Happy Belly 13.003507 77.616859 Café Bengaluru
1543 Pulikeshi Nagar 12.997000 77.614400 KFC Frazer Town 12.997676 77.614721 Fast Food Restaurant Bengaluru
1544 Pulikeshi Nagar 12.997000 77.614400 Siddque Kabab Center 12.993345 77.608748 Indian Restaurant Bengaluru
1545 Pulikeshi Nagar 12.997000 77.614400 Village Supermarket 12.999546 77.622963 Shopping Mall Bengaluru
1546 Pulikeshi Nagar 12.997000 77.614400 Coles Park 12.993958 77.609568 Park Bengaluru
1547 Pulikeshi Nagar 12.997000 77.614400 Alibaba Cafe & Restaurant 13.000700 77.614803 Middle Eastern Restaurant Bengaluru
1548 Pulikeshi Nagar 12.997000 77.614400 Empire Restaurant 12.999815 77.615970 Indian Restaurant Bengaluru
1549 Pulikeshi Nagar 12.997000 77.614400 French Loaf 13.003230 77.616374 Bakery Bengaluru
1550 Pulikeshi Nagar 12.997000 77.614400 Subway 12.997324 77.614513 Sandwich Place Bengaluru
1551 Pulikeshi Nagar 12.997000 77.614400 Chung Wah 12.996069 77.611372 Chinese Restaurant Bengaluru
1552 Pulikeshi Nagar 12.997000 77.614400 Elements Heritage 12.999615 77.616009 Indian Restaurant Bengaluru
1553 Pulikeshi Nagar 12.997000 77.614400 Cafe Coffee Day 12.995903 77.613406 Café Bengaluru
1554 Pulikeshi Nagar 12.997000 77.614400 Beijing Bites 12.997178 77.614170 Chinese Restaurant Bengaluru
1555 Pulikeshi Nagar 12.997000 77.614400 Zaks Arabian Food Joint 12.995371 77.614123 Middle Eastern Restaurant Bengaluru
1556 Pulikeshi Nagar 12.997000 77.614400 Sherlock Holmes 12.994784 77.615134 Pub Bengaluru
1557 Pulikeshi Nagar 12.997000 77.614400 Bangalore Agarwal Bhavan 12.996406 77.611623 Snack Place Bengaluru
1558 Pulikeshi Nagar 12.997000 77.614400 Snap Fitness 12.998082 77.615054 Gym Bengaluru
1559 Pulikeshi Nagar 12.997000 77.614400 Barista, Frazer Town 12.996865 77.614162 Coffee Shop Bengaluru
1560 Pulikeshi Nagar 12.997000 77.614400 Shawarma King 12.999652 77.616002 Mediterranean Restaurant Bengaluru
1561 Pulikeshi Nagar 12.997000 77.614400 YMIA 12.990265 77.619330 Bar Bengaluru
1562 Pulikeshi Nagar 12.997000 77.614400 Pizza Hut 12.995618 77.613775 Pizza Place Bengaluru
1563 Pulikeshi Nagar 12.997000 77.614400 Ramzan food street, MM road 13.000644 77.614928 BBQ Joint Bengaluru
1564 Pulikeshi Nagar 12.997000 77.614400 Everest Movie Theatre 13.000141 77.618351 Movie Theater Bengaluru
1565 Pulikeshi Nagar 12.997000 77.614400 ibaco 12.996360 77.612556 Ice Cream Shop Bengaluru
1566 Pulikeshi Nagar 12.997000 77.614400 Cafe Arabica 12.999734 77.615852 Bakery Bengaluru
1567 Pulikeshi Nagar 12.997000 77.614400 Rehmans Biryani 13.000929 77.612500 Indian Restaurant Bengaluru
1568 Pulikeshi Nagar 12.997000 77.614400 Delicacy 12.999979 77.623078 Chinese Restaurant Bengaluru
1569 Pulikeshi Nagar 12.997000 77.614400 Cuppa 12.996128 77.620271 Coffee Shop Bengaluru
1570 Pulikeshi Nagar 12.997000 77.614400 Wangs Kitchen 13.003129 77.616394 Chinese Restaurant Bengaluru
1571 Pulikeshi Nagar 12.997000 77.614400 Food Mart 13.003397 77.615952 Department Store Bengaluru
1572 Pulikeshi Nagar 12.997000 77.614400 Best of bengal 12.995799 77.607627 Indian Restaurant Bengaluru
1573 Pulikeshi Nagar 12.997000 77.614400 indradarshini 13.003363 77.616612 South Indian Restaurant Bengaluru
1574 Pulikeshi Nagar 12.997000 77.614400 Khan Saheb 12.995880 77.606777 Pakistani Restaurant Bengaluru
1575 Pulikeshi Nagar 12.997000 77.614400 Cafe Thulp 12.990752 77.619376 Burger Joint Bengaluru
1576 Pulikeshi Nagar 12.997000 77.614400 bodycraft 12.989488 77.619468 Spa Bengaluru
1577 Sarvagna Nagar 12.990689 77.633359 Café Coffee Day 12.985653 77.629977 Café Bengaluru
1578 Sarvagna Nagar 12.990689 77.633359 Jeevanahalli Football Ground 12.994952 77.629731 Soccer Field Bengaluru
1579 Sarvagna Nagar 12.990689 77.633359 Triveni Cinema Hall 12.997602 77.628719 Indie Movie Theater Bengaluru
1580 Sarvagna Nagar 12.990689 77.633359 Raghavendra Stores 12.994380 77.625237 Convenience Store Bengaluru
1581 Hoysala Nagar 12.980209 77.627377 Conrad Bengaluru 12.975762 77.621043 Hotel Bengaluru
1582 Hoysala Nagar 12.980209 77.627377 Retro Lounge Bar 12.972614 77.626700 Bar Bengaluru
1583 Hoysala Nagar 12.980209 77.627377 Citi Nest Sports Centre 12.974748 77.633040 Athletics & Sports Bengaluru
1584 Hoysala Nagar 12.980209 77.627377 M.K. Retail 12.978261 77.634805 Department Store Bengaluru
1585 Hoysala Nagar 12.980209 77.627377 Carnival-De-Goa 12.974941 77.620096 Seafood Restaurant Bengaluru
1586 Hoysala Nagar 12.980209 77.627377 The Grill House 12.974887 77.620087 Steakhouse Bengaluru
1587 Hoysala Nagar 12.980209 77.627377 Ulsoor Metro Station 12.976108 77.626375 Light Rail Station Bengaluru
1588 Hoysala Nagar 12.980209 77.627377 Hyatt Centric Mg Road Bangalore 12.973439 77.621676 Hotel Bengaluru
1589 Hoysala Nagar 12.980209 77.627377 Ulsoor Lake Running Trail 12.982977 77.618800 Trail Bengaluru
1590 Hoysala Nagar 12.980209 77.627377 Au Bon Pain 12.982170 77.624986 Café Bengaluru
1591 Hoysala Nagar 12.980209 77.627377 Au Bon Pain 12.982879 77.624741 Café Bengaluru
1592 Hoysala Nagar 12.980209 77.627377 Xian 12.977628 77.618985 Chinese Restaurant Bengaluru
1593 Hoysala Nagar 12.980209 77.627377 Gokul Kuteera 12.978280 77.635746 Diner Bengaluru
1594 Hoysala Nagar 12.980209 77.627377 The Bull Ring Arena 12.982316 77.633893 Soccer Field Bengaluru
1595 Hoysala Nagar 12.980209 77.627377 Annapoorani 12.972472 77.629352 Indian Restaurant Bengaluru
1596 Hoysala Nagar 12.980209 77.627377 Ammi's Biriyani 12.978120 77.635415 Indian Restaurant Bengaluru
1597 Hoysala Nagar 12.980209 77.627377 butter sponge 12.978394 77.636282 Bakery Bengaluru
1598 Hoysala Nagar 12.980209 77.627377 Coastal delight 12.978291 77.636366 Karnataka Restaurant Bengaluru
1599 Vignana Nagar 15.803141 78.041518 Pepe Jeans London 15.808034 78.039886 Clothing Store Bengaluru
1600 Vignana Nagar 15.803141 78.041518 Samsung SmartCafé (Sri Sai Balaji Mobiles) 15.802630 78.046980 Mobile Phone Shop Bengaluru
1601 Vignana Nagar 15.803141 78.041518 Apollo Pharmacy 15.801591 78.048056 Pharmacy Bengaluru
1602 Vignana Nagar 15.803141 78.041518 Spencer's 15.809652 78.043959 Department Store Bengaluru
1603 Garudacharpalya 12.993425 77.700516 Decathlon Sports India (DSI) HQ 12.994772 77.701066 Office Bengaluru
1604 Garudacharpalya 12.993425 77.700516 Decathlon 12.994830 77.701010 Sporting Goods Shop Bengaluru
1605 Garudacharpalya 12.993425 77.700516 Masala Chai 12.992018 77.702983 Café Bengaluru
1606 Garudacharpalya 12.993425 77.700516 BelgYum 12.997362 77.696744 Creperie Bengaluru
1607 Garudacharpalya 12.993425 77.700516 Phoenix Marketcity 12.997418 77.696559 Shopping Mall Bengaluru
1608 Garudacharpalya 12.993425 77.700516 VR Bengaluru 12.996095 77.695393 Shopping Mall Bengaluru
1609 Garudacharpalya 12.993425 77.700516 Whitefield Social 12.997343 77.696288 Lounge Bengaluru
1610 Garudacharpalya 12.993425 77.700516 PVR IMAX VR Bangalore 12.996194 77.695363 Movie Theater Bengaluru
1611 Garudacharpalya 12.993425 77.700516 Toscano 12.995942 77.695795 Italian Restaurant Bengaluru
1612 Garudacharpalya 12.993425 77.700516 PVR Market City 12.997531 77.695813 Multiplex Bengaluru
1613 Garudacharpalya 12.993425 77.700516 Hamleys 12.997499 77.696655 Toy / Game Store Bengaluru
1614 Garudacharpalya 12.993425 77.700516 Zara 12.996190 77.696286 Clothing Store Bengaluru
1615 Garudacharpalya 12.993425 77.700516 Mad Over Donuts 12.997413 77.696697 Donut Shop Bengaluru
1616 Garudacharpalya 12.993425 77.700516 CounterCulture 12.997376 77.701166 Performing Arts Venue Bengaluru
1617 Garudacharpalya 12.993425 77.700516 Cafe Noir 12.997059 77.695990 French Restaurant Bengaluru
1618 Garudacharpalya 12.993425 77.700516 The Whitefield Arms Café 12.996539 77.695929 Lounge Bengaluru
1619 Garudacharpalya 12.993425 77.700516 Zara Men 12.996999 77.696712 Men's Store Bengaluru
1620 Garudacharpalya 12.993425 77.700516 PVR bluO 12.997666 77.696477 Bowling Alley Bengaluru
1621 Garudacharpalya 12.993425 77.700516 Krispy Kreme Doughnuts 12.997658 77.696665 Donut Shop Bengaluru
1622 Garudacharpalya 12.993425 77.700516 Kalmane Koffees 12.997460 77.696659 Café Bengaluru
1623 Garudacharpalya 12.993425 77.700516 Starbucks 12.996122 77.695377 Coffee Shop Bengaluru
1624 Garudacharpalya 12.993425 77.700516 Barley & Grapes Cafe 12.997598 77.696604 American Restaurant Bengaluru
1625 Garudacharpalya 12.993425 77.700516 Blu O 12.996910 77.696202 Bowling Alley Bengaluru
1626 Garudacharpalya 12.993425 77.700516 The Irish House 12.996162 77.695035 Bar Bengaluru
1627 Garudacharpalya 12.993425 77.700516 Lifestyle 12.995831 77.696292 Clothing Store Bengaluru
1628 Garudacharpalya 12.993425 77.700516 Starbucks 12.995783 77.696267 Coffee Shop Bengaluru
1629 Garudacharpalya 12.993425 77.700516 Shizusan Shophouse & Bar 12.997696 77.696432 Asian Restaurant Bengaluru
1630 Garudacharpalya 12.993425 77.700516 Plus91 - Cafe Bar 12.997454 77.696287 Fast Food Restaurant Bengaluru
1631 Garudacharpalya 12.993425 77.700516 Costa Coffee 12.992465 77.703090 Coffee Shop Bengaluru
1632 Garudacharpalya 12.993425 77.700516 Dunkin' 12.996038 77.696416 Donut Shop Bengaluru
1633 Garudacharpalya 12.993425 77.700516 Swensen's 12.997373 77.696471 Ice Cream Shop Bengaluru
1634 Garudacharpalya 12.993425 77.700516 Chili's Grill & Bar 12.997255 77.696290 Tex-Mex Restaurant Bengaluru
1635 Garudacharpalya 12.993425 77.700516 Café Noir 12.997256 77.696175 French Restaurant Bengaluru
1636 Garudacharpalya 12.993425 77.700516 PVR PREMIER VR 12.996122 77.695424 Multiplex Bengaluru
1637 Garudacharpalya 12.993425 77.700516 Gloria Jean's Coffee 12.997489 77.696721 Café Bengaluru
1638 Garudacharpalya 12.993425 77.700516 Costa Coffee 12.997484 77.696571 Coffee Shop Bengaluru
1639 Garudacharpalya 12.993425 77.700516 Sbarro 12.997583 77.696604 Italian Restaurant Bengaluru
1640 Garudacharpalya 12.993425 77.700516 Marks & Spencer 12.997595 77.696622 Clothing Store Bengaluru
1641 Garudacharpalya 12.993425 77.700516 Harry's 12.997093 77.696573 Gastropub Bengaluru
1642 Garudacharpalya 12.993425 77.700516 Wow! Momo 12.997441 77.696681 Dim Sum Restaurant Bengaluru
1643 Garudacharpalya 12.993425 77.700516 Manchester United Showroom 12.996982 77.696728 Sporting Goods Shop Bengaluru
1644 Garudacharpalya 12.993425 77.700516 Madurai Idly Shop 12.994294 77.700214 Breakfast Spot Bengaluru
1645 Garudacharpalya 12.993425 77.700516 Rajdhani 12.997490 77.696597 Rajasthani Restaurant Bengaluru
1646 Garudacharpalya 12.993425 77.700516 Cafe Coffee Day 12.996581 77.696587 Café Bengaluru
1647 Garudacharpalya 12.993425 77.700516 Burger King 12.996966 77.696652 Fast Food Restaurant Bengaluru
1648 Garudacharpalya 12.993425 77.700516 Max 12.997015 77.696800 Clothing Store Bengaluru
1649 Garudacharpalya 12.993425 77.700516 Noodle Bar 12.997432 77.696491 Asian Restaurant Bengaluru
1650 Garudacharpalya 12.993425 77.700516 Hanoi 12.995701 77.696247 Vietnamese Restaurant Bengaluru
1651 Garudacharpalya 12.993425 77.700516 Nasi and Mee 12.996286 77.695201 Noodle House Bengaluru
1652 Garudacharpalya 12.993425 77.700516 KFC 12.997168 77.696233 Fast Food Restaurant Bengaluru
1653 Garudacharpalya 12.993425 77.700516 Udipi Park 12.994513 77.699247 Fast Food Restaurant Bengaluru
1654 Garudacharpalya 12.993425 77.700516 Tandoor Box 12.992469 77.702759 BBQ Joint Bengaluru
1655 Garudacharpalya 12.993425 77.700516 tibbs frankie 12.992132 77.702944 Snack Place Bengaluru
1656 Garudacharpalya 12.993425 77.700516 India Garage Service 12.996080 77.701334 Auto Workshop Bengaluru
1657 Garudacharpalya 12.993425 77.700516 Daily Bread @ Brigade Metropolis 12.991303 77.702805 Bakery Bengaluru
1658 Garudacharpalya 12.993425 77.700516 Café Noir 12.996126 77.695260 French Restaurant Bengaluru
1659 Garudacharpalya 12.993425 77.700516 Pantaloons 12.997457 77.696252 Clothing Store Bengaluru
1660 Garudacharpalya 12.993425 77.700516 PVR Gold, VR Bengaluru 12.993301 77.695419 Movie Theater Bengaluru
1661 Garudacharpalya 12.993425 77.700516 Pheonix Market City - Barley 12.996178 77.693681 American Restaurant Bengaluru
1662 Kadugudi 12.990800 77.760800 Domino's Pizza 12.997000 77.756000 Pizza Place Bengaluru
1663 Kadugudi 12.990800 77.760800 White Field railway station 12.996363 77.759879 Platform Bengaluru
1664 Kadugudi 12.990800 77.760800 Whitefield Railway Station 12.996534 77.761483 Train Station Bengaluru
1665 Kadugudi 12.990800 77.760800 State Bank of India ATM 12.983470 77.762059 ATM Bengaluru
1666 Kadugudi 12.990800 77.760800 ME (Meat And Eat) 12.983647 77.766304 Burger Joint Bengaluru
1667 Hagadooru 12.966100 77.757000 Herbs and Spices 12.968145 77.750862 Eastern European Restaurant Bengaluru
1668 Hagadooru 12.966100 77.757000 153 Biere Street 12.962717 77.750815 Brewery Bengaluru
1669 Hagadooru 12.966100 77.757000 The Biere Club 12.962716 77.750845 Brewery Bengaluru
1670 Hagadooru 12.966100 77.757000 Royal Orchid Suites 12.966774 77.751262 Hotel Bengaluru
1671 Hagadooru 12.966100 77.757000 Chef Baker's 12.969730 77.751302 Bakery Bengaluru
1672 Hagadooru 12.966100 77.757000 Golds Gym 12.972217 77.750529 Gym / Fitness Center Bengaluru
1673 Hagadooru 12.966100 77.757000 Cafe Coffee Day 12.963940 77.748563 Café Bengaluru
1674 Hagadooru 12.966100 77.757000 Mustard & Cress 12.962880 77.750788 Restaurant Bengaluru
1675 Hagadooru 12.966100 77.757000 The river side bar and kitchen 12.967298 77.749614 Hotel Bar Bengaluru
1676 Hagadooru 12.966100 77.757000 Cheenavala 12.966435 77.749368 Kerala Restaurant Bengaluru
1677 Hagadooru 12.966100 77.757000 refresh 12.965621 77.749234 Café Bengaluru
1678 Doddanekkundi 12.976395 77.694118 X-Torque 12.977570 77.693483 Motorcycle Shop Bengaluru
1679 Doddanekkundi 12.976395 77.694118 The Brew and Barbeque 12.979946 77.692966 BBQ Joint Bengaluru
1680 Doddanekkundi 12.976395 77.694118 Jalsa 12.977683 77.695476 Indian Restaurant Bengaluru
1681 Doddanekkundi 12.976395 77.694118 Kabab Magic 12.978704 77.695532 Fried Chicken Joint Bengaluru
1682 Doddanekkundi 12.976395 77.694118 Subway 12.980265 77.694095 Sandwich Place Bengaluru
1683 Doddanekkundi 12.976395 77.694118 Flechazo 12.974379 77.697400 Mediterranean Restaurant Bengaluru
1684 Doddanekkundi 12.976395 77.694118 Cafe Coffee Day 12.979550 77.694346 Coffee Shop Bengaluru
1685 Doddanekkundi 12.976395 77.694118 Lumiere 12.977280 77.695229 Restaurant Bengaluru
1686 Doddanekkundi 12.976395 77.694118 CineMAX 12.979687 77.693910 Multiplex Bengaluru
1687 Doddanekkundi 12.976395 77.694118 cinemax, soul space arena 12.979033 77.693295 Movie Theater Bengaluru
1688 Doddanekkundi 12.976395 77.694118 Spice Pavilion 12.977715 77.692932 Diner Bengaluru
1689 Doddanekkundi 12.976395 77.694118 SBX Sports & Music Cafe 12.979571 77.694530 Sports Bar Bengaluru
1690 Doddanekkundi 12.976395 77.694118 Cafe Coffee Day 12.982808 77.693899 Coffee Shop Bengaluru
1691 Doddanekkundi 12.976395 77.694118 Wells Fargo Centre 12.978622 77.694581 Office Bengaluru
1692 Doddanekkundi 12.976395 77.694118 spree hotels 12.978961 77.694559 Indian Restaurant Bengaluru
1693 Doddanekkundi 12.976395 77.694118 Kaati Zone 12.979743 77.693675 Fast Food Restaurant Bengaluru
1694 Doddanekkundi 12.976395 77.694118 Samsung Cafeteria Phoenix bldg 12.980247 77.697086 Cafeteria Bengaluru
1695 Doddanekkundi 12.976395 77.694118 Callista Bar & Kitchen 12.980596 77.693488 Food Bengaluru
1696 Doddanekkundi 12.976395 77.694118 Alpine Eco Joggers Track 12.973116 77.700170 Park Bengaluru
1697 Doddanekkundi 12.976395 77.694118 Alpine Mart super market 12.974004 77.700999 Department Store Bengaluru
1698 Doddanekkundi 12.976395 77.694118 Gateway super Bazar 12.972868 77.700826 Department Store Bengaluru
1699 Doddanekkundi 12.976395 77.694118 Gopal Dhaba 12.968976 77.693580 Indian Restaurant Bengaluru
1700 Doddanekkundi 12.976395 77.694118 Dial A Chaat 12.973584 77.701312 Breakfast Spot Bengaluru
1701 Marathalli 12.964648 77.701769 Torq 3 12.962903 77.703468 Racetrack Bengaluru
1702 Marathalli 12.964648 77.701769 6000 Miles To Isle Of Man 12.965865 77.701888 Motorcycle Shop Bengaluru
1703 Marathalli 12.964648 77.701769 Hotel Mariya Circle 12.958453 77.699471 Indian Restaurant Bengaluru
1704 Marathalli 12.964648 77.701769 Suchithra Biryani House 12.956756 77.702028 Indian Restaurant Bengaluru
1705 Marathalli 12.964648 77.701769 Thalassery Restaurant 12.956743 77.702652 Kerala Restaurant Bengaluru
1706 Marathalli 12.964648 77.701769 Delhiwalle 12.961735 77.701487 Indian Restaurant Bengaluru
1707 Marathalli 12.964648 77.701769 A2B Adayar Ananda Bhavan 12.956770 77.702360 Vegetarian / Vegan Restaurant Bengaluru
1708 Marathalli 12.964648 77.701769 Wangs Kitchen 12.961528 77.701635 Chinese Restaurant Bengaluru
1709 Marathalli 12.964648 77.701769 Adyar Ananda Bhavan (A2B) 12.956716 77.702875 Vegetarian / Vegan Restaurant Bengaluru
1710 Marathalli 12.964648 77.701769 Cafe Coffee day 12.966507 77.709676 Coffee Shop Bengaluru
1711 Marathalli 12.964648 77.701769 Malgudi 12.965078 77.701949 Indian Restaurant Bengaluru
1712 Marathalli 12.964648 77.701769 E-Zone Club 12.963074 77.703080 Racetrack Bengaluru
1713 Marathalli 12.964648 77.701769 Paprica Restaurant (Infusion) 12.965510 77.701912 Indian Restaurant Bengaluru
1714 Marathalli 12.964648 77.701769 Shogun 12.964884 77.702056 Chinese Restaurant Bengaluru
1715 Marathalli 12.964648 77.701769 Cafe Coffee Day 12.968913 77.701004 Coffee Shop Bengaluru
1716 Marathalli 12.964648 77.701769 CCD lounge 12.962184 77.701569 Café Bengaluru
1717 Marathalli 12.964648 77.701769 The French Loaf 12.959887 77.701200 Dessert Shop Bengaluru
1718 Marathalli 12.964648 77.701769 Salt & Pepper 12.958599 77.699207 Indian Restaurant Bengaluru
1719 Marathalli 12.964648 77.701769 Ganesh Bhavan 12.963422 77.708841 Udupi Restaurant Bengaluru
1720 Marathalli 12.964648 77.701769 Creamee n Spicee 12.957658 77.701183 Ice Cream Shop Bengaluru
1721 Marathalli 12.964648 77.701769 Ragam Supermarket 12.966714 77.709604 Department Store Bengaluru
1722 Marathalli 12.964648 77.701769 Max Shoppee 12.956893 77.699702 Convenience Store Bengaluru
1723 Marathalli 12.964648 77.701769 Max outlet, marathahalli 12.956978 77.699395 Clothing Store Bengaluru
1724 Marathalli 12.964648 77.701769 Puma Factory Outlet 12.956934 77.699462 Shoe Store Bengaluru
1725 Marathalli 12.964648 77.701769 Levi's Factory Outlet 12.956960 77.699098 Clothing Store Bengaluru
1726 Marathalli 12.964648 77.701769 Gateway super Bazar 12.972868 77.700826 Department Store Bengaluru
1727 Marathalli 12.964648 77.701769 Alpine Eco Joggers Track 12.973116 77.700170 Park Bengaluru
1728 Marathalli 12.964648 77.701769 Nike Factory Store 12.956793 77.697913 Clothing Store Bengaluru
1729 Marathalli 12.964648 77.701769 Dial A Chaat 12.973584 77.701312 Breakfast Spot Bengaluru
1730 Marathalli 12.964648 77.701769 Thulasi Theatre 12.956341 77.698260 Movie Theater Bengaluru
1731 HAL Airport 12.951466 77.670617 Glassy 12.947507 77.671874 Lounge Bengaluru
1732 HAL Airport 12.951466 77.670617 HAL Airport, Bangalore 12.954375 77.676001 Airport Terminal Bengaluru
1733 HAL Airport 12.951466 77.670617 Thar 12.958394 77.666556 Antique Shop Bengaluru
1734 HAL Airport 12.951466 77.670617 Manjushree Sweets & Contiments 12.945065 77.677002 Tea Room Bengaluru
1735 HAL Airport 12.951466 77.670617 The Donut Bakers 12.945083 77.677080 Donut Shop Bengaluru
1736 HAL Airport 12.951466 77.670617 HAL Main Gate 12.958627 77.665074 Bus Stop Bengaluru
1737 Jeevanbhima Nagar 12.964861 77.651200 The Leela Palace 12.960928 77.648556 Hotel Bengaluru
1738 Jeevanbhima Nagar 12.964861 77.651200 Citrus - The Leela Palace 12.961606 77.648455 Restaurant Bengaluru
1739 Jeevanbhima Nagar 12.964861 77.651200 Leon Grill 12.969112 77.648788 Burger Joint Bengaluru
1740 Jeevanbhima Nagar 12.964861 77.651200 Laddoos 12.968609 77.649644 Indian Restaurant Bengaluru
1741 Jeevanbhima Nagar 12.964861 77.651200 Soo Ra Sang 12.965619 77.649143 Korean Restaurant Bengaluru
1742 Jeevanbhima Nagar 12.964861 77.651200 Jamavar 12.960902 77.648654 Indian Restaurant Bengaluru
1743 Jeevanbhima Nagar 12.964861 77.651200 Big Pitcher 12.960101 77.646946 Brewery Bengaluru
1744 Jeevanbhima Nagar 12.964861 77.651200 Cafe Thulp 12.970545 77.647153 Burger Joint Bengaluru
1745 Jeevanbhima Nagar 12.964861 77.651200 Le Cirque Signature 12.960797 77.648597 French Restaurant Bengaluru
1746 Jeevanbhima Nagar 12.964861 77.651200 The Fatty Bao 12.970430 77.645103 Asian Restaurant Bengaluru
1747 Jeevanbhima Nagar 12.964861 77.651200 Natural Ice Cream 12.970350 77.644545 Ice Cream Shop Bengaluru
1748 Jeevanbhima Nagar 12.964861 77.651200 cream stone 12.970448 77.647045 Ice Cream Shop Bengaluru
1749 Jeevanbhima Nagar 12.964861 77.651200 Monkey Bar 12.970399 77.645271 Pub Bengaluru
1750 Jeevanbhima Nagar 12.964861 77.651200 Anand Sweets 12.960166 77.645168 Indian Restaurant Bengaluru
1751 Jeevanbhima Nagar 12.964861 77.651200 Shabari Juice Junction 12.968701 77.648881 Juice Bar Bengaluru
1752 Jeevanbhima Nagar 12.964861 77.651200 Zaitoon 12.959949 77.646978 Middle Eastern Restaurant Bengaluru
1753 Jeevanbhima Nagar 12.964861 77.651200 Bombay Brasserie 12.970340 77.645871 Multicuisine Indian Restaurant Bengaluru
1754 Jeevanbhima Nagar 12.964861 77.651200 Shebestan 12.959361 77.648738 Middle Eastern Restaurant Bengaluru
1755 Jeevanbhima Nagar 12.964861 77.651200 Library Bar 12.961288 77.648629 Bar Bengaluru
1756 Jeevanbhima Nagar 12.964861 77.651200 Sri Udupi Park 12.962163 77.649319 Indian Restaurant Bengaluru
1757 Jeevanbhima Nagar 12.964861 77.651200 Delicacy 12.967897 77.652980 Chinese Restaurant Bengaluru
1758 Jeevanbhima Nagar 12.964861 77.651200 Haagen Dazs 12.970251 77.644000 Ice Cream Shop Bengaluru
1759 Jeevanbhima Nagar 12.964861 77.651200 Tayabbs 12.969312 77.647748 BBQ Joint Bengaluru
1760 Jeevanbhima Nagar 12.964861 77.651200 Cha Bar & Oxford Book Store 12.960355 77.648700 Bar Bengaluru
1761 Jeevanbhima Nagar 12.964861 77.651200 Zen 12.960905 77.648732 Asian Restaurant Bengaluru
1762 Jeevanbhima Nagar 12.964861 77.651200 The Leela Spa & Fitness Centre 12.961124 77.648514 Spa Bengaluru
1763 Jeevanbhima Nagar 12.964861 77.651200 New Punjabi Hotel 12.959296 77.655543 Indian Restaurant Bengaluru
1764 Jeevanbhima Nagar 12.964861 77.651200 Monkey Bar 12.970329 77.645107 Bar Bengaluru
1765 Jeevanbhima Nagar 12.964861 77.651200 Leela Galleria 12.960112 77.648535 Shopping Mall Bengaluru
1766 Jeevanbhima Nagar 12.964861 77.651200 Burrito King 12.970913 77.647256 Mexican Restaurant Bengaluru
1767 Jeevanbhima Nagar 12.964861 77.651200 Fossil 12.970484 77.646810 Accessories Store Bengaluru
1768 Jeevanbhima Nagar 12.964861 77.651200 New Punjabi Hotel 12.972645 77.646834 Indian Restaurant Bengaluru
1769 Jeevanbhima Nagar 12.964861 77.651200 Plantain Leaf 12.971893 77.654798 Indian Restaurant Bengaluru
1770 Jeevanbhima Nagar 12.964861 77.651200 Lazy Suzy 12.970914 77.647307 Café Bengaluru
1771 Jeevanbhima Nagar 12.964861 77.651200 Annapoorani 12.970450 77.646449 Indian Restaurant Bengaluru
1772 Jeevanbhima Nagar 12.964861 77.651200 Hyderabad Biryaani House 12.959209 77.656490 Indian Restaurant Bengaluru
1773 Jeevanbhima Nagar 12.964861 77.651200 Domino's Pizza 12.960000 77.656000 Pizza Place Bengaluru
1774 Jeevanbhima Nagar 12.964861 77.651200 Barista 12.959914 77.648621 Café Bengaluru
1775 Jeevanbhima Nagar 12.964861 77.651200 cafe coffee day 12.959425 77.653006 Café Bengaluru
1776 Jeevanbhima Nagar 12.964861 77.651200 20 Char 12.959320 77.648777 Coffee Shop Bengaluru
1777 Jeevanbhima Nagar 12.964861 77.651200 Cafe Coffee Day 12.960814 77.646133 Café Bengaluru
1778 Jeevanbhima Nagar 12.964861 77.651200 Srinidhi Sagar 12.960529 77.645682 Indian Restaurant Bengaluru
1779 Jeevanbhima Nagar 12.964861 77.651200 Eclipse (Athena) 12.960164 77.647944 Nightclub Bengaluru
1780 Jeevanbhima Nagar 12.964861 77.651200 Cafe Srinidhi 12.969350 77.647729 Indian Restaurant Bengaluru
1781 Jeevanbhima Nagar 12.964861 77.651200 Sly Granny 12.970548 77.646403 Speakeasy Bengaluru
1782 Jeevanbhima Nagar 12.964861 77.651200 Lavazza 12.960312 77.648610 Café Bengaluru
1783 Jeevanbhima Nagar 12.964861 77.651200 The Biryanis 12.967786 77.654370 Indian Restaurant Bengaluru
1784 Jeevanbhima Nagar 12.964861 77.651200 Cafe Coffee Day 12.967722 77.654355 Café Bengaluru
1785 Jeevanbhima Nagar 12.964861 77.651200 Glocal Junction 12.970309 77.644885 Cocktail Bar Bengaluru
1786 Jeevanbhima Nagar 12.964861 77.651200 Green pepper 12.968723 77.648875 Indian Restaurant Bengaluru
1787 Jeevanbhima Nagar 12.964861 77.651200 Harrys Pub 12.971465 77.647261 Pub Bengaluru
1788 Jeevanbhima Nagar 12.964861 77.651200 Bob's 12.969481 77.651839 Indian Restaurant Bengaluru
1789 Jeevanbhima Nagar 12.964861 77.651200 Dakshin Cafe 12.968048 77.652246 Indian Restaurant Bengaluru
1790 Jeevanbhima Nagar 12.964861 77.651200 Mani's Dum Biryani 12.968848 77.648066 Indian Restaurant Bengaluru
1791 Jeevanbhima Nagar 12.964861 77.651200 Kaayal 12.968259 77.650536 Indian Restaurant Bengaluru
1792 Jeevanbhima Nagar 12.964861 77.651200 Madurai Idly Shop 12.971472 77.647190 Vegetarian / Vegan Restaurant Bengaluru
1793 Jeevanbhima Nagar 12.964861 77.651200 Rahhams (Richies) 12.960147 77.645863 Indian Restaurant Bengaluru
1794 Jeevanbhima Nagar 12.964861 77.651200 Matthan Hotel 12.959337 77.648531 Hotel Bengaluru
1795 Jeevanbhima Nagar 12.964861 77.651200 Malabar Hotel 12.967761 77.654399 Indian Restaurant Bengaluru
1796 Jeevanbhima Nagar 12.964861 77.651200 McDonald's 12.958693 77.656742 Fast Food Restaurant Bengaluru
1797 Jeevanbhima Nagar 12.964861 77.651200 The French Loaf 12.969454 77.647704 Bakery Bengaluru
1798 Jeevanbhima Nagar 12.964861 77.651200 KFC 12.959233 77.656927 Fast Food Restaurant Bengaluru
1799 Jeevanbhima Nagar 12.964861 77.651200 Beijing Bites 12.968878 77.648004 Chinese Restaurant Bengaluru
1800 Jeevanbhima Nagar 12.964861 77.651200 Sterling's MAC Hotel 12.959434 77.648669 Roof Deck Bengaluru
1801 Jeevanbhima Nagar 12.964861 77.651200 Amoeba Sports Bar 12.960256 77.648531 Sports Bar Bengaluru
1802 Jeevanbhima Nagar 12.964861 77.651200 6 Ballygunge Place 12.970518 77.646861 Indian Restaurant Bengaluru
1803 Jeevanbhima Nagar 12.964861 77.651200 Mast Kalandar 12.968614 77.649616 Indian Restaurant Bengaluru
1804 Jeevanbhima Nagar 12.964861 77.651200 Coastal Junction 12.970790 77.647178 Indian Restaurant Bengaluru
1805 Jeevanbhima Nagar 12.964861 77.651200 Empire Restaurant 12.969967 77.647483 Indian Restaurant Bengaluru
1806 Jeevanbhima Nagar 12.964861 77.651200 Bootlegger Indiranagar 12.970866 77.647535 Pub Bengaluru
1807 Jeevanbhima Nagar 12.964861 77.651200 Rahams Families 12.960126 77.645964 Indian Restaurant Bengaluru
1808 Jeevanbhima Nagar 12.964861 77.651200 McDonald's 12.959287 77.656863 Fast Food Restaurant Bengaluru
1809 Jeevanbhima Nagar 12.964861 77.651200 Thippasandra Market 12.973181 77.647944 Flea Market Bengaluru
1810 Jeevanbhima Nagar 12.964861 77.651200 Manipal Hospital 12.959238 77.649208 Hospital Bengaluru
1811 Jeevanbhima Nagar 12.964861 77.651200 Chung's Pavilion 12.971832 77.647109 Chinese Restaurant Bengaluru
1812 Jeevanbhima Nagar 12.964861 77.651200 Paratha House 12.959894 77.644590 Indian Restaurant Bengaluru
1813 Jeevanbhima Nagar 12.964861 77.651200 Cafe Coffee Day 12.959232 77.654748 Coffee Shop Bengaluru
1814 Jeevanbhima Nagar 12.964861 77.651200 Isro Signal 12.959300 77.654376 Intersection Bengaluru
1815 Jeevanbhima Nagar 12.964861 77.651200 Maduri Grand 12.959124 77.654102 Indian Restaurant Bengaluru
1816 Jeevanbhima Nagar 12.964861 77.651200 Shri Udupi Park 12.959303 77.656076 Restaurant Bengaluru
1817 Jeevanbhima Nagar 12.964861 77.651200 Crunch Pizza 12.971304 77.650511 Italian Restaurant Bengaluru
1818 Jeevanbhima Nagar 12.964861 77.651200 FAASO'S 12.960242 77.645293 Burrito Place Bengaluru
1819 Jeevanbhima Nagar 12.964861 77.651200 Sethji's 12.964211 77.643883 Diner Bengaluru
1820 Jeevanbhima Nagar 12.964861 77.651200 The Urban Hotel 12.958412 77.649538 Hotel Bengaluru
1821 Jeevanbhima Nagar 12.964861 77.651200 HAL bus stand 12.959263 77.655534 Bus Station Bengaluru
1822 Jeevanbhima Nagar 12.964861 77.651200 Goli vada pau 12.959006 77.655299 Fast Food Restaurant Bengaluru
1823 Jeevanbhima Nagar 12.964861 77.651200 Juicy 12.958884 77.655339 Juice Bar Bengaluru
1824 Jeevanbhima Nagar 12.964861 77.651200 Sai Bhavan 12.972174 77.652778 Indian Restaurant Bengaluru
1825 Jeevanbhima Nagar 12.964861 77.651200 Delhi6 12.957637 77.653835 Chinese Restaurant Bengaluru
1826 Jeevanbhima Nagar 12.964861 77.651200 612East 12.970430 77.645693 Pub Bengaluru
1827 Jeevanbhima Nagar 12.964861 77.651200 Treat 12.971864 77.647115 Indian Restaurant Bengaluru
1828 Jeevanbhima Nagar 12.964861 77.651200 Clay Pot 12.960032 77.644731 Indian Restaurant Bengaluru
1829 Jeevanbhima Nagar 12.964861 77.651200 More 12.971678 77.655588 Grocery Store Bengaluru
1830 Jeevanbhima Nagar 12.964861 77.651200 Citi Food Centre 12.956744 77.649519 Department Store Bengaluru
1831 Jeevanbhima Nagar 12.964861 77.651200 Watta's Multi Cuisine Restaurant 12.956713 77.653906 Indian Restaurant Bengaluru
1832 Jogupalya 12.973267 77.633781 Citi Nest Sports Centre 12.974748 77.633040 Athletics & Sports Bengaluru
1833 Jogupalya 12.973267 77.633781 Khan Saheb 12.971307 77.635043 Indian Restaurant Bengaluru
1834 Jogupalya 12.973267 77.633781 Corner House 12.969973 77.637453 Ice Cream Shop Bengaluru
1835 Jogupalya 12.973267 77.633781 Imperial Restaurant 12.975520 77.636186 Indian Restaurant Bengaluru
1836 Jogupalya 12.973267 77.633781 Ooty Chocolates 12.971345 77.635324 Candy Store Bengaluru
1837 Jogupalya 12.973267 77.633781 Infinitea 12.968968 77.636111 Tea Room Bengaluru
1838 Jogupalya 12.973267 77.633781 Kim Lee 12.973633 77.635913 Chinese Restaurant Bengaluru
1839 Jogupalya 12.973267 77.633781 League of Extraordinary Gamers 12.967099 77.636919 Gaming Cafe Bengaluru
1840 Jogupalya 12.973267 77.633781 Vero Moda 12.972808 77.641225 Boutique Bengaluru
1841 Jogupalya 12.973267 77.633781 Chinita Real Mexican Food 12.980977 77.637205 Mexican Restaurant Bengaluru
1842 Jogupalya 12.973267 77.633781 Terra 12.980417 77.637161 Café Bengaluru
1843 Jogupalya 12.973267 77.633781 Bodycraft 12.968497 77.641289 Spa Bengaluru
1844 Jogupalya 12.973267 77.633781 Retro Lounge Bar 12.972614 77.626700 Bar Bengaluru
1845 Jogupalya 12.973267 77.633781 Smoor Chocolates by Bliss 12.969913 77.641283 Chocolate Shop Bengaluru
1846 Jogupalya 12.973267 77.633781 Mamagoto 12.970113 77.639173 Asian Restaurant Bengaluru
1847 Jogupalya 12.973267 77.633781 Krispy Kreme Doughnuts 12.970094 77.640671 Bakery Bengaluru
1848 Jogupalya 12.973267 77.633781 The Humming Tree - Music Venue and Bar 12.970125 77.639161 Music Venue Bengaluru
1849 Jogupalya 12.973267 77.633781 Yogisthan 12.981037 77.638348 Café Bengaluru
1850 Jogupalya 12.973267 77.633781 Glen's Bakehouse 12.979148 77.640635 Bakery Bengaluru
1851 Jogupalya 12.973267 77.633781 Mother Cluckers 12.970176 77.640243 Restaurant Bengaluru
1852 Jogupalya 12.973267 77.633781 California Burrito 12.967528 77.636722 Burrito Place Bengaluru
1853 Jogupalya 12.973267 77.633781 Esplanade Calcutta Cuisine 12.978779 77.636735 Bengali Restaurant Bengaluru
1854 Jogupalya 12.973267 77.633781 Phobidden Fruit 12.969959 77.639620 Vietnamese Restaurant Bengaluru
1855 Jogupalya 12.973267 77.633781 Stoner 12.976363 77.641188 Dessert Shop Bengaluru
1856 Jogupalya 12.973267 77.633781 The Black Rabbit 12.969891 77.641251 Pub Bengaluru
1857 Jogupalya 12.973267 77.633781 Nagarjuna 12.977511 77.636556 Andhra Restaurant Bengaluru
1858 Jogupalya 12.973267 77.633781 Bite Me Cupcakes 12.970711 77.641311 Cupcake Shop Bengaluru
1859 Jogupalya 12.973267 77.633781 Annapoorani 12.974672 77.636031 Indian Restaurant Bengaluru
1860 Jogupalya 12.973267 77.633781 LOFT 38 12.971167 77.641203 Lounge Bengaluru
1861 Jogupalya 12.973267 77.633781 Tandoori Taal 12.968514 77.636255 Indian Restaurant Bengaluru
1862 Jogupalya 12.973267 77.633781 Doff Pub 12.977382 77.640817 Pub Bengaluru
1863 Jogupalya 12.973267 77.633781 Bangalore Mandarin 12.977584 77.636584 Chinese Restaurant Bengaluru
1864 Jogupalya 12.973267 77.633781 Bliss Chocolate Lounge 12.970570 77.642049 Cupcake Shop Bengaluru
1865 Jogupalya 12.973267 77.633781 Take 5 12.975554 77.641184 Pub Bengaluru
1866 Jogupalya 12.973267 77.633781 Creme & Crust 12.974956 77.641087 Café Bengaluru
1867 Jogupalya 12.973267 77.633781 Cream Centre 12.971448 77.641181 Indian Restaurant Bengaluru
1868 Jogupalya 12.973267 77.633781 Sri Udupi Park 12.973617 77.641104 Udupi Restaurant Bengaluru
1869 Jogupalya 12.973267 77.633781 M.K. Retail 12.978261 77.634805 Department Store Bengaluru
1870 Jogupalya 12.973267 77.633781 Hotel Shalimar Bar and Restaurant 12.978253 77.637368 Bar Bengaluru
1871 Jogupalya 12.973267 77.633781 Chianti Ristorante & Wine Bar 12.970167 77.640346 Italian Restaurant Bengaluru
1872 Jogupalya 12.973267 77.633781 Bricklane Grill 12.969920 77.641093 Restaurant Bengaluru
1873 Jogupalya 12.973267 77.633781 Vapour - Pub and Brewery 12.969400 77.641268 Brewery Bengaluru
1874 Jogupalya 12.973267 77.633781 Meghana Foods 12.978259 77.637850 Andhra Restaurant Bengaluru
1875 Jogupalya 12.973267 77.633781 Hangover 12.970078 77.638399 Lounge Bengaluru
1876 Jogupalya 12.973267 77.633781 Loft38 Lounge 12.971280 77.641175 Cocktail Bar Bengaluru
1877 Jogupalya 12.973267 77.633781 B Flat 12.968859 77.641110 Lounge Bengaluru
1878 Jogupalya 12.973267 77.633781 The Kitchen Of Joy 12.968547 77.636330 Fast Food Restaurant Bengaluru
1879 Jogupalya 12.973267 77.633781 1131 Bar N Kitchen 12.969916 77.641344 Cocktail Bar Bengaluru
1880 Jogupalya 12.973267 77.633781 Bhartiya Jalpan 12.968684 77.641482 Restaurant Bengaluru
1881 Jogupalya 12.973267 77.633781 Namdhari's Fresh 12.970208 77.640785 Grocery Store Bengaluru
1882 Jogupalya 12.973267 77.633781 Breadworks 12.973815 77.641987 Bakery Bengaluru
1883 Jogupalya 12.973267 77.633781 Chaipatty Teafe 12.969546 77.641283 Tea Room Bengaluru
1884 Jogupalya 12.973267 77.633781 Domino's Pizza 12.969042 77.629077 Pizza Place Bengaluru
1885 Jogupalya 12.973267 77.633781 Blistering Barnacles 12.975469 77.641248 Pub Bengaluru
1886 Jogupalya 12.973267 77.633781 The People's Art Cafe 12.973840 77.642183 Café Bengaluru
1887 Jogupalya 12.973267 77.633781 High Note Bar and Dining 12.968883 77.641163 Diner Bengaluru
1888 Jogupalya 12.973267 77.633781 Chili's Grill & Bar 12.969237 77.641414 Tex-Mex Restaurant Bengaluru
1889 Jogupalya 12.973267 77.633781 Esplanade 12.969199 77.641473 Indian Restaurant Bengaluru
1890 Jogupalya 12.973267 77.633781 Vietnamese Kitchen 12.966452 77.637338 Vietnamese Restaurant Bengaluru
1891 Jogupalya 12.973267 77.633781 Vasudev Adiga's 12.981218 77.637081 Indian Restaurant Bengaluru
1892 Jogupalya 12.973267 77.633781 Ulsoor Metro Station 12.976108 77.626375 Light Rail Station Bengaluru
1893 Jogupalya 12.973267 77.633781 Terrazzo 12.969337 77.641404 Italian Restaurant Bengaluru
1894 Jogupalya 12.973267 77.633781 Annapoorani 12.972472 77.629352 Indian Restaurant Bengaluru
1895 Jogupalya 12.973267 77.633781 Aaha Andhra 12.969154 77.636017 Andhra Restaurant Bengaluru
1896 Jogupalya 12.973267 77.633781 Tea Journey 12.968956 77.636168 Café Bengaluru
1897 Jogupalya 12.973267 77.633781 Figurine Fitness 12.968899 77.636144 Gym / Fitness Center Bengaluru
1898 Jogupalya 12.973267 77.633781 Namdhari's Fresh 12.966155 77.637584 Food & Drink Shop Bengaluru
1899 Jogupalya 12.973267 77.633781 Allen Solly 12.968051 77.641239 Clothing Store Bengaluru
1900 Jogupalya 12.973267 77.633781 The Beer Joint 12.981301 77.636639 Pub Bengaluru
1901 Jogupalya 12.973267 77.633781 sk donne Biryani 12.981124 77.636931 Indian Restaurant Bengaluru
1902 Jogupalya 12.973267 77.633781 Curry Meen 12.981355 77.637289 Asian Restaurant Bengaluru
1903 Jogupalya 12.973267 77.633781 New Shahi 12.981450 77.637327 Falafel Restaurant Bengaluru
1904 Ulsoor 12.977879 77.624670 Conrad Bengaluru 12.975762 77.621043 Hotel Bengaluru
1905 Ulsoor 12.977879 77.624670 Foodhall 12.973486 77.620117 Department Store Bengaluru
1906 Ulsoor 12.977879 77.624670 Vivanta by Taj 12.973365 77.619951 Hotel Bengaluru
1907 Ulsoor 12.977879 77.624670 Marks & Spencer 12.973272 77.620166 Clothing Store Bengaluru
1908 Ulsoor 12.977879 77.624670 Yauatcha 12.973318 77.620072 Asian Restaurant Bengaluru
1909 Ulsoor 12.977879 77.624670 The Oberoi 12.973457 77.618289 Hotel Bengaluru
1910 Ulsoor 12.977879 77.624670 Retro Lounge Bar 12.972614 77.626700 Bar Bengaluru
1911 Ulsoor 12.977879 77.624670 Häagen-Dazs 12.973018 77.619914 Ice Cream Shop Bengaluru
1912 Ulsoor 12.977879 77.624670 Teppan 12.975727 77.616879 Japanese Restaurant Bengaluru
1913 Ulsoor 12.977879 77.624670 i-BAR 12.973823 77.619328 Hotel Bar Bengaluru
1914 Ulsoor 12.977879 77.624670 Ice Bar 12.973554 77.619959 Bar Bengaluru
1915 Ulsoor 12.977879 77.624670 Graze 12.973511 77.619937 Modern European Restaurant Bengaluru
1916 Ulsoor 12.977879 77.624670 TGIF 12.973099 77.621398 Pub Bengaluru
1917 Ulsoor 12.977879 77.624670 Citi Nest Sports Centre 12.974748 77.633040 Athletics & Sports Bengaluru
1918 Ulsoor 12.977879 77.624670 Barbeque Nation (Lido Mall) 12.973061 77.621537 BBQ Joint Bengaluru
1919 Ulsoor 12.977879 77.624670 Being Human 12.972779 77.620070 Clothing Store Bengaluru
1920 Ulsoor 12.977879 77.624670 Marzipan Cafe & Bakery 12.974776 77.619465 Mediterranean Restaurant Bengaluru
1921 Ulsoor 12.977879 77.624670 Benjarong 12.975615 77.616916 Thai Restaurant Bengaluru
1922 Ulsoor 12.977879 77.624670 Carnival-De-Goa 12.974941 77.620096 Seafood Restaurant Bengaluru
1923 Ulsoor 12.977879 77.624670 The Coffee Bean & Tea Leaf 12.973469 77.620079 Café Bengaluru
1924 Ulsoor 12.977879 77.624670 Monsoon @ The Park 12.973697 77.619635 Diner Bengaluru
1925 Ulsoor 12.977879 77.624670 Aqua 12.973761 77.619204 Nightclub Bengaluru
1926 Ulsoor 12.977879 77.624670 Cafe Mozaic 12.973642 77.619762 Restaurant Bengaluru
1927 Ulsoor 12.977879 77.624670 Le Jardin 12.973562 77.617864 French Restaurant Bengaluru
1928 Ulsoor 12.977879 77.624670 The Bombay Store 12.973302 77.619969 Arts & Crafts Store Bengaluru
1929 Ulsoor 12.977879 77.624670 The Grill House 12.974887 77.620087 Steakhouse Bengaluru
1930 Ulsoor 12.977879 77.624670 Starbucks 12.972374 77.618546 Coffee Shop Bengaluru
1931 Ulsoor 12.977879 77.624670 The Tao Terraces 12.973372 77.620349 Thai Restaurant Bengaluru
1932 Ulsoor 12.977879 77.624670 Rim Naam 12.973580 77.617894 Asian Restaurant Bengaluru
1933 Ulsoor 12.977879 77.624670 Szechwan Court 12.973511 77.618082 Chinese Restaurant Bengaluru
1934 Ulsoor 12.977879 77.624670 Ente Keralam 12.975569 77.616943 Indian Restaurant Bengaluru
1935 Ulsoor 12.977879 77.624670 1 MG Road 12.973476 77.620137 Shopping Mall Bengaluru
1936 Ulsoor 12.977879 77.624670 Chai Point 12.973211 77.616802 Café Bengaluru
1937 Ulsoor 12.977879 77.624670 Hyatt Centric Mg Road Bangalore 12.973439 77.621676 Hotel Bengaluru
1938 Ulsoor 12.977879 77.624670 Domino's Pizza 12.973000 77.617000 Pizza Place Bengaluru
1939 Ulsoor 12.977879 77.624670 Ulsoor Metro Station 12.976108 77.626375 Light Rail Station Bengaluru
1940 Ulsoor 12.977879 77.624670 Polo Club 12.973412 77.618002 Bar Bengaluru
1941 Ulsoor 12.977879 77.624670 Cafe Coffee Day Ulsoor Lake 12.979498 77.618151 Café Bengaluru
1942 Ulsoor 12.977879 77.624670 TGI Fridays 12.972714 77.619729 American Restaurant Bengaluru
1943 Ulsoor 12.977879 77.624670 Cafe Coffee Day 12.973148 77.621612 Café Bengaluru
1944 Ulsoor 12.977879 77.624670 Ulsoor Lake Running Trail 12.982977 77.618800 Trail Bengaluru
1945 Ulsoor 12.977879 77.624670 Memories Of China 12.973101 77.619911 Chinese Restaurant Bengaluru
1946 Ulsoor 12.977879 77.624670 Oxford book store 12.973420 77.620119 Bookstore Bengaluru
1947 Ulsoor 12.977879 77.624670 Fort Kochi 12.973640 77.619846 Kerala Restaurant Bengaluru
1948 Ulsoor 12.977879 77.624670 Xian 12.977628 77.618985 Chinese Restaurant Bengaluru
1949 Ulsoor 12.977879 77.624670 Au Bon Pain 12.982170 77.624986 Café Bengaluru
1950 Ulsoor 12.977879 77.624670 The Park Hotel 12.973739 77.619766 Hotel Bengaluru
1951 Ulsoor 12.977879 77.624670 Au Bon Pain 12.982879 77.624741 Café Bengaluru
1952 Ulsoor 12.977879 77.624670 The French Loaf 12.975461 77.617070 Bakery Bengaluru
1953 Ulsoor 12.977879 77.624670 ALDO 12.973301 77.620008 Shoe Store Bengaluru
1954 Ulsoor 12.977879 77.624670 Nilgris Ulsoor 12.977302 77.617922 Department Store Bengaluru
1955 Ulsoor 12.977879 77.624670 Annapoorani 12.972472 77.629352 Indian Restaurant Bengaluru
1956 Bharathi Nagar 13.138476 77.620499 cafe coffee day 13.145366 77.617906 Coffee Shop Bengaluru
1957 Bharathi Nagar 13.138476 77.620499 Hunasamaranahalli Lake 13.144022 77.617664 Lake Bengaluru
1958 Bharathi Nagar 13.138476 77.620499 Parika 13.145124 77.618028 Indian Restaurant Bengaluru
1959 Bharathi Nagar 13.138476 77.620499 Bhagini Grand 13.145833 77.618196 Indian Restaurant Bengaluru
1960 Shivaji Nagar 19.111431 72.867310 Spirit Kitchen and Bar 19.111258 72.869820 Indian Restaurant Bengaluru
1961 Shivaji Nagar 19.111431 72.867310 Peshawri Restaurant, Itc, Mumbai 19.109283 72.869891 Indian Restaurant Bengaluru
1962 Shivaji Nagar 19.111431 72.867310 The Leela 19.109095 72.874114 Hotel Bengaluru
1963 Shivaji Nagar 19.111431 72.867310 ITC Maratha 19.104023 72.869638 Hotel Bengaluru
1964 Shivaji Nagar 19.111431 72.867310 Courtyard Mumbai International Airport 19.114167 72.864131 Hotel Bengaluru
1965 Shivaji Nagar 19.111431 72.867310 Peshawari 19.103954 72.869879 Indian Restaurant Bengaluru
1966 Shivaji Nagar 19.111431 72.867310 Citrus Café 19.109145 72.874148 Indian Restaurant Bengaluru
1967 Shivaji Nagar 19.111431 72.867310 Le Cirque Signature 19.109986 72.873555 Italian Restaurant Bengaluru
1968 Shivaji Nagar 19.111431 72.867310 Gajalee Coastal Food Annexure 19.117567 72.867485 Seafood Restaurant Bengaluru
1969 Shivaji Nagar 19.111431 72.867310 Glass House @ Hyatt Hotel 19.103687 72.871616 Restaurant Bengaluru
1970 Shivaji Nagar 19.111431 72.867310 Hyatt Regency 19.103543 72.871440 Hotel Bengaluru
1971 Shivaji Nagar 19.111431 72.867310 Pan Asian 19.104424 72.869751 Asian Restaurant Bengaluru
1972 Shivaji Nagar 19.111431 72.867310 Domino's Pizza 19.112000 72.867000 Pizza Place Bengaluru
1973 Shivaji Nagar 19.111431 72.867310 Club Lounge 19.103784 72.871657 Lounge Bengaluru
1974 Shivaji Nagar 19.111431 72.867310 Pizza Hut 19.112928 72.864434 Pizza Place Bengaluru
1975 Shivaji Nagar 19.111431 72.867310 Hilton 19.104276 72.870892 Hotel Bengaluru
1976 Shivaji Nagar 19.111431 72.867310 Glass House (Hyatt Regency) 19.103661 72.871565 Coffee Shop Bengaluru
1977 Shivaji Nagar 19.111431 72.867310 Hit & Run 19.107787 72.863333 Falafel Restaurant Bengaluru
1978 Shivaji Nagar 19.111431 72.867310 Faaso's 19.113938 72.862330 Fast Food Restaurant Bengaluru
1979 Shivaji Nagar 19.111431 72.867310 Stax 19.103659 72.871614 Italian Restaurant Bengaluru
1980 Shivaji Nagar 19.111431 72.867310 Club Prana 19.103831 72.871733 Spa Bengaluru
1981 Shivaji Nagar 19.111431 72.867310 Great Wall 19.109154 72.874150 Chinese Restaurant Bengaluru
1982 Shivaji Nagar 19.111431 72.867310 Regency Club @ Hyatt Regency Mumbai 19.103887 72.871914 Lounge Bengaluru
1983 Shivaji Nagar 19.111431 72.867310 China Gate 19.118597 72.869888 Asian Restaurant Bengaluru
1984 Shivaji Nagar 19.111431 72.867310 Dum Pukth 19.104070 72.869822 Indian Restaurant Bengaluru
1985 Shivaji Nagar 19.111431 72.867310 Sai Palace Hotel 19.115373 72.860571 Hotel Bengaluru
1986 Shivaji Nagar 19.111431 72.867310 Apna Dhaba 19.111247 72.870980 Hotel Bar Bengaluru
1987 Shivaji Nagar 19.111431 72.867310 Cafe Coffee Day 19.110733 72.874230 Coffee Shop Bengaluru
1988 Shivaji Nagar 19.111431 72.867310 Poolside 19.109102 72.874084 Pool Bengaluru
1989 Shivaji Nagar 19.111431 72.867310 MoMo Cafe 19.113682 72.864117 Restaurant Bengaluru
1990 Shivaji Nagar 19.111431 72.867310 The Lobby Lounge @ Leela Kempinsky 19.109094 72.874039 Lounge Bengaluru
1991 Shivaji Nagar 19.111431 72.867310 Cafe Coffee Day 19.112272 72.861106 Café Bengaluru
1992 Shivaji Nagar 19.111431 72.867310 Caravan Serai 19.118811 72.870100 Diner Bengaluru
1993 Shivaji Nagar 19.111431 72.867310 Gopal Krishna Veg. Restaurant 19.111768 72.867730 Vegetarian / Vegan Restaurant Bengaluru
1994 Shivaji Nagar 19.111431 72.867310 Persian Darbar 19.109612 72.875765 Indian Restaurant Bengaluru
1995 Shivaji Nagar 19.111431 72.867310 Bon Bon Supermarket JB Nagar 19.110905 72.866818 Department Store Bengaluru
1996 Shivaji Nagar 19.111431 72.867310 The Mirador Mumbai 19.111462 72.860667 Asian Restaurant Bengaluru
1997 Shivaji Nagar 19.111431 72.867310 Upper Crust Lounge 19.104040 72.869838 Hotel Bar Bengaluru
1998 Shivaji Nagar 19.111431 72.867310 Red box Cafe 19.118672 72.869981 Diner Bengaluru
1999 Shivaji Nagar 19.111431 72.867310 Kohinoor Continental 19.112325 72.867943 Hotel Bengaluru
2000 Shivaji Nagar 19.111431 72.867310 Bombay High 19.104262 72.869821 Bar Bengaluru
2001 Shivaji Nagar 19.111431 72.867310 The Peshwa Pavilion 19.104018 72.869868 Indian Restaurant Bengaluru
2002 Shivaji Nagar 19.111431 72.867310 VITS Hotel ★★★★☆ Mumbai 19.111632 72.871314 Hotel Bengaluru
2003 Shivaji Nagar 19.111431 72.867310 Hotel Tunga International 19.117858 72.865159 Hotel Bengaluru
2004 Shivaji Nagar 19.111431 72.867310 Executive Lounge At Hilton Mumbai 19.104404 72.870805 Café Bengaluru
2005 Shivaji Nagar 19.111431 72.867310 Ganesh Palace Restaurant 19.119313 72.863598 Indian Restaurant Bengaluru
2006 Shivaji Nagar 19.111431 72.867310 6 Degrees 19.109112 72.874105 Lounge Bengaluru
2007 Shivaji Nagar 19.111431 72.867310 Somethings Fishy Level 1 19.117869 72.865139 Seafood Restaurant Bengaluru
2008 Shivaji Nagar 19.111431 72.867310 NH1 Kitchen and Bar 19.111335 72.858639 Cocktail Bar Bengaluru
2009 Shivaji Nagar 19.111431 72.867310 Burgs 19.112473 72.866251 Burger Joint Bengaluru
2010 Shivaji Nagar 19.111431 72.867310 Nagpal Fish n Fry 19.107860 72.863312 Seafood Restaurant Bengaluru
2011 Shivaji Nagar 19.111431 72.867310 Sangam BIG Cinemas 19.112427 72.864916 Multiplex Bengaluru
2012 Shivaji Nagar 19.111431 72.867310 Shree 19.112256 72.861113 Restaurant Bengaluru
2013 Shivaji Nagar 19.111431 72.867310 Buckets And Tuckets 19.114376 72.861630 Fast Food Restaurant Bengaluru
2014 Shivaji Nagar 19.111431 72.867310 T24 Residency & Bistro 19.110659 72.874939 Bistro Bengaluru
2015 Shivaji Nagar 19.111431 72.867310 Big Cinemas 19.112662 72.859120 Multiplex Bengaluru
2016 Shivaji Nagar 19.111431 72.867310 Jamavar 19.109179 72.874164 Indian Restaurant Bengaluru
2017 Shivaji Nagar 19.111431 72.867310 Smokin' Joe's 19.111394 72.863216 Pizza Place Bengaluru
2018 Shivaji Nagar 19.111431 72.867310 Cafe Coffee Day 19.106911 72.864016 Café Bengaluru
2019 Shivaji Nagar 19.111431 72.867310 Planet health,j.b.nagar 19.106449 72.866451 Gym Bengaluru
2020 Shivaji Nagar 19.111431 72.867310 Grapevine Gourmet Cuisine 19.111840 72.860749 Vegetarian / Vegan Restaurant Bengaluru
2021 Shivaji Nagar 19.111431 72.867310 Hotel Oriental Aster 19.107943 72.861601 Hotel Bengaluru
2022 Shivaji Nagar 19.111431 72.867310 Hotel Suba International 19.106140 72.860218 Hotel Bengaluru
2023 Shivaji Nagar 19.111431 72.867310 Hotel Legrand 19.105716 72.862357 Hotel Bengaluru
2024 Shivaji Nagar 19.111431 72.867310 Dakshin 19.104110 72.870041 Indian Restaurant Bengaluru
2025 Shivaji Nagar 19.111431 72.867310 Cafe 9T9 19.111765 72.859080 Restaurant Bengaluru
2026 Shivaji Nagar 19.111431 72.867310 Samsonite India Pvt. Ltd. 19.118947 72.870151 Luggage Store Bengaluru
2027 Shivaji Nagar 19.111431 72.867310 Anna Punjabi 19.112745 72.858913 South Indian Restaurant Bengaluru
2028 Shivaji Nagar 19.111431 72.867310 La Brasserie 19.104300 72.871365 Pub Bengaluru
2029 Shivaji Nagar 19.111431 72.867310 24/7- The 24 Hour Café 19.104274 72.871726 Café Bengaluru
2030 Shivaji Nagar 19.111431 72.867310 Krishna Dining Bar 19.119098 72.863531 Indian Restaurant Bengaluru
2031 Shivaji Nagar 19.111431 72.867310 Air India Lounge 19.103745 72.871351 Airport Lounge Bengaluru
2032 Shivaji Nagar 19.111431 72.867310 Cafe MOJO 19.119745 72.870232 Pub Bengaluru
2033 Shivaji Nagar 19.111431 72.867310 Hyatt Regency Mumbai Gym Zone 19.103773 72.871847 Gym Bengaluru
2034 Vasanth Nagar 12.988721 77.585169 Taj West End 12.984572 77.584893 Hotel Bengaluru
2035 Vasanth Nagar 12.988721 77.585169 Bangalore Golf Club 12.989681 77.585933 Golf Course Bengaluru
2036 Vasanth Nagar 12.988721 77.585169 Chitra Kala Parishad 12.989295 77.581115 Art Gallery Bengaluru
2037 Vasanth Nagar 12.988721 77.585169 Masala Klub 12.984993 77.585115 Indian Restaurant Bengaluru
2038 Vasanth Nagar 12.988721 77.585169 ITC Windsor 12.994131 77.585896 Hotel Bengaluru
2039 Vasanth Nagar 12.988721 77.585169 The Sugar Factory 12.990041 77.586320 Nightclub Bengaluru
2040 Vasanth Nagar 12.988721 77.585169 Bangalore Turf Club 12.983914 77.583140 Racetrack Bengaluru
2041 Vasanth Nagar 12.988721 77.585169 Shangri-La Hotel, Bengaluru 12.992112 77.588446 Hotel Bengaluru
2042 Vasanth Nagar 12.988721 77.585169 Blue Ginger 12.984804 77.584045 Vietnamese Restaurant Bengaluru
2043 Vasanth Nagar 12.988721 77.585169 Desserted 12.993039 77.589376 French Restaurant Bengaluru
2044 Vasanth Nagar 12.988721 77.585169 Aromas Of South 12.984895 77.580985 Indian Restaurant Bengaluru
2045 Vasanth Nagar 12.988721 77.585169 Corner House 12.988304 77.577130 Ice Cream Shop Bengaluru
2046 Vasanth Nagar 12.988721 77.585169 National Gallery of Modern Arts 12.989790 77.588389 Art Museum Bengaluru
2047 Vasanth Nagar 12.988721 77.585169 The Blue Bar 12.984872 77.583973 Hotel Bar Bengaluru
2048 Vasanth Nagar 12.988721 77.585169 Mynt 12.984629 77.584989 Coffee Shop Bengaluru
2049 Vasanth Nagar 12.988721 77.585169 The Raj Pavilion 12.994108 77.585610 Café Bengaluru
2050 Vasanth Nagar 12.988721 77.585169 Dum Pukht Jolly Nabobs 12.994142 77.586308 Restaurant Bengaluru
2051 Vasanth Nagar 12.988721 77.585169 Janardhan Hotel 12.985754 77.579146 Indian Restaurant Bengaluru
2052 Vasanth Nagar 12.988721 77.585169 Kabab Studio 12.985325 77.579465 Indian Restaurant Bengaluru
2053 Vasanth Nagar 12.988721 77.585169 Dublin 12.994301 77.585712 Pub Bengaluru
2054 Vasanth Nagar 12.988721 77.585169 The Royal Afghan 12.994083 77.585491 Indian Restaurant Bengaluru
2055 Vasanth Nagar 12.988721 77.585169 Hotel Chalukya 12.984577 77.587845 Indian Restaurant Bengaluru
2056 Vasanth Nagar 12.988721 77.585169 Oko @ Lalit Ashok 12.992372 77.582449 Asian Restaurant Bengaluru
2057 Vasanth Nagar 12.988721 77.585169 Raintree 12.994229 77.584316 Art Gallery Bengaluru
2058 Vasanth Nagar 12.988721 77.585169 Richie Rich 12.986810 77.579936 Fast Food Restaurant Bengaluru
2059 Vasanth Nagar 12.988721 77.585169 24/7 @ Lalit Ashok 12.991838 77.581854 Indian Restaurant Bengaluru
2060 Vasanth Nagar 12.988721 77.585169 Chowmein 12.989124 77.578347 Chinese Restaurant Bengaluru
2061 Vasanth Nagar 12.988721 77.585169 Fat Buddha 12.989882 77.591254 Chinese Restaurant Bengaluru
2062 Vasanth Nagar 12.988721 77.585169 Le Meridien 12.990263 77.586466 Hotel Bengaluru
2063 Vasanth Nagar 12.988721 77.585169 Umesh Dosa Point 12.988905 77.577736 Karnataka Restaurant Bengaluru
2064 Vasanth Nagar 12.988721 77.585169 La Brasserie 12.990219 77.586312 Coffee Shop Bengaluru
2065 Vasanth Nagar 12.988721 77.585169 Chetty's Corner 12.992465 77.578415 Food & Drink Shop Bengaluru
2066 Vasanth Nagar 12.988721 77.585169 Imperial Restaurant 12.991150 77.593837 Indian Restaurant Bengaluru
2067 Vasanth Nagar 12.988721 77.585169 Pasta Street - Cunningham Road 12.988385 77.593891 Italian Restaurant Bengaluru
2068 Vasanth Nagar 12.988721 77.585169 Ramana's 12.988734 77.594057 Indian Restaurant Bengaluru
2069 Vasanth Nagar 12.988721 77.585169 Samrat Restaurant 12.984634 77.587782 Indian Restaurant Bengaluru
2070 Vasanth Nagar 12.988721 77.585169 Cafe @ Raintree 12.994092 77.584500 Café Bengaluru
2071 Vasanth Nagar 12.988721 77.585169 Sutra 12.991908 77.582296 Lounge Bengaluru
2072 Vasanth Nagar 12.988721 77.585169 Gullu's Chat 12.992430 77.578364 Chaat Place Bengaluru
2073 Vasanth Nagar 12.988721 77.585169 Cafe Coffee Day 12.988458 77.592050 Coffee Shop Bengaluru
2074 Vasanth Nagar 12.988721 77.585169 Jawaharlal Nehru Planetarium 12.984570 77.590163 Planetarium Bengaluru
2075 Vasanth Nagar 12.988721 77.585169 Sana-di-ge 12.985438 77.579605 Seafood Restaurant Bengaluru
2076 Vasanth Nagar 12.988721 77.585169 The Lalit Ashok 12.992157 77.582569 Hotel Bengaluru
2077 Vasanth Nagar 12.988721 77.585169 The London Curry House 12.985377 77.579072 Vegetarian / Vegan Restaurant Bengaluru
2078 Vasanth Nagar 12.988721 77.585169 Gold Finch Hotel 12.985300 77.579475 Hotel Bengaluru
2079 Vasanth Nagar 12.988721 77.585169 Cafe Coffee Day 12.988331 77.577095 Café Bengaluru
2080 Vasanth Nagar 12.988721 77.585169 Cafe Coffee Day 12.989305 77.592883 Coffee Shop Bengaluru
2081 Vasanth Nagar 12.988721 77.585169 Hotel Chandrika 12.989650 77.592970 Vegetarian / Vegan Restaurant Bengaluru
2082 Vasanth Nagar 12.988721 77.585169 Cafe Coffee Day 12.986128 77.577096 Arcade Bengaluru
2083 Vasanth Nagar 12.988721 77.585169 Casa Raviera 12.989020 77.593429 Italian Restaurant Bengaluru
2084 Vasanth Nagar 12.988721 77.585169 Sreeraj Lassi Bar 12.983183 77.587633 Juice Bar Bengaluru
2085 Vasanth Nagar 12.988721 77.585169 Baskin-Robbins 12.988274 77.577129 Ice Cream Shop Bengaluru
2086 Vasanth Nagar 12.988721 77.585169 Atria Hotel 12.980227 77.586067 Hotel Bengaluru
2087 Vasanth Nagar 12.988721 77.585169 Domino's Pizza 12.988320 77.594004 Pizza Place Bengaluru
2088 Vasanth Nagar 12.988721 77.585169 Yataii 12.991907 77.587919 Japanese Restaurant Bengaluru
2089 Vasanth Nagar 12.988721 77.585169 Cafe Coffee Day 12.992711 77.588854 Coffee Shop Bengaluru
2090 Vasanth Nagar 12.988721 77.585169 Chungs 12.989102 77.594027 Chinese Restaurant Bengaluru
2091 Vasanth Nagar 12.988721 77.585169 KFC 12.988550 77.593868 Fast Food Restaurant Bengaluru
2092 Vasanth Nagar 12.988721 77.585169 Bangalore Bistro 12.988101 77.594120 Mediterranean Restaurant Bengaluru
2093 Vasanth Nagar 12.988721 77.585169 Kumara Park West Park 12.992538 77.578450 Park Bengaluru
2094 Gandhi Nagar 12.977153 77.578401 Hotel Fishland 12.975569 77.578592 Seafood Restaurant Bengaluru
2095 Gandhi Nagar 12.977153 77.578401 Sangam Sweets 12.976924 77.577891 Dessert Shop Bengaluru
2096 Gandhi Nagar 12.977153 77.578401 Sapna Book House 12.976355 77.578461 Bookstore Bengaluru
2097 Gandhi Nagar 12.977153 77.578401 Udupi Sri Krishna Bhavan 12.971563 77.574158 Indian Restaurant Bengaluru
2098 Gandhi Nagar 12.977153 77.578401 Freedom Park 12.978008 77.582373 Park Bengaluru
2099 Gandhi Nagar 12.977153 77.578401 Hotel Annapoorna 12.979088 77.578624 Indian Restaurant Bengaluru
2100 Gandhi Nagar 12.977153 77.578401 Bangalore Turf Club 12.983914 77.583140 Racetrack Bengaluru
2101 Gandhi Nagar 12.977153 77.578401 Aromas Of South 12.984895 77.580985 Indian Restaurant Bengaluru
2102 Gandhi Nagar 12.977153 77.578401 Hotel Empire 12.979648 77.574971 Indian Restaurant Bengaluru
2103 Gandhi Nagar 12.977153 77.578401 Mavalli Tiffin Rooms (MTR 1924) 12.979072 77.577139 Indian Restaurant Bengaluru
2104 Gandhi Nagar 12.977153 77.578401 SGS Donne Biriyani 12.970325 77.572648 Indian Restaurant Bengaluru
2105 Gandhi Nagar 12.977153 77.578401 Janardhan Hotel 12.985754 77.579146 Indian Restaurant Bengaluru
2106 Gandhi Nagar 12.977153 77.578401 The Citadel Hotel 12.980752 77.575574 Bed & Breakfast Bengaluru
2107 Gandhi Nagar 12.977153 77.578401 Kabab Studio 12.985325 77.579465 Indian Restaurant Bengaluru
2108 Gandhi Nagar 12.977153 77.578401 Vasudev Adigas 12.973707 77.579257 Indian Restaurant Bengaluru
2109 Gandhi Nagar 12.977153 77.578401 Sukh Sagar GandhiNagar 12.976708 77.577829 Indian Restaurant Bengaluru
2110 Gandhi Nagar 12.977153 77.578401 Adigas Hotel 12.973554 77.579161 Restaurant Bengaluru
2111 Gandhi Nagar 12.977153 77.578401 National Market 12.976378 77.577500 Flea Market Bengaluru
2112 Gandhi Nagar 12.977153 77.578401 Chicken County 12.977608 77.577143 Indian Restaurant Bengaluru
2113 Gandhi Nagar 12.977153 77.578401 Kamat Yatrinivas 12.975985 77.578125 Indian Restaurant Bengaluru
2114 Gandhi Nagar 12.977153 77.578401 Sukh Sagar Food Court 12.976401 77.577695 Asian Restaurant Bengaluru
2115 Gandhi Nagar 12.977153 77.578401 The London Curry House 12.985377 77.579072 Vegetarian / Vegan Restaurant Bengaluru
2116 Gandhi Nagar 12.977153 77.578401 Sana-di-ge 12.985438 77.579605 Seafood Restaurant Bengaluru
2117 Gandhi Nagar 12.977153 77.578401 Gold Finch Hotel 12.985300 77.579475 Hotel Bengaluru
2118 Gandhi Nagar 12.977153 77.578401 Atria Hotel 12.980227 77.586067 Hotel Bengaluru
2119 Gandhi Nagar 12.977153 77.578401 Fortune Park JP Celestial 12.981242 77.576172 Hotel Bengaluru
2120 Gandhi Nagar 12.977153 77.578401 Talk Of The Town 12.976962 77.577152 Indian Restaurant Bengaluru
2121 Gandhi Nagar 12.977153 77.578401 Race View 12.980178 77.580515 Bed & Breakfast Bengaluru
2122 Gandhi Nagar 12.977153 77.578401 Brigade Plaza 12.980417 77.574880 Shopping Mall Bengaluru
2123 Gandhi Nagar 12.977153 77.578401 Hotel Shreeragavendra 12.977855 77.572234 Indian Restaurant Bengaluru
2124 Gandhi Nagar 12.977153 77.578401 Swathi Deluxe Andhra Style Restaurant 12.976350 77.572087 Indian Restaurant Bengaluru
2125 Gandhi Nagar 12.977153 77.578401 Sachin Light House 12.972864 77.573201 Miscellaneous Shop Bengaluru
2126 Gandhi Nagar 12.977153 77.578401 Mantri mall Coffeeday 12.978003 77.571505 Café Bengaluru
2127 Gandhi Nagar 12.977153 77.578401 BNR Coffee Bar 12.976312 77.570984 Indian Restaurant Bengaluru
2128 Gandhi Nagar 12.977153 77.578401 OVS Bangalore Mantri Mall 12.974585 77.570855 Clothing Store Bengaluru
2129 Gandhi Nagar 12.977153 77.578401 Hare Krishna Restaurant 12.977527 77.570229 Indian Restaurant Bengaluru
2130 Gandhi Nagar 12.977153 77.578401 K R Circle 12.976307 77.586649 Plaza Bengaluru
2131 Gandhi Nagar 12.977153 77.578401 1498 AD 12.980158 77.586190 Indian Restaurant Bengaluru
2132 Gandhi Nagar 12.977153 77.578401 K R Market 12.968636 77.577896 Flower Shop Bengaluru
2133 Gandhi Nagar 12.977153 77.578401 Dakshen - PURE VEGETARIAN RESTAURANT 12.977647 77.569596 Indian Restaurant Bengaluru
2134 Subhash Nagar 12.982667 77.569539 Hotel Empire 12.979648 77.574971 Indian Restaurant Bengaluru
2135 Subhash Nagar 12.982667 77.569539 The Citadel Hotel 12.980752 77.575574 Bed & Breakfast Bengaluru
2136 Subhash Nagar 12.982667 77.569539 Mavalli Tiffin Rooms (MTR 1924) 12.979072 77.577139 Indian Restaurant Bengaluru
2137 Subhash Nagar 12.982667 77.569539 Sanman Restaurant 12.986501 77.574520 Indian Restaurant Bengaluru
2138 Subhash Nagar 12.982667 77.569539 Hotel Swathi 12.989055 77.572066 Indian Restaurant Bengaluru
2139 Subhash Nagar 12.982667 77.569539 Lifestyle 12.991519 77.571123 Clothing Store Bengaluru
2140 Subhash Nagar 12.982667 77.569539 New Samrat Restaurant 12.989395 77.572764 Indian Restaurant Bengaluru
2141 Subhash Nagar 12.982667 77.569539 Cafe Coffee Day 12.986128 77.577096 Arcade Bengaluru
2142 Subhash Nagar 12.982667 77.569539 Platform 8 @ Bangalore City Junction 12.980211 77.568513 Platform Bengaluru
2143 Subhash Nagar 12.982667 77.569539 Fortune Park JP Celestial 12.981242 77.576172 Hotel Bengaluru
2144 Subhash Nagar 12.982667 77.569539 Spar Hypermarket 12.991498 77.571202 Department Store Bengaluru
2145 Subhash Nagar 12.982667 77.569539 Pantaloons 12.991542 77.571037 Clothing Store Bengaluru
2146 Subhash Nagar 12.982667 77.569539 Platform 3 @ Bangalore City Junction 12.977957 77.568880 Platform Bengaluru
2147 Subhash Nagar 12.982667 77.569539 Mantri mall Coffeeday 12.978003 77.571505 Café Bengaluru
2148 Subhash Nagar 12.982667 77.569539 Chicken County 12.977608 77.577143 Indian Restaurant Bengaluru
2149 Subhash Nagar 12.982667 77.569539 Brigade Plaza 12.980417 77.574880 Shopping Mall Bengaluru
2150 Subhash Nagar 12.982667 77.569539 Platform 1 @ Bangalore City Junction Railway S... 12.977015 77.569000 Platform Bengaluru
2151 Subhash Nagar 12.982667 77.569539 (VRL) Vijayanand Roadlines 12.980617 77.575596 Bus Station Bengaluru
2152 Subhash Nagar 12.982667 77.569539 Pizza Hut 12.991495 77.571023 American Restaurant Bengaluru
2153 Subhash Nagar 12.982667 77.569539 BNR Coffee Bar 12.976312 77.570984 Indian Restaurant Bengaluru
2154 Subhash Nagar 12.982667 77.569539 Pai Refreshments 12.980411 77.575943 Indian Restaurant Bengaluru
2155 Subhash Nagar 12.982667 77.569539 Swathi Deluxe Andhra Style Restaurant 12.976350 77.572087 Indian Restaurant Bengaluru
2156 Subhash Nagar 12.982667 77.569539 Lush 12.984587 77.576470 Buffet Bengaluru
2157 Subhash Nagar 12.982667 77.569539 platform number 2 12.976849 77.573659 Bus Station Bengaluru
2158 Subhash Nagar 12.982667 77.569539 Hotel Maurya 12.981099 77.577085 Diner Bengaluru
2159 Subhash Nagar 12.982667 77.569539 Bangalore City Metro Station 12.975862 77.565700 Metro Station Bengaluru
2160 Subhash Nagar 12.982667 77.569539 Hotel Sangam 12.976731 77.574896 Fast Food Restaurant Bengaluru
2161 Subhash Nagar 12.982667 77.569539 OVS Bangalore Mantri Mall 12.974585 77.570855 Clothing Store Bengaluru
2162 Subhash Nagar 12.982667 77.569539 navayuga 12.976932 77.575641 Indian Restaurant Bengaluru
2163 Subhash Nagar 12.982667 77.569539 South Ruchis Square 12.983861 77.577950 Karnataka Restaurant Bengaluru
2164 Subhash Nagar 12.982667 77.569539 Kamat Hotel 12.976108 77.575045 South Indian Restaurant Bengaluru
2165 Subhash Nagar 12.982667 77.569539 Croma 12.982949 77.560450 Electronics Store Bengaluru
2166 Okalipuram 12.982047 77.564229 The Kava - Fairfield By Marriott 12.983390 77.560070 Indian Restaurant Bengaluru
2167 Okalipuram 12.982047 77.564229 Fairfield by Marriott Bengaluru Rajajinagar 12.983094 77.559339 Hotel Bengaluru
2168 Okalipuram 12.982047 77.564229 KFC 12.974282 77.566137 Fast Food Restaurant Bengaluru
2169 Okalipuram 12.982047 77.564229 Platform 8 @ Bangalore City Junction 12.980211 77.568513 Platform Bengaluru
2170 Okalipuram 12.982047 77.564229 Platform 3 @ Bangalore City Junction 12.977957 77.568880 Platform Bengaluru
2171 Okalipuram 12.982047 77.564229 Bangalore City Metro Station 12.975862 77.565700 Metro Station Bengaluru
2172 Okalipuram 12.982047 77.564229 Coastal Spice Multicuisine Restaurant 12.987024 77.560154 Indian Restaurant Bengaluru
2173 Okalipuram 12.982047 77.564229 Platform 1 @ Bangalore City Junction Railway S... 12.977015 77.569000 Platform Bengaluru
2174 Okalipuram 12.982047 77.564229 Mantri mall Coffeeday 12.978003 77.571505 Café Bengaluru
2175 Okalipuram 12.982047 77.564229 Yamaha-Bangalore Wheels 12.988922 77.559292 Motorcycle Shop Bengaluru
2176 Okalipuram 12.982047 77.564229 BNR Coffee Bar 12.976312 77.570984 Indian Restaurant Bengaluru
2177 Dayananda Nagar 12.991025 77.564519 Swensen's 12.991623 77.570694 Ice Cream Shop Bengaluru
2178 Dayananda Nagar 12.991025 77.564519 Albek 12.996487 77.561502 Indian Restaurant Bengaluru
2179 Dayananda Nagar 12.991025 77.564519 Shri Sagar (Formerly CTR) 12.998309 77.569460 Indian Restaurant Bengaluru
2180 Dayananda Nagar 12.991025 77.564519 Mantri Square 12.991576 77.571085 Shopping Mall Bengaluru
2181 Dayananda Nagar 12.991025 77.564519 Mavalli Tiffin Room (MTR) 12.993695 77.571425 Karnataka Restaurant Bengaluru
2182 Dayananda Nagar 12.991025 77.564519 INOX 12.991699 77.570569 Multiplex Bengaluru
2183 Dayananda Nagar 12.991025 77.564519 Krispy Kreme Doughnuts 12.991562 77.571103 Donut Shop Bengaluru
2184 Dayananda Nagar 12.991025 77.564519 Mad Over Donuts 12.991577 77.570998 Donut Shop Bengaluru
2185 Dayananda Nagar 12.991025 77.564519 New Krishna Bhavan 12.992898 77.571489 Indian Restaurant Bengaluru
2186 Dayananda Nagar 12.991025 77.564519 Kalmane Koffees 12.991542 77.571175 Coffee Shop Bengaluru
2187 Dayananda Nagar 12.991025 77.564519 Starbucks 12.991590 77.571131 Coffee Shop Bengaluru
2188 Dayananda Nagar 12.991025 77.564519 Rajdhani 12.991699 77.570529 Rajasthani Restaurant Bengaluru
2189 Dayananda Nagar 12.991025 77.564519 Marks & Spencer 12.991540 77.571230 Clothing Store Bengaluru
2190 Dayananda Nagar 12.991025 77.564519 Subway 12.991628 77.570782 Sandwich Place Bengaluru
2191 Dayananda Nagar 12.991025 77.564519 Al Bek 12.994259 77.571491 Restaurant Bengaluru
2192 Dayananda Nagar 12.991025 77.564519 Sai Shakti Veg 12.999220 77.567985 Vegetarian / Vegan Restaurant Bengaluru
2193 Dayananda Nagar 12.991025 77.564519 Gelato Italiano 12.991570 77.571134 Dessert Shop Bengaluru
2194 Dayananda Nagar 12.991025 77.564519 Amoeba 12.991570 77.571026 Arcade Bengaluru
2195 Dayananda Nagar 12.991025 77.564519 Bliss Chocolate Lounge 12.991673 77.570508 Bakery Bengaluru
2196 Dayananda Nagar 12.991025 77.564519 CTR 12.998256 77.569557 Breakfast Spot Bengaluru
2197 Dayananda Nagar 12.991025 77.564519 KFC 12.991547 77.571166 Fast Food Restaurant Bengaluru
2198 Dayananda Nagar 12.991025 77.564519 Shoppers Stop 12.991564 77.571122 Miscellaneous Shop Bengaluru
2199 Dayananda Nagar 12.991025 77.564519 Baskin-Robbins 12.991681 77.570593 Ice Cream Shop Bengaluru
2200 Dayananda Nagar 12.991025 77.564519 Halli Mane 12.995585 77.571796 Indian Restaurant Bengaluru
2201 Dayananda Nagar 12.991025 77.564519 Lifestyle 12.991519 77.571123 Clothing Store Bengaluru
2202 Dayananda Nagar 12.991025 77.564519 Cafe Coffee Day 12.989818 77.559464 Café Bengaluru
2203 Dayananda Nagar 12.991025 77.564519 The Kava - Fairfield By Marriott 12.983390 77.560070 Indian Restaurant Bengaluru
2204 Dayananda Nagar 12.991025 77.564519 Rasa 12.994213 77.571311 Bar Bengaluru
2205 Dayananda Nagar 12.991025 77.564519 Hotel Swathi 12.989055 77.572066 Indian Restaurant Bengaluru
2206 Dayananda Nagar 12.991025 77.564519 Pizza Hut @ Mantri Mall 12.991581 77.570971 Pizza Place Bengaluru
2207 Dayananda Nagar 12.991025 77.564519 The Great Kabab Factory 12.991584 77.571026 Indian Restaurant Bengaluru
2208 Dayananda Nagar 12.991025 77.564519 Reliance Digital 12.991581 77.571004 Electronics Store Bengaluru
2209 Dayananda Nagar 12.991025 77.564519 Cafe Coffee Day 12.993100 77.570171 Café Bengaluru
2210 Dayananda Nagar 12.991025 77.564519 Hallimane 12.995646 77.571751 Vegetarian / Vegan Restaurant Bengaluru
2211 Dayananda Nagar 12.991025 77.564519 Reliance Trends 12.991622 77.571252 Clothing Store Bengaluru
2212 Dayananda Nagar 12.991025 77.564519 Food Court 12.991646 77.570617 Food Court Bengaluru
2213 Dayananda Nagar 12.991025 77.564519 New Samrat Restaurant 12.989395 77.572764 Indian Restaurant Bengaluru
2214 Dayananda Nagar 12.991025 77.564519 Pantaloons 12.991542 77.571037 Clothing Store Bengaluru
2215 Dayananda Nagar 12.991025 77.564519 Spar Hypermarket 12.991498 77.571202 Department Store Bengaluru
2216 Dayananda Nagar 12.991025 77.564519 Oval Bar 12.991576 77.570967 Cocktail Bar Bengaluru
2217 Dayananda Nagar 12.991025 77.564519 McDonald's 12.991639 77.571325 Fast Food Restaurant Bengaluru
2218 Dayananda Nagar 12.991025 77.564519 Pizza Hut 12.991495 77.571023 American Restaurant Bengaluru
2219 Dayananda Nagar 12.991025 77.564519 Sbarro 12.991616 77.570526 Italian Restaurant Bengaluru
2220 Dayananda Nagar 12.991025 77.564519 Imagine 12.991669 77.570593 Electronics Store Bengaluru
2221 Dayananda Nagar 12.991025 77.564519 Yamaha-Bangalore Wheels 12.988922 77.559292 Motorcycle Shop Bengaluru
2222 Dayananda Nagar 12.991025 77.564519 Coastal Spice Multicuisine Restaurant 12.987024 77.560154 Indian Restaurant Bengaluru
2223 Dayananda Nagar 12.991025 77.564519 Ambika Veg Restaurant 12.988834 77.556045 Vegetarian / Vegan Restaurant Bengaluru
2224 Dayananda Nagar 12.991025 77.564519 Croma 12.982949 77.560450 Electronics Store Bengaluru
2225 Prakash Nagar 15.332831 76.454770 Hampi 15.336226 76.460328 Historic Site Bengaluru
2226 Prakash Nagar 15.332831 76.454770 Laughing Buddha 15.338600 76.456436 Café Bengaluru
2227 Prakash Nagar 15.332831 76.454770 Shanti Guest House 15.341533 76.453079 Boarding House Bengaluru
2228 Prakash Nagar 15.332831 76.454770 Gopi Roof Restaurant 15.336163 76.460259 Indian Restaurant Bengaluru
2229 Prakash Nagar 15.332831 76.454770 Mowgli Guest House 15.340747 76.453016 Resort Bengaluru
2230 Prakash Nagar 15.332831 76.454770 Laughing Buddha Guest house & Restaurant 15.338654 76.456447 Restaurant Bengaluru
2231 Prakash Nagar 15.332831 76.454770 Ever Green Cafe 15.339529 76.458222 Indian Restaurant Bengaluru
2232 Prakash Nagar 15.332831 76.454770 Funky monkey 15.336225 76.461525 Indian Restaurant Bengaluru
2233 Prakash Nagar 15.332831 76.454770 Hema Guest House & Garden Restaurant 15.339513 76.456859 Indian Restaurant Bengaluru
2234 Prakash Nagar 15.332831 76.454770 Mango Tree Restaurant 15.335544 76.460337 Indian Restaurant Bengaluru
2235 Prakash Nagar 15.332831 76.454770 Archana Roof Restaurant 15.336337 76.460284 Restaurant Bengaluru
2236 Prakash Nagar 15.332831 76.454770 Sasivekalu Ganesha 15.330210 76.460689 Historic Site Bengaluru
2237 Prakash Nagar 15.332831 76.454770 Hemakuta Hill 15.335066 76.460898 Mountain Bengaluru
2238 Prakash Nagar 15.332831 76.454770 Chill Out 15.336205 76.460921 Café Bengaluru
2239 Prakash Nagar 15.332831 76.454770 Nargila Restaurant 15.339885 76.455718 Gastropub Bengaluru
2240 Prakash Nagar 15.332831 76.454770 German Bakery 15.336133 76.461243 Bakery Bengaluru
2241 Rajaji Nagar 13.111516 80.211606 Villivakkam Railway Crossing - 2nd Gate 13.109608 80.212844 Light Rail Station Bengaluru
2242 Rajaji Nagar 13.111516 80.211606 Villivakkam Railway Station 13.110398 80.209552 Train Station Bengaluru
2243 Rajaji Nagar 13.111516 80.211606 Kumar Tea Shop 13.112099 80.213899 Smoke Shop Bengaluru
2244 Rajaji Nagar 13.111516 80.211606 Thayagam1 13.110452 80.208982 Train Station Bengaluru
2245 Rajaji Nagar 13.111516 80.211606 Kebab Kadai 13.107937 80.214912 Food Truck Bengaluru
2246 Rajaji Nagar 13.111516 80.211606 Kanchi Bakery 13.105286 80.207885 Bakery Bengaluru
2247 Rajaji Nagar 13.111516 80.211606 Villivakkam Bus Terminus 13.106705 80.205646 Bus Station Bengaluru
2248 Basaveshwara Nagar 12.993383 77.538947 Polar Bear 12.991461 77.538832 Ice Cream Shop Bengaluru
2249 Basaveshwara Nagar 12.993383 77.538947 Priyadarshini Grand 12.990235 77.538020 Fast Food Restaurant Bengaluru
2250 Basaveshwara Nagar 12.993383 77.538947 Natural Ice Cream 12.985484 77.543158 Ice Cream Shop Bengaluru
2251 Basaveshwara Nagar 12.993383 77.538947 Gold's gym 12.991855 77.538492 Gym Bengaluru
2252 Basaveshwara Nagar 12.993383 77.538947 Liquor mart 12.996410 77.540195 Liquor Store Bengaluru
2253 Basaveshwara Nagar 12.993383 77.538947 Cafe Coffee Day 12.997306 77.540433 Café Bengaluru
2254 Basaveshwara Nagar 12.993383 77.538947 Baskin-Robbins 12.991218 77.538903 Ice Cream Shop Bengaluru
2255 Basaveshwara Nagar 12.993383 77.538947 Domino's Pizza 12.991721 77.537747 Pizza Place Bengaluru
2256 Basaveshwara Nagar 12.993383 77.538947 Chowmein 12.997236 77.546428 Chinese Restaurant Bengaluru
2257 Basaveshwara Nagar 12.993383 77.538947 Pizza Hut 12.997148 77.540446 Pizza Place Bengaluru
2258 Basaveshwara Nagar 12.993383 77.538947 KFC 12.997278 77.546463 Fast Food Restaurant Bengaluru
2259 Basaveshwara Nagar 12.993383 77.538947 Bansuri Sweets 12.986912 77.539698 Indian Restaurant Bengaluru
2260 Basaveshwara Nagar 12.993383 77.538947 Suggi 12.992314 77.538646 Indian Restaurant Bengaluru
2261 Basaveshwara Nagar 12.993383 77.538947 Airtel Relationship Centre 12.991595 77.538372 Mobile Phone Shop Bengaluru
2262 Basaveshwara Nagar 12.993383 77.538947 Cave-n-Dine 12.986423 77.540565 Indian Restaurant Bengaluru
2263 Basaveshwara Nagar 12.993383 77.538947 Talwalkars Gym 12.991135 77.538894 Gym / Fitness Center Bengaluru
2264 Basaveshwara Nagar 12.993383 77.538947 Shanthi Sagar 12.989074 77.537752 Fast Food Restaurant Bengaluru
2265 Basaveshwara Nagar 12.993383 77.538947 Adiga's 12.991270 77.540695 Fast Food Restaurant Bengaluru
2266 Basaveshwara Nagar 12.993383 77.538947 Cafe Mama Mia 12.998316 77.540786 Café Bengaluru
2267 Basaveshwara Nagar 12.993383 77.538947 McDonald's 12.988597 77.537664 Fast Food Restaurant Bengaluru
2268 Basaveshwara Nagar 12.993383 77.538947 Tango Sandwich Corner 12.997629 77.540585 Sandwich Place Bengaluru
2269 Basaveshwara Nagar 12.993383 77.538947 Chung's 12.997413 77.546857 Chinese Restaurant Bengaluru
2270 Basaveshwara Nagar 12.993383 77.538947 Golden Grill 12.988736 77.537717 Indian Restaurant Bengaluru
2271 Basaveshwara Nagar 12.993383 77.538947 Le Arabia 12.998448 77.542353 Middle Eastern Restaurant Bengaluru
2272 Basaveshwara Nagar 12.993383 77.538947 Shankar Mutt Bus Stop 12.999229 77.541134 Bus Station Bengaluru
2273 Basaveshwara Nagar 12.993383 77.538947 Prashanth Hotel 12.986922 77.537251 Karnataka Restaurant Bengaluru
2274 Basaveshwara Nagar 12.993383 77.538947 Masala Munch 12.986618 77.540472 Burger Joint Bengaluru
2275 Basaveshwara Nagar 12.993383 77.538947 Real Cane 12.986183 77.541344 Juice Bar Bengaluru
2276 Basaveshwara Nagar 12.993383 77.538947 Ram Bhavan Chats 13.000559 77.536155 Snack Place Bengaluru
2277 Basaveshwara Nagar 12.993383 77.538947 Pappana's biryani 13.001378 77.540925 Indian Restaurant Bengaluru
2278 Basaveshwara Nagar 12.993383 77.538947 Chopstick world 12.985663 77.542598 Asian Restaurant Bengaluru
2279 Basaveshwara Nagar 12.993383 77.538947 ibaco 12.985033 77.537255 Ice Cream Shop Bengaluru
2280 Kamakshipalya 12.982362 77.522638 sumanahalli Bus Stop 12.987367 77.521228 Bus Station Bengaluru
2281 Kamakshipalya 12.982362 77.522638 Axis Bank ATM 12.987290 77.526848 ATM Bengaluru
2282 Kamakshipalya 12.982362 77.522638 Sangam Sweets 12.977302 77.517174 Fast Food Restaurant Bengaluru
2283 Kamakshipalya 12.982362 77.522638 Limra Catering 12.988114 77.517750 Restaurant Bengaluru
2284 Kamakshipalya 12.982362 77.522638 Krishnappa Cooking & Catering 12.988187 77.516205 Food Truck Bengaluru
2285 Kamakshipalya 12.982362 77.522638 Durga Sri Grand 12.978024 77.514878 Breakfast Spot Bengaluru
2286 Vrushabhavathi 12.942700 77.568000 By 2 Coffee 12.942161 77.570588 Indian Restaurant Bengaluru
2287 Vrushabhavathi 12.942700 77.568000 UD - Upahara Darshini 12.939425 77.571385 Indian Restaurant Bengaluru
2288 Vrushabhavathi 12.942700 77.568000 Vidyarthi Bhavan 12.945082 77.571415 Indian Restaurant Bengaluru
2289 Vrushabhavathi 12.942700 77.568000 South Kitchen 12.937890 77.568714 Breakfast Spot Bengaluru
2290 Vrushabhavathi 12.942700 77.568000 Mahalakshmi Tiffin Room 12.946963 77.571530 Indian Restaurant Bengaluru
2291 Vrushabhavathi 12.942700 77.568000 Dwaraka Hotel 12.937823 77.567742 Indian Restaurant Bengaluru
2292 Vrushabhavathi 12.942700 77.568000 Szechuan Dragon 12.940093 77.564409 Szechuan Restaurant Bengaluru
2293 Vrushabhavathi 12.942700 77.568000 Gandhi Bazaar 12.945311 77.571331 Farmers Market Bengaluru
2294 Vrushabhavathi 12.942700 77.568000 Puliyogere Point 12.940677 77.570409 Indian Restaurant Bengaluru
2295 Vrushabhavathi 12.942700 77.568000 Sri Guru Kottureshwara Davangere Benne Dose Hotel 12.938810 77.570867 Fast Food Restaurant Bengaluru
2296 Vrushabhavathi 12.942700 77.568000 Cane-O-La 12.944368 77.567788 Juice Bar Bengaluru
2297 Vrushabhavathi 12.942700 77.568000 Harshi super sandwich 12.938900 77.570614 Sandwich Place Bengaluru
2298 Vrushabhavathi 12.942700 77.568000 South Thindies 12.938533 77.575437 Indian Restaurant Bengaluru
2299 Vrushabhavathi 12.942700 77.568000 Domino's Pizza 12.945001 77.567891 Pizza Place Bengaluru
2300 Vrushabhavathi 12.942700 77.568000 Shiva's Chats 12.941623 77.560610 Snack Place Bengaluru
2301 Vrushabhavathi 12.942700 77.568000 Krishna Rao Park 12.935819 77.567297 Park Bengaluru
2302 Vrushabhavathi 12.942700 77.568000 Red Berrys 12.947377 77.571578 Ice Cream Shop Bengaluru
2303 Vrushabhavathi 12.942700 77.568000 Gokul 12.944348 77.571079 Asian Restaurant Bengaluru
2304 Vrushabhavathi 12.942700 77.568000 SLV Corner 12.948164 77.568723 Indian Restaurant Bengaluru
2305 Vrushabhavathi 12.942700 77.568000 Butter Sponge 12.948073 77.571969 Bakery Bengaluru
2306 Vrushabhavathi 12.942700 77.568000 Baskin-Robbins 12.948185 77.569988 Ice Cream Shop Bengaluru
2307 Vrushabhavathi 12.942700 77.568000 Subway 12.944619 77.567850 Sandwich Place Bengaluru
2308 Vrushabhavathi 12.942700 77.568000 K H Kala Soudha 12.944179 77.563085 Art Gallery Bengaluru
2309 Vrushabhavathi 12.942700 77.568000 Soho Bar & Grill 12.944686 77.572967 Hookah Bar Bengaluru
2310 Vrushabhavathi 12.942700 77.568000 Kamat Bugle Rock 12.939907 77.566755 Indian Restaurant Bengaluru
2311 Vrushabhavathi 12.942700 77.568000 Roti Ghar 12.944929 77.571867 Indian Restaurant Bengaluru
2312 Vrushabhavathi 12.942700 77.568000 Cool Corner 12.947540 77.573766 Fast Food Restaurant Bengaluru
2313 Vrushabhavathi 12.942700 77.568000 Punjabi Dhaba 12.940164 77.564413 Indian Restaurant Bengaluru
2314 Vrushabhavathi 12.942700 77.568000 Cafe Coffee Day 12.950590 77.567710 Coffee Shop Bengaluru
2315 Vrushabhavathi 12.942700 77.568000 Cafe Coffee Day 12.946983 77.569104 Coffee Shop Bengaluru
2316 Vrushabhavathi 12.942700 77.568000 Netkallappa Circle 12.937045 77.571544 Plaza Bengaluru
2317 Vrushabhavathi 12.942700 77.568000 Baisakhi 12.946152 77.570225 Indian Restaurant Bengaluru
2318 Vrushabhavathi 12.942700 77.568000 Shiv Sagar 12.944308 77.572731 Indian Restaurant Bengaluru
2319 Vrushabhavathi 12.942700 77.568000 McDonald's 12.947580 77.567866 Fast Food Restaurant Bengaluru
2320 Vrushabhavathi 12.942700 77.568000 Mysore Mylari Hotel 12.943659 77.571412 Indian Restaurant Bengaluru
2321 Vrushabhavathi 12.942700 77.568000 Srinivasa Cool Corner 12.938406 77.570142 Fast Food Restaurant Bengaluru
2322 Vrushabhavathi 12.942700 77.568000 Udupi Sri Krishna Bhavan 12.946095 77.570526 Indian Restaurant Bengaluru
2323 Vrushabhavathi 12.942700 77.568000 Mangala Hotel 12.944308 77.560016 Breakfast Spot Bengaluru
2324 Vrushabhavathi 12.942700 77.568000 Bugle Rock Park 12.942423 77.569708 Park Bengaluru
2325 Vrushabhavathi 12.942700 77.568000 KFC 12.948054 77.568914 Fast Food Restaurant Bengaluru
2326 Vrushabhavathi 12.942700 77.568000 Tagore Circle Underpass 12.943070 77.573431 Metro Station Bengaluru
2327 Vrushabhavathi 12.942700 77.568000 GK Stores 12.942490 77.561228 Department Store Bengaluru
2328 Vrushabhavathi 12.942700 77.568000 The Kaggis Bake Shop & Cafe 12.942870 77.561028 Bakery Bengaluru
2329 Vrushabhavathi 12.942700 77.568000 K. H. Kalasouda 12.944027 77.561055 Theater Bengaluru
2330 Vrushabhavathi 12.942700 77.568000 Sri Ganesha Fruit Juice Centre 12.940448 77.561216 Juice Bar Bengaluru
2331 Vrushabhavathi 12.942700 77.568000 Pure and Natural 12.935657 77.568370 Salad Place Bengaluru
2332 Vrushabhavathi 12.942700 77.568000 UK 12.947795 77.573787 Indian Restaurant Bengaluru
2333 Vrushabhavathi 12.942700 77.568000 Brahmins Coffee Bar 12.943772 77.560114 South Indian Restaurant Bengaluru
2334 Vrushabhavathi 12.942700 77.568000 Matrusagar 12.944252 77.560007 Indian Restaurant Bengaluru
2335 Vrushabhavathi 12.942700 77.568000 Prasad Ice Cream 12.940049 77.560098 Ice Cream Shop Bengaluru
2336 Vrushabhavathi 12.942700 77.568000 The Rogue Elephant 12.941624 77.577034 Mediterranean Restaurant Bengaluru
2337 Vrushabhavathi 12.942700 77.568000 The Bakery World 12.949073 77.574393 Bakery Bengaluru
2338 Kaveripura 12.979884 77.525749 Adigas 12.981915 77.532891 Indian Restaurant Bengaluru
2339 Kaveripura 12.979884 77.525749 Mangalore kebab corner 12.972851 77.528532 Fried Chicken Joint Bengaluru
2340 Kaveripura 12.979884 77.525749 sumanahalli Bus Stop 12.987367 77.521228 Bus Station Bengaluru
2341 Kaveripura 12.979884 77.525749 khb Colony Bust Stop 12.980764 77.534872 Bus Station Bengaluru
2342 Kaveripura 12.979884 77.525749 Baskin robbins 12.972374 77.530718 Dessert Shop Bengaluru
2343 Govindraja Nagara 12.976300 77.535400 Park View 12.972910 77.539457 Indian Restaurant Bengaluru
2344 Govindraja Nagara 12.976300 77.535400 Indraprastha 12.971886 77.537598 Indian Restaurant Bengaluru
2345 Govindraja Nagara 12.976300 77.535400 vijayanagar water tank 12.971431 77.537330 Food Truck Bengaluru
2346 Govindraja Nagara 12.976300 77.535400 New Shanti Sagar 12.976082 77.542780 Indian Restaurant Bengaluru
2347 Govindraja Nagara 12.976300 77.535400 cafe coffee day 12.980094 77.537823 Café Bengaluru
2348 Govindraja Nagara 12.976300 77.535400 Vijayanagar Market 12.972275 77.538271 Miscellaneous Shop Bengaluru
2349 Govindraja Nagara 12.976300 77.535400 Adigas 12.981915 77.532891 Indian Restaurant Bengaluru
2350 Govindraja Nagara 12.976300 77.535400 Square Plate 12.978752 77.540643 Indian Restaurant Bengaluru
2351 Govindraja Nagara 12.976300 77.535400 sree sagar veg restatrant 12.975249 77.536759 Indian Restaurant Bengaluru
2352 Govindraja Nagara 12.976300 77.535400 Food Camp @ Water Tank 12.973415 77.538170 Snack Place Bengaluru
2353 Govindraja Nagara 12.976300 77.535400 khb Colony Bust Stop 12.980764 77.534872 Bus Station Bengaluru
2354 Govindraja Nagara 12.976300 77.535400 Asha Sweets 12.976878 77.540543 Bakery Bengaluru
2355 Govindraja Nagara 12.976300 77.535400 by2coffee 12.976880 77.540552 Breakfast Spot Bengaluru
2356 Govindraja Nagara 12.976300 77.535400 Akshata Nati Style 12.972988 77.539536 Indian Restaurant Bengaluru
2357 Govindraja Nagara 12.976300 77.535400 Sagar Restaurants And Caterers 12.973076 77.540214 Fast Food Restaurant Bengaluru
2358 Govindraja Nagara 12.976300 77.535400 Pizza Hut 12.967792 77.535659 Pizza Place Bengaluru
2359 Govindraja Nagara 12.976300 77.535400 Gandhi Park 12.972363 77.543041 Playground Bengaluru
2360 Govindraja Nagara 12.976300 77.535400 Chat street Vijayanagar 12.973075 77.543729 Deli / Bodega Bengaluru
2361 Agrahara Dasarahalli 12.979063 77.540682 Natural Ice Cream 12.985484 77.543158 Ice Cream Shop Bengaluru
2362 Agrahara Dasarahalli 12.979063 77.540682 Park View 12.972910 77.539457 Indian Restaurant Bengaluru
2363 Agrahara Dasarahalli 12.979063 77.540682 1947 12.982885 77.548809 Asian Restaurant Bengaluru
2364 Agrahara Dasarahalli 12.979063 77.540682 Indraprastha 12.971886 77.537598 Indian Restaurant Bengaluru
2365 Agrahara Dasarahalli 12.979063 77.540682 Veeresh Theater 12.976941 77.545858 Indie Movie Theater Bengaluru
2366 Agrahara Dasarahalli 12.979063 77.540682 New Shanti Sagar 12.976082 77.542780 Indian Restaurant Bengaluru
2367 Agrahara Dasarahalli 12.979063 77.540682 cafe coffee day 12.980094 77.537823 Café Bengaluru
2368 Agrahara Dasarahalli 12.979063 77.540682 vijayanagar water tank 12.971431 77.537330 Food Truck Bengaluru
2369 Agrahara Dasarahalli 12.979063 77.540682 D-Mart 12.974412 77.547368 Department Store Bengaluru
2370 Agrahara Dasarahalli 12.979063 77.540682 Square Plate 12.978752 77.540643 Indian Restaurant Bengaluru
2371 Agrahara Dasarahalli 12.979063 77.540682 Vijayanagar Market 12.972275 77.538271 Miscellaneous Shop Bengaluru
2372 Agrahara Dasarahalli 12.979063 77.540682 Bansuri Sweets 12.986912 77.539698 Indian Restaurant Bengaluru
2373 Agrahara Dasarahalli 12.979063 77.540682 Adigas 12.981915 77.532891 Indian Restaurant Bengaluru
2374 Agrahara Dasarahalli 12.979063 77.540682 by2coffee 12.976880 77.540552 Breakfast Spot Bengaluru
2375 Agrahara Dasarahalli 12.979063 77.540682 Cave-n-Dine 12.986423 77.540565 Indian Restaurant Bengaluru
2376 Agrahara Dasarahalli 12.979063 77.540682 sree sagar veg restatrant 12.975249 77.536759 Indian Restaurant Bengaluru
2377 Agrahara Dasarahalli 12.979063 77.540682 khb Colony Bust Stop 12.980764 77.534872 Bus Station Bengaluru
2378 Agrahara Dasarahalli 12.979063 77.540682 Sagar Restaurants And Caterers 12.973076 77.540214 Fast Food Restaurant Bengaluru
2379 Agrahara Dasarahalli 12.979063 77.540682 Vijaynagar Chat Street 12.973531 77.538081 Snack Place Bengaluru
2380 Agrahara Dasarahalli 12.979063 77.540682 Food Camp @ Water Tank 12.973415 77.538170 Snack Place Bengaluru
2381 Agrahara Dasarahalli 12.979063 77.540682 Akshata Nati Style 12.972988 77.539536 Indian Restaurant Bengaluru
2382 Agrahara Dasarahalli 12.979063 77.540682 Shree Sagar 12.974812 77.536048 Indian Restaurant Bengaluru
2383 Agrahara Dasarahalli 12.979063 77.540682 Hosahalli Metro 12.974217 77.545186 Metro Station Bengaluru
2384 Agrahara Dasarahalli 12.979063 77.540682 Chat street Vijayanagar 12.973075 77.543729 Deli / Bodega Bengaluru
2385 Agrahara Dasarahalli 12.979063 77.540682 Naturals 12.985436 77.542957 Market Bengaluru
2386 Agrahara Dasarahalli 12.979063 77.540682 Polar bear 12.972925 77.537391 Ice Cream Shop Bengaluru
2387 Agrahara Dasarahalli 12.979063 77.540682 Durga Chats 12.972446 77.538467 Snack Place Bengaluru
2388 Agrahara Dasarahalli 12.979063 77.540682 Gandhi Park 12.972363 77.543041 Playground Bengaluru
2389 Agrahara Dasarahalli 12.979063 77.540682 Real Cane 12.986183 77.541344 Juice Bar Bengaluru
2390 Agrahara Dasarahalli 12.979063 77.540682 reliance fresh 12.974825 77.548303 Department Store Bengaluru
2391 Agrahara Dasarahalli 12.979063 77.540682 Toll Gate 12.975001 77.548617 Toll Plaza Bengaluru
2392 Agrahara Dasarahalli 12.979063 77.540682 tollgate bus stop 12.974841 77.548555 Bus Station Bengaluru
2393 Agrahara Dasarahalli 12.979063 77.540682 Vijaynagar Metro Station 12.970734 77.537335 Platform Bengaluru
2394 Dr.Rajkumar Ward 12.961052 77.638751 Barbeque Nation 12.962684 77.641599 BBQ Joint Bengaluru
2395 Dr.Rajkumar Ward 12.961052 77.638751 Lavonne 12.963909 77.638579 Café Bengaluru
2396 Dr.Rajkumar Ward 12.961052 77.638751 Smoke House Deli 12.965584 77.641498 Deli / Bodega Bengaluru
2397 Dr.Rajkumar Ward 12.961052 77.638751 League of Extraordinary Gamers 12.967099 77.636919 Gaming Cafe Bengaluru
2398 Dr.Rajkumar Ward 12.961052 77.638751 Starbucks 12.965649 77.641718 Coffee Shop Bengaluru
2399 Dr.Rajkumar Ward 12.961052 77.638751 Bodycraft 12.968497 77.641289 Spa Bengaluru
2400 Dr.Rajkumar Ward 12.961052 77.638751 Drops Total Spirits 12.964527 77.641636 Liquor Store Bengaluru
2401 Dr.Rajkumar Ward 12.961052 77.638751 Little Italy 12.966397 77.641646 Italian Restaurant Bengaluru
2402 Dr.Rajkumar Ward 12.961052 77.638751 Anand Sweets 12.960166 77.645168 Indian Restaurant Bengaluru
2403 Dr.Rajkumar Ward 12.961052 77.638751 Big Pitcher 12.960101 77.646946 Brewery Bengaluru
2404 Dr.Rajkumar Ward 12.961052 77.638751 Puma Social Club 12.967254 77.641212 Nightclub Bengaluru
2405 Dr.Rajkumar Ward 12.961052 77.638751 Murphy's 12.953659 77.639397 Irish Pub Bengaluru
2406 Dr.Rajkumar Ward 12.961052 77.638751 Tipsy Bull 12.964824 77.641783 Pub Bengaluru
2407 Dr.Rajkumar Ward 12.961052 77.638751 California Burrito 12.967528 77.636722 Burrito Place Bengaluru
2408 Dr.Rajkumar Ward 12.961052 77.638751 Bob's Bar 12.967082 77.641395 Karnataka Restaurant Bengaluru
2409 Dr.Rajkumar Ward 12.961052 77.638751 Harry's Singapore 12.964481 77.641691 Sports Bar Bengaluru
2410 Dr.Rajkumar Ward 12.961052 77.638751 Karnataka Golf Association 12.956000 77.645033 Golf Course Bengaluru
2411 Dr.Rajkumar Ward 12.961052 77.638751 Infinitea 12.968968 77.636111 Tea Room Bengaluru
2412 Dr.Rajkumar Ward 12.961052 77.638751 Domino's Pizza 12.961000 77.639000 Pizza Place Bengaluru
2413 Dr.Rajkumar Ward 12.961052 77.638751 The Paul Bangalore 12.953636 77.639517 Hotel Bengaluru
2414 Dr.Rajkumar Ward 12.961052 77.638751 Zaitoon 12.959949 77.646978 Middle Eastern Restaurant Bengaluru
2415 Dr.Rajkumar Ward 12.961052 77.638751 Sidewalk Café & Bar 12.953710 77.639429 Indian Restaurant Bengaluru
2416 Dr.Rajkumar Ward 12.961052 77.638751 Mainland China 12.962458 77.641727 Chinese Restaurant Bengaluru
2417 Dr.Rajkumar Ward 12.961052 77.638751 Phobidden Fruit 12.969959 77.639620 Vietnamese Restaurant Bengaluru
2418 Dr.Rajkumar Ward 12.961052 77.638751 Tandoori Taal 12.968514 77.636255 Indian Restaurant Bengaluru
2419 Dr.Rajkumar Ward 12.961052 77.638751 Cafe 42 12.963698 77.642039 Café Bengaluru
2420 Dr.Rajkumar Ward 12.961052 77.638751 Vapour - Pub and Brewery 12.969400 77.641268 Brewery Bengaluru
2421 Dr.Rajkumar Ward 12.961052 77.638751 B Flat 12.968859 77.641110 Lounge Bengaluru
2422 Dr.Rajkumar Ward 12.961052 77.638751 Hotel Royal Orchid 12.957208 77.644222 Hotel Bengaluru
2423 Dr.Rajkumar Ward 12.961052 77.638751 Bhartiya Jalpan 12.968684 77.641482 Restaurant Bengaluru
2424 Dr.Rajkumar Ward 12.961052 77.638751 flying spaghetti monster 12.967053 77.641570 Italian Restaurant Bengaluru
2425 Dr.Rajkumar Ward 12.961052 77.638751 Sree Nandhini Palace 12.961990 77.641813 Indian Restaurant Bengaluru
2426 Dr.Rajkumar Ward 12.961052 77.638751 Geoffrey's 12.957251 77.644159 Pub Bengaluru
2427 Dr.Rajkumar Ward 12.961052 77.638751 Spaghetti Kitchen 12.964539 77.641657 Italian Restaurant Bengaluru
2428 Dr.Rajkumar Ward 12.961052 77.638751 Rajdhani 12.963834 77.641643 Rajasthani Restaurant Bengaluru
2429 Dr.Rajkumar Ward 12.961052 77.638751 Chaipatty Teafe 12.969546 77.641283 Tea Room Bengaluru
2430 Dr.Rajkumar Ward 12.961052 77.638751 Lime Light 12.957065 77.644098 Coffee Shop Bengaluru
2431 Dr.Rajkumar Ward 12.961052 77.638751 The Kitchen Of Joy 12.968547 77.636330 Fast Food Restaurant Bengaluru
2432 Dr.Rajkumar Ward 12.961052 77.638751 Barista 12.966273 77.641432 Café Bengaluru
2433 Dr.Rajkumar Ward 12.961052 77.638751 High Note Bar and Dining 12.968883 77.641163 Diner Bengaluru
2434 Dr.Rajkumar Ward 12.961052 77.638751 Mother Earth 12.952491 77.640259 Furniture / Home Store Bengaluru
2435 Dr.Rajkumar Ward 12.961052 77.638751 Srinidhi Sagar 12.960529 77.645682 Indian Restaurant Bengaluru
2436 Dr.Rajkumar Ward 12.961052 77.638751 Cafe Coffee Day 12.960814 77.646133 Café Bengaluru
2437 Dr.Rajkumar Ward 12.961052 77.638751 Rajans Cafe 12.954443 77.642447 Café Bengaluru
2438 Dr.Rajkumar Ward 12.961052 77.638751 Vietnamese Kitchen 12.966452 77.637338 Vietnamese Restaurant Bengaluru
2439 Dr.Rajkumar Ward 12.961052 77.638751 Srinidhi Sagar 12.959348 77.638387 Indian Restaurant Bengaluru
2440 Dr.Rajkumar Ward 12.961052 77.638751 Raenss Cafe 12.965877 77.641277 Café Bengaluru
2441 Dr.Rajkumar Ward 12.961052 77.638751 Chili's Grill & Bar 12.969237 77.641414 Tex-Mex Restaurant Bengaluru
2442 Dr.Rajkumar Ward 12.961052 77.638751 Esplanade 12.969199 77.641473 Indian Restaurant Bengaluru
2443 Dr.Rajkumar Ward 12.961052 77.638751 Rahhams (Richies) 12.960147 77.645863 Indian Restaurant Bengaluru
2444 Dr.Rajkumar Ward 12.961052 77.638751 CCD Indiranagar 12.953178 77.640829 Arcade Bengaluru
2445 Dr.Rajkumar Ward 12.961052 77.638751 Vembanad 12.953541 77.639163 Indian Restaurant Bengaluru
2446 Dr.Rajkumar Ward 12.961052 77.638751 Barista Lavazza 12.953791 77.643416 Café Bengaluru
2447 Dr.Rajkumar Ward 12.961052 77.638751 Troika 12.965140 77.641741 Lounge Bengaluru
2448 Dr.Rajkumar Ward 12.961052 77.638751 Namdhari's Fresh 12.966155 77.637584 Food & Drink Shop Bengaluru
2449 Dr.Rajkumar Ward 12.961052 77.638751 Subway 12.963812 77.640660 Sandwich Place Bengaluru
2450 Dr.Rajkumar Ward 12.961052 77.638751 Cafe Coffee Day 12.952180 77.640242 Café Bengaluru
2451 Dr.Rajkumar Ward 12.961052 77.638751 Madurai Idly Shop 12.954645 77.641255 Breakfast Spot Bengaluru
2452 Dr.Rajkumar Ward 12.961052 77.638751 Barbecue Nation Pan Stall 12.962460 77.641707 Smoke Shop Bengaluru
2453 Dr.Rajkumar Ward 12.961052 77.638751 Allen Solly 12.968051 77.641239 Clothing Store Bengaluru
2454 Dr.Rajkumar Ward 12.961052 77.638751 Paratha House 12.959894 77.644590 Indian Restaurant Bengaluru
2455 Dr.Rajkumar Ward 12.961052 77.638751 Java Diamond District 12.957961 77.644364 Food Bengaluru
2456 Dr.Rajkumar Ward 12.961052 77.638751 Pizza Hut 12.955856 77.641325 Pizza Place Bengaluru
2457 Dr.Rajkumar Ward 12.961052 77.638751 Nandhini Paradise 12.965095 77.638525 Indian Restaurant Bengaluru
2458 Dr.Rajkumar Ward 12.961052 77.638751 Rahams Families 12.960126 77.645964 Indian Restaurant Bengaluru
2459 Dr.Rajkumar Ward 12.961052 77.638751 Terrazzo 12.969337 77.641404 Italian Restaurant Bengaluru
2460 Dr.Rajkumar Ward 12.961052 77.638751 Muse Bar & Kitchen 12.965077 77.641428 Restaurant Bengaluru
2461 Dr.Rajkumar Ward 12.961052 77.638751 Big Mummy 12.962483 77.643274 Breakfast Spot Bengaluru
2462 Dr.Rajkumar Ward 12.961052 77.638751 The Paramount Hotel 12.955928 77.641581 Indian Restaurant Bengaluru
2463 Dr.Rajkumar Ward 12.961052 77.638751 Chokidhani 12.955890 77.641349 Indian Restaurant Bengaluru
2464 Dr.Rajkumar Ward 12.961052 77.638751 Ginseng 12.957228 77.643691 Chinese Restaurant Bengaluru
2465 Dr.Rajkumar Ward 12.961052 77.638751 DD Cafe 12.959161 77.643564 Café Bengaluru
2466 Dr.Rajkumar Ward 12.961052 77.638751 Chai Angadi 12.960120 77.644115 Café Bengaluru
2467 Dr.Rajkumar Ward 12.961052 77.638751 Sethji's 12.964211 77.643883 Diner Bengaluru
2468 Dr.Rajkumar Ward 12.961052 77.638751 FAASO'S 12.960242 77.645293 Burrito Place Bengaluru
2469 Dr.Rajkumar Ward 12.961052 77.638751 Clay Pot 12.960032 77.644731 Indian Restaurant Bengaluru
2470 Dr.Rajkumar Ward 12.961052 77.638751 Ramji Chaiwale 12.960142 77.644879 Coffee Shop Bengaluru
2471 Dr.Rajkumar Ward 12.961052 77.638751 Sree Krishna Sagar 12.954938 77.641166 Indian Restaurant Bengaluru
2472 Dr.Rajkumar Ward 12.961052 77.638751 The Lawns 12.957194 77.644283 Hotel Bengaluru
2473 Dr.Rajkumar Ward 12.961052 77.638751 Food Corner 12.965165 77.644136 Convenience Store Bengaluru
2474 Dr.Rajkumar Ward 12.961052 77.638751 Loveshack 12.952692 77.640193 Lounge Bengaluru
2475 Dr.Rajkumar Ward 12.961052 77.638751 Open Kitchen 12.954610 77.641053 North Indian Restaurant Bengaluru
2476 Dr.Rajkumar Ward 12.961052 77.638751 Matteo Cafe 12.964624 77.645634 Café Bengaluru
2477 Dr.Rajkumar Ward 12.961052 77.638751 Kga 12.956389 77.644968 Golf Course Bengaluru
2478 Dr.Rajkumar Ward 12.961052 77.638751 Tandoori Hippie 12.952652 77.640443 Asian Restaurant Bengaluru
2479 Dr.Rajkumar Ward 12.961052 77.638751 Ginger Hotel 12.952423 77.640242 Hotel Bengaluru
2480 Dr.Rajkumar Ward 12.961052 77.638751 Cafeteria @ Goldman Sachs SunRiver 12.952468 77.641148 Restaurant Bengaluru
2481 Shiva Nagar 13.032804 77.671724 Yash Ply Agencies 13.031963 77.674080 Furniture / Home Store Bengaluru
2482 Shiva Nagar 13.032804 77.671724 Kalkare Park 13.033710 77.674301 Park Bengaluru
2483 Shiva Nagar 13.032804 77.671724 Kashish Fantasy Sports Club 13.036244 77.672278 Sports Club Bengaluru
2484 Shiva Nagar 13.032804 77.671724 Shop@Rite Super Market 13.030493 77.667710 Market Bengaluru
2485 Shiva Nagar 13.032804 77.671724 Bed And Coffee 13.029904 77.677483 Breakfast Spot Bengaluru
2486 Shiva Nagar 13.032804 77.671724 Dhe Thattukada 13.028205 77.679405 Kerala Restaurant Bengaluru
2487 Shiva Nagar 13.032804 77.671724 vibgyor High 13.024409 77.669006 Pool Bengaluru
2488 Shiva Nagar 13.032804 77.671724 Fabricspa 13.028517 77.663650 Dry Cleaner Bengaluru
2489 Sri Rammandira 12.941700 77.619200 Sree Krishna Kafe 12.937064 77.619729 Breakfast Spot Bengaluru
2490 Sri Rammandira 12.941700 77.619200 The Workouts Fitness Center 12.940904 77.620622 Gym Bengaluru
2491 Sri Rammandira 12.941700 77.619200 Dyu Art Cafe 12.937289 77.617591 Financial or Legal Service Bengaluru
2492 Sri Rammandira 12.941700 77.619200 Juice Maker 12.941639 77.621551 Juice Bar Bengaluru
2493 Sri Rammandira 12.941700 77.619200 Anand Sweets 12.937231 77.619551 Indian Sweet Shop Bengaluru
2494 Sri Rammandira 12.941700 77.619200 Corner House 12.936164 77.615210 Dessert Shop Bengaluru
2495 Sri Rammandira 12.941700 77.619200 Lakeview Milk Bar 12.940785 77.620514 Ice Cream Shop Bengaluru
2496 Sri Rammandira 12.941700 77.619200 China Pearl 12.936080 77.621377 Chinese Restaurant Bengaluru
2497 Sri Rammandira 12.941700 77.619200 Zingron - Naga Kitchen 12.936271 77.615051 Indian Restaurant Bengaluru
2498 Sri Rammandira 12.941700 77.619200 Kota Kachori 12.936176 77.625486 Fast Food Restaurant Bengaluru
2499 Sri Rammandira 12.941700 77.619200 Juicy Juice Corner 12.936157 77.615875 Juice Bar Bengaluru
2500 Sri Rammandira 12.941700 77.619200 Chai Point 12.938738 77.625933 Café Bengaluru
2501 Sri Rammandira 12.941700 77.619200 Chai Chowk 12.936329 77.614667 Tea Room Bengaluru
2502 Sri Rammandira 12.941700 77.619200 Koramangala Social 12.935518 77.614097 Lounge Bengaluru
2503 Sri Rammandira 12.941700 77.619200 IRepair India 12.934414 77.617646 Mobile Phone Shop Bengaluru
2504 Sri Rammandira 12.941700 77.619200 Lot Like Crêpes 12.936421 77.613284 Creperie Bengaluru
2505 Sri Rammandira 12.941700 77.619200 XOOX Brewmill 12.935507 77.614982 Brewery Bengaluru
2506 Sri Rammandira 12.941700 77.619200 a 1oōo yoga 12.933552 77.621766 Yoga Studio Bengaluru
2507 Sri Rammandira 12.941700 77.619200 Chianti 12.933537 77.621862 Italian Restaurant Bengaluru
2508 Sri Rammandira 12.941700 77.619200 Bayleaf 12.940480 77.616640 Indian Restaurant Bengaluru
2509 Sri Rammandira 12.941700 77.619200 Thalassery Restaurant 12.937061 77.619774 Kerala Restaurant Bengaluru
2510 Sri Rammandira 12.941700 77.619200 Ooty Chocolates 12.934957 77.624704 Candy Store Bengaluru
2511 Sri Rammandira 12.941700 77.619200 Meghana Foods 12.934543 77.616194 Indian Restaurant Bengaluru
2512 Sri Rammandira 12.941700 77.619200 Polar Bear 12.936701 77.620509 Dessert Shop Bengaluru
2513 Sri Rammandira 12.941700 77.619200 Pizza Hut 12.939886 77.625376 Pizza Place Bengaluru
2514 Sri Rammandira 12.941700 77.619200 Khawa Karpo 12.934051 77.616640 Chinese Restaurant Bengaluru
2515 Sri Rammandira 12.941700 77.619200 Papa Johns 12.942396 77.622820 Pizza Place Bengaluru
2516 Sri Rammandira 12.941700 77.619200 Shyam Thali 12.936908 77.620087 Indian Restaurant Bengaluru
2517 Sri Rammandira 12.941700 77.619200 Khan Saheb Grills and Rolls 12.936061 77.614753 Indian Restaurant Bengaluru
2518 Sri Rammandira 12.941700 77.619200 Hello paanwala 12.934862 77.616004 Smoke Shop Bengaluru
2519 Sri Rammandira 12.941700 77.619200 Nagarjuna 12.933693 77.621156 Andhra Restaurant Bengaluru
2520 Sri Rammandira 12.941700 77.619200 Gold's Gym 12.933583 77.621559 Gym Bengaluru
2521 Sri Rammandira 12.941700 77.619200 Domino's Pizza 12.940170 77.625133 Pizza Place Bengaluru
2522 Sri Rammandira 12.941700 77.619200 Meghna Hyderbad Restaurant 12.934547 77.616152 Indian Restaurant Bengaluru
2523 Sri Rammandira 12.941700 77.619200 Sapphire Toys 12.937305 77.627092 Toy / Game Store Bengaluru
2524 Sri Rammandira 12.941700 77.619200 Hunan 12.934672 77.616160 Chinese Restaurant Bengaluru
2525 Sri Rammandira 12.941700 77.619200 Fenny's Lounge & Kitchen 12.935146 77.613536 Lounge Bengaluru
2526 Sri Rammandira 12.941700 77.619200 Banchharam Sweets 12.936550 77.614212 Dessert Shop Bengaluru
2527 Sri Rammandira 12.941700 77.619200 Kargeens 12.935271 77.624175 Café Bengaluru
2528 Sri Rammandira 12.941700 77.619200 99 Varieties 12.938904 77.619169 Indian Restaurant Bengaluru
2529 Sri Rammandira 12.941700 77.619200 Food Street 12.939092 77.619359 Indian Restaurant Bengaluru
2530 Sri Rammandira 12.941700 77.619200 cafe medley 12.933870 77.619365 Café Bengaluru
2531 Sri Rammandira 12.941700 77.619200 Anand Purani Dilli 12.937227 77.619554 Indian Restaurant Bengaluru
2532 Sri Rammandira 12.941700 77.619200 Calvins 12.934533 77.616167 Dessert Shop Bengaluru
2533 Sri Rammandira 12.941700 77.619200 Shree Thali Vegetarian Mess 12.936396 77.619889 Indian Restaurant Bengaluru
2534 Sri Rammandira 12.941700 77.619200 Om Made Cafe 12.933790 77.621466 Café Bengaluru
2535 Sri Rammandira 12.941700 77.619200 coast II coast 12.936924 77.624761 Seafood Restaurant Bengaluru
2536 Sri Rammandira 12.941700 77.619200 My Bar- quarter deck 12.933637 77.620482 Bar Bengaluru
2537 Sri Rammandira 12.941700 77.619200 Cafe D'hide 12.933575 77.622442 Café Bengaluru
2538 Sri Rammandira 12.941700 77.619200 Udupi Upahar 12.935826 77.614946 Indian Restaurant Bengaluru
2539 Sri Rammandira 12.941700 77.619200 Madhuloka Liquor Boutique 12.937066 77.619713 Liquor Store Bengaluru
2540 Sri Rammandira 12.941700 77.619200 Builders NGV Club 12.942139 77.625657 General Entertainment Bengaluru
2541 Sri Rammandira 12.941700 77.619200 Atta Galatta Bakery Cafe Bookstore 12.934129 77.616917 Bookstore Bengaluru
2542 Sri Rammandira 12.941700 77.619200 The Edge Ice Creams 12.935216 77.617094 Ice Cream Shop Bengaluru
2543 Sri Rammandira 12.941700 77.619200 Goli Vada Pav No. 1 12.934224 77.616594 Snack Place Bengaluru
2544 Sri Rammandira 12.941700 77.619200 Sapna Book House 12.936314 77.616512 Bookstore Bengaluru
2545 Sri Rammandira 12.941700 77.619200 The Flying Squirrel - Micro Roastery & Cafe 12.933620 77.621446 Coffee Shop Bengaluru
2546 Sri Rammandira 12.941700 77.619200 Baskins Robbins 12.938254 77.626232 Ice Cream Shop Bengaluru
2547 Sri Rammandira 12.941700 77.619200 TimTai 12.933727 77.622571 Thai Restaurant Bengaluru
2548 Sri Rammandira 12.941700 77.619200 California Burrito 12.934591 77.616101 Mexican Restaurant Bengaluru
2549 Sri Rammandira 12.941700 77.619200 Bon South 12.933607 77.622312 Indian Restaurant Bengaluru
2550 Sri Rammandira 12.941700 77.619200 Momoz 12.935823 77.616181 Chinese Restaurant Bengaluru
2551 Sri Rammandira 12.941700 77.619200 Vicky’s la terrazza 12.937016 77.620059 Italian Restaurant Bengaluru
2552 Sri Rammandira 12.941700 77.619200 Bhojohori Manna 12.937479 77.624209 Bengali Restaurant Bengaluru
2553 Sri Rammandira 12.941700 77.619200 Madurai Idli Shop 12.937327 77.624396 South Indian Restaurant Bengaluru
2554 Sri Rammandira 12.941700 77.619200 Burger King 12.935008 77.613586 Fast Food Restaurant Bengaluru
2555 Sri Rammandira 12.941700 77.619200 OM Pure Vegetarian Restaurant 12.934796 77.613283 Indian Restaurant Bengaluru
2556 Sri Rammandira 12.941700 77.619200 Carrots 12.938893 77.625811 Vegetarian / Vegan Restaurant Bengaluru
2557 Sri Rammandira 12.941700 77.619200 Imperial Restaurant 12.936481 77.625137 Indian Restaurant Bengaluru
2558 Sri Rammandira 12.941700 77.619200 The Smoke Co. 12.937699 77.624301 Gastropub Bengaluru
2559 Sri Rammandira 12.941700 77.619200 Blue Moustache 12.935279 77.613801 Bowling Alley Bengaluru
2560 Sri Rammandira 12.941700 77.619200 Hatti Kaapi 12.933951 77.617046 Café Bengaluru
2561 Sri Rammandira 12.941700 77.619200 Indian Coffee House 12.933739 77.615868 Indian Restaurant Bengaluru
2562 Sri Rammandira 12.941700 77.619200 Sufi 12.934929 77.615793 Persian Restaurant Bengaluru
2563 Sri Rammandira 12.941700 77.619200 Friends 12.936064 77.614693 Eastern European Restaurant Bengaluru
2564 Sri Rammandira 12.941700 77.619200 Starbucks 12.935018 77.613547 Coffee Shop Bengaluru
2565 Sri Rammandira 12.941700 77.619200 Over The Top 12.934433 77.623480 Lounge Bengaluru
2566 Sri Rammandira 12.941700 77.619200 chai point 12.938753 77.625899 Tea Room Bengaluru
2567 Sri Rammandira 12.941700 77.619200 Naati Mane 12.934629 77.619953 Indian Restaurant Bengaluru
2568 Sri Rammandira 12.941700 77.619200 Cup O Joe 12.933883 77.618947 Café Bengaluru
2569 Sri Rammandira 12.941700 77.619200 barista, koramangala 12.948603 77.620339 Café Bengaluru
2570 Sri Rammandira 12.941700 77.619200 Bathinda Junction 12.933938 77.615474 Restaurant Bengaluru
2571 Sri Rammandira 12.941700 77.619200 Habañero Koramangala 12.933882 77.619477 Mexican Restaurant Bengaluru
2572 Sri Rammandira 12.941700 77.619200 BonSouth 12.933681 77.622346 Indian Restaurant Bengaluru
2573 Sri Rammandira 12.941700 77.619200 Hotel Tibet 12.934244 77.616062 Asian Restaurant Bengaluru
2574 Sri Rammandira 12.941700 77.619200 Barleyz - The Brew House 12.937644 77.627022 Beer Garden Bengaluru
2575 Sri Rammandira 12.941700 77.619200 Raahath 12.933475 77.615577 Indian Restaurant Bengaluru
2576 Sri Rammandira 12.941700 77.619200 Cafe 132 12.933549 77.622144 Café Bengaluru
2577 Sri Rammandira 12.941700 77.619200 The Local - Terrace Drinkery 12.940830 77.624455 Bar Bengaluru
2578 Sri Rammandira 12.941700 77.619200 Barista Lavazza 12.933713 77.620067 Café Bengaluru
2579 Sri Rammandira 12.941700 77.619200 Juice Junction 12.934110 77.616707 Snack Place Bengaluru
2580 Sri Rammandira 12.941700 77.619200 Tandoor Hut 12.933726 77.619392 Indian Restaurant Bengaluru
2581 Sri Rammandira 12.941700 77.619200 Royal Treat 12.933533 77.615653 Restaurant Bengaluru
2582 Sri Rammandira 12.941700 77.619200 The Momo Hut 12.934200 77.615748 Chinese Restaurant Bengaluru
2583 Sri Rammandira 12.941700 77.619200 Hokey Pokey Icecream 12.933619 77.620826 Ice Cream Shop Bengaluru
2584 Sri Rammandira 12.941700 77.619200 Shaap (Authentic Kerala Shaap Cuisine) 12.933690 77.618296 Kerala Restaurant Bengaluru
2585 Sri Rammandira 12.941700 77.619200 Brooks And Bonds 12.934148 77.623396 Brewery Bengaluru
2586 Sri Rammandira 12.941700 77.619200 Enigma - The Pub 12.934193 77.623648 Pub Bengaluru
2587 Sri Rammandira 12.941700 77.619200 Java City 12.933558 77.621296 Café Bengaluru
2588 Sri Rammandira 12.941700 77.619200 Happy Brew 12.933894 77.615311 Bar Bengaluru
2589 Chickpete 12.970828 77.576519 Udupi Sri Krishna Bhavan 12.971563 77.574158 Indian Restaurant Bengaluru
2590 Chickpete 12.970828 77.576519 SGS Donne Biriyani 12.970325 77.572648 Indian Restaurant Bengaluru
2591 Chickpete 12.970828 77.576519 Hotel Fishland 12.975569 77.578592 Seafood Restaurant Bengaluru
2592 Chickpete 12.970828 77.576519 Lakshmi Nataraj Refreshments 12.967476 77.579468 South Indian Restaurant Bengaluru
2593 Chickpete 12.970828 77.576519 Chikkana Tiffin Room 12.968557 77.584282 Indian Restaurant Bengaluru
2594 Chickpete 12.970828 77.576519 Sapna Book House 12.976355 77.578461 Bookstore Bengaluru
2595 Chickpete 12.970828 77.576519 Sangam Sweets 12.976924 77.577891 Dessert Shop Bengaluru
2596 Chickpete 12.970828 77.576519 Vasudev Adigas 12.973707 77.579257 Indian Restaurant Bengaluru
2597 Chickpete 12.970828 77.576519 Hotel Empire 12.979648 77.574971 Indian Restaurant Bengaluru
2598 Chickpete 12.970828 77.576519 Adigas Hotel 12.973554 77.579161 Restaurant Bengaluru
2599 Chickpete 12.970828 77.576519 Hotel Annapoorna 12.979088 77.578624 Indian Restaurant Bengaluru
2600 Chickpete 12.970828 77.576519 Mavalli Tiffin Rooms (MTR 1924) 12.979072 77.577139 Indian Restaurant Bengaluru
2601 Chickpete 12.970828 77.576519 Sukh Sagar GandhiNagar 12.976708 77.577829 Indian Restaurant Bengaluru
2602 Chickpete 12.970828 77.576519 Nagarathpeth 12.967582 77.579362 Miscellaneous Shop Bengaluru
2603 Chickpete 12.970828 77.576519 National Market 12.976378 77.577500 Flea Market Bengaluru
2604 Chickpete 12.970828 77.576519 K R Market 12.968636 77.577896 Flower Shop Bengaluru
2605 Chickpete 12.970828 77.576519 Bangalore Fort 12.962529 77.575816 Historic Site Bengaluru
2606 Chickpete 12.970828 77.576519 Kamat Yatrinivas 12.975985 77.578125 Indian Restaurant Bengaluru
2607 Chickpete 12.970828 77.576519 Chicken County 12.977608 77.577143 Indian Restaurant Bengaluru
2608 Chickpete 12.970828 77.576519 Sukh Sagar Food Court 12.976401 77.577695 Asian Restaurant Bengaluru
2609 Chickpete 12.970828 77.576519 Avenue Road Dosa 12.967710 77.579010 Diner Bengaluru
2610 Chickpete 12.970828 77.576519 Talk Of The Town 12.976962 77.577152 Indian Restaurant Bengaluru
2611 Chickpete 12.970828 77.576519 The Signature Inn 12.973115 77.570396 Hotel Bengaluru
2612 Chickpete 12.970828 77.576519 Taj Restaurant 12.964279 77.578092 Middle Eastern Restaurant Bengaluru
2613 Chickpete 12.970828 77.576519 Narayan Idly 12.964024 77.578008 Food Truck Bengaluru
2614 Chickpete 12.970828 77.576519 Swathi Deluxe Andhra Style Restaurant 12.976350 77.572087 Indian Restaurant Bengaluru
2615 Chickpete 12.970828 77.576519 Kamat Restaurant 12.963629 77.576950 Indian Restaurant Bengaluru
2616 Chickpete 12.970828 77.576519 Kempegowda Metro Station 12.976134 77.571482 Metro Station Bengaluru
2617 Chickpete 12.970828 77.576519 hotel golden residency 12.978168 77.579614 Hotel Bengaluru
2618 Chickpete 12.970828 77.576519 Hotel Kanishka 12.978161 77.579972 Indian Restaurant Bengaluru
2619 Chickpete 12.970828 77.576519 Hotel Shreeragavendra 12.977855 77.572234 Indian Restaurant Bengaluru
2620 Chickpete 12.970828 77.576519 New Prashanth Hotel 12.979096 77.578351 Indian Restaurant Bengaluru
2621 Chickpete 12.970828 77.576519 Bangarpet pani puri angadi 12.965500 77.583500 Fast Food Restaurant Bengaluru
2622 Chickpete 12.970828 77.576519 Mantri mall Coffeeday 12.978003 77.571505 Café Bengaluru
2623 Sampangiram Nagar 12.975878 77.590601 Cubbon Park 12.977042 77.595277 Park Bengaluru
2624 Sampangiram Nagar 12.975878 77.590601 JW Marriott Hotel Bengaluru 12.972362 77.595051 Hotel Bengaluru
2625 Sampangiram Nagar 12.975878 77.590601 UB City 12.971709 77.595905 Shopping Mall Bengaluru
2626 Sampangiram Nagar 12.975878 77.590601 J W Kitchen 12.972410 77.594592 Asian Restaurant Bengaluru
2627 Sampangiram Nagar 12.975878 77.590601 Spice Terrace 12.972254 77.595200 Lounge Bengaluru
2628 Sampangiram Nagar 12.975878 77.590601 Toscano 12.971980 77.596066 Italian Restaurant Bengaluru
2629 Sampangiram Nagar 12.975878 77.590601 Shiro 12.971900 77.596236 Japanese Restaurant Bengaluru
2630 Sampangiram Nagar 12.975878 77.590601 Café Noir 12.971995 77.596001 French Restaurant Bengaluru
2631 Sampangiram Nagar 12.975878 77.590601 Bengaluru Baking Co. 12.971761 77.595128 Bakery Bengaluru
2632 Sampangiram Nagar 12.975878 77.590601 Skyye 12.971646 77.596242 Lounge Bengaluru
2633 Sampangiram Nagar 12.975878 77.590601 Bliss Luxe Chocolate Lounge 12.971525 77.596201 Cupcake Shop Bengaluru
2634 Sampangiram Nagar 12.975878 77.590601 Smoke House Deli 12.971656 77.598254 Deli / Bodega Bengaluru
2635 Sampangiram Nagar 12.975878 77.590601 Diesel Store 12.971762 77.595947 Clothing Store Bengaluru
2636 Sampangiram Nagar 12.975878 77.590601 Venkatappa Art Gallery 12.974575 77.595792 Art Gallery Bengaluru
2637 Sampangiram Nagar 12.975878 77.590601 Sanchez 12.972018 77.596025 Mexican Restaurant Bengaluru
2638 Sampangiram Nagar 12.975878 77.590601 JW Marriott Executive Lounge 12.972120 77.594804 Lounge Bengaluru
2639 Sampangiram Nagar 12.975878 77.590601 M. Chinnaswamy Stadium 12.978144 77.599223 Cricket Ground Bengaluru
2640 Sampangiram Nagar 12.975878 77.590601 The Biere Club 12.971061 77.597657 Brewery Bengaluru
2641 Sampangiram Nagar 12.975878 77.590601 Sunny's 12.972023 77.598454 Italian Restaurant Bengaluru
2642 Sampangiram Nagar 12.975878 77.590601 Good Earth - Bunglow Store 12.971606 77.597838 Furniture / Home Store Bengaluru
2643 Sampangiram Nagar 12.975878 77.590601 Vidhana Soudha 12.979027 77.591881 Capitol Building Bengaluru
2644 Sampangiram Nagar 12.975878 77.590601 Coffee Day Square 12.971671 77.594132 Coffee Shop Bengaluru
2645 Sampangiram Nagar 12.975878 77.590601 Margarita Lounge Bar 12.970741 77.597553 Cocktail Bar Bengaluru
2646 Sampangiram Nagar 12.975878 77.590601 Shiro, UB City 12.976748 77.599066 Lounge Bengaluru
2647 Sampangiram Nagar 12.975878 77.590601 Palate Corner 12.967921 77.591444 Indian Restaurant Bengaluru
2648 Sampangiram Nagar 12.975878 77.590601 Louis Vuitton 12.971505 77.596077 Boutique Bengaluru
2649 Sampangiram Nagar 12.975878 77.590601 Alba 12.972541 77.594594 Italian Restaurant Bengaluru
2650 Sampangiram Nagar 12.975878 77.590601 Rice Bowl 12.974596 77.599470 Chinese Restaurant Bengaluru
2651 Sampangiram Nagar 12.975878 77.590601 Chevron Hotel 12.983619 77.594379 Hotel Bengaluru
2652 Sampangiram Nagar 12.975878 77.590601 Bootlegger 12.971159 77.597574 Pub Bengaluru
2653 Sampangiram Nagar 12.975878 77.590601 Harley Davidson 12.970505 77.597584 Motorcycle Shop Bengaluru
2654 Sampangiram Nagar 12.975878 77.590601 Mahatma Gandhi Circle (ಮಹಾತ್ಮಾ ಗಾಂಧಿ ವೃತ್) 12.976555 77.599600 Plaza Bengaluru
2655 Sampangiram Nagar 12.975878 77.590601 Freedom Park 12.978008 77.582373 Park Bengaluru
2656 Sampangiram Nagar 12.975878 77.590601 BBC by JW Marriott 12.971847 77.595088 Café Bengaluru
2657 Sampangiram Nagar 12.975878 77.590601 Soda Bottle Openerwala 12.970747 77.597607 Parsi Restaurant Bengaluru
2658 Sampangiram Nagar 12.975878 77.590601 Fava 12.972286 77.595966 Mediterranean Restaurant Bengaluru
2659 Sampangiram Nagar 12.975878 77.590601 Kanteerava Outdoor Stadium 12.968888 77.593051 Track Stadium Bengaluru
2660 Sampangiram Nagar 12.975878 77.590601 Good Earth 12.971919 77.596026 Arts & Crafts Store Bengaluru
2661 Sampangiram Nagar 12.975878 77.590601 Le Cristaal 12.971138 77.597548 Restaurant Bengaluru
2662 Sampangiram Nagar 12.975878 77.590601 Konark Kanteerava 12.970281 77.592165 Karnataka Restaurant Bengaluru
2663 Sampangiram Nagar 12.975878 77.590601 Sancho's 12.971981 77.595997 Mexican Restaurant Bengaluru
2664 Sampangiram Nagar 12.975878 77.590601 The Glass House - Deli Bistro Bar 12.970084 77.597443 Restaurant Bengaluru
2665 Sampangiram Nagar 12.975878 77.590601 Kanteerava Indoor Stadium 12.969619 77.593861 Stadium Bengaluru
2666 Sampangiram Nagar 12.975878 77.590601 Subway 12.976016 77.597939 Sandwich Place Bengaluru
2667 Sampangiram Nagar 12.975878 77.590601 Oriental Spice 12.983893 77.593591 Chinese Restaurant Bengaluru
2668 Sampangiram Nagar 12.975878 77.590601 Farzi Cafe 12.972136 77.595803 Bistro Bengaluru
2669 Sampangiram Nagar 12.975878 77.590601 Glen's Bakehouse 12.969916 77.597517 Café Bengaluru
2670 Sampangiram Nagar 12.975878 77.590601 Rasovara 12.971995 77.596079 Rajasthani Restaurant Bengaluru
2671 Sampangiram Nagar 12.975878 77.590601 Visvesvaraya Industrial and Technological Museum 12.974884 77.596526 Science Museum Bengaluru
2672 Sampangiram Nagar 12.975878 77.590601 cafe coffee day 12.972392 77.594108 Coffee Shop Bengaluru
2673 Sampangiram Nagar 12.975878 77.590601 KSLTA Tennis stadium 12.975094 77.594439 Tennis Stadium Bengaluru
2674 Sampangiram Nagar 12.975878 77.590601 Imagine Store UB City 12.971968 77.596099 Electronics Store Bengaluru
2675 Sampangiram Nagar 12.975878 77.590601 UB City Amphitheatre 12.972286 77.595841 Concert Hall Bengaluru
2676 Sampangiram Nagar 12.975878 77.590601 The Tower Kitchen 12.971671 77.596363 Italian Restaurant Bengaluru
2677 Sampangiram Nagar 12.975878 77.590601 Atria Hotel 12.980227 77.586067 Hotel Bengaluru
2678 Sampangiram Nagar 12.975878 77.590601 Jawaharlal Nehru Planetarium 12.984570 77.590163 Planetarium Bengaluru
2679 Sampangiram Nagar 12.975878 77.590601 Cafe Mangii 12.971985 77.595971 Italian Restaurant Bengaluru
2680 Sampangiram Nagar 12.975878 77.590601 Oakwood Premier Prestige Bangalore 12.972002 77.596056 Hotel Bengaluru
2681 Sampangiram Nagar 12.975878 77.590601 Barista Lavazza 12.971334 77.597802 Café Bengaluru
2682 Sampangiram Nagar 12.975878 77.590601 Domino's Pizza 12.972000 77.595000 Pizza Place Bengaluru
2683 Sampangiram Nagar 12.975878 77.590601 Nisarga Garden Restaurant 12.983332 77.594431 Indian Restaurant Bengaluru
2684 Sampangiram Nagar 12.975878 77.590601 Sreeraj Lassi Bar 12.983183 77.587633 Juice Bar Bengaluru
2685 Sampangiram Nagar 12.975878 77.590601 Apple Store 12.971994 77.596002 Electronics Store Bengaluru
2686 Sampangiram Nagar 12.975878 77.590601 Sing Kong 12.971985 77.596011 Cantonese Restaurant Bengaluru
2687 Sampangiram Nagar 12.975878 77.590601 Sanchos 12.972002 77.596050 Mexican Restaurant Bengaluru
2688 Sampangiram Nagar 12.975878 77.590601 Cafe Coffee Day 12.971303 77.597885 Café Bengaluru
2689 Sampangiram Nagar 12.975878 77.590601 McDonald's 12.976011 77.598391 Fast Food Restaurant Bengaluru
2690 Sampangiram Nagar 12.975878 77.590601 Matsuri 12.975799 77.599439 Japanese Restaurant Bengaluru
2691 Sampangiram Nagar 12.975878 77.590601 DIESEL - For Successful Living 12.971846 77.595647 Clothing Store Bengaluru
2692 Sampangiram Nagar 12.975878 77.590601 Shri M Visvesvaraya Metro Station 12.974097 77.584015 Metro Station Bengaluru
2693 Sampangiram Nagar 12.975878 77.590601 Cubbon Park Metro Station 12.980437 77.597878 Metro Station Bengaluru
2694 Sampangiram Nagar 12.975878 77.590601 Tonique 12.976657 77.599224 Beer Store Bengaluru
2695 Sampangiram Nagar 12.975878 77.590601 Chancery Pan Walla 12.976234 77.599519 Food Truck Bengaluru
2696 Shanthala Nagar 12.971700 77.600600 Truffles - Ice & Spice 12.971802 77.601031 Burger Joint Bengaluru
2697 Shanthala Nagar 12.971700 77.600600 Smoke House Deli 12.971656 77.598254 Deli / Bodega Bengaluru
2698 Shanthala Nagar 12.971700 77.600600 Corner House 12.972979 77.599971 Ice Cream Shop Bengaluru
2699 Shanthala Nagar 12.971700 77.600600 Airlines Hotel 12.972948 77.599831 Breakfast Spot Bengaluru
2700 Shanthala Nagar 12.971700 77.600600 Natural Ice Cream 12.971378 77.600989 Ice Cream Shop Bengaluru
2701 Shanthala Nagar 12.971700 77.600600 Sunny's 12.972023 77.598454 Italian Restaurant Bengaluru
2702 Shanthala Nagar 12.971700 77.600600 Big Straw 12.972729 77.601201 Bubble Tea Shop Bengaluru
2703 Shanthala Nagar 12.971700 77.600600 Oh Calcutta 12.971405 77.600935 Indian Restaurant Bengaluru
2704 Shanthala Nagar 12.971700 77.600600 The Biere Club 12.971061 77.597657 Brewery Bengaluru
2705 Shanthala Nagar 12.971700 77.600600 MTR 1924 12.972196 77.600990 Indian Restaurant Bengaluru
2706 Shanthala Nagar 12.971700 77.600600 Good Earth - Bunglow Store 12.971606 77.597838 Furniture / Home Store Bengaluru
2707 Shanthala Nagar 12.971700 77.600600 Harima 12.967755 77.600073 Sushi Restaurant Bengaluru
2708 Shanthala Nagar 12.971700 77.600600 The Ritz-Carlton 12.967479 77.601755 Hotel Bengaluru
2709 Shanthala Nagar 12.971700 77.600600 UB City 12.971709 77.595905 Shopping Mall Bengaluru
2710 Shanthala Nagar 12.971700 77.600600 MTR Restaurant 12.972159 77.601039 South Indian Restaurant Bengaluru
2711 Shanthala Nagar 12.971700 77.600600 Shiro 12.971900 77.596236 Japanese Restaurant Bengaluru
2712 Shanthala Nagar 12.971700 77.600600 The Only Place 12.973305 77.603514 Steakhouse Bengaluru
2713 Shanthala Nagar 12.971700 77.600600 Hard Rock Cafe Bengaluru 12.976389 77.601468 American Restaurant Bengaluru
2714 Shanthala Nagar 12.971700 77.600600 Toscano 12.971980 77.596066 Italian Restaurant Bengaluru
2715 Shanthala Nagar 12.971700 77.600600 Margarita Lounge Bar 12.970741 77.597553 Cocktail Bar Bengaluru
2716 Shanthala Nagar 12.971700 77.600600 Skyye 12.971646 77.596242 Lounge Bengaluru
2717 Shanthala Nagar 12.971700 77.600600 Church Street Social 12.975559 77.602579 Pub Bengaluru
2718 Shanthala Nagar 12.971700 77.600600 Café Noir 12.971995 77.596001 French Restaurant Bengaluru
2719 Shanthala Nagar 12.971700 77.600600 Bliss Luxe Chocolate Lounge 12.971525 77.596201 Cupcake Shop Bengaluru
2720 Shanthala Nagar 12.971700 77.600600 The Egg Factory 12.972217 77.600978 Breakfast Spot Bengaluru
2721 Shanthala Nagar 12.971700 77.600600 Konark 12.969012 77.602156 Indian Restaurant Bengaluru
2722 Shanthala Nagar 12.971700 77.600600 JW Marriott Hotel Bengaluru 12.972362 77.595051 Hotel Bengaluru
2723 Shanthala Nagar 12.971700 77.600600 The Entertainment Store 12.975413 77.603045 Toy / Game Store Bengaluru
2724 Shanthala Nagar 12.971700 77.600600 M.G Road Boulevard 12.975771 77.603979 Plaza Bengaluru
2725 Shanthala Nagar 12.971700 77.600600 The 13th Floor 12.975364 77.604995 Lounge Bengaluru
2726 Shanthala Nagar 12.971700 77.600600 Kenko Reflexology & Fish Spa 12.970950 77.598937 Spa Bengaluru
2727 Shanthala Nagar 12.971700 77.600600 Chai Point 12.967753 77.600135 Café Bengaluru
2728 Shanthala Nagar 12.971700 77.600600 Blossom Book House 12.975042 77.604813 Bookstore Bengaluru
2729 Shanthala Nagar 12.971700 77.600600 Brik Oven 12.974757 77.605441 Pizza Place Bengaluru
2730 Shanthala Nagar 12.971700 77.600600 Bangalore Brew Works 12.968365 77.601662 Brewery Bengaluru
2731 Shanthala Nagar 12.971700 77.600600 Equilibrium Climbing Station 12.967583 77.600086 Athletics & Sports Bengaluru
2732 Shanthala Nagar 12.971700 77.600600 Diesel Store 12.971762 77.595947 Clothing Store Bengaluru
2733 Shanthala Nagar 12.971700 77.600600 Sky Bar 12.969238 77.600361 Bar Bengaluru
2734 Shanthala Nagar 12.971700 77.600600 Spice Terrace 12.972254 77.595200 Lounge Bengaluru
2735 Shanthala Nagar 12.971700 77.600600 ZELA 12.966769 77.599618 Gym / Fitness Center Bengaluru
2736 Shanthala Nagar 12.971700 77.600600 Sanchez 12.972018 77.596025 Mexican Restaurant Bengaluru
2737 Shanthala Nagar 12.971700 77.600600 Rice Bowl 12.974596 77.599470 Chinese Restaurant Bengaluru
2738 Shanthala Nagar 12.971700 77.600600 M. Chinnaswamy Stadium 12.978144 77.599223 Cricket Ground Bengaluru
2739 Shanthala Nagar 12.971700 77.600600 ITC Gardenia 12.967010 77.595618 Hotel Bengaluru
2740 Shanthala Nagar 12.971700 77.600600 Bengaluru Baking Co. 12.971761 77.595128 Bakery Bengaluru
2741 Shanthala Nagar 12.971700 77.600600 Bang 12.967505 77.601757 Lounge Bengaluru
2742 Shanthala Nagar 12.971700 77.600600 Harley Davidson 12.970505 77.597584 Motorcycle Shop Bengaluru
2743 Shanthala Nagar 12.971700 77.600600 Cubbon Park 12.977042 77.595277 Park Bengaluru
2744 Shanthala Nagar 12.971700 77.600600 J W Kitchen 12.972410 77.594592 Asian Restaurant Bengaluru
2745 Shanthala Nagar 12.971700 77.600600 Shiro, UB City 12.976748 77.599066 Lounge Bengaluru
2746 Shanthala Nagar 12.971700 77.600600 Soda Bottle Openerwala 12.970747 77.597607 Parsi Restaurant Bengaluru
2747 Shanthala Nagar 12.971700 77.600600 Starbucks 12.974436 77.607308 Coffee Shop Bengaluru
2748 Shanthala Nagar 12.971700 77.600600 Coast 2 Coast 12.975305 77.605625 Indian Restaurant Bengaluru
2749 Shanthala Nagar 12.971700 77.600600 Plan B 12.967779 77.607307 Pub Bengaluru
2750 Shanthala Nagar 12.971700 77.600600 Kebabs & Kurries 12.966995 77.595613 Indian Restaurant Bengaluru
2751 Shanthala Nagar 12.971700 77.600600 Green Theory 12.968315 77.602811 Vegetarian / Vegan Restaurant Bengaluru
2752 Shanthala Nagar 12.971700 77.600600 Hysteria 12.974843 77.605426 Music Store Bengaluru
2753 Shanthala Nagar 12.971700 77.600600 Smally's RestoCafe 12.974412 77.607234 Café Bengaluru
2754 Shanthala Nagar 12.971700 77.600600 Louis Vuitton 12.971505 77.596077 Boutique Bengaluru
2755 Shanthala Nagar 12.971700 77.600600 Fitness First 12.971153 77.607010 Gym Bengaluru
2756 Shanthala Nagar 12.971700 77.600600 On The Edge 12.975424 77.605045 Lounge Bengaluru
2757 Shanthala Nagar 12.971700 77.600600 Matteo 12.974496 77.607115 Café Bengaluru
2758 Shanthala Nagar 12.971700 77.600600 Venkatappa Art Gallery 12.974575 77.595792 Art Gallery Bengaluru
2759 Shanthala Nagar 12.971700 77.600600 JW Marriott Executive Lounge 12.972120 77.594804 Lounge Bengaluru
2760 Shanthala Nagar 12.971700 77.600600 Gold's Gym 12.966438 77.603660 Gym Bengaluru
2761 Shanthala Nagar 12.971700 77.600600 Hotel Ballal Residency 12.971476 77.608136 Hotel Bengaluru
2762 Shanthala Nagar 12.971700 77.600600 Communiti 12.972618 77.608225 Brewery Bengaluru
2763 Shanthala Nagar 12.971700 77.600600 Nagarjuna 12.973145 77.609263 Andhra Restaurant Bengaluru
2764 Shanthala Nagar 12.971700 77.600600 Khan Saheb 12.971587 77.606856 Fast Food Restaurant Bengaluru
2765 Shanthala Nagar 12.971700 77.600600 Art of Delight 12.973198 77.609254 Ice Cream Shop Bengaluru
2766 Shanthala Nagar 12.971700 77.600600 Karavalli 12.971937 77.608869 Indian Restaurant Bengaluru
2767 Shanthala Nagar 12.971700 77.600600 Kentacky Chicken Corner 12.966260 77.595217 Fried Chicken Joint Bengaluru
2768 Shanthala Nagar 12.971700 77.600600 The Lotus Pavillion 12.967004 77.596061 Arcade Bengaluru
2769 Shanthala Nagar 12.971700 77.600600 Kudla 12.966512 77.595007 Indian Restaurant Bengaluru
2770 Shanthala Nagar 12.971700 77.600600 Coffee Day Square 12.971671 77.594132 Coffee Shop Bengaluru
2771 Shanthala Nagar 12.971700 77.600600 Adarsh Hamilton 12.964579 77.598393 Bed & Breakfast Bengaluru
2772 Shanthala Nagar 12.971700 77.600600 The Cubbon Pavilion 12.967029 77.596120 Wine Bar Bengaluru
2773 Shanthala Nagar 12.971700 77.600600 Mahesh Lunch Home 12.965882 77.598155 Seafood Restaurant Bengaluru
2774 Shanthala Nagar 12.971700 77.600600 Brigade Road 12.973867 77.606954 Road Bengaluru
2775 Shanthala Nagar 12.971700 77.600600 Samsung Opera House 12.972310 77.607444 Electronics Store Bengaluru
2776 Shanthala Nagar 12.971700 77.600600 Konark Coffee Shop 12.966561 77.599710 Breakfast Spot Bengaluru
2777 Shanthala Nagar 12.971700 77.600600 EDO 12.967046 77.596180 Japanese Restaurant Bengaluru
2778 Shanthala Nagar 12.971700 77.600600 Khazana Food Paradise 12.964276 77.605559 Indian Restaurant Bengaluru
2779 Shanthala Nagar 12.971700 77.600600 Hae Kum Gang 12.967772 77.607378 Korean Restaurant Bengaluru
2780 Shanthala Nagar 12.971700 77.600600 The Elanza Hotel 12.965258 77.602168 Hotel Bengaluru
2781 Shanthala Nagar 12.971700 77.600600 Corner House 12.973650 77.609362 Dessert Shop Bengaluru
2782 Shanthala Nagar 12.971700 77.600600 Khazana 12.964264 77.605495 Indian Restaurant Bengaluru
2783 Shanthala Nagar 12.971700 77.600600 Good Earth 12.971919 77.596026 Arts & Crafts Store Bengaluru
2784 Shanthala Nagar 12.971700 77.600600 Fava 12.972286 77.595966 Mediterranean Restaurant Bengaluru
2785 Shanthala Nagar 12.971700 77.600600 Alba 12.972541 77.594594 Italian Restaurant Bengaluru
2786 Shanthala Nagar 12.971700 77.600600 Guzzlers Inn 12.973722 77.606972 Pub Bengaluru
2787 Shanthala Nagar 12.971700 77.600600 Kazé 12.965511 77.596542 Sushi Restaurant Bengaluru
2788 Shanthala Nagar 12.971700 77.600600 Sunheri Restaurant 12.964788 77.594987 Vegetarian / Vegan Restaurant Bengaluru
2789 Shanthala Nagar 12.971700 77.600600 Sancho's 12.971981 77.595997 Mexican Restaurant Bengaluru
2790 Shanthala Nagar 12.971700 77.600600 Chung Wah 12.974099 77.609386 Chinese Restaurant Bengaluru
2791 Shanthala Nagar 12.971700 77.600600 BBC by JW Marriott 12.971847 77.595088 Café Bengaluru
2792 Shanthala Nagar 12.971700 77.600600 Green Onion Chinese Restaurant 12.973165 77.609159 Chinese Restaurant Bengaluru
2793 Shanthala Nagar 12.971700 77.600600 Olive Beach 12.966901 77.608131 Mediterranean Restaurant Bengaluru
2794 Shanthala Nagar 12.971700 77.600600 Rasovara 12.971995 77.596079 Rajasthani Restaurant Bengaluru
2795 Shanthala Nagar 12.971700 77.600600 Bang Rooftop Bar 12.967480 77.601743 Bar Bengaluru
2796 Domlur 12.962467 77.638196 Barbeque Nation 12.962684 77.641599 BBQ Joint Bengaluru
2797 Domlur 12.962467 77.638196 League of Extraordinary Gamers 12.967099 77.636919 Gaming Cafe Bengaluru
2798 Domlur 12.962467 77.638196 Lavonne 12.963909 77.638579 Café Bengaluru
2799 Domlur 12.962467 77.638196 Smoke House Deli 12.965584 77.641498 Deli / Bodega Bengaluru
2800 Domlur 12.962467 77.638196 Starbucks 12.965649 77.641718 Coffee Shop Bengaluru
2801 Domlur 12.962467 77.638196 Bodycraft 12.968497 77.641289 Spa Bengaluru
2802 Domlur 12.962467 77.638196 Corner House 12.969973 77.637453 Ice Cream Shop Bengaluru
2803 Domlur 12.962467 77.638196 Little Italy 12.966397 77.641646 Italian Restaurant Bengaluru
2804 Domlur 12.962467 77.638196 Drops Total Spirits 12.964527 77.641636 Liquor Store Bengaluru
2805 Domlur 12.962467 77.638196 Puma Social Club 12.967254 77.641212 Nightclub Bengaluru
2806 Domlur 12.962467 77.638196 California Burrito 12.967528 77.636722 Burrito Place Bengaluru
2807 Domlur 12.962467 77.638196 Infinitea 12.968968 77.636111 Tea Room Bengaluru
2808 Domlur 12.962467 77.638196 Smoor Chocolates by Bliss 12.969913 77.641283 Chocolate Shop Bengaluru
2809 Domlur 12.962467 77.638196 Anand Sweets 12.960166 77.645168 Indian Restaurant Bengaluru
2810 Domlur 12.962467 77.638196 Bob's Bar 12.967082 77.641395 Karnataka Restaurant Bengaluru
2811 Domlur 12.962467 77.638196 Tipsy Bull 12.964824 77.641783 Pub Bengaluru
2812 Domlur 12.962467 77.638196 Krispy Kreme Doughnuts 12.970094 77.640671 Bakery Bengaluru
2813 Domlur 12.962467 77.638196 Big Pitcher 12.960101 77.646946 Brewery Bengaluru
2814 Domlur 12.962467 77.638196 Harry's Singapore 12.964481 77.641691 Sports Bar Bengaluru
2815 Domlur 12.962467 77.638196 The Black Rabbit 12.969891 77.641251 Pub Bengaluru
2816 Domlur 12.962467 77.638196 Mamagoto 12.970113 77.639173 Asian Restaurant Bengaluru
2817 Domlur 12.962467 77.638196 The Humming Tree - Music Venue and Bar 12.970125 77.639161 Music Venue Bengaluru
2818 Domlur 12.962467 77.638196 Mother Cluckers 12.970176 77.640243 Restaurant Bengaluru
2819 Domlur 12.962467 77.638196 Domino's Pizza 12.961000 77.639000 Pizza Place Bengaluru
2820 Domlur 12.962467 77.638196 Murphy's 12.953659 77.639397 Irish Pub Bengaluru
2821 Domlur 12.962467 77.638196 Phobidden Fruit 12.969959 77.639620 Vietnamese Restaurant Bengaluru
2822 Domlur 12.962467 77.638196 Bite Me Cupcakes 12.970711 77.641311 Cupcake Shop Bengaluru
2823 Domlur 12.962467 77.638196 Mainland China 12.962458 77.641727 Chinese Restaurant Bengaluru
2824 Domlur 12.962467 77.638196 Zaitoon 12.959949 77.646978 Middle Eastern Restaurant Bengaluru
2825 Domlur 12.962467 77.638196 Tandoori Taal 12.968514 77.636255 Indian Restaurant Bengaluru
2826 Domlur 12.962467 77.638196 Bliss Chocolate Lounge 12.970570 77.642049 Cupcake Shop Bengaluru
2827 Domlur 12.962467 77.638196 The Paul Bangalore 12.953636 77.639517 Hotel Bengaluru
2828 Domlur 12.962467 77.638196 Vapour - Pub and Brewery 12.969400 77.641268 Brewery Bengaluru
2829 Domlur 12.962467 77.638196 B Flat 12.968859 77.641110 Lounge Bengaluru
2830 Domlur 12.962467 77.638196 Sidewalk Café & Bar 12.953710 77.639429 Indian Restaurant Bengaluru
2831 Domlur 12.962467 77.638196 Bhartiya Jalpan 12.968684 77.641482 Restaurant Bengaluru
2832 Domlur 12.962467 77.638196 Bricklane Grill 12.969920 77.641093 Restaurant Bengaluru
2833 Domlur 12.962467 77.638196 Chianti Ristorante & Wine Bar 12.970167 77.640346 Italian Restaurant Bengaluru
2834 Domlur 12.962467 77.638196 Cafe 42 12.963698 77.642039 Café Bengaluru
2835 Domlur 12.962467 77.638196 flying spaghetti monster 12.967053 77.641570 Italian Restaurant Bengaluru
2836 Domlur 12.962467 77.638196 1131 Bar N Kitchen 12.969916 77.641344 Cocktail Bar Bengaluru
2837 Domlur 12.962467 77.638196 The Kitchen Of Joy 12.968547 77.636330 Fast Food Restaurant Bengaluru
2838 Domlur 12.962467 77.638196 Hotel Royal Orchid 12.957208 77.644222 Hotel Bengaluru
2839 Domlur 12.962467 77.638196 Chaipatty Teafe 12.969546 77.641283 Tea Room Bengaluru
2840 Domlur 12.962467 77.638196 Namdhari's Fresh 12.970208 77.640785 Grocery Store Bengaluru
2841 Domlur 12.962467 77.638196 Spaghetti Kitchen 12.964539 77.641657 Italian Restaurant Bengaluru
2842 Domlur 12.962467 77.638196 Hangover 12.970078 77.638399 Lounge Bengaluru
2843 Domlur 12.962467 77.638196 Sree Nandhini Palace 12.961990 77.641813 Indian Restaurant Bengaluru
2844 Domlur 12.962467 77.638196 Rajdhani 12.963834 77.641643 Rajasthani Restaurant Bengaluru
2845 Domlur 12.962467 77.638196 Barista 12.966273 77.641432 Café Bengaluru
2846 Domlur 12.962467 77.638196 High Note Bar and Dining 12.968883 77.641163 Diner Bengaluru
2847 Domlur 12.962467 77.638196 Jimi's Beer Cafe 12.970073 77.638487 Pub Bengaluru
2848 Domlur 12.962467 77.638196 Geoffrey's 12.957251 77.644159 Pub Bengaluru
2849 Domlur 12.962467 77.638196 Lime Light 12.957065 77.644098 Coffee Shop Bengaluru
2850 Domlur 12.962467 77.638196 Vietnamese Kitchen 12.966452 77.637338 Vietnamese Restaurant Bengaluru
2851 Domlur 12.962467 77.638196 Srinidhi Sagar 12.960529 77.645682 Indian Restaurant Bengaluru
2852 Domlur 12.962467 77.638196 Cafe Coffee Day 12.960814 77.646133 Café Bengaluru
2853 Domlur 12.962467 77.638196 Chili's Grill & Bar 12.969237 77.641414 Tex-Mex Restaurant Bengaluru
2854 Domlur 12.962467 77.638196 Esplanade 12.969199 77.641473 Indian Restaurant Bengaluru
2855 Domlur 12.962467 77.638196 Raenss Cafe 12.965877 77.641277 Café Bengaluru
2856 Domlur 12.962467 77.638196 Escape Hotel & Spa 12.969983 77.641146 Hotel Bengaluru
2857 Domlur 12.962467 77.638196 Cirrus 12.970858 77.641224 Pub Bengaluru
2858 Domlur 12.962467 77.638196 Costa Coffee 12.970217 77.640835 Coffee Shop Bengaluru
2859 Domlur 12.962467 77.638196 Namdhari's Fresh 12.966155 77.637584 Food & Drink Shop Bengaluru
2860 Domlur 12.962467 77.638196 Troika 12.965140 77.641741 Lounge Bengaluru
2861 Domlur 12.962467 77.638196 Subway 12.963812 77.640660 Sandwich Place Bengaluru
2862 Domlur 12.962467 77.638196 Srinidhi Sagar 12.959348 77.638387 Indian Restaurant Bengaluru
2863 Domlur 12.962467 77.638196 Rahhams (Richies) 12.960147 77.645863 Indian Restaurant Bengaluru
2864 Domlur 12.962467 77.638196 Allen Solly 12.968051 77.641239 Clothing Store Bengaluru
2865 Domlur 12.962467 77.638196 Nandhini Paradise 12.965095 77.638525 Indian Restaurant Bengaluru
2866 Domlur 12.962467 77.638196 Terrazzo 12.969337 77.641404 Italian Restaurant Bengaluru
2867 Domlur 12.962467 77.638196 Vembanad 12.953541 77.639163 Indian Restaurant Bengaluru
2868 Domlur 12.962467 77.638196 Barbecue Nation Pan Stall 12.962460 77.641707 Smoke Shop Bengaluru
2869 Domlur 12.962467 77.638196 Muse Bar & Kitchen 12.965077 77.641428 Restaurant Bengaluru
2870 Domlur 12.962467 77.638196 Madurai Idly Shop 12.954645 77.641255 Breakfast Spot Bengaluru
2871 Domlur 12.962467 77.638196 Paratha House 12.959894 77.644590 Indian Restaurant Bengaluru
2872 Domlur 12.962467 77.638196 Big Mummy 12.962483 77.643274 Breakfast Spot Bengaluru
2873 Domlur 12.962467 77.638196 Rahams Families 12.960126 77.645964 Indian Restaurant Bengaluru
2874 Domlur 12.962467 77.638196 Java Diamond District 12.957961 77.644364 Food Bengaluru
2875 Domlur 12.962467 77.638196 Sethji's 12.964211 77.643883 Diner Bengaluru
2876 Domlur 12.962467 77.638196 Pizza Hut 12.955856 77.641325 Pizza Place Bengaluru
2877 Domlur 12.962467 77.638196 Xtreme Sports Bar 12.970795 77.641164 Sports Bar Bengaluru
2878 Domlur 12.962467 77.638196 Habanero 12.970073 77.639050 Mexican Restaurant Bengaluru
2879 Domlur 12.962467 77.638196 Aachis Chettinad Restaurant 12.969991 77.636025 Indian Restaurant Bengaluru
2880 Domlur 12.962467 77.638196 DD Cafe 12.959161 77.643564 Café Bengaluru
2881 Domlur 12.962467 77.638196 Chai Angadi 12.960120 77.644115 Café Bengaluru
2882 Domlur 12.962467 77.638196 FAASO'S 12.960242 77.645293 Burrito Place Bengaluru
2883 Domlur 12.962467 77.638196 Food Corner 12.965165 77.644136 Convenience Store Bengaluru
2884 Domlur 12.962467 77.638196 Ginseng 12.957228 77.643691 Chinese Restaurant Bengaluru
2885 Domlur 12.962467 77.638196 The Paramount Hotel 12.955928 77.641581 Indian Restaurant Bengaluru
2886 Domlur 12.962467 77.638196 Chokidhani 12.955890 77.641349 Indian Restaurant Bengaluru
2887 Domlur 12.962467 77.638196 Golds Gym 12.970166 77.640788 Gym Bengaluru
2888 Domlur 12.962467 77.638196 Clay Pot 12.960032 77.644731 Indian Restaurant Bengaluru
2889 Domlur 12.962467 77.638196 Ramji Chaiwale 12.960142 77.644879 Coffee Shop Bengaluru
2890 Domlur 12.962467 77.638196 Matteo Cafe 12.964624 77.645634 Café Bengaluru
2891 Domlur 12.962467 77.638196 Sree Krishna Sagar 12.954938 77.641166 Indian Restaurant Bengaluru
2892 Domlur 12.962467 77.638196 The Lawns 12.957194 77.644283 Hotel Bengaluru
2893 Domlur 12.962467 77.638196 Avirate 12.969670 77.641814 Women's Store Bengaluru
2894 Domlur 12.962467 77.638196 HAL 2nd Stage 12th Main bus stop 12.970124 77.641193 Bus Station Bengaluru
2895 Domlur 12.962467 77.638196 Open Kitchen 12.954610 77.641053 North Indian Restaurant Bengaluru
2896 Konena Agrahara 12.958606 77.662337 HAL Market 12.960849 77.666198 Farmers Market Bengaluru
2897 Konena Agrahara 12.958606 77.662337 New Punjabi Hotel 12.959296 77.655543 Indian Restaurant Bengaluru
2898 Konena Agrahara 12.958606 77.662337 SWAT food Truck 12.953728 77.659577 Food Truck Bengaluru
2899 Konena Agrahara 12.958606 77.662337 Hyderabad Biryaani House 12.959209 77.656490 Indian Restaurant Bengaluru
2900 Konena Agrahara 12.958606 77.662337 Cafe Coffee Day 12.956340 77.658173 Café Bengaluru
2901 Konena Agrahara 12.958606 77.662337 Domino's Pizza 12.960000 77.656000 Pizza Place Bengaluru
2902 Konena Agrahara 12.958606 77.662337 McDonald's 12.958693 77.656742 Fast Food Restaurant Bengaluru
2903 Konena Agrahara 12.958606 77.662337 KFC 12.959233 77.656927 Fast Food Restaurant Bengaluru
2904 Konena Agrahara 12.958606 77.662337 Sathkar hotel 12.958686 77.662827 Indian Restaurant Bengaluru
2905 Konena Agrahara 12.958606 77.662337 Cha Bar 12.958765 77.662714 Café Bengaluru
2906 Konena Agrahara 12.958606 77.662337 McDonald's 12.959287 77.656863 Fast Food Restaurant Bengaluru
2907 Konena Agrahara 12.958606 77.662337 HAL Main Gate 12.958627 77.665074 Bus Stop Bengaluru
2908 Konena Agrahara 12.958606 77.662337 Shri Udupi Park 12.959303 77.656076 Restaurant Bengaluru
2909 Konena Agrahara 12.958606 77.662337 HAL bus stand 12.959263 77.655534 Bus Station Bengaluru
2910 Konena Agrahara 12.958606 77.662337 New Top In Town 12.955656 77.656160 Department Store Bengaluru
2911 Konena Agrahara 12.958606 77.662337 Palki Restaurant 12.956942 77.655640 Indian Restaurant Bengaluru
2912 Konena Agrahara 12.958606 77.662337 Juicy 12.958884 77.655339 Juice Bar Bengaluru
2913 Konena Agrahara 12.958606 77.662337 Goli vada pau 12.959006 77.655299 Fast Food Restaurant Bengaluru
2914 Konena Agrahara 12.958606 77.662337 Cafe Coffee Day 12.959232 77.654748 Coffee Shop Bengaluru
2915 Konena Agrahara 12.958606 77.662337 Isro Signal 12.959300 77.654376 Intersection Bengaluru
2916 Konena Agrahara 12.958606 77.662337 Maduri Grand 12.959124 77.654102 Indian Restaurant Bengaluru
2917 Agaram 12.945704 77.637886 Ministry of Food 12.948475 77.645516 Restaurant Bengaluru
2918 Agaram 12.945704 77.637886 Murphy's 12.953659 77.639397 Irish Pub Bengaluru
2919 Agaram 12.945704 77.637886 The Paul Bangalore 12.953636 77.639517 Hotel Bengaluru
2920 Agaram 12.945704 77.637886 Hilton 12.948375 77.645682 Hotel Bengaluru
2921 Agaram 12.945704 77.637886 Sidewalk Café & Bar 12.953710 77.639429 Indian Restaurant Bengaluru
2922 Agaram 12.945704 77.637886 California Burrito, EGL 12.949113 77.644034 Mexican Restaurant Bengaluru
2923 Agaram 12.945704 77.637886 Origin Espresso Bar 12.949896 77.642335 Coffee Shop Bengaluru
2924 Agaram 12.945704 77.637886 Mother Earth 12.952491 77.640259 Furniture / Home Store Bengaluru
2925 Agaram 12.945704 77.637886 Domino's Pizza 12.949283 77.643755 Pizza Place Bengaluru
2926 Agaram 12.945704 77.637886 Cafe Coffee Day 12.952180 77.640242 Café Bengaluru
2927 Agaram 12.945704 77.637886 Tea Mount 12.949005 77.643883 Tea Room Bengaluru
2928 Agaram 12.945704 77.637886 CCD Indiranagar 12.953178 77.640829 Arcade Bengaluru
2929 Agaram 12.945704 77.637886 Subway 12.949065 77.643942 Sandwich Place Bengaluru
2930 Agaram 12.945704 77.637886 Vembanad 12.953541 77.639163 Indian Restaurant Bengaluru
2931 Agaram 12.945704 77.637886 Loveshack 12.952692 77.640193 Lounge Bengaluru
2932 Agaram 12.945704 77.637886 KFC 12.949086 77.643835 Fast Food Restaurant Bengaluru
2933 Agaram 12.945704 77.637886 Yahoo! EGL Gym 12.949954 77.642392 Gym Bengaluru
2934 Agaram 12.945704 77.637886 Sindbad 12.949940 77.643324 Indian Restaurant Bengaluru
2935 Agaram 12.945704 77.637886 Beijing Bites 12.949244 77.643827 Chinese Restaurant Bengaluru
2936 Agaram 12.945704 77.637886 [24]7 Food Court 12.946924 77.645314 Food Court Bengaluru
2937 Agaram 12.945704 77.637886 Deli Shop, Crystal Downs (Goldman Sachs) 12.950193 77.644233 Juice Bar Bengaluru
2938 Agaram 12.945704 77.637886 Hilton Bangalore Embassy Golflinks Executive L... 12.948852 77.645464 Hotel Bengaluru
2939 Agaram 12.945704 77.637886 re:cess at Hilton Bangalore Residences 12.948930 77.645505 Café Bengaluru
2940 Agaram 12.945704 77.637886 Au Bon Pain Cafe India Limited 12.946229 77.646446 Café Bengaluru
2941 Agaram 12.945704 77.637886 Intel Security Cafeteria 12.946524 77.646523 Cafeteria Bengaluru
2942 Agaram 12.945704 77.637886 Ejipura Signal 12.938640 77.632506 Intersection Bengaluru
2943 Vannarpet 12.962832 77.616716 Toast and Tonic 12.966741 77.608733 Cocktail Bar Bengaluru
2944 Vannarpet 12.962832 77.616716 KSFA Bangalore Football Stadium 12.968579 77.611253 Soccer Stadium Bengaluru
2945 Vannarpet 12.962832 77.616716 Lifestyle 12.966934 77.611553 Shopping Mall Bengaluru
2946 Vannarpet 12.962832 77.616716 Sapphire Toys 12.967094 77.610866 Toy / Game Store Bengaluru
2947 Vannarpet 12.962832 77.616716 Chaitanya Delicacy 12.963739 77.614579 Indian Restaurant Bengaluru
2948 Vannarpet 12.962832 77.616716 Hyderabad Biryani 12.966385 77.614232 Indian Restaurant Bengaluru
2949 Vannarpet 12.962832 77.616716 Portland Steakhouse & Cafe 12.970282 77.614779 Steakhouse Bengaluru
2950 Vannarpet 12.962832 77.616716 Little Chef 12.964428 77.613680 Italian Restaurant Bengaluru
2951 Vannarpet 12.962832 77.616716 Chaaye Stall 12.967959 77.611071 Tea Room Bengaluru
2952 Vannarpet 12.962832 77.616716 Mad Over Donuts 12.966089 77.615203 Donut Shop Bengaluru
2953 Vannarpet 12.962832 77.616716 Welcom Hotel - ITC Hotel 12.968667 77.614495 Hotel Bengaluru
2954 Vannarpet 12.962832 77.616716 Cafe Coffee Day, 12.965509 77.618498 Café Bengaluru
2955 Vannarpet 12.962832 77.616716 ITC My Fortune Hotel 12.968613 77.614504 Hotel Bengaluru
2956 Vannarpet 12.962832 77.616716 Hotel Ajanta 12.971667 77.615547 Hotel Bengaluru
2957 Vannarpet 12.962832 77.616716 Hotel Empire 12.967170 77.609018 Indian Restaurant Bengaluru
2958 Vannarpet 12.962832 77.616716 Reliance Trends 12.966858 77.610448 Clothing Store Bengaluru
2959 Vannarpet 12.962832 77.616716 Shri Balaji Theatre 12.956654 77.619567 Indie Movie Theater Bengaluru
2960 Neelasandra 12.952179 77.614092 barista, koramangala 12.948603 77.620339 Café Bengaluru
2961 Neelasandra 12.952179 77.614092 Bodycraft Spa & Salon 12.949289 77.614190 Spa Bengaluru
2962 Neelasandra 12.952179 77.614092 Shri Balaji Theatre 12.956654 77.619567 Indie Movie Theater Bengaluru
2963 Neelasandra 12.952179 77.614092 Thanco fresh fruitz ice cream 12.943902 77.613244 Ice Cream Shop Bengaluru
2964 Neelasandra 12.952179 77.614092 NGV Park 12.948047 77.622039 Park Bengaluru
2965 Shanthi Nagar 12.958254 77.602571 Plan B 12.962110 77.601470 Pub Bengaluru
2966 Shanthi Nagar 12.958254 77.602571 Hockey Club 12.961753 77.601129 Hockey Arena Bengaluru
2967 Shanthi Nagar 12.958254 77.602571 Khazana Food Paradise 12.964276 77.605559 Indian Restaurant Bengaluru
2968 Shanthi Nagar 12.958254 77.602571 Khazana 12.964264 77.605495 Indian Restaurant Bengaluru
2969 Shanthi Nagar 12.958254 77.602571 Siddique Kabab Centre 12.963019 77.605806 BBQ Joint Bengaluru
2970 Shanthi Nagar 12.958254 77.602571 ZELA 12.966769 77.599618 Gym / Fitness Center Bengaluru
2971 Shanthi Nagar 12.958254 77.602571 Adarsh Hamilton 12.964579 77.598393 Bed & Breakfast Bengaluru
2972 Shanthi Nagar 12.958254 77.602571 Toms Hotel 12.964938 77.606850 Hotel Bengaluru
2973 Shanthi Nagar 12.958254 77.602571 Makkah 12.963980 77.606638 Tea Room Bengaluru
2974 Shanthi Nagar 12.958254 77.602571 Gold's Gym 12.966438 77.603660 Gym Bengaluru
2975 Shanthi Nagar 12.958254 77.602571 Fanoos 12.964384 77.606728 Middle Eastern Restaurant Bengaluru
2976 Shanthi Nagar 12.958254 77.602571 The Elanza Hotel 12.965258 77.602168 Hotel Bengaluru
2977 Shanthi Nagar 12.958254 77.602571 Mahesh Lunch Home 12.965882 77.598155 Seafood Restaurant Bengaluru
2978 Shanthi Nagar 12.958254 77.602571 Konark Coffee Shop 12.966561 77.599710 Breakfast Spot Bengaluru
2979 Shanthi Nagar 12.958254 77.602571 Aromas of China 12.964287 77.596626 Chinese Restaurant Bengaluru
2980 Shanthi Nagar 12.958254 77.602571 Nature's Basket 12.962223 77.601557 Health Food Store Bengaluru
2981 Shanthi Nagar 12.958254 77.602571 Koshys Bakery 12.965537 77.604658 Bakery Bengaluru
2982 Shanthi Nagar 12.958254 77.602571 Pizza Hut 12.962299 77.599191 Pizza Place Bengaluru
2983 Shanthi Nagar 12.958254 77.602571 Richmond Park 12.963269 77.601299 Park Bengaluru
2984 Shanthi Nagar 12.958254 77.602571 Cafe Coffee Day 12.965426 77.603268 Coffee Shop Bengaluru
2985 Shanthi Nagar 12.958254 77.602571 Beijing Bites 12.965739 77.601458 Chinese Restaurant Bengaluru
2986 Shanthi Nagar 12.958254 77.602571 Domino's Pizza 12.962043 77.601354 Pizza Place Bengaluru
2987 Shanthi Nagar 12.958254 77.602571 The Pride Hotel 12.964949 77.599490 Indian Restaurant Bengaluru
2988 Shanthi Nagar 12.958254 77.602571 Just Juice 12.961442 77.601523 Juice Bar Bengaluru
2989 Shanthi Nagar 12.958254 77.602571 Sandhya Sagar 12.960334 77.601577 Indian Restaurant Bengaluru
2990 Shanthi Nagar 12.958254 77.602571 The Chancery Pavilion Hotel 12.966105 77.598576 Hotel Bengaluru
2991 Shanthi Nagar 12.958254 77.602571 Fatima Bakery & Supermarket 12.964937 77.606838 Bakery Bengaluru
2992 Shanthi Nagar 12.958254 77.602571 Johnson Market 12.964045 77.606603 Market Bengaluru
2993 Shanthi Nagar 12.958254 77.602571 Cafe Coffee Day 12.965366 77.601178 Coffee Shop Bengaluru
2994 Shanthi Nagar 12.958254 77.602571 In Wok 12.965236 77.602759 Chinese Restaurant Bengaluru
2995 Shanthi Nagar 12.958254 77.602571 Hyderabad House 12.965274 77.601095 Indian Restaurant Bengaluru
2996 Shanthi Nagar 12.958254 77.602571 UNO-IN 12.961328 77.595110 Hotel Bengaluru
2997 Shanthi Nagar 12.958254 77.602571 1, Shanti Road 12.960674 77.594677 Indie Theater Bengaluru
2998 Shanthi Nagar 12.958254 77.602571 The Bangalore Cafe 12.961510 77.594883 Indian Restaurant Bengaluru
2999 Shanthi Nagar 12.958254 77.602571 Red Onion 12.961057 77.594215 Indian Restaurant Bengaluru
3000 Sudam Nagar 19.006303 72.819127 Worli Sea Face 19.009216 72.815022 Scenic Lookout Bengaluru
3001 Sudam Nagar 19.006303 72.819127 And Chillies, Pan Asian Cuisine 19.006001 72.824465 Thai Restaurant Bengaluru
3002 Sudam Nagar 19.006303 72.819127 SMAAASH 19.004472 72.826114 Athletics & Sports Bengaluru
3003 Sudam Nagar 19.006303 72.819127 Bombay Canteen 19.003410 72.827816 Indian Restaurant Bengaluru
3004 Sudam Nagar 19.006303 72.819127 Starbucks Coffee: A Tata Alliance 19.012851 72.823886 Coffee Shop Bengaluru
3005 Sudam Nagar 19.006303 72.819127 City Bakery 18.999805 72.816876 Bakery Bengaluru
3006 Sudam Nagar 19.006303 72.819127 Tamasha 19.006162 72.827481 Lounge Bengaluru
3007 Sudam Nagar 19.006303 72.819127 Koko's Kitchen 19.002569 72.827672 Asian Restaurant Bengaluru
3008 Sudam Nagar 19.006303 72.819127 Naturals 19.001954 72.814966 Ice Cream Shop Bengaluru
3009 Sudam Nagar 19.006303 72.819127 Flea Bazaar Café 19.005491 72.826468 Flea Market Bengaluru
3010 Sudam Nagar 19.006303 72.819127 Baskin-Robbins 19.001550 72.815316 Ice Cream Shop Bengaluru
3011 Sudam Nagar 19.006303 72.819127 D:OH 19.005997 72.826996 Café Bengaluru
3012 Sudam Nagar 19.006303 72.819127 The Baker's Dozen Prabhadevi 19.012569 72.825276 Bakery Bengaluru
3013 Sudam Nagar 19.006303 72.819127 Playboy 19.005584 72.826455 Nightclub Bengaluru
3014 Sudam Nagar 19.006303 72.819127 Cafe Haqq Se 19.006055 72.826978 Lounge Bengaluru
3015 Sudam Nagar 19.006303 72.819127 London Taxi 19.003340 72.827920 Molecular Gastronomy Restaurant Bengaluru
3016 Sudam Nagar 19.006303 72.819127 Mi Maratha 18.998910 72.824249 Indian Restaurant Bengaluru
3017 Sudam Nagar 19.006303 72.819127 Kode 19.005878 72.826274 Molecular Gastronomy Restaurant Bengaluru
3018 Sudam Nagar 19.006303 72.819127 Farzi Cafe 19.003512 72.827987 Indian Restaurant Bengaluru
3019 Sudam Nagar 19.006303 72.819127 Sealord Family Restaurant & Bar 19.002243 72.814375 Diner Bengaluru
3020 Sudam Nagar 19.006303 72.819127 Subway 19.002123 72.814443 Sandwich Place Bengaluru
3021 Sudam Nagar 19.006303 72.819127 Worli Drive 19.012063 72.815610 Scenic Lookout Bengaluru
3022 Sudam Nagar 19.006303 72.819127 Kalpana 18.999321 72.817122 Indian Restaurant Bengaluru
3023 Sudam Nagar 19.006303 72.819127 Please Don't Tell- PDT 19.006082 72.827062 Restaurant Bengaluru
3024 Sudam Nagar 19.006303 72.819127 Godrej Nature's Basket 19.002250 72.813360 Gourmet Shop Bengaluru
3025 Sudam Nagar 19.006303 72.819127 SaffronArt 19.005868 72.817704 Art Gallery Bengaluru
3026 Sudam Nagar 19.006303 72.819127 Old Wild West 19.005958 72.826681 Bar Bengaluru
3027 Sudam Nagar 19.006303 72.819127 Luna nudo gusta 19.005851 72.817693 Lounge Bengaluru
3028 Sudam Nagar 19.006303 72.819127 Cafe Coffee Day 19.013105 72.824283 Café Bengaluru
3029 Sudam Nagar 19.006303 72.819127 China Valley 19.012652 72.825146 Chinese Restaurant Bengaluru
3030 Sudam Nagar 19.006303 72.819127 Cafe Coffee Day 19.002084 72.814557 Café Bengaluru
3031 Sudam Nagar 19.006303 72.819127 Worli Sea Face Kebab rolls 19.007430 72.814346 Arcade Bengaluru
3032 Sudam Nagar 19.006303 72.819127 Hiltop Hotel Worli 19.011301 72.817797 Hotel Bengaluru
3033 Sudam Nagar 19.006303 72.819127 Google India Ltd 19.011501 72.820469 Yoga Studio Bengaluru
3034 Sudam Nagar 19.006303 72.819127 Pop Tate's 19.003421 72.827766 Pub Bengaluru
3035 Sudam Nagar 19.006303 72.819127 Copper Chimney 19.001825 72.815927 Indian Restaurant Bengaluru
3036 Sudam Nagar 19.006303 72.819127 Sandwich Guy 19.011256 72.821646 Sandwich Place Bengaluru
3037 Sudam Nagar 19.006303 72.819127 Kwality 19.011771 72.821432 Indian Restaurant Bengaluru
3038 Sudam Nagar 19.006303 72.819127 Century Bazaar, Worli 19.012736 72.823949 Scenic Lookout Bengaluru
3039 Sudam Nagar 19.006303 72.819127 Mini Forest Garden 19.012862 72.816893 Garden Bengaluru
3040 Sudam Nagar 19.006303 72.819127 Sea Corner 19.013527 72.816620 Scenic Lookout Bengaluru
3041 Dharmarayaswamy Temple Ward 12.965300 77.583200 Chikkana Tiffin Room 12.968557 77.584282 Indian Restaurant Bengaluru
3042 Dharmarayaswamy Temple Ward 12.965300 77.583200 Ravindra Kalakshetra 12.962176 77.584528 Theater Bengaluru
3043 Dharmarayaswamy Temple Ward 12.965300 77.583200 Lakshmi Nataraj Refreshments 12.967476 77.579468 South Indian Restaurant Bengaluru
3044 Dharmarayaswamy Temple Ward 12.965300 77.583200 Palate Corner 12.967921 77.591444 Indian Restaurant Bengaluru
3045 Dharmarayaswamy Temple Ward 12.965300 77.583200 Au Bon Pain 12.964394 77.589647 Bagel Shop Bengaluru
3046 Dharmarayaswamy Temple Ward 12.965300 77.583200 Siddappa Hotel 12.966094 77.590705 Breakfast Spot Bengaluru
3047 Dharmarayaswamy Temple Ward 12.965300 77.583200 Springs Hotel and Spa 12.956703 77.583530 Hotel Bengaluru
3048 Dharmarayaswamy Temple Ward 12.965300 77.583200 A.D.A. Rangamandira 12.962082 77.584191 Theater Bengaluru
3049 Dharmarayaswamy Temple Ward 12.965300 77.583200 Nagarathpeth 12.967582 77.579362 Miscellaneous Shop Bengaluru
3050 Dharmarayaswamy Temple Ward 12.965300 77.583200 Bangalore Fort 12.962529 77.575816 Historic Site Bengaluru
3051 Dharmarayaswamy Temple Ward 12.965300 77.583200 Pai vihar 12.965361 77.586067 Indian Restaurant Bengaluru
3052 Dharmarayaswamy Temple Ward 12.965300 77.583200 Unity Kamat 12.964434 77.586641 Indian Restaurant Bengaluru
3053 Dharmarayaswamy Temple Ward 12.965300 77.583200 Avenue Road Dosa 12.967710 77.579010 Diner Bengaluru
3054 Dharmarayaswamy Temple Ward 12.965300 77.583200 Rajdhani 12.968837 77.587528 Rajasthani Restaurant Bengaluru
3055 Dharmarayaswamy Temple Ward 12.965300 77.583200 K R Market 12.968636 77.577896 Flower Shop Bengaluru
3056 Dharmarayaswamy Temple Ward 12.965300 77.583200 Kamat Restaurant 12.963629 77.576950 Indian Restaurant Bengaluru
3057 Dharmarayaswamy Temple Ward 12.965300 77.583200 Platform 6 @ Bangalore City Junction Railway S... 12.970943 77.586873 Platform Bengaluru
3058 Cottonpet 12.967805 77.570267 SGS Donne Biriyani 12.970325 77.572648 Indian Restaurant Bengaluru
3059 Cottonpet 12.967805 77.570267 Udupi Sri Krishna Bhavan 12.971563 77.574158 Indian Restaurant Bengaluru
3060 Cottonpet 12.967805 77.570267 Karnataka Bhel House 12.959412 77.567264 Fast Food Restaurant Bengaluru
3061 Cottonpet 12.967805 77.570267 Lakshmi Nataraj Refreshments 12.967476 77.579468 South Indian Restaurant Bengaluru
3062 Cottonpet 12.967805 77.570267 Cinepolis - ETA Mall 12.965830 77.561850 Multiplex Bengaluru
3063 Cottonpet 12.967805 77.570267 KFC 12.974282 77.566137 Fast Food Restaurant Bengaluru
3064 Cottonpet 12.967805 77.570267 Bangalore Fort 12.962529 77.575816 Historic Site Bengaluru
3065 Cottonpet 12.967805 77.570267 Nagarathpeth 12.967582 77.579362 Miscellaneous Shop Bengaluru
3066 Cottonpet 12.967805 77.570267 Sultanpet 12.969558 77.573603 Paper / Office Supplies Store Bengaluru
3067 Cottonpet 12.967805 77.570267 The Signature Inn 12.973115 77.570396 Hotel Bengaluru
3068 Cottonpet 12.967805 77.570267 Carrefour Wholesale Cash & Carry India Pvt. Ltd. 12.965156 77.561822 Department Store Bengaluru
3069 Cottonpet 12.967805 77.570267 ETA Mall 12.965804 77.561811 Shopping Mall Bengaluru
3070 Cottonpet 12.967805 77.570267 Belli Basavana Temple Mamulpet 12.967827 77.577271 Plaza Bengaluru
3071 Cottonpet 12.967805 77.570267 Kamat Restaurant 12.963629 77.576950 Indian Restaurant Bengaluru
3072 Cottonpet 12.967805 77.570267 Prithvi Book Store 12.961388 77.575288 Bookstore Bengaluru
3073 Cottonpet 12.967805 77.570267 Decathlon sports ETA 12.965635 77.562045 Sporting Goods Shop Bengaluru
3074 Cottonpet 12.967805 77.570267 Taj Restaurant 12.964279 77.578092 Middle Eastern Restaurant Bengaluru
3075 Cottonpet 12.967805 77.570267 Kempegowda Metro Station 12.976134 77.571482 Metro Station Bengaluru
3076 Cottonpet 12.967805 77.570267 Narayan Idly 12.964024 77.578008 Food Truck Bengaluru
3077 Cottonpet 12.967805 77.570267 Avenue Road Dosa 12.967710 77.579010 Diner Bengaluru
3078 Cottonpet 12.967805 77.570267 Coffee Tree 12.965823 77.561743 Coffee Shop Bengaluru
3079 Cottonpet 12.967805 77.570267 Swathi Deluxe Andhra Style Restaurant 12.976350 77.572087 Indian Restaurant Bengaluru
3080 Cottonpet 12.967805 77.570267 METRO Cash & Carry 12.965226 77.561490 Big Box Store Bengaluru
3081 Cottonpet 12.967805 77.570267 KIMS Canteen 12.960002 77.574740 Snack Place Bengaluru
3082 Binnipet 12.965400 77.561700 Karnataka Bhel House 12.959412 77.567264 Fast Food Restaurant Bengaluru
3083 Binnipet 12.965400 77.561700 Cinepolis - ETA Mall 12.965830 77.561850 Multiplex Bengaluru
3084 Binnipet 12.965400 77.561700 Carrefour Wholesale Cash & Carry India Pvt. Ltd. 12.965156 77.561822 Department Store Bengaluru
3085 Binnipet 12.965400 77.561700 ETA Mall 12.965804 77.561811 Shopping Mall Bengaluru
3086 Binnipet 12.965400 77.561700 METRO Cash & Carry 12.965226 77.561490 Big Box Store Bengaluru
3087 Binnipet 12.965400 77.561700 Decathlon sports ETA 12.965635 77.562045 Sporting Goods Shop Bengaluru
3088 Binnipet 12.965400 77.561700 Coffee Tree 12.965823 77.561743 Coffee Shop Bengaluru
3089 Binnipet 12.965400 77.561700 Ganesh Grand 12.961309 77.562301 Vegetarian / Vegan Restaurant Bengaluru
3090 Binnipet 12.965400 77.561700 Nalanda Theatre 12.960789 77.558043 Movie Theater Bengaluru
3091 Kempapura Agrahara 12.970623 77.555376 The Cinema GT World Mall 12.973697 77.551604 Multiplex Bengaluru
3092 Kempapura Agrahara 12.970623 77.555376 D-Mart 12.974412 77.547368 Department Store Bengaluru
3093 Kempapura Agrahara 12.970623 77.555376 Al Bek 12.977957 77.553183 Indian Restaurant Bengaluru
3094 Kempapura Agrahara 12.970623 77.555376 Cinepolis - ETA Mall 12.965830 77.561850 Multiplex Bengaluru
3095 Kempapura Agrahara 12.970623 77.555376 Burger King 12.973726 77.551779 Fast Food Restaurant Bengaluru
3096 Kempapura Agrahara 12.970623 77.555376 G T World Mall 12.973700 77.551614 Shopping Mall Bengaluru
3097 Kempapura Agrahara 12.970623 77.555376 Magadi Road Metro Station 12.975672 77.555964 Metro Station Bengaluru
3098 Kempapura Agrahara 12.970623 77.555376 Carrefour Wholesale Cash & Carry India Pvt. Ltd. 12.965156 77.561822 Department Store Bengaluru
3099 Kempapura Agrahara 12.970623 77.555376 ETA Mall 12.965804 77.561811 Shopping Mall Bengaluru
3100 Kempapura Agrahara 12.970623 77.555376 Coffee Tree 12.965823 77.561743 Coffee Shop Bengaluru
3101 Kempapura Agrahara 12.970623 77.555376 tollgate bus stop 12.974841 77.548555 Bus Station Bengaluru
3102 Kempapura Agrahara 12.970623 77.555376 Toll Gate 12.975001 77.548617 Toll Plaza Bengaluru
3103 Kempapura Agrahara 12.970623 77.555376 METRO Cash & Carry 12.965226 77.561490 Big Box Store Bengaluru
3104 Kempapura Agrahara 12.970623 77.555376 reliance fresh 12.974825 77.548303 Department Store Bengaluru
3105 Kempapura Agrahara 12.970623 77.555376 Decathlon sports ETA 12.965635 77.562045 Sporting Goods Shop Bengaluru
3106 Vijay Nagar 16.506552 75.303067 Hotel Annapuraneshwari 16.504602 75.296036 Hotel Bengaluru
3107 Hosahalli 12.968012 77.545164 By 2 coffee 12.964766 77.538865 Coffee Shop Bengaluru
3108 Hosahalli 12.968012 77.545164 Park View 12.972910 77.539457 Indian Restaurant Bengaluru
3109 Hosahalli 12.968012 77.545164 Indraprastha 12.971886 77.537598 Indian Restaurant Bengaluru
3110 Hosahalli 12.968012 77.545164 D-Mart 12.974412 77.547368 Department Store Bengaluru
3111 Hosahalli 12.968012 77.545164 Veeresh Theater 12.976941 77.545858 Indie Movie Theater Bengaluru
3112 Hosahalli 12.968012 77.545164 vijayanagar water tank 12.971431 77.537330 Food Truck Bengaluru
3113 Hosahalli 12.968012 77.545164 The Cinema GT World Mall 12.973697 77.551604 Multiplex Bengaluru
3114 Hosahalli 12.968012 77.545164 New Shanti Sagar 12.976082 77.542780 Indian Restaurant Bengaluru
3115 Hosahalli 12.968012 77.545164 Vijayangar Club 12.967574 77.539659 Gym Pool Bengaluru
3116 Hosahalli 12.968012 77.545164 Vijayanagar Market 12.972275 77.538271 Miscellaneous Shop Bengaluru
3117 Hosahalli 12.968012 77.545164 Cafe Coffee Day 12.965751 77.536239 Coffee Shop Bengaluru
3118 Hosahalli 12.968012 77.545164 Sri Ganesh Juice Center 12.964818 77.538788 Juice Bar Bengaluru
3119 Hosahalli 12.968012 77.545164 Nisarga Andhra Style 12.968365 77.537834 Indian Restaurant Bengaluru
3120 Hosahalli 12.968012 77.545164 FOOD WORLD 12.968323 77.537298 Restaurant Bengaluru
3121 Hosahalli 12.968012 77.545164 Durga Chats 12.972446 77.538467 Snack Place Bengaluru
3122 Hosahalli 12.968012 77.545164 Lassi Shop 12.968792 77.537037 Juice Bar Bengaluru
3123 Hosahalli 12.968012 77.545164 Vijaynagar Metro Station 12.970734 77.537335 Platform Bengaluru
3124 Hosahalli 12.968012 77.545164 Udupi Ruchi 12.969812 77.536871 Indian Restaurant Bengaluru
3125 Hosahalli 12.968012 77.545164 G T World Mall 12.973700 77.551614 Shopping Mall Bengaluru
3126 Hosahalli 12.968012 77.545164 Burger King 12.973726 77.551779 Fast Food Restaurant Bengaluru
3127 Hosahalli 12.968012 77.545164 Food Camp @ Water Tank 12.973415 77.538170 Snack Place Bengaluru
3128 Hosahalli 12.968012 77.545164 Vijaynagar Chat Street 12.973531 77.538081 Snack Place Bengaluru
3129 Marenahalli 12.918259 77.591665 Corner House 12.917455 77.593280 Ice Cream Shop Bengaluru
3130 Marenahalli 12.918259 77.591665 Bhavani Chats N Juice 12.918916 77.592100 Fast Food Restaurant Bengaluru
3131 Marenahalli 12.918259 77.591665 Rajdhani 12.916625 77.592288 Rajasthani Restaurant Bengaluru
3132 Marenahalli 12.918259 77.591665 McDonald's 12.916796 77.592117 Fast Food Restaurant Bengaluru
3133 Marenahalli 12.918259 77.591665 Taaza Thindi 12.922836 77.593415 Indian Restaurant Bengaluru
3134 Marenahalli 12.918259 77.591665 Zhangs Chinese Restaurant 12.916823 77.590074 Chinese Restaurant Bengaluru
3135 Marenahalli 12.918259 77.591665 Cakewala 12.922560 77.593230 Cupcake Shop Bengaluru
3136 Marenahalli 12.918259 77.591665 Snap Fitness 24x7 12.914581 77.585748 Gym / Fitness Center Bengaluru
3137 Marenahalli 12.918259 77.591665 Rangashankara 12.911472 77.586997 Performing Arts Venue Bengaluru
3138 Marenahalli 12.918259 77.591665 Go Native 12.918259 77.584752 South Indian Restaurant Bengaluru
3139 Marenahalli 12.918259 77.591665 Village 12.916680 77.591960 Indian Restaurant Bengaluru
3140 Marenahalli 12.918259 77.591665 Brahmin's Tiffin And Coffee 12.923314 77.585757 South Indian Restaurant Bengaluru
3141 Marenahalli 12.918259 77.591665 Corner House 12.922900 77.584940 Ice Cream Shop Bengaluru
3142 Marenahalli 12.918259 77.591665 Rajvardhan Foods 12.918165 77.592562 Snack Place Bengaluru
3143 Marenahalli 12.918259 77.591665 Kabab Magic 12.916248 77.596899 Indian Restaurant Bengaluru
3144 Marenahalli 12.918259 77.591665 Four Fountain Spa 12.916919 77.586268 Spa Bengaluru
3145 Marenahalli 12.918259 77.591665 Cake Wala 12.923206 77.593232 Bakery Bengaluru
3146 Marenahalli 12.918259 77.591665 Chefmaster 12.923715 77.596990 Asian Restaurant Bengaluru
3147 Marenahalli 12.918259 77.591665 Namma Kudla 12.912732 77.586128 Seafood Restaurant Bengaluru
3148 Marenahalli 12.918259 77.591665 SLV Ragigudda 12.915294 77.595097 Indian Restaurant Bengaluru
3149 Marenahalli 12.918259 77.591665 Bangalore Central 12.916587 77.592306 Shopping Mall Bengaluru
3150 Marenahalli 12.918259 77.591665 Chulha Chauki da Dhabha 12.912264 77.586055 Indian Restaurant Bengaluru
3151 Marenahalli 12.918259 77.591665 Subway, Central Mall Food Court 12.916617 77.592385 Sandwich Place Bengaluru
3152 Marenahalli 12.918259 77.591665 Cafe Coffee Day 12.916413 77.595033 Café Bengaluru
3153 Marenahalli 12.918259 77.591665 Tasty Bites 12.913831 77.585760 Indian Restaurant Bengaluru
3154 Marenahalli 12.918259 77.591665 Domino's Pizza 12.922007 77.585933 Pizza Place Bengaluru
3155 Marenahalli 12.918259 77.591665 Vindu 12.920843 77.583749 Indian Restaurant Bengaluru
3156 Marenahalli 12.918259 77.591665 Tangra 12.923371 77.585349 Chinese Restaurant Bengaluru
3157 Marenahalli 12.918259 77.591665 The Sofraah 12.923417 77.585262 Indian Restaurant Bengaluru
3158 Marenahalli 12.918259 77.591665 Lakshmi medicals 12.923466 77.588325 Pharmacy Bengaluru
3159 Marenahalli 12.918259 77.591665 Eshanya 12.923137 77.593192 Indian Restaurant Bengaluru
3160 Marenahalli 12.918259 77.591665 Jayanagar 9th Block Market 12.920795 77.593543 Flea Market Bengaluru
3161 Marenahalli 12.918259 77.591665 Inox JP Nagar 12.916266 77.592458 Movie Theater Bengaluru
3162 Marenahalli 12.918259 77.591665 Cafe Coffee Day 12.922058 77.593498 Café Bengaluru
3163 Marenahalli 12.918259 77.591665 Khaana Khazana 12.910675 77.593200 Indian Restaurant Bengaluru
3164 Marenahalli 12.918259 77.591665 3654 Chinese Hut 12.911940 77.586161 Chinese Restaurant Bengaluru
3165 Marenahalli 12.918259 77.591665 Southern Spice 12.914549 77.585749 Indian Restaurant Bengaluru
3166 Marenahalli 12.918259 77.591665 Bhojohori Manna 12.912105 77.586251 Bengali Restaurant Bengaluru
3167 Marenahalli 12.918259 77.591665 Padharo Sa 12.919793 77.583761 Indian Restaurant Bengaluru
3168 Marenahalli 12.918259 77.591665 Kai Ruchi 12.910225 77.592391 Fast Food Restaurant Bengaluru
3169 Marenahalli 12.918259 77.591665 Raghavendra Upahara 12.916975 77.593304 Indian Restaurant Bengaluru
3170 Marenahalli 12.918259 77.591665 Up South 12.916988 77.593433 Indian Restaurant Bengaluru
3171 Marenahalli 12.918259 77.591665 Croma 12.916787 77.591394 Electronics Store Bengaluru
3172 Marenahalli 12.918259 77.591665 Hint 12.916789 77.592097 Nightclub Bengaluru
3173 Marenahalli 12.918259 77.591665 Dal Roti 12.914028 77.585906 Indian Restaurant Bengaluru
3174 Marenahalli 12.918259 77.591665 Adithya Pure Veg Restaurant 12.911837 77.586821 Vegetarian / Vegan Restaurant Bengaluru
3175 Marenahalli 12.918259 77.591665 Cafe Coffee Day 12.911294 77.589759 Café Bengaluru
3176 Marenahalli 12.918259 77.591665 Biriyani Mane 12.916882 77.593085 Indian Restaurant Bengaluru
3177 Marenahalli 12.918259 77.591665 The Biryanis 12.916919 77.596889 Indian Restaurant Bengaluru
3178 Marenahalli 12.918259 77.591665 Mainland China 12.920149 77.583677 Chinese Restaurant Bengaluru
3179 Marenahalli 12.918259 77.591665 Cable Car 12.916951 77.585489 Italian Restaurant Bengaluru
3180 Marenahalli 12.918259 77.591665 Cafe Coffee Day 12.912362 77.585700 Coffee Shop Bengaluru
3181 Marenahalli 12.918259 77.591665 Pier 39 12.916972 77.585440 Mexican Restaurant Bengaluru
3182 Marenahalli 12.918259 77.591665 Taco Bell 12.914266 77.599806 Fast Food Restaurant Bengaluru
3183 Marenahalli 12.918259 77.591665 Cafe Coffee Day 12.914326 77.599786 Café Bengaluru
3184 Marenahalli 12.918259 77.591665 Curry Leaves 12.922911 77.596994 Indian Restaurant Bengaluru
3185 Marenahalli 12.918259 77.591665 Delhi Zaika 12.912116 77.585893 Diner Bengaluru
3186 Marenahalli 12.918259 77.591665 Woody's 12.916573 77.591410 Indian Restaurant Bengaluru
3187 Marenahalli 12.918259 77.591665 Mandi 12.914972 77.585876 Indian Restaurant Bengaluru
3188 Marenahalli 12.918259 77.591665 Pantaloons 12.914262 77.599840 Clothing Store Bengaluru
3189 Marenahalli 12.918259 77.591665 Chung's 12.916798 77.598368 Chinese Restaurant Bengaluru
3190 Marenahalli 12.918259 77.591665 Kamat Swaad 12.913699 77.595082 South Indian Restaurant Bengaluru
3191 Marenahalli 12.918259 77.591665 Mockaholic Restro Beer Cafe 12.915569 77.585718 Beer Garden Bengaluru
3192 Marenahalli 12.918259 77.591665 Go Bowling 12.914429 77.599765 Bowling Alley Bengaluru
3193 Marenahalli 12.918259 77.591665 Eden Park - The Lounge 12.923387 77.585353 Lounge Bengaluru
3194 Marenahalli 12.918259 77.591665 KFC 12.915090 77.585830 Fast Food Restaurant Bengaluru
3195 Marenahalli 12.918259 77.591665 Royal Enfield 12.916835 77.597295 Motorcycle Shop Bengaluru
3196 Marenahalli 12.918259 77.591665 Shanghai Chowk 12.924664 77.585900 Chinese Restaurant Bengaluru
3197 Marenahalli 12.918259 77.591665 Domino's Pizza 12.923152 77.585785 Pizza Place Bengaluru
3198 Marenahalli 12.918259 77.591665 Al Bek 12.916609 77.598360 Afghan Restaurant Bengaluru
3199 Marenahalli 12.918259 77.591665 Mini Forest park 12.913607 77.597545 Park Bengaluru
3200 Marenahalli 12.918259 77.591665 Athityam 12.920996 77.583748 Asian Restaurant Bengaluru
3201 Marenahalli 12.918259 77.591665 Jayadeva Institute of Cardiology 12.918018 77.599603 Hospital Bengaluru
3202 Marenahalli 12.918259 77.591665 Spiritz & More @ MadhuSri Wines 12.918720 77.583620 Liquor Store Bengaluru
3203 Marenahalli 12.918259 77.591665 Nandini Milk Parlour 12.916771 77.583689 Convenience Store Bengaluru
3204 Marenahalli 12.918259 77.591665 Pizza Corner 12.920173 77.583728 Italian Restaurant Bengaluru
3205 Marenahalli 12.918259 77.591665 Madras central 12.910403 77.588938 Vegetarian / Vegan Restaurant Bengaluru
3206 Marenahalli 12.918259 77.591665 Uphara Sagara 12.924785 77.596985 Indian Restaurant Bengaluru
3207 Marenahalli 12.918259 77.591665 eZone, Bangalore Central 12.926562 77.590824 Electronics Store Bengaluru
3208 Marenahalli 12.918259 77.591665 Varamahalakshmi Silks 12.917162 77.583095 Women's Store Bengaluru
3209 Marenahalli 12.918259 77.591665 Jasbir Singh's Punjabi Dhaba (Min Mini Punjabi... 12.920031 77.600196 Indian Restaurant Bengaluru
3210 Marenahalli 12.918259 77.591665 Deja Vu Restobar 12.914122 77.599823 Pub Bengaluru
3211 Marenahalli 12.918259 77.591665 Waffle Stories 12.924526 77.585112 Ice Cream Shop Bengaluru
3212 Marenahalli 12.918259 77.591665 Reliance Footprint 12.914332 77.599939 Shoe Store Bengaluru
3213 Maruthi Mandira Ward 12.967639 77.536305 By 2 coffee 12.964766 77.538865 Coffee Shop Bengaluru
3214 Maruthi Mandira Ward 12.967639 77.536305 Indraprastha 12.971886 77.537598 Indian Restaurant Bengaluru
3215 Maruthi Mandira Ward 12.967639 77.536305 Park View 12.972910 77.539457 Indian Restaurant Bengaluru
3216 Maruthi Mandira Ward 12.967639 77.536305 vijayanagar water tank 12.971431 77.537330 Food Truck Bengaluru
3217 Maruthi Mandira Ward 12.967639 77.536305 Vijayangar Club 12.967574 77.539659 Gym Pool Bengaluru
3218 Maruthi Mandira Ward 12.967639 77.536305 Cafe Coffee Day 12.965751 77.536239 Coffee Shop Bengaluru
3219 Maruthi Mandira Ward 12.967639 77.536305 Vijayanagar Market 12.972275 77.538271 Miscellaneous Shop Bengaluru
3220 Maruthi Mandira Ward 12.967639 77.536305 Pizza Hut 12.967792 77.535659 Pizza Place Bengaluru
3221 Maruthi Mandira Ward 12.967639 77.536305 Gokul - Veg 12.963771 77.535382 Indian Restaurant Bengaluru
3222 Maruthi Mandira Ward 12.967639 77.536305 Maruthi medicals 12.963301 77.534419 Pharmacy Bengaluru
3223 Maruthi Mandira Ward 12.967639 77.536305 Food Camp @ Water Tank 12.973415 77.538170 Snack Place Bengaluru
3224 Maruthi Mandira Ward 12.967639 77.536305 Attiguppe Metro Station 12.962062 77.533714 Train Station Bengaluru
3225 Maruthi Mandira Ward 12.967639 77.536305 Beijing Bites 12.961966 77.533607 Chinese Restaurant Bengaluru
3226 Maruthi Mandira Ward 12.967639 77.536305 Chats Corner 12.964383 77.530399 Snack Place Bengaluru
3227 Maruthi Mandira Ward 12.967639 77.536305 sree sagar veg restatrant 12.975249 77.536759 Indian Restaurant Bengaluru
3228 Maruthi Mandira Ward 12.967639 77.536305 Bangalore University Shopping Complex 12.959155 77.536546 Smoke Shop Bengaluru
3229 Moodalapalya 12.970682 77.524863 cafe coffee day 12.969061 77.524503 Café Bengaluru
3230 Moodalapalya 12.970682 77.524863 Byraveshwara Nagar Bus Stop 12.966633 77.522101 Bus Station Bengaluru
3231 Moodalapalya 12.970682 77.524863 moodalpalya 12.969011 77.518143 Supermarket Bengaluru
3232 Moodalapalya 12.970682 77.524863 Karanth Vihara 12.976172 77.530491 Bakery Bengaluru
3233 Moodalapalya 12.970682 77.524863 Ayodya foodline 12.975878 77.531188 Indian Restaurant Bengaluru
3234 Moodalapalya 12.970682 77.524863 Chats Corner 12.964383 77.530399 Snack Place Bengaluru
3235 Jnanabharathi Ward 12.977900 77.502700 Abstratics 12.980761 77.507030 Dance Studio Bengaluru
3236 Jnanabharathi Ward 12.977900 77.502700 State Bank of India ATM 12.971785 77.499592 ATM Bengaluru
3237 Jnanabharathi Ward 12.977900 77.502700 State Bank of India ATM 12.977804 77.494904 ATM Bengaluru
3238 Jnanabharathi Ward 12.977900 77.502700 Shubh Family Restaurant 12.980060 77.510422 Indian Restaurant Bengaluru
3239 Jnanabharathi Ward 12.977900 77.502700 Ram Bhavan Sweets And Chats 12.973972 77.509670 Bakery Bengaluru
3240 Jnanabharathi Ward 12.977900 77.502700 Coffee Day Drive In 12.980420 77.510398 Café Bengaluru
3241 Ullalu 12.946206 77.487471 MedPlus 12.952417 77.484420 Pharmacy Bengaluru
3242 Ullalu 12.946206 77.487471 Apollo Pharmacy 12.951288 77.492373 Pharmacy Bengaluru
3243 Nayandanahalli 12.944600 77.525600 Nayandahalli 12.945009 77.530141 Train Station Bengaluru
3244 Nayandanahalli 12.944600 77.525600 Mysore Highway Road 12.939501 77.525970 Road Bengaluru
3245 Nayandanahalli 12.944600 77.525600 Mysore Road Metro Station 12.946738 77.530403 Metro Station Bengaluru
3246 Nayandanahalli 12.944600 77.525600 World of Titan 12.940331 77.517851 Miscellaneous Shop Bengaluru
3247 Nayandanahalli 12.944600 77.525600 Floor Arts 12.951970 77.520336 Construction & Landscaping Bengaluru
3248 Hampi Nagar 12.960911 77.535841 By 2 coffee 12.964766 77.538865 Coffee Shop Bengaluru
3249 Hampi Nagar 12.960911 77.535841 KFC 12.960916 77.528130 Fried Chicken Joint Bengaluru
3250 Hampi Nagar 12.960911 77.535841 Subway 12.960867 77.528058 Sandwich Place Bengaluru
3251 Hampi Nagar 12.960911 77.535841 Cafe Coffee Day 12.965751 77.536239 Coffee Shop Bengaluru
3252 Hampi Nagar 12.960911 77.535841 Domino's Pizza 12.961045 77.527109 Pizza Place Bengaluru
3253 Hampi Nagar 12.960911 77.535841 Cafe Coffee day 12.960790 77.528423 Café Bengaluru
3254 Hampi Nagar 12.960911 77.535841 Vijayangar Club 12.967574 77.539659 Gym Pool Bengaluru
3255 Hampi Nagar 12.960911 77.535841 Polar bear 12.960339 77.530236 Ice Cream Shop Bengaluru
3256 Hampi Nagar 12.960911 77.535841 Beijing Bites 12.961966 77.533607 Chinese Restaurant Bengaluru
3257 Hampi Nagar 12.960911 77.535841 Cibo Esca 12.961008 77.528675 Restaurant Bengaluru
3258 Hampi Nagar 12.960911 77.535841 Pizza Hut 12.967792 77.535659 Pizza Place Bengaluru
3259 Hampi Nagar 12.960911 77.535841 Reliance Digital 12.965165 77.534584 Electronics Store Bengaluru
3260 Hampi Nagar 12.960911 77.535841 Sri Ganesh Juice Center 12.964818 77.538788 Juice Bar Bengaluru
3261 Hampi Nagar 12.960911 77.535841 Goli Vadapav 12.958926 77.529803 Sandwich Place Bengaluru
3262 Hampi Nagar 12.960911 77.535841 Chats Corner 12.964383 77.530399 Snack Place Bengaluru
3263 Hampi Nagar 12.960911 77.535841 FOOD WORLD 12.968323 77.537298 Restaurant Bengaluru
3264 Hampi Nagar 12.960911 77.535841 Nisarga Andhra Style 12.968365 77.537834 Indian Restaurant Bengaluru
3265 Hampi Nagar 12.960911 77.535841 Lassi Shop 12.968792 77.537037 Juice Bar Bengaluru
3266 Hampi Nagar 12.960911 77.535841 The Fitt Club 12.964886 77.528238 Gym Bengaluru
3267 Hampi Nagar 12.960911 77.535841 Cane Crush 12.960920 77.527213 Juice Bar Bengaluru
3268 Hampi Nagar 12.960911 77.535841 Deepanjali Nagar Metro Station 12.952166 77.536900 Metro Station Bengaluru
3269 Hampi Nagar 12.960911 77.535841 Udupi Ruchi 12.969812 77.536871 Indian Restaurant Bengaluru
3270 Hampi Nagar 12.960911 77.535841 village hypermarket 12.961129 77.526633 Farmers Market Bengaluru
3271 Bapuji Nagar 12.955670 77.540249 Cafe Coffee Day 12.955080 77.534861 Café Bengaluru
3272 Bapuji Nagar 12.955670 77.540249 haffele 12.953239 77.542007 Furniture / Home Store Bengaluru
3273 Bapuji Nagar 12.955670 77.540249 biryani mahal 12.952471 77.541260 Indian Restaurant Bengaluru
3274 Bapuji Nagar 12.955670 77.540249 Agra Chats 12.952635 77.541910 Food Truck Bengaluru
3275 Bapuji Nagar 12.955670 77.540249 KSRTC Satellite Bus Stand 12.953672 77.543259 Bus Station Bengaluru
3276 Bapuji Nagar 12.955670 77.540249 Satellite Bus Stop Mysore Road 12.953278 77.543330 Bus Stop Bengaluru
3277 Bapuji Nagar 12.955670 77.540249 bridgeway 12.954335 77.543998 Indian Restaurant Bengaluru
3278 Bapuji Nagar 12.955670 77.540249 Deepanjali Nagar Metro Station 12.952166 77.536900 Metro Station Bengaluru
3279 Bapuji Nagar 12.955670 77.540249 Deepanjali Nagar 12.951614 77.537269 Travel & Transport Bengaluru
3280 Bapuji Nagar 12.955670 77.540249 Maruthi Medicals 12.963729 77.539592 Pharmacy Bengaluru
3281 Bapuji Nagar 12.955670 77.540249 State Bank of India ATM 12.948180 77.535450 ATM Bengaluru
3282 Bapuji Nagar 12.955670 77.540249 Ibaco 12.964535 77.539788 Ice Cream Shop Bengaluru
3283 Padarayanapura 12.963801 77.547523 By 2 coffee 12.964766 77.538865 Coffee Shop Bengaluru
3284 Padarayanapura 12.963801 77.547523 Domino's Pizza 12.961000 77.551000 Pizza Place Bengaluru
3285 Padarayanapura 12.963801 77.547523 McDonald's 12.958070 77.553587 Fast Food Restaurant Bengaluru
3286 Padarayanapura 12.963801 77.547523 Cafe Coffee Day 12.958085 77.554130 Café Bengaluru
3287 Padarayanapura 12.963801 77.547523 Vijayangar Club 12.967574 77.539659 Gym Pool Bengaluru
3288 Padarayanapura 12.963801 77.547523 Sri Ganesh Juice Center 12.964818 77.538788 Juice Bar Bengaluru
3289 Padarayanapura 12.963801 77.547523 Gopalan Mall 12.958115 77.553862 Shopping Mall Bengaluru
3290 Padarayanapura 12.963801 77.547523 Gopalan cinemas 12.958128 77.553699 Multiplex Bengaluru
3291 Jagareevanram Nagar 12.965600 77.550700 Domino's Pizza 12.961000 77.551000 Pizza Place Bengaluru
3292 Jagareevanram Nagar 12.965600 77.550700 The Cinema GT World Mall 12.973697 77.551604 Multiplex Bengaluru
3293 Jagareevanram Nagar 12.965600 77.550700 Cafe Coffee Day 12.958085 77.554130 Café Bengaluru
3294 Jagareevanram Nagar 12.965600 77.550700 McDonald's 12.958070 77.553587 Fast Food Restaurant Bengaluru
3295 Jagareevanram Nagar 12.965600 77.550700 G T World Mall 12.973700 77.551614 Shopping Mall Bengaluru
3296 Jagareevanram Nagar 12.965600 77.550700 Burger King 12.973726 77.551779 Fast Food Restaurant Bengaluru
3297 Jagareevanram Nagar 12.965600 77.550700 Nalanda Theatre 12.960789 77.558043 Movie Theater Bengaluru
3298 Rayapuram 12.964870 77.556562 Cinepolis - ETA Mall 12.965830 77.561850 Multiplex Bengaluru
3299 Rayapuram 12.964870 77.556562 Domino's Pizza 12.961000 77.551000 Pizza Place Bengaluru
3300 Rayapuram 12.964870 77.556562 Cafe Coffee Day 12.958085 77.554130 Café Bengaluru
3301 Rayapuram 12.964870 77.556562 McDonald's 12.958070 77.553587 Fast Food Restaurant Bengaluru
3302 Rayapuram 12.964870 77.556562 Carrefour Wholesale Cash & Carry India Pvt. Ltd. 12.965156 77.561822 Department Store Bengaluru
3303 Rayapuram 12.964870 77.556562 ETA Mall 12.965804 77.561811 Shopping Mall Bengaluru
3304 Rayapuram 12.964870 77.556562 Nalanda Theatre 12.960789 77.558043 Movie Theater Bengaluru
3305 Rayapuram 12.964870 77.556562 METRO Cash & Carry 12.965226 77.561490 Big Box Store Bengaluru
3306 Rayapuram 12.964870 77.556562 Coffee Tree 12.965823 77.561743 Coffee Shop Bengaluru
3307 Rayapuram 12.964870 77.556562 Decathlon sports ETA 12.965635 77.562045 Sporting Goods Shop Bengaluru
3308 Rayapuram 12.964870 77.556562 Ganesh Grand 12.961309 77.562301 Vegetarian / Vegan Restaurant Bengaluru
3309 Chalavadipalya 12.964795 77.565060 Karnataka Bhel House 12.959412 77.567264 Fast Food Restaurant Bengaluru
3310 Chalavadipalya 12.964795 77.565060 Davengere Benne Dosa 12.957863 77.567354 Indian Restaurant Bengaluru
3311 Chalavadipalya 12.964795 77.565060 Cinepolis - ETA Mall 12.965830 77.561850 Multiplex Bengaluru
3312 Chalavadipalya 12.964795 77.565060 Carrefour Wholesale Cash & Carry India Pvt. Ltd. 12.965156 77.561822 Department Store Bengaluru
3313 Chalavadipalya 12.964795 77.565060 ETA Mall 12.965804 77.561811 Shopping Mall Bengaluru
3314 Chalavadipalya 12.964795 77.565060 Decathlon sports ETA 12.965635 77.562045 Sporting Goods Shop Bengaluru
3315 Chalavadipalya 12.964795 77.565060 Coffee Tree 12.965823 77.561743 Coffee Shop Bengaluru
3316 Chalavadipalya 12.964795 77.565060 METRO Cash & Carry 12.965226 77.561490 Big Box Store Bengaluru
3317 Chalavadipalya 12.964795 77.565060 Ganesh Grand 12.961309 77.562301 Vegetarian / Vegan Restaurant Bengaluru
3318 Chalavadipalya 12.964795 77.565060 Nalanda Theatre 12.960789 77.558043 Movie Theater Bengaluru
3319 Chalavadipalya 12.964795 77.565060 slv coffee bar 12.957710 77.569534 Indian Restaurant Bengaluru
3320 K.R.Market 12.963978 77.576660 Lakshmi Nataraj Refreshments 12.967476 77.579468 South Indian Restaurant Bengaluru
3321 K.R.Market 12.963978 77.576660 SGS Donne Biriyani 12.970325 77.572648 Indian Restaurant Bengaluru
3322 K.R.Market 12.963978 77.576660 Udupi Sri Krishna Bhavan 12.971563 77.574158 Indian Restaurant Bengaluru
3323 K.R.Market 12.963978 77.576660 Chikkana Tiffin Room 12.968557 77.584282 Indian Restaurant Bengaluru
3324 K.R.Market 12.963978 77.576660 Ravindra Kalakshetra 12.962176 77.584528 Theater Bengaluru
3325 K.R.Market 12.963978 77.576660 Bangalore City Institute 12.956925 77.572915 General Entertainment Bengaluru
3326 K.R.Market 12.963978 77.576660 Bangalore Fort 12.962529 77.575816 Historic Site Bengaluru
3327 K.R.Market 12.963978 77.576660 Mayuri Restaurant 12.956120 77.580845 Indian Restaurant Bengaluru
3328 K.R.Market 12.963978 77.576660 Nagarathpeth 12.967582 77.579362 Miscellaneous Shop Bengaluru
3329 K.R.Market 12.963978 77.576660 A.D.A. Rangamandira 12.962082 77.584191 Theater Bengaluru
3330 K.R.Market 12.963978 77.576660 Kamat Restaurant 12.963629 77.576950 Indian Restaurant Bengaluru
3331 K.R.Market 12.963978 77.576660 Avenue Road Dosa 12.967710 77.579010 Diner Bengaluru
3332 K.R.Market 12.963978 77.576660 K R Market 12.968636 77.577896 Flower Shop Bengaluru
3333 K.R.Market 12.963978 77.576660 Sri Bhagyalakshmi Trading Co 12.962799 77.571726 Market Bengaluru
3334 K.R.Market 12.963978 77.576660 Prakash cafe 12.960490 77.571029 Indian Restaurant Bengaluru
3335 K.R.Market 12.963978 77.576660 Makkala Koota 12.958072 77.572076 Park Bengaluru
3336 Chamrajpet 12.956997 77.563368 Brahmins Coffee Bar 12.953983 77.568862 Breakfast Spot Bengaluru
3337 Chamrajpet 12.956997 77.563368 Karnataka Bhel House 12.959412 77.567264 Fast Food Restaurant Bengaluru
3338 Chamrajpet 12.956997 77.563368 Davengere Benne Dosa 12.957863 77.567354 Indian Restaurant Bengaluru
3339 Chamrajpet 12.956997 77.563368 More Mega Store 12.952239 77.567459 Department Store Bengaluru
3340 Chamrajpet 12.956997 77.563368 Cafe Coffee Day 12.950590 77.567710 Coffee Shop Bengaluru
3341 Chamrajpet 12.956997 77.563368 Cinepolis - ETA Mall 12.965830 77.561850 Multiplex Bengaluru
3342 Chamrajpet 12.956997 77.563368 BANGARPET PANI PURI 12.955206 77.564598 Fast Food Restaurant Bengaluru
3343 Chamrajpet 12.956997 77.563368 Ganesh Grand 12.961309 77.562301 Vegetarian / Vegan Restaurant Bengaluru
3344 Chamrajpet 12.956997 77.563368 Shanti Sagar 12.953754 77.567424 Indian Restaurant Bengaluru
3345 Chamrajpet 12.956997 77.563368 Carrefour Wholesale Cash & Carry India Pvt. Ltd. 12.965156 77.561822 Department Store Bengaluru
3346 Chamrajpet 12.956997 77.563368 slv coffee bar 12.957710 77.569534 Indian Restaurant Bengaluru
3347 Chamrajpet 12.956997 77.563368 Srinathji 12.952235 77.567497 Indian Restaurant Bengaluru
3348 Chamrajpet 12.956997 77.563368 Nalanda Theatre 12.960789 77.558043 Movie Theater Bengaluru
3349 Chamrajpet 12.956997 77.563368 ETA Mall 12.965804 77.561811 Shopping Mall Bengaluru
3350 Chamrajpet 12.956997 77.563368 Coffee Day 12.950527 77.567648 Café Bengaluru
3351 Chamrajpet 12.956997 77.563368 Puliyogare Point 12.949669 77.566708 Indian Restaurant Bengaluru
3352 Chamrajpet 12.956997 77.563368 METRO Cash & Carry 12.965226 77.561490 Big Box Store Bengaluru
3353 Chamrajpet 12.956997 77.563368 Decathlon sports ETA 12.965635 77.562045 Sporting Goods Shop Bengaluru
3354 Chamrajpet 12.956997 77.563368 Coffee Tree 12.965823 77.561743 Coffee Shop Bengaluru
3355 Azad Nagar 12.957058 77.551282 Domino's Pizza 12.961000 77.551000 Pizza Place Bengaluru
3356 Azad Nagar 12.957058 77.551282 McDonald's 12.958070 77.553587 Fast Food Restaurant Bengaluru
3357 Azad Nagar 12.957058 77.551282 Cafe Coffee Day 12.958085 77.554130 Café Bengaluru
3358 Azad Nagar 12.957058 77.551282 Nalanda Theatre 12.960789 77.558043 Movie Theater Bengaluru
3359 Azad Nagar 12.957058 77.551282 KSRTC Satellite Bus Stand 12.953672 77.543259 Bus Station Bengaluru
3360 Azad Nagar 12.957058 77.551282 Kadamba Veg 12.952746 77.543449 Indian Restaurant Bengaluru
3361 Sunkenahalli 12.948239 77.569000 Mahalakshmi Tiffin Room 12.946963 77.571530 Indian Restaurant Bengaluru
3362 Sunkenahalli 12.948239 77.569000 Vidyarthi Bhavan 12.945082 77.571415 Indian Restaurant Bengaluru
3363 Sunkenahalli 12.948239 77.569000 Brahmins Coffee Bar 12.953983 77.568862 Breakfast Spot Bengaluru
3364 Sunkenahalli 12.948239 77.569000 Hari Super Sandwich 12.949063 77.574935 Sandwich Place Bengaluru
3365 Sunkenahalli 12.948239 77.569000 Corner House 12.947282 77.576824 Dessert Shop Bengaluru
3366 Sunkenahalli 12.948239 77.569000 Gandhi Bazaar 12.945311 77.571331 Farmers Market Bengaluru
3367 Sunkenahalli 12.948239 77.569000 Red Berrys 12.947377 77.571578 Ice Cream Shop Bengaluru
3368 Sunkenahalli 12.948239 77.569000 By 2 Coffee 12.942161 77.570588 Indian Restaurant Bengaluru
3369 Sunkenahalli 12.948239 77.569000 VB Bakery 12.951687 77.577124 Bakery Bengaluru
3370 Sunkenahalli 12.948239 77.569000 SLV Corner 12.948164 77.568723 Indian Restaurant Bengaluru
3371 Sunkenahalli 12.948239 77.569000 Butter Sponge 12.948073 77.571969 Bakery Bengaluru
3372 Sunkenahalli 12.948239 77.569000 Baskin-Robbins 12.948185 77.569988 Ice Cream Shop Bengaluru
3373 Sunkenahalli 12.948239 77.569000 Food Street 12.950956 77.577798 Snack Place Bengaluru
3374 Sunkenahalli 12.948239 77.569000 Ganesh Chat Centre 12.948114 77.576088 Food Truck Bengaluru
3375 Sunkenahalli 12.948239 77.569000 Cane-O-La 12.944368 77.567788 Juice Bar Bengaluru
3376 Sunkenahalli 12.948239 77.569000 Domino's Pizza 12.945001 77.567891 Pizza Place Bengaluru
3377 Sunkenahalli 12.948239 77.569000 Cafe Coffee Day 12.950590 77.567710 Coffee Shop Bengaluru
3378 Sunkenahalli 12.948239 77.569000 More Mega Store 12.952239 77.567459 Department Store Bengaluru
3379 Sunkenahalli 12.948239 77.569000 Gokul 12.944348 77.571079 Asian Restaurant Bengaluru
3380 Sunkenahalli 12.948239 77.569000 Puliyogere Point 12.940677 77.570409 Indian Restaurant Bengaluru
3381 Sunkenahalli 12.948239 77.569000 Pizza Stop 12.947423 77.576721 Fast Food Restaurant Bengaluru
3382 Sunkenahalli 12.948239 77.569000 Cool Corner 12.947540 77.573766 Fast Food Restaurant Bengaluru
3383 Sunkenahalli 12.948239 77.569000 Soho Bar & Grill 12.944686 77.572967 Hookah Bar Bengaluru
3384 Sunkenahalli 12.948239 77.569000 Cafe Coffee Day 12.946983 77.569104 Coffee Shop Bengaluru
3385 Sunkenahalli 12.948239 77.569000 Subway 12.944619 77.567850 Sandwich Place Bengaluru
3386 Sunkenahalli 12.948239 77.569000 Roti Ghar 12.944929 77.571867 Indian Restaurant Bengaluru
3387 Sunkenahalli 12.948239 77.569000 Basavanagudi Aquatic Center 12.951582 77.572175 Pool Bengaluru
3388 Sunkenahalli 12.948239 77.569000 K H Kala Soudha 12.944179 77.563085 Art Gallery Bengaluru
3389 Sunkenahalli 12.948239 77.569000 McDonald's 12.947580 77.567866 Fast Food Restaurant Bengaluru
3390 Sunkenahalli 12.948239 77.569000 Baisakhi 12.946152 77.570225 Indian Restaurant Bengaluru
3391 Sunkenahalli 12.948239 77.569000 Udupi Sri Krishna Bhavan 12.946095 77.570526 Indian Restaurant Bengaluru
3392 Sunkenahalli 12.948239 77.569000 Shiv Sagar 12.944308 77.572731 Indian Restaurant Bengaluru
3393 Sunkenahalli 12.948239 77.569000 KFC 12.948054 77.568914 Fast Food Restaurant Bengaluru
3394 Sunkenahalli 12.948239 77.569000 Kamat Bugle Rock 12.939907 77.566755 Indian Restaurant Bengaluru
3395 Sunkenahalli 12.948239 77.569000 Mysore Mylari Hotel 12.943659 77.571412 Indian Restaurant Bengaluru
3396 Sunkenahalli 12.948239 77.569000 UK 12.947795 77.573787 Indian Restaurant Bengaluru
3397 Sunkenahalli 12.948239 77.569000 National College Metro 12.950734 77.573735 Metro Station Bengaluru
3398 Sunkenahalli 12.948239 77.569000 The Bakery World 12.949073 77.574393 Bakery Bengaluru
3399 Sunkenahalli 12.948239 77.569000 Bugle Rock Park 12.942423 77.569708 Park Bengaluru
3400 Sunkenahalli 12.948239 77.569000 Ramesh Adds 12.948952 77.575322 Smoke Shop Bengaluru
3401 Sunkenahalli 12.948239 77.569000 DVG Road 12.942025 77.571096 Road Bengaluru
3402 Sunkenahalli 12.948239 77.569000 Tagore Circle Underpass 12.943070 77.573431 Metro Station Bengaluru
3403 Sunkenahalli 12.948239 77.569000 Bakery adda @seshmahal 12.948451 77.576111 Smoke Shop Bengaluru
3404 Sunkenahalli 12.948239 77.569000 Burger King 12.949575 77.576111 Fast Food Restaurant Bengaluru
3405 Sunkenahalli 12.948239 77.569000 Ice & Spice 12.950391 77.576055 Café Bengaluru
3406 Sunkenahalli 12.948239 77.569000 Just Bake 12.949226 77.576766 Bakery Bengaluru
3407 Sunkenahalli 12.948239 77.569000 BMS B'ball Court 12.940941 77.565801 Basketball Court Bengaluru
3408 Sunkenahalli 12.948239 77.569000 Basavanagudi Restaurant 12.940537 77.566788 Breakfast Spot Bengaluru
3409 Sunkenahalli 12.948239 77.569000 football ground at bmsce 12.941089 77.565229 Athletics & Sports Bengaluru
3410 Sunkenahalli 12.948239 77.569000 BITree 12.954817 77.574158 Garden Center Bengaluru
3411 Sunkenahalli 12.948239 77.569000 Ganesh Chats 12.948958 77.577577 Snack Place Bengaluru
3412 Sunkenahalli 12.948239 77.569000 K. H. Kalasouda 12.944027 77.561055 Theater Bengaluru
3413 Sunkenahalli 12.948239 77.569000 Vasavi Avarebele Mela 12.950830 77.577711 Fast Food Restaurant Bengaluru
3414 Visvesvarapuram 12.950100 77.578400 VB Bakery 12.951687 77.577124 Bakery Bengaluru
3415 Visvesvarapuram 12.950100 77.578400 Corner House 12.947282 77.576824 Dessert Shop Bengaluru
3416 Visvesvarapuram 12.950100 77.578400 Food Street 12.950956 77.577798 Snack Place Bengaluru
3417 Visvesvarapuram 12.950100 77.578400 Hari Super Sandwich 12.949063 77.574935 Sandwich Place Bengaluru
3418 Visvesvarapuram 12.950100 77.578400 Lalbagh West Gate 12.948258 77.580028 Park Bengaluru
3419 Visvesvarapuram 12.950100 77.578400 Shivanna Gulkhan Store 12.950871 77.577876 Restaurant Bengaluru
3420 Visvesvarapuram 12.950100 77.578400 Ganesh Chat Centre 12.948114 77.576088 Food Truck Bengaluru
3421 Visvesvarapuram 12.950100 77.578400 Mahalakshmi Tiffin Room 12.946963 77.571530 Indian Restaurant Bengaluru
3422 Visvesvarapuram 12.950100 77.578400 Pizza Stop 12.947423 77.576721 Fast Food Restaurant Bengaluru
3423 Visvesvarapuram 12.950100 77.578400 Mavalli Tiffin Room (MTR) 12.955122 77.585552 Indian Restaurant Bengaluru
3424 Visvesvarapuram 12.950100 77.578400 Lalbagh Botanical Garden 12.948948 77.586951 Botanical Garden Bengaluru
3425 Visvesvarapuram 12.950100 77.578400 NMH Tiffin House 12.954300 77.578806 Indian Restaurant Bengaluru
3426 Visvesvarapuram 12.950100 77.578400 Vidyarthi Bhavan 12.945082 77.571415 Indian Restaurant Bengaluru
3427 Visvesvarapuram 12.950100 77.578400 Ibaco 12.947786 77.579950 Ice Cream Shop Bengaluru
3428 Visvesvarapuram 12.950100 77.578400 Rogue Elephant 12.941541 77.577234 Restaurant Bengaluru
3429 Visvesvarapuram 12.950100 77.578400 Gandhi Bazaar 12.945311 77.571331 Farmers Market Bengaluru
3430 Visvesvarapuram 12.950100 77.578400 Red Berrys 12.947377 77.571578 Ice Cream Shop Bengaluru
3431 Visvesvarapuram 12.950100 77.578400 Butter Sponge 12.948073 77.571969 Bakery Bengaluru
3432 Visvesvarapuram 12.950100 77.578400 Cool Corner 12.947540 77.573766 Fast Food Restaurant Bengaluru
3433 Visvesvarapuram 12.950100 77.578400 Urvashi Cinemas 12.955631 77.585617 Movie Theater Bengaluru
3434 Visvesvarapuram 12.950100 77.578400 Mayuri Restaurant 12.956120 77.580845 Indian Restaurant Bengaluru
3435 Visvesvarapuram 12.950100 77.578400 Cafe Coffee Day 12.947812 77.579804 Café Bengaluru
3436 Visvesvarapuram 12.950100 77.578400 Springs Hotel and Spa 12.956703 77.583530 Hotel Bengaluru
3437 Visvesvarapuram 12.950100 77.578400 Maiyas 12.952718 77.577228 Vegetarian / Vegan Restaurant Bengaluru
3438 Visvesvarapuram 12.950100 77.578400 Hotel Nandhini 12.955307 77.579498 Indian Restaurant Bengaluru
3439 Visvesvarapuram 12.950100 77.578400 Bangalore City Institute 12.956925 77.572915 General Entertainment Bengaluru
3440 Visvesvarapuram 12.950100 77.578400 Baskin-Robbins 12.948185 77.569988 Ice Cream Shop Bengaluru
3441 Visvesvarapuram 12.950100 77.578400 Soho Bar & Grill 12.944686 77.572967 Hookah Bar Bengaluru
3442 Visvesvarapuram 12.950100 77.578400 Basavanagudi Aquatic Center 12.951582 77.572175 Pool Bengaluru
3443 Visvesvarapuram 12.950100 77.578400 Roti Ghar 12.944929 77.571867 Indian Restaurant Bengaluru
3444 Visvesvarapuram 12.950100 77.578400 Shiv Sagar 12.944308 77.572731 Indian Restaurant Bengaluru
3445 Visvesvarapuram 12.950100 77.578400 Baisakhi 12.946152 77.570225 Indian Restaurant Bengaluru
3446 Visvesvarapuram 12.950100 77.578400 Lalbagh Lake 12.947858 77.581304 Lake Bengaluru
3447 Visvesvarapuram 12.950100 77.578400 Udupi Sri Krishna Bhavan 12.946095 77.570526 Indian Restaurant Bengaluru
3448 Visvesvarapuram 12.950100 77.578400 National College Grounds 12.949997 77.572753 Playground Bengaluru
3449 Visvesvarapuram 12.950100 77.578400 Beetle Juice Bar 12.956492 77.583529 Other Nightlife Bengaluru
3450 Visvesvarapuram 12.950100 77.578400 Akshaya Lalbagh Inn 12.943402 77.583743 Hotel Bengaluru
3451 Visvesvarapuram 12.950100 77.578400 Tagore Circle Underpass 12.943070 77.573431 Metro Station Bengaluru
3452 Visvesvarapuram 12.950100 77.578400 The Rogue Elephant 12.941624 77.577034 Mediterranean Restaurant Bengaluru
3453 Siddapura 12.943459 77.593151 Lalbagh Botanical Garden 12.948948 77.586951 Botanical Garden Bengaluru
3454 Siddapura 12.943459 77.593151 Lalbagh Glass House 12.949595 77.587740 Park Bengaluru
3455 Siddapura 12.943459 77.593151 Domino's Pizza 12.942000 77.598000 Pizza Place Bengaluru
3456 Siddapura 12.943459 77.593151 Bodycraft Salon & Spa 12.942120 77.585281 Salon / Barbershop Bengaluru
3457 Siddapura 12.943459 77.593151 Cafe Coffee Day 12.943541 77.600029 Café Bengaluru
3458 Siddapura 12.943459 77.593151 Costa Coffee 12.948889 77.597595 Coffee Shop Bengaluru
3459 Siddapura 12.943459 77.593151 Cafe Coffee Day 12.949943 77.592996 Café Bengaluru
3460 Siddapura 12.943459 77.593151 Body Craft 12.942122 77.585420 Salon / Barbershop Bengaluru
3461 Siddapura 12.943459 77.593151 Ashoka Pillar 12.943342 77.585124 Historic Site Bengaluru
3462 Siddapura 12.943459 77.593151 Wilson Garden - Food Street 12.948875 77.598008 Southern / Soul Food Restaurant Bengaluru
3463 Siddapura 12.943459 77.593151 Cafe Coffee Day 12.942965 77.585239 Café Bengaluru
3464 Siddapura 12.943459 77.593151 Adigas 12.942376 77.585267 Indian Restaurant Bengaluru
3465 Siddapura 12.943459 77.593151 Movenpick Icecreams 12.943209 77.598199 Ice Cream Shop Bengaluru
3466 Siddapura 12.943459 77.593151 Hotel Janatha 12.943298 77.598400 Fast Food Restaurant Bengaluru
3467 Siddapura 12.943459 77.593151 Family Supermarket 12.943099 77.598755 Grocery Store Bengaluru
3468 Siddapura 12.943459 77.593151 Lal Bagh Top Of The Rock 12.948801 77.589480 Scenic Lookout Bengaluru
3469 Siddapura 12.943459 77.593151 Cafe Coffee Day 12.943245 77.585121 Café Bengaluru
3470 Siddapura 12.943459 77.593151 Airtel Express 12.947710 77.598747 Mobile Phone Shop Bengaluru
3471 Siddapura 12.943459 77.593151 Foodies Junction 12.948816 77.597897 Breakfast Spot Bengaluru
3472 Siddapura 12.943459 77.593151 Srinivasa Mess 12.950630 77.596649 Indian Restaurant Bengaluru
3473 Siddapura 12.943459 77.593151 Cuppa 12.940992 77.585082 Coffee Shop Bengaluru
3474 Siddapura 12.943459 77.593151 More 12.951656 77.595742 Supermarket Bengaluru
3475 Siddapura 12.943459 77.593151 Nimhans Bus Stop 12.938014 77.600040 Bus Station Bengaluru
3476 Hombegowda Nagar 12.979120 77.591300 Cubbon Park 12.977042 77.595277 Park Bengaluru
3477 Hombegowda Nagar 12.979120 77.591300 JW Marriott Hotel Bengaluru 12.972362 77.595051 Hotel Bengaluru
3478 Hombegowda Nagar 12.979120 77.591300 Taj West End 12.984572 77.584893 Hotel Bengaluru
3479 Hombegowda Nagar 12.979120 77.591300 Vidhana Soudha 12.979027 77.591881 Capitol Building Bengaluru
3480 Hombegowda Nagar 12.979120 77.591300 M. Chinnaswamy Stadium 12.978144 77.599223 Cricket Ground Bengaluru
3481 Hombegowda Nagar 12.979120 77.591300 UB City 12.971709 77.595905 Shopping Mall Bengaluru
3482 Hombegowda Nagar 12.979120 77.591300 Infinitea 12.987157 77.594835 Tea Room Bengaluru
3483 Hombegowda Nagar 12.979120 77.591300 Toscano 12.971980 77.596066 Italian Restaurant Bengaluru
3484 Hombegowda Nagar 12.979120 77.591300 Shiro 12.971900 77.596236 Japanese Restaurant Bengaluru
3485 Hombegowda Nagar 12.979120 77.591300 J W Kitchen 12.972410 77.594592 Asian Restaurant Bengaluru
3486 Hombegowda Nagar 12.979120 77.591300 Spice Terrace 12.972254 77.595200 Lounge Bengaluru
3487 Hombegowda Nagar 12.979120 77.591300 Café Noir 12.971995 77.596001 French Restaurant Bengaluru
3488 Hombegowda Nagar 12.979120 77.591300 Masala Klub 12.984993 77.585115 Indian Restaurant Bengaluru
3489 Hombegowda Nagar 12.979120 77.591300 Chevron Hotel 12.983619 77.594379 Hotel Bengaluru
3490 Hombegowda Nagar 12.979120 77.591300 Venkatappa Art Gallery 12.974575 77.595792 Art Gallery Bengaluru
3491 Hombegowda Nagar 12.979120 77.591300 Skyye 12.971646 77.596242 Lounge Bengaluru
3492 Hombegowda Nagar 12.979120 77.591300 Bengaluru Baking Co. 12.971761 77.595128 Bakery Bengaluru
3493 Hombegowda Nagar 12.979120 77.591300 Bliss Luxe Chocolate Lounge 12.971525 77.596201 Cupcake Shop Bengaluru
3494 Hombegowda Nagar 12.979120 77.591300 Shiro, UB City 12.976748 77.599066 Lounge Bengaluru
3495 Hombegowda Nagar 12.979120 77.591300 Dolci 12.986450 77.594830 Dessert Shop Bengaluru
3496 Hombegowda Nagar 12.979120 77.591300 Diesel Store 12.971762 77.595947 Clothing Store Bengaluru
3497 Hombegowda Nagar 12.979120 77.591300 Sanchez 12.972018 77.596025 Mexican Restaurant Bengaluru
3498 Hombegowda Nagar 12.979120 77.591300 Hammered 12.986382 77.595154 Hookah Bar Bengaluru
3499 Hombegowda Nagar 12.979120 77.591300 JW Marriott Executive Lounge 12.972120 77.594804 Lounge Bengaluru
3500 Hombegowda Nagar 12.979120 77.591300 Eden Park Restaurant 12.983456 77.598707 Indian Restaurant Bengaluru
3501 Hombegowda Nagar 12.979120 77.591300 Hotel Chalukya 12.984577 77.587845 Indian Restaurant Bengaluru
3502 Hombegowda Nagar 12.979120 77.591300 Coffee Day Square 12.971671 77.594132 Coffee Shop Bengaluru
3503 Hombegowda Nagar 12.979120 77.591300 Oriental Spice 12.983893 77.593591 Chinese Restaurant Bengaluru
3504 Hombegowda Nagar 12.979120 77.591300 Mynt 12.984629 77.584989 Coffee Shop Bengaluru
3505 Hombegowda Nagar 12.979120 77.591300 Mahatma Gandhi Circle (ಮಹಾತ್ಮಾ ಗಾಂಧಿ ವೃತ್) 12.976555 77.599600 Plaza Bengaluru
3506 Hombegowda Nagar 12.979120 77.591300 Banjara's Melting Pot 12.986476 77.595586 Indian Restaurant Bengaluru
3507 Hombegowda Nagar 12.979120 77.591300 Louis Vuitton 12.971505 77.596077 Boutique Bengaluru
3508 Hombegowda Nagar 12.979120 77.591300 Freedom Park 12.978008 77.582373 Park Bengaluru
3509 Hombegowda Nagar 12.979120 77.591300 Alba 12.972541 77.594594 Italian Restaurant Bengaluru
3510 Hombegowda Nagar 12.979120 77.591300 Subway 12.976016 77.597939 Sandwich Place Bengaluru
3511 Hombegowda Nagar 12.979120 77.591300 BBC by JW Marriott 12.971847 77.595088 Café Bengaluru
3512 Hombegowda Nagar 12.979120 77.591300 Fava 12.972286 77.595966 Mediterranean Restaurant Bengaluru
3513 Hombegowda Nagar 12.979120 77.591300 Good Earth 12.971919 77.596026 Arts & Crafts Store Bengaluru
3514 Hombegowda Nagar 12.979120 77.591300 Sancho's 12.971981 77.595997 Mexican Restaurant Bengaluru
3515 Hombegowda Nagar 12.979120 77.591300 Samrat Restaurant 12.984634 77.587782 Indian Restaurant Bengaluru
3516 Hombegowda Nagar 12.979120 77.591300 Konark Kanteerava 12.970281 77.592165 Karnataka Restaurant Bengaluru
3517 Hombegowda Nagar 12.979120 77.591300 Jawaharlal Nehru Planetarium 12.984570 77.590163 Planetarium Bengaluru
3518 Hombegowda Nagar 12.979120 77.591300 Farzi Cafe 12.972136 77.595803 Bistro Bengaluru
3519 Hombegowda Nagar 12.979120 77.591300 Rasovara 12.971995 77.596079 Rajasthani Restaurant Bengaluru
3520 Hombegowda Nagar 12.979120 77.591300 Visvesvaraya Industrial and Technological Museum 12.974884 77.596526 Science Museum Bengaluru
3521 Hombegowda Nagar 12.979120 77.591300 Atria Hotel 12.980227 77.586067 Hotel Bengaluru
3522 Hombegowda Nagar 12.979120 77.591300 KSLTA Tennis stadium 12.975094 77.594439 Tennis Stadium Bengaluru
3523 Hombegowda Nagar 12.979120 77.591300 Nisarga Garden Restaurant 12.983332 77.594431 Indian Restaurant Bengaluru
3524 Hombegowda Nagar 12.979120 77.591300 cafe coffee day 12.972392 77.594108 Coffee Shop Bengaluru
3525 Hombegowda Nagar 12.979120 77.591300 Shezan 12.987163 77.594840 Indian Restaurant Bengaluru
3526 Hombegowda Nagar 12.979120 77.591300 Imagine Store UB City 12.971968 77.596099 Electronics Store Bengaluru
3527 Hombegowda Nagar 12.979120 77.591300 Barista, Cunningham Road 12.985866 77.595663 Café Bengaluru
3528 Hombegowda Nagar 12.979120 77.591300 UB City Amphitheatre 12.972286 77.595841 Concert Hall Bengaluru
3529 Hombegowda Nagar 12.979120 77.591300 The Tower Kitchen 12.971671 77.596363 Italian Restaurant Bengaluru
3530 Hombegowda Nagar 12.979120 77.591300 Sreeraj Lassi Bar 12.983183 77.587633 Juice Bar Bengaluru
3531 Hombegowda Nagar 12.979120 77.591300 Pizza Stop 12.986421 77.594809 Pizza Place Bengaluru
3532 Hombegowda Nagar 12.979120 77.591300 Cafe Mangii 12.971985 77.595971 Italian Restaurant Bengaluru
3533 Hombegowda Nagar 12.979120 77.591300 Oakwood Premier Prestige Bangalore 12.972002 77.596056 Hotel Bengaluru
3534 Hombegowda Nagar 12.979120 77.591300 The Banjara 12.986494 77.595531 Indian Restaurant Bengaluru
3535 Hombegowda Nagar 12.979120 77.591300 Domino's Pizza 12.972000 77.595000 Pizza Place Bengaluru
3536 Hombegowda Nagar 12.979120 77.591300 Cafe Coffee Day 12.985429 77.596270 Café Bengaluru
3537 Hombegowda Nagar 12.979120 77.591300 Apple Store 12.971994 77.596002 Electronics Store Bengaluru
3538 Hombegowda Nagar 12.979120 77.591300 Rahham's Families Restaurant 12.985081 77.596550 Indian Restaurant Bengaluru
3539 Hombegowda Nagar 12.979120 77.591300 Sing Kong 12.971985 77.596011 Cantonese Restaurant Bengaluru
3540 Hombegowda Nagar 12.979120 77.591300 Cafe Coffee Day 12.987448 77.594606 Coffee Shop Bengaluru
3541 Hombegowda Nagar 12.979120 77.591300 McDonald's 12.976011 77.598391 Fast Food Restaurant Bengaluru
3542 Hombegowda Nagar 12.979120 77.591300 Sanchos 12.972002 77.596050 Mexican Restaurant Bengaluru
3543 Hombegowda Nagar 12.979120 77.591300 Matsuri 12.975799 77.599439 Japanese Restaurant Bengaluru
3544 Hombegowda Nagar 12.979120 77.591300 Cubbon Park Metro Station 12.980437 77.597878 Metro Station Bengaluru
3545 Hombegowda Nagar 12.979120 77.591300 Tonique 12.976657 77.599224 Beer Store Bengaluru
3546 Hombegowda Nagar 12.979120 77.591300 French Loaf 12.985530 77.596694 Bakery Bengaluru
3547 Hombegowda Nagar 12.979120 77.591300 DIESEL - For Successful Living 12.971846 77.595647 Clothing Store Bengaluru
3548 Hombegowda Nagar 12.979120 77.591300 Chancery Pan Walla 12.976234 77.599519 Food Truck Bengaluru
3549 Hombegowda Nagar 12.979120 77.591300 Minsk Square 12.985158 77.597589 Intersection Bengaluru
3550 Hombegowda Nagar 12.979120 77.591300 Shri M Visvesvaraya Metro Station 12.974097 77.584015 Metro Station Bengaluru
3551 Adugodi 12.942847 77.610416 Lot Like Crêpes 12.936421 77.613284 Creperie Bengaluru
3552 Adugodi 12.942847 77.610416 Tommy Hilfiger 12.934552 77.611347 Clothing Store Bengaluru
3553 Adugodi 12.942847 77.610416 PVR IMAX 12.934595 77.611321 Movie Theater Bengaluru
3554 Adugodi 12.942847 77.610416 Corner House 12.936164 77.615210 Dessert Shop Bengaluru
3555 Adugodi 12.942847 77.610416 Zingron - Naga Kitchen 12.936271 77.615051 Indian Restaurant Bengaluru
3556 Adugodi 12.942847 77.610416 Koramangala Social 12.935518 77.614097 Lounge Bengaluru
3557 Adugodi 12.942847 77.610416 Dyu Art Cafe 12.937289 77.617591 Financial or Legal Service Bengaluru
3558 Adugodi 12.942847 77.610416 Chai Chowk 12.936329 77.614667 Tea Room Bengaluru
3559 Adugodi 12.942847 77.610416 PVR Cinemas 12.934389 77.611184 Multiplex Bengaluru
3560 Adugodi 12.942847 77.610416 The Chocolate Room 12.935505 77.608689 Café Bengaluru
3561 Adugodi 12.942847 77.610416 Juicy Juice Corner 12.936157 77.615875 Juice Bar Bengaluru
3562 Adugodi 12.942847 77.610416 XOOX Brewmill 12.935507 77.614982 Brewery Bengaluru
3563 Adugodi 12.942847 77.610416 Fenny's Lounge & Kitchen 12.935146 77.613536 Lounge Bengaluru
3564 Adugodi 12.942847 77.610416 Mad Over Donuts 12.934484 77.612700 Donut Shop Bengaluru
3565 Adugodi 12.942847 77.610416 The Forum Mall 12.934603 77.611312 Shopping Mall Bengaluru
3566 Adugodi 12.942847 77.610416 Kalmane Koffees 12.934588 77.611261 Coffee Shop Bengaluru
3567 Adugodi 12.942847 77.610416 PVR GOLD 12.934578 77.611319 Multiplex Bengaluru
3568 Adugodi 12.942847 77.610416 Khan Saheb Grills and Rolls 12.936061 77.614753 Indian Restaurant Bengaluru
3569 Adugodi 12.942847 77.610416 Bliss Chocolate Lounge 12.934123 77.610974 Dessert Shop Bengaluru
3570 Adugodi 12.942847 77.610416 Banchharam Sweets 12.936550 77.614212 Dessert Shop Bengaluru
3571 Adugodi 12.942847 77.610416 Flight 4 Fantasy 12.934877 77.611913 Gaming Cafe Bengaluru
3572 Adugodi 12.942847 77.610416 Landmark 12.934659 77.611431 Bookstore Bengaluru
3573 Adugodi 12.942847 77.610416 The Raymond Shop 12.934009 77.610962 Men's Store Bengaluru
3574 Adugodi 12.942847 77.610416 Bayleaf 12.940480 77.616640 Indian Restaurant Bengaluru
3575 Adugodi 12.942847 77.610416 Harry's Bar + cafe 12.934394 77.612616 Lounge Bengaluru
3576 Adugodi 12.942847 77.610416 Krispy Kreme 12.934552 77.611308 Donut Shop Bengaluru
3577 Adugodi 12.942847 77.610416 OM Pure Vegetarian Restaurant 12.934796 77.613283 Indian Restaurant Bengaluru
3578 Adugodi 12.942847 77.610416 Udupi Upahar 12.935826 77.614946 Indian Restaurant Bengaluru
3579 Adugodi 12.942847 77.610416 Burger King 12.935008 77.613586 Fast Food Restaurant Bengaluru
3580 Adugodi 12.942847 77.610416 Punjabi By Nature 12.934954 77.608909 Brewery Bengaluru
3581 Adugodi 12.942847 77.610416 Cafe Coffee Day 12.936361 77.610583 Café Bengaluru
3582 Adugodi 12.942847 77.610416 Blue Moustache 12.935279 77.613801 Bowling Alley Bengaluru
3583 Adugodi 12.942847 77.610416 Whooppeezz 12.934834 77.613170 Pizza Place Bengaluru
3584 Adugodi 12.942847 77.610416 Starbucks 12.935018 77.613547 Coffee Shop Bengaluru
3585 Adugodi 12.942847 77.610416 The Body Shop 12.934573 77.611318 Cosmetics Shop Bengaluru
3586 Adugodi 12.942847 77.610416 Tibetan Mother's Kitchen 12.934645 77.612822 Tibetan Restaurant Bengaluru
3587 Adugodi 12.942847 77.610416 Cafe Aloha 12.935651 77.608078 Café Bengaluru
3588 Adugodi 12.942847 77.610416 Punjab Grill 12.934147 77.612606 Punjabi Restaurant Bengaluru
3589 Adugodi 12.942847 77.610416 Sapna Book House 12.936314 77.616512 Bookstore Bengaluru
3590 Adugodi 12.942847 77.610416 Momoz 12.935823 77.616181 Chinese Restaurant Bengaluru
3591 Adugodi 12.942847 77.610416 Friends 12.936064 77.614693 Eastern European Restaurant Bengaluru
3592 Adugodi 12.942847 77.610416 Food Court (Forum Mall) 12.934076 77.611014 Food Court Bengaluru
3593 Adugodi 12.942847 77.610416 Malabar Bay 12.935273 77.607618 Kerala Restaurant Bengaluru
3594 Adugodi 12.942847 77.610416 Bodycraft Spa & Salon 12.949289 77.614190 Spa Bengaluru
3595 Adugodi 12.942847 77.610416 TechTeaShop 12.935990 77.607439 Tea Room Bengaluru
3596 Adugodi 12.942847 77.610416 Taste of india 12.935410 77.607498 Indian Restaurant Bengaluru
3597 Adugodi 12.942847 77.610416 SEPHORA 12.934057 77.610901 Cosmetics Shop Bengaluru
3598 Ejipura 12.945245 77.626914 Peppers 12.943495 77.628401 Indian Restaurant Bengaluru
3599 Ejipura 12.945245 77.626914 Fitness Cafe 12.943175 77.628976 Gym / Fitness Center Bengaluru
3600 Ejipura 12.945245 77.626914 Chai Point 12.938738 77.625933 Café Bengaluru
3601 Ejipura 12.945245 77.626914 Marks & Spencer 12.938554 77.628974 Clothing Store Bengaluru
3602 Ejipura 12.945245 77.626914 Pizza Hut 12.939886 77.625376 Pizza Place Bengaluru
3603 Ejipura 12.945245 77.626914 Juice Maker 12.941639 77.621551 Juice Bar Bengaluru
3604 Ejipura 12.945245 77.626914 Builders NGV Club 12.942139 77.625657 General Entertainment Bengaluru
3605 Ejipura 12.945245 77.626914 Sapphire Toys 12.937305 77.627092 Toy / Game Store Bengaluru
3606 Ejipura 12.945245 77.626914 The Workouts Fitness Center 12.940904 77.620622 Gym Bengaluru
3607 Ejipura 12.945245 77.626914 Domino's Pizza 12.940170 77.625133 Pizza Place Bengaluru
3608 Ejipura 12.945245 77.626914 Papa Johns 12.942396 77.622820 Pizza Place Bengaluru
3609 Ejipura 12.945245 77.626914 Baskins Robbins 12.938254 77.626232 Ice Cream Shop Bengaluru
3610 Ejipura 12.945245 77.626914 Bak Bak Bar 12.937859 77.627977 Lounge Bengaluru
3611 Ejipura 12.945245 77.626914 Lakeview Milk Bar 12.940785 77.620514 Ice Cream Shop Bengaluru
3612 Ejipura 12.945245 77.626914 Fitness First 12.937854 77.627936 Gym / Fitness Center Bengaluru
3613 Ejipura 12.945245 77.626914 paradigm shift vegan cafe 12.936815 77.627555 Café Bengaluru
3614 Ejipura 12.945245 77.626914 Carrots 12.938893 77.625811 Vegetarian / Vegan Restaurant Bengaluru
3615 Ejipura 12.945245 77.626914 coast II coast 12.936924 77.624761 Seafood Restaurant Bengaluru
3616 Ejipura 12.945245 77.626914 Imperial Restaurant 12.936481 77.625137 Indian Restaurant Bengaluru
3617 Ejipura 12.945245 77.626914 Madurai Idli Shop 12.937327 77.624396 South Indian Restaurant Bengaluru
3618 Ejipura 12.945245 77.626914 chai point 12.938753 77.625899 Tea Room Bengaluru
3619 Ejipura 12.945245 77.626914 Bhojohori Manna 12.937479 77.624209 Bengali Restaurant Bengaluru
3620 Ejipura 12.945245 77.626914 Lifestyle International Pvt. Ltd. 12.937658 77.627753 Clothing Store Bengaluru
3621 Ejipura 12.945245 77.626914 The Smoke Co. 12.937699 77.624301 Gastropub Bengaluru
3622 Ejipura 12.945245 77.626914 barista, koramangala 12.948603 77.620339 Café Bengaluru
3623 Ejipura 12.945245 77.626914 Barleyz - The Brew House 12.937644 77.627022 Beer Garden Bengaluru
3624 Ejipura 12.945245 77.626914 The Local - Terrace Drinkery 12.940830 77.624455 Bar Bengaluru
3625 Ejipura 12.945245 77.626914 Star Bazaar 12.945987 77.623147 Department Store Bengaluru
3626 Ejipura 12.945245 77.626914 NGV Park 12.948047 77.622039 Park Bengaluru
3627 Ejipura 12.945245 77.626914 Malabar Food Plaza 12.950426 77.624473 Fast Food Restaurant Bengaluru
3628 Ejipura 12.945245 77.626914 ASC Centre, Domlur 12.950482 77.633711 Golf Course Bengaluru
3629 Ejipura 12.945245 77.626914 Pure 12.938401 77.632120 Convenience Store Bengaluru
3630 Ejipura 12.945245 77.626914 Ejipura Signal 12.938640 77.632506 Intersection Bengaluru
3631 Varthur 12.940615 77.746994 MedPlus 12.942745 77.749775 Pharmacy Bengaluru
3632 Varthur 12.940615 77.746994 Varthur Lake 12.947361 77.745345 Lake Bengaluru
3633 Varthur 12.940615 77.746994 Unique Hypermarket 12.939105 77.739296 Supermarket Bengaluru
3634 Varthur 12.940615 77.746994 Ramagondanahalli Bus Stop 12.947888 77.742059 Bus Station Bengaluru
3635 Bellandur 12.979120 77.591300 Cubbon Park 12.977042 77.595277 Park Bengaluru
3636 Bellandur 12.979120 77.591300 JW Marriott Hotel Bengaluru 12.972362 77.595051 Hotel Bengaluru
3637 Bellandur 12.979120 77.591300 Taj West End 12.984572 77.584893 Hotel Bengaluru
3638 Bellandur 12.979120 77.591300 Vidhana Soudha 12.979027 77.591881 Capitol Building Bengaluru
3639 Bellandur 12.979120 77.591300 M. Chinnaswamy Stadium 12.978144 77.599223 Cricket Ground Bengaluru
3640 Bellandur 12.979120 77.591300 UB City 12.971709 77.595905 Shopping Mall Bengaluru
3641 Bellandur 12.979120 77.591300 Infinitea 12.987157 77.594835 Tea Room Bengaluru
3642 Bellandur 12.979120 77.591300 Toscano 12.971980 77.596066 Italian Restaurant Bengaluru
3643 Bellandur 12.979120 77.591300 Shiro 12.971900 77.596236 Japanese Restaurant Bengaluru
3644 Bellandur 12.979120 77.591300 J W Kitchen 12.972410 77.594592 Asian Restaurant Bengaluru
3645 Bellandur 12.979120 77.591300 Spice Terrace 12.972254 77.595200 Lounge Bengaluru
3646 Bellandur 12.979120 77.591300 Café Noir 12.971995 77.596001 French Restaurant Bengaluru
3647 Bellandur 12.979120 77.591300 Masala Klub 12.984993 77.585115 Indian Restaurant Bengaluru
3648 Bellandur 12.979120 77.591300 Chevron Hotel 12.983619 77.594379 Hotel Bengaluru
3649 Bellandur 12.979120 77.591300 Venkatappa Art Gallery 12.974575 77.595792 Art Gallery Bengaluru
3650 Bellandur 12.979120 77.591300 Skyye 12.971646 77.596242 Lounge Bengaluru
3651 Bellandur 12.979120 77.591300 Bengaluru Baking Co. 12.971761 77.595128 Bakery Bengaluru
3652 Bellandur 12.979120 77.591300 Bliss Luxe Chocolate Lounge 12.971525 77.596201 Cupcake Shop Bengaluru
3653 Bellandur 12.979120 77.591300 Shiro, UB City 12.976748 77.599066 Lounge Bengaluru
3654 Bellandur 12.979120 77.591300 Dolci 12.986450 77.594830 Dessert Shop Bengaluru
3655 Bellandur 12.979120 77.591300 Diesel Store 12.971762 77.595947 Clothing Store Bengaluru
3656 Bellandur 12.979120 77.591300 Sanchez 12.972018 77.596025 Mexican Restaurant Bengaluru
3657 Bellandur 12.979120 77.591300 Hammered 12.986382 77.595154 Hookah Bar Bengaluru
3658 Bellandur 12.979120 77.591300 JW Marriott Executive Lounge 12.972120 77.594804 Lounge Bengaluru
3659 Bellandur 12.979120 77.591300 Eden Park Restaurant 12.983456 77.598707 Indian Restaurant Bengaluru
3660 Bellandur 12.979120 77.591300 Hotel Chalukya 12.984577 77.587845 Indian Restaurant Bengaluru
3661 Bellandur 12.979120 77.591300 Coffee Day Square 12.971671 77.594132 Coffee Shop Bengaluru
3662 Bellandur 12.979120 77.591300 Oriental Spice 12.983893 77.593591 Chinese Restaurant Bengaluru
3663 Bellandur 12.979120 77.591300 Mynt 12.984629 77.584989 Coffee Shop Bengaluru
3664 Bellandur 12.979120 77.591300 Mahatma Gandhi Circle (ಮಹಾತ್ಮಾ ಗಾಂಧಿ ವೃತ್) 12.976555 77.599600 Plaza Bengaluru
3665 Bellandur 12.979120 77.591300 Banjara's Melting Pot 12.986476 77.595586 Indian Restaurant Bengaluru
3666 Bellandur 12.979120 77.591300 Louis Vuitton 12.971505 77.596077 Boutique Bengaluru
3667 Bellandur 12.979120 77.591300 Freedom Park 12.978008 77.582373 Park Bengaluru
3668 Bellandur 12.979120 77.591300 Alba 12.972541 77.594594 Italian Restaurant Bengaluru
3669 Bellandur 12.979120 77.591300 Subway 12.976016 77.597939 Sandwich Place Bengaluru
3670 Bellandur 12.979120 77.591300 BBC by JW Marriott 12.971847 77.595088 Café Bengaluru
3671 Bellandur 12.979120 77.591300 Fava 12.972286 77.595966 Mediterranean Restaurant Bengaluru
3672 Bellandur 12.979120 77.591300 Good Earth 12.971919 77.596026 Arts & Crafts Store Bengaluru
3673 Bellandur 12.979120 77.591300 Sancho's 12.971981 77.595997 Mexican Restaurant Bengaluru
3674 Bellandur 12.979120 77.591300 Samrat Restaurant 12.984634 77.587782 Indian Restaurant Bengaluru
3675 Bellandur 12.979120 77.591300 Konark Kanteerava 12.970281 77.592165 Karnataka Restaurant Bengaluru
3676 Bellandur 12.979120 77.591300 Jawaharlal Nehru Planetarium 12.984570 77.590163 Planetarium Bengaluru
3677 Bellandur 12.979120 77.591300 Farzi Cafe 12.972136 77.595803 Bistro Bengaluru
3678 Bellandur 12.979120 77.591300 Rasovara 12.971995 77.596079 Rajasthani Restaurant Bengaluru
3679 Bellandur 12.979120 77.591300 Visvesvaraya Industrial and Technological Museum 12.974884 77.596526 Science Museum Bengaluru
3680 Bellandur 12.979120 77.591300 Atria Hotel 12.980227 77.586067 Hotel Bengaluru
3681 Bellandur 12.979120 77.591300 KSLTA Tennis stadium 12.975094 77.594439 Tennis Stadium Bengaluru
3682 Bellandur 12.979120 77.591300 Nisarga Garden Restaurant 12.983332 77.594431 Indian Restaurant Bengaluru
3683 Bellandur 12.979120 77.591300 cafe coffee day 12.972392 77.594108 Coffee Shop Bengaluru
3684 Bellandur 12.979120 77.591300 Shezan 12.987163 77.594840 Indian Restaurant Bengaluru
3685 Bellandur 12.979120 77.591300 Imagine Store UB City 12.971968 77.596099 Electronics Store Bengaluru
3686 Bellandur 12.979120 77.591300 Barista, Cunningham Road 12.985866 77.595663 Café Bengaluru
3687 Bellandur 12.979120 77.591300 UB City Amphitheatre 12.972286 77.595841 Concert Hall Bengaluru
3688 Bellandur 12.979120 77.591300 The Tower Kitchen 12.971671 77.596363 Italian Restaurant Bengaluru
3689 Bellandur 12.979120 77.591300 Sreeraj Lassi Bar 12.983183 77.587633 Juice Bar Bengaluru
3690 Bellandur 12.979120 77.591300 Pizza Stop 12.986421 77.594809 Pizza Place Bengaluru
3691 Bellandur 12.979120 77.591300 Cafe Mangii 12.971985 77.595971 Italian Restaurant Bengaluru
3692 Bellandur 12.979120 77.591300 Oakwood Premier Prestige Bangalore 12.972002 77.596056 Hotel Bengaluru
3693 Bellandur 12.979120 77.591300 The Banjara 12.986494 77.595531 Indian Restaurant Bengaluru
3694 Bellandur 12.979120 77.591300 Domino's Pizza 12.972000 77.595000 Pizza Place Bengaluru
3695 Bellandur 12.979120 77.591300 Cafe Coffee Day 12.985429 77.596270 Café Bengaluru
3696 Bellandur 12.979120 77.591300 Apple Store 12.971994 77.596002 Electronics Store Bengaluru
3697 Bellandur 12.979120 77.591300 Rahham's Families Restaurant 12.985081 77.596550 Indian Restaurant Bengaluru
3698 Bellandur 12.979120 77.591300 Sing Kong 12.971985 77.596011 Cantonese Restaurant Bengaluru
3699 Bellandur 12.979120 77.591300 Cafe Coffee Day 12.987448 77.594606 Coffee Shop Bengaluru
3700 Bellandur 12.979120 77.591300 McDonald's 12.976011 77.598391 Fast Food Restaurant Bengaluru
3701 Bellandur 12.979120 77.591300 Sanchos 12.972002 77.596050 Mexican Restaurant Bengaluru
3702 Bellandur 12.979120 77.591300 Matsuri 12.975799 77.599439 Japanese Restaurant Bengaluru
3703 Bellandur 12.979120 77.591300 Cubbon Park Metro Station 12.980437 77.597878 Metro Station Bengaluru
3704 Bellandur 12.979120 77.591300 Tonique 12.976657 77.599224 Beer Store Bengaluru
3705 Bellandur 12.979120 77.591300 French Loaf 12.985530 77.596694 Bakery Bengaluru
3706 Bellandur 12.979120 77.591300 DIESEL - For Successful Living 12.971846 77.595647 Clothing Store Bengaluru
3707 Bellandur 12.979120 77.591300 Chancery Pan Walla 12.976234 77.599519 Food Truck Bengaluru
3708 Bellandur 12.979120 77.591300 Minsk Square 12.985158 77.597589 Intersection Bengaluru
3709 Bellandur 12.979120 77.591300 Shri M Visvesvaraya Metro Station 12.974097 77.584015 Metro Station Bengaluru
3710 Koramangala 12.934011 77.622230 a 1oōo yoga 12.933552 77.621766 Yoga Studio Bengaluru
3711 Koramangala 12.934011 77.622230 Chianti 12.933537 77.621862 Italian Restaurant Bengaluru
3712 Koramangala 12.934011 77.622230 Kota Kachori 12.936176 77.625486 Fast Food Restaurant Bengaluru
3713 Koramangala 12.934011 77.622230 Sree Krishna Kafe 12.937064 77.619729 Breakfast Spot Bengaluru
3714 Koramangala 12.934011 77.622230 China Pearl 12.936080 77.621377 Chinese Restaurant Bengaluru
3715 Koramangala 12.934011 77.622230 Ooty Chocolates 12.934957 77.624704 Candy Store Bengaluru
3716 Koramangala 12.934011 77.622230 Gold's Gym 12.933583 77.621559 Gym Bengaluru
3717 Koramangala 12.934011 77.622230 Nagarjuna 12.933693 77.621156 Andhra Restaurant Bengaluru
3718 Koramangala 12.934011 77.622230 The Hole in the Wall Cafe 12.934609 77.625529 Breakfast Spot Bengaluru
3719 Koramangala 12.934011 77.622230 Cake Walk 12.933662 77.626846 Bakery Bengaluru
3720 Koramangala 12.934011 77.622230 Kargeens 12.935271 77.624175 Café Bengaluru
3721 Koramangala 12.934011 77.622230 Dyu Art Cafe 12.937289 77.617591 Financial or Legal Service Bengaluru
3722 Koramangala 12.934011 77.622230 Cafe D'hide 12.933575 77.622442 Café Bengaluru
3723 Koramangala 12.934011 77.622230 Ibaco 12.933792 77.626631 Ice Cream Shop Bengaluru
3724 Koramangala 12.934011 77.622230 IRepair India 12.934414 77.617646 Mobile Phone Shop Bengaluru
3725 Koramangala 12.934011 77.622230 Om Made Cafe 12.933790 77.621466 Café Bengaluru
3726 Koramangala 12.934011 77.622230 Anand Sweets 12.937231 77.619551 Indian Sweet Shop Bengaluru
3727 Koramangala 12.934011 77.622230 Onestà 12.933611 77.626990 Pizza Place Bengaluru
3728 Koramangala 12.934011 77.622230 My Bar- quarter deck 12.933637 77.620482 Bar Bengaluru
3729 Koramangala 12.934011 77.622230 cafe medley 12.933870 77.619365 Café Bengaluru
3730 Koramangala 12.934011 77.622230 TimTai 12.933727 77.622571 Thai Restaurant Bengaluru
3731 Koramangala 12.934011 77.622230 The Flying Squirrel - Micro Roastery & Cafe 12.933620 77.621446 Coffee Shop Bengaluru
3732 Koramangala 12.934011 77.622230 Chai Point 12.938738 77.625933 Café Bengaluru
3733 Koramangala 12.934011 77.622230 Bon South 12.933607 77.622312 Indian Restaurant Bengaluru
3734 Koramangala 12.934011 77.622230 Corner House 12.936164 77.615210 Dessert Shop Bengaluru
3735 Koramangala 12.934011 77.622230 Khawa Karpo 12.934051 77.616640 Chinese Restaurant Bengaluru
3736 Koramangala 12.934011 77.622230 Truffles Ice & Spice 12.933443 77.614265 Burger Joint Bengaluru
3737 Koramangala 12.934011 77.622230 Polar Bear 12.936701 77.620509 Dessert Shop Bengaluru
3738 Koramangala 12.934011 77.622230 Meghana Foods 12.934543 77.616194 Indian Restaurant Bengaluru
3739 Koramangala 12.934011 77.622230 Sapphire Toys 12.937305 77.627092 Toy / Game Store Bengaluru
3740 Koramangala 12.934011 77.622230 Juicy Juice Corner 12.936157 77.615875 Juice Bar Bengaluru
3741 Koramangala 12.934011 77.622230 Zingron - Naga Kitchen 12.936271 77.615051 Indian Restaurant Bengaluru
3742 Koramangala 12.934011 77.622230 Gilly's Rest-O-Bar 12.932987 77.614755 Bar Bengaluru
3743 Koramangala 12.934011 77.622230 Koramangala Social 12.935518 77.614097 Lounge Bengaluru
3744 Koramangala 12.934011 77.622230 Thalassery Restaurant 12.937061 77.619774 Kerala Restaurant Bengaluru
3745 Koramangala 12.934011 77.622230 Marks & Spencer 12.938554 77.628974 Clothing Store Bengaluru
3746 Koramangala 12.934011 77.622230 XOOX Brewmill 12.935507 77.614982 Brewery Bengaluru
3747 Koramangala 12.934011 77.622230 Gilly’s Redefined 12.933388 77.623525 Pub Bengaluru
3748 Koramangala 12.934011 77.622230 Chai Chowk 12.936329 77.614667 Tea Room Bengaluru
3749 Koramangala 12.934011 77.622230 Shyam Thali 12.936908 77.620087 Indian Restaurant Bengaluru
3750 Koramangala 12.934011 77.622230 coast II coast 12.936924 77.624761 Seafood Restaurant Bengaluru
3751 Koramangala 12.934011 77.622230 Meghna Hyderbad Restaurant 12.934547 77.616152 Indian Restaurant Bengaluru
3752 Koramangala 12.934011 77.622230 Over The Top 12.934433 77.623480 Lounge Bengaluru
3753 Koramangala 12.934011 77.622230 Hello paanwala 12.934862 77.616004 Smoke Shop Bengaluru
3754 Koramangala 12.934011 77.622230 Hunan 12.934672 77.616160 Chinese Restaurant Bengaluru
3755 Koramangala 12.934011 77.622230 The Workouts Fitness Center 12.940904 77.620622 Gym Bengaluru
3756 Koramangala 12.934011 77.622230 Third Wave Coffee Roasters 12.934728 77.629461 Coffee Shop Bengaluru
3757 Koramangala 12.934011 77.622230 Stoner 12.932759 77.614132 Ice Cream Shop Bengaluru
3758 Koramangala 12.934011 77.622230 Atta Galatta Bakery Cafe Bookstore 12.934129 77.616917 Bookstore Bengaluru
3759 Koramangala 12.934011 77.622230 Via Milano 12.936249 77.627598 Italian Restaurant Bengaluru
3760 Koramangala 12.934011 77.622230 Pizza Hut 12.939886 77.625376 Pizza Place Bengaluru
3761 Koramangala 12.934011 77.622230 Lassi Shop 12.934096 77.629257 Juice Bar Bengaluru
3762 Koramangala 12.934011 77.622230 Shree Thali Vegetarian Mess 12.936396 77.619889 Indian Restaurant Bengaluru
3763 Koramangala 12.934011 77.622230 Imperial Restaurant 12.936481 77.625137 Indian Restaurant Bengaluru
3764 Koramangala 12.934011 77.622230 Calvins 12.934533 77.616167 Dessert Shop Bengaluru
3765 Koramangala 12.934011 77.622230 Grand Mercure Bangalore 12.928977 77.627413 Hotel Bengaluru
3766 Koramangala 12.934011 77.622230 Cupcake Noggins 12.934815 77.628073 Cupcake Shop Bengaluru
3767 Koramangala 12.934011 77.622230 Juice Maker 12.941639 77.621551 Juice Bar Bengaluru
3768 Koramangala 12.934011 77.622230 Ice & Spice, Koramangla 12.933284 77.613847 Bakery Bengaluru
3769 Koramangala 12.934011 77.622230 Khan Saheb Grills and Rolls 12.936061 77.614753 Indian Restaurant Bengaluru
3770 Koramangala 12.934011 77.622230 Goli Vada Pav No. 1 12.934224 77.616594 Snack Place Bengaluru
3771 Koramangala 12.934011 77.622230 paradigm shift vegan cafe 12.936815 77.627555 Café Bengaluru
3772 Koramangala 12.934011 77.622230 Fenny's Lounge & Kitchen 12.935146 77.613536 Lounge Bengaluru
3773 Koramangala 12.934011 77.622230 BonSouth 12.933681 77.622346 Indian Restaurant Bengaluru
3774 Koramangala 12.934011 77.622230 Chechi's Mess 12.926053 77.617939 Indian Restaurant Bengaluru
3775 Koramangala 12.934011 77.622230 Nasi and Mee 12.935062 77.629083 Asian Restaurant Bengaluru
3776 Koramangala 12.934011 77.622230 Madurai Idli Shop 12.937327 77.624396 South Indian Restaurant Bengaluru
3777 Koramangala 12.934011 77.622230 The Edge Ice Creams 12.935216 77.617094 Ice Cream Shop Bengaluru
3778 Koramangala 12.934011 77.622230 Anand Purani Dilli 12.937227 77.619554 Indian Restaurant Bengaluru
3779 Koramangala 12.934011 77.622230 Baskins Robbins 12.938254 77.626232 Ice Cream Shop Bengaluru
3780 Koramangala 12.934011 77.622230 Bhojohori Manna 12.937479 77.624209 Bengali Restaurant Bengaluru
3781 Koramangala 12.934011 77.622230 Cafe 132 12.933549 77.622144 Café Bengaluru
3782 Koramangala 12.934011 77.622230 Naati Mane 12.934629 77.619953 Indian Restaurant Bengaluru
3783 Koramangala 12.934011 77.622230 Cafe Coffee Day 12.934380 77.625650 Coffee Shop Bengaluru
3784 Koramangala 12.934011 77.622230 Domino's Pizza 12.940170 77.625133 Pizza Place Bengaluru
3785 Koramangala 12.934011 77.622230 Cup O Joe 12.933883 77.618947 Café Bengaluru
3786 Koramangala 12.934011 77.622230 A Hole Lotta Love Cafe 12.933456 77.615497 Café Bengaluru
3787 Koramangala 12.934011 77.622230 Madhuloka Liquor Boutique 12.937066 77.619713 Liquor Store Bengaluru
3788 Koramangala 12.934011 77.622230 California Burrito 12.934591 77.616101 Mexican Restaurant Bengaluru
3789 Koramangala 12.934011 77.622230 Hatti Kaapi 12.933951 77.617046 Café Bengaluru
3790 Koramangala 12.934011 77.622230 Habañero Koramangala 12.933882 77.619477 Mexican Restaurant Bengaluru
3791 Koramangala 12.934011 77.622230 Serafina Bangalore 12.932808 77.631186 Italian Restaurant Bengaluru
3792 Koramangala 12.934011 77.622230 Banchharam Sweets 12.936550 77.614212 Dessert Shop Bengaluru
3793 Koramangala 12.934011 77.622230 Lakeview Milk Bar 12.940785 77.620514 Ice Cream Shop Bengaluru
3794 Koramangala 12.934011 77.622230 Bak Bak Bar 12.937859 77.627977 Lounge Bengaluru
3795 Koramangala 12.934011 77.622230 The Smoke Co. 12.937699 77.624301 Gastropub Bengaluru
3796 Koramangala 12.934011 77.622230 Fitness First 12.937854 77.627936 Gym / Fitness Center Bengaluru
3797 Koramangala 12.934011 77.622230 Indian Coffee House 12.933739 77.615868 Indian Restaurant Bengaluru
3798 Koramangala 12.934011 77.622230 Vicky’s la terrazza 12.937016 77.620059 Italian Restaurant Bengaluru
3799 Koramangala 12.934011 77.622230 Udupi Upahar 12.935826 77.614946 Indian Restaurant Bengaluru
3800 Koramangala 12.934011 77.622230 Vasudev Adiga's 12.934104 77.629965 Indian Restaurant Bengaluru
3801 Koramangala 12.934011 77.622230 Smoked Out 12.934276 77.625753 BBQ Joint Bengaluru
3802 Koramangala 12.934011 77.622230 Sapna Book House 12.936314 77.616512 Bookstore Bengaluru
3803 Koramangala 12.934011 77.622230 Carrots 12.938893 77.625811 Vegetarian / Vegan Restaurant Bengaluru
3804 Koramangala 12.934011 77.622230 Momoz 12.935823 77.616181 Chinese Restaurant Bengaluru
3805 Koramangala 12.934011 77.622230 Barista Lavazza 12.933713 77.620067 Café Bengaluru
3806 Koramangala 12.934011 77.622230 Cafe Coffee Day Lounge 12.932642 77.623061 Coffee Shop Bengaluru
3807 Koramangala 12.934011 77.622230 By The Blue 12.929158 77.628280 Indian Restaurant Bengaluru
3808 Koramangala 12.934011 77.622230 Burger King 12.935008 77.613586 Fast Food Restaurant Bengaluru
3809 Koramangala 12.934011 77.622230 OM Pure Vegetarian Restaurant 12.934796 77.613283 Indian Restaurant Bengaluru
3810 Sudduguntepalya 12.982800 77.655000 New Frosty's 12.980580 77.646154 Butcher Bengaluru
3811 Sudduguntepalya 12.982800 77.655000 Baiyappanahalli Metro Station 12.991302 77.655208 Light Rail Station Bengaluru
3812 Sudduguntepalya 12.982800 77.655000 Sapna Book House 12.979130 77.646620 Bookstore Bengaluru
3813 Sudduguntepalya 12.982800 77.655000 Barista Lavazza 12.979603 77.657971 Coffee Shop Bengaluru
3814 Sudduguntepalya 12.982800 77.655000 cafe coffee day 12.991260 77.657890 Café Bengaluru
3815 Sudduguntepalya 12.982800 77.655000 Subway 12.979144 77.658872 Sandwich Place Bengaluru
3816 Sudduguntepalya 12.982800 77.655000 Chai Point 12.974730 77.655690 Food Truck Bengaluru
3817 Sudduguntepalya 12.982800 77.655000 Embassy Prime 12.978443 77.657397 Office Bengaluru
3818 Sudduguntepalya 12.982800 77.655000 Bus Stand 12.987298 77.648962 Bus Station Bengaluru
3819 Sudduguntepalya 12.982800 77.655000 Chakum Chukum 12.979158 77.646972 Snack Place Bengaluru
3820 Sudduguntepalya 12.982800 77.655000 Swami Vivekananda Road Metro Station 12.986760 77.646982 Light Rail Station Bengaluru
3821 Sudduguntepalya 12.982800 77.655000 Baiyappanahalli Railway station 12.991104 77.652010 Platform Bengaluru
3822 Jayangar 12.930800 77.583800 Hari Super Sandwich 12.932947 77.582536 Sandwich Place Bengaluru
3823 Jayangar 12.930800 77.583800 Sapna Book House 12.930729 77.581554 Bookstore Bengaluru
3824 Jayangar 12.930800 77.583800 Sreeraj Lassi Bar 12.931346 77.583505 Juice Bar Bengaluru
3825 Jayangar 12.930800 77.583800 Golds Gym 12.932006 77.583153 Gym Bengaluru
3826 Jayangar 12.930800 77.583800 Cool Joint 12.928587 77.586006 Sandwich Place Bengaluru
3827 Jayangar 12.930800 77.583800 Hatti Kaapi 12.928539 77.581751 Coffee Shop Bengaluru
3828 Jayangar 12.930800 77.583800 Kedias fun food 12.928879 77.581674 Indian Restaurant Bengaluru
3829 Jayangar 12.930800 77.583800 Lassi Park 12.932975 77.582431 Juice Bar Bengaluru
3830 Jayangar 12.930800 77.583800 Subz,Cosmopolitan Club 12.932912 77.584897 Restaurant Bengaluru
3831 Jayangar 12.930800 77.583800 Maiya's 12.928603 77.581821 Indian Restaurant Bengaluru
3832 Jayangar 12.930800 77.583800 Krazzy Folds 12.927195 77.586100 Mexican Restaurant Bengaluru
3833 Jayangar 12.930800 77.583800 Au Bon Pain 12.933912 77.584036 Café Bengaluru
3834 Jayangar 12.930800 77.583800 Tanishq Jayanagar 12.932665 77.586118 Jewelry Store Bengaluru
3835 Jayangar 12.930800 77.583800 Cosmo Club 12.933189 77.585574 Lounge Bengaluru
3836 Jayangar 12.930800 77.583800 Kuch Bhi 12.932769 77.583555 Indian Restaurant Bengaluru
3837 Jayangar 12.930800 77.583800 Pizza Hut 12.930832 77.583192 Pizza Place Bengaluru
3838 Jayangar 12.930800 77.583800 Three Quarter Chinese 12.933029 77.585215 Chinese Restaurant Bengaluru
3839 Jayangar 12.930800 77.583800 Café Toscano 12.937024 77.585080 Bistro Bengaluru
3840 Jayangar 12.930800 77.583800 Ganesh Darshan Restaurant 12.931057 77.583893 Indian Restaurant Bengaluru
3841 Jayangar 12.930800 77.583800 Fab India 12.937258 77.585245 Boutique Bengaluru
3842 Jayangar 12.930800 77.583800 1947 12.927642 77.586216 Indian Restaurant Bengaluru
3843 Jayangar 12.930800 77.583800 Cane O La 12.928860 77.586009 Juice Bar Bengaluru
3844 Jayangar 12.930800 77.583800 Cakewala @ Jayanagar 4th Block 12.928970 77.586028 Bakery Bengaluru
3845 Jayangar 12.930800 77.583800 Helios 12.938120 77.585151 Shop & Service Bengaluru
3846 Jayangar 12.930800 77.583800 Brahmin's Tiffin And Coffee 12.923314 77.585757 South Indian Restaurant Bengaluru
3847 Jayangar 12.930800 77.583800 Corner House 12.922900 77.584940 Ice Cream Shop Bengaluru
3848 Jayangar 12.930800 77.583800 Polar Bear 12.927575 77.578083 Ice Cream Shop Bengaluru
3849 Jayangar 12.930800 77.583800 Sichaun Court 12.927256 77.586231 Chinese Restaurant Bengaluru
3850 Jayangar 12.930800 77.583800 Flamenco 12.929358 77.581615 Café Bengaluru
3851 Jayangar 12.930800 77.583800 Rooftop Cafe 12.929003 77.586015 Café Bengaluru
3852 Jayangar 12.930800 77.583800 Java City 12.934987 77.582735 Coffee Shop Bengaluru
3853 Jayangar 12.930800 77.583800 Nagarjuna 12.932892 77.584087 Andhra Restaurant Bengaluru
3854 Jayangar 12.930800 77.583800 Little Italy 12.927386 77.577110 Italian Restaurant Bengaluru
3855 Jayangar 12.930800 77.583800 Alchemy Coffee Roasters 12.923388 77.580846 Coffee Shop Bengaluru
3856 Jayangar 12.930800 77.583800 Once Upon a Rooftop 12.925431 77.583661 Restaurant Bengaluru
3857 Jayangar 12.930800 77.583800 Subz 12.932918 77.585105 Indian Restaurant Bengaluru
3858 Jayangar 12.930800 77.583800 Hotel Nandhini 12.930592 77.581396 Hotel Bengaluru
3859 Jayangar 12.930800 77.583800 Gufha 12.933306 77.583340 Indian Restaurant Bengaluru
3860 Jayangar 12.930800 77.583800 Caffe Pascucci 12.927241 77.586237 Café Bengaluru
3861 Jayangar 12.930800 77.583800 Karnataka Bhel House 12.939405 77.584046 Snack Place Bengaluru
3862 Jayangar 12.930800 77.583800 Vasudev Adigas 12.930711 77.586359 Indian Restaurant Bengaluru
3863 Jayangar 12.930800 77.583800 Starbucks 12.924624 77.583805 Coffee Shop Bengaluru
3864 Jayangar 12.930800 77.583800 Pure and Natural 12.924341 77.578002 Salad Place Bengaluru
3865 Jayangar 12.930800 77.583800 Sri Venkateshwara Sweet-Meat Stall 12.924863 77.583752 Fast Food Restaurant Bengaluru
3866 Jayangar 12.930800 77.583800 Baskin-Robbins 12.925604 77.585993 Ice Cream Shop Bengaluru
3867 Jayangar 12.930800 77.583800 Eurasia 12.927331 77.577135 Italian Restaurant Bengaluru
3868 Jayangar 12.930800 77.583800 Jayanagar 4th Block Complex 12.929482 77.584433 Shopping Plaza Bengaluru
3869 Jayangar 12.930800 77.583800 Anand Sweets 12.930690 77.580986 Indian Restaurant Bengaluru
3870 Jayangar 12.930800 77.583800 Madhavan Park 12.935888 77.585110 Park Bengaluru
3871 Jayangar 12.930800 77.583800 Canton Restaurant & Bar 12.932423 77.583867 Chinese Restaurant Bengaluru
3872 Jayangar 12.930800 77.583800 Sukh Sagar 12.928652 77.582765 Indian Restaurant Bengaluru
3873 Jayangar 12.930800 77.583800 GRT Jewellery 12.926255 77.585884 Jewelry Store Bengaluru
3874 Jayangar 12.930800 77.583800 Meghana Foods 12.926237 77.584584 Indian Restaurant Bengaluru
3875 Jayangar 12.930800 77.583800 Kalmane Koffee 12.929709 77.584974 Café Bengaluru
3876 Jayangar 12.930800 77.583800 Krispy Kreme 12.926934 77.586233 Donut Shop Bengaluru
3877 Jayangar 12.930800 77.583800 Uphara Darshini 12.932886 77.584497 Indian Restaurant Bengaluru
3878 Jayangar 12.930800 77.583800 Tangra 12.923371 77.585349 Chinese Restaurant Bengaluru
3879 Jayangar 12.930800 77.583800 The Sofraah 12.923417 77.585262 Indian Restaurant Bengaluru
3880 Jayangar 12.930800 77.583800 Max 12.931563 77.586029 Women's Store Bengaluru
3881 Jayangar 12.930800 77.583800 Burger King 12.928015 77.586240 Fast Food Restaurant Bengaluru
3882 Jayangar 12.930800 77.583800 Chung Wah OPUS 12.935001 77.582775 Chinese Restaurant Bengaluru
3883 Jayangar 12.930800 77.583800 Roll Over 12.930757 77.581250 Dessert Shop Bengaluru
3884 Jayangar 12.930800 77.583800 Barista, Jayanagr 12.927440 77.583625 Café Bengaluru
3885 Jayangar 12.930800 77.583800 La Marvella 12.936734 77.580587 Hotel Bengaluru
3886 Jayangar 12.930800 77.583800 Cafe Coffee Day Lounge 12.927607 77.586522 Café Bengaluru
3887 Jayangar 12.930800 77.583800 Hot Chips 12.928670 77.585349 Indian Restaurant Bengaluru
3888 Jayangar 12.930800 77.583800 Adigas 12.930707 77.586396 Indian Restaurant Bengaluru
3889 Jayangar 12.930800 77.583800 Ibaco 12.926241 77.587177 Ice Cream Shop Bengaluru
3890 Jayangar 12.930800 77.583800 Adyar Anand Bhavan 12.936673 77.578004 Indian Restaurant Bengaluru
3891 Jayangar 12.930800 77.583800 La Casa 12.926091 77.584858 Gastropub Bengaluru
3892 Jayangar 12.930800 77.583800 Level 5 12.934179 77.582948 Lounge Bengaluru
3893 Jayangar 12.930800 77.583800 Brewmeister 12.926405 77.584676 Brewery Bengaluru
3894 Jayangar 12.930800 77.583800 KFC 12.926830 77.586258 Fast Food Restaurant Bengaluru
3895 Jayangar 12.930800 77.583800 Lakshmi medicals 12.923466 77.588325 Pharmacy Bengaluru
3896 Jayangar 12.930800 77.583800 Kanti Sweets 12.931031 77.586068 Candy Store Bengaluru
3897 Jayangar 12.930800 77.583800 Punjabi Raswada 12.932223 77.586172 Indian Restaurant Bengaluru
3898 Jayangar 12.930800 77.583800 Grill Square 12.926264 77.584280 BBQ Joint Bengaluru
3899 Jayangar 12.930800 77.583800 Jalpaan 12.925179 77.576912 Indian Restaurant Bengaluru
3900 Jayangar 12.930800 77.583800 Pai Viceroy 12.936098 77.583930 Hotel Bengaluru
3901 Jayangar 12.930800 77.583800 Cafe Coffee Day 12.927349 77.578079 Coffee Shop Bengaluru
3902 Jayangar 12.930800 77.583800 Chungs 12.932899 77.584746 Chinese Restaurant Bengaluru
3903 Jayangar 12.930800 77.583800 Parivar Bar & Restaurant 12.926893 77.586204 Bar Bengaluru
3904 Jayangar 12.930800 77.583800 Amoeba 12.933151 77.585185 Bowling Alley Bengaluru
3905 Jayangar 12.930800 77.583800 Ferghana 12.934287 77.583049 Asian Restaurant Bengaluru
3906 Jayangar 12.930800 77.583800 Cafe Coffee Day 12.926251 77.583889 Café Bengaluru
3907 Jayangar 12.930800 77.583800 Empire Jayanagar 12.932936 77.581497 Indian Restaurant Bengaluru
3908 Jayangar 12.930800 77.583800 Jimi's Beer Cafe 12.928787 77.591336 Pub Bengaluru
3909 Jayangar 12.930800 77.583800 The High Street 12.927383 77.586213 Shopping Mall Bengaluru
3910 Jayangar 12.930800 77.583800 Rajathadri Food Fort 12.927925 77.578104 Indian Restaurant Bengaluru
3911 Jayangar 12.930800 77.583800 Shanghai Chowk 12.924664 77.585900 Chinese Restaurant Bengaluru
3912 Jayangar 12.930800 77.583800 D Mart 12.928695 77.591518 Department Store Bengaluru
3913 Jayangar 12.930800 77.583800 Eden Park - The Lounge 12.923387 77.585353 Lounge Bengaluru
3914 Jayangar 12.930800 77.583800 Jayanagar Sports Club 12.937258 77.585699 Basketball Court Bengaluru
3915 Jayangar 12.930800 77.583800 Domino's Pizza 12.923152 77.585785 Pizza Place Bengaluru
3916 Jayangar 12.930800 77.583800 Inox Jayanagar 12.928678 77.591235 Multiplex Bengaluru
3917 Jayangar 12.930800 77.583800 Desi 12.937188 77.579721 Miscellaneous Shop Bengaluru
3918 Jayangar 12.930800 77.583800 Yediyur Lake 12.933693 77.576630 Lake Bengaluru
3919 Jayangar 12.930800 77.583800 iPlanet 12.938473 77.585177 Electronics Store Bengaluru
3920 Jayangar 12.930800 77.583800 Croma 12.939691 77.585076 Electronics Store Bengaluru
3921 Basavanagudi 12.941726 77.575502 Rogue Elephant 12.941541 77.577234 Restaurant Bengaluru
3922 Basavanagudi 12.941726 77.575502 UD - Upahara Darshini 12.939425 77.571385 Indian Restaurant Bengaluru
3923 Basavanagudi 12.941726 77.575502 South Thindies 12.938533 77.575437 Indian Restaurant Bengaluru
3924 Basavanagudi 12.941726 77.575502 Corner House 12.947282 77.576824 Dessert Shop Bengaluru
3925 Basavanagudi 12.941726 77.575502 Vidyarthi Bhavan 12.945082 77.571415 Indian Restaurant Bengaluru
3926 Basavanagudi 12.941726 77.575502 By 2 Coffee 12.942161 77.570588 Indian Restaurant Bengaluru
3927 Basavanagudi 12.941726 77.575502 Mahalakshmi Tiffin Room 12.946963 77.571530 Indian Restaurant Bengaluru
3928 Basavanagudi 12.941726 77.575502 Hari Super Sandwich 12.949063 77.574935 Sandwich Place Bengaluru
3929 Basavanagudi 12.941726 77.575502 Sri Guru Kottureshwara Davangere Benne Dose Hotel 12.938810 77.570867 Fast Food Restaurant Bengaluru
3930 Basavanagudi 12.941726 77.575502 South Kitchen 12.937890 77.568714 Breakfast Spot Bengaluru
3931 Basavanagudi 12.941726 77.575502 Gandhi Bazaar 12.945311 77.571331 Farmers Market Bengaluru
3932 Basavanagudi 12.941726 77.575502 Harshi super sandwich 12.938900 77.570614 Sandwich Place Bengaluru
3933 Basavanagudi 12.941726 77.575502 Puliyogere Point 12.940677 77.570409 Indian Restaurant Bengaluru
3934 Basavanagudi 12.941726 77.575502 Ganesh Chat Centre 12.948114 77.576088 Food Truck Bengaluru
3935 Basavanagudi 12.941726 77.575502 Lalbagh West Gate 12.948258 77.580028 Park Bengaluru
3936 Basavanagudi 12.941726 77.575502 Dwaraka Hotel 12.937823 77.567742 Indian Restaurant Bengaluru
3937 Basavanagudi 12.941726 77.575502 Pizza Stop 12.947423 77.576721 Fast Food Restaurant Bengaluru
3938 Basavanagudi 12.941726 77.575502 Karnataka Bhel House 12.939405 77.584046 Snack Place Bengaluru
3939 Basavanagudi 12.941726 77.575502 Red Berrys 12.947377 77.571578 Ice Cream Shop Bengaluru
3940 Basavanagudi 12.941726 77.575502 Gokul 12.944348 77.571079 Asian Restaurant Bengaluru
3941 Basavanagudi 12.941726 77.575502 Soho Bar & Grill 12.944686 77.572967 Hookah Bar Bengaluru
3942 Basavanagudi 12.941726 77.575502 Butter Sponge 12.948073 77.571969 Bakery Bengaluru
3943 Basavanagudi 12.941726 77.575502 Chai Point 12.938621 77.578547 Tea Room Bengaluru
3944 Basavanagudi 12.941726 77.575502 Ibaco 12.947786 77.579950 Ice Cream Shop Bengaluru
3945 Basavanagudi 12.941726 77.575502 Cane-O-La 12.944368 77.567788 Juice Bar Bengaluru
3946 Basavanagudi 12.941726 77.575502 Cool Corner 12.947540 77.573766 Fast Food Restaurant Bengaluru
3947 Basavanagudi 12.941726 77.575502 Adyar Anand Bhavan 12.936673 77.578004 Indian Restaurant Bengaluru
3948 Basavanagudi 12.941726 77.575502 Baskin-Robbins 12.948185 77.569988 Ice Cream Shop Bengaluru
3949 Basavanagudi 12.941726 77.575502 Domino's Pizza 12.945001 77.567891 Pizza Place Bengaluru
3950 Basavanagudi 12.941726 77.575502 Roti Ghar 12.944929 77.571867 Indian Restaurant Bengaluru
3951 Basavanagudi 12.941726 77.575502 La Marvella 12.936734 77.580587 Hotel Bengaluru
3952 Basavanagudi 12.941726 77.575502 Netkallappa Circle 12.937045 77.571544 Plaza Bengaluru
3953 Basavanagudi 12.941726 77.575502 Shiv Sagar 12.944308 77.572731 Indian Restaurant Bengaluru
3954 Basavanagudi 12.941726 77.575502 Cafe Mondo 12.939682 77.577596 Café Bengaluru
3955 Basavanagudi 12.941726 77.575502 Vaibhav Restaurant 12.936826 77.575439 Indian Restaurant Bengaluru
3956 Basavanagudi 12.941726 77.575502 Subway 12.944619 77.567850 Sandwich Place Bengaluru
3957 Basavanagudi 12.941726 77.575502 Cafe Coffee Day 12.947812 77.579804 Café Bengaluru
3958 Basavanagudi 12.941726 77.575502 Mysore Mylari Hotel 12.943659 77.571412 Indian Restaurant Bengaluru
3959 Basavanagudi 12.941726 77.575502 Kamat Bugle Rock 12.939907 77.566755 Indian Restaurant Bengaluru
3960 Basavanagudi 12.941726 77.575502 Baisakhi 12.946152 77.570225 Indian Restaurant Bengaluru
3961 Basavanagudi 12.941726 77.575502 Srinivasa Cool Corner 12.938406 77.570142 Fast Food Restaurant Bengaluru
3962 Basavanagudi 12.941726 77.575502 Cafe Coffee Day 12.946983 77.569104 Coffee Shop Bengaluru
3963 Basavanagudi 12.941726 77.575502 Udupi Sri Krishna Bhavan 12.946095 77.570526 Indian Restaurant Bengaluru
3964 Basavanagudi 12.941726 77.575502 Presto 12.937156 77.575277 Indian Restaurant Bengaluru
3965 Basavanagudi 12.941726 77.575502 Bugle Rock Park 12.942423 77.569708 Park Bengaluru
3966 Basavanagudi 12.941726 77.575502 Ragoo's 12.933756 77.573796 Italian Restaurant Bengaluru
3967 Basavanagudi 12.941726 77.575502 Desi 12.937188 77.579721 Miscellaneous Shop Bengaluru
3968 Basavanagudi 12.941726 77.575502 Yediyur Lake 12.933693 77.576630 Lake Bengaluru
3969 Basavanagudi 12.941726 77.575502 Lalbagh Lake 12.947858 77.581304 Lake Bengaluru
3970 Basavanagudi 12.941726 77.575502 National College Grounds 12.949997 77.572753 Playground Bengaluru
3971 Hanumantha Nagar 12.940641 77.563543 Szechuan Dragon 12.940093 77.564409 Szechuan Restaurant Bengaluru
3972 Hanumantha Nagar 12.940641 77.563543 Shiva's Chats 12.941623 77.560610 Snack Place Bengaluru
3973 Hanumantha Nagar 12.940641 77.563543 South Kitchen 12.937890 77.568714 Breakfast Spot Bengaluru
3974 Hanumantha Nagar 12.940641 77.563543 Dwaraka Hotel 12.937823 77.567742 Indian Restaurant Bengaluru
3975 Hanumantha Nagar 12.940641 77.563543 UD - Upahara Darshini 12.939425 77.571385 Indian Restaurant Bengaluru
3976 Hanumantha Nagar 12.940641 77.563543 By 2 Coffee 12.942161 77.570588 Indian Restaurant Bengaluru
3977 Hanumantha Nagar 12.940641 77.563543 Vidyarthi Bhavan 12.945082 77.571415 Indian Restaurant Bengaluru
3978 Hanumantha Nagar 12.940641 77.563543 Krishna Rao Park 12.935819 77.567297 Park Bengaluru
3979 Hanumantha Nagar 12.940641 77.563543 Sri Guru Kottureshwara Davangere Benne Dose Hotel 12.938810 77.570867 Fast Food Restaurant Bengaluru
3980 Hanumantha Nagar 12.940641 77.563543 Harshi super sandwich 12.938900 77.570614 Sandwich Place Bengaluru
3981 Hanumantha Nagar 12.940641 77.563543 Puliyogere Point 12.940677 77.570409 Indian Restaurant Bengaluru
3982 Hanumantha Nagar 12.940641 77.563543 Cane-O-La 12.944368 77.567788 Juice Bar Bengaluru
3983 Hanumantha Nagar 12.940641 77.563543 Gandhi Bazaar 12.945311 77.571331 Farmers Market Bengaluru
3984 Hanumantha Nagar 12.940641 77.563543 K H Kala Soudha 12.944179 77.563085 Art Gallery Bengaluru
3985 Hanumantha Nagar 12.940641 77.563543 Punjabi Dhaba 12.940164 77.564413 Indian Restaurant Bengaluru
3986 Hanumantha Nagar 12.940641 77.563543 Domino's Pizza 12.945001 77.567891 Pizza Place Bengaluru
3987 Hanumantha Nagar 12.940641 77.563543 Kamat Bugle Rock 12.939907 77.566755 Indian Restaurant Bengaluru
3988 Hanumantha Nagar 12.940641 77.563543 Gokul 12.944348 77.571079 Asian Restaurant Bengaluru
3989 Hanumantha Nagar 12.940641 77.563543 Subway 12.944619 77.567850 Sandwich Place Bengaluru
3990 Hanumantha Nagar 12.940641 77.563543 Mangala Hotel 12.944308 77.560016 Breakfast Spot Bengaluru
3991 Hanumantha Nagar 12.940641 77.563543 Netkallappa Circle 12.937045 77.571544 Plaza Bengaluru
3992 Hanumantha Nagar 12.940641 77.563543 Cafe Coffee Day 12.946983 77.569104 Coffee Shop Bengaluru
3993 Hanumantha Nagar 12.940641 77.563543 Srinivasa Cool Corner 12.938406 77.570142 Fast Food Restaurant Bengaluru
3994 Hanumantha Nagar 12.940641 77.563543 McDonald's 12.947580 77.567866 Fast Food Restaurant Bengaluru
3995 Hanumantha Nagar 12.940641 77.563543 Baisakhi 12.946152 77.570225 Indian Restaurant Bengaluru
3996 Hanumantha Nagar 12.940641 77.563543 Chaatimes 12.943581 77.564307 Fast Food Restaurant Bengaluru
3997 Hanumantha Nagar 12.940641 77.563543 The Kaggis Bake Shop & Cafe 12.942870 77.561028 Bakery Bengaluru
3998 Hanumantha Nagar 12.940641 77.563543 K. H. Kalasouda 12.944027 77.561055 Theater Bengaluru
3999 Hanumantha Nagar 12.940641 77.563543 Brahmins Coffee Bar 12.943772 77.560114 South Indian Restaurant Bengaluru
4000 Hanumantha Nagar 12.940641 77.563543 Mysore Mylari Hotel 12.943659 77.571412 Indian Restaurant Bengaluru
4001 Hanumantha Nagar 12.940641 77.563543 Matrusagar 12.944252 77.560007 Indian Restaurant Bengaluru
4002 Hanumantha Nagar 12.940641 77.563543 Udupi Sri Krishna Bhavan 12.946095 77.570526 Indian Restaurant Bengaluru
4003 Hanumantha Nagar 12.940641 77.563543 Bugle Rock Park 12.942423 77.569708 Park Bengaluru
4004 Hanumantha Nagar 12.940641 77.563543 Pure and Natural 12.935657 77.568370 Salad Place Bengaluru
4005 Hanumantha Nagar 12.940641 77.563543 Snap Fitness 12.947575 77.567882 Gym Bengaluru
4006 Sri Nagar 12.975903 77.602228 Hard Rock Cafe Bengaluru 12.976389 77.601468 American Restaurant Bengaluru
4007 Sri Nagar 12.975903 77.602228 M.G Road Boulevard 12.975771 77.603979 Plaza Bengaluru
4008 Sri Nagar 12.975903 77.602228 Church Street Social 12.975559 77.602579 Pub Bengaluru
4009 Sri Nagar 12.975903 77.602228 The 13th Floor 12.975364 77.604995 Lounge Bengaluru
4010 Sri Nagar 12.975903 77.602228 The Entertainment Store 12.975413 77.603045 Toy / Game Store Bengaluru
4011 Sri Nagar 12.975903 77.602228 Blossom Book House 12.975042 77.604813 Bookstore Bengaluru
4012 Sri Nagar 12.975903 77.602228 Brik Oven 12.974757 77.605441 Pizza Place Bengaluru
4013 Sri Nagar 12.975903 77.602228 M. Chinnaswamy Stadium 12.978144 77.599223 Cricket Ground Bengaluru
4014 Sri Nagar 12.975903 77.602228 Corner House 12.972979 77.599971 Ice Cream Shop Bengaluru
4015 Sri Nagar 12.975903 77.602228 The Only Place 12.973305 77.603514 Steakhouse Bengaluru
4016 Sri Nagar 12.975903 77.602228 Truffles - Ice & Spice 12.971802 77.601031 Burger Joint Bengaluru
4017 Sri Nagar 12.975903 77.602228 Airlines Hotel 12.972948 77.599831 Breakfast Spot Bengaluru
4018 Sri Nagar 12.975903 77.602228 Coast 2 Coast 12.975305 77.605625 Indian Restaurant Bengaluru
4019 Sri Nagar 12.975903 77.602228 Big Straw 12.972729 77.601201 Bubble Tea Shop Bengaluru
4020 Sri Nagar 12.975903 77.602228 Natural Ice Cream 12.971378 77.600989 Ice Cream Shop Bengaluru
4021 Sri Nagar 12.975903 77.602228 Shiro, UB City 12.976748 77.599066 Lounge Bengaluru
4022 Sri Nagar 12.975903 77.602228 Smoke House Deli 12.971656 77.598254 Deli / Bodega Bengaluru
4023 Sri Nagar 12.975903 77.602228 Hysteria 12.974843 77.605426 Music Store Bengaluru
4024 Sri Nagar 12.975903 77.602228 On The Edge 12.975424 77.605045 Lounge Bengaluru
4025 Sri Nagar 12.975903 77.602228 Peppa Zzing 12.979700 77.605907 Burger Joint Bengaluru
4026 Sri Nagar 12.975903 77.602228 Starbucks 12.974436 77.607308 Coffee Shop Bengaluru
4027 Sri Nagar 12.975903 77.602228 MTR 1924 12.972196 77.600990 Indian Restaurant Bengaluru
4028 Sri Nagar 12.975903 77.602228 Sunny's 12.972023 77.598454 Italian Restaurant Bengaluru
4029 Sri Nagar 12.975903 77.602228 Samarkand 12.980616 77.604668 Afghan Restaurant Bengaluru
4030 Sri Nagar 12.975903 77.602228 Smally's RestoCafe 12.974412 77.607234 Café Bengaluru
4031 Sri Nagar 12.975903 77.602228 MTR Restaurant 12.972159 77.601039 South Indian Restaurant Bengaluru
4032 Sri Nagar 12.975903 77.602228 Oh Calcutta 12.971405 77.600935 Indian Restaurant Bengaluru
4033 Sri Nagar 12.975903 77.602228 Rice Bowl 12.974596 77.599470 Chinese Restaurant Bengaluru
4034 Sri Nagar 12.975903 77.602228 Cubbon Park 12.977042 77.595277 Park Bengaluru
4035 Sri Nagar 12.975903 77.602228 Matteo 12.974496 77.607115 Café Bengaluru
4036 Sri Nagar 12.975903 77.602228 UB City 12.971709 77.595905 Shopping Mall Bengaluru
4037 Sri Nagar 12.975903 77.602228 Shiro 12.971900 77.596236 Japanese Restaurant Bengaluru
4038 Sri Nagar 12.975903 77.602228 Good Earth - Bunglow Store 12.971606 77.597838 Furniture / Home Store Bengaluru
4039 Sri Nagar 12.975903 77.602228 The Egg Factory 12.972217 77.600978 Breakfast Spot Bengaluru
4040 Sri Nagar 12.975903 77.602228 The Biere Club 12.971061 77.597657 Brewery Bengaluru
4041 Sri Nagar 12.975903 77.602228 Toscano 12.971980 77.596066 Italian Restaurant Bengaluru
4042 Sri Nagar 12.975903 77.602228 JW Marriott Hotel Bengaluru 12.972362 77.595051 Hotel Bengaluru
4043 Sri Nagar 12.975903 77.602228 Café Noir 12.971995 77.596001 French Restaurant Bengaluru
4044 Sri Nagar 12.975903 77.602228 Skyye 12.971646 77.596242 Lounge Bengaluru
4045 Sri Nagar 12.975903 77.602228 The Ritz-Carlton 12.967479 77.601755 Hotel Bengaluru
4046 Sri Nagar 12.975903 77.602228 Bliss Luxe Chocolate Lounge 12.971525 77.596201 Cupcake Shop Bengaluru
4047 Sri Nagar 12.975903 77.602228 Harima 12.967755 77.600073 Sushi Restaurant Bengaluru
4048 Sri Nagar 12.975903 77.602228 Nagarjuna 12.973145 77.609263 Andhra Restaurant Bengaluru
4049 Sri Nagar 12.975903 77.602228 Unicorn Bar and Restaurant 12.979790 77.605710 Bar Bengaluru
4050 Sri Nagar 12.975903 77.602228 Art of Delight 12.973198 77.609254 Ice Cream Shop Bengaluru
4051 Sri Nagar 12.975903 77.602228 Communiti 12.972618 77.608225 Brewery Bengaluru
4052 Sri Nagar 12.975903 77.602228 Margarita Lounge Bar 12.970741 77.597553 Cocktail Bar Bengaluru
4053 Sri Nagar 12.975903 77.602228 Spice Terrace 12.972254 77.595200 Lounge Bengaluru
4054 Sri Nagar 12.975903 77.602228 Fitness First 12.971153 77.607010 Gym Bengaluru
4055 Sri Nagar 12.975903 77.602228 Konark 12.969012 77.602156 Indian Restaurant Bengaluru
4056 Sri Nagar 12.975903 77.602228 Diesel Store 12.971762 77.595947 Clothing Store Bengaluru
4057 Sri Nagar 12.975903 77.602228 Brigade Road 12.973867 77.606954 Road Bengaluru
4058 Sri Nagar 12.975903 77.602228 Hotel Ballal Residency 12.971476 77.608136 Hotel Bengaluru
4059 Sri Nagar 12.975903 77.602228 Sanchez 12.972018 77.596025 Mexican Restaurant Bengaluru
4060 Sri Nagar 12.975903 77.602228 Karavalli 12.971937 77.608869 Indian Restaurant Bengaluru
4061 Sri Nagar 12.975903 77.602228 Bengaluru Baking Co. 12.971761 77.595128 Bakery Bengaluru
4062 Sri Nagar 12.975903 77.602228 J W Kitchen 12.972410 77.594592 Asian Restaurant Bengaluru
4063 Sri Nagar 12.975903 77.602228 Venkatappa Art Gallery 12.974575 77.595792 Art Gallery Bengaluru
4064 Sri Nagar 12.975903 77.602228 Khan Saheb 12.971587 77.606856 Fast Food Restaurant Bengaluru
4065 Sri Nagar 12.975903 77.602228 Kenko Reflexology & Fish Spa 12.970950 77.598937 Spa Bengaluru
4066 Sri Nagar 12.975903 77.602228 Corner House 12.973650 77.609362 Dessert Shop Bengaluru
4067 Sri Nagar 12.975903 77.602228 Bangalore Brew Works 12.968365 77.601662 Brewery Bengaluru
4068 Sri Nagar 12.975903 77.602228 Chai Point 12.967753 77.600135 Café Bengaluru
4069 Sri Nagar 12.975903 77.602228 Samsung Opera House 12.972310 77.607444 Electronics Store Bengaluru
4070 Sri Nagar 12.975903 77.602228 Equilibrium Climbing Station 12.967583 77.600086 Athletics & Sports Bengaluru
4071 Sri Nagar 12.975903 77.602228 Guzzlers Inn 12.973722 77.606972 Pub Bengaluru
4072 Sri Nagar 12.975903 77.602228 Sky Bar 12.969238 77.600361 Bar Bengaluru
4073 Sri Nagar 12.975903 77.602228 Chung Wah 12.974099 77.609386 Chinese Restaurant Bengaluru
4074 Sri Nagar 12.975903 77.602228 Bang 12.967505 77.601757 Lounge Bengaluru
4075 Sri Nagar 12.975903 77.602228 Harley Davidson 12.970505 77.597584 Motorcycle Shop Bengaluru
4076 Sri Nagar 12.975903 77.602228 Eden Park Restaurant 12.983456 77.598707 Indian Restaurant Bengaluru
4077 Sri Nagar 12.975903 77.602228 Krispy Kreme 12.982630 77.607027 Donut Shop Bengaluru
4078 Sri Nagar 12.975903 77.602228 Commercial Street 12.982042 77.607327 Market Bengaluru
4079 Sri Nagar 12.975903 77.602228 JW Marriott Executive Lounge 12.972120 77.594804 Lounge Bengaluru
4080 Sri Nagar 12.975903 77.602228 Green Theory 12.968315 77.602811 Vegetarian / Vegan Restaurant Bengaluru
4081 Sri Nagar 12.975903 77.602228 Louis Vuitton 12.971505 77.596077 Boutique Bengaluru
4082 Sri Nagar 12.975903 77.602228 Soda Bottle Openerwala 12.970747 77.597607 Parsi Restaurant Bengaluru
4083 Sri Nagar 12.975903 77.602228 Green Onion Chinese Restaurant 12.973165 77.609159 Chinese Restaurant Bengaluru
4084 Sri Nagar 12.975903 77.602228 Meghanas Biriyani 12.973045 77.609163 Indian Restaurant Bengaluru
4085 Sri Nagar 12.975903 77.602228 Splash 12.974875 77.608313 Clothing Store Bengaluru
4086 Sri Nagar 12.975903 77.602228 Coffee Day Square 12.971671 77.594132 Coffee Shop Bengaluru
4087 Sri Nagar 12.975903 77.602228 Cauvery Emporium 12.974951 77.608033 Arts & Crafts Store Bengaluru
4088 Sri Nagar 12.975903 77.602228 Shiv Sagar 12.981879 77.608322 Indian Restaurant Bengaluru
4089 Sri Nagar 12.975903 77.602228 Ullas Refreshments 12.974605 77.609314 Indian Restaurant Bengaluru
4090 Sri Nagar 12.975903 77.602228 Empire Restaurant 12.979717 77.602655 Indian Restaurant Bengaluru
4091 Sri Nagar 12.975903 77.602228 C. Krishniah Chetty & Sons - The Diamond Exper... 12.980603 77.607478 Jewelry Store Bengaluru
4092 Sri Nagar 12.975903 77.602228 Fava 12.972286 77.595966 Mediterranean Restaurant Bengaluru
4093 Sri Nagar 12.975903 77.602228 Alba 12.972541 77.594594 Italian Restaurant Bengaluru
4094 Sri Nagar 12.975903 77.602228 Good Earth 12.971919 77.596026 Arts & Crafts Store Bengaluru
4095 Sri Nagar 12.975903 77.602228 Sancho's 12.971981 77.595997 Mexican Restaurant Bengaluru
4096 Sri Nagar 12.975903 77.602228 MTR 1924 commercial street 12.982062 77.607314 South Indian Restaurant Bengaluru
4097 Sri Nagar 12.975903 77.602228 BBC by JW Marriott 12.971847 77.595088 Café Bengaluru
4098 Sri Nagar 12.975903 77.602228 Sapna Book House 12.973090 77.608307 Bookstore Bengaluru
4099 Sri Nagar 12.975903 77.602228 Rasovara 12.971995 77.596079 Rajasthani Restaurant Bengaluru
4100 Sri Nagar 12.975903 77.602228 Farzi Cafe 12.972136 77.595803 Bistro Bengaluru
4101 Sri Nagar 12.975903 77.602228 KFC 12.982457 77.607547 Fast Food Restaurant Bengaluru
4102 Sri Nagar 12.975903 77.602228 Bang Rooftop Bar 12.967480 77.601743 Bar Bengaluru
4103 Sri Nagar 12.975903 77.602228 Ramada Bangalore 12.984246 77.600447 Hotel Bengaluru
4104 Sri Nagar 12.975903 77.602228 fabindia 12.982026 77.608834 Clothing Store Bengaluru
4105 Sri Nagar 12.975903 77.602228 Cafe Coffee Day Crossword 12.972735 77.607937 Coffee Shop Bengaluru
4106 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 Slv supreme fastfood 12.934932 77.547312 Breakfast Spot Bengaluru
4107 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 Domino's Pizza 12.931000 77.543000 Pizza Place Bengaluru
4108 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 Barista 12.943337 77.552502 Coffee Shop Bengaluru
4109 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 Cafe Coffee Day 12.943156 77.552423 Café Bengaluru
4110 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 New Sagar Fast Food 12.939021 77.551550 Vegetarian / Vegan Restaurant Bengaluru
4111 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 Seetha Circle 12.936795 77.546502 Bus Station Bengaluru
4112 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 Sri Ganesh Fruit Juice Centre 12.938351 77.553851 Juice Bar Bengaluru
4113 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 sri vasavi chats 12.941898 77.549637 Indian Restaurant Bengaluru
4114 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 Adyar Ananda Bhavan 12.929356 77.552162 Fast Food Restaurant Bengaluru
4115 Gali Anjaneya Swamy Temple Ward 12.936700 77.549700 Cuppa 12.930481 77.543623 Coffee Shop Bengaluru
4116 Deepanjali Nagar 12.952694 77.535647 Deepanjali Nagar 12.951614 77.537269 Travel & Transport Bengaluru
4117 Deepanjali Nagar 12.952694 77.535647 Big Bazaar 12.953859 77.543231 Department Store Bengaluru
4118 Deepanjali Nagar 12.952694 77.535647 KSRTC Satellite Bus Stand 12.953672 77.543259 Bus Station Bengaluru
4119 Deepanjali Nagar 12.952694 77.535647 Kadamba Veg 12.952746 77.543449 Indian Restaurant Bengaluru
4120 Deepanjali Nagar 12.952694 77.535647 Imperial Restaurant 12.953831 77.543369 Indian Restaurant Bengaluru
4121 Deepanjali Nagar 12.952694 77.535647 Mysore Road Metro Station 12.946738 77.530403 Metro Station Bengaluru
4122 Deepanjali Nagar 12.952694 77.535647 Goli Vadapav 12.958926 77.529803 Sandwich Place Bengaluru
4123 Deepanjali Nagar 12.952694 77.535647 Adyar Anand Bhavan 12.954188 77.543789 Indian Restaurant Bengaluru
4124 Kengeri 12.919940 77.483349 Cafe Coffee Day 12.915288 77.481766 Café Bengaluru
4125 Kengeri 12.919940 77.483349 Kengeri Railway Station 12.917703 77.483946 Train Station Bengaluru
4126 Kengeri 12.919940 77.483349 Sathkar Juice And Ice Creams 12.921960 77.484856 Ice Cream Shop Bengaluru
4127 Kengeri 12.919940 77.483349 Kengeri Upanagar 12.921072 77.478037 Bus Station Bengaluru
4128 Kengeri 12.919940 77.483349 Food World 12.924867 77.486954 Grocery Store Bengaluru
4129 Kengeri 12.919940 77.483349 Shopper's Choice 12.924867 77.486954 Department Store Bengaluru
4130 Kengeri 12.919940 77.483349 Hotel kadamba veg 12.913647 77.486523 Indian Restaurant Bengaluru
4131 Kengeri 12.919940 77.483349 Kengeri BMTC Bus Station 12.913314 77.485772 Bus Station Bengaluru
4132 Rajarajeshwari Nagar 12.927441 77.515522 Chung Wah 12.928485 77.517825 Indian Chinese Restaurant Bengaluru
4133 Rajarajeshwari Nagar 12.927441 77.515522 Polar Bear 12.925559 77.518053 Ice Cream Shop Bengaluru
4134 Rajarajeshwari Nagar 12.927441 77.515522 Subway 12.931222 77.515314 Sandwich Place Bengaluru
4135 Rajarajeshwari Nagar 12.927441 77.515522 Pizza Hut 12.928891 77.518450 Pizza Place Bengaluru
4136 Rajarajeshwari Nagar 12.927441 77.515522 Pizza Hut 12.925380 77.517291 Pizza Place Bengaluru
4137 Rajarajeshwari Nagar 12.927441 77.515522 Domino's Pizza 12.928832 77.518435 Pizza Place Bengaluru
4138 Rajarajeshwari Nagar 12.927441 77.515522 Cafe Coffee Day 12.920846 77.520570 Café Bengaluru
4139 Rajarajeshwari Nagar 12.927441 77.515522 Captain's Food Court 12.927900 77.517772 Food Court Bengaluru
4140 Rajarajeshwari Nagar 12.927441 77.515522 THE CLUB 12.928789 77.518406 Nightclub Bengaluru
4141 Rajarajeshwari Nagar 12.927441 77.515522 McDonald's 12.928848 77.518444 Fast Food Restaurant Bengaluru
4142 Rajarajeshwari Nagar 12.927441 77.515522 Raja Rajeshwari Arch 12.928796 77.518390 Arcade Bengaluru
4143 Rajarajeshwari Nagar 12.927441 77.515522 Gopalan Cinemas 12.928850 77.518452 Multiplex Bengaluru
4144 Rajarajeshwari Nagar 12.927441 77.515522 Cafe Coffee Day 12.928837 77.518455 Coffee Shop Bengaluru
4145 Rajarajeshwari Nagar 12.927441 77.515522 CAFE COFFEE DAY 12.936047 77.517823 Coffee Shop Bengaluru
4146 Rajarajeshwari Nagar 12.927441 77.515522 Cheffu 'n' Stuffu 12.926250 77.514750 Diner Bengaluru
4147 Rajarajeshwari Nagar 12.927441 77.515522 Snap Fitness 12.930121 77.515127 Gym Bengaluru
4148 Rajarajeshwari Nagar 12.927441 77.515522 Queen Star Football Club 12.930385 77.515550 Soccer Field Bengaluru
4149 Rajarajeshwari Nagar 12.927441 77.515522 Best Club 12.928831 77.518336 Beer Garden Bengaluru
4150 Rajarajeshwari Nagar 12.927441 77.515522 Uttarahalli Lake 12.924261 77.514853 Lake Bengaluru
4151 Rajarajeshwari Nagar 12.927441 77.515522 Mookambika Bakery 12.928966 77.518478 Dessert Shop Bengaluru
4152 Rajarajeshwari Nagar 12.927441 77.515522 KFC Restaurant 12.935983 77.517758 Fried Chicken Joint Bengaluru
4153 Rajarajeshwari Nagar 12.927441 77.515522 Trident Auto Honda 12.935974 77.516166 Auto Garage Bengaluru
4154 Rajarajeshwari Nagar 12.927441 77.515522 brand factory 12.935867 77.517834 Clothing Store Bengaluru
4155 Hosakerehalli 12.930188 77.537833 Domino's Pizza 12.931000 77.543000 Pizza Place Bengaluru
4156 Hosakerehalli 12.930188 77.537833 Domino's Pizza 12.925000 77.542000 Pizza Place Bengaluru
4157 Hosakerehalli 12.930188 77.537833 McDonald's 12.937063 77.534072 Fast Food Restaurant Bengaluru
4158 Hosakerehalli 12.930188 77.537833 Hoskerehalli Halli Park 12.932690 77.540701 Park Bengaluru
4159 Hosakerehalli 12.930188 77.537833 NICE Road Toll 12.928741 77.531827 Toll Booth Bengaluru
4160 Hosakerehalli 12.930188 77.537833 Roti Land Dhaba 12.932669 77.545638 Indian Restaurant Bengaluru
4161 Hosakerehalli 12.930188 77.537833 Ibaco 12.930395 77.546976 Ice Cream Shop Bengaluru
4162 Giri Nagar 28.048600 81.625678 mubarak biryani 28.055216 81.627480 Halal Restaurant Bengaluru
4163 Katriguppe 12.928095 77.548884 Anna Kuteera 12.926094 77.550367 Indian Restaurant Bengaluru
4164 Katriguppe 12.928095 77.548884 Slv supreme fastfood 12.934932 77.547312 Breakfast Spot Bengaluru
4165 Katriguppe 12.928095 77.548884 My Tea House 12.923086 77.556032 Tea Room Bengaluru
4166 Katriguppe 12.928095 77.548884 Kavali 12.928059 77.556010 Breakfast Spot Bengaluru
4167 Katriguppe 12.928095 77.548884 Domino's Pizza 12.931000 77.543000 Pizza Place Bengaluru
4168 Katriguppe 12.928095 77.548884 Pizza Hut 12.924959 77.550755 Pizza Place Bengaluru
4169 Katriguppe 12.928095 77.548884 Reliance Trends 12.926891 77.551068 Clothing Store Bengaluru
4170 Katriguppe 12.928095 77.548884 cafe coffee day 12.924896 77.545873 Café Bengaluru
4171 Katriguppe 12.928095 77.548884 Domino's Pizza 12.925000 77.542000 Pizza Place Bengaluru
4172 Katriguppe 12.928095 77.548884 Croma 12.924129 77.552998 Electronics Store Bengaluru
4173 Katriguppe 12.928095 77.548884 Cafe coffee day 12.926020 77.550306 Café Bengaluru
4174 Katriguppe 12.928095 77.548884 Kamakya theatre 12.923320 77.553383 Movie Theater Bengaluru
4175 Katriguppe 12.928095 77.548884 Big Bazaar 12.926529 77.550802 Miscellaneous Shop Bengaluru
4176 Katriguppe 12.928095 77.548884 Adyar Ananda Bhavan 12.929356 77.552162 Fast Food Restaurant Bengaluru
4177 Katriguppe 12.928095 77.548884 Nandhini Deluxe 12.925742 77.549423 Indian Restaurant Bengaluru
4178 Katriguppe 12.928095 77.548884 Ibaco 12.930395 77.546976 Ice Cream Shop Bengaluru
4179 Katriguppe 12.928095 77.548884 Homemart 12.930619 77.547160 Department Store Bengaluru
4180 Katriguppe 12.928095 77.548884 1947 12.922878 77.556389 Indian Restaurant Bengaluru
4181 Katriguppe 12.928095 77.548884 Cake of the Day 12.922886 77.556190 Bakery Bengaluru
4182 Katriguppe 12.928095 77.548884 Max 12.924993 77.550634 Accessories Store Bengaluru
4183 Katriguppe 12.928095 77.548884 Corner Adda 12.932192 77.551074 Smoke Shop Bengaluru
4184 Katriguppe 12.928095 77.548884 Roti Land Dhaba 12.932669 77.545638 Indian Restaurant Bengaluru
4185 Katriguppe 12.928095 77.548884 Hotel Prashanth 12.923641 77.553280 Restaurant Bengaluru
4186 Katriguppe 12.928095 77.548884 Sapphire Toys 12.921399 77.553341 Toy / Game Store Bengaluru
4187 Katriguppe 12.928095 77.548884 South Kitchen 12.921313 77.553296 South Indian Restaurant Bengaluru
4188 Vidyapeetha 12.302184 76.682757 Sand Sculpture Museum 12.295042 76.681975 Art Museum Bengaluru
4189 Vidyapeetha 12.302184 76.682757 more 12.302834 76.681412 Convenience Store Bengaluru
4190 Vidyapeetha 12.302184 76.682757 Melody World Wax Museum 12.302927 76.681423 Art Museum Bengaluru
4191 Vidyapeetha 12.302184 76.682757 Ashtanga Yoga Mysore 12.301842 76.681953 Athletics & Sports Bengaluru
4192 Vidyapeetha 12.302184 76.682757 Hotel Ramani's 12.306941 76.684795 Indian Restaurant Bengaluru
4193 Vidyapeetha 12.302184 76.682757 18+ Ice Cafe 12.307586 76.682567 Café Bengaluru
4194 Vidyapeetha 12.302184 76.682757 Little Woods 12.297115 76.680529 Fast Food Restaurant Bengaluru
4195 Vidyapeetha 12.302184 76.682757 Mysore Sports Club 12.299256 76.675277 Sports Club Bengaluru
4196 Vidyapeetha 12.302184 76.682757 Lalitha Mahal Helipad 12.298748 76.690608 Heliport Bengaluru
4197 Ganeshmandira Ward 12.927900 77.569200 Stoned Monkey 12.923579 77.569689 Ice Cream Shop Bengaluru
4198 Ganeshmandira Ward 12.927900 77.569200 Vinny's 12.924439 77.564848 Pizza Place Bengaluru
4199 Ganeshmandira Ward 12.927900 77.569200 Corner House 12.922647 77.573560 Ice Cream Shop Bengaluru
4200 Ganeshmandira Ward 12.927900 77.569200 SLV Coffee bar 12.924121 77.566511 Fast Food Restaurant Bengaluru
4201 Ganeshmandira Ward 12.927900 77.569200 Poonam Sweet Centre 12.924890 77.564926 Fast Food Restaurant Bengaluru
4202 Ganeshmandira Ward 12.927900 77.569200 Ibaco 12.925808 77.564340 Ice Cream Shop Bengaluru
4203 Ganeshmandira Ward 12.927900 77.569200 Ranganna Military Hotel 12.929590 77.573650 Indian Restaurant Bengaluru
4204 Ganeshmandira Ward 12.927900 77.569200 Casablanca 12.926261 77.564343 Burger Joint Bengaluru
4205 Ganeshmandira Ward 12.927900 77.569200 Anand Sweets And Savouries 12.926310 77.564598 Snack Place Bengaluru
4206 Ganeshmandira Ward 12.927900 77.569200 Hara 12.924391 77.565137 Indian Restaurant Bengaluru
4207 Ganeshmandira Ward 12.927900 77.569200 Natural Ice Cream 12.923863 77.576513 Ice Cream Shop Bengaluru
4208 Ganeshmandira Ward 12.927900 77.569200 Fluid Studio Café 12.920480 77.569340 Café Bengaluru
4209 Ganeshmandira Ward 12.927900 77.569200 Little Italy 12.927386 77.577110 Italian Restaurant Bengaluru
4210 Ganeshmandira Ward 12.927900 77.569200 Smacznego 12.924022 77.564215 Fast Food Restaurant Bengaluru
4211 Ganeshmandira Ward 12.927900 77.569200 Polar Bear 12.927575 77.578083 Ice Cream Shop Bengaluru
4212 Ganeshmandira Ward 12.927900 77.569200 Roving Feast 12.924468 77.565019 Indian Chinese Restaurant Bengaluru
4213 Ganeshmandira Ward 12.927900 77.569200 SLV Swadista 12.926623 77.564634 Indian Restaurant Bengaluru
4214 Ganeshmandira Ward 12.927900 77.569200 Krishna Rao Park 12.935819 77.567297 Park Bengaluru
4215 Ganeshmandira Ward 12.927900 77.569200 Eurasia 12.927331 77.577135 Italian Restaurant Bengaluru
4216 Ganeshmandira Ward 12.927900 77.569200 The Krishna Grand 12.921367 77.571225 Indian Restaurant Bengaluru
4217 Ganeshmandira Ward 12.927900 77.569200 J Cubez 12.925807 77.564023 Pub Bengaluru
4218 Ganeshmandira Ward 12.927900 77.569200 Domino's Pizza 12.924334 77.565466 Pizza Place Bengaluru
4219 Ganeshmandira Ward 12.927900 77.569200 Jalpaan 12.925179 77.576912 Indian Restaurant Bengaluru
4220 Ganeshmandira Ward 12.927900 77.569200 Pizza Hut 12.924515 77.564497 Pizza Place Bengaluru
4221 Ganeshmandira Ward 12.927900 77.569200 Namma MTR 12.928490 77.573596 Ice Cream Shop Bengaluru
4222 Ganeshmandira Ward 12.927900 77.569200 McDonald's 12.924456 77.564968 Fast Food Restaurant Bengaluru
4223 Ganeshmandira Ward 12.927900 77.569200 Cafe Coffee Day 12.927349 77.578079 Coffee Shop Bengaluru
4224 Ganeshmandira Ward 12.927900 77.569200 Cafe Coffee Day 12.925870 77.564142 Café Bengaluru
4225 Ganeshmandira Ward 12.927900 77.569200 The Platter 12.927046 77.561539 Asian Restaurant Bengaluru
4226 Ganeshmandira Ward 12.927900 77.569200 Banashankari BDA Shopping Complex 12.925118 77.564614 Shopping Mall Bengaluru
4227 Ganeshmandira Ward 12.927900 77.569200 GELATO ITALIANO 12.926798 77.564995 Dessert Shop Bengaluru
4228 Ganeshmandira Ward 12.927900 77.569200 Chocolateria San Churro 12.927783 77.562078 Dessert Shop Bengaluru
4229 Ganeshmandira Ward 12.927900 77.569200 Itsy Bitsy 12.926745 77.564700 Arts & Crafts Store Bengaluru
4230 Ganeshmandira Ward 12.927900 77.569200 Gustoes 12.927095 77.561462 Arcade Bengaluru
4231 Ganeshmandira Ward 12.927900 77.569200 Ragoo's 12.933756 77.573796 Italian Restaurant Bengaluru
4232 Ganeshmandira Ward 12.927900 77.569200 Shastry's Bakery 12.924043 77.573460 Bakery Bengaluru
4233 Ganeshmandira Ward 12.927900 77.569200 Patanjali Chikitsalaya 12.931014 77.574169 Pharmacy Bengaluru
4234 Ganeshmandira Ward 12.927900 77.569200 Upahar Sagara 12.923762 77.573558 Restaurant Bengaluru
4235 Ganeshmandira Ward 12.927900 77.569200 Rajathadri Food Fort 12.927925 77.578104 Indian Restaurant Bengaluru
4236 Ganeshmandira Ward 12.927900 77.569200 Figurine fitness 12.923267 77.574790 Gym Bengaluru
4237 Ganeshmandira Ward 12.927900 77.569200 jayanagar 7th block Park 12.926334 77.576547 Park Bengaluru
4238 Ganeshmandira Ward 12.927900 77.569200 Gayatri Refreshment 12.929589 77.576553 Food Bengaluru
4239 Ganeshmandira Ward 12.927900 77.569200 Channammakere Grounds 12.933441 77.564200 Basketball Court Bengaluru
4240 Ganeshmandira Ward 12.927900 77.569200 heritage fresh 12.927291 77.561402 Department Store Bengaluru
4241 Ganeshmandira Ward 12.927900 77.569200 Eat Street - Jalpaan 12.925295 77.576972 Indian Restaurant Bengaluru
4242 Ganeshmandira Ward 12.927900 77.569200 nandi chats 12.926121 77.561060 Snack Place Bengaluru
4243 Ganeshmandira Ward 12.927900 77.569200 Iyer's Home Needs 12.935999 77.567396 Convenience Store Bengaluru
4244 Ganeshmandira Ward 12.927900 77.569200 Vodafone 12.925685 77.560993 Mobile Phone Shop Bengaluru
4245 Ganeshmandira Ward 12.927900 77.569200 Penthouse Cafe 12.925759 77.560840 Café Bengaluru
4246 Ganeshmandira Ward 12.927900 77.569200 Channel9 12.927283 77.577882 Mobile Phone Shop Bengaluru
4247 Ganeshmandira Ward 12.927900 77.569200 Renee 12.927832 77.578131 Restaurant Bengaluru
4248 Ganeshmandira Ward 12.927900 77.569200 Srinivasa Chats 12.936591 77.571141 Fast Food Restaurant Bengaluru
4249 Yadiyuru 12.976705 76.861423 Karnataka Hindu Military Hotel 12.983648 76.865631 Indian Restaurant Bengaluru
4250 Pattabhiram Nagar 12.925044 77.588406 Krazzy Folds 12.927195 77.586100 Mexican Restaurant Bengaluru
4251 Pattabhiram Nagar 12.925044 77.588406 Brahmin's Tiffin And Coffee 12.923314 77.585757 South Indian Restaurant Bengaluru
4252 Pattabhiram Nagar 12.925044 77.588406 Taaza Thindi 12.922836 77.593415 Indian Restaurant Bengaluru
4253 Pattabhiram Nagar 12.925044 77.588406 Cool Joint 12.928587 77.586006 Sandwich Place Bengaluru
4254 Pattabhiram Nagar 12.925044 77.588406 Corner House 12.922900 77.584940 Ice Cream Shop Bengaluru
4255 Pattabhiram Nagar 12.925044 77.588406 Cakewala 12.922560 77.593230 Cupcake Shop Bengaluru
4256 Pattabhiram Nagar 12.925044 77.588406 1947 12.927642 77.586216 Indian Restaurant Bengaluru
4257 Pattabhiram Nagar 12.925044 77.588406 Hatti Kaapi 12.928539 77.581751 Coffee Shop Bengaluru
4258 Pattabhiram Nagar 12.925044 77.588406 Bhavani Chats N Juice 12.918916 77.592100 Fast Food Restaurant Bengaluru
4259 Pattabhiram Nagar 12.925044 77.588406 Corner House 12.917455 77.593280 Ice Cream Shop Bengaluru
4260 Pattabhiram Nagar 12.925044 77.588406 Sichaun Court 12.927256 77.586231 Chinese Restaurant Bengaluru
4261 Pattabhiram Nagar 12.925044 77.588406 Go Native 12.918259 77.584752 South Indian Restaurant Bengaluru
4262 Pattabhiram Nagar 12.925044 77.588406 Kedias fun food 12.928879 77.581674 Indian Restaurant Bengaluru
4263 Pattabhiram Nagar 12.925044 77.588406 Sreeraj Lassi Bar 12.931346 77.583505 Juice Bar Bengaluru
4264 Pattabhiram Nagar 12.925044 77.588406 Maiya's 12.928603 77.581821 Indian Restaurant Bengaluru
4265 Pattabhiram Nagar 12.925044 77.588406 Baskin-Robbins 12.925604 77.585993 Ice Cream Shop Bengaluru
4266 Pattabhiram Nagar 12.925044 77.588406 Sapna Book House 12.930729 77.581554 Bookstore Bengaluru
4267 Pattabhiram Nagar 12.925044 77.588406 Once Upon a Rooftop 12.925431 77.583661 Restaurant Bengaluru
4268 Pattabhiram Nagar 12.925044 77.588406 Cane O La 12.928860 77.586009 Juice Bar Bengaluru
4269 Pattabhiram Nagar 12.925044 77.588406 Caffe Pascucci 12.927241 77.586237 Café Bengaluru
4270 Pattabhiram Nagar 12.925044 77.588406 Alchemy Coffee Roasters 12.923388 77.580846 Coffee Shop Bengaluru
4271 Pattabhiram Nagar 12.925044 77.588406 Cakewala @ Jayanagar 4th Block 12.928970 77.586028 Bakery Bengaluru
4272 Pattabhiram Nagar 12.925044 77.588406 Starbucks 12.924624 77.583805 Coffee Shop Bengaluru
4273 Pattabhiram Nagar 12.925044 77.588406 Cake Wala 12.923206 77.593232 Bakery Bengaluru
4274 Pattabhiram Nagar 12.925044 77.588406 Tangra 12.923371 77.585349 Chinese Restaurant Bengaluru
4275 Pattabhiram Nagar 12.925044 77.588406 Tanishq Jayanagar 12.932665 77.586118 Jewelry Store Bengaluru
4276 Pattabhiram Nagar 12.925044 77.588406 Golds Gym 12.932006 77.583153 Gym Bengaluru
4277 Pattabhiram Nagar 12.925044 77.588406 The Sofraah 12.923417 77.585262 Indian Restaurant Bengaluru
4278 Pattabhiram Nagar 12.925044 77.588406 Subz,Cosmopolitan Club 12.932912 77.584897 Restaurant Bengaluru
4279 Pattabhiram Nagar 12.925044 77.588406 Sri Venkateshwara Sweet-Meat Stall 12.924863 77.583752 Fast Food Restaurant Bengaluru
4280 Pattabhiram Nagar 12.925044 77.588406 Zhangs Chinese Restaurant 12.916823 77.590074 Chinese Restaurant Bengaluru
4281 Pattabhiram Nagar 12.925044 77.588406 Lakshmi medicals 12.923466 77.588325 Pharmacy Bengaluru
4282 Pattabhiram Nagar 12.925044 77.588406 Domino's Pizza 12.922007 77.585933 Pizza Place Bengaluru
4283 Pattabhiram Nagar 12.925044 77.588406 Chefmaster 12.923715 77.596990 Asian Restaurant Bengaluru
4284 Pattabhiram Nagar 12.925044 77.588406 Cosmo Club 12.933189 77.585574 Lounge Bengaluru
4285 Pattabhiram Nagar 12.925044 77.588406 Rooftop Cafe 12.929003 77.586015 Café Bengaluru
4286 Pattabhiram Nagar 12.925044 77.588406 GRT Jewellery 12.926255 77.585884 Jewelry Store Bengaluru
4287 Pattabhiram Nagar 12.925044 77.588406 Pizza Hut 12.930832 77.583192 Pizza Place Bengaluru
4288 Pattabhiram Nagar 12.925044 77.588406 Three Quarter Chinese 12.933029 77.585215 Chinese Restaurant Bengaluru
4289 Pattabhiram Nagar 12.925044 77.588406 Krispy Kreme 12.926934 77.586233 Donut Shop Bengaluru
4290 Pattabhiram Nagar 12.925044 77.588406 Vindu 12.920843 77.583749 Indian Restaurant Bengaluru
4291 Pattabhiram Nagar 12.925044 77.588406 Moghul Durbar 12.928421 77.596375 Indian Restaurant Bengaluru
4292 Pattabhiram Nagar 12.925044 77.588406 Ibaco 12.926241 77.587177 Ice Cream Shop Bengaluru
4293 Pattabhiram Nagar 12.925044 77.588406 Four Fountain Spa 12.916919 77.586268 Spa Bengaluru
4294 Pattabhiram Nagar 12.925044 77.588406 Ganesh Darshan Restaurant 12.931057 77.583893 Indian Restaurant Bengaluru
4295 Pattabhiram Nagar 12.925044 77.588406 Meghana Foods 12.926237 77.584584 Indian Restaurant Bengaluru
4296 Pattabhiram Nagar 12.925044 77.588406 Cafe Coffee Day Lounge 12.927607 77.586522 Café Bengaluru
4297 Pattabhiram Nagar 12.925044 77.588406 Flamenco 12.929358 77.581615 Café Bengaluru
4298 Pattabhiram Nagar 12.925044 77.588406 Burger King 12.928015 77.586240 Fast Food Restaurant Bengaluru
4299 Pattabhiram Nagar 12.925044 77.588406 Vasudev Adigas 12.930711 77.586359 Indian Restaurant Bengaluru
4300 Pattabhiram Nagar 12.925044 77.588406 Eshanya 12.923137 77.593192 Indian Restaurant Bengaluru
4301 Pattabhiram Nagar 12.925044 77.588406 KFC 12.926830 77.586258 Fast Food Restaurant Bengaluru
4302 Pattabhiram Nagar 12.925044 77.588406 Rajvardhan Foods 12.918165 77.592562 Snack Place Bengaluru
4303 Pattabhiram Nagar 12.925044 77.588406 Padharo Sa 12.919793 77.583761 Indian Restaurant Bengaluru
4304 Pattabhiram Nagar 12.925044 77.588406 La Casa 12.926091 77.584858 Gastropub Bengaluru
4305 Pattabhiram Nagar 12.925044 77.588406 Subz 12.932918 77.585105 Indian Restaurant Bengaluru
4306 Pattabhiram Nagar 12.925044 77.588406 Brewmeister 12.926405 77.584676 Brewery Bengaluru
4307 Pattabhiram Nagar 12.925044 77.588406 Nagarjuna 12.932892 77.584087 Andhra Restaurant Bengaluru
4308 Pattabhiram Nagar 12.925044 77.588406 Parivar Bar & Restaurant 12.926893 77.586204 Bar Bengaluru
4309 Pattabhiram Nagar 12.925044 77.588406 Hotel Nandhini 12.930592 77.581396 Hotel Bengaluru
4310 Pattabhiram Nagar 12.925044 77.588406 Jayanagar 4th Block Complex 12.929482 77.584433 Shopping Plaza Bengaluru
4311 Pattabhiram Nagar 12.925044 77.588406 Barista, Jayanagr 12.927440 77.583625 Café Bengaluru
4312 Pattabhiram Nagar 12.925044 77.588406 Cafe Coffee Day 12.922058 77.593498 Café Bengaluru
4313 Pattabhiram Nagar 12.925044 77.588406 Grill Square 12.926264 77.584280 BBQ Joint Bengaluru
4314 Pattabhiram Nagar 12.925044 77.588406 Rasta Cafe 12.919078 77.581623 Hookah Bar Bengaluru
4315 Pattabhiram Nagar 12.925044 77.588406 Sukh Sagar 12.928652 77.582765 Indian Restaurant Bengaluru
4316 Pattabhiram Nagar 12.925044 77.588406 Kalmane Koffee 12.929709 77.584974 Café Bengaluru
4317 Pattabhiram Nagar 12.925044 77.588406 Hot Chips 12.928670 77.585349 Indian Restaurant Bengaluru
4318 Pattabhiram Nagar 12.925044 77.588406 Mainland China 12.920149 77.583677 Chinese Restaurant Bengaluru
4319 Pattabhiram Nagar 12.925044 77.588406 Jayanagar 9th Block Market 12.920795 77.593543 Flea Market Bengaluru
4320 Pattabhiram Nagar 12.925044 77.588406 Max 12.931563 77.586029 Women's Store Bengaluru
4321 Pattabhiram Nagar 12.925044 77.588406 Shanghai Chowk 12.924664 77.585900 Chinese Restaurant Bengaluru
4322 Pattabhiram Nagar 12.925044 77.588406 Cafe Coffee Day 12.926251 77.583889 Café Bengaluru
4323 Pattabhiram Nagar 12.925044 77.588406 Adigas 12.930707 77.586396 Indian Restaurant Bengaluru
4324 Pattabhiram Nagar 12.925044 77.588406 Jimi's Beer Cafe 12.928787 77.591336 Pub Bengaluru
4325 Pattabhiram Nagar 12.925044 77.588406 Eden Park - The Lounge 12.923387 77.585353 Lounge Bengaluru
4326 Pattabhiram Nagar 12.925044 77.588406 Canton Restaurant & Bar 12.932423 77.583867 Chinese Restaurant Bengaluru
4327 Pattabhiram Nagar 12.925044 77.588406 Uphara Darshini 12.932886 77.584497 Indian Restaurant Bengaluru
4328 Pattabhiram Nagar 12.925044 77.588406 D Mart 12.928695 77.591518 Department Store Bengaluru
4329 Pattabhiram Nagar 12.925044 77.588406 Domino's Pizza 12.923152 77.585785 Pizza Place Bengaluru
4330 Pattabhiram Nagar 12.925044 77.588406 Kanti Sweets 12.931031 77.586068 Candy Store Bengaluru
4331 Pattabhiram Nagar 12.925044 77.588406 Cable Car 12.916951 77.585489 Italian Restaurant Bengaluru
4332 Pattabhiram Nagar 12.925044 77.588406 Pier 39 12.916972 77.585440 Mexican Restaurant Bengaluru
4333 Pattabhiram Nagar 12.925044 77.588406 The High Street 12.927383 77.586213 Shopping Mall Bengaluru
4334 Pattabhiram Nagar 12.925044 77.588406 Curry Leaves 12.922911 77.596994 Indian Restaurant Bengaluru
4335 Pattabhiram Nagar 12.925044 77.588406 Punjabi Raswada 12.932223 77.586172 Indian Restaurant Bengaluru
4336 Pattabhiram Nagar 12.925044 77.588406 Inox Jayanagar 12.928678 77.591235 Multiplex Bengaluru
4337 Pattabhiram Nagar 12.925044 77.588406 Amoeba 12.933151 77.585185 Bowling Alley Bengaluru
4338 Pattabhiram Nagar 12.925044 77.588406 Chungs 12.932899 77.584746 Chinese Restaurant Bengaluru
4339 Pattabhiram Nagar 12.925044 77.588406 Croma 12.916787 77.591394 Electronics Store Bengaluru
4340 Pattabhiram Nagar 12.925044 77.588406 Athityam 12.920996 77.583748 Asian Restaurant Bengaluru
4341 Pattabhiram Nagar 12.925044 77.588406 Ace Iyengar Home Products 12.918667 77.589301 Grocery Store Bengaluru
4342 Pattabhiram Nagar 12.925044 77.588406 Sri Annapurnaeswari Bajji Center 12.920200 77.592967 Fast Food Restaurant Bengaluru
4343 Pattabhiram Nagar 12.925044 77.588406 Pizza Corner 12.920173 77.583728 Italian Restaurant Bengaluru
4344 Pattabhiram Nagar 12.925044 77.588406 Slimsins 12.923376 77.581535 Restaurant Bengaluru
4345 Pattabhiram Nagar 12.925044 77.588406 Benki Coffee 12.923374 77.581437 Coffee Shop Bengaluru
4346 Pattabhiram Nagar 12.925044 77.588406 Spiritz & More @ MadhuSri Wines 12.918720 77.583620 Liquor Store Bengaluru
4347 Pattabhiram Nagar 12.925044 77.588406 Cream Stone Icecream Concepts 12.917494 77.585763 Ice Cream Shop Bengaluru
4348 Pattabhiram Nagar 12.925044 77.588406 g.k. vale 12.930753 77.582642 Camera Store Bengaluru
4349 Pattabhiram Nagar 12.925044 77.588406 Pai Comforts Hotel 12.916841 77.589957 Hotel Bengaluru
4350 Jayanagar East 12.933659 77.590924 Hari Super Sandwich 12.932947 77.582536 Sandwich Place Bengaluru
4351 Jayanagar East 12.933659 77.590924 Tanishq Jayanagar 12.932665 77.586118 Jewelry Store Bengaluru
4352 Jayanagar East 12.933659 77.590924 Café Toscano 12.937024 77.585080 Bistro Bengaluru
4353 Jayanagar East 12.933659 77.590924 Cool Joint 12.928587 77.586006 Sandwich Place Bengaluru
4354 Jayanagar East 12.933659 77.590924 Fab India 12.937258 77.585245 Boutique Bengaluru
4355 Jayanagar East 12.933659 77.590924 Cosmo Club 12.933189 77.585574 Lounge Bengaluru
4356 Jayanagar East 12.933659 77.590924 Subz,Cosmopolitan Club 12.932912 77.584897 Restaurant Bengaluru
4357 Jayanagar East 12.933659 77.590924 Helios 12.938120 77.585151 Shop & Service Bengaluru
4358 Jayanagar East 12.933659 77.590924 Krazzy Folds 12.927195 77.586100 Mexican Restaurant Bengaluru
4359 Jayanagar East 12.933659 77.590924 Au Bon Pain 12.933912 77.584036 Café Bengaluru
4360 Jayanagar East 12.933659 77.590924 Sreeraj Lassi Bar 12.931346 77.583505 Juice Bar Bengaluru
4361 Jayanagar East 12.933659 77.590924 Three Quarter Chinese 12.933029 77.585215 Chinese Restaurant Bengaluru
4362 Jayanagar East 12.933659 77.590924 Golds Gym 12.932006 77.583153 Gym Bengaluru
4363 Jayanagar East 12.933659 77.590924 Lassi Park 12.932975 77.582431 Juice Bar Bengaluru
4364 Jayanagar East 12.933659 77.590924 Kuch Bhi 12.932769 77.583555 Indian Restaurant Bengaluru
4365 Jayanagar East 12.933659 77.590924 Karnataka Bhel House 12.939405 77.584046 Snack Place Bengaluru
4366 Jayanagar East 12.933659 77.590924 1947 12.927642 77.586216 Indian Restaurant Bengaluru
4367 Jayanagar East 12.933659 77.590924 Moghul Durbar 12.928421 77.596375 Indian Restaurant Bengaluru
4368 Jayanagar East 12.933659 77.590924 Cane O La 12.928860 77.586009 Juice Bar Bengaluru
4369 Jayanagar East 12.933659 77.590924 Cakewala @ Jayanagar 4th Block 12.928970 77.586028 Bakery Bengaluru
4370 Jayanagar East 12.933659 77.590924 Pizza Hut 12.930832 77.583192 Pizza Place Bengaluru
4371 Jayanagar East 12.933659 77.590924 Sichaun Court 12.927256 77.586231 Chinese Restaurant Bengaluru
4372 Jayanagar East 12.933659 77.590924 Ganesh Darshan Restaurant 12.931057 77.583893 Indian Restaurant Bengaluru
4373 Jayanagar East 12.933659 77.590924 Rooftop Cafe 12.929003 77.586015 Café Bengaluru
4374 Jayanagar East 12.933659 77.590924 Java City 12.934987 77.582735 Coffee Shop Bengaluru
4375 Jayanagar East 12.933659 77.590924 Subz 12.932918 77.585105 Indian Restaurant Bengaluru
4376 Jayanagar East 12.933659 77.590924 Madhavan Park 12.935888 77.585110 Park Bengaluru
4377 Jayanagar East 12.933659 77.590924 Vasudev Adigas 12.930711 77.586359 Indian Restaurant Bengaluru
4378 Jayanagar East 12.933659 77.590924 Caffe Pascucci 12.927241 77.586237 Café Bengaluru
4379 Jayanagar East 12.933659 77.590924 Nagarjuna 12.932892 77.584087 Andhra Restaurant Bengaluru
4380 Jayanagar East 12.933659 77.590924 Gufha 12.933306 77.583340 Indian Restaurant Bengaluru
4381 Jayanagar East 12.933659 77.590924 Max 12.931563 77.586029 Women's Store Bengaluru
4382 Jayanagar East 12.933659 77.590924 GRT Jewellery 12.926255 77.585884 Jewelry Store Bengaluru
4383 Jayanagar East 12.933659 77.590924 Krispy Kreme 12.926934 77.586233 Donut Shop Bengaluru
4384 Jayanagar East 12.933659 77.590924 Uphara Darshini 12.932886 77.584497 Indian Restaurant Bengaluru
4385 Jayanagar East 12.933659 77.590924 Burger King 12.928015 77.586240 Fast Food Restaurant Bengaluru
4386 Jayanagar East 12.933659 77.590924 Jayanagar 4th Block Complex 12.929482 77.584433 Shopping Plaza Bengaluru
4387 Jayanagar East 12.933659 77.590924 Chung Wah OPUS 12.935001 77.582775 Chinese Restaurant Bengaluru
4388 Jayanagar East 12.933659 77.590924 Canton Restaurant & Bar 12.932423 77.583867 Chinese Restaurant Bengaluru
4389 Jayanagar East 12.933659 77.590924 Cafe Coffee Day Lounge 12.927607 77.586522 Café Bengaluru
4390 Jayanagar East 12.933659 77.590924 Kalmane Koffee 12.929709 77.584974 Café Bengaluru
4391 Jayanagar East 12.933659 77.590924 Adigas 12.930707 77.586396 Indian Restaurant Bengaluru
4392 Jayanagar East 12.933659 77.590924 Ibaco 12.926241 77.587177 Ice Cream Shop Bengaluru
4393 Jayanagar East 12.933659 77.590924 Punjabi Raswada 12.932223 77.586172 Indian Restaurant Bengaluru
4394 Jayanagar East 12.933659 77.590924 Pai Viceroy 12.936098 77.583930 Hotel Bengaluru
4395 Jayanagar East 12.933659 77.590924 Jimi's Beer Cafe 12.928787 77.591336 Pub Bengaluru
4396 Jayanagar East 12.933659 77.590924 Hot Chips 12.928670 77.585349 Indian Restaurant Bengaluru
4397 Jayanagar East 12.933659 77.590924 Kanti Sweets 12.931031 77.586068 Candy Store Bengaluru
4398 Jayanagar East 12.933659 77.590924 D Mart 12.928695 77.591518 Department Store Bengaluru
4399 Jayanagar East 12.933659 77.590924 KFC 12.926830 77.586258 Fast Food Restaurant Bengaluru
4400 Jayanagar East 12.933659 77.590924 Level 5 12.934179 77.582948 Lounge Bengaluru
4401 Jayanagar East 12.933659 77.590924 Amoeba 12.933151 77.585185 Bowling Alley Bengaluru
4402 Jayanagar East 12.933659 77.590924 byrasandra park 12.933661 77.588865 Park Bengaluru
4403 Jayanagar East 12.933659 77.590924 Parivar Bar & Restaurant 12.926893 77.586204 Bar Bengaluru
4404 Jayanagar East 12.933659 77.590924 Chungs 12.932899 77.584746 Chinese Restaurant Bengaluru
4405 Jayanagar East 12.933659 77.590924 Jayanagar Swimming Pool 12.933170 77.587209 Gym Pool Bengaluru
4406 Jayanagar East 12.933659 77.590924 Ferghana 12.934287 77.583049 Asian Restaurant Bengaluru
4407 Jayanagar East 12.933659 77.590924 Inox Jayanagar 12.928678 77.591235 Multiplex Bengaluru
4408 Jayanagar East 12.933659 77.590924 Reliance Fresh 12.932887 77.585289 Department Store Bengaluru
4409 Jayanagar East 12.933659 77.590924 Upahara Darshini 12.933384 77.584578 Indian Restaurant Bengaluru
4410 Jayanagar East 12.933659 77.590924 Pai International 12.937291 77.585653 Electronics Store Bengaluru
4411 Jayanagar East 12.933659 77.590924 The High Street 12.927383 77.586213 Shopping Mall Bengaluru
4412 Jayanagar East 12.933659 77.590924 City Durbar 12.928442 77.596431 Indian Restaurant Bengaluru
4413 Jayanagar East 12.933659 77.590924 MqQueen's Restaurant 12.928230 77.597477 Fast Food Restaurant Bengaluru
4414 Jayanagar East 12.933659 77.590924 Chung Wah Jayanagar 3rd Block 12.935064 77.582826 Chinese Restaurant Bengaluru
4415 Jayanagar East 12.933659 77.590924 Black Mug Cafe 12.932981 77.582620 Café Bengaluru
4416 Jayanagar East 12.933659 77.590924 Dakhani Degh 12.928255 77.597476 Indian Restaurant Bengaluru
4417 Jayanagar East 12.933659 77.590924 g.k. vale 12.930753 77.582642 Camera Store Bengaluru
4418 Gurappanapalya 12.919861 77.600183 Corner House 12.917455 77.593280 Ice Cream Shop Bengaluru
4419 Gurappanapalya 12.919861 77.600183 Taaza Thindi 12.922836 77.593415 Indian Restaurant Bengaluru
4420 Gurappanapalya 12.919861 77.600183 Chefmaster 12.923715 77.596990 Asian Restaurant Bengaluru
4421 Gurappanapalya 12.919861 77.600183 Cakewala 12.922560 77.593230 Cupcake Shop Bengaluru
4422 Gurappanapalya 12.919861 77.600183 Bhavani Chats N Juice 12.918916 77.592100 Fast Food Restaurant Bengaluru
4423 Gurappanapalya 12.919861 77.600183 Kabab Magic 12.916248 77.596899 Indian Restaurant Bengaluru
4424 Gurappanapalya 12.919861 77.600183 Rajdhani 12.916625 77.592288 Rajasthani Restaurant Bengaluru
4425 Gurappanapalya 12.919861 77.600183 McDonald's 12.916796 77.592117 Fast Food Restaurant Bengaluru
4426 Gurappanapalya 12.919861 77.600183 Cake Wala 12.923206 77.593232 Bakery Bengaluru
4427 Gurappanapalya 12.919861 77.600183 MTR 1924 12.911735 77.599118 Indian Restaurant Bengaluru
4428 Gurappanapalya 12.919861 77.600183 SLV Ragigudda 12.915294 77.595097 Indian Restaurant Bengaluru
4429 Gurappanapalya 12.919861 77.600183 Ashirwad Departmental Store 12.915237 77.606057 Department Store Bengaluru
4430 Gurappanapalya 12.919861 77.600183 Village 12.916680 77.591960 Indian Restaurant Bengaluru
4431 Gurappanapalya 12.919861 77.600183 Rajvardhan Foods 12.918165 77.592562 Snack Place Bengaluru
4432 Gurappanapalya 12.919861 77.600183 Cafe Coffee Day 12.916634 77.606486 Café Bengaluru
4433 Gurappanapalya 12.919861 77.600183 Cafe Coffee Day 12.916413 77.595033 Café Bengaluru
4434 Gurappanapalya 12.919861 77.600183 Udupi Gokul Cafe 12.916289 77.603039 Vegetarian / Vegan Restaurant Bengaluru
4435 Gurappanapalya 12.919861 77.600183 Sri Ram Sweets Centre 12.914264 77.600660 Dessert Shop Bengaluru
4436 Gurappanapalya 12.919861 77.600183 Taco Bell 12.914266 77.599806 Fast Food Restaurant Bengaluru
4437 Gurappanapalya 12.919861 77.600183 Cafe Coffee Day 12.914326 77.599786 Café Bengaluru
4438 Gurappanapalya 12.919861 77.600183 Punjabi Sanjhaa Chullah 12.916515 77.605355 Asian Restaurant Bengaluru
4439 Gurappanapalya 12.919861 77.600183 Absolute Barbecues 12.916581 77.604820 BBQ Joint Bengaluru
4440 Gurappanapalya 12.919861 77.600183 Eshanya 12.923137 77.593192 Indian Restaurant Bengaluru
4441 Gurappanapalya 12.919861 77.600183 Curry Leaves 12.922911 77.596994 Indian Restaurant Bengaluru
4442 Gurappanapalya 12.919861 77.600183 The Biryanis 12.916919 77.596889 Indian Restaurant Bengaluru
4443 Gurappanapalya 12.919861 77.600183 Bangalore Central 12.916587 77.592306 Shopping Mall Bengaluru
4444 Gurappanapalya 12.919861 77.600183 Subway, Central Mall Food Court 12.916617 77.592385 Sandwich Place Bengaluru
4445 Gurappanapalya 12.919861 77.600183 Cafe Coffee Day 12.922058 77.593498 Café Bengaluru
4446 Gurappanapalya 12.919861 77.600183 Jayanagar 9th Block Market 12.920795 77.593543 Flea Market Bengaluru
4447 Gurappanapalya 12.919861 77.600183 Pantaloons 12.914262 77.599840 Clothing Store Bengaluru
4448 Gurappanapalya 12.919861 77.600183 Brewz Coffee 12.916330 77.604132 Coffee Shop Bengaluru
4449 Gurappanapalya 12.919861 77.600183 Chung's 12.916798 77.598368 Chinese Restaurant Bengaluru
4450 Gurappanapalya 12.919861 77.600183 Go Bowling 12.914429 77.599765 Bowling Alley Bengaluru
4451 Gurappanapalya 12.919861 77.600183 Inox JP Nagar 12.916266 77.592458 Movie Theater Bengaluru
4452 Gurappanapalya 12.919861 77.600183 Narmadha's Hyderabad Biriyani 12.916625 77.606255 Indian Restaurant Bengaluru
4453 Gurappanapalya 12.919861 77.600183 Up South 12.916988 77.593433 Indian Restaurant Bengaluru
4454 Gurappanapalya 12.919861 77.600183 Raghavendra Upahara 12.916975 77.593304 Indian Restaurant Bengaluru
4455 Gurappanapalya 12.919861 77.600183 Cuppa 12.911195 77.598926 Café Bengaluru
4456 Gurappanapalya 12.919861 77.600183 Shoppers Stop 12.912168 77.600127 Shopping Mall Bengaluru
4457 Gurappanapalya 12.919861 77.600183 Parkview 12.911359 77.598887 Indian Restaurant Bengaluru
4458 Gurappanapalya 12.919861 77.600183 Daana Paani 12.916714 77.606664 Indian Restaurant Bengaluru
4459 Gurappanapalya 12.919861 77.600183 Biriyani Mane 12.916882 77.593085 Indian Restaurant Bengaluru
4460 Gurappanapalya 12.919861 77.600183 Hint 12.916789 77.592097 Nightclub Bengaluru
4461 Gurappanapalya 12.919861 77.600183 Deja Vu Restobar 12.914122 77.599823 Pub Bengaluru
4462 Gurappanapalya 12.919861 77.600183 Park View 12.911344 77.598879 Indian Restaurant Bengaluru
4463 Gurappanapalya 12.919861 77.600183 Kamat Swaad 12.913699 77.595082 South Indian Restaurant Bengaluru
4464 Gurappanapalya 12.919861 77.600183 Hotel Junior Kuppanna 12.915906 77.595154 South Indian Restaurant Bengaluru
4465 Gurappanapalya 12.919861 77.600183 Nandhana Palace 12.911478 77.600083 Indian Restaurant Bengaluru
4466 Gurappanapalya 12.919861 77.600183 Punjabi Times 12.911885 77.599962 Indian Restaurant Bengaluru
4467 Gurappanapalya 12.919861 77.600183 Sri Annapurnaeswari Bajji Center 12.920200 77.592967 Fast Food Restaurant Bengaluru
4468 Gurappanapalya 12.919861 77.600183 Papa John's 12.911839 77.599939 Pizza Place Bengaluru
4469 Gurappanapalya 12.919861 77.600183 M A R Chats 12.914344 77.595051 Snack Place Bengaluru
4470 Gurappanapalya 12.919861 77.600183 Sri Annapurna Veg 12.916499 77.592659 Food Bengaluru
4471 Gurappanapalya 12.919861 77.600183 MqQueen's Restaurant 12.928230 77.597477 Fast Food Restaurant Bengaluru
4472 Gurappanapalya 12.919861 77.600183 Namdhari's Fresh 12.914131 77.606385 Grocery Store Bengaluru
4473 Gurappanapalya 12.919861 77.600183 Cuppa 12.911220 77.598949 Café Bengaluru
4474 Madiwala 12.921227 77.617951 Sandhya Digital 4K 12.920966 77.618188 Indie Movie Theater Bengaluru
4475 Madiwala 12.921227 77.617951 Fabindia 12.924938 77.619139 Furniture / Home Store Bengaluru
4476 Madiwala 12.921227 77.617951 Chechi's Mess 12.926053 77.617939 Indian Restaurant Bengaluru
4477 Madiwala 12.921227 77.617951 Cafe Coffee Day 12.916659 77.620249 Café Bengaluru
4478 Madiwala 12.921227 77.617951 Savoury 12.926060 77.617007 Halal Restaurant Bengaluru
4479 Madiwala 12.921227 77.617951 Sanjeevanam 12.925458 77.619414 Indian Restaurant Bengaluru
4480 Madiwala 12.921227 77.617951 Baskin-Robbins 12.925384 77.618302 Ice Cream Shop Bengaluru
4481 Madiwala 12.921227 77.617951 BTM Park 12.919745 77.610257 Park Bengaluru
4482 Madiwala 12.921227 77.617951 Ibaco 12.915003 77.613580 Ice Cream Shop Bengaluru
4483 Madiwala 12.921227 77.617951 New Friends rooftop euro restaurant 12.916651 77.612409 Restaurant Bengaluru
4484 Madiwala 12.921227 77.617951 Cafe Coffee Day 12.916699 77.620316 Coffee Shop Bengaluru
4485 Madiwala 12.921227 77.617951 Gyani Da Punjabi Dhaba 12.916176 77.612200 Indian Restaurant Bengaluru
4486 Madiwala 12.921227 77.617951 Seashell 12.926776 77.616211 Indian Restaurant Bengaluru
4487 Madiwala 12.921227 77.617951 Domino's Pizza 12.919763 77.611616 Pizza Place Bengaluru
4488 Madiwala 12.921227 77.617951 Subway 12.916789 77.612366 Sandwich Place Bengaluru
4489 Madiwala 12.921227 77.617951 Serengeti 12.921664 77.620365 Indian Restaurant Bengaluru
4490 Madiwala 12.921227 77.617951 Domino's Pizza 12.919806 77.612340 Pizza Place Bengaluru
4491 Madiwala 12.921227 77.617951 Malabar Mess 12.924765 77.614655 Indian Restaurant Bengaluru
4492 Madiwala 12.921227 77.617951 Muthashi Family Restaurant 12.920754 77.613264 Indian Restaurant Bengaluru
4493 Madiwala 12.921227 77.617951 Vasudev Adiga's 12.921516 77.620115 Indian Restaurant Bengaluru
4494 Madiwala 12.921227 77.617951 Kairali Restuarant 12.926540 77.615793 Diner Bengaluru
4495 Madiwala 12.921227 77.617951 Ambur Star Biryani 12.916594 77.620322 Indian Restaurant Bengaluru
4496 Madiwala 12.921227 77.617951 KFC 12.921841 77.619807 Fast Food Restaurant Bengaluru
4497 Madiwala 12.921227 77.617951 FRIENDS 12.916710 77.612342 Italian Restaurant Bengaluru
4498 Madiwala 12.921227 77.617951 Mr Beans The Coffee Lounge 12.929124 77.621707 Café Bengaluru
4499 Madiwala 12.921227 77.617951 The Kabsa 12.924313 77.609890 Indian Restaurant Bengaluru
4500 Madiwala 12.921227 77.617951 Savoury 12.926800 77.616316 Fast Food Restaurant Bengaluru
4501 Madiwala 12.921227 77.617951 Oottupura 12.926713 77.615822 Kerala Restaurant Bengaluru
4502 Madiwala 12.921227 77.617951 Cafe at Fabindia 12.924553 77.619555 Café Bengaluru
4503 Madiwala 12.921227 77.617951 AXA Tea Stop 12.916412 77.615275 Tea Room Bengaluru
4504 Madiwala 12.921227 77.617951 Madiwala Park 12.927114 77.620523 Park Bengaluru
4505 Madiwala 12.921227 77.617951 the cigarette shop 12.914470 77.620159 Convenience Store Bengaluru
4506 Madiwala 12.921227 77.617951 Heritage Fresh 12.925720 77.625257 Department Store Bengaluru
4507 Jakkasandra 12.920659 77.629548 iService 12.926713 77.633485 Mobile Phone Shop Bengaluru
4508 Jakkasandra 12.920659 77.629548 Barbeque Nation 12.925490 77.637101 BBQ Joint Bengaluru
4509 Jakkasandra 12.920659 77.629548 La Traviata 12.925106 77.635812 Italian Restaurant Bengaluru
4510 Jakkasandra 12.920659 77.629548 Pingara 12.925160 77.633521 Indian Restaurant Bengaluru
4511 Jakkasandra 12.920659 77.629548 Grand Mercure Bangalore 12.928977 77.627413 Hotel Bengaluru
4512 Jakkasandra 12.920659 77.629548 By The Blue 12.929158 77.628280 Indian Restaurant Bengaluru
4513 Jakkasandra 12.920659 77.629548 154 breakfast club 12.929116 77.629159 Breakfast Spot Bengaluru
4514 Jakkasandra 12.920659 77.629548 Sathya's 12.929162 77.629041 Hotel Bar Bengaluru
4515 Jakkasandra 12.920659 77.629548 Cafe Coffee Day 12.926394 77.633386 Café Bengaluru
4516 Jakkasandra 12.920659 77.629548 Dont tell mama 12.915754 77.634433 Bar Bengaluru
4517 Jakkasandra 12.920659 77.629548 Arusuvai Arasu Madhuram 12.915589 77.632328 Indian Restaurant Bengaluru
4518 Jakkasandra 12.920659 77.629548 Udupi Upahar 12.925260 77.633603 Indian Restaurant Bengaluru
4519 Jakkasandra 12.920659 77.629548 Spencers 12.927238 77.633286 Department Store Bengaluru
4520 Jakkasandra 12.920659 77.629548 Juicy 12.926306 77.633499 Dessert Shop Bengaluru
4521 Jakkasandra 12.920659 77.629548 Swathi Andhra Style Restaurant 12.916494 77.635610 Indian Restaurant Bengaluru
4522 Jakkasandra 12.920659 77.629548 12th Main Restaurant 12.928917 77.627307 Restaurant Bengaluru
4523 Jakkasandra 12.920659 77.629548 Magnolia 12.926029 77.633421 Thai Restaurant Bengaluru
4524 Jakkasandra 12.920659 77.629548 Heritage Fresh 12.925720 77.625257 Department Store Bengaluru
4525 Jakkasandra 12.920659 77.629548 Mustard Cafe 12.926869 77.633427 Café Bengaluru
4526 Jakkasandra 12.920659 77.629548 Mugal Garden 12.917038 77.636752 Indian Restaurant Bengaluru
4527 Jakkasandra 12.920659 77.629548 Hornbill Cafe 12.928836 77.628092 Chinese Restaurant Bengaluru
4528 Jakkasandra 12.920659 77.629548 Fitness plus 12.925161 77.637070 Gym Bengaluru
4529 Jakkasandra 12.920659 77.629548 Sweet Chariot 12.912413 77.632506 Bakery Bengaluru
4530 HSR Layout 12.911623 77.638862 House of Commons 12.911994 77.638938 Pub Bengaluru
4531 HSR Layout 12.911623 77.638862 Shree Sweets 12.914206 77.640986 Snack Place Bengaluru
4532 HSR Layout 12.911623 77.638862 Cream Stone 12.912336 77.638581 Ice Cream Shop Bengaluru
4533 HSR Layout 12.911623 77.638862 Here & Now 12.913618 77.638243 Burger Joint Bengaluru
4534 HSR Layout 12.911623 77.638862 Calvins 12.912182 77.637661 Café Bengaluru
4535 HSR Layout 12.911623 77.638862 Once Upon A Flame 12.911928 77.638054 Steakhouse Bengaluru
4536 HSR Layout 12.911623 77.638862 Anjappar 12.914338 77.637159 Chettinad Restaurant Bengaluru
4537 HSR Layout 12.911623 77.638862 Agara Lake Trail 12.916410 77.638941 Trail Bengaluru
4538 HSR Layout 12.911623 77.638862 The Punjabi Rasoi 12.911959 77.638425 Punjabi Restaurant Bengaluru
4539 HSR Layout 12.911623 77.638862 Northam's Pizza Pita 12.908749 77.646835 Pizza Place Bengaluru
4540 HSR Layout 12.911623 77.638862 Baskin-Robbins 12.911906 77.638279 Ice Cream Shop Bengaluru
4541 HSR Layout 12.911623 77.638862 49ParanthaGali 12.912309 77.638569 North Indian Restaurant Bengaluru
4542 HSR Layout 12.911623 77.638862 Leon Grill 12.911856 77.643776 Kebab Restaurant Bengaluru
4543 HSR Layout 12.911623 77.638862 Café Coffee Day 12.909286 77.639673 Coffee Shop Bengaluru
4544 HSR Layout 12.911623 77.638862 Sector 7 Cafe 12.912302 77.633658 Café Bengaluru
4545 HSR Layout 12.911623 77.638862 Cafe Coffee Day 12.912312 77.641245 Café Bengaluru
4546 HSR Layout 12.911623 77.638862 Jarokha 12.912202 77.637986 Indian Restaurant Bengaluru
4547 HSR Layout 12.911623 77.638862 Domino's Pizza 12.912000 77.645000 Pizza Place Bengaluru
4548 HSR Layout 12.911623 77.638862 Drops Total Spirits 12.914411 77.638277 Liquor Store Bengaluru
4549 HSR Layout 12.911623 77.638862 MK Ahmed Super Market 12.912462 77.636713 Department Store Bengaluru
4550 HSR Layout 12.911623 77.638862 Grapevine 12.909402 77.638168 Mediterranean Restaurant Bengaluru
4551 HSR Layout 12.911623 77.638862 The Moghul's 12.912285 77.642070 Indian Restaurant Bengaluru
4552 HSR Layout 12.911623 77.638862 SAFA Fruits N Vegetables 12.913395 77.637039 Farmers Market Bengaluru
4553 HSR Layout 12.911623 77.638862 Parika 12.912008 77.639345 Seafood Restaurant Bengaluru
4554 HSR Layout 12.911623 77.638862 Gold Bean 12.912273 77.640854 Café Bengaluru
4555 HSR Layout 12.911623 77.638862 Pappu Chai Walla 12.913118 77.644611 Café Bengaluru
4556 HSR Layout 12.911623 77.638862 Mumbai Tiffin 12.913405 77.644562 Indian Restaurant Bengaluru
4557 HSR Layout 12.911623 77.638862 Dont tell mama 12.915754 77.634433 Bar Bengaluru
4558 HSR Layout 12.911623 77.638862 Mast Kalander 12.914780 77.638125 Indian Restaurant Bengaluru
4559 HSR Layout 12.911623 77.638862 Purnabramha Maharashtrian Restaurant 12.912537 77.644571 Maharashtrian Restaurant Bengaluru
4560 HSR Layout 12.911623 77.638862 Vasudev Adigas 12.911720 77.632450 Vegetarian / Vegan Restaurant Bengaluru
4561 HSR Layout 12.911623 77.638862 Snap Fitness 12.911908 77.644173 Gym Bengaluru
4562 HSR Layout 12.911623 77.638862 Subway 12.911948 77.638101 Sandwich Place Bengaluru
4563 HSR Layout 12.911623 77.638862 The Deck 12.911832 77.638849 Lounge Bengaluru
4564 HSR Layout 12.911623 77.638862 Pizza Hut 12.912318 77.637842 Pizza Place Bengaluru
4565 HSR Layout 12.911623 77.638862 Bangalore Agarwal Bhavan 12.913229 77.635264 Snack Place Bengaluru
4566 HSR Layout 12.911623 77.638862 Nandhini Cool Joint 12.911713 77.644513 Snack Place Bengaluru
4567 HSR Layout 12.911623 77.638862 Adyar Ananda Bhavan 12.913715 77.637479 Indian Restaurant Bengaluru
4568 HSR Layout 12.911623 77.638862 HSR Club 12.909721 77.643044 General Entertainment Bengaluru
4569 HSR Layout 12.911623 77.638862 California Burrito 12.910343 77.637985 Mexican Restaurant Bengaluru
4570 HSR Layout 12.911623 77.638862 Arusuvai Arasu Madhuram 12.915589 77.632328 Indian Restaurant Bengaluru
4571 HSR Layout 12.911623 77.638862 Mustard Food Court 12.910819 77.644376 Indian Restaurant Bengaluru
4572 HSR Layout 12.911623 77.638862 Samaikya 12.912269 77.641556 Andhra Restaurant Bengaluru
4573 HSR Layout 12.911623 77.638862 Star Biriyani 12.914505 77.636729 Indian Restaurant Bengaluru
4574 HSR Layout 12.911623 77.638862 Swathi Andhra Style Restaurant 12.916494 77.635610 Indian Restaurant Bengaluru
4575 HSR Layout 12.911623 77.638862 Dragon's Kitchen 12.908938 77.644592 Chinese Restaurant Bengaluru
4576 HSR Layout 12.911623 77.638862 South Inn 12.910577 77.632629 Indian Restaurant Bengaluru
4577 HSR Layout 12.911623 77.638862 Chinnaswamy Naidu Biryani 12.912454 77.634906 South Indian Restaurant Bengaluru
4578 HSR Layout 12.911623 77.638862 Rasoiya Street 12.912239 77.642896 Vegetarian / Vegan Restaurant Bengaluru
4579 HSR Layout 12.911623 77.638862 My Mark@ Marketing Freshness 12.912414 77.642917 Farmers Market Bengaluru
4580 HSR Layout 12.911623 77.638862 Reddy's Restaurant 12.912321 77.634224 Andhra Restaurant Bengaluru
4581 HSR Layout 12.911623 77.638862 Polar Bear 12.909091 77.643195 Ice Cream Shop Bengaluru
4582 HSR Layout 12.911623 77.638862 Priya Bakery 12.908483 77.643114 Bakery Bengaluru
4583 HSR Layout 12.911623 77.638862 Food Court Restaurant 12.910836 77.644359 Indian Restaurant Bengaluru
4584 HSR Layout 12.911623 77.638862 Zee5 12.912444 77.644540 Café Bengaluru
4585 HSR Layout 12.911623 77.638862 BDA Park 12.909396 77.633587 Park Bengaluru
4586 HSR Layout 12.911623 77.638862 Mugal Garden 12.917038 77.636752 Indian Restaurant Bengaluru
4587 HSR Layout 12.911623 77.638862 Cult - The Workout Station HSR layout 12.913381 77.644704 Gym / Fitness Center Bengaluru
4588 HSR Layout 12.911623 77.638862 Nilgiris 12.913834 77.644599 Department Store Bengaluru
4589 HSR Layout 12.911623 77.638862 Sri Muthahalli veg 12.914671 77.644613 Indian Restaurant Bengaluru
4590 HSR Layout 12.911623 77.638862 The Tandoori Chai 12.907649 77.644567 Tea Room Bengaluru
4591 HSR Layout 12.911623 77.638862 Silbatti 12.915973 77.644770 Indian Restaurant Bengaluru
4592 HSR Layout 12.911623 77.638862 HSR Layout BMTC Depot 12.918658 77.642071 Bus Station Bengaluru
4593 HSR Layout 12.911623 77.638862 The 19th Main Cafe 12.906082 77.644616 Bistro Bengaluru
4594 HSR Layout 12.911623 77.638862 Ruchi's Biryani 12.917882 77.645080 Restaurant Bengaluru
4595 Bommanahalli 12.908945 77.623904 Cafe Coffee Day 12.916659 77.620249 Café Bengaluru
4596 Bommanahalli 12.908945 77.623904 Sardarji ka dhaba 12.912221 77.626112 Indian Restaurant Bengaluru
4597 Bommanahalli 12.908945 77.623904 Cafe Coffee Day 12.916699 77.620316 Coffee Shop Bengaluru
4598 Bommanahalli 12.908945 77.623904 Vasudev Adigas 12.911720 77.632450 Vegetarian / Vegan Restaurant Bengaluru
4599 Bommanahalli 12.908945 77.623904 Ambur Star Biryani 12.916594 77.620322 Indian Restaurant Bengaluru
4600 Bommanahalli 12.908945 77.623904 Ananda Honda 12.909018 77.627175 Auto Garage Bengaluru
4601 Bommanahalli 12.908945 77.623904 South Inn 12.910577 77.632629 Indian Restaurant Bengaluru
4602 Bommanahalli 12.908945 77.623904 the cigarette shop 12.914470 77.620159 Convenience Store Bengaluru
4603 Bommanahalli 12.908945 77.623904 Chai Point 12.906295 77.631111 Tea Room Bengaluru
4604 Bommanahalli 12.908945 77.623904 Asha Tiffins 12.911624 77.632110 South Indian Restaurant Bengaluru
4605 BTM Layout 12.915177 77.610282 Core Fitness 12.913980 77.609382 Gym Bengaluru
4606 BTM Layout 12.915177 77.610282 McDonald's 12.915874 77.610119 Fast Food Restaurant Bengaluru
4607 BTM Layout 12.915177 77.610282 Ginger Tea House 12.912498 77.606373 Bakery Bengaluru
4608 BTM Layout 12.915177 77.610282 Gelato Italiano 12.914058 77.609854 Ice Cream Shop Bengaluru
4609 BTM Layout 12.915177 77.610282 Ibaco 12.915003 77.613580 Ice Cream Shop Bengaluru
4610 BTM Layout 12.915177 77.610282 Adyar Ananda Bhavan (A2B) 12.916653 77.609745 Vegetarian / Vegan Restaurant Bengaluru
4611 BTM Layout 12.915177 77.610282 New Friends rooftop euro restaurant 12.916651 77.612409 Restaurant Bengaluru
4612 BTM Layout 12.915177 77.610282 Gyani Da Punjabi Dhaba 12.916176 77.612200 Indian Restaurant Bengaluru
4613 BTM Layout 12.915177 77.610282 BTM Park 12.919745 77.610257 Park Bengaluru
4614 BTM Layout 12.915177 77.610282 Flavours of China 12.913776 77.607662 Chinese Restaurant Bengaluru
4615 BTM Layout 12.915177 77.610282 Balaji's Veg 12.913810 77.608180 Vegetarian / Vegan Restaurant Bengaluru
4616 BTM Layout 12.915177 77.610282 Momoz 12.913854 77.608928 Dim Sum Restaurant Bengaluru
4617 BTM Layout 12.915177 77.610282 Marwa Restuarant 12.914572 77.610092 Indian Restaurant Bengaluru
4618 BTM Layout 12.915177 77.610282 Subway 12.916789 77.612366 Sandwich Place Bengaluru
4619 BTM Layout 12.915177 77.610282 Cafe Coffee Day 12.914731 77.610066 Coffee Shop Bengaluru
4620 BTM Layout 12.915177 77.610282 Amma's Pastries 12.913941 77.609944 Bakery Bengaluru
4621 BTM Layout 12.915177 77.610282 Baskin-Robbins 12.913697 77.607022 Ice Cream Shop Bengaluru
4622 BTM Layout 12.915177 77.610282 Ashirwad Departmental Store 12.915237 77.606057 Department Store Bengaluru
4623 BTM Layout 12.915177 77.610282 Cafe Coffee Day 12.916634 77.606486 Café Bengaluru
4624 BTM Layout 12.915177 77.610282 Domino's Pizza 12.919763 77.611616 Pizza Place Bengaluru
4625 BTM Layout 12.915177 77.610282 Nandi Chat House 12.913762 77.607803 Snack Place Bengaluru
4626 BTM Layout 12.915177 77.610282 Beijing Bites 12.913109 77.610070 Chinese Restaurant Bengaluru
4627 BTM Layout 12.915177 77.610282 FRIENDS 12.916710 77.612342 Italian Restaurant Bengaluru
4628 BTM Layout 12.915177 77.610282 Cafe Coffee Day 12.912062 77.606156 Café Bengaluru
4629 BTM Layout 12.915177 77.610282 Laddoos 12.913936 77.609740 Snack Place Bengaluru
4630 BTM Layout 12.915177 77.610282 Domino's Pizza 12.919806 77.612340 Pizza Place Bengaluru
4631 BTM Layout 12.915177 77.610282 Punjabi Sanjhaa Chullah 12.916515 77.605355 Asian Restaurant Bengaluru
4632 BTM Layout 12.915177 77.610282 Leo's Paratha Rolls 12.913787 77.607815 Snack Place Bengaluru
4633 BTM Layout 12.915177 77.610282 Faaso's 12.913709 77.607115 Fast Food Restaurant Bengaluru
4634 BTM Layout 12.915177 77.610282 Shaan-e-Punjab 12.914004 77.609905 Indian Restaurant Bengaluru
4635 BTM Layout 12.915177 77.610282 Absolute Barbecues 12.916581 77.604820 BBQ Joint Bengaluru
4636 BTM Layout 12.915177 77.610282 Udupi Gokul Cafe 12.916289 77.603039 Vegetarian / Vegan Restaurant Bengaluru
4637 BTM Layout 12.915177 77.610282 Subway 12.913981 77.609899 Sandwich Place Bengaluru
4638 BTM Layout 12.915177 77.610282 Narmadha's Hyderabad Biriyani 12.916625 77.606255 Indian Restaurant Bengaluru
4639 BTM Layout 12.915177 77.610282 Muthashi Family Restaurant 12.920754 77.613264 Indian Restaurant Bengaluru
4640 BTM Layout 12.915177 77.610282 Brewz Coffee 12.916330 77.604132 Coffee Shop Bengaluru
4641 BTM Layout 12.915177 77.610282 Swadishta Aahar 12.913976 77.610023 Indian Restaurant Bengaluru
4642 BTM Layout 12.915177 77.610282 Golmaal Paratha 12.913877 77.609016 Indian Restaurant Bengaluru
4643 BTM Layout 12.915177 77.610282 Daana Paani 12.916714 77.606664 Indian Restaurant Bengaluru
4644 BTM Layout 12.915177 77.610282 Cuppa 12.913754 77.607811 Coffee Shop Bengaluru
4645 BTM Layout 12.915177 77.610282 Mast Kalandar 12.910981 77.609988 Vegetarian / Vegan Restaurant Bengaluru
4646 BTM Layout 12.915177 77.610282 Namdhari's Fresh 12.914131 77.606385 Grocery Store Bengaluru
4647 BTM Layout 12.915177 77.610282 AXA Tea Stop 12.916412 77.615275 Tea Room Bengaluru
4648 BTM Layout 12.915177 77.610282 99 Dosa Point 12.909237 77.606435 Food Truck Bengaluru
4649 BTM Layout 12.915177 77.610282 Madiwala Boating Club 12.908276 77.613105 Park Bengaluru
4650 BTM Layout 12.915177 77.610282 Shree Ganesha Condiments 12.907187 77.607758 Bakery Bengaluru
4651 J.P.Nagar 12.909492 77.596739 Barbeque Nation 12.906396 77.596781 Mediterranean Restaurant Bengaluru
4652 J.P.Nagar 12.909492 77.596739 Uru Brewpark 12.905577 77.600966 Brewery Bengaluru
4653 J.P.Nagar 12.909492 77.596739 BBMP Park (Mini forest) 12.908937 77.599089 Garden Bengaluru
4654 J.P.Nagar 12.909492 77.596739 Spice Up 12.909332 77.593264 Diner Bengaluru
4655 J.P.Nagar 12.909492 77.596739 Vega City Mall 12.907603 77.601140 Shopping Mall Bengaluru
4656 J.P.Nagar 12.909492 77.596739 PVR Cinemas 12.907622 77.601082 Multiplex Bengaluru
4657 J.P.Nagar 12.909492 77.596739 Starbucks 12.906088 77.593677 Coffee Shop Bengaluru
4658 J.P.Nagar 12.909492 77.596739 Gold's Gym 12.906513 77.596835 Gym Bengaluru
4659 J.P.Nagar 12.909492 77.596739 Corner House 12.917455 77.593280 Ice Cream Shop Bengaluru
4660 J.P.Nagar 12.909492 77.596739 Brewsky 12.906521 77.589604 Brewery Bengaluru
4661 J.P.Nagar 12.909492 77.596739 Cafe Pascucci 12.906439 77.591836 Café Bengaluru
4662 J.P.Nagar 12.909492 77.596739 The Egg Factory 12.906303 77.590391 Breakfast Spot Bengaluru
4663 J.P.Nagar 12.909492 77.596739 Starbucks 12.907550 77.601229 Coffee Shop Bengaluru
4664 J.P.Nagar 12.909492 77.596739 Nagarjuna 12.904843 77.601733 Andhra Restaurant Bengaluru
4665 J.P.Nagar 12.909492 77.596739 Onesta 12.906055 77.596903 Italian Restaurant Bengaluru
4666 J.P.Nagar 12.909492 77.596739 Rajdhani 12.916625 77.592288 Rajasthani Restaurant Bengaluru
4667 J.P.Nagar 12.909492 77.596739 McDonald's 12.916796 77.592117 Fast Food Restaurant Bengaluru
4668 J.P.Nagar 12.909492 77.596739 Pvr Imax 12.907847 77.601414 Multiplex Bengaluru
4669 J.P.Nagar 12.909492 77.596739 Kabab Magic 12.916248 77.596899 Indian Restaurant Bengaluru
4670 J.P.Nagar 12.909492 77.596739 Khaana Khazana 12.910675 77.593200 Indian Restaurant Bengaluru
4671 J.P.Nagar 12.909492 77.596739 SLV Ragigudda 12.915294 77.595097 Indian Restaurant Bengaluru
4672 J.P.Nagar 12.909492 77.596739 Watsons 12.906357 77.592538 Bar Bengaluru
4673 J.P.Nagar 12.909492 77.596739 Take A Break 12.906278 77.588863 Bakery Bengaluru
4674 J.P.Nagar 12.909492 77.596739 Village 12.916680 77.591960 Indian Restaurant Bengaluru
4675 J.P.Nagar 12.909492 77.596739 Seasons Restaurant 12.902125 77.601204 Middle Eastern Restaurant Bengaluru
4676 Sarakki 12.907969 77.583127 S N Refreshments 12.908372 77.587224 Snack Place Bengaluru
4677 Sarakki 12.907969 77.583127 Rangashankara 12.911472 77.586997 Performing Arts Venue Bengaluru
4678 Sarakki 12.907969 77.583127 The Pump House 12.906654 77.582184 Brewery Bengaluru
4679 Sarakki 12.907969 77.583127 Paradise 12.910401 77.585889 Hyderabadi Restaurant Bengaluru
4680 Sarakki 12.907969 77.583127 Subway 12.904061 77.585688 Sandwich Place Bengaluru
4681 Sarakki 12.907969 77.583127 Brewsky 12.906521 77.589604 Brewery Bengaluru
4682 Sarakki 12.907969 77.583127 Snap Fitness 24x7 12.914581 77.585748 Gym / Fitness Center Bengaluru
4683 Sarakki 12.907969 77.583127 Fujian on 24th 12.903671 77.585865 Chinese Restaurant Bengaluru
4684 Sarakki 12.907969 77.583127 Namma Kudla 12.912732 77.586128 Seafood Restaurant Bengaluru
4685 Sarakki 12.907969 77.583127 Chulha Chauki da Dhabha 12.912264 77.586055 Indian Restaurant Bengaluru
4686 Sarakki 12.907969 77.583127 The Egg Factory 12.906303 77.590391 Breakfast Spot Bengaluru
4687 Sarakki 12.907969 77.583127 Take A Break 12.906278 77.588863 Bakery Bengaluru
4688 Sarakki 12.907969 77.583127 Cafe Pascucci 12.906439 77.591836 Café Bengaluru
4689 Sarakki 12.907969 77.583127 Prasidhi Food Corner 12.910858 77.579121 Indian Restaurant Bengaluru
4690 Sarakki 12.907969 77.583127 McDonald's 12.906195 77.585575 Fast Food Restaurant Bengaluru
4691 Sarakki 12.907969 77.583127 Tasty Bites 12.913831 77.585760 Indian Restaurant Bengaluru
4692 Sarakki 12.907969 77.583127 3654 Chinese Hut 12.911940 77.586161 Chinese Restaurant Bengaluru
4693 Sarakki 12.907969 77.583127 24th Main 12.908630 77.585748 Indian Restaurant Bengaluru
4694 Sarakki 12.907969 77.583127 Bhojohori Manna 12.912105 77.586251 Bengali Restaurant Bengaluru
4695 Sarakki 12.907969 77.583127 KFC 12.911338 77.585754 Fast Food Restaurant Bengaluru
4696 Sarakki 12.907969 77.583127 Sree Krishna Sagar 12.900036 77.585882 South Indian Restaurant Bengaluru
4697 Sarakki 12.907969 77.583127 We Fitness, Health And Wellness Center 12.900443 77.586067 Gym / Fitness Center Bengaluru
4698 Sarakki 12.907969 77.583127 Bee Vee Bakery 12.902533 77.585008 Bakery Bengaluru
4699 Sarakki 12.907969 77.583127 Adithya Pure Veg Restaurant 12.911837 77.586821 Vegetarian / Vegan Restaurant Bengaluru
4700 Sarakki 12.907969 77.583127 Southern Spice 12.914549 77.585749 Indian Restaurant Bengaluru
4701 Sarakki 12.907969 77.583127 Fujian 12.903707 77.585786 Chinese Restaurant Bengaluru
4702 Sarakki 12.907969 77.583127 Zaitoon 12.903095 77.585791 Middle Eastern Restaurant Bengaluru
4703 Sarakki 12.907969 77.583127 Cafe Coffee Day 12.912362 77.585700 Coffee Shop Bengaluru
4704 Sarakki 12.907969 77.583127 Polar Bear 12.901948 77.585862 Ice Cream Shop Bengaluru
4705 Sarakki 12.907969 77.583127 Aurick Boutique Hotel 12.906363 77.578484 Boarding House Bengaluru
4706 Sarakki 12.907969 77.583127 Delhi Zaika 12.912116 77.585893 Diner Bengaluru
4707 Sarakki 12.907969 77.583127 Dal Roti 12.914028 77.585906 Indian Restaurant Bengaluru
4708 Sarakki 12.907969 77.583127 Baskin-Robbins 12.900767 77.585896 Ice Cream Shop Bengaluru
4709 Sarakki 12.907969 77.583127 Cafe Coffee Day 12.911294 77.589759 Café Bengaluru
4710 Sarakki 12.907969 77.583127 Cafe Coffee Day 12.906195 77.591890 Coffee Shop Bengaluru
4711 Sarakki 12.907969 77.583127 Chung Wah OPUS 12.906573 77.584425 Chinese Restaurant Bengaluru
4712 Sarakki 12.907969 77.583127 Reliance Digital 12.910485 77.586105 Electronics Store Bengaluru
4713 Sarakki 12.907969 77.583127 Inchara 12.902602 77.583821 Indian Restaurant Bengaluru
4714 Sarakki 12.907969 77.583127 Mandi 12.914972 77.585876 Indian Restaurant Bengaluru
4715 Sarakki 12.907969 77.583127 Dilli Chat Walla 12.906327 77.588196 Fast Food Restaurant Bengaluru
4716 Sarakki 12.907969 77.583127 Kakori Grill House 12.901745 77.585834 Indian Restaurant Bengaluru
4717 Sarakki 12.907969 77.583127 Thayee Touch 12.905457 77.585496 Indian Restaurant Bengaluru
4718 Sarakki 12.907969 77.583127 Rajwada 12.910514 77.585933 Fast Food Restaurant Bengaluru
4719 Sarakki 12.907969 77.583127 Reliance Fresh 12.910814 77.579544 Department Store Bengaluru
4720 Sarakki 12.907969 77.583127 JP Nagar 6th Phase Last Bus Stop 12.906421 77.578361 Bus Station Bengaluru
4721 Sarakki 12.907969 77.583127 Skyline Pizzeria 12.906272 77.577623 Pizza Place Bengaluru
4722 Sarakki 12.907969 77.583127 KFC 12.915090 77.585830 Fast Food Restaurant Bengaluru
4723 Sarakki 12.907969 77.583127 Kabab Palace 12.913515 77.586073 Indian Restaurant Bengaluru
4724 Sarakki 12.907969 77.583127 Grills N Rolls 12.900485 77.585837 Indian Restaurant Bengaluru
4725 Sarakki 12.907969 77.583127 Shanthi Sagar 12.913706 77.585776 Restaurant Bengaluru
4726 Sarakki 12.907969 77.583127 Mockaholic Restro Beer Cafe 12.915569 77.585718 Beer Garden Bengaluru
4727 Sarakki 12.907969 77.583127 Genesis 12.912543 77.588110 Gym Bengaluru
4728 Sarakki 12.907969 77.583127 Taaza Mithai 12.914156 77.585899 Restaurant Bengaluru
4729 Shakambari Nagar 12.917030 77.579741 Go Native 12.918259 77.584752 South Indian Restaurant Bengaluru
4730 Shakambari Nagar 12.917030 77.579741 Angadi Silks 12.917199 77.582113 Women's Store Bengaluru
4731 Shakambari Nagar 12.917030 77.579741 Snap Fitness 24x7 12.914581 77.585748 Gym / Fitness Center Bengaluru
4732 Shakambari Nagar 12.917030 77.579741 Shivaji Military Hotel 12.917919 77.573925 Indian Restaurant Bengaluru
4733 Shakambari Nagar 12.917030 77.579741 Corner House 12.922647 77.573560 Ice Cream Shop Bengaluru
4734 Shakambari Nagar 12.917030 77.579741 Rangashankara 12.911472 77.586997 Performing Arts Venue Bengaluru
4735 Shakambari Nagar 12.917030 77.579741 Alchemy Coffee Roasters 12.923388 77.580846 Coffee Shop Bengaluru
4736 Shakambari Nagar 12.917030 77.579741 Corner House 12.922900 77.584940 Ice Cream Shop Bengaluru
4737 Shakambari Nagar 12.917030 77.579741 Natural Ice Cream 12.923863 77.576513 Ice Cream Shop Bengaluru
4738 Shakambari Nagar 12.917030 77.579741 Brahmin's Tiffin And Coffee 12.923314 77.585757 South Indian Restaurant Bengaluru
4739 Shakambari Nagar 12.917030 77.579741 Vasudev Adiga's Foodline 12.919935 77.575669 South Indian Restaurant Bengaluru
4740 Shakambari Nagar 12.917030 77.579741 Namma Kudla 12.912732 77.586128 Seafood Restaurant Bengaluru
4741 Shakambari Nagar 12.917030 77.579741 Pure and Natural 12.924341 77.578002 Salad Place Bengaluru
4742 Shakambari Nagar 12.917030 77.579741 Four Fountain Spa 12.916919 77.586268 Spa Bengaluru
4743 Shakambari Nagar 12.917030 77.579741 Paradise 12.910401 77.585889 Hyderabadi Restaurant Bengaluru
4744 Shakambari Nagar 12.917030 77.579741 Chulha Chauki da Dhabha 12.912264 77.586055 Indian Restaurant Bengaluru
4745 Shakambari Nagar 12.917030 77.579741 Rasta Cafe 12.919078 77.581623 Hookah Bar Bengaluru
4746 Shakambari Nagar 12.917030 77.579741 Vindu 12.920843 77.583749 Indian Restaurant Bengaluru
4747 Shakambari Nagar 12.917030 77.579741 Tasty Bites 12.913831 77.585760 Indian Restaurant Bengaluru
4748 Shakambari Nagar 12.917030 77.579741 Prasidhi Food Corner 12.910858 77.579121 Indian Restaurant Bengaluru
4749 Shakambari Nagar 12.917030 77.579741 Padharo Sa 12.919793 77.583761 Indian Restaurant Bengaluru
4750 Shakambari Nagar 12.917030 77.579741 Starbucks 12.924624 77.583805 Coffee Shop Bengaluru
4751 Shakambari Nagar 12.917030 77.579741 Tangra 12.923371 77.585349 Chinese Restaurant Bengaluru
4752 Shakambari Nagar 12.917030 77.579741 Domino's Pizza 12.922007 77.585933 Pizza Place Bengaluru
4753 Shakambari Nagar 12.917030 77.579741 Sri Venkateshwara Sweet-Meat Stall 12.924863 77.583752 Fast Food Restaurant Bengaluru
4754 Shakambari Nagar 12.917030 77.579741 The Sofraah 12.923417 77.585262 Indian Restaurant Bengaluru
4755 Shakambari Nagar 12.917030 77.579741 Southern Spice 12.914549 77.585749 Indian Restaurant Bengaluru
4756 Shakambari Nagar 12.917030 77.579741 3654 Chinese Hut 12.911940 77.586161 Chinese Restaurant Bengaluru
4757 Shakambari Nagar 12.917030 77.579741 C. Krishniah Chetty & Sons 12.917095 77.581785 Jewelry Store Bengaluru
4758 Shakambari Nagar 12.917030 77.579741 Bhojohori Manna 12.912105 77.586251 Bengali Restaurant Bengaluru
4759 Shakambari Nagar 12.917030 77.579741 Mainland China 12.920149 77.583677 Chinese Restaurant Bengaluru
4760 Shakambari Nagar 12.917030 77.579741 KFC 12.911338 77.585754 Fast Food Restaurant Bengaluru
4761 Shakambari Nagar 12.917030 77.579741 Jalpaan 12.925179 77.576912 Indian Restaurant Bengaluru
4762 Shakambari Nagar 12.917030 77.579741 Dal Roti 12.914028 77.585906 Indian Restaurant Bengaluru
4763 Shakambari Nagar 12.917030 77.579741 Cafe Coffee Day 12.919996 77.575539 Café Bengaluru
4764 Shakambari Nagar 12.917030 77.579741 Cafe Coffee Day 12.912362 77.585700 Coffee Shop Bengaluru
4765 Shakambari Nagar 12.917030 77.579741 Cable Car 12.916951 77.585489 Italian Restaurant Bengaluru
4766 Shakambari Nagar 12.917030 77.579741 Adithya Pure Veg Restaurant 12.911837 77.586821 Vegetarian / Vegan Restaurant Bengaluru
4767 Shakambari Nagar 12.917030 77.579741 Pier 39 12.916972 77.585440 Mexican Restaurant Bengaluru
4768 Shakambari Nagar 12.917030 77.579741 Delhi Zaika 12.912116 77.585893 Diner Bengaluru
4769 Shakambari Nagar 12.917030 77.579741 MORE MEGASTORE 12.917383 77.578181 Convenience Store Bengaluru
4770 Shakambari Nagar 12.917030 77.579741 Mandi 12.914972 77.585876 Indian Restaurant Bengaluru
4771 Shakambari Nagar 12.917030 77.579741 Cane Fresh 12.917894 77.575859 Juice Bar Bengaluru
4772 Shakambari Nagar 12.917030 77.579741 Mockaholic Restro Beer Cafe 12.915569 77.585718 Beer Garden Bengaluru
4773 Shakambari Nagar 12.917030 77.579741 Athityam 12.920996 77.583748 Asian Restaurant Bengaluru
4774 Shakambari Nagar 12.917030 77.579741 KFC 12.915090 77.585830 Fast Food Restaurant Bengaluru
4775 Shakambari Nagar 12.917030 77.579741 Adigas Fastfood 12.920051 77.575769 Fast Food Restaurant Bengaluru
4776 Shakambari Nagar 12.917030 77.579741 Eden Park - The Lounge 12.923387 77.585353 Lounge Bengaluru
4777 Shakambari Nagar 12.917030 77.579741 Bon Aroma 12.921160 77.583666 Italian Restaurant Bengaluru
4778 Shakambari Nagar 12.917030 77.579741 Cream Stone Icecream Concepts 12.917494 77.585763 Ice Cream Shop Bengaluru
4779 Shakambari Nagar 12.917030 77.579741 Reliance Fresh 12.910814 77.579544 Department Store Bengaluru
4780 Shakambari Nagar 12.917030 77.579741 Benki Coffee 12.923374 77.581437 Coffee Shop Bengaluru
4781 Shakambari Nagar 12.917030 77.579741 Slimsins 12.923376 77.581535 Restaurant Bengaluru
4782 Shakambari Nagar 12.917030 77.579741 Taaza Mithai 12.914156 77.585899 Restaurant Bengaluru
4783 Shakambari Nagar 12.917030 77.579741 Shanthi Sagar 12.913706 77.585776 Restaurant Bengaluru
4784 Shakambari Nagar 12.917030 77.579741 Kabab Palace 12.913515 77.586073 Indian Restaurant Bengaluru
4785 Shakambari Nagar 12.917030 77.579741 Wine Baron 12.914515 77.572826 Liquor Store Bengaluru
4786 Shakambari Nagar 12.917030 77.579741 Domino's Pizza 12.923152 77.585785 Pizza Place Bengaluru
4787 Shakambari Nagar 12.917030 77.579741 Krishna Grand Express 12.924346 77.578027 South Indian Restaurant Bengaluru
4788 Shakambari Nagar 12.917030 77.579741 Figurine fitness 12.923267 77.574790 Gym Bengaluru
4789 Shakambari Nagar 12.917030 77.579741 Eat Street - Jalpaan 12.925295 77.576972 Indian Restaurant Bengaluru
4790 Shakambari Nagar 12.917030 77.579741 Rajwada 12.910514 77.585933 Fast Food Restaurant Bengaluru
4791 Banashankari Temple Ward 12.912651 77.570032 Davanagere benne dosa 12.908932 77.572983 Breakfast Spot Bengaluru
4792 Banashankari Temple Ward 12.912651 77.570032 Shivaji Military Hotel 12.917919 77.573925 Indian Restaurant Bengaluru
4793 Banashankari Temple Ward 12.912651 77.570032 Fluid Studio Café 12.920480 77.569340 Café Bengaluru
4794 Banashankari Temple Ward 12.912651 77.570032 Tree Shade 12.906870 77.563343 Burger Joint Bengaluru
4795 Banashankari Temple Ward 12.912651 77.570032 Sea Spice 12.918814 77.568774 Seafood Restaurant Bengaluru
4796 Banashankari Temple Ward 12.912651 77.570032 The Krishna Grand 12.921367 77.571225 Indian Restaurant Bengaluru
4797 Banashankari Temple Ward 12.912651 77.570032 Pizza Hut 12.904774 77.573365 Pizza Place Bengaluru
4798 Banashankari Temple Ward 12.912651 77.570032 Cafe Coffee Day 12.908554 77.566171 Café Bengaluru
4799 Banashankari Temple Ward 12.912651 77.570032 Polar Bear 12.908912 77.562560 Ice Cream Shop Bengaluru
4800 Banashankari Temple Ward 12.912651 77.570032 Banashankari Metro Station 12.915297 77.573656 Metro Station Bengaluru
4801 Banashankari Temple Ward 12.912651 77.570032 Jaya Prakash Nagar Metro station 12.907508 77.572977 Metro Station Bengaluru
4802 Banashankari Temple Ward 12.912651 77.570032 Eat & Drink 12.909603 77.564838 Indian Restaurant Bengaluru
4803 Banashankari Temple Ward 12.912651 77.570032 Banashankari Donne Biriyani JP Nagar 12.911284 77.576167 Buffet Bengaluru
4804 Banashankari Temple Ward 12.912651 77.570032 Total Fitness 12.917816 77.574609 Gym / Fitness Center Bengaluru
4805 Banashankari Temple Ward 12.912651 77.570032 Roll N Rock 12.907759 77.563943 Fast Food Restaurant Bengaluru
4806 Banashankari Temple Ward 12.912651 77.570032 Cane Fresh 12.917894 77.575859 Juice Bar Bengaluru
4807 Banashankari Temple Ward 12.912651 77.570032 Njac 12.907780 77.563219 Café Bengaluru
4808 Banashankari Temple Ward 12.912651 77.570032 Ande ka funda 12.911295 77.578370 Fast Food Restaurant Bengaluru
4809 Banashankari Temple Ward 12.912651 77.570032 Chai shop near bangalore airport 12.905705 77.565253 Food Truck Bengaluru
4810 Banashankari Temple Ward 12.912651 77.570032 Kadamba 12.921630 77.570413 Indian Restaurant Bengaluru
4811 Kumaraswamy Layout 12.908149 77.555318 Kanti Sweets 12.911081 77.551690 Bakery Bengaluru
4812 Kumaraswamy Layout 12.908149 77.555318 Tree Shade 12.906870 77.563343 Burger Joint Bengaluru
4813 Kumaraswamy Layout 12.908149 77.555318 Domino's Pizza 12.910901 77.551448 Pizza Place Bengaluru
4814 Kumaraswamy Layout 12.908149 77.555318 Polar Bear 12.908912 77.562560 Ice Cream Shop Bengaluru
4815 Kumaraswamy Layout 12.908149 77.555318 Masala 12.910110 77.550731 Indian Restaurant Bengaluru
4816 Kumaraswamy Layout 12.908149 77.555318 Slv refreshment 12.905313 77.562773 Breakfast Spot Bengaluru
4817 Kumaraswamy Layout 12.908149 77.555318 Stop N Joy 12.906862 77.559482 Sandwich Place Bengaluru
4818 Kumaraswamy Layout 12.908149 77.555318 More 4 U 12.908711 77.549759 Department Store Bengaluru
4819 Kumaraswamy Layout 12.908149 77.555318 Kaggis Bake Shop 12.909198 77.549324 Bakery Bengaluru
4820 Kumaraswamy Layout 12.908149 77.555318 Shanti Sagar 12.908890 77.548804 Indian Restaurant Bengaluru
4821 Kumaraswamy Layout 12.908149 77.555318 Goli Vadapav 12.908604 77.548751 Fast Food Restaurant Bengaluru
4822 Kumaraswamy Layout 12.908149 77.555318 kona kafe 12.906967 77.548824 Paintball Field Bengaluru
4823 Kumaraswamy Layout 12.908149 77.555318 Vishal Mega Mart 12.907890 77.548617 Department Store Bengaluru
4824 Kumaraswamy Layout 12.908149 77.555318 Royal Mart 12.910966 77.549249 Department Store Bengaluru
4825 Kumaraswamy Layout 12.908149 77.555318 Greens Veg 12.901833 77.557980 Fast Food Restaurant Bengaluru
4826 Kumaraswamy Layout 12.908149 77.555318 Bda Park 12.914899 77.557187 Park Bengaluru
4827 Kumaraswamy Layout 12.908149 77.555318 Moksha 12.903011 77.560215 Chinese Restaurant Bengaluru
4828 Kumaraswamy Layout 12.908149 77.555318 Njac 12.907780 77.563219 Café Bengaluru
4829 Kumaraswamy Layout 12.908149 77.555318 Roll N Rock 12.907759 77.563943 Fast Food Restaurant Bengaluru
4830 Padmanabha Nagar 12.916279 77.556075 Kanti Sweets 12.911081 77.551690 Bakery Bengaluru
4831 Padmanabha Nagar 12.916279 77.556075 My Tea House 12.923086 77.556032 Tea Room Bengaluru
4832 Padmanabha Nagar 12.916279 77.556075 Maiya's Express 12.918197 77.556125 Snack Place Bengaluru
4833 Padmanabha Nagar 12.916279 77.556075 Domino's Pizza 12.910901 77.551448 Pizza Place Bengaluru
4834 Padmanabha Nagar 12.916279 77.556075 1947 12.922878 77.556389 Indian Restaurant Bengaluru
4835 Padmanabha Nagar 12.916279 77.556075 Cake of the Day 12.922886 77.556190 Bakery Bengaluru
4836 Padmanabha Nagar 12.916279 77.556075 Bda Park 12.914899 77.557187 Park Bengaluru
4837 Padmanabha Nagar 12.916279 77.556075 Kamakya theatre 12.923320 77.553383 Movie Theater Bengaluru
4838 Padmanabha Nagar 12.916279 77.556075 Croma 12.924129 77.552998 Electronics Store Bengaluru
4839 Padmanabha Nagar 12.916279 77.556075 Shoprite Super Market 12.920235 77.560010 Convenience Store Bengaluru
4840 Padmanabha Nagar 12.916279 77.556075 Green Gardenia 12.917453 77.559532 Indian Restaurant Bengaluru
4841 Padmanabha Nagar 12.916279 77.556075 Masala 12.910110 77.550731 Indian Restaurant Bengaluru
4842 Padmanabha Nagar 12.916279 77.556075 Megamart 12.923020 77.560389 Shopping Mall Bengaluru
4843 Padmanabha Nagar 12.916279 77.556075 Tanishq 12.922339 77.555552 Jewelry Store Bengaluru
4844 Padmanabha Nagar 12.916279 77.556075 World Of Titan 12.922221 77.558452 Accessories Store Bengaluru
4845 Padmanabha Nagar 12.916279 77.556075 Airtel Relationship Center 12.923358 77.555334 Electronics Store Bengaluru
4846 Padmanabha Nagar 12.916279 77.556075 Hotel Prashanth 12.923641 77.553280 Restaurant Bengaluru
4847 Padmanabha Nagar 12.916279 77.556075 Polar Bear 12.914597 77.564603 Ice Cream Shop Bengaluru
4848 Padmanabha Nagar 12.916279 77.556075 Royal Mart 12.910966 77.549249 Department Store Bengaluru
4849 Chikkalasandra 12.912192 77.547634 Kanti Sweets 12.911081 77.551690 Bakery Bengaluru
4850 Chikkalasandra 12.912192 77.547634 Rajatadhri Palace 12.907450 77.540687 Restaurant Bengaluru
4851 Chikkalasandra 12.912192 77.547634 Cafe Coffee Day 12.906877 77.545688 Café Bengaluru
4852 Chikkalasandra 12.912192 77.547634 Domino's Pizza 12.910901 77.551448 Pizza Place Bengaluru
4853 Chikkalasandra 12.912192 77.547634 Masala 12.910110 77.550731 Indian Restaurant Bengaluru
4854 Chikkalasandra 12.912192 77.547634 Royal Mart 12.910966 77.549249 Department Store Bengaluru
4855 Chikkalasandra 12.912192 77.547634 More 4 U 12.908711 77.549759 Department Store Bengaluru
4856 Chikkalasandra 12.912192 77.547634 Vishal Mega Mart 12.907890 77.548617 Department Store Bengaluru
4857 Chikkalasandra 12.912192 77.547634 kona kafe 12.906967 77.548824 Paintball Field Bengaluru
4858 Chikkalasandra 12.912192 77.547634 Reliance Fresh 12.905684 77.543875 Department Store Bengaluru
4859 Chikkalasandra 12.912192 77.547634 Uttarahalli Bus Stop 12.905588 77.543806 Bus Station Bengaluru
4860 Chikkalasandra 12.912192 77.547634 Television Cultural and Sports Club 12.904435 77.552009 Sports Bar Bengaluru
4861 Uttarahalli 12.905568 77.545544 Rajatadhri Palace 12.907450 77.540687 Restaurant Bengaluru
4862 Uttarahalli 12.905568 77.545544 Cafe Coffee Day 12.906877 77.545688 Café Bengaluru
4863 Uttarahalli 12.905568 77.545544 Kanti Sweets 12.911081 77.551690 Bakery Bengaluru
4864 Uttarahalli 12.905568 77.545544 Domino's Pizza 12.910901 77.551448 Pizza Place Bengaluru
4865 Uttarahalli 12.905568 77.545544 Uttarahalli Bus Stop 12.905588 77.543806 Bus Station Bengaluru
4866 Uttarahalli 12.905568 77.545544 Masala 12.910110 77.550731 Indian Restaurant Bengaluru
4867 Uttarahalli 12.905568 77.545544 Vishal Mega Mart 12.907890 77.548617 Department Store Bengaluru
4868 Uttarahalli 12.905568 77.545544 More 4 U 12.908711 77.549759 Department Store Bengaluru
4869 Uttarahalli 12.905568 77.545544 Television Cultural and Sports Club 12.904435 77.552009 Sports Bar Bengaluru
4870 Uttarahalli 12.905568 77.545544 Royal Mart 12.910966 77.549249 Department Store Bengaluru
4871 Uttarahalli 12.905568 77.545544 Janatha Hotel 12.910299 77.550829 Indian Restaurant Bengaluru
4872 Uttarahalli 12.905568 77.545544 fitness cube 12.910352 77.551025 Gym Bengaluru
4873 Uttarahalli 12.905568 77.545544 new biriyani mane 12.910918 77.551152 Indian Restaurant Bengaluru
4874 Yelachenahalli 12.897971 77.570085 Metro Cash And Carry 12.892819 77.566661 Department Store Bengaluru
4875 Yelachenahalli 12.897971 77.570085 Domino's Pizza 12.893959 77.568158 Pizza Place Bengaluru
4876 Yelachenahalli 12.897971 77.570085 Pizza Hut 12.904774 77.573365 Pizza Place Bengaluru
4877 Yelachenahalli 12.897971 77.570085 HSR Services, Kanakapura Road 12.896796 77.572400 Motorcycle Shop Bengaluru
4878 Yelachenahalli 12.897971 77.570085 Sri Krishna Sagar Restaurant 12.894010 77.568268 Indian Restaurant Bengaluru
4879 Yelachenahalli 12.897971 77.570085 Coffee Day Xpress 12.893055 77.566760 Café Bengaluru
4880 Yelachenahalli 12.897971 77.570085 The Sports Club 12.890088 77.570525 Athletics & Sports Bengaluru
4881 Yelachenahalli 12.897971 77.570085 Ice cafe 12.899234 77.561760 Café Bengaluru
4882 Jaraganahalli 12.900230 77.578396 The Pump House 12.906654 77.582184 Brewery Bengaluru
4883 Jaraganahalli 12.900230 77.578396 Subway 12.904061 77.585688 Sandwich Place Bengaluru
4884 Jaraganahalli 12.900230 77.578396 Fujian on 24th 12.903671 77.585865 Chinese Restaurant Bengaluru
4885 Jaraganahalli 12.900230 77.578396 Sree Krishna Sagar 12.900036 77.585882 South Indian Restaurant Bengaluru
4886 Jaraganahalli 12.900230 77.578396 We Fitness, Health And Wellness Center 12.900443 77.586067 Gym / Fitness Center Bengaluru
4887 Jaraganahalli 12.900230 77.578396 Pizza Hut 12.904774 77.573365 Pizza Place Bengaluru
4888 Jaraganahalli 12.900230 77.578396 Bee Vee Bakery 12.902533 77.585008 Bakery Bengaluru
4889 Jaraganahalli 12.900230 77.578396 Veekes & Thomas 12.895987 77.586173 Eastern European Restaurant Bengaluru
4890 Jaraganahalli 12.900230 77.578396 Cafe Coffee Day 12.892362 77.581857 Coffee Shop Bengaluru
4891 Jaraganahalli 12.900230 77.578396 Polar Bear 12.901948 77.585862 Ice Cream Shop Bengaluru
4892 Jaraganahalli 12.900230 77.578396 Baskin-Robbins 12.900767 77.585896 Ice Cream Shop Bengaluru
4893 Jaraganahalli 12.900230 77.578396 Zaitoon 12.903095 77.585791 Middle Eastern Restaurant Bengaluru
4894 Jaraganahalli 12.900230 77.578396 Aurick Boutique Hotel 12.906363 77.578484 Boarding House Bengaluru
4895 Jaraganahalli 12.900230 77.578396 Fujian 12.903707 77.585786 Chinese Restaurant Bengaluru
4896 Jaraganahalli 12.900230 77.578396 Inchara 12.902602 77.583821 Indian Restaurant Bengaluru
4897 Jaraganahalli 12.900230 77.578396 Bengalooru Tiffany's 12.891850 77.579044 South Indian Restaurant Bengaluru
4898 Jaraganahalli 12.900230 77.578396 Kakori Grill House 12.901745 77.585834 Indian Restaurant Bengaluru
4899 Jaraganahalli 12.900230 77.578396 Big Market 12.897157 77.585988 Shopping Mall Bengaluru
4900 Jaraganahalli 12.900230 77.578396 Grills N Rolls 12.900485 77.585837 Indian Restaurant Bengaluru
4901 Jaraganahalli 12.900230 77.578396 Adithya Veg Restaurant 12.892889 77.581816 Vegetarian / Vegan Restaurant Bengaluru
4902 Jaraganahalli 12.900230 77.578396 Skyline Pizzeria 12.906272 77.577623 Pizza Place Bengaluru
4903 Jaraganahalli 12.900230 77.578396 JP Nagar 6th Phase Last Bus Stop 12.906421 77.578361 Bus Station Bengaluru
4904 Jaraganahalli 12.900230 77.578396 Donut Baker 12.899000 77.584707 Donut Shop Bengaluru
4905 Jaraganahalli 12.900230 77.578396 HSR Services, Kanakapura Road 12.896796 77.572400 Motorcycle Shop Bengaluru
4906 Jaraganahalli 12.900230 77.578396 Mudpipe, JP Nagara 12.901325 77.585320 Café Bengaluru
4907 Jaraganahalli 12.900230 77.578396 Chung Wah OPUS 12.906573 77.584425 Chinese Restaurant Bengaluru
4908 Jaraganahalli 12.900230 77.578396 Igate Sarakki Bus Stop 12.906437 77.573905 Bus Stop Bengaluru
4909 Jaraganahalli 12.900230 77.578396 More 12.902801 77.586459 Department Store Bengaluru
4910 Jaraganahalli 12.900230 77.578396 Yelachenahalli Metro Station 12.896217 77.570157 Metro Station Bengaluru
4911 Jaraganahalli 12.900230 77.578396 SLV Hotel 12.895590 77.586290 Breakfast Spot Bengaluru
4912 Jaraganahalli 12.900230 77.578396 Jaya Prakash Nagar Metro station 12.907508 77.572977 Metro Station Bengaluru
4913 Puttenahalli 12.895432 77.580699 SLV Refreshments 12.890905 77.581927 Indian Restaurant Bengaluru
4914 Puttenahalli 12.895432 77.580699 Hakuna Matata 12.894028 77.586509 Lounge Bengaluru
4915 Puttenahalli 12.895432 77.580699 Brahma Brews 12.893477 77.586620 Brewery Bengaluru
4916 Puttenahalli 12.895432 77.580699 Sree Krishna Sagar 12.900036 77.585882 South Indian Restaurant Bengaluru
4917 Puttenahalli 12.895432 77.580699 Cafe Coffee Day 12.892362 77.581857 Coffee Shop Bengaluru
4918 Puttenahalli 12.895432 77.580699 Woodrose Club 12.892515 77.583170 General Entertainment Bengaluru
4919 Puttenahalli 12.895432 77.580699 We Fitness, Health And Wellness Center 12.900443 77.586067 Gym / Fitness Center Bengaluru
4920 Puttenahalli 12.895432 77.580699 Cafe Pascucci 12.889747 77.581906 Café Bengaluru
4921 Puttenahalli 12.895432 77.580699 Veekes & Thomas 12.895987 77.586173 Eastern European Restaurant Bengaluru
4922 Puttenahalli 12.895432 77.580699 Mango Tree 12.889486 77.584612 Restaurant Bengaluru
4923 Puttenahalli 12.895432 77.580699 Bee Vee Bakery 12.902533 77.585008 Bakery Bengaluru
4924 Puttenahalli 12.895432 77.580699 Kabab Mahal 12.886661 77.582068 Indian Restaurant Bengaluru
4925 Puttenahalli 12.895432 77.580699 Baskin-Robbins 12.900767 77.585896 Ice Cream Shop Bengaluru
4926 Puttenahalli 12.895432 77.580699 Polar Bear 12.901948 77.585862 Ice Cream Shop Bengaluru
4927 Puttenahalli 12.895432 77.580699 Bengalooru Tiffany's 12.891850 77.579044 South Indian Restaurant Bengaluru
4928 Puttenahalli 12.895432 77.580699 Adithya Veg Restaurant 12.892889 77.581816 Vegetarian / Vegan Restaurant Bengaluru
4929 Puttenahalli 12.895432 77.580699 Domino's Pizza 12.888000 77.585000 Pizza Place Bengaluru
4930 Puttenahalli 12.895432 77.580699 Big Market 12.897157 77.585988 Shopping Mall Bengaluru
4931 Puttenahalli 12.895432 77.580699 Kakori Grill House 12.901745 77.585834 Indian Restaurant Bengaluru
4932 Puttenahalli 12.895432 77.580699 Donut Baker 12.899000 77.584707 Donut Shop Bengaluru
4933 Puttenahalli 12.895432 77.580699 Inchara 12.902602 77.583821 Indian Restaurant Bengaluru
4934 Puttenahalli 12.895432 77.580699 SLV Hotel 12.895590 77.586290 Breakfast Spot Bengaluru
4935 Puttenahalli 12.895432 77.580699 Grills N Rolls 12.900485 77.585837 Indian Restaurant Bengaluru
4936 Puttenahalli 12.895432 77.580699 Liquor Mart 12.889828 77.581926 Wine Shop Bengaluru
4937 Puttenahalli 12.895432 77.580699 Just Books 12.901780 77.581920 Bookstore Bengaluru
4938 Puttenahalli 12.895432 77.580699 Puttenahalli 12.902050 77.581417 Bus Station Bengaluru
4939 Puttenahalli 12.895432 77.580699 Mudpipe, JP Nagara 12.901325 77.585320 Café Bengaluru
4940 Puttenahalli 12.895432 77.580699 Ammi's Biryani 12.902134 77.584517 Indian Restaurant Bengaluru
4941 Puttenahalli 12.895432 77.580699 HSR Services, Kanakapura Road 12.896796 77.572400 Motorcycle Shop Bengaluru
4942 Bilekahalli 12.899593 77.610317 Chai Point 12.905726 77.605538 Tea Room Bengaluru
4943 Bilekahalli 12.899593 77.610317 Greens Garden 12.905542 77.610549 Bar Bengaluru
4944 Bilekahalli 12.899593 77.610317 Namana Garden 12.892679 77.610241 Indian Restaurant Bengaluru
4945 Bilekahalli 12.899593 77.610317 Heritage Fresh 12.905171 77.611333 Department Store Bengaluru
4946 Bilekahalli 12.899593 77.610317 Cafe Coffee Day 12.905649 77.606001 Café Bengaluru
4947 Bilekahalli 12.899593 77.610317 Medplus 12.896579 77.611074 Pharmacy Bengaluru
4948 Bilekahalli 12.899593 77.610317 Sana Super Market 12.895027 77.610972 Department Store Bengaluru
4949 Bilekahalli 12.899593 77.610317 Bangalore Horticulture 12.902877 77.606330 Farmers Market Bengaluru
4950 Bilekahalli 12.899593 77.610317 Heritage Fresh 12.894514 77.609395 Convenience Store Bengaluru
4951 Bilekahalli 12.899593 77.610317 polar bear 12.894363 77.611010 Ice Cream Shop Bengaluru
4952 Bilekahalli 12.899593 77.610317 Trust Medicals 12.894008 77.610453 Pharmacy Bengaluru
4953 Bilekahalli 12.899593 77.610317 Shanghai Court 12.893552 77.610730 Asian Restaurant Bengaluru
4954 Bilekahalli 12.899593 77.610317 Elite Mess Kerala Style 12.905850 77.610732 Indian Restaurant Bengaluru
4955 Bilekahalli 12.899593 77.610317 Disney bakery 12.906245 77.610760 Bakery Bengaluru
4956 Bilekahalli 12.899593 77.610317 Pooja Super Market 12.902859 77.603968 Department Store Bengaluru
4957 Bilekahalli 12.899593 77.610317 Breadcrumbs 12.892638 77.611225 Bakery Bengaluru
4958 Bilekahalli 12.899593 77.610317 Elite mess 12.899192 77.602642 Indian Restaurant Bengaluru
4959 Bilekahalli 12.899593 77.610317 Kanti Sweets 12.892919 77.606653 Dessert Shop Bengaluru
4960 Bilekahalli 12.899593 77.610317 BBMP Park 12.891981 77.608422 Park Bengaluru
4961 Bilekahalli 12.899593 77.610317 Shree Ganesha Condiments 12.907187 77.607758 Bakery Bengaluru
4962 Bilekahalli 12.899593 77.610317 Nilgiris 12.906197 77.605259 Department Store Bengaluru
4963 Bilekahalli 12.899593 77.610317 Kalpavruksha 12.903460 77.602310 Indian Restaurant Bengaluru
4964 Hongasandra 12.897536 77.628075 Pizza Hut 12.899474 77.631437 Pizza Place Bengaluru
4965 Hongasandra 12.897536 77.628075 Pizza Hut 12.896178 77.635172 Pizza Place Bengaluru
4966 Hongasandra 12.897536 77.628075 Hotel Ibis 12.901015 77.632125 Hotel Bar Bengaluru
4967 Hongasandra 12.897536 77.628075 Faaso's 12.899975 77.622621 Indian Restaurant Bengaluru
4968 Hongasandra 12.897536 77.628075 Coupons 12.898302 77.634051 Men's Store Bengaluru
4969 Hongasandra 12.897536 77.628075 Hemadri Ceramics 12.903001 77.631829 Furniture / Home Store Bengaluru
4970 Hongasandra 12.897536 77.628075 Karim Darbar 12.903476 77.624473 Indian Restaurant Bengaluru
4971 Hongasandra 12.897536 77.628075 Adda 12.894555 77.620064 Indian Restaurant Bengaluru
4972 Hongasandra 12.897536 77.628075 Fooday kabab center 12.905933 77.629228 Indian Restaurant Bengaluru
4973 Hongasandra 12.897536 77.628075 Pepe Jeans London 12.906063 77.629099 Clothing Store Bengaluru
4974 Hongasandra 12.897536 77.628075 GB Palya 12.894504 77.636601 Bus Station Bengaluru
4975 Mangammanapalya 12.895760 77.645701 Mughal Treat 12.903680 77.649542 Middle Eastern Restaurant Bengaluru
4976 Mangammanapalya 12.895760 77.645701 cafe coffee day 12.891633 77.641196 Coffee Shop Bengaluru
4977 Mangammanapalya 12.895760 77.645701 Shopon Supermarket 12.899769 77.649421 Department Store Bengaluru
4978 Mangammanapalya 12.895760 77.645701 Kitchen Amalgamated 12.899443 77.650075 Indian Restaurant Bengaluru
4979 Mangammanapalya 12.895760 77.645701 Families Supermarket 12.899800 77.651110 Department Store Bengaluru
4980 Mangammanapalya 12.895760 77.645701 Krishna Sagar Greens 12.890109 77.639683 Indian Restaurant Bengaluru
4981 Mangammanapalya 12.895760 77.645701 Sri Krishna Sagar 12.889989 77.639571 Indian Restaurant Bengaluru
4982 Mangammanapalya 12.895760 77.645701 Melange 12.889850 77.639655 Indian Restaurant Bengaluru
4983 Mangammanapalya 12.895760 77.645701 Namma Shuttle 12.903919 77.647570 Badminton Court Bengaluru
4984 Mangammanapalya 12.895760 77.645701 Eeka Melange 12.889854 77.639615 Asian Restaurant Bengaluru
4985 Mangammanapalya 12.895760 77.645701 kudlu gate 12.889164 77.640186 Bus Station Bengaluru
4986 Mangammanapalya 12.895760 77.645701 Prerana Motors 12.890919 77.638418 Automotive Shop Bengaluru
4987 Mangammanapalya 12.895760 77.645701 GB Palya 12.894504 77.636601 Bus Station Bengaluru
4988 Singasandra 12.880275 77.654754 Zaika E Delhi 12.874196 77.649247 Indian Restaurant Bengaluru
4989 Singasandra 12.880275 77.654754 Nila Cafe 12.884373 77.649381 Kerala Restaurant Bengaluru
4990 Singasandra 12.880275 77.654754 Accenture Bang 7 Gym 12.874602 77.658598 Gym Bengaluru
4991 Singasandra 12.880275 77.654754 Bangalore 12.886818 77.657875 Hotel Bengaluru
4992 Singasandra 12.880275 77.654754 E-city bar 12.874198 77.649696 Bar Bengaluru
4993 Singasandra 12.880275 77.654754 Kotae Gardens 12.873219 77.650330 Indian Restaurant Bengaluru
4994 Singasandra 12.880275 77.654754 Unlock Bar 12.879803 77.645947 Bar Bengaluru
4995 Begur 12.863389 77.613011 SNN Raj Serenity Playground 12.859245 77.614772 Playground Bengaluru
4996 Begur 12.863389 77.613011 Axis Bank ATM 12.860140 77.606270 ATM Bengaluru
4997 Begur 12.863389 77.613011 Eagle ridge resort 12.856541 77.608466 Resort Bengaluru
4998 Begur 12.863389 77.613011 Magic Lake 12.868627 77.605747 Lake Bengaluru
4999 Arakere 12.878470 77.604179 Ingu Tengu 12.883268 77.607514 South Indian Restaurant Bengaluru
5000 Arakere 12.878470 77.604179 Swensens 12.876071 77.595542 Ice Cream Shop Bengaluru
5001 Arakere 12.878470 77.604179 Cinepolis 12.876119 77.595455 Multiplex Bengaluru
5002 Arakere 12.878470 77.604179 Simply Indian 12.879523 77.609748 Indian Restaurant Bengaluru
5003 Arakere 12.878470 77.604179 The Pint Room 12.875989 77.595602 Beer Garden Bengaluru
5004 Arakere 12.878470 77.604179 Amoeba 12.876073 77.595521 Bowling Alley Bengaluru
5005 Arakere 12.878470 77.604179 Cinepolis Audi - 6 12.876055 77.595571 Multiplex Bengaluru
5006 Arakere 12.878470 77.604179 Domino's Pizza 12.885000 77.604000 Pizza Place Bengaluru
5007 Arakere 12.878470 77.604179 Cafe Coffee Day 12.875987 77.595586 Café Bengaluru
5008 Arakere 12.878470 77.604179 Royal Meenakshi Mall 12.876093 77.595479 Shopping Mall Bengaluru
5009 Arakere 12.878470 77.604179 Hulimavu Lake 12.880224 77.603755 Lake Bengaluru
5010 Arakere 12.878470 77.604179 Seed Cafe & Momo Adda 12.883400 77.605490 Dumpling Restaurant Bengaluru
5011 Arakere 12.878470 77.604179 Sports Alley 12.876764 77.605220 Badminton Court Bengaluru
5012 Arakere 12.878470 77.604179 Kalmane Koffees 12.876042 77.595508 Café Bengaluru
5013 Arakere 12.878470 77.604179 Intalia 12.876085 77.595524 Italian Restaurant Bengaluru
5014 Arakere 12.878470 77.604179 Big Bazaar 12.876130 77.595616 Supermarket Bengaluru
5015 Arakere 12.878470 77.604179 Guru Palace 12.876641 77.595476 Dive Bar Bengaluru
5016 Arakere 12.878470 77.604179 Shoppers Stop 12.875725 77.599256 Department Store Bengaluru
5017 Arakere 12.878470 77.604179 Krishna Kuteer 12.878848 77.609970 South Indian Restaurant Bengaluru
5018 Arakere 12.878470 77.604179 Amma's Pastries 12.879938 77.609830 Bakery Bengaluru
5019 Arakere 12.878470 77.604179 Barista Lavazza 12.876080 77.595577 Café Bengaluru
5020 Arakere 12.878470 77.604179 McDonald's 12.876004 77.595582 Fast Food Restaurant Bengaluru
5021 Arakere 12.878470 77.604179 Croma 12.876044 77.595538 Electronics Store Bengaluru
5022 Arakere 12.878470 77.604179 Max 12.876004 77.595624 Clothing Store Bengaluru
5023 Arakere 12.878470 77.604179 Cinepolis - Audi 4 12.876419 77.596363 Movie Theater Bengaluru
5024 Arakere 12.878470 77.604179 Cinepolis - Audi 1 12.877944 77.595966 Movie Theater Bengaluru
5025 Arakere 12.878470 77.604179 Home Stop 12.876031 77.595871 Furniture / Home Store Bengaluru
5026 Arakere 12.878470 77.604179 Reliance Digital 12.879269 77.595504 Electronics Store Bengaluru
5027 Arakere 12.878470 77.604179 Mamacita 12.876007 77.595706 Mexican Restaurant Bengaluru
5028 Arakere 12.878470 77.604179 Sapna Book House 12.875543 77.595821 Bookstore Bengaluru
5029 Arakere 12.878470 77.604179 Health n Glow 12.875924 77.595577 Cosmetics Shop Bengaluru
5030 Arakere 12.878470 77.604179 Cinepolis - Audi 7 12.875955 77.595553 Multiplex Bengaluru
5031 Arakere 12.878470 77.604179 Kabab Magic 12.882240 77.596022 Indian Restaurant Bengaluru
5032 Gottigere 12.856532 77.587724 Apoorva Garden 12.854202 77.589027 Indian Restaurant Bengaluru
5033 Gottigere 12.856532 77.587724 Guru Greens 12.854075 77.589173 Indian Restaurant Bengaluru
5034 Gottigere 12.856532 77.587724 Uphara Banashree 12.853602 77.588473 Indian Restaurant Bengaluru
5035 Gottigere 12.856532 77.587724 DMart Gottigere 12.853606 77.588630 Department Store Bengaluru
5036 Gottigere 12.856532 77.587724 Grasshopper 12.864041 77.590045 Italian Restaurant Bengaluru
5037 Gottigere 12.856532 77.587724 Panipuriwala @ Food World 12.849775 77.588428 Food Truck Bengaluru
5038 Gottigere 12.856532 77.587724 M K Ahmed Bazaar 12.862963 77.590896 Department Store Bengaluru
5039 Konanakunte 12.879286 77.569753 Reliance Fresh 12.882915 77.566182 Department Store Bengaluru
5040 Konanakunte 12.879286 77.569753 Ice and Juice 12.879975 77.564200 Juice Bar Bengaluru
5041 Konanakunte 12.879286 77.569753 Surabhi Restaurant 12.885096 77.567262 Indian Restaurant Bengaluru
5042 Konanakunte 12.879286 77.569753 Kai Kai Ruchi 12.886424 77.566039 Vegetarian / Vegan Restaurant Bengaluru
5043 Anjanapur 12.854900 77.554300 capital club resorts 12.855979 77.555653 Pool Bengaluru
5044 Anjanapur 12.854900 77.554300 Vajramuni Nursery 12.859999 77.547890 Flower Shop Bengaluru
5045 Vasanthapura 12.889297 77.559552 Metro Cash And Carry 12.892819 77.566661 Department Store Bengaluru
5046 Vasanthapura 12.889297 77.559552 ISRO Layout 12.898286 77.559314 Neighborhood Bengaluru
5047 Vasanthapura 12.889297 77.559552 Konanakunte Cross 12.889549 77.563506 Bus Station Bengaluru
5048 Vasanthapura 12.889297 77.559552 Kai Kai Ruchi 12.886424 77.566039 Vegetarian / Vegan Restaurant Bengaluru
5049 Vasanthapura 12.889297 77.559552 Coffee Day Xpress 12.893055 77.566760 Café Bengaluru
5050 Hemmigepura 12.931046 77.508580 Subway 12.931222 77.515314 Sandwich Place Bengaluru
5051 Hemmigepura 12.931046 77.508580 Coffee Day Global Village 12.922747 77.506413 Café Bengaluru
5052 Hemmigepura 12.931046 77.508580 Snap Fitness 12.930121 77.515127 Gym Bengaluru
5053 Hemmigepura 12.931046 77.508580 Queen Star Football Club 12.930385 77.515550 Soccer Field Bengaluru
5054 Hemmigepura 12.931046 77.508580 METRO Cash & Carry 12.926560 77.502599 Big Box Store Bengaluru
5055 Hemmigepura 12.931046 77.508580 Cheffu 'n' Stuffu 12.926250 77.514750 Diner Bengaluru
5056 Hemmigepura 12.931046 77.508580 Hot & Cool Corner - Chinese Fast Food 12.928924 77.517149 Chinese Restaurant Bengaluru
5057 Hemmigepura 12.931046 77.508580 Oasis Restaurant 12.922659 77.506363 Indian Restaurant Bengaluru
5058 Hemmigepura 12.931046 77.508580 Trident Auto Honda 12.935974 77.516166 Auto Garage Bengaluru
In [242]:
comp_venues = pd.concat([blr_venues, seoul_venues, van_venues, san_venues, 
                         lp_venues, barc_venues], ignore_index=True)
comp_venues.shape
Out[242]:
(22295, 8)
In [243]:
comp_venues.head()
Out[243]:
Neighbourhood Neighbourhood Latitude Neighbourhood Longitude Venue Venue Latitude Venue Longitude Venue Category City
0 Kempegowda 13.109018 77.60190 Gokul Vegetarian 13.104534 77.600152 Vegetarian / Vegan Restaurant Bengaluru
1 Kempegowda 13.109018 77.60190 Yelahanka lake 13.103729 77.602205 Lake Bengaluru
2 Kempegowda 13.109018 77.60190 Gobi Adda 13.103732 77.602401 Food Truck Bengaluru
3 Kempegowda 13.109018 77.60190 Udupi Grand, Kogilu Cross 13.103455 77.600627 Fast Food Restaurant Bengaluru
4 Chowdeshwari 12.925190 77.58802 Krazzy Folds 12.927195 77.586100 Mexican Restaurant Bengaluru
In [244]:
comp_ohe = onehot_comp_df(comp_venues)
comp_ohe
In [245]:
comp_grouped = comp_ohe.groupby(['Neighbourhood', 'City']).sum().reset_index()
comp_grouped.head()
In [267]:
comp_sorted_venues = sorted_comp_dataframe(comp_grouped)
comp_sorted_venues.head()
Out[267]:
Neighbourhood City 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 A.Narayanapura Bengaluru Indian Restaurant Pizza Place Fast Food Restaurant Department Store Clothing Store Bus Station Café Coffee Shop Donut Shop Convenience Store Multicuisine Indian Restaurant Snack Place New American Restaurant Restaurant Pharmacy Italian Restaurant Steakhouse Shopping Mall Filipino Restaurant Flea Market
1 Adugodi Bengaluru Indian Restaurant Lounge Café Dessert Shop Brewery Bookstore Coffee Shop Tea Room Multiplex Donut Shop Cosmetics Shop Fast Food Restaurant Chinese Restaurant Movie Theater Men's Store Clothing Store Shopping Mall Food Court Tibetan Restaurant Pizza Place
2 Agaram Bengaluru Hotel Café Indian Restaurant Mexican Restaurant Cafeteria Fast Food Restaurant Coffee Shop Pizza Place Gym Sandwich Place Tea Room Lounge Arcade Food Court Restaurant Intersection Juice Bar Furniture / Home Store Irish Pub Chinese Restaurant
3 Agrahara Dasarahalli Bengaluru Indian Restaurant Snack Place Department Store Bus Station Ice Cream Shop Fast Food Restaurant Metro Station Market Platform Playground Asian Restaurant Toll Plaza Café Food Truck Miscellaneous Shop Juice Bar Deli / Bodega Breakfast Spot Indie Movie Theater Football Stadium
4 Aigburth Liverpool Hotel Indian Restaurant Café Cricket Ground Other Great Outdoors Steakhouse English Restaurant Pub Flea Market Food Flower Shop Zoo Exhibit Fish Market Food Court Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Food & Drink Shop
In [268]:
kclusters = 8
comp_grouped_clustering = comp_grouped.drop(['Neighbourhood', 'City'], axis=1)
kmeans_comp = KMeans(kclusters, random_state=123).fit(comp_grouped_clustering)

len(kmeans_comp.labels_)
Out[268]:
464
In [269]:
comp_merged = df_neigh.copy()
comp_merged = comp_merged[comp_merged['Neighbourhood'].isin(comp_grouped['Neighbourhood'])].reset_index(drop=True)
comp_merged.shape
Out[269]:
(464, 6)
In [270]:
comp_merged
Out[270]:
Neighbourhood City State Country Latitude Longitude
0 Kempegowda Bengaluru KA India 13.109018 77.601900
1 Chowdeshwari Bengaluru KA India 12.925190 77.588020
2 Attur Bengaluru KA India 13.111482 77.563056
3 Yelahanka Satellite Town Bengaluru KA India 13.089139 77.582717
4 Jakkur Bengaluru KA India 13.078474 77.606894
5 Thanisandra Bengaluru KA India 13.054713 77.633926
6 Byatarayanapura Bengaluru KA India 13.062074 77.596392
7 Kodigehalli Bengaluru KA India 13.060113 77.576773
8 Vidyaranyapura Bengaluru KA India 13.076641 77.557732
9 Doddabommasandra Bengaluru KA India 13.064967 77.562966
10 Kuvempu Nagar Bengaluru KA India 13.073193 77.541713
11 Mallasandra Bengaluru KA India 13.054024 77.515175
12 Bagalagunte Bengaluru KA India 13.056293 77.506941
13 T-Dasarahalli Bengaluru KA India 13.045141 77.514789
14 Jalahalli Bengaluru KA India 13.046453 77.548380
15 J.P.Park Bengaluru KA India 41.249955 -96.073933
16 Radhakrishna Temple Bengaluru KA India 13.033687 77.575665
17 Sanjay Nagar Bengaluru KA India 12.957866 77.695875
18 Ganga Nagar Bengaluru KA India 13.023247 77.588357
19 Hebbal Bengaluru KA India 13.038218 77.591900
20 Vishwanathnagenahalli Bengaluru KA India 13.038800 77.604100
21 Nagavara Bengaluru KA India 13.037465 77.623602
22 HBR Layout Bengaluru KA India 13.035870 77.632360
23 Horamavu Bengaluru KA India 13.027331 77.660151
24 Ramamurthy Nagar Bengaluru KA India 13.012022 77.677782
25 Banaswadi Bengaluru KA India 13.014162 77.651854
26 Kammanahalli Bengaluru KA India 13.009346 77.637709
27 Kacharakanahalli Bengaluru KA India 13.016300 77.631138
28 Kadugondanahalli Bengaluru KA India 13.020703 77.621546
29 Kushal Nagar Bengaluru KA India 13.018785 77.615114
30 Kavalbyrasandra Bengaluru KA India 13.031375 77.613194
31 Manorayanapalya Bengaluru KA India 13.025109 77.596441
32 Gangenahalli Bengaluru KA India 13.017426 77.587883
33 Aramane Nagar Bengaluru KA India 13.030426 77.569741
34 Mathikere Bengaluru KA India 13.032888 77.557374
35 Yeshwanthpur Bengaluru KA India 13.021835 77.547686
36 H.M.T Bengaluru KA India 1.304135 103.831601
37 Dodda Bidarkallu Bengaluru KA India 13.033300 77.490600
38 Peenya Industrial Area Bengaluru KA India 13.027925 77.533676
39 Lakshmidevi Nagar Bengaluru KA India 13.015538 77.526197
40 Nandini Layout Bengaluru KA India 13.010406 77.537803
41 Marappana Palya Bengaluru KA India 13.020600 77.551600
42 Malleshwaram Bengaluru KA India 13.002735 77.570325
43 Jayachamarajendra Nagar Bengaluru KA India 13.015621 77.595221
44 Devarajeevanahalli Bengaluru KA India 13.010900 77.609500
45 Muneshwara Nagar Bengaluru KA India 13.014081 77.611474
46 Lingarajapuram Bengaluru KA India 13.011768 77.627829
47 Benniganahalli Bengaluru KA India 12.994919 77.662603
48 Vijinapura Bengaluru KA India 13.035474 77.570983
49 K.R.Puram Bengaluru KA India 13.017068 77.698910
50 Hoodi Bengaluru KA India 12.991903 77.716201
51 Devasandra Bengaluru KA India 13.001198 77.688193
52 A.Narayanapura Bengaluru KA India 12.993194 77.670377
53 C.V.Raman Nagar Bengaluru KA India 12.985648 77.664977
54 Hosathippasandra Bengaluru KA India 12.973936 77.650998
55 Maruthiseva Nagar Bengaluru KA India 13.001400 77.629800
56 Sagayapuram Bengaluru KA India 13.006600 77.620300
57 S.K.Garden Bengaluru KA India 13.005562 77.608356
58 Ramaswamy Palya Bengaluru KA India 13.006307 77.599353
59 Jayamahal Bengaluru KA India 12.998812 77.597579
60 Rajamahal Bengaluru KA India 13.001747 77.578306
61 Subramanya Nagar Bengaluru KA India 13.008009 77.557241
62 Mahalakshmipuram Bengaluru KA India 13.001202 77.546024
63 Laggere Bengaluru KA India 13.010868 77.520730
64 Rajagopala Nagar Bengaluru KA India 13.017559 77.513462
65 Hegganahalli Bengaluru KA India 12.999409 77.501765
66 Herohalli Bengaluru KA India 12.982277 77.483153
67 Kottigepalya Bengaluru KA India 12.984549 77.511805
68 Shakthiganapathi Nagar Bengaluru KA India 12.992300 77.537200
69 Shankaramata Bengaluru KA India 17.400800 78.508000
70 Gayathri Nagar Bengaluru KA India 12.999386 77.560640
71 Dattathreya Temple Bengaluru KA India 12.934300 77.565900
72 Pulikeshi Nagar Bengaluru KA India 12.997000 77.614400
73 Sarvagna Nagar Bengaluru KA India 12.990689 77.633359
74 Hoysala Nagar Bengaluru KA India 12.980209 77.627377
75 Vignana Nagar Bengaluru KA India 15.803141 78.041518
76 Garudacharpalya Bengaluru KA India 12.993425 77.700516
77 Kadugudi Bengaluru KA India 12.990800 77.760800
78 Hagadooru Bengaluru KA India 12.966100 77.757000
79 Doddanekkundi Bengaluru KA India 12.976395 77.694118
80 Marathalli Bengaluru KA India 12.964648 77.701769
81 HAL Airport Bengaluru KA India 12.951466 77.670617
82 Jeevanbhima Nagar Bengaluru KA India 12.964861 77.651200
83 Jogupalya Bengaluru KA India 12.973267 77.633781
84 Ulsoor Bengaluru KA India 12.977879 77.624670
85 Bharathi Nagar Bengaluru KA India 13.138476 77.620499
86 Shivaji Nagar Bengaluru KA India 19.111431 72.867310
87 Vasanth Nagar Bengaluru KA India 12.988721 77.585169
88 Gandhi Nagar Bengaluru KA India 12.977153 77.578401
89 Subhash Nagar Bengaluru KA India 12.982667 77.569539
90 Okalipuram Bengaluru KA India 12.982047 77.564229
91 Dayananda Nagar Bengaluru KA India 12.991025 77.564519
92 Prakash Nagar Bengaluru KA India 15.332831 76.454770
93 Rajaji Nagar Bengaluru KA India 13.111516 80.211606
94 Basaveshwara Nagar Bengaluru KA India 12.993383 77.538947
95 Kamakshipalya Bengaluru KA India 12.982362 77.522638
96 Vrushabhavathi Bengaluru KA India 12.942700 77.568000
97 Kaveripura Bengaluru KA India 12.979884 77.525749
98 Govindraja Nagara Bengaluru KA India 12.976300 77.535400
99 Agrahara Dasarahalli Bengaluru KA India 12.979063 77.540682
100 Dr.Rajkumar Ward Bengaluru KA India 12.961052 77.638751
101 Shiva Nagar Bengaluru KA India 13.032804 77.671724
102 Sri Rammandira Bengaluru KA India 12.941700 77.619200
103 Chickpete Bengaluru KA India 12.970828 77.576519
104 Sampangiram Nagar Bengaluru KA India 12.975878 77.590601
105 Shanthala Nagar Bengaluru KA India 12.971700 77.600600
106 Domlur Bengaluru KA India 12.962467 77.638196
107 Konena Agrahara Bengaluru KA India 12.958606 77.662337
108 Agaram Bengaluru KA India 12.945704 77.637886
109 Vannarpet Bengaluru KA India 12.962832 77.616716
110 Neelasandra Bengaluru KA India 12.952179 77.614092
111 Shanthi Nagar Bengaluru KA India 12.958254 77.602571
112 Sudam Nagar Bengaluru KA India 19.006303 72.819127
113 Dharmarayaswamy Temple Ward Bengaluru KA India 12.965300 77.583200
114 Cottonpet Bengaluru KA India 12.967805 77.570267
115 Binnipet Bengaluru KA India 12.965400 77.561700
116 Kempapura Agrahara Bengaluru KA India 12.970623 77.555376
117 Vijay Nagar Bengaluru KA India 16.506552 75.303067
118 Hosahalli Bengaluru KA India 12.968012 77.545164
119 Marenahalli Bengaluru KA India 12.918259 77.591665
120 Maruthi Mandira Ward Bengaluru KA India 12.967639 77.536305
121 Moodalapalya Bengaluru KA India 12.970682 77.524863
122 Jnanabharathi Ward Bengaluru KA India 12.977900 77.502700
123 Ullalu Bengaluru KA India 12.946206 77.487471
124 Nayandanahalli Bengaluru KA India 12.944600 77.525600
125 Hampi Nagar Bengaluru KA India 12.960911 77.535841
126 Bapuji Nagar Bengaluru KA India 12.955670 77.540249
127 Padarayanapura Bengaluru KA India 12.963801 77.547523
128 Jagareevanram Nagar Bengaluru KA India 12.965600 77.550700
129 Rayapuram Bengaluru KA India 12.964870 77.556562
130 Chalavadipalya Bengaluru KA India 12.964795 77.565060
131 K.R.Market Bengaluru KA India 12.963978 77.576660
132 Chamrajpet Bengaluru KA India 12.956997 77.563368
133 Azad Nagar Bengaluru KA India 12.957058 77.551282
134 Sunkenahalli Bengaluru KA India 12.948239 77.569000
135 Visvesvarapuram Bengaluru KA India 12.950100 77.578400
136 Siddapura Bengaluru KA India 12.943459 77.593151
137 Hombegowda Nagar Bengaluru KA India 12.979120 77.591300
138 Adugodi Bengaluru KA India 12.942847 77.610416
139 Ejipura Bengaluru KA India 12.945245 77.626914
140 Varthur Bengaluru KA India 12.940615 77.746994
141 Bellandur Bengaluru KA India 12.979120 77.591300
142 Koramangala Bengaluru KA India 12.934011 77.622230
143 Sudduguntepalya Bengaluru KA India 12.982800 77.655000
144 Jayangar Bengaluru KA India 12.930800 77.583800
145 Basavanagudi Bengaluru KA India 12.941726 77.575502
146 Hanumantha Nagar Bengaluru KA India 12.940641 77.563543
147 Sri Nagar Bengaluru KA India 12.975903 77.602228
148 Gali Anjaneya Swamy Temple Ward Bengaluru KA India 12.936700 77.549700
149 Deepanjali Nagar Bengaluru KA India 12.952694 77.535647
150 Kengeri Bengaluru KA India 12.919940 77.483349
151 Rajarajeshwari Nagar Bengaluru KA India 12.927441 77.515522
152 Hosakerehalli Bengaluru KA India 12.930188 77.537833
153 Giri Nagar Bengaluru KA India 28.048600 81.625678
154 Katriguppe Bengaluru KA India 12.928095 77.548884
155 Vidyapeetha Bengaluru KA India 12.302184 76.682757
156 Ganeshmandira Ward Bengaluru KA India 12.927900 77.569200
157 Yadiyuru Bengaluru KA India 12.976705 76.861423
158 Pattabhiram Nagar Bengaluru KA India 12.925044 77.588406
159 Jayanagar East Bengaluru KA India 12.933659 77.590924
160 Gurappanapalya Bengaluru KA India 12.919861 77.600183
161 Madiwala Bengaluru KA India 12.921227 77.617951
162 Jakkasandra Bengaluru KA India 12.920659 77.629548
163 HSR Layout Bengaluru KA India 12.911623 77.638862
164 Bommanahalli Bengaluru KA India 12.908945 77.623904
165 BTM Layout Bengaluru KA India 12.915177 77.610282
166 J.P.Nagar Bengaluru KA India 12.909492 77.596739
167 Sarakki Bengaluru KA India 12.907969 77.583127
168 Shakambari Nagar Bengaluru KA India 12.917030 77.579741
169 Banashankari Temple Ward Bengaluru KA India 12.912651 77.570032
170 Kumaraswamy Layout Bengaluru KA India 12.908149 77.555318
171 Padmanabha Nagar Bengaluru KA India 12.916279 77.556075
172 Chikkalasandra Bengaluru KA India 12.912192 77.547634
173 Uttarahalli Bengaluru KA India 12.905568 77.545544
174 Yelachenahalli Bengaluru KA India 12.897971 77.570085
175 Jaraganahalli Bengaluru KA India 12.900230 77.578396
176 Puttenahalli Bengaluru KA India 12.895432 77.580699
177 Bilekahalli Bengaluru KA India 12.899593 77.610317
178 Hongasandra Bengaluru KA India 12.897536 77.628075
179 Mangammanapalya Bengaluru KA India 12.895760 77.645701
180 Singasandra Bengaluru KA India 12.880275 77.654754
181 Begur Bengaluru KA India 12.863389 77.613011
182 Arakere Bengaluru KA India 12.878470 77.604179
183 Gottigere Bengaluru KA India 12.856532 77.587724
184 Konanakunte Bengaluru KA India 12.879286 77.569753
185 Anjanapur Bengaluru KA India 12.854900 77.554300
186 Vasanthapura Bengaluru KA India 12.889297 77.559552
187 Hemmigepura Bengaluru KA India 12.931046 77.508580
188 Dobong-gu Seoul Gyeonggi South Korea 37.679208 127.045547
189 Dongdaemun-gu Seoul Gyeonggi South Korea 37.597121 127.051987
190 Dongjak-gu Seoul Gyeonggi South Korea 37.502973 126.980358
191 Eunpyeong-gu Seoul Gyeonggi South Korea 37.627176 126.925664
192 Gangbuk-gu Seoul Gyeonggi South Korea 37.638623 127.014857
193 Gangdong-gu Seoul Gyeonggi South Korea 37.569501 127.177941
194 Gangnam-gu Seoul Gyeonggi South Korea 37.517873 127.056772
195 Gangseo-gu Seoul Gyeonggi South Korea 37.562975 126.821596
196 Geumcheon-gu Seoul Gyeonggi South Korea 37.454686 126.894561
197 Guro-gu Seoul Gyeonggi South Korea 37.503447 126.882509
198 Gwanak-gu Seoul Gyeonggi South Korea 37.458115 126.952161
199 Gwangjin-gu Seoul Gyeonggi South Korea 37.551698 127.089795
200 Jongno-gu Seoul Gyeonggi South Korea 37.587520 126.969330
201 Jung-gu Seoul Gyeonggi South Korea 37.687026 127.539751
202 Jungnang-gu Seoul Gyeonggi South Korea 37.617416 127.091097
203 Mapo-gu Seoul Gyeonggi South Korea 37.568302 126.897248
204 Nowon-gu Seoul Gyeonggi South Korea 37.632972 127.075034
205 Seocho-gu Seoul Gyeonggi South Korea 37.505486 127.005495
206 Seodaemun-gu Seoul Gyeonggi South Korea 37.564786 126.962170
207 Seongbuk-gu Seoul Gyeonggi South Korea 37.591487 126.998447
208 Seongdong-gu Seoul Gyeonggi South Korea 37.543592 127.044740
209 Songpa-gu Seoul Gyeonggi South Korea 37.476609 127.137493
210 Yangcheon-gu Seoul Gyeonggi South Korea 37.520534 126.834419
211 Yeongdeungpo-gu Seoul Gyeonggi South Korea 37.525389 126.926634
212 Yongsan-gu Seoul Gyeonggi South Korea 37.553098 126.972613
213 Seoul Seoul Gyeonggi South Korea 37.517873 127.056772
214 Arbutus Ridge Vancouver BC Canada 49.246305 -123.159636
215 Downtown Vancouver BC Canada 49.283393 -123.117456
216 Dunbar-Southlands Vancouver BC Canada 49.237864 -123.184354
217 Fairview Vancouver BC Canada 49.261956 -123.130408
218 Grandview-Woodland Vancouver BC Canada 49.275849 -123.066934
219 Hastings-Sunrise Vancouver BC Canada 49.277830 -123.040005
220 Kensington-Cedar Cottage Vancouver BC Canada 49.247632 -123.084207
221 Kerrisdale Vancouver BC Canada 49.220985 -123.159548
222 Killarney Vancouver BC Canada 49.218012 -123.037115
223 Kitsilano Vancouver BC Canada 49.269410 -123.155267
224 Marpole Vancouver BC Canada 49.209223 -123.136150
225 Mount Pleasant Vancouver BC Canada 49.264048 -123.096249
226 Oakridge Vancouver BC Canada 49.226615 -123.122943
227 Renfrew-Collingwood Vancouver BC Canada 49.248577 -123.040179
228 Riley Park Vancouver BC Canada 49.244854 -123.103035
229 Shaughnessy Vancouver BC Canada 49.246305 -123.138405
230 South Cambie Vancouver BC Canada 49.246464 -123.121603
231 Strathcona Vancouver BC Canada 49.277693 -123.088539
232 Sunset Vancouver BC Canada 49.219093 -123.091665
233 Victoria-Fraserview Vancouver BC Canada 49.218980 -123.063816
234 West End Vancouver BC Canada 49.284131 -123.131795
235 Alamo Square San Francisco CA USA 37.776360 -122.434689
236 Anza Vista San Francisco CA USA 37.780836 -122.443149
237 Ashbury Heights San Francisco CA USA 33.767601 -84.274163
238 Balboa Park San Francisco CA USA 37.721427 -122.447547
239 Balboa Terrace San Francisco CA USA 32.809471 -117.208557
240 Bayview San Francisco CA USA 43.766799 -79.387379
241 Belden Place San Francisco CA USA 37.791744 -122.403886
242 Bernal Heights San Francisco CA USA 37.742986 -122.415804
243 Buena Vista San Francisco CA USA 37.806532 -122.420648
244 Butchertown (Old and New) San Francisco CA USA 38.256900 -85.728700
245 Castro San Francisco CA USA 37.760856 -122.434957
246 Cathedral Hill San Francisco CA USA 45.417569 -75.708712
247 Cayuga Terrace San Francisco CA USA 42.918956 -76.726340
248 China Basin San Francisco CA USA 37.776330 -122.391839
249 Chinatown San Francisco CA USA 37.794301 -122.406376
250 Civic Center San Francisco CA USA 37.779594 -122.416794
251 Clarendon Heights San Francisco CA USA 37.755154 -122.452873
252 Cole Valley San Francisco CA USA 37.765813 -122.449962
253 Corona Heights San Francisco CA USA 37.764886 -122.439368
254 Cow Hollow San Francisco CA USA 37.797262 -122.436248
255 Crocker-Amazon San Francisco CA USA 37.709378 -122.438587
256 Design District San Francisco CA USA 32.789909 -96.818811
257 Diamond Heights San Francisco CA USA 7.050272 125.502647
258 Dogpatch San Francisco CA USA 37.760698 -122.389202
259 Dolores Heights San Francisco CA USA 37.756118 -122.430932
260 Duboce Triangle San Francisco CA USA 37.767138 -122.432230
261 Embarcadero San Francisco CA USA 37.792864 -122.396912
262 Eureka Valley San Francisco CA USA 37.760956 -122.435509
263 Excelsior San Francisco CA USA 37.721794 -122.435382
264 Fillmore San Francisco CA USA 37.784083 -122.433085
265 Financial District San Francisco CA USA 37.793647 -122.398938
266 Financial District South San Francisco CA USA 37.793647 -122.398938
267 Fisherman's Wharf San Francisco CA USA 37.809167 -122.416599
268 Forest Hill San Francisco CA USA 37.747431 -122.463583
269 Forest Knolls San Francisco CA USA 49.146012 -122.590586
270 Glen Park San Francisco CA USA 37.734281 -122.434470
271 Golden Gate Heights San Francisco CA USA 43.723213 -79.560014
272 Haight-Ashbury San Francisco CA USA 37.770015 -122.446952
273 Hayes Valley San Francisco CA USA 37.776685 -122.422936
274 Hunters Point San Francisco CA USA 37.726771 -122.371572
275 India Basin San Francisco CA USA 37.736042 -122.370526
276 Ingleside San Francisco CA USA 37.722987 -122.453027
277 Ingleside Terraces San Francisco CA USA 37.719800 -122.453800
278 Inner Sunset San Francisco CA USA 37.761450 -122.467643
279 Irish Hill San Francisco CA USA 37.758968 -122.386033
280 Islais Creek San Francisco CA USA 37.743399 -122.445918
281 Jackson Square San Francisco CA USA 43.258128 -79.871600
282 Japantown San Francisco CA USA 37.785579 -122.429809
283 Jordan Park San Francisco CA USA 37.784652 -122.456638
284 Laguna Honda San Francisco CA USA 37.747987 -122.459116
285 Lake Street San Francisco CA USA 37.785283 -122.491699
286 Lakeside San Francisco CA USA 44.637712 -63.693666
287 Lakeshore San Francisco CA USA 42.303830 -82.818927
288 Laurel Heights San Francisco CA USA 34.822888 -82.347093
289 Lincoln Manor San Francisco CA USA 38.889171 -121.304163
290 Little Hollywood San Francisco CA USA -37.893133 145.077193
291 Little Russia San Francisco CA USA 40.233821 -84.409673
292 Little Saigon San Francisco CA USA 37.784316 -122.416348
293 Lone Mountain San Francisco CA USA 37.779096 -122.451916
294 Lower Haight San Francisco CA USA 37.771926 -122.432479
295 Lower Pacific Heights San Francisco CA USA 37.785767 -122.438904
296 Lower Nob Hill San Francisco CA USA 37.789000 -122.410900
297 Marina District San Francisco CA USA 37.802984 -122.437472
298 Merced Heights San Francisco CA USA 37.717507 -122.470281
299 Midtown Terrace San Francisco CA USA 36.145642 -95.963016
300 Mid-Market San Francisco CA USA 30.328810 35.443828
301 Miraloma Park San Francisco CA USA -0.193762 -78.477301
302 Mission Bay San Francisco CA USA 37.770774 -122.391171
303 Mission District San Francisco CA USA 37.759930 -122.419138
304 Mission Dolores San Francisco CA USA 31.523255 -94.115510
305 Mission Terrace San Francisco CA USA 34.246491 -119.044215
306 Monterey Heights San Francisco CA USA 32.512085 -85.090769
307 Mount Davidson San Francisco CA USA 37.738264 -122.453305
308 Nob Hill San Francisco CA USA 37.793262 -122.415249
309 Noe Valley San Francisco CA USA 37.751591 -122.432081
310 North Beach San Francisco CA USA 37.801175 -122.409002
311 North of Panhandle San Francisco CA USA 37.778408 -122.442599
312 Oceanview San Francisco CA USA 37.713651 -122.457483
313 Outer Mission San Francisco CA USA 37.752498 -122.412826
314 Outer Sunset San Francisco CA USA 37.760828 -122.496574
315 Pacific Heights San Francisco CA USA 37.792717 -122.435644
316 Parkmerced San Francisco CA USA 37.717176 -122.478947
317 Parnassus San Francisco CA USA 37.765267 -122.447755
318 Polk Gulch San Francisco CA USA 41.649466 -93.500067
319 Portola San Francisco CA USA 37.726379 -122.408551
320 Portola Place San Francisco CA USA 32.748829 -117.179077
321 Potrero Hill San Francisco CA USA 37.756583 -122.399137
322 Presidio San Francisco CA USA 37.798746 -122.464589
323 Presidio Heights San Francisco CA USA 37.788751 -122.453027
324 Richmond District San Francisco CA USA 37.780643 -122.472596
325 Rincon Hill San Francisco CA USA 37.785207 -122.391915
326 Russian Hill San Francisco CA USA 37.800073 -122.417094
327 Saint Francis Wood San Francisco CA USA 37.734653 -122.468027
328 Sea Cliff San Francisco CA USA 34.344441 -119.418173
329 Silver Terrace San Francisco CA USA 37.733854 -122.400028
330 South Beach San Francisco CA USA 37.779814 -122.391150
331 South End San Francisco CA USA 44.631833 -63.580027
332 South of Market San Francisco CA USA 37.780893 -122.400952
333 South Park San Francisco CA USA 37.781590 -122.393975
334 Sunnydale San Francisco CA USA 37.709207 -122.404966
335 Sunset District San Francisco CA USA 37.753542 -122.495249
336 Telegraph Hill San Francisco CA USA 37.800785 -122.404091
337 Tenderloin San Francisco CA USA 37.784249 -122.413993
338 Treasure Island San Francisco CA USA 37.823354 -122.370153
339 Twin Peaks San Francisco CA USA 37.754640 -122.446480
340 Union Square San Francisco CA USA 37.787936 -122.407517
341 University Mound San Francisco CA USA 55.949511 -3.195349
342 Upper Market San Francisco CA USA 16.417114 120.592371
343 Visitacion Valley San Francisco CA USA 37.712132 -122.409713
344 Vista del Mar San Francisco CA USA 49.990345 -125.227733
345 West Portal San Francisco CA USA 37.741141 -122.465634
346 Western Addition San Francisco CA USA 37.779559 -122.429810
347 Westwood Highlands San Francisco CA USA 14.286750 120.944712
348 Westwood Park San Francisco CA USA 49.277466 -122.777594
349 Aigburth Liverpool North West England UK 53.364554 -2.926727
350 Allerton Liverpool North West England UK 53.381411 -2.906380
351 Anfield (suburb) Liverpool North West England UK 53.432800 -2.954600
352 Belle Vale Liverpool North West England UK 53.395074 -2.864178
353 Broadgreen Liverpool North West England UK 53.411573 -2.908782
354 Canning Liverpool North West England UK 53.402393 -2.993692
355 Childwall Liverpool North West England UK 53.395311 -2.885974
356 Chinatown Liverpool North West England UK 53.397964 -2.979735
357 Liverpool city centre Liverpool North West England UK 53.404967 -2.991608
358 Clubmoor Liverpool North West England UK 53.429620 -2.934187
359 Croxteth Liverpool North West England UK 53.451060 -2.891127
360 Dingle Liverpool North West England UK 53.379877 -2.963468
361 Dovecot Liverpool North West England UK 53.421706 -2.884023
362 Edge Hill Liverpool North West England UK 53.402400 -2.946699
363 Everton Liverpool North West England UK 53.420354 -2.973229
364 Fairfield Liverpool North West England UK 53.411445 -2.924509
365 Fazakerley Liverpool North West England UK 53.468984 -2.936971
366 Garston Liverpool North West England UK 53.352299 -2.896110
367 Gateacre Liverpool North West England UK 53.383993 -2.858086
368 Gillmoss Liverpool North West England UK 53.459907 -2.901991
369 Grassendale Liverpool North West England UK 53.358240 -2.917754
370 Hunt's Cross Liverpool North West England UK 53.360733 -2.855409
371 Kensington Liverpool North West England UK 53.411802 -2.952468
372 Kirkdale Liverpool North West England UK 53.440785 -2.981167
373 Knotty Ash Liverpool North West England UK 53.415467 -2.896207
374 Mossley Hill Liverpool North West England UK 53.378557 -2.914829
375 Netherley Liverpool North West England UK 53.389181 -2.840035
376 Norris Green Liverpool North West England UK 53.446428 -2.925689
377 Old Swan Liverpool North West England UK 53.411015 -2.906018
378 Orrell Park Liverpool North West England UK 53.462029 -2.962716
379 St Michael's Hamlet Liverpool North West England UK 53.375663 -2.952948
380 Sefton Park (district) Liverpool North West England UK 53.381000 -2.940000
381 Speke Liverpool North West England UK 53.345099 -2.861982
382 Stoneycroft Liverpool North West England UK 53.421325 -2.926846
383 Toxteth Liverpool North West England UK 53.391242 -2.966241
384 Tuebrook Liverpool North West England UK 53.424701 -2.940850
385 Vauxhall Liverpool North West England UK 53.415996 -2.985000
386 Walton Liverpool North West England UK 53.444109 -2.962854
387 Wavertree Liverpool North West England UK 53.397572 -2.932510
388 West Derby Liverpool North West England UK 53.433060 -2.920281
389 Woolton Liverpool North West England UK 53.374521 -2.866792
390 L'Antiga Esquerra de l'Eixample Barcelona CAT Spain 41.390000 2.155000
391 El Baix Guinardó Barcelona CAT Spain 41.411437 2.168651
392 La Barceloneta Barcelona CAT Spain 41.380653 2.189927
393 Baró de Viver Barcelona CAT Spain 41.446445 2.199361
394 El Besòs i el Maresme Barcelona CAT Spain 41.414979 2.213877
395 Bon Pastor Barcelona CAT Spain 41.436110 2.204807
396 La Bordeta (Barcelona) Barcelona CAT Spain 41.369142 2.137373
397 Camp d'en Grassot i Gràcia Nova Barcelona CAT Spain 41.404589 2.166781
398 El Camp de l'Arpa del Clot Barcelona CAT Spain 41.410754 2.182816
399 Can Baró Barcelona CAT Spain 41.416092 2.162402
400 Can Peguera Barcelona CAT Spain 41.434857 2.165785
401 Canyelles (neighbourhood) Barcelona CAT Spain 41.444700 2.163400
402 El Carmel Barcelona CAT Spain 41.425591 2.154959
403 Ciutat Meridiana Barcelona CAT Spain 41.462034 2.178398
404 El Clot Barcelona CAT Spain 41.409953 2.190823
405 La Clota Barcelona CAT Spain 41.427857 2.152407
406 El Congrés i els Indians Barcelona CAT Spain 41.423716 2.180851
407 Les Corts (neighbourhood) Barcelona CAT Spain 41.389600 2.132500
408 Diagonal Mar i el Front Marítim del Poblenou Barcelona CAT Spain 41.405228 2.213352
409 Dreta de l'Eixample Barcelona CAT Spain 41.395037 2.167207
410 La Font d'en Fargues Barcelona CAT Spain 41.425788 2.165915
411 La Font de la Guatlla Barcelona CAT Spain 41.370782 2.144676
412 Fort Pienc Barcelona CAT Spain 41.395925 2.182325
413 Gothic Quarter Barcelona CAT Spain 41.383395 2.176912
414 Gran Via (Barcelona) Barcelona CAT Spain 41.561072 2.101381
415 El Guinardó Barcelona CAT Spain 41.417733 2.173632
416 La Guineueta Barcelona CAT Spain 41.440303 2.170402
417 Horta Barcelona CAT Spain 41.433021 2.159088
418 Hostafrancs Barcelona CAT Spain 41.375088 2.142933
419 La Marina de Port Barcelona CAT Spain 41.360296 2.137584
420 La Marina del Prat Vermell Barcelona CAT Spain 41.353842 2.142318
421 La Maternitat i Sant Ramon Barcelona CAT Spain 41.382077 2.125483
422 Montbau Barcelona CAT Spain 41.429550 2.144538
423 Montjuïc Barcelona CAT Spain 41.611201 1.652638
424 Navas, Sant Andreu Barcelona CAT Spain 41.418177 2.185133
425 La Nova Esquerra de l'Eixample Barcelona CAT Spain 41.383389 2.149000
426 El Parc i la Llacuna del Poblenou Barcelona CAT Spain 41.400733 2.191342
427 Pedralbes Barcelona CAT Spain 41.390140 2.112218
428 El Poble-sec Barcelona CAT Spain 41.374980 2.160572
429 Porta Barcelona CAT Spain 41.433188 2.176034
430 La Prosperitat Barcelona CAT Spain 41.442333 2.179438
431 Provençals del Poblenou Barcelona CAT Spain 41.411948 2.204125
432 El Putget i Farró Barcelona CAT Spain 41.407476 2.143283
433 El Raval Barcelona CAT Spain 41.379518 2.168368
434 Les Roquetes Barcelona CAT Spain 41.447798 2.176271
435 Sagrada Família (neighborhood) Barcelona CAT Spain 41.404500 2.175700
436 La Sagrera Barcelona CAT Spain 41.423750 2.189582
437 La Salut Barcelona CAT Spain 41.411866 2.153961
438 Sant Andreu de Palomar Barcelona CAT Spain 41.436784 2.190864
439 Sant Antoni Barcelona CAT Spain 41.378412 2.161768
440 Sant Genís dels Agudells Barcelona CAT Spain 41.426457 2.137491
441 Sant Gervasi – Galvany Barcelona CAT Spain 41.397807 2.143377
442 Sant Gervasi – la Bonanova Barcelona CAT Spain 41.405983 2.133405
443 Sant Martí de Provençals Barcelona CAT Spain 41.416519 2.198968
444 Sants Barcelona CAT Spain 41.375329 2.134912
445 Sants-Badal Barcelona CAT Spain 41.375466 2.127710
446 Sarrià Barcelona CAT Spain 41.399373 2.121513
447 La Teixonera Barcelona CAT Spain 41.423173 2.145970
448 Tibidabo Barcelona CAT Spain 41.422368 2.118914
449 Torre Baró Barcelona CAT Spain 41.458011 2.183986
450 Les Tres Torres Barcelona CAT Spain 41.397611 2.131184
451 La Trinitat Nova Barcelona CAT Spain 41.449556 2.182717
452 Trinitat Vella Barcelona CAT Spain 41.450176 2.191344
453 El Turó de la Peira Barcelona CAT Spain 41.432367 2.169068
454 Vall d'Hebron Barcelona CAT Spain 41.424913 2.142396
455 Vallbona Barcelona CAT Spain 41.519477 1.708292
456 Vallcarca i els Penitents Barcelona CAT Spain 41.415526 2.142243
457 Vallvidrera Barcelona CAT Spain 41.415067 2.107482
458 Vallvidrera, el Tibidabo i les Planes Barcelona CAT Spain 41.417300 2.091000
459 Verdum Barcelona CAT Spain 41.444040 2.175840
460 La Verneda i la Pau Barcelona CAT Spain 41.423220 2.202940
461 Vila de Gràcia Barcelona CAT Spain 41.403178 2.157166
462 La Vila Olímpica del Poblenou Barcelona CAT Spain 41.389868 2.196846
463 Vilapicina i la Torre Llobeta Barcelona CAT Spain 41.430019 2.176069
In [271]:
comp_merged['Cluster Labels'] = kmeans_comp.labels_

comp_merged = comp_merged.join(comp_sorted_venues.set_index('Neighbourhood'), on='Neighbourhood', lsuffix='', rsuffix='_right')

comp_merged.head()
Out[271]:
Neighbourhood City State Country Latitude Longitude Cluster Labels City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Kempegowda Bengaluru KA India 13.109018 77.601900 3 Bengaluru Food Truck Fast Food Restaurant Vegetarian / Vegan Restaurant Lake Farmers Market Field Filipino Restaurant Financial or Legal Service Food Stand Fish & Chips Shop Fish Market Flea Market Flower Shop Food Farm Food & Drink Shop Food Court Zoo Exhibit Fair Football Stadium
1 Chowdeshwari Bengaluru KA India 12.925190 77.588020 3 Bengaluru Indian Restaurant Café Chinese Restaurant Fast Food Restaurant Ice Cream Shop Pizza Place Coffee Shop Restaurant Jewelry Store Mexican Restaurant Juice Bar Italian Restaurant Asian Restaurant Lounge Hotel Bakery South Indian Restaurant Hookah Bar Candy Store Sandwich Place
2 Attur Bengaluru KA India 13.111482 77.563056 1 Bengaluru Food Truck Medical Supply Store Indian Restaurant Food Stand Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Zoo Exhibit Falafel Restaurant Football Stadium Forest
3 Yelahanka Satellite Town Bengaluru KA India 13.089139 77.582717 3 Bengaluru Indian Restaurant Resort Café Pizza Place Dessert Shop Fish & Chips Shop Food Flower Shop Flea Market Fish Market Filipino Restaurant Financial or Legal Service Field Fast Food Restaurant Farmers Market Farm Food & Drink Shop Food Court Fair Food Stand
4 Jakkur Bengaluru KA India 13.078474 77.606894 1 Bengaluru Animal Shelter Clothing Store Café Food Truck Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Zoo Exhibit Farm Football Stadium Forest
In [272]:
map_city_clusters(comp_merged, blr_lat, blr_lng)
Out[272]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [273]:
map_city_clusters(comp_merged, seoul_lat, seoul_lng)
Out[273]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [274]:
map_city_clusters(comp_merged, van_lat, van_lng)
Out[274]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [275]:
map_city_clusters(comp_merged, san_lat, san_lng)
Out[275]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [276]:
map_city_clusters(comp_merged, lp_lat, lp_lng)
Out[276]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [277]:
map_city_clusters(comp_merged, barc_lat, barc_lng)
Out[277]:
Make this Notebook Trusted to load map: File -> Trust Notebook
In [278]:
comp_merged.groupby(['Cluster Labels','City']).count()
Out[278]:
Neighbourhood State Country Latitude Longitude City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
Cluster Labels City
0 Barcelona 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
Bengaluru 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
San Francisco 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
1 Barcelona 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44 44
Bengaluru 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92 92
Liverpool 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
San Francisco 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63 63
Seoul 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14
Vancouver 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14
2 Barcelona 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
Bengaluru 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29 29
Liverpool 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
San Francisco 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21
Seoul 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
Vancouver 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
3 Barcelona 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8
Bengaluru 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19 19
Liverpool 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9
San Francisco 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
Seoul 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6
Vancouver 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
4 Barcelona 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
Bengaluru 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17 17
Liverpool 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9
San Francisco 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15
Vancouver 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
5 Barcelona 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
Bengaluru 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
Liverpool 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
San Francisco 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
Seoul 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
Vancouver 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
6 Barcelona 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
Bengaluru 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
Liverpool 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
Seoul 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
7 Barcelona 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
Bengaluru 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
Liverpool 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
San Francisco 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
Vancouver 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
In [279]:
comp_merged.loc[comp_merged['Cluster Labels']==0,comp_merged.columns[[0] + list(range(6, comp_merged.shape[1]))]]
Out[279]:
Neighbourhood Cluster Labels City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
46 Lingarajapuram 0 Bengaluru Kerala Restaurant Indian Restaurant Paper / Office Supplies Store Andhra Restaurant Bakery Steakhouse Café Diner Burger Joint Pharmacy Hotel Convenience Store Food Flower Shop Flea Market Zoo Exhibit Fish Market Food & Drink Shop Financial or Legal Service Filipino Restaurant
57 S.K.Garden 0 Bengaluru Indian Restaurant Department Store BBQ Joint Juice Bar Tea Room Bakery Fast Food Restaurant Seafood Restaurant Park South Indian Restaurant Café Ice Cream Shop Middle Eastern Restaurant Football Stadium Farmers Market Garden Center Garden Field Filipino Restaurant Gaming Cafe
77 Kadugudi 0 Bengaluru ATM Burger Joint Pizza Place Platform Train Station Gaming Cafe Flower Shop Falafel Restaurant Farm Farmers Market Fast Food Restaurant Field Gas Station Filipino Restaurant Garden Center Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Food
90 Okalipuram 0 Bengaluru Indian Restaurant Platform Café Metro Station Fast Food Restaurant Hotel Motorcycle Shop Fish Market Food Flower Shop Flea Market Financial or Legal Service Fish & Chips Shop Filipino Restaurant Field Farmers Market Food & Drink Shop Zoo Exhibit Falafel Restaurant Frozen Yogurt Shop
92 Prakash Nagar 0 Bengaluru Indian Restaurant Restaurant Café Historic Site Resort Boarding House Mountain Bakery Gastropub Disc Golf Food Truck Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Design Studio Flower Shop Food Food & Drink Shop
98 Govindraja Nagara 0 Bengaluru Indian Restaurant Bakery Breakfast Spot Deli / Bodega Fast Food Restaurant Miscellaneous Shop Café Playground Snack Place Food Truck Bus Station Pizza Place Flea Market Flower Shop Fish & Chips Shop Fish Market Food & Drink Shop Financial or Legal Service Filipino Restaurant Field
104 Sampangiram Nagar 0 Bengaluru Italian Restaurant Café Hotel Lounge Mexican Restaurant Clothing Store Indian Restaurant Coffee Shop Electronics Store Chinese Restaurant Restaurant Park Metro Station Japanese Restaurant Cocktail Bar Sandwich Place Parsi Restaurant Tennis Stadium Mediterranean Restaurant Beer Store
123 Ullalu 0 Bengaluru Pharmacy Zoo Exhibit Cycle Studio Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest Fountain
142 Koramangala 0 Bengaluru Indian Restaurant Café Ice Cream Shop Italian Restaurant Chinese Restaurant Coffee Shop Lounge Dessert Shop Pizza Place Juice Bar Bookstore Breakfast Spot Bakery Bar Gym Mexican Restaurant Fast Food Restaurant Tea Room Financial or Legal Service Bengali Restaurant
152 Hosakerehalli 0 Bengaluru Pizza Place Park Ice Cream Shop Toll Booth Fast Food Restaurant Indian Restaurant Field Filipino Restaurant Financial or Legal Service Falafel Restaurant Fish & Chips Shop Fish Market Flea Market Flower Shop Food Farmers Market Food & Drink Shop Zoo Exhibit Food Court Food Stand
242 Bernal Heights 0 San Francisco Mexican Restaurant Cocktail Bar Café Italian Restaurant Coffee Shop Pizza Place Dive Bar Park Bakery Gourmet Shop Restaurant Art Gallery Peruvian Restaurant Brewery Grocery Store Gym / Fitness Center Burrito Place New American Restaurant Playground Indian Restaurant
265 Financial District 0 San Francisco Coffee Shop Food Truck Gym New American Restaurant Café Mediterranean Restaurant Men's Store Sushi Restaurant Gym / Fitness Center Wine Bar Park Bakery Burger Joint Cantonese Restaurant Bookstore Seafood Restaurant Restaurant Cosmetics Shop Dim Sum Restaurant Whisky Bar
420 La Marina del Prat Vermell 0 Barcelona Spanish Restaurant Restaurant Supermarket Mediterranean Restaurant Café Bakery Concert Hall Tennis Court Auto Garage Flea Market Soccer Field Pier Golf Course Pizza Place Food Plaza Grocery Store Transportation Service Pool Bus Station
421 La Maternitat i Sant Ramon 0 Barcelona Restaurant Pizza Place Bakery Supermarket Hostel Vegetarian / Vegan Restaurant Café Tapas Restaurant Coffee Shop Gym / Fitness Center Italian Restaurant Gastropub Plaza Bar Cocktail Bar Spanish Restaurant Sandwich Place Mediterranean Restaurant Hotel Park
422 Montbau 0 Barcelona Spanish Restaurant Park Plaza Grocery Store Soccer Field Tennis Court Mediterranean Restaurant Bakery Café Hotel Argentinian Restaurant Bar Hostel Soccer Stadium Coffee Shop Basketball Court Farmers Market Gym Food Court Museum
433 El Raval 0 Barcelona Cocktail Bar Tapas Restaurant Coffee Shop Spanish Restaurant Bar Beer Bar Ice Cream Shop Pizza Place Mediterranean Restaurant Gift Shop Monument / Landmark Restaurant Mexican Restaurant Gastropub Argentinian Restaurant Bookstore Market Donut Shop Theater Sandwich Place
451 La Trinitat Nova 0 Barcelona Spanish Restaurant Supermarket Grocery Store Pizza Place Plaza Tapas Restaurant Park Soccer Field Restaurant Sports Club Gym Department Store Gym Pool Castle Building Bar Music Venue Diner Metro Station Falafel Restaurant
In [280]:
comp_merged.loc[comp_merged['Cluster Labels']==1,comp_merged.columns[[0] + list(range(6, comp_merged.shape[1]))]]
Out[280]:
Neighbourhood Cluster Labels City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
2 Attur 1 Bengaluru Food Truck Medical Supply Store Indian Restaurant Food Stand Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Zoo Exhibit Falafel Restaurant Football Stadium Forest
4 Jakkur 1 Bengaluru Animal Shelter Clothing Store Café Food Truck Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Zoo Exhibit Farm Football Stadium Forest
6 Byatarayanapura 1 Bengaluru Indian Restaurant Hotel Ice Cream Shop Bubble Tea Shop Bus Station Coffee Shop Pizza Place Chinese Restaurant Café Fast Food Restaurant Italian Restaurant Brewery Department Store Building Food & Drink Shop Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market
7 Kodigehalli 1 Bengaluru Café Light Rail Station Construction & Landscaping Bus Station Zoo Exhibit Food Truck Food Court Food & Drink Shop Food Flower Shop Flea Market Fish Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Food Stand Forest Football Stadium
8 Vidyaranyapura 1 Bengaluru Restaurant Bus Station Bakery Basketball Court Pizza Place Coffee Shop Ice Cream Shop Gym Indian Restaurant Chinese Restaurant Dessert Shop French Restaurant Garden Center Farmers Market Garden Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Gaming Cafe
10 Kuvempu Nagar 1 Bengaluru Outdoors & Recreation Movie Theater Bus Station Zoo Exhibit Food Court Food & Drink Shop Food Flower Shop Flea Market Food Truck Fish Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Food Stand Football Stadium Farm Forest
12 Bagalagunte 1 Bengaluru ATM Department Store Bus Station Pizza Place Fish Market Food & Drink Shop Food Flower Shop Flea Market Financial or Legal Service Fish & Chips Shop Food Stand Filipino Restaurant Field Fast Food Restaurant Farmers Market Food Court Football Stadium Food Truck Falafel Restaurant
13 T-Dasarahalli 1 Bengaluru Karnataka Restaurant Shopping Mall Light Rail Station Multiplex Fast Food Restaurant Department Store Resort African Restaurant Football Stadium Adult Boutique Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court
14 Jalahalli 1 Bengaluru Indian Restaurant Hotel Shopping Mall Intersection Vegetarian / Vegan Restaurant Hotel Bar Indie Movie Theater Plaza Fast Food Restaurant Italian Restaurant Restaurant Farmers Market Farm Fish Market Falafel Restaurant Field Fair Factory Fabric Shop Filipino Restaurant
15 J.P.Park 1 Bengaluru Tennis Court Shopping Plaza Cosmetics Shop Steakhouse Other Great Outdoors Boutique Food Bistro Grocery Store Lawyer Park Furniture / Home Store Fast Food Restaurant Baseball Field Bakery Coffee Shop Sandwich Place Pizza Place ATM Clothing Store
17 Sanjay Nagar 1 Bengaluru Indian Restaurant Dessert Shop Racetrack Restaurant Vegetarian / Vegan Restaurant Gastropub Gift Shop Chinese Restaurant Shoe Store Pizza Place BBQ Joint Coffee Shop Hotel Lounge Ice Cream Shop Steakhouse Convenience Store Kerala Restaurant Dive Shop Food & Drink Shop
19 Hebbal 1 Bengaluru Indian Restaurant Lake Motorcycle Shop Pizza Place Grocery Store Bus Station Coffee Shop Food & Drink Shop Food Flower Shop Flea Market Zoo Exhibit Fish Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Food Court Food Truck
21 Nagavara 1 Bengaluru Pizza Place Mexican Restaurant Café Multiplex Vegetarian / Vegan Restaurant Fish Market Food Flower Shop Flea Market Zoo Exhibit Food & Drink Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Farm Fish & Chips Shop Food Court Food Stand
22 HBR Layout 1 Bengaluru Pizza Place Café Jewelry Store Bus Station Diner Fruit & Vegetable Store Zoo Exhibit Flea Market Food & Drink Shop Food Flower Shop Fish & Chips Shop Fish Market Food Stand Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Food Court Football Stadium
26 Kammanahalli 1 Bengaluru Kerala Restaurant Indian Restaurant Chinese Restaurant Falafel Restaurant Andhra Restaurant Fast Food Restaurant Bakery Mobile Phone Shop Seafood Restaurant Market Paper / Office Supplies Store Department Store Steakhouse Diner Burger Joint Fried Chicken Joint Flea Market Garden Center Garden Field
27 Kacharakanahalli 1 Bengaluru Indian Restaurant Fast Food Restaurant South Indian Restaurant Kerala Restaurant Bakery Burger Joint Tea Room Café Paper / Office Supplies Store Snack Place Chinese Restaurant Falafel Restaurant Coffee Shop Market Electronics Store Steakhouse Andhra Restaurant Korean Restaurant Diner Donut Shop
30 Kavalbyrasandra 1 Bengaluru Department Store Bakery Pharmacy Fast Food Restaurant Zoo Exhibit Flea Market Food Court Food & Drink Shop Food Flower Shop Financial or Legal Service Fish Market Fish & Chips Shop Food Truck Filipino Restaurant Field Food Stand Football Stadium Farm Forest
31 Manorayanapalya 1 Bengaluru Indian Restaurant Fast Food Restaurant Pizza Place Resort Vegetarian / Vegan Restaurant Ice Cream Shop Hotel Gym Electronics Store Snack Place Café Supermarket Bistro Juice Bar Amphitheater Farmers Market Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop
33 Aramane Nagar 1 Bengaluru Indian Restaurant Ice Cream Shop Fast Food Restaurant Chinese Restaurant Pizza Place Italian Restaurant Café Department Store Smoke Shop Asian Restaurant Paper / Office Supplies Store Park Gym Sandwich Place Gym / Fitness Center Trail Coffee Shop Burger Joint Bar Mexican Restaurant
34 Mathikere 1 Bengaluru Indian Restaurant Park Diner Asian Restaurant Café Bakery Fast Food Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Filipino Restaurant Flower Shop Field Food Food & Drink Shop Food Court Food Stand Flea Market Zoo Exhibit Food Truck
35 Yeshwanthpur 1 Bengaluru Train Station Fast Food Restaurant Multiplex Indian Restaurant Bar Farmers Market Seafood Restaurant Fish Market Market Hotel Platform Movie Theater Light Rail Station Miscellaneous Shop Department Store Restaurant Bus Station Football Stadium Frozen Yogurt Shop Garden
36 H.M.T 1 Bengaluru Boutique Hotel Japanese Restaurant Sushi Restaurant Shopping Mall Cosmetics Shop Coffee Shop Bakery Bubble Tea Shop Chinese Restaurant Café Department Store Indonesian Restaurant Miscellaneous Shop French Restaurant Clothing Store Club House Sporting Goods Shop Bookstore Movie Theater
38 Peenya Industrial Area 1 Bengaluru Indian Restaurant Chinese Restaurant Mediterranean Restaurant Hotel Coffee Shop Food Court Light Rail Station Spa Fast Food Restaurant Seafood Restaurant Train Station Punjabi Restaurant Wine Bar Restaurant Department Store Bar Farmers Market Fish & Chips Shop Farm Field
40 Nandini Layout 1 Bengaluru Indian Restaurant Hotel Indie Movie Theater Food Truck Asian Restaurant Ice Cream Shop Bus Line Vegetarian / Vegan Restaurant Bakery Breakfast Spot Filipino Restaurant Field Fast Food Restaurant Fish & Chips Shop Fish Market Flea Market Flower Shop Farmers Market Food Food & Drink Shop
47 Benniganahalli 1 Bengaluru Coffee Shop Fast Food Restaurant Department Store Café Italian Restaurant Pizza Place Clothing Store Pharmacy Convenience Store Mexican Restaurant Vegetarian / Vegan Restaurant Light Rail Station Electronics Store Shopping Mall Ice Cream Shop Mughlai Restaurant Donut Shop Sandwich Place Snack Place Indian Restaurant
50 Hoodi 1 Bengaluru Indian Restaurant Hotel Construction & Landscaping Japanese Restaurant Diner Brewery Coffee Shop Soccer Field Cocktail Bar Platform Bus Station Zoo Exhibit Flea Market Fish Market Fish & Chips Shop Food Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant
51 Devasandra 1 Bengaluru French Restaurant Coffee Shop Shopping Mall Multiplex Asian Restaurant Lounge Ice Cream Shop Bowling Alley Fast Food Restaurant Bus Station Clothing Store Gym Noodle House Rajasthani Restaurant Italian Restaurant Field Intersection Tex-Mex Restaurant Donut Shop Movie Theater
54 Hosathippasandra 1 Bengaluru Indian Restaurant Café Chinese Restaurant Ice Cream Shop Dessert Shop Pub Bakery Bar Burger Joint Lounge Department Store Fast Food Restaurant Flea Market Gourmet Shop Deli / Bodega Mexican Restaurant Tea Room Bookstore Multicuisine Indian Restaurant Pizza Place
55 Maruthiseva Nagar 1 Bengaluru Convenience Store Café Shopping Mall Clothing Store Fast Food Restaurant Hotel Coffee Shop Multiplex Lounge Pharmacy Indian Restaurant Chinese Restaurant Department Store New American Restaurant Forest Fish Market Garden Farmers Market Field Filipino Restaurant
60 Rajamahal 1 Bengaluru Indian Restaurant Coffee Shop Vegetarian / Vegan Restaurant Ice Cream Shop Department Store Plaza Café Gym Fast Food Restaurant Jewelry Store Park Nightclub Flea Market Performing Arts Venue Snack Place Chinese Restaurant Seafood Restaurant Clothing Store Pizza Place Donut Shop
62 Mahalakshmipuram 1 Bengaluru Indian Restaurant Vegetarian / Vegan Restaurant Café Chinese Restaurant Fast Food Restaurant Pizza Place Middle Eastern Restaurant Beer Bar Seafood Restaurant Coffee Shop Sandwich Place Gym Park Light Rail Station Ice Cream Shop Liquor Store Juice Bar Burger Joint Bus Station Restaurant
63 Laggere 1 Bengaluru ATM Pharmacy Pizza Place Falafel Restaurant Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest
66 Herohalli 1 Bengaluru ATM Dry Cleaner Gas Station Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Falafel Restaurant Football Stadium Forest
68 Shakthiganapathi Nagar 1 Bengaluru Fast Food Restaurant Ice Cream Shop Indian Restaurant Café Pizza Place Karnataka Restaurant Middle Eastern Restaurant Snack Place Sandwich Place Asian Restaurant Gym / Fitness Center Gym Liquor Store Mobile Phone Shop Juice Bar Burger Joint Bus Station Flower Shop Gaming Cafe Field
69 Shankaramata 1 Bengaluru Indian Restaurant Gym Ice Cream Shop Coffee Shop Café Park Food Court Sandwich Place Clothing Store Pizza Place Financial or Legal Service Filipino Restaurant Fish Market Flea Market Flower Shop Field Food Fast Food Restaurant Farmers Market Fish & Chips Shop
72 Pulikeshi Nagar 1 Bengaluru Indian Restaurant Chinese Restaurant Ice Cream Shop Café Bakery Middle Eastern Restaurant Coffee Shop Pub Pakistani Restaurant Tea Room BBQ Joint Fast Food Restaurant Pizza Place Park Snack Place Department Store Mediterranean Restaurant Gym Sandwich Place Bar
74 Hoysala Nagar 1 Bengaluru Café Hotel Indian Restaurant Karnataka Restaurant Light Rail Station Soccer Field Chinese Restaurant Bar Bakery Trail Seafood Restaurant Athletics & Sports Steakhouse Department Store Diner Dog Run Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop
75 Vignana Nagar 1 Bengaluru Clothing Store Pharmacy Department Store Mobile Phone Shop Fish & Chips Shop Food & Drink Shop Food Flower Shop Flea Market Fish Market Zoo Exhibit Financial or Legal Service Food Stand Filipino Restaurant Field Fast Food Restaurant Food Court Food Truck Farm Football Stadium
76 Garudacharpalya 1 Bengaluru Clothing Store Café Coffee Shop Fast Food Restaurant Donut Shop French Restaurant Italian Restaurant Movie Theater Sporting Goods Shop American Restaurant Asian Restaurant Multiplex Shopping Mall Lounge Bowling Alley Toy / Game Store Bar Men's Store Tex-Mex Restaurant Bakery
78 Hagadooru 1 Bengaluru Brewery Café Eastern European Restaurant Gym / Fitness Center Bakery Hotel Hotel Bar Restaurant Kerala Restaurant Diner Disc Golf Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop
79 Doddanekkundi 1 Bengaluru Indian Restaurant Department Store Coffee Shop Sandwich Place Breakfast Spot Sports Bar Fried Chicken Joint Cafeteria Multiplex Movie Theater Park Motorcycle Shop Food Fast Food Restaurant Mediterranean Restaurant BBQ Joint Office Restaurant Diner Dumpling Restaurant
80 Marathalli 1 Bengaluru Indian Restaurant Clothing Store Vegetarian / Vegan Restaurant Chinese Restaurant Racetrack Coffee Shop Department Store Café Movie Theater Ice Cream Shop Motorcycle Shop Convenience Store Udupi Restaurant Park Shoe Store Kerala Restaurant Breakfast Spot Dessert Shop Financial or Legal Service Filipino Restaurant
81 HAL Airport 1 Bengaluru Antique Shop Bus Stop Donut Shop Tea Room Airport Terminal Lounge Food & Drink Shop Food Truck Food Stand Food Court Food Flower Shop Flea Market Fish Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Football Stadium Zoo Exhibit
82 Jeevanbhima Nagar 1 Bengaluru Indian Restaurant Café Chinese Restaurant Fast Food Restaurant Pub Ice Cream Shop Hotel Bar Juice Bar Coffee Shop Asian Restaurant Middle Eastern Restaurant Restaurant Burger Joint Multicuisine Indian Restaurant Burrito Place Brewery Grocery Store Mexican Restaurant Sports Bar
83 Jogupalya 1 Bengaluru Indian Restaurant Pub Café Lounge Restaurant Bakery Andhra Restaurant Tea Room Chinese Restaurant Italian Restaurant Asian Restaurant Cocktail Bar Vietnamese Restaurant Bar Cupcake Shop Brewery Clothing Store Falafel Restaurant Food & Drink Shop Mexican Restaurant
89 Subhash Nagar 1 Bengaluru Indian Restaurant Clothing Store Platform Bus Station Karnataka Restaurant Electronics Store Department Store Café South Indian Restaurant Bed & Breakfast Fast Food Restaurant Shopping Mall Metro Station Hotel Arcade Buffet American Restaurant Diner Eastern European Restaurant Forest
94 Basaveshwara Nagar 1 Bengaluru Fast Food Restaurant Indian Restaurant Ice Cream Shop Café Pizza Place Chinese Restaurant Karnataka Restaurant Middle Eastern Restaurant Snack Place Sandwich Place Asian Restaurant Gym / Fitness Center Gym Liquor Store Mobile Phone Shop Juice Bar Bus Station Burger Joint Flower Shop Gaming Cafe
95 Kamakshipalya 1 Bengaluru ATM Breakfast Spot Food Truck Fast Food Restaurant Bus Station Restaurant Afghan Restaurant Football Stadium Accessories Store Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand
96 Vrushabhavathi 1 Bengaluru Indian Restaurant Fast Food Restaurant Bakery Ice Cream Shop Breakfast Spot Coffee Shop Park Sandwich Place Juice Bar Farmers Market Pizza Place Asian Restaurant Snack Place South Indian Restaurant Szechuan Restaurant Theater Salad Place Metro Station Mediterranean Restaurant Plaza
110 Neelasandra 1 Bengaluru Indie Movie Theater Park Ice Cream Shop Café Spa Flea Market Food & Drink Shop Food Flower Shop Fish Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Food Court Zoo Exhibit Falafel Restaurant Food Stand
112 Sudam Nagar 1 Bengaluru Indian Restaurant Scenic Lookout Café Lounge Bakery Ice Cream Shop Molecular Gastronomy Restaurant Sandwich Place Asian Restaurant Athletics & Sports Hotel Bar Arcade Coffee Shop Chinese Restaurant Thai Restaurant Flea Market Gourmet Shop Nightclub Art Gallery
114 Cottonpet 1 Bengaluru Indian Restaurant Fast Food Restaurant Metro Station Bookstore Middle Eastern Restaurant Historic Site Snack Place Coffee Shop Big Box Store Hotel Paper / Office Supplies Store Multiplex Plaza Miscellaneous Shop South Indian Restaurant Shopping Mall Department Store Food Truck Sporting Goods Shop Diner
116 Kempapura Agrahara 1 Bengaluru Department Store Shopping Mall Multiplex Sporting Goods Shop Fast Food Restaurant Metro Station Toll Plaza Coffee Shop Indian Restaurant Bus Station Big Box Store French Restaurant Furniture / Home Store Garden Center Garden Field Filipino Restaurant Gaming Cafe Financial or Legal Service Fish & Chips Shop
122 Jnanabharathi Ward 1 Bengaluru ATM Indian Restaurant Café Bakery Dance Studio Japanese Restaurant Food Court Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Jewish Restaurant
124 Nayandanahalli 1 Bengaluru Train Station Metro Station Road Miscellaneous Shop Construction & Landscaping Fish & Chips Shop Food Flower Shop Flea Market Fish Market Filipino Restaurant Financial or Legal Service Food Court Field Fast Food Restaurant Farmers Market Farm Food & Drink Shop Food Stand Fair
128 Jagareevanram Nagar 1 Bengaluru Fast Food Restaurant Multiplex Café Shopping Mall Movie Theater Pizza Place Fish Market Food Flower Shop Flea Market Zoo Exhibit Fish & Chips Shop Food & Drink Shop Filipino Restaurant Field Farmers Market Financial or Legal Service Food Court Falafel Restaurant Food Stand
129 Rayapuram 1 Bengaluru Shopping Mall Pizza Place Department Store Fast Food Restaurant Movie Theater Big Box Store Multiplex Café Coffee Shop Vegetarian / Vegan Restaurant Sporting Goods Shop Food Flower Shop Flea Market Fish Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Food & Drink Shop
132 Chamrajpet 1 Bengaluru Indian Restaurant Department Store Fast Food Restaurant Coffee Shop Multiplex Sporting Goods Shop Movie Theater Café Vegetarian / Vegan Restaurant Big Box Store Shopping Mall Breakfast Spot Fried Chicken Joint French Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market
133 Azad Nagar 1 Bengaluru Indian Restaurant Fast Food Restaurant Café Pizza Place Movie Theater Bus Station Flower Shop Food & Drink Shop Food Zoo Exhibit Flea Market Food Court Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fish Market Food Stand Farm Food Truck
134 Sunkenahalli 1 Bengaluru Indian Restaurant Fast Food Restaurant Bakery Sandwich Place Ice Cream Shop Snack Place Smoke Shop Breakfast Spot Metro Station Coffee Shop Pizza Place Park Athletics & Sports Asian Restaurant Farmers Market Art Gallery Café Dessert Shop Juice Bar Hookah Bar
135 Visvesvarapuram 1 Bengaluru Indian Restaurant Ice Cream Shop Restaurant Hotel Bakery Fast Food Restaurant Mediterranean Restaurant Metro Station Snack Place Pool Park Hookah Bar Sandwich Place Playground Farmers Market Vegetarian / Vegan Restaurant Movie Theater Café Dessert Shop Lake
136 Siddapura 1 Bengaluru Café Indian Restaurant Coffee Shop Salon / Barbershop Historic Site Fast Food Restaurant Park Scenic Lookout Pizza Place Grocery Store Ice Cream Shop Southern / Soul Food Restaurant Mobile Phone Shop Breakfast Spot Botanical Garden Bus Station Supermarket Furniture / Home Store Field Filipino Restaurant
137 Hombegowda Nagar 1 Bengaluru Indian Restaurant Hotel Coffee Shop Italian Restaurant Lounge Mexican Restaurant Café Electronics Store Japanese Restaurant Metro Station Clothing Store Park Bakery Pizza Place Bistro Science Museum Chinese Restaurant Capitol Building Shopping Mall Cantonese Restaurant
138 Adugodi 1 Bengaluru Indian Restaurant Lounge Café Dessert Shop Brewery Bookstore Coffee Shop Tea Room Multiplex Donut Shop Cosmetics Shop Fast Food Restaurant Chinese Restaurant Movie Theater Men's Store Clothing Store Shopping Mall Food Court Tibetan Restaurant Pizza Place
139 Ejipura 1 Bengaluru Pizza Place Café Clothing Store Ice Cream Shop Indian Restaurant Gym / Fitness Center General Entertainment Tea Room Bar Beer Garden Bengali Restaurant Gym Gastropub Golf Course Lounge South Indian Restaurant Park Fast Food Restaurant Seafood Restaurant Convenience Store
141 Bellandur 1 Bengaluru Indian Restaurant Hotel Coffee Shop Italian Restaurant Lounge Mexican Restaurant Café Electronics Store Japanese Restaurant Metro Station Clothing Store Park Bakery Pizza Place Bistro Science Museum Chinese Restaurant Capitol Building Shopping Mall Cantonese Restaurant
143 Sudduguntepalya 1 Bengaluru Light Rail Station Office Bus Station Snack Place Coffee Shop Platform Sandwich Place Café Butcher Food Truck Bookstore French Restaurant Food Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Garden Center Fish Market Garden
145 Basavanagudi 1 Bengaluru Indian Restaurant Fast Food Restaurant Ice Cream Shop Sandwich Place Café Park Lake Breakfast Spot Pizza Place Playground Hotel Bakery Hookah Bar Plaza Miscellaneous Shop Farmers Market Snack Place Tea Room Food Truck Asian Restaurant
147 Sri Nagar 1 Bengaluru Indian Restaurant Lounge Café Hotel Clothing Store Chinese Restaurant Coffee Shop Brewery Ice Cream Shop Bar Italian Restaurant Burger Joint South Indian Restaurant Fast Food Restaurant Mexican Restaurant Bookstore Breakfast Spot Arts & Crafts Store Pub Toy / Game Store
150 Kengeri 1 Bengaluru Bus Station Train Station Ice Cream Shop Department Store Café Grocery Store Indian Restaurant Flower Shop Food & Drink Shop Food Fish Market Flea Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Food Court Food Truck
151 Rajarajeshwari Nagar 1 Bengaluru Pizza Place Coffee Shop Ice Cream Shop Soccer Field Auto Garage Sandwich Place Multiplex Food Court Fast Food Restaurant Arcade Indian Chinese Restaurant Café Gym Clothing Store Fried Chicken Joint Lake Beer Garden Nightclub Diner Dessert Shop
153 Giri Nagar 1 Bengaluru Halal Restaurant Zoo Exhibit General College & University Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest
154 Katriguppe 1 Bengaluru Indian Restaurant Pizza Place Breakfast Spot Café South Indian Restaurant Fast Food Restaurant Toy / Game Store Bakery Smoke Shop Clothing Store Movie Theater Tea Room Electronics Store Ice Cream Shop Miscellaneous Shop Restaurant Department Store Accessories Store Football Stadium Field
156 Ganeshmandira Ward 1 Bengaluru Indian Restaurant Ice Cream Shop Fast Food Restaurant Café Pizza Place Italian Restaurant Dessert Shop Snack Place Restaurant Park Mobile Phone Shop Bakery Arcade Gym Food Asian Restaurant Arts & Crafts Store Convenience Store Department Store Basketball Court
158 Pattabhiram Nagar 1 Bengaluru Indian Restaurant Café Chinese Restaurant Fast Food Restaurant Ice Cream Shop Coffee Shop Pizza Place Restaurant Juice Bar Hotel Jewelry Store Asian Restaurant Lounge Mexican Restaurant Bakery South Indian Restaurant Italian Restaurant Hookah Bar BBQ Joint Bowling Alley
160 Gurappanapalya 1 Bengaluru Indian Restaurant Café Fast Food Restaurant Asian Restaurant South Indian Restaurant Snack Place Shopping Mall Sandwich Place BBQ Joint Coffee Shop Bakery Chinese Restaurant Department Store Grocery Store Pizza Place Flea Market Food Bowling Alley Rajasthani Restaurant Nightclub
162 Jakkasandra 1 Bengaluru Indian Restaurant Department Store Café Bar Bakery BBQ Joint Hotel Hotel Bar Thai Restaurant Gym Mobile Phone Shop Chinese Restaurant Italian Restaurant Dessert Shop Breakfast Spot Restaurant Gaming Cafe Fast Food Restaurant Garden Center Field
163 HSR Layout 1 Bengaluru Indian Restaurant Café Pizza Place Ice Cream Shop Snack Place Farmers Market Vegetarian / Vegan Restaurant Andhra Restaurant Department Store Mediterranean Restaurant Mexican Restaurant Gym / Fitness Center Gym Tea Room Bar Bistro General Entertainment Burger Joint Bus Station Steakhouse
164 Bommanahalli 1 Bengaluru Indian Restaurant Auto Garage South Indian Restaurant Café Tea Room Coffee Shop Convenience Store Vegetarian / Vegan Restaurant Fish Market Food Court Flower Shop Fish & Chips Shop Financial or Legal Service Food Filipino Restaurant Field Fast Food Restaurant Food & Drink Shop Flea Market Zoo Exhibit
165 BTM Layout 1 Bengaluru Indian Restaurant Vegetarian / Vegan Restaurant Snack Place Coffee Shop Ice Cream Shop Bakery Park Chinese Restaurant Café Pizza Place Sandwich Place Fast Food Restaurant Gym Grocery Store Tea Room BBQ Joint Asian Restaurant Food Truck Department Store Restaurant
167 Sarakki 1 Bengaluru Indian Restaurant Fast Food Restaurant Chinese Restaurant Restaurant Coffee Shop Brewery Bakery Café Ice Cream Shop Gym / Fitness Center Beer Garden Middle Eastern Restaurant Performing Arts Venue Department Store Pizza Place Bengali Restaurant Gym Boarding House Snack Place South Indian Restaurant
168 Shakambari Nagar 1 Bengaluru Indian Restaurant Fast Food Restaurant Coffee Shop South Indian Restaurant Ice Cream Shop Restaurant Chinese Restaurant Pizza Place Italian Restaurant Beer Garden Convenience Store Hookah Bar Women's Store Salad Place Mexican Restaurant Performing Arts Venue Café Lounge Asian Restaurant Liquor Store
169 Banashankari Temple Ward 1 Bengaluru Indian Restaurant Café Fast Food Restaurant Metro Station Food Truck Pizza Place Seafood Restaurant Gym / Fitness Center Ice Cream Shop Breakfast Spot Juice Bar Buffet Burger Joint Frozen Yogurt Shop Food Garden Center Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop
172 Chikkalasandra 1 Bengaluru Department Store Indian Restaurant Café Bakery Paintball Field Bus Station Sports Bar Pizza Place Restaurant Financial or Legal Service Fish & Chips Shop Filipino Restaurant Fish Market Field Flea Market Fast Food Restaurant Flower Shop Farmers Market Food Food & Drink Shop
175 Jaraganahalli 1 Bengaluru Chinese Restaurant Indian Restaurant Pizza Place Ice Cream Shop South Indian Restaurant Metro Station Brewery Breakfast Spot Middle Eastern Restaurant Motorcycle Shop Gym / Fitness Center Boarding House Café Bus Station Bus Stop Shopping Mall Coffee Shop Sandwich Place Eastern European Restaurant Donut Shop
176 Puttenahalli 1 Bengaluru Indian Restaurant Café South Indian Restaurant Ice Cream Shop Breakfast Spot Donut Shop Bakery Motorcycle Shop Gym / Fitness Center Coffee Shop Pizza Place Lounge Vegetarian / Vegan Restaurant Bookstore Eastern European Restaurant Shopping Mall Bus Station Restaurant General Entertainment Wine Shop
177 Bilekahalli 1 Bengaluru Department Store Indian Restaurant Bakery Pharmacy Convenience Store Farmers Market Asian Restaurant Park Café Ice Cream Shop Tea Room Bar Dessert Shop Fountain French Restaurant Gas Station Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service
178 Hongasandra 1 Bengaluru Indian Restaurant Pizza Place Furniture / Home Store Bus Station Clothing Store Hotel Bar Men's Store Field Fast Food Restaurant Food & Drink Shop Filipino Restaurant Financial or Legal Service Farmers Market Fish & Chips Shop Fish Market Flea Market Flower Shop Food Zoo Exhibit Food Court
183 Gottigere 1 Bengaluru Indian Restaurant Department Store Italian Restaurant Food Truck Farmers Market Fast Food Restaurant Field Filipino Restaurant Farm Food Stand Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Financial or Legal Service Zoo Exhibit Fair
184 Konanakunte 1 Bengaluru Juice Bar Department Store Vegetarian / Vegan Restaurant Indian Restaurant Farmers Market Fast Food Restaurant Field Filipino Restaurant Food Court Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Farm Financial or Legal Service Food Stand Fair Food Truck
185 Anjanapur 1 Bengaluru Flower Shop Pool Zoo Exhibit Falafel Restaurant Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest Fountain
187 Hemmigepura 1 Bengaluru Indian Restaurant Diner Café Big Box Store Gym Auto Garage Soccer Field Chinese Restaurant Sandwich Place Financial or Legal Service Fish & Chips Shop Filipino Restaurant Food Court Fish Market Flea Market Flower Shop Food Food & Drink Shop Field Fast Food Restaurant
189 Dongdaemun-gu 1 Seoul Coffee Shop Korean Restaurant Café Bakery Ice Cream Shop Donut Shop Sushi Restaurant Japanese Restaurant Italian Restaurant Supermarket Chinese Restaurant Hotel Pizza Place Bus Stop Forest Cosmetics Shop Fast Food Restaurant College Theater Flower Shop Fish & Chips Shop
190 Dongjak-gu 1 Seoul Café Coffee Shop Japanese Restaurant Korean Restaurant Chinese Restaurant Bakery Fast Food Restaurant Asian Restaurant Dessert Shop Furniture / Home Store Bunsik Restaurant Office Fruit & Vegetable Store Sushi Restaurant Fried Chicken Joint Bus Station Bus Stop Outdoors & Recreation Park Cemetery
192 Gangbuk-gu 1 Seoul Korean Restaurant Bakery Donut Shop Brewery Trail Coffee Shop Udon Restaurant Ice Cream Shop Light Rail Station Fast Food Restaurant Noodle House Dessert Shop Gaming Cafe Gastropub Field Filipino Restaurant Gay Bar Financial or Legal Service Fish & Chips Shop Fish Market
194 Gangnam-gu 1 Seoul BBQ Joint Coffee Shop Korean Restaurant Japanese Restaurant Italian Restaurant Gym / Fitness Center Hotel Seafood Restaurant Chinese Restaurant Bakery Samgyetang Restaurant Clothing Store Gukbap Restaurant Tea Room Noodle House Pub Multiplex Café Dessert Shop Movie Theater
198 Gwanak-gu 1 Seoul Coffee Shop College Cafeteria Café Korean Restaurant Bakery Convenience Store Trail Grocery Store Vietnamese Restaurant Tennis Court Art Museum Basketball Court Food Court Restaurant Fried Chicken Joint Asian Restaurant Fast Food Restaurant Playground Garden Japanese Restaurant
202 Jungnang-gu 1 Seoul Coffee Shop Bakery Supermarket Donut Shop Metro Station Asian Restaurant Café Fast Food Restaurant Grocery Store Chinese Restaurant Korean Restaurant Buffet German Restaurant Furniture / Home Store Food & Drink Shop Field Gastropub Filipino Restaurant Financial or Legal Service Fish & Chips Shop
203 Mapo-gu 1 Seoul Park BBQ Joint Italian Restaurant Coffee Shop Supermarket Convenience Store Farmers Market Seafood Restaurant Bakery Scenic Lookout Auto Workshop Food Court Soccer Stadium Multiplex Café Fast Food Restaurant Bunsik Restaurant Dog Run Spa Lake
205 Seocho-gu 1 Seoul Coffee Shop Korean Restaurant Bakery Dessert Shop Japanese Restaurant Ice Cream Shop BBQ Joint Café Supermarket Italian Restaurant Sake Bar Hotel Shopping Mall Chinese Restaurant Bubble Tea Shop Cosmetics Shop Sushi Restaurant Steakhouse Noodle House Hotel Bar
207 Seongbuk-gu 1 Seoul Korean Restaurant Coffee Shop Café Bakery Chinese Restaurant Theater Noodle House Japanese Restaurant Fast Food Restaurant Italian Restaurant Dessert Shop Hostel Cocktail Bar Ice Cream Shop Historic Site Bubble Tea Shop Sports Bar Dim Sum Restaurant Park BBQ Joint
208 Seongdong-gu 1 Seoul Coffee Shop Café Bakery Korean Restaurant BBQ Joint Ice Cream Shop Vietnamese Restaurant Bunsik Restaurant Garden Udon Restaurant Bistro Italian Restaurant Pizza Place Pet Store Supermarket Auto Workshop Other Great Outdoors Botanical Garden Brewery Bossam/Jokbal Restaurant
209 Songpa-gu 1 Seoul Coffee Shop Café Fast Food Restaurant Movie Theater Breakfast Spot Bakery Financial or Legal Service Fish & Chips Shop Fish Market Filipino Restaurant Flower Shop Field Food Food & Drink Shop Food Court Food Stand Flea Market Zoo Exhibit Football Stadium Forest
210 Yangcheon-gu 1 Seoul Bakery Korean Restaurant Fast Food Restaurant Baseball Field Park Gym / Fitness Center Farmers Market Warehouse Store Noodle House Furniture / Home Store Fruit & Vegetable Store Gay Bar Field Gastropub Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop
212 Yongsan-gu 1 Seoul Coffee Shop Korean Restaurant Hotel BBQ Joint Café Japanese Restaurant Seafood Restaurant French Restaurant Chinese Restaurant Park Gym / Fitness Center Dumpling Restaurant Tea Room Beer Bar Thai Restaurant Bistro Market Buffet Italian Restaurant Building
213 Seoul 1 Seoul BBQ Joint Coffee Shop Korean Restaurant Japanese Restaurant Italian Restaurant Gym / Fitness Center Hotel Seafood Restaurant Chinese Restaurant Bakery Samgyetang Restaurant Clothing Store Gukbap Restaurant Tea Room Noodle House Pub Multiplex Café Dessert Shop Movie Theater
214 Arbutus Ridge 1 Vancouver Bakery Food Truck Basketball Court Pet Store Hobby Shop Bubble Tea Shop Caribbean Restaurant Seafood Restaurant Coffee Shop Event Space Park Sandwich Place Grocery Store Liquor Store Lounge Sushi Restaurant Italian Restaurant Discount Store Convenience Store Football Stadium
215 Downtown 1 Vancouver Hotel Dessert Shop Coffee Shop Restaurant Japanese Restaurant Sandwich Place Cosmetics Shop Plaza Café Seafood Restaurant Clothing Store Vietnamese Restaurant Breakfast Spot Vegetarian / Vegan Restaurant Gym Concert Hall Donut Shop Bookstore Italian Restaurant Salon / Barbershop
216 Dunbar-Southlands 1 Vancouver Grocery Store Gym Golf Course Liquor Store Coffee Shop Bakery Café Pet Store Gym / Fitness Center Indian Restaurant Indie Movie Theater Pub Bus Stop Sushi Restaurant Restaurant Japanese Restaurant Sandwich Place Fish & Chips Shop Financial or Legal Service Filipino Restaurant
217 Fairview 1 Vancouver Coffee Shop Furniture / Home Store Japanese Restaurant Breakfast Spot Park Café Restaurant Chinese Restaurant Bakery Camera Store Sushi Restaurant Arts & Crafts Store Yoga Studio Asian Restaurant Bookstore American Restaurant Theater Sandwich Place Salon / Barbershop Bar
219 Hastings-Sunrise 1 Vancouver Park Theme Park Ride / Attraction Coffee Shop Vietnamese Restaurant Fast Food Restaurant Pharmacy Theme Park Event Space Gas Station Bakery Sandwich Place Hockey Arena Market Italian Restaurant Burger Joint Fair Golf Course Farm Middle Eastern Restaurant Farmers Market
220 Kensington-Cedar Cottage 1 Vancouver Vietnamese Restaurant Chinese Restaurant Coffee Shop Bus Stop Vegetarian / Vegan Restaurant Japanese Restaurant Bakery Breakfast Spot Convenience Store Café Filipino Restaurant Grocery Store Sandwich Place Dessert Shop Bank Seafood Restaurant Shoe Store Thai Restaurant Gym / Fitness Center Pie Shop
221 Kerrisdale 1 Vancouver Bus Stop Golf Course Supermarket Gift Shop Café Park Pool Grocery Store Spanish Restaurant French Restaurant Gaming Cafe Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food
223 Kitsilano 1 Vancouver Coffee Shop Bakery Restaurant Yoga Studio Café Japanese Restaurant Vegetarian / Vegan Restaurant Pizza Place Board Shop Pharmacy Grocery Store Sushi Restaurant Seafood Restaurant Breakfast Spot Beach Gym / Fitness Center Thai Restaurant Ice Cream Shop Pub French Restaurant
224 Marpole 1 Vancouver Chinese Restaurant Japanese Restaurant Café Vietnamese Restaurant Sushi Restaurant Pizza Place Bus Stop Bank Bar Malay Restaurant Taiwanese Restaurant Sandwich Place Massage Studio Noodle House Coffee Shop Scenic Lookout Falafel Restaurant Grocery Store Harbor / Marina Park
225 Mount Pleasant 1 Vancouver Brewery Coffee Shop Bakery Sushi Restaurant Diner Vietnamese Restaurant Music Venue Latin American Restaurant Outdoor Supply Store Ethiopian Restaurant Park Mexican Restaurant Taco Place Chinese Restaurant Bagel Shop Ice Cream Shop Italian Restaurant Indian Restaurant Café Yoga Studio
228 Riley Park 1 Vancouver Coffee Shop Japanese Restaurant Park Café Grocery Store Farmers Market Chinese Restaurant Garden Restaurant Vietnamese Restaurant Arts & Crafts Store Seafood Restaurant Vegetarian / Vegan Restaurant Furniture / Home Store Lounge Thai Restaurant Pizza Place Pub Dessert Shop Sushi Restaurant
229 Shaughnessy 1 Vancouver Coffee Shop Park Garden Bank Cantonese Restaurant Bubble Tea Shop Sushi Restaurant Sandwich Place Malay Restaurant Grocery Store Sporting Goods Shop Greek Restaurant Flower Shop Zoo Exhibit Flea Market Fish Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field
230 South Cambie 1 Vancouver Coffee Shop Park Garden Bank Dessert Shop Sushi Restaurant Chinese Restaurant Sandwich Place Grocery Store Cantonese Restaurant Seafood Restaurant Bakery Greek Restaurant Café Cafeteria Outdoor Sculpture Sporting Goods Shop Malay Restaurant Bubble Tea Shop Plaza
231 Strathcona 1 Vancouver Café Sandwich Place Coffee Shop Chinese Restaurant Brewery Park Restaurant Bar Asian Restaurant Noodle House Japanese Restaurant Pub Italian Restaurant Vietnamese Restaurant Pizza Place Gourmet Shop Fast Food Restaurant Cocktail Bar Seafood Restaurant Farmers Market
240 Bayview 1 San Francisco Coffee Shop Spa Café Clothing Store Pizza Place Bank Pharmacy Park Gas Station Metro Station Sandwich Place Bakery Toy / Game Store Mediterranean Restaurant Thai Restaurant Chinese Restaurant Gym Shopping Mall Gourmet Shop Golf Course
246 Cathedral Hill 1 San Francisco Vietnamese Restaurant Chinese Restaurant Coffee Shop Restaurant Park Sushi Restaurant Hotel Café Food Truck Sandwich Place Gym Tapas Restaurant Greek Restaurant Asian Restaurant Korean Restaurant Italian Restaurant Indian Restaurant Bar Noodle House Community Center
247 Cayuga Terrace 1 San Francisco Lake Building Park Soccer Field Post Office Filipino Restaurant Field Financial or Legal Service Fast Food Restaurant Food Court Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Farmers Market Zoo Exhibit Food Stand Falafel Restaurant
249 Chinatown 1 Liverpool Bar Café Coffee Shop Pub Hotel Restaurant Movie Theater Department Store Burger Joint Beer Bar Vegetarian / Vegan Restaurant Cocktail Bar History Museum Indian Restaurant Italian Restaurant Sandwich Place Church Bakery Scenic Lookout Concert Hall
249 Chinatown 1 San Francisco Coffee Shop Hotel Men's Store Bakery New American Restaurant Sushi Restaurant Pizza Place Gym Chinese Restaurant Café French Restaurant Bubble Tea Shop Church Clothing Store Cocktail Bar Park Restaurant Italian Restaurant Bookstore Wine Bar
250 Civic Center 1 San Francisco Coffee Shop Cocktail Bar Bakery French Restaurant Gym Wine Bar Vietnamese Restaurant Beer Bar Thai Restaurant Theater Sushi Restaurant Sandwich Place New American Restaurant Marijuana Dispensary Optical Shop Vegetarian / Vegan Restaurant Southern / Soul Food Restaurant Poke Place Dance Studio Pizza Place
251 Clarendon Heights 1 San Francisco Trail Park Scenic Lookout Bus Stop Light Rail Station Playground Lake Event Space Hill Monument / Landmark Mountain Salad Place Art Gallery Tailor Shop Reservoir Convenience Store Wine Bar Garden Road Public Art
253 Corona Heights 1 San Francisco Coffee Shop Gay Bar Park New American Restaurant Breakfast Spot Indian Restaurant Mediterranean Restaurant Bookstore Sushi Restaurant Scenic Lookout Dog Run Seafood Restaurant Supermarket Bakery Ice Cream Shop Wine Bar Yoga Studio Sandwich Place Thai Restaurant Mexican Restaurant
254 Cow Hollow 1 San Francisco Italian Restaurant Park Ice Cream Shop French Restaurant American Restaurant Diner Burger Joint Thai Restaurant Cosmetics Shop Taco Place Sushi Restaurant Mexican Restaurant Coffee Shop Bookstore Pizza Place Salad Place Juice Bar Wine Bar Yoga Studio Deli / Bodega
255 Crocker-Amazon 1 San Francisco Baseball Field Liquor Store Mexican Restaurant Pizza Place Playground Latin American Restaurant Basketball Court Hot Dog Joint Pharmacy Trail Coffee Shop Scenic Lookout Bar Chinese Restaurant Tennis Court Motel Soccer Field Bowling Green Fried Chicken Joint Bubble Tea Shop
256 Design District 1 San Francisco Art Gallery Mexican Restaurant Gym / Fitness Center Sports Bar Coffee Shop Italian Restaurant New American Restaurant Convenience Store Lounge Bar Antique Shop Fast Food Restaurant Sandwich Place Furniture / Home Store Hotel Brewery Pizza Place Baseball Field Bank Gastropub
258 Dogpatch 1 San Francisco Café Park Gym / Fitness Center Coffee Shop Sandwich Place Wine Bar Breakfast Spot Art Gallery Sporting Goods Shop Bar Gift Shop Brewery Bubble Tea Shop Spa Cocktail Bar Restaurant Dog Run Pizza Place Bakery Playground
260 Duboce Triangle 1 San Francisco Coffee Shop Park Yoga Studio Mediterranean Restaurant New American Restaurant Sandwich Place Cocktail Bar Dive Bar Gym Gym / Fitness Center Sushi Restaurant Gay Bar Bakery Liquor Store Grocery Store Scandinavian Restaurant Mexican Restaurant Pet Store Dog Run Wine Bar
261 Embarcadero 1 San Francisco Coffee Shop Food Truck Gym Park Café Mediterranean Restaurant Men's Store Gym / Fitness Center Seafood Restaurant Bookstore New American Restaurant Burger Joint Vietnamese Restaurant Japanese Restaurant Dim Sum Restaurant Bakery Whisky Bar Wine Bar Restaurant Sushi Restaurant
263 Excelsior 1 San Francisco Mexican Restaurant Pizza Place Bus Station Latin American Restaurant Coffee Shop Sandwich Place Vietnamese Restaurant Deli / Bodega Chinese Restaurant Bar Bubble Tea Shop Gas Station Fried Chicken Joint Filipino Restaurant Bakery Scenic Lookout Thai Restaurant Bank Restaurant Convenience Store
271 Golden Gate Heights 1 San Francisco Sandwich Place Coffee Shop Convenience Store Fast Food Restaurant Pizza Place Clothing Store Fish & Chips Shop Grocery Store Salon / Barbershop Pet Store Department Store Fried Chicken Joint Fountain Fish Market Farm Farmers Market Field Garden Filipino Restaurant Gaming Cafe
272 Haight-Ashbury 1 San Francisco Park Coffee Shop Café Ice Cream Shop Yoga Studio Thrift / Vintage Store Gift Shop Bookstore Boutique Pizza Place Breakfast Spot Shoe Store Mexican Restaurant Toy / Game Store Scenic Lookout Cocktail Bar Grocery Store Accessories Store Restaurant Organic Grocery
274 Hunters Point 1 San Francisco Park Grocery Store Food & Drink Shop Spa Construction & Landscaping Coffee Shop Motorcycle Shop Harbor / Marina Restaurant Recording Studio Art Gallery Fish & Chips Shop Fish Market Financial or Legal Service Filipino Restaurant Field Flea Market Flower Shop Food Fast Food Restaurant
276 Ingleside 1 San Francisco Café Asian Restaurant Grocery Store Bubble Tea Shop Yoga Studio Baseball Field Chinese Restaurant Vietnamese Restaurant Japanese Restaurant Pharmacy Breakfast Spot American Restaurant Poke Place Coffee Shop Mexican Restaurant Burger Joint College Gym BBQ Joint Bank Pool Hall
277 Ingleside Terraces 1 San Francisco Asian Restaurant Café Grocery Store Yoga Studio Baseball Field Coffee Shop Bubble Tea Shop Vietnamese Restaurant BBQ Joint College Gym Pharmacy Mexican Restaurant Chinese Restaurant Bakery Bank Burger Joint Japanese Restaurant Poke Place Moving Target Bar
281 Jackson Square 1 San Francisco Pub Café Coffee Shop Bar Italian Restaurant Middle Eastern Restaurant Sandwich Place Sushi Restaurant Restaurant Vietnamese Restaurant Pizza Place Asian Restaurant Fast Food Restaurant Gastropub Burrito Place Indian Restaurant Taco Place Grocery Store Mediterranean Restaurant Gym
282 Japantown 1 San Francisco Ice Cream Shop Bakery Gift Shop Boutique Grocery Store Sushi Restaurant Cosmetics Shop New American Restaurant Park Creperie Ramen Restaurant Mediterranean Restaurant Thai Restaurant Shopping Mall Café Spa Tea Room Salon / Barbershop Bookstore American Restaurant
283 Jordan Park 1 San Francisco Coffee Shop American Restaurant Bakery Thai Restaurant Wine Bar Cosmetics Shop Italian Restaurant Burmese Restaurant Golf Course Japanese Restaurant Bookstore Supermarket Chinese Restaurant Bank Vietnamese Restaurant Burger Joint Wine Shop Playground Farmers Market Taco Place
284 Laguna Honda 1 San Francisco Park Trail Bus Stop Burger Joint Playground Sandwich Place Pizza Place Monument / Landmark Mountain Pharmacy Coffee Shop Scenic Lookout Liquor Store Hotpot Restaurant Tennis Court Café Cosmetics Shop Bar Thai Restaurant French Restaurant
285 Lake Street 1 San Francisco Café Korean Restaurant Thai Restaurant Pizza Place Liquor Store Chinese Restaurant Sushi Restaurant Coffee Shop BBQ Joint Seafood Restaurant Scenic Lookout Vietnamese Restaurant Bus Station Monument / Landmark Restaurant Grocery Store Deli / Bodega Indian Restaurant Playground Moroccan Restaurant
286 Lakeside 1 San Francisco Clothing Store Chinese Restaurant Pizza Place Trail Filipino Restaurant Flower Shop Flea Market Fish Market Fish & Chips Shop Financial or Legal Service Zoo Exhibit Field Fast Food Restaurant Farmers Market Farm Falafel Restaurant Food Food & Drink Shop Food Court Food Stand
287 Lakeshore 1 San Francisco Construction & Landscaping Sandwich Place Breakfast Spot Gym Flea Market Food Court Food & Drink Shop Food Flower Shop Fish Market Food Truck Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Food Stand Zoo Exhibit Falafel Restaurant
291 Little Russia 1 San Francisco Bar Diner Post Office Zoo Exhibit Flea Market Food Stand Food Court Food & Drink Shop Food Flower Shop Fish & Chips Shop Fish Market Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Food Truck Football Stadium Farm Forest
292 Little Saigon 1 San Francisco Coffee Shop Vietnamese Restaurant Theater Thai Restaurant Speakeasy Cocktail Bar Sushi Restaurant Sandwich Place Beer Bar Marijuana Dispensary Mexican Restaurant Bakery Rock Club Café Dance Studio Pizza Place Southern / Soul Food Restaurant Burger Joint Concert Hall Music Venue
293 Lone Mountain 1 San Francisco Café Park Coffee Shop Cosmetics Shop Italian Restaurant Bakery Wine Shop Wine Bar Liquor Store Pub Japanese Restaurant Bank Middle Eastern Restaurant Mexican Restaurant Burger Joint American Restaurant French Restaurant Furniture / Home Store Garden Southern / Soul Food Restaurant
294 Lower Haight 1 San Francisco Pizza Place Park Coffee Shop Dive Bar Sushi Restaurant Cocktail Bar Gym / Fitness Center Grocery Store Record Shop Ice Cream Shop Mexican Restaurant BBQ Joint Mediterranean Restaurant Boutique Seafood Restaurant Bubble Tea Shop Gym French Restaurant Café New American Restaurant
295 Lower Pacific Heights 1 San Francisco Bakery Park Ice Cream Shop Gym / Fitness Center Boutique Spa Salon / Barbershop New American Restaurant Sushi Restaurant Pizza Place Gift Shop Yoga Studio Italian Restaurant Café Sandwich Place Cosmetics Shop Bookstore Arts & Crafts Store Ramen Restaurant Mediterranean Restaurant
296 Lower Nob Hill 1 San Francisco Coffee Shop Hotel Boutique Cocktail Bar Grocery Store French Restaurant Italian Restaurant Speakeasy Jewelry Store Beer Bar Clothing Store Café Cosmetics Shop Art Gallery Bar Sushi Restaurant Men's Store Church American Restaurant Burger Joint
297 Marina District 1 San Francisco Gym / Fitness Center Italian Restaurant French Restaurant Wine Bar Coffee Shop Park Art Gallery Mexican Restaurant Thai Restaurant Cosmetics Shop Sandwich Place Taco Place Juice Bar Vegetarian / Vegan Restaurant Sushi Restaurant Deli / Bodega Salad Place Ice Cream Shop American Restaurant Farmers Market
298 Merced Heights 1 San Francisco Park Pizza Place Café Gym Intersection Sandwich Place Mexican Restaurant Playground Rental Car Location Food Golf Course Liquor Store Gym / Fitness Center Performing Arts Venue Basketball Court Bus Stop Burger Joint Coffee Shop College Gym Nightclub
300 Mid-Market 1 San Francisco Historic Site Middle Eastern Restaurant Scenic Lookout Trail Farmers Market Farm Fast Food Restaurant Field Food & Drink Shop Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Falafel Restaurant Flower Shop Food Filipino Restaurant Zoo Exhibit Food Stand Food Truck
301 Miraloma Park 1 San Francisco Burger Joint Coffee Shop Café Sushi Restaurant Gym Italian Restaurant Gastropub Art Museum Pizza Place Restaurant Japanese Restaurant Hotel Mexican Restaurant Asian Restaurant Seafood Restaurant Latin American Restaurant Bakery Breakfast Spot Brewery Chinese Restaurant
302 Mission Bay 1 San Francisco Coffee Shop Park Baseball Stadium New American Restaurant Gym Bar Food Truck Wine Bar Mediterranean Restaurant Gym / Fitness Center Café Furniture / Home Store Dumpling Restaurant Sandwich Place Outdoor Sculpture Fast Food Restaurant Organic Grocery Mexican Restaurant Salon / Barbershop Tanning Salon
304 Mission Dolores 1 San Francisco Discount Store Trail Hobby Shop Grocery Store Intersection Zoo Exhibit Food Flower Shop Flea Market Fish Market Fish & Chips Shop Food Court Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Farm Food & Drink Shop Food Truck
305 Mission Terrace 1 San Francisco Park Indian Restaurant Construction & Landscaping Zoo Exhibit Flea Market Food Court Food & Drink Shop Food Flower Shop Fish Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Food Stand Food Truck Falafel Restaurant Football Stadium
306 Monterey Heights 1 San Francisco Home Service RV Park Furniture / Home Store Fish & Chips Shop Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Food Stand Filipino Restaurant Field Fast Food Restaurant Farmers Market Farm Food Court Zoo Exhibit Falafel Restaurant Football Stadium
309 Noe Valley 1 San Francisco Bakery Café Gift Shop Coffee Shop Italian Restaurant Trail Bookstore Park Playground Yoga Studio Wine Shop Grocery Store Mexican Restaurant Deli / Bodega Optical Shop Sushi Restaurant Dog Run Chinese Restaurant American Restaurant Bar
312 Oceanview 1 San Francisco Café Park Grocery Store Intersection Laundromat Asian Restaurant Dive Bar Playground Pizza Place Colombian Restaurant Light Rail Station Liquor Store Lounge Noodle House Sandwich Place Pharmacy Moving Target Burmese Restaurant Smoke Shop Mexican Restaurant
313 Outer Mission 1 San Francisco Mexican Restaurant Coffee Shop Cocktail Bar Grocery Store Bakery Café Latin American Restaurant Thai Restaurant Fish Market Yoga Studio Deli / Bodega Food Truck Bar Sushi Restaurant South American Restaurant Performing Arts Venue Italian Restaurant Sandwich Place Art Gallery Burrito Place
314 Outer Sunset 1 San Francisco Chinese Restaurant Convenience Store Lake Art Gallery Liquor Store Park Coffee Shop Playground Board Shop Vietnamese Restaurant Bubble Tea Shop Yoga Studio Gym / Fitness Center Dessert Shop Dim Sum Restaurant Mexican Restaurant Miscellaneous Shop Sporting Goods Shop Tennis Court Beer Bar
315 Pacific Heights 1 San Francisco Cosmetics Shop Italian Restaurant Bakery Park Gym / Fitness Center French Restaurant Wine Bar Yoga Studio Ice Cream Shop Boutique Gift Shop Sandwich Place Juice Bar Mediterranean Restaurant Liquor Store Spa Burger Joint Vegetarian / Vegan Restaurant Pizza Place Salon / Barbershop
316 Parkmerced 1 San Francisco Pizza Place Café Gym Mexican Restaurant Park Trail Sandwich Place Church Basketball Court Thai Restaurant Coffee Shop College Cafeteria Snack Place Food Playground Golf Course Performing Arts Venue Nightclub Bus Stop Sushi Restaurant
317 Parnassus 1 San Francisco Park Café Boutique Breakfast Spot Playground Bookstore Coffee Shop Thrift / Vintage Store Dog Run Scenic Lookout Pizza Place Gift Shop Tennis Court Grocery Store Trail Convenience Store Shoe Store Ice Cream Shop Wine Bar Accessories Store
321 Potrero Hill 1 San Francisco Café Park Coffee Shop Brewery Sandwich Place Breakfast Spot Wine Bar Deli / Bodega Grocery Store Mexican Restaurant Liquor Store Playground Art Gallery Office Wine Shop Cocktail Bar Sushi Restaurant Fabric Shop Theme Park Gym / Fitness Center
322 Presidio 1 San Francisco Trail Tunnel Café Scenic Lookout Food Truck General Entertainment Park Museum American Restaurant Science Museum Climbing Gym Historic Site Sculpture Garden Swim School Mexican Restaurant Golf Course Tourist Information Center Tennis Court Baseball Field Theater
323 Presidio Heights 1 San Francisco Coffee Shop Cosmetics Shop Bakery Trail Furniture / Home Store American Restaurant Bank Golf Course Breakfast Spot Playground Burger Joint New American Restaurant Sculpture Garden Scenic Lookout Café Wine Shop Park Italian Restaurant Wine Bar Pet Store
326 Russian Hill 1 San Francisco Pizza Place Italian Restaurant Park Coffee Shop Deli / Bodega Sushi Restaurant Bar Café Playground Wine Bar Wine Shop Ice Cream Shop Restaurant French Restaurant Grocery Store Yoga Studio Pet Store Gym / Fitness Center Brazilian Restaurant Garden
327 Saint Francis Wood 1 San Francisco Park Playground Pub Coffee Shop Gym Comic Shop Mexican Restaurant Light Rail Station Vietnamese Restaurant Italian Restaurant Burger Joint Wine Bar Bakery Pizza Place Bank Gym / Fitness Center Grocery Store Fried Chicken Joint Greek Restaurant Mediterranean Restaurant
328 Sea Cliff 1 San Francisco Campground Beach Farm Mountain Farmers Market Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest Fountain
330 South Beach 1 San Francisco Coffee Shop Baseball Stadium Café Gym New American Restaurant Pizza Place Brewery Bar Spa Burger Joint Park Gym / Fitness Center American Restaurant Mediterranean Restaurant Residential Building (Apartment / Condo) Outdoor Sculpture Mexican Restaurant Wine Bar Salon / Barbershop Sushi Restaurant
334 Sunnydale 1 San Francisco Fast Food Restaurant Motel Coffee Shop Pizza Place Sandwich Place Light Rail Station Convenience Store Vietnamese Restaurant Bar Factory Automotive Shop Park Market Grocery Store Café Construction & Landscaping Liquor Store Wine Shop Donut Shop Garden
340 Union Square 1 San Francisco Hotel Coffee Shop Boutique Cocktail Bar Art Museum Speakeasy Clothing Store Jewelry Store American Restaurant Beer Bar Cosmetics Shop Mediterranean Restaurant Men's Store Gym / Fitness Center Electronics Store Sushi Restaurant Bar Furniture / Home Store Japanese Restaurant Museum
341 University Mound 1 San Francisco Pub Bar Hotel Café Coffee Shop Cocktail Bar Beer Bar Pizza Place Seafood Restaurant Mexican Restaurant Park Museum Indian Restaurant Whisky Bar Plaza French Restaurant Ice Cream Shop Road Breakfast Spot Brazilian Restaurant
343 Visitacion Valley 1 San Francisco Café Park Convenience Store Motel Pizza Place Sandwich Place Coffee Shop Automotive Shop Liquor Store Grocery Store Art Gallery Light Rail Station Market Garden Pet Store Bar Trail Theater Fried Chicken Joint Donut Shop
344 Vista del Mar 1 San Francisco Hotel Clothing Store Music Venue Coffee Shop Beach Café Park Restaurant Women's Store Financial or Legal Service Filipino Restaurant Fish & Chips Shop Field Fish Market Fast Food Restaurant Flea Market Flower Shop Food Food & Drink Shop Zoo Exhibit
345 West Portal 1 San Francisco Park Chinese Restaurant Pizza Place Coffee Shop Pub Italian Restaurant Sushi Restaurant Hotpot Restaurant Trail Mexican Restaurant Grocery Store Bank Burger Joint Indian Restaurant Wine Bar Optical Shop Nail Salon Bar French Restaurant Martial Arts School
346 Western Addition 1 San Francisco French Restaurant Ice Cream Shop Pizza Place Dessert Shop Bakery Sushi Restaurant Bagel Shop Jazz Club Coffee Shop Bubble Tea Shop Gift Shop Liquor Store Park Ramen Restaurant Spa Optical Shop New American Restaurant Wine Bar Shopping Mall Playground
347 Westwood Highlands 1 San Francisco Convenience Store Gas Station Fast Food Restaurant Bubble Tea Shop Stationery Store Zoo Exhibit Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Fish & Chips Shop Food Stand Filipino Restaurant Field Farmers Market Food Court Forest Food Truck
360 Dingle 1 Liverpool Gym Chinese Restaurant Train Station Boat or Ferry Sandwich Place Grocery Store Athletics & Sports Coffee Shop Hotel Go Kart Track Fast Food Restaurant Restaurant Supermarket Financial or Legal Service Flower Shop Fish & Chips Shop Filipino Restaurant Field Fish Market Farmers Market
368 Gillmoss 1 Liverpool Fast Food Restaurant Discount Store Pub Movie Theater Zoo Exhibit Food & Drink Shop Food Flower Shop Flea Market Fish Market Food Stand Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Farmers Market Food Court Football Stadium Food Truck Falafel Restaurant
369 Grassendale 1 Liverpool Train Station Supermarket Hotel Cricket Ground Restaurant Indian Restaurant Pub English Restaurant Dance Studio Flower Shop Flea Market Fish Market Fish & Chips Shop Financial or Legal Service Food & Drink Shop Filipino Restaurant Field Fast Food Restaurant Farmers Market Farm
370 Hunt's Cross 1 Liverpool Sandwich Place Furniture / Home Store Fast Food Restaurant Pizza Place Indian Restaurant Grocery Store Platform Gym / Fitness Center Train Station Supermarket Convenience Store Filipino Restaurant Field Financial or Legal Service Farmers Market Fish & Chips Shop Fish Market Flea Market Farm Flower Shop
378 Orrell Park 1 Liverpool Pizza Place Train Station Discount Store Grocery Store Gym / Fitness Center Park Pharmacy Sandwich Place Pub Supermarket Distillery Farmers Market Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Design Studio Flea Market Department Store
381 Speke 1 Liverpool Airport Terminal Airport Café Coffee Shop Pub Outdoor Sculpture Airport Service Sandwich Place Discount Store Garden Center Gas Station Financial or Legal Service Filipino Restaurant Food Court Field Fish & Chips Shop Fast Food Restaurant Fish Market Flea Market Flower Shop
382 Stoneycroft 1 Liverpool Supermarket Pub Grocery Store Fast Food Restaurant Hotel Gym Pool Park Sandwich Place Pet Store Steakhouse Fountain Fruit & Vegetable Store Falafel Restaurant Farm Farmers Market Gaming Cafe Field Filipino Restaurant Financial or Legal Service Furniture / Home Store
384 Tuebrook 1 Liverpool Park Bus Stop Sports Club Dive Bar Pub Sandwich Place Fast Food Restaurant Supermarket Filipino Restaurant Financial or Legal Service Fish & Chips Shop Food Court Field Farmers Market Flea Market Flower Shop Food Food & Drink Shop Fish Market Zoo Exhibit
386 Walton 1 Liverpool Pub Discount Store Café Supermarket Sporting Goods Shop Soccer Stadium Pizza Place Gym / Fitness Center Outdoor Sculpture Warehouse Store Grocery Store Sandwich Place Park Fish & Chips Shop Fast Food Restaurant Financial or Legal Service Fish Market Filipino Restaurant Field Flea Market
387 Wavertree 1 Liverpool Pub Supermarket Grocery Store Coffee Shop Liquor Store Gym Tennis Court Pool Comfort Food Restaurant Park Indian Restaurant Hotel Sandwich Place Beer Bar Gas Station Flea Market Flower Shop Fish & Chips Shop Financial or Legal Service Filipino Restaurant
390 L'Antiga Esquerra de l'Eixample 1 Barcelona Tapas Restaurant Hotel Spanish Restaurant Boutique Cocktail Bar Japanese Restaurant Bookstore Pizza Place Coffee Shop Beer Bar Mediterranean Restaurant Art Gallery Ice Cream Shop Sandwich Place Café Seafood Restaurant Dessert Shop Breakfast Spot Paper / Office Supplies Store Bistro
393 Baró de Viver 1 Barcelona Clothing Store Burger Joint Spanish Restaurant Fast Food Restaurant Supermarket Tapas Restaurant Bar Women's Store Sandwich Place Park Plaza Coffee Shop Electronics Store American Restaurant Shoe Store Shopping Mall Sporting Goods Shop Japanese Restaurant Soccer Field Italian Restaurant
396 La Bordeta (Barcelona) 1 Barcelona Spanish Restaurant Tapas Restaurant Mediterranean Restaurant Hotel Park Pizza Place Burger Joint Café Italian Restaurant Wine Bar Plaza Performing Arts Venue Supermarket Coffee Shop Gastropub Hostel Gym / Fitness Center Middle Eastern Restaurant Pie Shop Restaurant
397 Camp d'en Grassot i Gràcia Nova 1 Barcelona Tapas Restaurant Mediterranean Restaurant Hotel Vegetarian / Vegan Restaurant Plaza Wine Bar Restaurant Brewery Bakery Japanese Restaurant Pizza Place Bar Indie Movie Theater Gym Dessert Shop Coffee Shop Steakhouse Toy / Game Store Burger Joint Historic Site
402 El Carmel 1 Barcelona Spanish Restaurant Tapas Restaurant Plaza Restaurant Bakery Mediterranean Restaurant Burger Joint Coffee Shop Gym / Fitness Center Metro Station Gym Hostel Grocery Store Pub Food & Drink Shop Park Chinese Restaurant Sandwich Place Pizza Place Café
404 El Clot 1 Barcelona Supermarket Bakery Restaurant Spanish Restaurant Mediterranean Restaurant Hotel Italian Restaurant Burger Joint Gym / Fitness Center Grocery Store Park Asian Restaurant Café Hostel Cocktail Bar Tapas Restaurant Art Museum Middle Eastern Restaurant Japanese Restaurant Pizza Place
407 Les Corts (neighbourhood) 1 Barcelona Restaurant Spanish Restaurant Hotel Pizza Place Supermarket Café Japanese Restaurant Coffee Shop Cocktail Bar Park Plaza Gym Gym / Fitness Center Asian Restaurant Mediterranean Restaurant Gastropub Grocery Store Wine Shop Italian Restaurant Sandwich Place
410 La Font d'en Fargues 1 Barcelona Tapas Restaurant Café Restaurant Spanish Restaurant Bar Plaza Grocery Store Supermarket Pizza Place Italian Restaurant Burger Joint Hot Dog Joint Gym / Fitness Center Coffee Shop Mediterranean Restaurant Bakery Sandwich Place Park Playground Cocktail Bar
411 La Font de la Guatlla 1 Barcelona Plaza Tapas Restaurant Scenic Lookout Mediterranean Restaurant Seafood Restaurant Spanish Restaurant Hotel Italian Restaurant Art Museum Brewery Coffee Shop Historic Site Performing Arts Venue Taco Place Middle Eastern Restaurant Restaurant Nightclub Peruvian Restaurant Gastropub Burger Joint
412 Fort Pienc 1 Barcelona Coffee Shop Hotel Burger Joint Spanish Restaurant Hostel Café Tapas Restaurant Bistro Bakery Restaurant Mediterranean Restaurant Park Breakfast Spot Pizza Place Theater French Restaurant Gym Theme Restaurant Beer Bar Health Food Store
413 Gothic Quarter 1 Barcelona Hotel Tapas Restaurant Plaza Ice Cream Shop Bar Coffee Shop Cocktail Bar Dessert Shop Spanish Restaurant Wine Bar Italian Restaurant Monument / Landmark Camera Store Japanese Restaurant Vegetarian / Vegan Restaurant Sandwich Place Pizza Place Mediterranean Restaurant Café Market
414 Gran Via (Barcelona) 1 Barcelona Tapas Restaurant Café Restaurant Hotel Mediterranean Restaurant Clothing Store Snack Place Sandwich Place Smoke Shop Asian Restaurant Athletics & Sports Movie Theater Comedy Club Soccer Field Pet Service Bar Fast Food Restaurant Seafood Restaurant Park Chinese Restaurant
415 El Guinardó 1 Barcelona Restaurant Tapas Restaurant Bakery Bar Italian Restaurant Spanish Restaurant Café Chinese Restaurant Park Burger Joint Brewery Gym Pizza Place Gastropub Hotel Plaza Japanese Restaurant Supermarket Dessert Shop Pharmacy
416 La Guineueta 1 Barcelona Grocery Store Tapas Restaurant Supermarket Plaza Park Soccer Field Spanish Restaurant Restaurant Café Pizza Place Seafood Restaurant Market Food Escape Room Fast Food Restaurant Middle Eastern Restaurant Skate Park Castle Hostel Bakery
417 Horta 1 Barcelona Spanish Restaurant Tapas Restaurant Grocery Store Plaza Park Food & Drink Shop Mediterranean Restaurant Hotel Supermarket Café Pizza Place Bakery Sandwich Place Gym / Fitness Center Hostel Restaurant Pub Museum Soccer Field Burger Joint
418 Hostafrancs 1 Barcelona Hotel Restaurant Plaza Bar Mediterranean Restaurant Tapas Restaurant Wine Bar Spanish Restaurant Brewery Peruvian Restaurant Park Gym Middle Eastern Restaurant Coffee Shop Pie Shop Café Scenic Lookout Japanese Restaurant Gastropub Italian Restaurant
419 La Marina de Port 1 Barcelona Clothing Store Café Restaurant Spanish Restaurant Mediterranean Restaurant Supermarket Cosmetics Shop Italian Restaurant Hotel Grocery Store Asian Restaurant Sporting Goods Shop Pizza Place Ice Cream Shop Japanese Restaurant Burger Joint Bus Station Sandwich Place Greek Restaurant Pool
423 Montjuïc 1 Barcelona Restaurant Mediterranean Restaurant Basketball Court Plaza Zoo Exhibit Fish & Chips Shop Food Flower Shop Flea Market Fish Market Filipino Restaurant Financial or Legal Service Food Court Field Fast Food Restaurant Farmers Market Food & Drink Shop Food Stand Falafel Restaurant Food Truck
424 Navas, Sant Andreu 1 Barcelona Restaurant Tapas Restaurant Grocery Store Supermarket Burger Joint Spanish Restaurant Bakery Pizza Place Hotel Bar Italian Restaurant Chinese Restaurant Café Farmers Market Cocktail Bar Sandwich Place Pharmacy Gym Gym / Fitness Center Mediterranean Restaurant
425 La Nova Esquerra de l'Eixample 1 Barcelona Hotel Japanese Restaurant Spanish Restaurant Café Gym Restaurant Mediterranean Restaurant Burger Joint Indian Restaurant Coffee Shop Tapas Restaurant Bakery Pizza Place Korean Restaurant Cocktail Bar Wine Bar Bistro Market Bar Breakfast Spot
427 Pedralbes 1 Barcelona Hotel Gym / Fitness Center Restaurant Mediterranean Restaurant Park Tennis Court Hot Dog Joint Plaza Grocery Store College Cafeteria Bar Café Garden Spanish Restaurant Tennis Stadium Palace Soccer Stadium Gastropub Garden Center Church
428 El Poble-sec 1 Barcelona Tapas Restaurant Cocktail Bar Bar Café Theater Coffee Shop Hotel Pizza Place Spanish Restaurant Beer Bar Mediterranean Restaurant Japanese Restaurant Italian Restaurant Wine Bar Peruvian Restaurant Burger Joint Seafood Restaurant Mexican Restaurant Restaurant Gastropub
429 Porta 1 Barcelona Tapas Restaurant Grocery Store Park Spanish Restaurant Bar Pizza Place Mediterranean Restaurant Falafel Restaurant Beer Bar Restaurant Food Bookstore Escape Room Gym Pool Café South American Restaurant Farmers Market Sushi Restaurant Supermarket Track
430 La Prosperitat 1 Barcelona Spanish Restaurant Supermarket Grocery Store Tapas Restaurant Plaza Pizza Place Falafel Restaurant Restaurant Park Department Store Bakery Brewery Gym / Fitness Center Seafood Restaurant Big Box Store Bar Clothing Store Sandwich Place Basketball Stadium Beer Bar
432 El Putget i Farró 1 Barcelona Bakery Pizza Place Italian Restaurant Wine Bar Plaza Café Deli / Bodega Bar Park Mediterranean Restaurant Sandwich Place Seafood Restaurant Spanish Restaurant Japanese Restaurant Hotel Food & Drink Shop Restaurant Thai Restaurant Tea Room Tapas Restaurant
435 Sagrada Família (neighborhood) 1 Barcelona Italian Restaurant Restaurant Burger Joint Plaza Spanish Restaurant Historic Site Hotel Pizza Place Wine Bar Bakery Bar Mexican Restaurant Bistro Supermarket Steakhouse Brewery Mediterranean Restaurant Beer Bar Hostel Gym
436 La Sagrera 1 Barcelona Tapas Restaurant Supermarket Grocery Store Bar Mediterranean Restaurant Restaurant Spanish Restaurant Bakery Burger Joint Plaza Sandwich Place Park Falafel Restaurant Brewery Soccer Field Pizza Place Gym Seafood Restaurant Mexican Restaurant Gastropub
437 La Salut 1 Barcelona Plaza Park Restaurant Tapas Restaurant Italian Restaurant Café Middle Eastern Restaurant Donut Shop Indie Movie Theater Spanish Restaurant Cocktail Bar Hotel Mediterranean Restaurant Tennis Court Monument / Landmark Metro Station Mountain Brewery Big Box Store Pastry Shop
438 Sant Andreu de Palomar 1 Barcelona Spanish Restaurant Burger Joint Bar Tapas Restaurant Park Coffee Shop Grocery Store Mediterranean Restaurant Restaurant Sandwich Place Clothing Store Plaza Supermarket Café Italian Restaurant Beer Bar Shopping Mall Asian Restaurant Sporting Goods Shop Brewery
439 Sant Antoni 1 Barcelona Cocktail Bar Tapas Restaurant Bar Coffee Shop Mediterranean Restaurant Pizza Place Spanish Restaurant Café Beer Bar Wine Bar Japanese Restaurant Hotel Mexican Restaurant Argentinian Restaurant Breakfast Spot Italian Restaurant Wine Shop Market Dessert Shop Fish & Chips Shop
443 Sant Martí de Provençals 1 Barcelona Supermarket Tapas Restaurant Bakery Grocery Store Coffee Shop Café Spanish Restaurant Asian Restaurant Pizza Place Soccer Field Gym / Fitness Center Cocktail Bar Performing Arts Venue Burger Joint Mediterranean Restaurant Park Music Store Gym Tennis Court Garden Center
444 Sants 1 Barcelona Restaurant Tapas Restaurant Bakery Spanish Restaurant Pizza Place Bar Mediterranean Restaurant Grocery Store Plaza Wine Bar Supermarket Hotel Burger Joint Hostel Gastropub Café Asian Restaurant Park Coffee Shop Middle Eastern Restaurant
445 Sants-Badal 1 Barcelona Pizza Place Bar Restaurant Mediterranean Restaurant Hostel Tapas Restaurant Coffee Shop Italian Restaurant Gym / Fitness Center Bakery Seafood Restaurant Park Middle Eastern Restaurant Supermarket Vegetarian / Vegan Restaurant Hotel Pie Shop Market Gastropub Plaza
448 Tibidabo 1 Barcelona Theme Park Ride / Attraction Theme Park Scenic Lookout Mountain Plaza Tapas Restaurant Hotel Pool Hotel Bar Hotel Other Great Outdoors Church Museum Fountain Zoo Exhibit Fish Market Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market
449 Torre Baró 1 Barcelona Metro Station Park Spanish Restaurant Grocery Store Plaza Train Station BBQ Joint Field Filipino Restaurant Financial or Legal Service Fast Food Restaurant Fish Market Flea Market Farmers Market Farm Flower Shop Food Fish & Chips Shop Food Court Food & Drink Shop
450 Les Tres Torres 1 Barcelona Japanese Restaurant Spanish Restaurant Mediterranean Restaurant Restaurant Italian Restaurant Cocktail Bar Park Pizza Place Bakery Gym / Fitness Center Deli / Bodega Café Sporting Goods Shop Asian Restaurant Hotel Tapas Restaurant Bistro Toy / Game Store French Restaurant Liquor Store
454 Vall d'Hebron 1 Barcelona Bakery Park Plaza Spanish Restaurant Café Mediterranean Restaurant Tennis Court Gym Soccer Field Argentinian Restaurant Farmers Market Grocery Store Hostel Tapas Restaurant Bar Metro Station Basketball Court Coffee Shop Chinese Restaurant Outdoor Sculpture
455 Vallbona 1 Barcelona Train Station Gym Pool Light Rail Station Mediterranean Restaurant Fish Market Food & Drink Shop Food Flower Shop Flea Market Fish & Chips Shop Food Stand Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Farm Food Court Food Truck Fair
456 Vallcarca i els Penitents 1 Barcelona Park Café Supermarket Bakery Spanish Restaurant Grocery Store Bar Hotel Breakfast Spot Plaza Burger Joint Mediterranean Restaurant Scenic Lookout Sandwich Place Seafood Restaurant Cocktail Bar Mountain Gourmet Shop Planetarium Pizza Place
457 Vallvidrera 1 Barcelona Light Rail Station Tourist Information Center Fountain Soccer Field Plaza Museum BBQ Joint Ice Cream Shop Spanish Restaurant Train Station Convenience Store National Park Diner Restaurant Farmers Market Building Scenic Lookout Flea Market Filipino Restaurant Financial or Legal Service
458 Vallvidrera, el Tibidabo i les Planes 1 Barcelona Soccer Field Train Station Restaurant Tourist Information Center Museum Hostel Spanish Restaurant Zoo Exhibit Flea Market Fish Market Fish & Chips Shop Field Financial or Legal Service Filipino Restaurant Food Fast Food Restaurant Farmers Market Farm Flower Shop Food Court
459 Verdum 1 Barcelona Grocery Store Tapas Restaurant Spanish Restaurant Supermarket Pizza Place Park Café Plaza Seafood Restaurant Castle Middle Eastern Restaurant Mediterranean Restaurant Fast Food Restaurant Gym Bar Track Department Store Skate Park Market Smoke Shop
460 La Verneda i la Pau 1 Barcelona Tapas Restaurant Supermarket Coffee Shop Spanish Restaurant Soccer Field Café Fast Food Restaurant Grocery Store Pizza Place Bakery Gym / Fitness Center Tram Station Cocktail Bar Bar Athletics & Sports Asian Restaurant Mediterranean Restaurant Park Train Station Performing Arts Venue
462 La Vila Olímpica del Poblenou 1 Barcelona Beach Bar Spanish Restaurant Paella Restaurant Gym / Fitness Center Coffee Shop Seafood Restaurant Beach Mediterranean Restaurant Restaurant Park Hotel Burger Joint Gymnastics Gym Italian Restaurant Thai Restaurant Harbor / Marina Beer Bar Multiplex Bar Tapas Restaurant
In [281]:
comp_merged.loc[comp_merged['Cluster Labels']==2,comp_merged.columns[[0] + list(range(6, comp_merged.shape[1]))]]
Out[281]:
Neighbourhood Cluster Labels City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
5 Thanisandra 2 Bengaluru Pharmacy Restaurant Liquor Store Indian Sweet Shop Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Fair Food Stand Food Truck
9 Doddabommasandra 2 Bengaluru Supermarket Bus Station Snack Place Pizza Place Bakery Indian Restaurant Restaurant Furniture / Home Store Fruit & Vegetable Store Farm Farmers Market Fast Food Restaurant Field Garden Center Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop
18 Ganga Nagar 2 Bengaluru Indian Restaurant Fast Food Restaurant Vegetarian / Vegan Restaurant Pizza Place Bus Station Café Bistro Bakery Snack Place Hotel Motorcycle Shop Park Electronics Store Juice Bar Ice Cream Shop Food Stand Garden Field Filipino Restaurant Financial or Legal Service
32 Gangenahalli 2 Bengaluru Indian Restaurant Bus Station Fast Food Restaurant Bakery Pizza Place Vegetarian / Vegan Restaurant Bistro Field Hotel Event Space Ice Cream Shop Farmers Market Cafeteria Café Juice Bar Football Stadium Forest Garden Center Garden Filipino Restaurant
39 Lakshmidevi Nagar 2 Bengaluru ATM Vegetarian / Vegan Restaurant Pizza Place Pharmacy Garden Center Food Farm Farmers Market Fast Food Restaurant Gastropub Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Gas Station Food & Drink Shop Garden
48 Vijinapura 2 Bengaluru Indian Restaurant Ice Cream Shop Fast Food Restaurant Chinese Restaurant Pizza Place Park Department Store Trail Coffee Shop Smoke Shop Bar Sandwich Place Gym Snack Place Asian Restaurant Mexican Restaurant Hyderabadi Restaurant Paper / Office Supplies Store Burger Joint Juice Bar
49 K.R.Puram 2 Bengaluru Bakery Indian Restaurant Hotel Convenience Store Fish Market Food & Drink Shop Food Flower Shop Flea Market Zoo Exhibit Food Court Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Farm Fish & Chips Shop Food Stand Food Truck
64 Rajagopala Nagar 2 Bengaluru ATM Pharmacy Indie Movie Theater Falafel Restaurant Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest
65 Hegganahalli 2 Bengaluru ATM Mobile Phone Shop Market Food Stand Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Truck Falafel Restaurant Football Stadium Forest
67 Kottigepalya 2 Bengaluru ATM Indian Restaurant Dance Studio Bus Station Food Truck Café Park Fast Food Restaurant Pizza Place Breakfast Spot Restaurant Distillery Football Stadium Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Dim Sum Restaurant
73 Sarvagna Nagar 2 Bengaluru Café Convenience Store Soccer Field Indie Movie Theater Zoo Exhibit Flea Market Food & Drink Shop Food Flower Shop Fish & Chips Shop Fish Market Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Food Court Food Stand Falafel Restaurant Food Truck
84 Ulsoor 2 Bengaluru Café Hotel Chinese Restaurant Bar Thai Restaurant Indian Restaurant Clothing Store Asian Restaurant Department Store Shoe Store Pizza Place Hotel Bar French Restaurant BBQ Joint Trail Bakery Mediterranean Restaurant Bookstore Steakhouse Coffee Shop
85 Bharathi Nagar 2 Bengaluru Indian Restaurant Lake Coffee Shop Fish & Chips Shop Food Flower Shop Flea Market Fish Market Zoo Exhibit Food Court Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Farm Food & Drink Shop Food Stand Fair Food Truck
93 Rajaji Nagar 2 Bengaluru Train Station Bus Station Bakery Smoke Shop Light Rail Station Food Truck Gaming Cafe Furniture / Home Store Gastropub Farmers Market Fast Food Restaurant Field Gas Station Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food
111 Shanthi Nagar 2 Bengaluru Indian Restaurant Hotel Chinese Restaurant Bakery Pizza Place Coffee Shop Seafood Restaurant Hockey Arena Park BBQ Joint Gym / Fitness Center Middle Eastern Restaurant Market Bed & Breakfast Gym Tea Room Breakfast Spot Health Food Store Juice Bar Indie Theater
113 Dharmarayaswamy Temple Ward 2 Bengaluru Indian Restaurant Theater Bagel Shop Hotel Breakfast Spot Miscellaneous Shop Historic Site Rajasthani Restaurant Diner Platform South Indian Restaurant Flower Shop Flea Market Financial or Legal Service Fish Market Fish & Chips Shop Filipino Restaurant Field Fast Food Restaurant Farmers Market
115 Binnipet 2 Bengaluru Shopping Mall Sporting Goods Shop Fast Food Restaurant Coffee Shop Movie Theater Vegetarian / Vegan Restaurant Multiplex Big Box Store Department Store Fruit & Vegetable Store Garden Center Gas Station Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food
117 Vijay Nagar 2 Bengaluru Hotel Zoo Exhibit Fair Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest
120 Maruthi Mandira Ward 2 Bengaluru Indian Restaurant Snack Place Coffee Shop Smoke Shop Food Truck Pizza Place Pharmacy Chinese Restaurant Train Station Miscellaneous Shop Gym Pool Farm Farmers Market Fish & Chips Shop Fast Food Restaurant Field Filipino Restaurant Falafel Restaurant Financial or Legal Service Zoo Exhibit
121 Moodalapalya 2 Bengaluru Supermarket Bus Station Snack Place Café Indian Restaurant Bakery Furniture / Home Store Food & Drink Shop Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Gas Station Fish & Chips Shop Fish Market Flea Market Flower Shop Food Garden Center
140 Varthur 2 Bengaluru Lake Supermarket Pharmacy Bus Station Fish & Chips Shop Food & Drink Shop Food Flower Shop Flea Market Fish Market Zoo Exhibit Food Stand Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Food Court Football Stadium Food Truck
146 Hanumantha Nagar 2 Bengaluru Indian Restaurant Fast Food Restaurant Breakfast Spot Sandwich Place Park Coffee Shop Salad Place Art Gallery Pizza Place Plaza South Indian Restaurant Gym Snack Place Asian Restaurant Szechuan Restaurant Theater Bakery Juice Bar Farmers Market Fish & Chips Shop
157 Yadiyuru 2 Bengaluru Indian Restaurant Zoo Exhibit Fair Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest
161 Madiwala 2 Bengaluru Indian Restaurant Café Park Pizza Place Ice Cream Shop Fast Food Restaurant Sandwich Place Tea Room Coffee Shop Indie Movie Theater Convenience Store Furniture / Home Store Diner Halal Restaurant Italian Restaurant Kerala Restaurant Restaurant Department Store Filipino Restaurant Field
179 Mangammanapalya 2 Bengaluru Indian Restaurant Department Store Bus Station Badminton Court Automotive Shop Coffee Shop Asian Restaurant Middle Eastern Restaurant Furniture / Home Store Flower Shop Farmers Market Fast Food Restaurant Gay Bar Field Filipino Restaurant Gastropub Financial or Legal Service Fish & Chips Shop Gas Station Fish Market
180 Singasandra 2 Bengaluru Indian Restaurant Bar Kerala Restaurant Gym Hotel Fish Market Food & Drink Shop Food Flower Shop Flea Market Zoo Exhibit Fish & Chips Shop Food Court Filipino Restaurant Field Fast Food Restaurant Farmers Market Financial or Legal Service Food Truck Food Stand
181 Begur 2 Bengaluru ATM Playground Lake Resort Adult Boutique Food Truck Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Football Stadium
182 Arakere 2 Bengaluru Café Multiplex South Indian Restaurant Movie Theater Electronics Store Indian Restaurant Mexican Restaurant Beer Garden Bookstore Bowling Alley Furniture / Home Store Supermarket Badminton Court Shopping Mall Fast Food Restaurant Clothing Store Pizza Place Dumpling Restaurant Cosmetics Shop Dive Bar
186 Vasanthapura 2 Bengaluru Vegetarian / Vegan Restaurant Department Store Bus Station Café Neighborhood Flea Market Food Court Food & Drink Shop Food Flower Shop Zoo Exhibit Food Stand Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Fish Market Football Stadium Food Truck
191 Eunpyeong-gu 2 Seoul Coffee Shop Bakery Gym Korean Restaurant Trail Market Paper / Office Supplies Store Fried Chicken Joint Bookstore Fast Food Restaurant Supermarket Japanese Restaurant Buffet Bunsik Restaurant Furniture / Home Store Food Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop
201 Jung-gu 2 Seoul Plaza Hotel Tunnel Seafood Restaurant Zoo Exhibit Financial or Legal Service Flea Market Fish Market Fish & Chips Shop Field Filipino Restaurant Food Fast Food Restaurant Farmers Market Farm Falafel Restaurant Flower Shop Food & Drink Shop Factory Frozen Yogurt Shop
218 Grandview-Woodland 2 Vancouver Coffee Shop Brewery Café Italian Restaurant Pizza Place Bakery Sushi Restaurant Deli / Bodega Grocery Store Japanese Restaurant French Restaurant Indian Restaurant Theater Vegetarian / Vegan Restaurant Park Ice Cream Shop Breakfast Spot Mexican Restaurant Pub Burger Joint
252 Cole Valley 2 San Francisco Park Café Breakfast Spot Coffee Shop Bookstore Boutique Playground Thrift / Vintage Store Hill Convenience Store Pizza Place Dog Run Gift Shop Trail Grocery Store Wine Bar Shoe Store Ice Cream Shop Accessories Store Yoga Studio
262 Eureka Valley 2 San Francisco Gay Bar Coffee Shop Park Thai Restaurant New American Restaurant Trail Pet Store Mediterranean Restaurant Gym Seafood Restaurant Bakery Dog Run Deli / Bodega Grocery Store Hill Ice Cream Shop Indian Restaurant Japanese Restaurant Wine Bar Yoga Studio
266 Financial District South 2 San Francisco Coffee Shop Food Truck Gym New American Restaurant Café Mediterranean Restaurant Men's Store Sushi Restaurant Gym / Fitness Center Wine Bar Park Bakery Burger Joint Cantonese Restaurant Bookstore Seafood Restaurant Restaurant Cosmetics Shop Dim Sum Restaurant Whisky Bar
267 Fisherman's Wharf 2 San Francisco Seafood Restaurant Ice Cream Shop Chocolate Shop Park Coffee Shop Bike Rental / Bike Share Bakery Museum National Park Playground Candy Store Breakfast Spot Scenic Lookout Tourist Information Center Hotel Tour Provider Historic Site American Restaurant Bar Pharmacy
269 Forest Knolls 2 San Francisco Business Service Construction & Landscaping Golf Course Flea Market Food Stand Food Court Food & Drink Shop Food Flower Shop Zoo Exhibit Food Truck Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Fish Market Football Stadium Falafel Restaurant
280 Islais Creek 2 San Francisco Park Playground Trail Pharmacy Scenic Lookout Coffee Shop Grocery Store Mountain Tennis Court Food Truck Monument / Landmark Sandwich Place Athletics & Sports Salon / Barbershop Pizza Place Café Liquor Store Shopping Mall Bus Station Dive Bar
288 Laurel Heights 2 San Francisco Fast Food Restaurant Bookstore Men's Store ATM Discount Store Supplement Shop Spa Shopping Mall Chinese Restaurant Coffee Shop Sandwich Place Salon / Barbershop Restaurant Department Store Disc Golf Pet Store Auto Dealership Paper / Office Supplies Store Fish Market Optical Shop
290 Little Hollywood 2 San Francisco Café Clothing Store Coffee Shop Fast Food Restaurant Boutique Chinese Restaurant Sandwich Place Dessert Shop Miscellaneous Shop Thai Restaurant Sushi Restaurant Supermarket Asian Restaurant Park Portuguese Restaurant Electronics Store Japanese Restaurant Farmers Market Gas Station Department Store
299 Midtown Terrace 2 San Francisco American Restaurant Brewery Burger Joint Sandwich Place Mexican Restaurant Pharmacy Donut Shop Convenience Store Video Store Coffee Shop Bar Shipping Store Fast Food Restaurant Bakery Clothing Store Mobile Phone Shop Gym Middle Eastern Restaurant Mediterranean Restaurant Grocery Store
307 Mount Davidson 2 San Francisco Park Grocery Store Pizza Place Trail Theater Café Mountain Bus Line Bus Stop Sandwich Place Liquor Store Athletics & Sports Pharmacy Coffee Shop Cantonese Restaurant Bar Monument / Landmark Gym Sushi Restaurant Breakfast Spot
308 Nob Hill 2 San Francisco Italian Restaurant Gym / Fitness Center Wine Bar Cocktail Bar Vietnamese Restaurant French Restaurant Coffee Shop Grocery Store Pet Store Park Deli / Bodega Pizza Place Beer Bar Hotel Spa Massage Studio Yoga Studio Bar Sushi Restaurant Bakery
310 North Beach 2 San Francisco Pizza Place Bakery Coffee Shop Italian Restaurant Park Men's Store Café Trail Wine Bar Chinese Restaurant Bookstore Scenic Lookout Szechuan Restaurant Seafood Restaurant Restaurant Monument / Landmark New American Restaurant Yoga Studio Deli / Bodega Dive Bar
311 North of Panhandle 2 San Francisco Coffee Shop Café Grocery Store Bakery Wine Bar Bar Mexican Restaurant Gym / Fitness Center Park Sushi Restaurant Burrito Place Nightclub Boutique Bubble Tea Shop Restaurant Cosmetics Shop Yoga Studio Pizza Place Ice Cream Shop Indian Restaurant
318 Polk Gulch 2 San Francisco Theme Park Ride / Attraction Fast Food Restaurant Pizza Place Water Park Hotel Theme Park American Restaurant Coffee Shop Sports Bar Fried Chicken Joint Gas Station BBQ Joint Sandwich Place Bakery Bank Bar Burrito Place Burger Joint Chinese Restaurant Paper / Office Supplies Store
319 Portola 2 San Francisco Chinese Restaurant Grocery Store Vietnamese Restaurant Sandwich Place Bubble Tea Shop Bakery Pizza Place Brewery Dim Sum Restaurant Business Service Gas Station Tea Room Baseball Field Bank Garden Burrito Place Bus Station Storage Facility Soccer Field BBQ Joint
320 Portola Place 2 San Francisco Pizza Place Seafood Restaurant American Restaurant Coffee Shop Mexican Restaurant Thrift / Vintage Store Bar Furniture / Home Store Grocery Store Liquor Store Bakery Gym / Fitness Center Ice Cream Shop Print Shop Tea Room Gift Shop Garden Center Tennis Court Bistro Taco Place
324 Richmond District 2 San Francisco Bakery Chinese Restaurant Sushi Restaurant Korean Restaurant Asian Restaurant Vietnamese Restaurant Dim Sum Restaurant Café Coffee Shop Playground Grocery Store Mexican Restaurant Trail Burmese Restaurant Thai Restaurant Japanese Restaurant Restaurant Japanese Curry Restaurant Ramen Restaurant Park
331 South End 2 San Francisco Coffee Shop Grocery Store Asian Restaurant Gym / Fitness Center College Cafeteria Soup Place Café Theater Park Convenience Store BBQ Joint Sandwich Place Pharmacy French Restaurant Thrift / Vintage Store Wine Bar Pub Burger Joint Bar Financial or Legal Service
332 South of Market 2 San Francisco Coffee Shop Gym / Fitness Center Pizza Place Museum Hotel Gym Vietnamese Restaurant Marijuana Dispensary Art Museum New American Restaurant Café Wine Bar Burger Joint Art Gallery Wine Shop Brewery Grocery Store Bakery French Restaurant Martial Arts School
335 Sunset District 2 San Francisco Chinese Restaurant Gym / Fitness Center Coffee Shop Playground Pet Store Pizza Place Liquor Store Dim Sum Restaurant Baseball Field Café Sandwich Place Hardware Store Beer Bar Bar Middle School Bank Miscellaneous Shop Pub Field Gymnastics Gym
348 Westwood Park 2 San Francisco Breakfast Spot Dog Run Trail Shipping Store Health Food Store Arts & Crafts Store Park Bank Vietnamese Restaurant Shopping Mall Sushi Restaurant French Restaurant Farm Farmers Market Gas Station Garden Center Fast Food Restaurant Field Garden Filipino Restaurant
349 Aigburth 2 Liverpool Hotel Indian Restaurant Café Cricket Ground Other Great Outdoors Steakhouse English Restaurant Pub Flea Market Food Flower Shop Zoo Exhibit Fish Market Food Court Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Food & Drink Shop
351 Anfield (suburb) 2 Liverpool Pub Soccer Stadium Outdoor Sculpture Park Bar Sporting Goods Shop Pizza Place Souvenir Shop Bus Stop Museum Dive Bar Restaurant Sports Club Stadium Bakery Hotel Filipino Restaurant Field Financial or Legal Service Fast Food Restaurant
355 Childwall 2 Liverpool Pub Auto Garage Grocery Store Salon / Barbershop Bus Stop Hotel Convenience Store Park Fast Food Restaurant Steakhouse Supermarket Chinese Restaurant Financial or Legal Service Fish & Chips Shop Food Filipino Restaurant Field Fish Market Flea Market Flower Shop
385 Vauxhall 2 Liverpool Hotel Pub Coffee Shop Fast Food Restaurant Discount Store Grocery Store Gay Bar Theater Music Venue Bar Restaurant Italian Restaurant Pharmacy Beer Bar Beer Garden Portuguese Restaurant Gym Tapas Restaurant Bookstore Supermarket
389 Woolton 2 Liverpool Pub Park Supermarket Garden Center Chinese Restaurant Movie Theater Fast Food Restaurant Zoo Exhibit Flea Market Food Flower Shop Financial or Legal Service Fish Market Fish & Chips Shop Filipino Restaurant Field Farmers Market Food & Drink Shop Food Stand Food Court
398 El Camp de l'Arpa del Clot 2 Barcelona Restaurant Bakery Italian Restaurant Mediterranean Restaurant Spanish Restaurant Gym / Fitness Center Wine Bar Chinese Restaurant Brewery Sandwich Place Pastry Shop Tapas Restaurant Korean Restaurant Supermarket Café Hostel Pizza Place Burger Joint Coffee Shop French Restaurant
406 El Congrés i els Indians 2 Barcelona Tapas Restaurant Bar Restaurant Spanish Restaurant Grocery Store Bakery Burger Joint Plaza Sandwich Place Farmers Market Café Brewery Bookstore Supermarket Cocktail Bar Japanese Restaurant Pizza Place Falafel Restaurant Playground Gym
408 Diagonal Mar i el Front Marítim del Poblenou 2 Barcelona Mediterranean Restaurant Hotel Restaurant Italian Restaurant Pizza Place Bakery Plaza Skate Park Beach Bar Breakfast Spot Diner Spanish Restaurant Burger Joint Café Beach Indian Restaurant Coffee Shop Park Cupcake Shop Thai Restaurant
452 Trinitat Vella 2 Barcelona Supermarket Spanish Restaurant Plaza Park Department Store Breakfast Spot Music Venue Tapas Restaurant Grocery Store Café Metro Station Pharmacy Pizza Place Bakery Dry Cleaner Dumpling Restaurant Dive Bar Flea Market Flower Shop Food
453 El Turó de la Peira 2 Barcelona Tapas Restaurant Grocery Store Spanish Restaurant Pizza Place Supermarket Bar Café Burger Joint Restaurant Plaza Seafood Restaurant Park Sandwich Place Mediterranean Restaurant Gym / Fitness Center Hot Dog Joint Cocktail Bar Bakery Food & Drink Shop Italian Restaurant
In [282]:
comp_merged.loc[comp_merged['Cluster Labels']==3,comp_merged.columns[[0] + list(range(6, comp_merged.shape[1]))]]
Out[282]:
Neighbourhood Cluster Labels City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
0 Kempegowda 3 Bengaluru Food Truck Fast Food Restaurant Vegetarian / Vegan Restaurant Lake Farmers Market Field Filipino Restaurant Financial or Legal Service Food Stand Fish & Chips Shop Fish Market Flea Market Flower Shop Food Farm Food & Drink Shop Food Court Zoo Exhibit Fair Football Stadium
1 Chowdeshwari 3 Bengaluru Indian Restaurant Café Chinese Restaurant Fast Food Restaurant Ice Cream Shop Pizza Place Coffee Shop Restaurant Jewelry Store Mexican Restaurant Juice Bar Italian Restaurant Asian Restaurant Lounge Hotel Bakery South Indian Restaurant Hookah Bar Candy Store Sandwich Place
3 Yelahanka Satellite Town 3 Bengaluru Indian Restaurant Resort Café Pizza Place Dessert Shop Fish & Chips Shop Food Flower Shop Flea Market Fish Market Filipino Restaurant Financial or Legal Service Field Fast Food Restaurant Farmers Market Farm Food & Drink Shop Food Court Fair Food Stand
16 Radhakrishna Temple 3 Bengaluru Indian Restaurant Ice Cream Shop Fast Food Restaurant Chinese Restaurant Asian Restaurant Burger Joint Italian Restaurant Cosmetics Shop Gym Pizza Place Paper / Office Supplies Store Snack Place Bistro Grocery Store Sandwich Place Park Trail Coffee Shop Gym / Fitness Center Mexican Restaurant
20 Vishwanathnagenahalli 3 Bengaluru Indian Restaurant Coffee Shop Lake Hotel Business Service Bus Station Department Store Pizza Place Buffet Filipino Restaurant Financial or Legal Service Food Court Field Fish Market Fast Food Restaurant Flea Market Flower Shop Food Food & Drink Shop Fish & Chips Shop
25 Banaswadi 3 Bengaluru Indian Restaurant Café Bus Station Vegetarian / Vegan Restaurant Bistro Andhra Restaurant Grocery Store Pizza Place Arts & Crafts Store Intersection Clothing Store Department Store Bakery Fish Market Fish & Chips Shop Flea Market Financial or Legal Service Filipino Restaurant Flower Shop Food
29 Kushal Nagar 3 Bengaluru ATM Department Store Pool Hall Bakery Gastropub Food Court Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Gay Bar Food Stand Gas Station
41 Marappana Palya 3 Bengaluru Fast Food Restaurant Department Store Coffee Shop Multiplex Light Rail Station Shopping Mall Bar Gas Station Train Station Hotel Platform Asian Restaurant Grocery Store Indian Restaurant Miscellaneous Shop Bus Station Convenience Store Brewery Frozen Yogurt Shop Garden
42 Malleshwaram 3 Bengaluru Indian Restaurant Vegetarian / Vegan Restaurant Ice Cream Shop Breakfast Spot Chinese Restaurant Coffee Shop Café South Indian Restaurant Dessert Shop Flea Market Pizza Place Fast Food Restaurant Bar Bakery Pet Store Clothing Store Gym Women's Store Snack Place Camera Store
52 A.Narayanapura 3 Bengaluru Indian Restaurant Pizza Place Fast Food Restaurant Department Store Clothing Store Bus Station Café Coffee Shop Donut Shop Convenience Store Multicuisine Indian Restaurant Snack Place New American Restaurant Restaurant Pharmacy Italian Restaurant Steakhouse Shopping Mall Filipino Restaurant Flea Market
70 Gayathri Nagar 3 Bengaluru Indian Restaurant Café Vegetarian / Vegan Restaurant Ice Cream Shop Breakfast Spot Bakery Food Stand Snack Place Fast Food Restaurant Pharmacy Train Station Pizza Place Juice Bar Department Store Dog Run Donut Shop Filipino Restaurant Financial or Legal Service Dessert Shop Fish & Chips Shop
71 Dattathreya Temple 3 Bengaluru Indian Restaurant Dessert Shop Fast Food Restaurant Café Snack Place Ice Cream Shop Park Breakfast Spot Szechuan Restaurant Salad Place Plaza Asian Restaurant Arts & Crafts Store Arcade Indie Movie Theater Sandwich Place Pharmacy Pub Department Store Italian Restaurant
126 Bapuji Nagar 3 Bengaluru Indian Restaurant ATM Furniture / Home Store Bus Station Bus Stop Food Truck Café Pharmacy Travel & Transport Ice Cream Shop Metro Station Dive Shop Doctor's Office Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food
127 Padarayanapura 3 Bengaluru Multiplex Fast Food Restaurant Café Coffee Shop Pizza Place Gym Pool Shopping Mall Juice Bar Field Filipino Restaurant Food & Drink Shop Fish & Chips Shop Fish Market Farmers Market Flea Market Flower Shop Food Financial or Legal Service Zoo Exhibit Falafel Restaurant
130 Chalavadipalya 3 Bengaluru Indian Restaurant Big Box Store Sporting Goods Shop Fast Food Restaurant Coffee Shop Movie Theater Vegetarian / Vegan Restaurant Multiplex Shopping Mall Department Store Fried Chicken Joint Garden Farmers Market Garden Center Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market
144 Jayangar 3 Bengaluru Indian Restaurant Café Chinese Restaurant Coffee Shop Ice Cream Shop Hotel Juice Bar Lounge Fast Food Restaurant Sandwich Place Pizza Place Restaurant Electronics Store Italian Restaurant Jewelry Store Shop & Service Bar South Indian Restaurant Basketball Court Bakery
159 Jayanagar East 3 Bengaluru Indian Restaurant Café Chinese Restaurant Juice Bar Fast Food Restaurant Sandwich Place Park Lounge Jewelry Store Department Store Snack Place Bakery Bar Coffee Shop Mexican Restaurant Camera Store Gym Pool Gym Multiplex Bistro
166 J.P.Nagar 3 Bengaluru Indian Restaurant Coffee Shop Multiplex Brewery Breakfast Spot Andhra Restaurant Middle Eastern Restaurant Bar Bakery Mediterranean Restaurant Gym Shopping Mall Ice Cream Shop Café Fast Food Restaurant Diner Rajasthani Restaurant Garden Italian Restaurant French Restaurant
171 Padmanabha Nagar 3 Bengaluru Indian Restaurant Bakery Electronics Store Convenience Store Snack Place Pizza Place Movie Theater Park Tea Room Ice Cream Shop Shopping Mall Jewelry Store Department Store Restaurant Accessories Store French Restaurant Farm Farmers Market Fast Food Restaurant Field
188 Dobong-gu 3 Seoul Korean Restaurant Café Sushi Restaurant Park Ice Cream Shop Electronics Store Bakery Bus Stop Multiplex Garden Frozen Yogurt Shop Food Court Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop
193 Gangdong-gu 3 Seoul Donut Shop Big Box Store Bus Station Fast Food Restaurant Coffee Shop Ice Cream Shop Café Gym Bakery Road Frozen Yogurt Shop Food Court Gas Station Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop
199 Gwangjin-gu 3 Seoul Bakery Park Korean Restaurant Donut Shop Coffee Shop Sushi Restaurant Bus Stop Café Soccer Field Ice Cream Shop Gym Theme Park General Entertainment Bunsik Restaurant Performing Arts Venue Seafood Restaurant Garden Trail Grocery Store Noodle House
204 Nowon-gu 3 Seoul Coffee Shop Fast Food Restaurant Café Noodle House Italian Restaurant Korean Restaurant Buffet Donut Shop Soccer Field Multiplex Asian Restaurant Science Museum Bakery Ice Cream Shop Park Bus Station Big Box Store Restaurant Japanese Restaurant Supermarket
206 Seodaemun-gu 3 Seoul Coffee Shop Korean Restaurant Historic Site Bakery Japanese Restaurant Café History Museum Chinese Restaurant Theater Italian Restaurant Seafood Restaurant Asian Restaurant Hotel Noodle House Samgyetang Restaurant Bath House Dessert Shop Monument / Landmark BBQ Joint Palace
211 Yeongdeungpo-gu 3 Seoul Korean Restaurant Coffee Shop Japanese Restaurant BBQ Joint Café Park Italian Restaurant Gym / Fitness Center Clothing Store Hotel Burger Joint Chinese Restaurant Bakery Ice Cream Shop Noodle House American Restaurant Japanese Curry Restaurant Garden Buffet Fried Chicken Joint
226 Oakridge 3 Vancouver Clothing Store Coffee Shop Fast Food Restaurant Sushi Restaurant Shopping Mall Park Optical Shop Women's Store Bakery Tea Room Men's Store Burger Joint Farmers Market Chocolate Shop Bank Toy / Game Store Fish Market Cantonese Restaurant Greek Restaurant Golf Course
270 Glen Park 3 San Francisco Park Latin American Restaurant Trail Coffee Shop Bakery Mexican Restaurant Pizza Place Chinese Restaurant Grocery Store Café Donut Shop Thai Restaurant Restaurant Italian Restaurant Gift Shop Breakfast Spot Pet Store Bar Food Sandwich Place
273 Hayes Valley 3 San Francisco Cocktail Bar French Restaurant Wine Bar Pizza Place Coffee Shop New American Restaurant Bakery Optical Shop Sushi Restaurant Concert Hall Liquor Store Gym / Fitness Center Bookstore Juice Bar Boutique Bubble Tea Shop Food & Drink Shop Park Café Italian Restaurant
275 India Basin 3 San Francisco Park Brewery Coffee Shop Recording Studio Garden Center Restaurant Grocery Store Spa Waterfront Art Gallery Bus Stop Harbor / Marina Food Flower Shop Fish Market Flea Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field
278 Inner Sunset 3 San Francisco Vietnamese Restaurant Garden Bakery Sushi Restaurant Sandwich Place Deli / Bodega Thai Restaurant Coffee Shop Science Museum Park Ice Cream Shop Chinese Restaurant Gym Korean Restaurant Food Truck Salad Place Exhibit Mediterranean Restaurant Clothing Store Taco Place
333 South Park 3 San Francisco Coffee Shop Café New American Restaurant Gym Gym / Fitness Center Wine Bar Bar Brewery Hotel Spa French Restaurant Residential Building (Apartment / Condo) Art Museum Mediterranean Restaurant Pizza Place Park Baseball Stadium Burger Joint Cocktail Bar Theater
338 Treasure Island 3 San Francisco Food Truck Grocery Store Athletics & Sports Park Baseball Field Music Venue Rugby Pitch American Restaurant Flea Market Motorcycle Shop Harbor / Marina Food Stand Breakfast Spot Fried Chicken Joint Bus Station Brewery Island History Museum Forest Fruit & Vegetable Store
342 Upper Market 3 San Francisco Fast Food Restaurant Hotel Coffee Shop Café Restaurant Tea Room Pizza Place Korean Restaurant Convenience Store Asian Restaurant Chinese Restaurant Spa Lounge Filipino Restaurant Japanese Restaurant Flea Market Steakhouse Comfort Food Restaurant Bar Burrito Place
352 Belle Vale 3 Liverpool Clothing Store Fast Food Restaurant Supermarket Sandwich Place Bus Stop Coffee Shop Warehouse Store Indoor Play Area Park Discount Store Optical Shop Bakery Financial or Legal Service Fish & Chips Shop Filipino Restaurant Field Fish Market Flea Market Flower Shop Food
353 Broadgreen 3 Liverpool Supermarket Pub Fast Food Restaurant Coffee Shop Sandwich Place Park Bowling Alley Hardware Store Discount Store Indian Restaurant Intersection Grocery Store Bus Stop Food Fish Market Flower Shop Flea Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant
356 Chinatown 3 Liverpool Bar Café Coffee Shop Pub Hotel Restaurant Movie Theater Department Store Burger Joint Beer Bar Vegetarian / Vegan Restaurant Cocktail Bar History Museum Indian Restaurant Italian Restaurant Sandwich Place Church Bakery Scenic Lookout Concert Hall
356 Chinatown 3 San Francisco Coffee Shop Hotel Men's Store Bakery New American Restaurant Sushi Restaurant Pizza Place Gym Chinese Restaurant Café French Restaurant Bubble Tea Shop Church Clothing Store Cocktail Bar Park Restaurant Italian Restaurant Bookstore Wine Bar
357 Liverpool city centre 3 Liverpool Hotel Coffee Shop Café Pub Italian Restaurant History Museum Restaurant Burger Joint Bar Brazilian Restaurant Caribbean Restaurant Gym Sporting Goods Shop Sandwich Place Scenic Lookout Indian Restaurant Department Store Middle Eastern Restaurant Clothing Store Outdoor Sculpture
377 Old Swan 3 Liverpool Supermarket Sandwich Place Coffee Shop Pub Intersection Fast Food Restaurant Grocery Store Zoo Exhibit Food Flower Shop Flea Market Fish Market Food Court Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Farmers Market Farm Food & Drink Shop
379 St Michael's Hamlet 3 Liverpool Pub Restaurant Grocery Store Tapas Restaurant Discount Store Fast Food Restaurant Train Station Park Pizza Place Turkish Restaurant Café Sandwich Place Indian Restaurant Bar Italian Restaurant Wine Bar Football Stadium Frozen Yogurt Shop Falafel Restaurant Farm
380 Sefton Park (district) 3 Liverpool Pub Café Grocery Store Pharmacy Fast Food Restaurant Bar Park Gym / Fitness Center Outdoor Sculpture Tennis Court Coffee Shop Sandwich Place Turkish Restaurant Tapas Restaurant Pizza Place Hotel Playground Italian Restaurant Botanical Garden Lake
383 Toxteth 3 Liverpool Bar Pub Supermarket Bus Stop Historic Site Church Hostel Hotel Gym / Fitness Center Grocery Store Food Court Mini Golf Garden French Restaurant Farm Garden Center Farmers Market Fast Food Restaurant Gaming Cafe Field
394 El Besòs i el Maresme 3 Barcelona Hotel Tapas Restaurant Restaurant Spanish Restaurant Café Italian Restaurant Coffee Shop Mediterranean Restaurant Clothing Store Burger Joint Diner Hotel Bar Supermarket Juice Bar Fried Chicken Joint Big Box Store Steakhouse Sandwich Place Park Bar
399 Can Baró 3 Barcelona Bar Spanish Restaurant Park Grocery Store Gym Tapas Restaurant Café Scenic Lookout Plaza Restaurant Bakery Mediterranean Restaurant Supermarket Dessert Shop Farmers Market Sandwich Place Museum Breakfast Spot Bookstore Tennis Court
400 Can Peguera 3 Barcelona Tapas Restaurant Grocery Store Spanish Restaurant Supermarket Plaza Pizza Place Restaurant Park Bakery Café Burger Joint Food & Drink Shop Fast Food Restaurant Bar Gym / Fitness Center Sandwich Place Mediterranean Restaurant Seafood Restaurant Hot Dog Joint Italian Restaurant
401 Canyelles (neighbourhood) 3 Barcelona Soccer Field Bakery Grocery Store Escape Room Park Sandwich Place Hostel Gym Scenic Lookout Market Plaza Seafood Restaurant Mediterranean Restaurant Skate Park Metro Station Castle Falafel Restaurant Supermarket Tapas Restaurant Café
403 Ciutat Meridiana 3 Barcelona Metro Station Grocery Store Supermarket Mediterranean Restaurant Plaza Café Park Train Station Fried Chicken Joint Gaming Cafe Garden Center Farm Garden Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market
405 La Clota 3 Barcelona Plaza Spanish Restaurant Mediterranean Restaurant Tapas Restaurant Park Café Metro Station Chinese Restaurant Hostel Bakery Hotel Coffee Shop Sandwich Place Gym Grocery Store Pub Restaurant Gym / Fitness Center Supermarket Clothing Store
431 Provençals del Poblenou 3 Barcelona Mediterranean Restaurant Bakery Hotel Spanish Restaurant Coffee Shop Pizza Place Tapas Restaurant Grocery Store Gym / Fitness Center Supermarket Soccer Field Park Restaurant Asian Restaurant Café Plaza Fried Chicken Joint Pedestrian Plaza Amphitheater Pawn Shop
446 Sarrià 3 Barcelona Bakery Hotel Mediterranean Restaurant Café Japanese Restaurant Grocery Store Burger Joint Park Italian Restaurant Pedestrian Plaza Tapas Restaurant Gym / Fitness Center Pizza Place Spanish Restaurant Restaurant Hot Dog Joint Dessert Shop Breakfast Spot Train Station Gym
In [283]:
comp_merged.loc[comp_merged['Cluster Labels']==4,comp_merged.columns[[0] + list(range(6, comp_merged.shape[1]))]]
Out[283]:
Neighbourhood Cluster Labels City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
23 Horamavu 4 Bengaluru Badminton Court Department Store Bakery Andhra Restaurant Athletics & Sports Flea Market Food Court Food & Drink Shop Food Flower Shop Fish Market Food Truck Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Food Stand Forest
37 Dodda Bidarkallu 4 Bengaluru ATM Bakery General Entertainment Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest Fountain
43 Jayachamarajendra Nagar 4 Bengaluru Indian Restaurant Bus Station Fast Food Restaurant Pizza Place Farmers Market Event Space Ice Cream Shop Vegetarian / Vegan Restaurant Café Bistro Resort Bakery Juice Bar Fountain Garden Center Field Filipino Restaurant Financial or Legal Service Garden Gaming Cafe
44 Devarajeevanahalli 4 Bengaluru Bakery Gym / Fitness Center Zoo Exhibit Food Truck Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Football Stadium Farm Forest Fountain
45 Muneshwara Nagar 4 Bengaluru ATM Bakery General Entertainment Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest Fountain
97 Kaveripura 4 Bengaluru Bus Station Indian Restaurant Dessert Shop Fried Chicken Joint Flea Market Food Court Food & Drink Shop Food Flower Shop Zoo Exhibit Food Stand Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Fish Market Football Stadium Food Truck
99 Agrahara Dasarahalli 4 Bengaluru Indian Restaurant Snack Place Department Store Bus Station Ice Cream Shop Fast Food Restaurant Metro Station Market Platform Playground Asian Restaurant Toll Plaza Café Food Truck Miscellaneous Shop Juice Bar Deli / Bodega Breakfast Spot Indie Movie Theater Football Stadium
100 Dr.Rajkumar Ward 4 Bengaluru Indian Restaurant Café Hotel Italian Restaurant Coffee Shop Restaurant Lounge Vietnamese Restaurant Pizza Place Breakfast Spot Brewery Tea Room Pub Chinese Restaurant Diner Burrito Place Golf Course Middle Eastern Restaurant Tex-Mex Restaurant Clothing Store
101 Shiva Nagar 4 Bengaluru Market Breakfast Spot Park Dry Cleaner Kerala Restaurant Furniture / Home Store Pool Sports Club Zoo Exhibit Food & Drink Shop Food Flower Shop Fish Market Flea Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Food Court Football Stadium
102 Sri Rammandira 4 Bengaluru Indian Restaurant Café Chinese Restaurant Dessert Shop Ice Cream Shop Lounge Bar Pizza Place Fast Food Restaurant Tea Room Bookstore Brewery Snack Place Coffee Shop Restaurant Italian Restaurant Mexican Restaurant Juice Bar Gym Kerala Restaurant
103 Chickpete 4 Bengaluru Indian Restaurant Hotel Miscellaneous Shop Asian Restaurant Flea Market South Indian Restaurant Café Food Truck Bookstore Seafood Restaurant Flower Shop Metro Station Fast Food Restaurant Diner Middle Eastern Restaurant Dessert Shop Restaurant Historic Site Filipino Restaurant Field
105 Shanthala Nagar 4 Bengaluru Indian Restaurant Lounge Hotel Café Ice Cream Shop Italian Restaurant Chinese Restaurant Pub Brewery Breakfast Spot Vegetarian / Vegan Restaurant Coffee Shop Mediterranean Restaurant Bar Gym Japanese Restaurant Mexican Restaurant Sushi Restaurant Boutique South Indian Restaurant
106 Domlur 4 Bengaluru Indian Restaurant Café Italian Restaurant Pub Hotel Coffee Shop Restaurant Lounge Vietnamese Restaurant Breakfast Spot Brewery Sports Bar Burrito Place Chinese Restaurant Cupcake Shop Pizza Place Diner Tea Room Food Irish Pub
107 Konena Agrahara 4 Bengaluru Indian Restaurant Fast Food Restaurant Café Intersection Farmers Market Pizza Place Coffee Shop Food Truck Bus Stop Bus Station Restaurant Department Store Juice Bar French Restaurant Flower Shop Field Filipino Restaurant Garden Financial or Legal Service Fish & Chips Shop
108 Agaram 4 Bengaluru Hotel Café Indian Restaurant Mexican Restaurant Cafeteria Fast Food Restaurant Coffee Shop Pizza Place Gym Sandwich Place Tea Room Lounge Arcade Food Court Restaurant Intersection Juice Bar Furniture / Home Store Irish Pub Chinese Restaurant
170 Kumaraswamy Layout 4 Bengaluru Department Store Fast Food Restaurant Indian Restaurant Bakery Sandwich Place Pizza Place Chinese Restaurant Park Café Paintball Field Burger Joint Ice Cream Shop Breakfast Spot Indonesian Restaurant Food Falafel Restaurant Farm Japanese Curry Restaurant Farmers Market Janguh Restaurant
174 Yelachenahalli 4 Bengaluru Café Pizza Place Athletics & Sports Department Store Motorcycle Shop Indian Restaurant Zoo Exhibit Food & Drink Shop Food Flower Shop Fish Market Flea Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Food Court Food Stand Farm
232 Sunset 4 Vancouver Indian Restaurant Chinese Restaurant Bus Stop Pharmacy Market Bank Bakery Restaurant Park Liquor Store Motel Asian Restaurant South Indian Restaurant Pizza Place Sandwich Place Cantonese Restaurant Skating Rink Cosmetics Shop Vietnamese Restaurant Coffee Shop
233 Victoria-Fraserview 4 Vancouver Pizza Place Gas Station Restaurant Sandwich Place Bus Station Convenience Store Pet Store Vietnamese Restaurant Fast Food Restaurant Thrift / Vintage Store Bank Noodle House Park Motorcycle Shop Asian Restaurant Middle Eastern Restaurant Bus Stop Italian Restaurant Japanese Restaurant Sushi Restaurant
234 West End 4 Vancouver Hotel Japanese Restaurant Dessert Shop Bakery Ramen Restaurant Sushi Restaurant Sandwich Place Gay Bar Park Bookstore Greek Restaurant Cosmetics Shop Restaurant Lingerie Store Coffee Shop Gym Farmers Market Beach Seafood Restaurant Italian Restaurant
235 Alamo Square 4 San Francisco Ice Cream Shop Park Coffee Shop Café Sushi Restaurant Cocktail Bar Pizza Place Dive Bar Italian Restaurant Bubble Tea Shop Liquor Store BBQ Joint Mediterranean Restaurant Event Space Bakery Bar New American Restaurant Market Souvlaki Shop Yoga Studio
236 Anza Vista 4 San Francisco Bakery Café Sushi Restaurant Yoga Studio New American Restaurant Park American Restaurant Bar Mexican Restaurant Coffee Shop Gym Cosmetics Shop Nightclub Restaurant Bubble Tea Shop Grocery Store Market Sandwich Place Salon / Barbershop Gym / Fitness Center
237 Ashbury Heights 4 San Francisco Furniture / Home Store Breakfast Spot Pet Store Shopping Plaza Thrift / Vintage Store Beer Bar Clothing Store Gymnastics Gym Beer Store Coffee Shop Hot Dog Joint Gym / Fitness Center Park Sandwich Place Pizza Place Art Gallery Playground Vietnamese Restaurant Gas Station American Restaurant
238 Balboa Park 4 San Francisco Mexican Restaurant Bubble Tea Shop Pizza Place Chinese Restaurant Sandwich Place Vietnamese Restaurant Bus Station Coffee Shop Grocery Store Latin American Restaurant Park Poke Place American Restaurant Japanese Restaurant Asian Restaurant Fried Chicken Joint Pakistani Restaurant Dive Bar Bank Bar
239 Balboa Terrace 4 San Francisco Thrift / Vintage Store Fast Food Restaurant Market Nail Salon Liquor Store Coffee Shop Hobby Shop Marijuana Dispensary Chinese Restaurant Mexican Restaurant Shipping Store Gym / Fitness Center Hotel Theater Thai Restaurant Gym Park Music Store Sushi Restaurant Football Stadium
241 Belden Place 4 San Francisco Hotel Coffee Shop Men's Store Boutique New American Restaurant Gym Bookstore Sushi Restaurant Food Truck Mediterranean Restaurant Park Optical Shop Cocktail Bar Jewelry Store Clothing Store Szechuan Restaurant Art Museum Wine Bar Restaurant Monument / Landmark
243 Buena Vista 4 San Francisco Seafood Restaurant Park Chocolate Shop Bike Rental / Bike Share Art Gallery Ice Cream Shop Coffee Shop Sushi Restaurant Tour Provider Historic Site National Park Hotel Pizza Place Playground Italian Restaurant Rock Club Mini Golf Breakfast Spot Dessert Shop Sports Club
244 Butchertown (Old and New) 4 San Francisco Bar Furniture / Home Store Park Brewery American Restaurant New American Restaurant Athletics & Sports Restaurant Café Gay Bar Lounge Skate Park History Museum Shopping Mall Breakfast Spot Gift Shop Harbor / Marina Coffee Shop Entertainment Service Beer Garden
245 Castro 4 San Francisco Gay Bar Coffee Shop Park Thai Restaurant New American Restaurant Juice Bar Pet Store Mediterranean Restaurant Gym Seafood Restaurant Hill Dog Run Deli / Bodega Trail Bakery Ice Cream Shop Indian Restaurant Japanese Restaurant Dessert Shop Wine Bar
248 China Basin 4 San Francisco Coffee Shop Baseball Stadium Park Food Truck New American Restaurant Café Bar Brewery Gym / Fitness Center Gym Street Food Gathering Mexican Restaurant Residential Building (Apartment / Condo) Wine Bar Mediterranean Restaurant Burger Joint Outdoor Sculpture Pizza Place Organic Grocery Martial Arts School
257 Diamond Heights 4 San Francisco Shopping Mall Zoo Exhibit Fair Farm Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Stand Food Truck Football Stadium Forest
259 Dolores Heights 4 San Francisco Coffee Shop Bookstore Bakery Ice Cream Shop Yoga Studio Gay Bar Juice Bar Italian Restaurant Grocery Store Burger Joint Sushi Restaurant Park Pizza Place Gift Shop Deli / Bodega Indian Restaurant Wine Bar Wine Shop New American Restaurant Thai Restaurant
303 Mission District 4 San Francisco Mexican Restaurant Bakery Music Venue Gift Shop Café Latin American Restaurant Cocktail Bar Coffee Shop Ice Cream Shop New American Restaurant Gym Sandwich Place Bar Juice Bar Cuban Restaurant Italian Restaurant Yoga Studio Pizza Place Wine Bar Bookstore
329 Silver Terrace 4 San Francisco Chinese Restaurant Southern / Soul Food Restaurant Grocery Store Vietnamese Restaurant Farmers Market Mexican Restaurant Pizza Place Bakery Dim Sum Restaurant Soccer Field Nightclub Bubble Tea Shop Sandwich Place Coffee Shop Pharmacy Burrito Place Gas Station Miscellaneous Shop Brewery Garden Center
336 Telegraph Hill 4 San Francisco Pizza Place Italian Restaurant Café Bakery Men's Store New American Restaurant Park Coffee Shop Scenic Lookout Trail Chinese Restaurant Bookstore Clothing Store Seafood Restaurant Restaurant Szechuan Restaurant Wine Bar Mexican Restaurant Deli / Bodega Bubble Tea Shop
354 Canning 4 Liverpool Hotel Coffee Shop Café Pub Bar Italian Restaurant History Museum Burger Joint Sporting Goods Shop Brazilian Restaurant Caribbean Restaurant Cocktail Bar Beer Bar Restaurant Scenic Lookout Sandwich Place Indian Restaurant Department Store Steakhouse Bakery
358 Clubmoor 4 Liverpool Fast Food Restaurant Supermarket Bar Park Zoo Exhibit Food Stand Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food Food & Drink Shop Food Court Food Truck Farm Football Stadium Forest
359 Croxteth 4 Liverpool Park Pharmacy Medical Center Construction & Landscaping Flea Market Food Court Food & Drink Shop Food Flower Shop Zoo Exhibit Fish Market Food Stand Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Fish & Chips Shop Food Truck Farm Football Stadium
361 Dovecot 4 Liverpool Fast Food Restaurant Chinese Restaurant Supermarket Auto Garage Pizza Place Fish & Chips Shop Food Flower Shop Flea Market Fish Market Field Financial or Legal Service Filipino Restaurant Food Court Farmers Market Farm Food & Drink Shop Food Stand Fair Food Truck
362 Edge Hill 4 Liverpool Grocery Store Discount Store Middle Eastern Restaurant Gym / Fitness Center Business Service American Restaurant Park Hotel History Museum Fast Food Restaurant Financial or Legal Service Fish & Chips Shop Food Court Flea Market Flower Shop Filipino Restaurant Field Food Food & Drink Shop Fish Market
363 Everton 4 Liverpool Discount Store Fast Food Restaurant Park Supermarket Pub Shopping Plaza Hostel Soccer Field Flea Market Dog Run Bakery French Restaurant Fish Market Garden Center Farm Farmers Market Garden Field Gaming Cafe Filipino Restaurant
364 Fairfield 4 Liverpool Supermarket Fast Food Restaurant Coffee Shop Deli / Bodega Platform Shopping Plaza Mexican Restaurant Hardware Store Pharmacy Gym / Fitness Center Clothing Store Turkish Restaurant Grocery Store Sandwich Place Bowling Alley Discount Store Pub Food Truck Food Stand Farmers Market
365 Fazakerley 4 Liverpool Train Station Coffee Shop Golf Course Grocery Store Café Supermarket Dim Sum Restaurant Diner Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Design Studio Food Food & Drink Shop Food Court Food Stand
367 Gateacre 4 Liverpool Fast Food Restaurant Pub Trail Warehouse Store Garden Center Optical Shop Shopping Mall Bakery Gas Station Clothing Store Sandwich Place Supermarket Indoor Play Area Discount Store Food Truck Design Studio Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop
426 El Parc i la Llacuna del Poblenou 4 Barcelona Hotel Spanish Restaurant Mediterranean Restaurant Restaurant Coffee Shop Bakery Tapas Restaurant Breakfast Spot Gym / Fitness Center Asian Restaurant Art Museum Rock Club Vegetarian / Vegan Restaurant Argentinian Restaurant Dance Studio Burger Joint Ice Cream Shop Japanese Restaurant Theater Italian Restaurant
434 Les Roquetes 4 Barcelona Spanish Restaurant Tapas Restaurant Park Grocery Store Supermarket Gym Falafel Restaurant Bar Mediterranean Restaurant Fast Food Restaurant Metro Station Castle Brewery Skate Park Athletics & Sports Snack Place Soccer Field Sushi Restaurant Music Venue Building
441 Sant Gervasi – Galvany 4 Barcelona Restaurant Spanish Restaurant Mediterranean Restaurant Pizza Place Japanese Restaurant Deli / Bodega Italian Restaurant Wine Bar Coffee Shop Tea Room Park Bakery Electronics Store Cocktail Bar Gym / Fitness Center Gym Art Gallery French Restaurant Plaza Board Shop
442 Sant Gervasi – la Bonanova 4 Barcelona Bakery Plaza Spanish Restaurant Mediterranean Restaurant Seafood Restaurant Japanese Restaurant Hotel Park Café Deli / Bodega Italian Restaurant Gym Pizza Place Restaurant Tapas Restaurant Burger Joint Bar Coffee Shop Planetarium Chinese Restaurant
In [284]:
comp_merged.loc[comp_merged['Cluster Labels']==5,comp_merged.columns[[0] + list(range(6, comp_merged.shape[1]))]]
Out[284]:
Neighbourhood Cluster Labels City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
11 Mallasandra 5 Bengaluru Pizza Place Bakery BBQ Joint Fast Food Restaurant Concert Hall Flea Market Food Court Food & Drink Shop Food Flower Shop Zoo Exhibit Fish Market Food Stand Financial or Legal Service Filipino Restaurant Field Farmers Market Fish & Chips Shop Food Truck Football Stadium
24 Ramamurthy Nagar 5 Bengaluru Supermarket Department Store South Indian Restaurant Playground Zoo Exhibit Fish Market Food Flower Shop Flea Market Financial or Legal Service Fish & Chips Shop Food Court Filipino Restaurant Field Fast Food Restaurant Farmers Market Food & Drink Shop Food Truck Food Stand Falafel Restaurant
53 C.V.Raman Nagar 5 Bengaluru Indian Restaurant Department Store Café Clothing Store Fast Food Restaurant Pizza Place Coffee Shop Multicuisine Indian Restaurant Gym Snack Place Smoke Shop Shopping Mall Bakery Trail Pharmacy Food Court Bus Station Sandwich Place Steakhouse Dessert Shop
59 Jayamahal 5 Bengaluru Indian Restaurant Café Food Truck Pub Electronics Store Pool Hall Concert Hall Event Space Music Venue Asian Restaurant BBQ Joint Fried Chicken Joint Monument / Landmark Wine Shop Bakery Steakhouse Fish & Chips Shop Fish Market Financial or Legal Service Flea Market
86 Shivaji Nagar 5 Bengaluru Hotel Indian Restaurant Restaurant Café Lounge Seafood Restaurant Asian Restaurant Pizza Place Multiplex Coffee Shop Hotel Bar Vegetarian / Vegan Restaurant Italian Restaurant Diner Pub Fast Food Restaurant Gym Falafel Restaurant South Indian Restaurant Bistro
91 Dayananda Nagar 5 Bengaluru Indian Restaurant Clothing Store Electronics Store Vegetarian / Vegan Restaurant Fast Food Restaurant Café Donut Shop Coffee Shop Ice Cream Shop Miscellaneous Shop Motorcycle Shop Multiplex Breakfast Spot Rajasthani Restaurant Karnataka Restaurant Food Court Bakery Shopping Mall Cocktail Bar Sandwich Place
125 Hampi Nagar 5 Bengaluru Juice Bar Restaurant Pizza Place Coffee Shop Sandwich Place Indian Restaurant Café Chinese Restaurant Farmers Market Metro Station Snack Place Gym Pool Gym Electronics Store Ice Cream Shop Fried Chicken Joint Food Fountain Furniture / Home Store Fruit & Vegetable Store
148 Gali Anjaneya Swamy Temple Ward 5 Bengaluru Coffee Shop Indian Restaurant Pizza Place Café Bus Station Vegetarian / Vegan Restaurant Breakfast Spot Juice Bar Fast Food Restaurant Filipino Restaurant Financial or Legal Service Field Food Court Fish Market Flea Market Flower Shop Food Food & Drink Shop Fish & Chips Shop Zoo Exhibit
155 Vidyapeetha 5 Bengaluru Art Museum Café Convenience Store Fast Food Restaurant Heliport Sports Club Indian Restaurant Athletics & Sports Food Court Food & Drink Shop Food Flower Shop Zoo Exhibit Flea Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Fish Market Food Stand
173 Uttarahalli 5 Bengaluru Indian Restaurant Department Store Sports Bar Pizza Place Café Gym Bus Station Bakery Restaurant Fruit & Vegetable Store Frozen Yogurt Shop Farmers Market Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop
195 Gangseo-gu 5 Seoul Hotel Vietnamese Restaurant Coffee Shop Auto Workshop Metro Station Sushi Restaurant Farmers Market Korean Restaurant Sandwich Place Fish & Chips Shop Flower Shop Flea Market Fish Market Zoo Exhibit Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farm Food
196 Geumcheon-gu 5 Seoul Bus Station Bakery Korean Restaurant Chinese Restaurant Fast Food Restaurant Café Coffee Shop Grocery Store Donut Shop Auto Workshop BBQ Joint Metro Station Fish & Chips Shop Food Court Fish Market Financial or Legal Service Flea Market Flower Shop Filipino Restaurant Field
197 Guro-gu 5 Seoul Coffee Shop Korean Restaurant Bakery Japanese Restaurant Café Hotel Fried Chicken Joint Supermarket BBQ Joint Fast Food Restaurant Theater Gym Buffet Clothing Store Trail Department Store Bookstore Multiplex Concert Hall Steakhouse
227 Renfrew-Collingwood 5 Vancouver Park Bus Stop Convenience Store Deli / Bodega Bar Flower Shop Bus Station Dog Run Pizza Place Bookstore Supermarket Chinese Restaurant Malay Restaurant Flea Market Fish Market Fish & Chips Shop Financial or Legal Service Filipino Restaurant Field Food
279 Irish Hill 5 San Francisco Café Park Coffee Shop Brewery Gym / Fitness Center Sandwich Place Wine Bar Bar Art Gallery Bakery Breakfast Spot Cocktail Bar Restaurant Gift Shop Rental Car Location Pharmacy Sushi Restaurant Dog Run Spa Asian Restaurant
325 Rincon Hill 5 San Francisco Coffee Shop Café Gym New American Restaurant Scenic Lookout Gym / Fitness Center Park Spa Art Museum Burger Joint Residential Building (Apartment / Condo) Food Truck Baseball Stadium French Restaurant Seafood Restaurant Steakhouse Art Gallery Street Food Gathering Wine Bar Japanese Restaurant
337 Tenderloin 5 San Francisco Coffee Shop Sandwich Place Hotel Marijuana Dispensary French Restaurant Concert Hall Bakery Boutique Grocery Store Pizza Place Beer Bar Theater Park Café Men's Store Thai Restaurant Gym / Fitness Center Speakeasy Burger Joint Electronics Store
339 Twin Peaks 5 San Francisco Trail Park Scenic Lookout Hill Café Monument / Landmark Playground Convenience Store Garden Bus Station Bus Stop Szechuan Restaurant Grocery Store Thai Restaurant Shoe Store Coffee Shop Reservoir Road Yoga Studio American Restaurant
366 Garston 5 Liverpool Platform Pool Supermarket Café Coffee Shop Furniture / Home Store Fish Market Food Flower Shop Flea Market Zoo Exhibit Food & Drink Shop Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Fish & Chips Shop Food Court Falafel Restaurant
376 Norris Green 5 Liverpool Pharmacy Discount Store Park Warehouse Store Fish & Chips Shop Food & Drink Shop Food Flower Shop Flea Market Fish Market Food Stand Financial or Legal Service Filipino Restaurant Field Fast Food Restaurant Farmers Market Food Court Zoo Exhibit Food Truck Farm
395 Bon Pastor 5 Barcelona Clothing Store Fast Food Restaurant Electronics Store Supermarket Burger Joint Restaurant Sandwich Place Italian Restaurant Park Shoe Store Sporting Goods Shop Coffee Shop Diner Toy / Game Store Shopping Mall Furniture / Home Store American Restaurant Cosmetics Shop Spanish Restaurant Tapas Restaurant
440 Sant Genís dels Agudells 5 Barcelona Plaza Park Spanish Restaurant Tennis Court Café Bakery Grocery Store Snack Place Tapas Restaurant Athletics & Sports Scenic Lookout Gym Outdoor Sculpture Bar Mediterranean Restaurant Basketball Court Chinese Restaurant Argentinian Restaurant Farmers Market Soccer Field
447 La Teixonera 5 Barcelona Spanish Restaurant Park Café Scenic Lookout Bakery Mediterranean Restaurant Grocery Store Tennis Court Hotel Plaza Supermarket Chinese Restaurant Coffee Shop Basketball Court Gym Farmers Market Mountain Tapas Restaurant Soccer Field Food Court
In [285]:
comp_merged.loc[comp_merged['Cluster Labels']==6,comp_merged.columns[[0] + list(range(6, comp_merged.shape[1]))]]
Out[285]:
Neighbourhood Cluster Labels City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
87 Vasanth Nagar 6 Bengaluru Indian Restaurant Hotel Coffee Shop Chinese Restaurant Café Italian Restaurant Ice Cream Shop Art Gallery Vegetarian / Vegan Restaurant Fast Food Restaurant Karnataka Restaurant Planetarium Seafood Restaurant Restaurant Racetrack Pub Food & Drink Shop Pizza Place Park French Restaurant
88 Gandhi Nagar 6 Bengaluru Indian Restaurant Hotel Bed & Breakfast Seafood Restaurant Vegetarian / Vegan Restaurant Bookstore Clothing Store Park Asian Restaurant Flea Market Flower Shop Plaza Miscellaneous Shop Café Shopping Mall Dessert Shop Racetrack Restaurant Food Truck Fish Market
131 K.R.Market 6 Bengaluru Indian Restaurant Theater Park Historic Site Miscellaneous Shop Market Flower Shop South Indian Restaurant General Entertainment Diner Fried Chicken Joint Furniture / Home Store Garden Center Garden Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Gaming Cafe
149 Deepanjali Nagar 6 Bengaluru Indian Restaurant Metro Station Bus Station Travel & Transport Sandwich Place Department Store Garden Food & Drink Shop Farm Farmers Market Fast Food Restaurant Field Gas Station Filipino Restaurant Financial or Legal Service Fish & Chips Shop Fish Market Flea Market Flower Shop Food
200 Jongno-gu 6 Seoul Café Italian Restaurant Coffee Shop Art Gallery Korean Restaurant Trail Bakery Art Museum Japanese Restaurant Historic Site Mountain Fried Chicken Joint Dessert Shop Restaurant Dumpling Restaurant Tea Room Park Chinese Restaurant Concert Hall Market
371 Kensington 6 Liverpool Discount Store Grocery Store Hotel Park Bakery Bus Station History Museum Fast Food Restaurant Hostel Coffee Shop Asian Restaurant Music Venue Sandwich Place Supermarket Pub Fountain Flower Shop Garden Field Filipino Restaurant
372 Kirkdale 6 Liverpool Pub Discount Store Sporting Goods Shop Train Station Flea Market Café Coffee Shop Soccer Stadium Fish & Chips Shop Outdoor Sculpture Park Warehouse Store Supermarket Pizza Place Restaurant Fast Food Restaurant Chinese Restaurant Sandwich Place Filipino Restaurant Financial or Legal Service
373 Knotty Ash 6 Liverpool Supermarket Fast Food Restaurant Pub Auto Garage Park Indian Restaurant Grocery Store Bus Stop Sandwich Place Sports Club Chinese Restaurant Food & Drink Shop Fish & Chips Shop Fish Market Flea Market Financial or Legal Service Flower Shop Filipino Restaurant Field Food
374 Mossley Hill 6 Liverpool Coffee Shop Grocery Store Bakery Fast Food Restaurant Fish & Chips Shop Athletics & Sports Thai Restaurant Art Museum Gym / Fitness Center Historic Site Café Chinese Restaurant Pub Supermarket Road Optical Shop Food Farmers Market Garden Field
375 Netherley 6 Liverpool Cheese Shop Gas Station Construction & Landscaping Golf Driving Range Zoo Exhibit Fish & Chips Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Food Court Filipino Restaurant Field Fast Food Restaurant Farmers Market Farm Food & Drink Shop Football Stadium Food Stand
461 Vila de Gràcia 6 Barcelona Plaza Tapas Restaurant Cocktail Bar Mediterranean Restaurant Wine Bar Pizza Place Bar Restaurant Indie Movie Theater Café Vegetarian / Vegan Restaurant Toy / Game Store Arts & Crafts Store Bookstore Sushi Restaurant Italian Restaurant Middle Eastern Restaurant Brewery Coffee Shop Bakery
463 Vilapicina i la Torre Llobeta 6 Barcelona Tapas Restaurant Spanish Restaurant Pizza Place Grocery Store Brewery Gym / Fitness Center Cocktail Bar Plaza Bar Café Mediterranean Restaurant Falafel Restaurant Park Restaurant Sandwich Place Farmers Market Bakery Beer Bar Gym Gym Pool
In [286]:
comp_merged.loc[comp_merged['Cluster Labels']==7,comp_merged.columns[[0] + list(range(6, comp_merged.shape[1]))]]
Out[286]:
Neighbourhood Cluster Labels City_right 1st Most Common Venue 2nd Most Common Venue 3rd Most Common Venue 4th Most Common Venue 5th Most Common Venue 6th Most Common Venue 7th Most Common Venue 8th Most Common Venue 9th Most Common Venue 10th Most Common Venue 11th Most Common Venue 12th Most Common Venue 13th Most Common Venue 14th Most Common Venue 15th Most Common Venue 16th Most Common Venue 17th Most Common Venue 18th Most Common Venue 19th Most Common Venue 20th Most Common Venue
28 Kadugondanahalli 7 Bengaluru Bakery Tea Room Shopping Mall Burger Joint Indian Restaurant Food & Drink Shop Food Flower Shop Flea Market Fish Market Financial or Legal Service Fish & Chips Shop Filipino Restaurant Field Fast Food Restaurant Farmers Market Farm Food Court Zoo Exhibit Falafel Restaurant
56 Sagayapuram 7 Bengaluru Indian Restaurant Convenience Store Café BBQ Joint Middle Eastern Restaurant Department Store Park Tea Room Pakistani Restaurant South Indian Restaurant Ice Cream Shop Movie Theater Mediterranean Restaurant Chinese Restaurant Bakery Hotel Pharmacy Juice Bar Shopping Mall Coffee Shop
58 Ramaswamy Palya 7 Bengaluru Department Store Fried Chicken Joint BBQ Joint Movie Theater Café Electronics Store Vegetarian / Vegan Restaurant Fast Food Restaurant Gym / Fitness Center Indian Restaurant Bakery Juice Bar Bowling Alley Wine Shop Field Filipino Restaurant Financial or Legal Service Gastropub Fish & Chips Shop Fish Market
61 Subramanya Nagar 7 Bengaluru Café Italian Restaurant Coffee Shop Fast Food Restaurant Clothing Store Bowling Alley Indian Restaurant Lounge Department Store Chinese Restaurant Donut Shop Ice Cream Shop Multiplex Mexican Restaurant Pharmacy Bakery Jewelry Store Bar Shopping Mall Bookstore
109 Vannarpet 7 Bengaluru Hotel Indian Restaurant Shopping Mall Soccer Stadium Toy / Game Store Donut Shop Tea Room Indie Movie Theater Cocktail Bar Clothing Store Italian Restaurant Steakhouse Café Financial or Legal Service Flea Market Fish & Chips Shop Filipino Restaurant Field Fast Food Restaurant Farmers Market
118 Hosahalli 7 Bengaluru Indian Restaurant Snack Place Coffee Shop Juice Bar Multiplex Shopping Mall Department Store Restaurant Fast Food Restaurant Miscellaneous Shop Gym Pool Platform Food Truck Indie Movie Theater Fish Market Fish & Chips Shop Zoo Exhibit Financial or Legal Service Flea Market Field
119 Marenahalli 7 Bengaluru Indian Restaurant Chinese Restaurant Fast Food Restaurant Café Ice Cream Shop South Indian Restaurant Italian Restaurant Electronics Store Asian Restaurant Vegetarian / Vegan Restaurant Pizza Place Shopping Mall Movie Theater Spa Bakery Bowling Alley Pharmacy Performing Arts Venue Motorcycle Shop Sandwich Place
222 Killarney 7 Vancouver Bus Stop Gas Station Pharmacy Grocery Store Salon / Barbershop Shopping Mall Coffee Shop Video Store Park Sandwich Place Fast Food Restaurant Farmers Market Sushi Restaurant Chinese Restaurant Track Juice Bar Bar Recreation Center Pizza Place Farm
264 Fillmore 7 San Francisco Bakery Ice Cream Shop Gift Shop Boutique Grocery Store Park Ramen Restaurant Bookstore Spa Café Shopping Mall Salon / Barbershop Creperie Pizza Place Sushi Restaurant New American Restaurant Tea Room Gym / Fitness Center Italian Restaurant Japanese Restaurant
268 Forest Hill 7 San Francisco Trail Park Burger Joint Café Italian Restaurant Sandwich Place Coffee Shop Pizza Place Bus Stop Mexican Restaurant Playground Grocery Store Brazilian Restaurant Liquor Store Pharmacy Breakfast Spot Thai Restaurant Tennis Court Scenic Lookout Bakery
289 Lincoln Manor 7 San Francisco Mexican Restaurant Rental Car Location Convenience Store Business Service Music Venue Park Gym Fish & Chips Shop Fast Food Restaurant Chinese Restaurant BBQ Joint Pizza Place Sandwich Place Dog Run Gas Station Italian Restaurant Doctor's Office Food Truck Financial or Legal Service Dim Sum Restaurant
350 Allerton 7 Liverpool Coffee Shop Café Grocery Store Bookstore Pizza Place Fast Food Restaurant Ice Cream Shop Gym / Fitness Center Park Thrift / Vintage Store Thai Restaurant Pharmacy Chinese Restaurant Discount Store Optical Shop Supermarket Fish Market Flea Market Flower Shop Fish & Chips Shop
388 West Derby 7 Liverpool Grocery Store Park Pub Discount Store Bar Hotel Gym Pool Supermarket Steakhouse Gaming Cafe Garden Center Fast Food Restaurant Field Filipino Restaurant Financial or Legal Service Fish & Chips Shop Garden Fish Market Flea Market Flower Shop
391 El Baix Guinardó 7 Barcelona Restaurant Tapas Restaurant Bar Plaza Italian Restaurant Brewery Burger Joint Hotel Bakery Steakhouse Middle Eastern Restaurant Vegetarian / Vegan Restaurant Wine Bar Gym Pizza Place Japanese Restaurant Park Spanish Restaurant Historic Site Seafood Restaurant
392 La Barceloneta 7 Barcelona Tapas Restaurant Bar Paella Restaurant Wine Bar Burger Joint Mediterranean Restaurant Spanish Restaurant Cocktail Bar Beach Restaurant Ice Cream Shop Beer Bar Circus Board Shop Seafood Restaurant Breakfast Spot Pizza Place Plaza Wine Shop Mexican Restaurant
409 Dreta de l'Eixample 7 Barcelona Hotel Tapas Restaurant Hostel Boutique Japanese Restaurant Furniture / Home Store Mediterranean Restaurant Seafood Restaurant Roof Deck Bakery Beer Bar Bistro Clothing Store Bar Spanish Restaurant Wine Bar Sporting Goods Shop Café Fried Chicken Joint Massage Studio
In [287]:
c = comp_merged.groupby(['Cluster Labels', '1st Most Common Venue']).size().reset_index(name='Count')
In [288]:
c[c['Cluster Labels'] == 7].sort_values(by='Count', ascending=False)
Out[288]:
Cluster Labels 1st Most Common Venue Count
189 7 Indian Restaurant 3
182 7 Bakery 2
188 7 Hotel 2
183 7 Bus Stop 1
184 7 Café 1
185 7 Coffee Shop 1
186 7 Department Store 1
187 7 Grocery Store 1
190 7 Mexican Restaurant 1
191 7 Restaurant 1
192 7 Tapas Restaurant 1
193 7 Trail 1
In [ ]: